﻿2025-08-20T21:42:33.6667910Z Current runner version: '2.328.0'
2025-08-20T21:42:33.6691816Z ##[group]Runner Image Provisioner
2025-08-20T21:42:33.6693082Z Hosted Compute Agent
2025-08-20T21:42:33.6693913Z Version: 20250818.377
2025-08-20T21:42:33.6694544Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:42:33.6695326Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:42:33.6695971Z ##[endgroup]
2025-08-20T21:42:33.6696553Z ##[group]Operating System
2025-08-20T21:42:33.6697214Z Ubuntu
2025-08-20T21:42:33.6697683Z 24.04.2
2025-08-20T21:42:33.6698157Z LTS
2025-08-20T21:42:33.6698729Z ##[endgroup]
2025-08-20T21:42:33.6699323Z ##[group]Runner Image
2025-08-20T21:42:33.6699927Z Image: ubuntu-24.04
2025-08-20T21:42:33.6700497Z Version: 20250818.1.0
2025-08-20T21:42:33.6701583Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:42:33.6703576Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:42:33.6704788Z ##[endgroup]
2025-08-20T21:42:33.6706058Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:42:33.6707926Z Attestations: write
2025-08-20T21:42:33.6708633Z Contents: write
2025-08-20T21:42:33.6709217Z Metadata: read
2025-08-20T21:42:33.6709868Z Packages: write
2025-08-20T21:42:33.6710420Z ##[endgroup]
2025-08-20T21:42:33.6712469Z Secret source: Actions
2025-08-20T21:42:33.6713492Z Prepare workflow directory
2025-08-20T21:42:33.7032479Z Prepare all required actions
2025-08-20T21:42:33.7070191Z Getting action download info
2025-08-20T21:42:34.2207406Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:42:34.9301097Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:42:35.6435539Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:42:35.8216607Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:42:36.4802649Z Getting action download info
2025-08-20T21:42:36.7029925Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:42:37.2118992Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:42:37.7992305Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs)
2025-08-20T21:42:37.8520960Z ##[group]Run ##Presets
2025-08-20T21:42:37.8521307Z [36;1m##Presets[0m
2025-08-20T21:42:37.8521529Z [36;1mset +x ; set +e[0m
2025-08-20T21:42:37.8521761Z [36;1m#-------------#[0m
2025-08-20T21:42:37.8522069Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:42:37.8522455Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:42:37.8522809Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.8523132Z [36;1m  fi[0m
2025-08-20T21:42:37.8523659Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:42:37.8524040Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:42:37.8524386Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.8524660Z [36;1m  fi[0m
2025-08-20T21:42:37.8524912Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:42:37.8525293Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:42:37.8525622Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.8525884Z [36;1m  fi[0m
2025-08-20T21:42:37.8526129Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:42:37.8526474Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:42:37.8527092Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:42:37.8527394Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:42:37.8527714Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.8528002Z [36;1m     else[0m
2025-08-20T21:42:37.8528255Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.8528533Z [36;1m     fi[0m
2025-08-20T21:42:37.8528713Z [36;1m  fi[0m
2025-08-20T21:42:37.8528886Z [36;1mfi[0m
2025-08-20T21:42:37.8719137Z shell: /usr/bin/bash -e {0}
2025-08-20T21:42:37.8719730Z env:
2025-08-20T21:42:37.8720278Z   GH_TOKEN: ***
2025-08-20T21:42:37.8720552Z ##[endgroup]
2025-08-20T21:42:37.9001275Z ##[group]Run ##Presets
2025-08-20T21:42:37.9001666Z [36;1m##Presets[0m
2025-08-20T21:42:37.9002150Z [36;1mset +x ; set +e[0m
2025-08-20T21:42:37.9002532Z [36;1m#-------------#[0m
2025-08-20T21:42:37.9002891Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:42:37.9003820Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:42:37.9004423Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:42:37.9004900Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:42:37.9005461Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:42:37.9005963Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:42:37.9006447Z [36;1m  exit 1[0m
2025-08-20T21:42:37.9006743Z [36;1mfi[0m
2025-08-20T21:42:37.9044684Z shell: /usr/bin/bash -e {0}
2025-08-20T21:42:37.9045213Z env:
2025-08-20T21:42:37.9045665Z   RO_GHTOKEN: ***
2025-08-20T21:42:37.9046048Z   RO_GLTOKEN: ***
2025-08-20T21:42:37.9047460Z   MINISIGN_KEY: ***
2025-08-20T21:42:37.9047771Z ##[endgroup]
2025-08-20T21:42:37.9248127Z ##[group]Run ##Presets
2025-08-20T21:42:37.9248491Z [36;1m##Presets[0m
2025-08-20T21:42:37.9248698Z [36;1mset +x ; set +e[0m
2025-08-20T21:42:37.9248918Z [36;1m#-------------#[0m
2025-08-20T21:42:37.9249135Z [36;1m##Host Triplet[0m
2025-08-20T21:42:37.9249426Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:42:37.9249775Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:42:37.9250098Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:42:37.9250405Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:42:37.9250697Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:42:37.9251030Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:42:37.9251361Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:42:37.9251687Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:42:37.9251952Z [36;1m   fi[0m
2025-08-20T21:42:37.9252250Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:42:37.9252587Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:42:37.9252884Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:42:37.9253457Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:42:37.9253761Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:42:37.9253991Z [36;1m fi[0m
2025-08-20T21:42:37.9254273Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9254680Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9255065Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9255416Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9255692Z [36;1m##Debug[0m
2025-08-20T21:42:37.9255904Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:42:37.9256168Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:42:37.9256398Z [36;1m else[0m
2025-08-20T21:42:37.9256592Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:42:37.9256988Z [36;1m fi[0m
2025-08-20T21:42:37.9257204Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9257488Z [36;1m##Docker Platform[0m
2025-08-20T21:42:37.9257768Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:42:37.9258087Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:42:37.9258420Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:42:37.9258763Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:42:37.9259089Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:42:37.9259416Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:42:37.9259735Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:42:37.9260053Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:42:37.9260303Z [36;1m fi[0m
2025-08-20T21:42:37.9260586Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9261013Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9261340Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:42:37.9261823Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:42:37.9262336Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:42:37.9262647Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9262965Z [36;1m##Logs[0m
2025-08-20T21:42:37.9263405Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:42:37.9263741Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:42:37.9263982Z [36;1m else[0m
2025-08-20T21:42:37.9264179Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:42:37.9264442Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:42:37.9264693Z [36;1m fi[0m
2025-08-20T21:42:37.9265105Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9265495Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9265841Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:42:37.9266209Z [36;1m PKG_FAMILY_LOCAL="$(echo "nfs-utils" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:42:37.9266609Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:42:37.9266934Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9267261Z [36;1m##Rebuild[0m
2025-08-20T21:42:37.9267476Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:42:37.9267761Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:42:37.9268014Z [36;1m else[0m
2025-08-20T21:42:37.9268219Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:42:37.9268462Z [36;1m fi[0m
2025-08-20T21:42:37.9268718Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9269037Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:42:37.9269441Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:42:37.9269997Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:42:37.9270820Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:42:37.9271547Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:42:37.9271913Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:42:37.9272343Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:42:37.9272758Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:42:37.9273128Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9273693Z [36;1m    exit 1[0m
2025-08-20T21:42:37.9273896Z [36;1m   else[0m
2025-08-20T21:42:37.9274093Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:42:37.9274557Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9274890Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:42:37.9275219Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:42:37.9275561Z [36;1m      #check if supported[0m
2025-08-20T21:42:37.9275937Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:42:37.9276462Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:42:37.9276882Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:42:37.9277202Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9277494Z [36;1m         exit 1[0m
2025-08-20T21:42:37.9277710Z [36;1m       fi[0m
2025-08-20T21:42:37.9277914Z [36;1m      #get build system[0m
2025-08-20T21:42:37.9278285Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:42:37.9278673Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:42:37.9278954Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9279301Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:42:37.9279635Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9279955Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9280283Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:42:37.9280622Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9280952Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:37.9281234Z [36;1m       fi[0m
2025-08-20T21:42:37.9281548Z [36;1m     fi[0m
2025-08-20T21:42:37.9281740Z [36;1m   fi[0m
2025-08-20T21:42:37.9281938Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:42:37.9317555Z shell: /usr/bin/bash -e {0}
2025-08-20T21:42:37.9317816Z ##[endgroup]
2025-08-20T21:42:38.2527618Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:42:38.2528233Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:42:38.2528486Z 
2025-08-20T21:42:38.4256738Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:42:38.4258154Z 100  5458  100  5458    0     0  31295      0 --:--:-- --:--:-- --:--:-- 31367
2025-08-20T21:42:38.4272358Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T21:42:38.4518049Z ##[group]Run ##Presets
2025-08-20T21:42:38.4518373Z [36;1m##Presets[0m
2025-08-20T21:42:38.4518602Z [36;1mset +x ; set +e[0m
2025-08-20T21:42:38.4518839Z [36;1m#-------------#[0m
2025-08-20T21:42:38.4519068Z [36;1m##Debug?[0m
2025-08-20T21:42:38.4519351Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:42:38.4519684Z [36;1m  set -x[0m
2025-08-20T21:42:38.4519894Z [36;1mfi[0m
2025-08-20T21:42:38.4520094Z [36;1m#-------------#[0m
2025-08-20T21:42:38.4520323Z [36;1m##CoreUtils[0m
2025-08-20T21:42:38.4520555Z [36;1msudo apt update -y[0m
2025-08-20T21:42:38.4520945Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:42:38.4522112Z [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:42:38.4523169Z [36;1m##tmp[0m
2025-08-20T21:42:38.4523773Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:42:38.4524125Z [36;1m#GH ENV[0m
2025-08-20T21:42:38.4524370Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:38.4524887Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:38.4525179Z [36;1m#-------------#[0m
2025-08-20T21:42:38.4525412Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:42:38.4525665Z [36;1msudo apt update -y[0m
2025-08-20T21:42:38.4525920Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:42:38.4526189Z [36;1m##Setup Minisign[0m
2025-08-20T21:42:38.4526440Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:42:38.4526899Z [36;1mecho "***[0m
2025-08-20T21:42:38.4528397Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:42:38.4528708Z [36;1m##User-Agent[0m
2025-08-20T21:42:38.4529506Z [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:42:38.4530369Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:42:38.4570185Z shell: /usr/bin/bash -e {0}
2025-08-20T21:42:38.4570445Z env:
2025-08-20T21:42:38.4570629Z   CROSS_COMPILING: NO
2025-08-20T21:42:38.4570855Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:42:38.4571109Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:42:38.4571329Z   ON_QEMU: NO
2025-08-20T21:42:38.4571509Z   DEBUG: 0
2025-08-20T21:42:38.4571708Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:42:38.4571947Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:42:38.4572246Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T21:42:38.4572576Z   KEEP_LOGS: YES
2025-08-20T21:42:38.4572781Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:42:38.4573007Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T21:42:38.4573481Z   SBUILD_REBUILD: false
2025-08-20T21:42:38.4574152Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T21:42:38.4574788Z   BUILD_SYS: host://nix
2025-08-20T21:42:38.4575059Z   BUILD_ON_HOST: TRUE
2025-08-20T21:42:38.4575267Z   BUILD_SYSTEM: HOST
2025-08-20T21:42:38.4575477Z ##[endgroup]
2025-08-20T21:42:38.4808012Z 
2025-08-20T21:42:38.4808814Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:42:38.4809314Z 
2025-08-20T21:42:38.5749499Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:42:38.6220504Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:42:38.6250231Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:42:38.6350094Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:42:38.6417274Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:42:38.6474121Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:42:38.6478641Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:42:38.7982505Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:42:38.8119562Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:42:38.8152736Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:42:38.8173551Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:42:38.8254974Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:42:38.8283367Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:42:38.8324572Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:42:38.8412189Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:42:38.8444633Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:42:38.8457361Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:42:38.8971285Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:42:38.8989310Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:42:38.9055212Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:42:38.9057049Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:42:38.9076858Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:42:38.9155290Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:42:38.9179191Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:42:38.9191911Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:42:38.9255790Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:42:38.9329657Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:42:38.9346610Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:42:38.9447656Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:42:38.9486490Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:42:38.9525104Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:42:39.0351857Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:42:39.0407527Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:42:39.0438447Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:42:48.0813889Z Fetched 10.6 MB in 1s (8046 kB/s)
2025-08-20T21:42:48.7587193Z Reading package lists...
2025-08-20T21:42:48.8973081Z Building dependency tree...
2025-08-20T21:42:48.8979795Z Reading state information...
2025-08-20T21:42:48.9111718Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:42:48.9226449Z 
2025-08-20T21:42:48.9227042Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:42:48.9227503Z 
2025-08-20T21:42:48.9358196Z Reading package lists...
2025-08-20T21:42:49.1013753Z Building dependency tree...
2025-08-20T21:42:49.1021862Z Reading state information...
2025-08-20T21:42:49.2491155Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:42:49.2491977Z bc set to manually installed.
2025-08-20T21:42:49.2495261Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:42:49.2496041Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:42:49.2496809Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:42:49.2497488Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:42:49.2498124Z The following additional packages will be installed:
2025-08-20T21:42:49.2498690Z   libtime-duration-perl
2025-08-20T21:42:49.2898769Z The following NEW packages will be installed:
2025-08-20T21:42:49.2904769Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:42:49.3074224Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:42:49.3300132Z Need to get 616 kB of archives.
2025-08-20T21:42:49.3301098Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:42:49.3301937Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:42:49.4266882Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:42:49.5112144Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:42:49.5930273Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:42:49.6779772Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:42:50.0894212Z Fetched 616 kB in 1s (1188 kB/s)
2025-08-20T21:42:50.1235672Z Selecting previously unselected package fdupes.
2025-08-20T21:42:50.1802468Z (Reading database ... 
2025-08-20T21:42:50.1803184Z (Reading database ... 5%
2025-08-20T21:42:50.1804048Z (Reading database ... 10%
2025-08-20T21:42:50.1804615Z (Reading database ... 15%
2025-08-20T21:42:50.1805021Z (Reading database ... 20%
2025-08-20T21:42:50.1805384Z (Reading database ... 25%
2025-08-20T21:42:50.1805747Z (Reading database ... 30%
2025-08-20T21:42:50.1806097Z (Reading database ... 35%
2025-08-20T21:42:50.1806451Z (Reading database ... 40%
2025-08-20T21:42:50.1806814Z (Reading database ... 45%
2025-08-20T21:42:50.1807166Z (Reading database ... 50%
2025-08-20T21:42:50.2747631Z (Reading database ... 55%
2025-08-20T21:42:50.6770906Z (Reading database ... 60%
2025-08-20T21:42:50.9017714Z (Reading database ... 65%
2025-08-20T21:42:51.0184021Z (Reading database ... 70%
2025-08-20T21:42:51.1974053Z (Reading database ... 75%
2025-08-20T21:42:51.5384864Z (Reading database ... 80%
2025-08-20T21:42:52.1526456Z (Reading database ... 85%
2025-08-20T21:42:52.7462174Z (Reading database ... 90%
2025-08-20T21:42:53.2802867Z (Reading database ... 95%
2025-08-20T21:42:53.2803565Z (Reading database ... 100%
2025-08-20T21:42:53.2804148Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:42:53.2852470Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:42:53.2876836Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:42:53.3269530Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:42:53.3408764Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:42:53.3420553Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:42:53.3815254Z Selecting previously unselected package moreutils.
2025-08-20T21:42:53.3952758Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:42:53.3963860Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:42:53.5286686Z Selecting previously unselected package dos2unix.
2025-08-20T21:42:53.5424364Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:42:53.5434754Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:42:53.8481883Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:42:53.8510043Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:42:53.8537934Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:42:53.8565695Z Setting up moreutils (0.69-1) ...
2025-08-20T21:42:53.8593813Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:43:53.1589367Z 
2025-08-20T21:43:53.1589877Z Running kernel seems to be up-to-date.
2025-08-20T21:43:53.1590363Z 
2025-08-20T21:43:53.1590483Z Restarting services...
2025-08-20T21:43:53.1659446Z 
2025-08-20T21:43:53.1659770Z Service restarts being deferred:
2025-08-20T21:43:53.1660807Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:43:53.1661179Z 
2025-08-20T21:43:53.1661411Z No containers need to be restarted.
2025-08-20T21:43:53.1661698Z 
2025-08-20T21:43:53.1661890Z No user sessions are running outdated binaries.
2025-08-20T21:43:53.1662222Z 
2025-08-20T21:43:53.1662527Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:43:54.0067290Z Reading package lists...
2025-08-20T21:43:54.1599492Z Building dependency tree...
2025-08-20T21:43:54.1607189Z Reading state information...
2025-08-20T21:43:54.3143920Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:43:54.3144840Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:43:54.3145560Z apt-utils set to manually installed.
2025-08-20T21:43:54.3146762Z ca-certificates is already the newest version (20240203).
2025-08-20T21:43:54.3147540Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:43:54.3148340Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:43:54.3149036Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:43:54.3149616Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:43:54.3150126Z moreutils is already the newest version (0.69-1).
2025-08-20T21:43:54.3150677Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:43:54.3151172Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:43:54.3151507Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:43:54.3151847Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:43:54.3152139Z tmux set to manually installed.
2025-08-20T21:43:54.3152444Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:43:54.3152811Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:43:54.3153152Z The following additional packages will be installed:
2025-08-20T21:43:54.3153718Z   python3-software-properties
2025-08-20T21:43:54.3153964Z Recommended packages:
2025-08-20T21:43:54.3154168Z   unattended-upgrades
2025-08-20T21:43:54.3460319Z The following NEW packages will be installed:
2025-08-20T21:43:54.3460870Z   rename
2025-08-20T21:43:54.3468750Z The following packages will be upgraded:
2025-08-20T21:43:54.3469571Z   python3-software-properties software-properties-common
2025-08-20T21:43:54.3654803Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:43:54.3896411Z Need to get 64.7 kB of archives.
2025-08-20T21:43:54.3897368Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:43:54.3898352Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:43:54.6324874Z 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:43:54.7156978Z 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:43:54.8014324Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:43:55.0507266Z Fetched 64.7 kB in 0s (153 kB/s)
2025-08-20T21:43:55.0760901Z (Reading database ... 
2025-08-20T21:43:55.0761368Z (Reading database ... 5%
2025-08-20T21:43:55.0761782Z (Reading database ... 10%
2025-08-20T21:43:55.0762199Z (Reading database ... 15%
2025-08-20T21:43:55.0763178Z (Reading database ... 20%
2025-08-20T21:43:55.0763861Z (Reading database ... 25%
2025-08-20T21:43:55.0764356Z (Reading database ... 30%
2025-08-20T21:43:55.0765133Z (Reading database ... 35%
2025-08-20T21:43:55.0765623Z (Reading database ... 40%
2025-08-20T21:43:55.0766098Z (Reading database ... 45%
2025-08-20T21:43:55.0766589Z (Reading database ... 50%
2025-08-20T21:43:55.0850485Z (Reading database ... 55%
2025-08-20T21:43:55.0884537Z (Reading database ... 60%
2025-08-20T21:43:55.0906194Z (Reading database ... 65%
2025-08-20T21:43:55.0939431Z (Reading database ... 70%
2025-08-20T21:43:55.0963789Z (Reading database ... 75%
2025-08-20T21:43:55.0992079Z (Reading database ... 80%
2025-08-20T21:43:55.1123642Z (Reading database ... 85%
2025-08-20T21:43:55.1210268Z (Reading database ... 90%
2025-08-20T21:43:55.1458777Z (Reading database ... 95%
2025-08-20T21:43:55.1459240Z (Reading database ... 100%
2025-08-20T21:43:55.1459858Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:43:55.1499830Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:43:55.2517127Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:43:55.3790026Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:43:55.4614512Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:43:55.4872580Z Selecting previously unselected package rename.
2025-08-20T21:43:55.5013877Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:43:55.5024741Z Unpacking rename (2.02-1) ...
2025-08-20T21:43:55.5430119Z Setting up rename (2.02-1) ...
2025-08-20T21:43:55.5491493Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:43:55.5513825Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:43:55.6749991Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:43:55.7739408Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:43:59.8523536Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:44:01.3225209Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:44:01.3505427Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:44:01.3521472Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:44:01.3532778Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:44:01.3544181Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:44:01.3547474Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:44:01.3594800Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:44:02.4655952Z Reading package lists...
2025-08-20T21:44:02.6088875Z Building dependency tree...
2025-08-20T21:44:02.6095439Z Reading state information...
2025-08-20T21:44:02.6224432Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:44:02.6370131Z 
2025-08-20T21:44:02.6370579Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:44:02.6371126Z 
2025-08-20T21:44:02.6874981Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:44:02.7160574Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:44:02.7166193Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:44:02.7173810Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:44:02.7184410Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:44:02.7198284Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:44:02.7209043Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:44:03.8293485Z Reading package lists...
2025-08-20T21:44:03.9824837Z Building dependency tree...
2025-08-20T21:44:03.9831483Z Reading state information...
2025-08-20T21:44:03.9962303Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:44:04.0077070Z 
2025-08-20T21:44:04.0078110Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:44:04.0078624Z 
2025-08-20T21:44:04.0211637Z Reading package lists...
2025-08-20T21:44:04.1754920Z Building dependency tree...
2025-08-20T21:44:04.1762320Z Reading state information...
2025-08-20T21:44:04.3286244Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:44:04.3673927Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:44:04.3971176Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:44:04.4370940Z ##[group]Run ##Presets
2025-08-20T21:44:04.4371228Z [36;1m##Presets[0m
2025-08-20T21:44:04.4371433Z [36;1mset +x ; set +e[0m
2025-08-20T21:44:04.4371649Z [36;1m#-------------#[0m
2025-08-20T21:44:04.4371854Z [36;1m##Debug?[0m
2025-08-20T21:44:04.4372100Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:44:04.4392350Z [36;1m  set -x[0m
2025-08-20T21:44:04.4392614Z [36;1mfi[0m
2025-08-20T21:44:04.4392810Z [36;1m#-------------#[0m
2025-08-20T21:44:04.4393477Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:44:04.4394124Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:44:04.4394752Z [36;1msudo service procps restart[0m
2025-08-20T21:44:04.4395043Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:44:04.4435756Z shell: /usr/bin/bash -e {0}
2025-08-20T21:44:04.4435996Z env:
2025-08-20T21:44:04.4436226Z   CROSS_COMPILING: NO
2025-08-20T21:44:04.4436447Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:44:04.4436675Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:44:04.4436887Z   ON_QEMU: NO
2025-08-20T21:44:04.4437063Z   DEBUG: 0
2025-08-20T21:44:04.4437239Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:44:04.4437467Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:44:04.4437763Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T21:44:04.4438091Z   KEEP_LOGS: YES
2025-08-20T21:44:04.4438290Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:44:04.4438515Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T21:44:04.4438765Z   SBUILD_REBUILD: false
2025-08-20T21:44:04.4439369Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T21:44:04.4439998Z   BUILD_SYS: host://nix
2025-08-20T21:44:04.4440209Z   BUILD_ON_HOST: TRUE
2025-08-20T21:44:04.4440413Z   BUILD_SYSTEM: HOST
2025-08-20T21:44:04.4440611Z   SYSTMP: /tmp
2025-08-20T21:44:04.4440804Z   GHA_MODE: MATRIX
2025-08-20T21:44:04.4441263Z   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:44:04.4441771Z ##[endgroup]
2025-08-20T21:44:04.4562515Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:44:04.4633571Z 0
2025-08-20T21:44:04.4977079Z vm.max_map_count = 262144
2025-08-20T21:44:04.4977699Z fs.inotify.max_user_watches = 655360
2025-08-20T21:44:04.4978206Z fs.inotify.max_user_instances = 1280
2025-08-20T21:44:04.4978560Z vm.mmap_rnd_bits = 28
2025-08-20T21:44:04.5049267Z ##[group]Run ##Presets
2025-08-20T21:44:04.5049585Z [36;1m##Presets[0m
2025-08-20T21:44:04.5049809Z [36;1mset +x ; set +e[0m
2025-08-20T21:44:04.5050035Z [36;1m#-------------#[0m
2025-08-20T21:44:04.5050236Z [36;1m##Debug?[0m
2025-08-20T21:44:04.5050487Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:44:04.5050794Z [36;1m  set -x[0m
2025-08-20T21:44:04.5050970Z [36;1mfi[0m
2025-08-20T21:44:04.5051149Z [36;1m#-------------#[0m
2025-08-20T21:44:04.5051347Z [36;1m##Main[0m
2025-08-20T21:44:04.5051562Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:44:04.5052226Z [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:44:04.5052963Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:44:04.5053553Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:44:04.5053839Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:44:04.5054101Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:44:04.5054404Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:44:04.5054733Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:44:04.5055038Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:44:04.5055354Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:44:04.5055652Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:44:04.5055989Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:44:04.5056383Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:44:04.5056689Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:44:04.5056962Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:44:04.5057248Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:44:04.5057534Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:44:04.5057819Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:44:04.5058100Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:44:04.5058579Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:44:04.5058893Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:44:04.5059195Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:44:04.5059510Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:44:04.5059830Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:44:04.5060132Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:44:04.5060434Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:44:04.5060717Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:44:04.5061067Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:44:04.5061521Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:44:04.5061991Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:44:04.5062465Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:44:04.5062806Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:44:04.5063160Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:44:04.5064039Z [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:44:04.5064844Z [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:44:04.5065380Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:44:04.5065649Z [36;1m else[0m
2025-08-20T21:44:04.5066123Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:44:04.5066495Z [36;1m fi[0m
2025-08-20T21:44:04.5066738Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:44:04.5067131Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:44:04.5067553Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:44:04.5067948Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:44:04.5068339Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:44:04.5068741Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:44:04.5069149Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:44:04.5069560Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:44:04.5069982Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:44:04.5070406Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:44:04.5070725Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:44:04.5108316Z shell: /usr/bin/bash -e {0}
2025-08-20T21:44:04.5108542Z env:
2025-08-20T21:44:04.5108723Z   CROSS_COMPILING: NO
2025-08-20T21:44:04.5108936Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:44:04.5109175Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:44:04.5109397Z   ON_QEMU: NO
2025-08-20T21:44:04.5109573Z   DEBUG: 0
2025-08-20T21:44:04.5109757Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:44:04.5109988Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:44:04.5110284Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T21:44:04.5110600Z   KEEP_LOGS: YES
2025-08-20T21:44:04.5110794Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:44:04.5111018Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T21:44:04.5111241Z   SBUILD_REBUILD: false
2025-08-20T21:44:04.5111802Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T21:44:04.5112386Z   BUILD_SYS: host://nix
2025-08-20T21:44:04.5112735Z   BUILD_ON_HOST: TRUE
2025-08-20T21:44:04.5112934Z   BUILD_SYSTEM: HOST
2025-08-20T21:44:04.5113132Z   SYSTMP: /tmp
2025-08-20T21:44:04.5113546Z   GHA_MODE: MATRIX
2025-08-20T21:44:04.5114062Z   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:44:04.5114919Z   GHCR_TOKEN: ***
2025-08-20T21:44:04.5115218Z   GITHUB_TOKEN: ***
2025-08-20T21:44:04.5115492Z   GITLAB_TOKEN: ***
2025-08-20T21:44:04.5116700Z   MINISIGN_KEY: ***
2025-08-20T21:44:04.5116894Z ##[endgroup]
2025-08-20T21:44:04.6675246Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:44:04.8395023Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:44:04.8395878Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:44:04.8396284Z 
2025-08-20T21:44:05.0029836Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:44:05.0030918Z 100  5458  100  5458    0     0  33334      0 --:--:-- --:--:-- --:--:-- 33280
2025-08-20T21:44:05.0031708Z 100  5458  100  5458    0     0  33322      0 --:--:-- --:--:-- --:--:-- 33280
2025-08-20T21:44:05.0043031Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T21:44:05.0132555Z 
2025-08-20T21:44:05.0132786Z [+] Building [/tmp/tmp.heEABRRNYg/SBUILD_INPUT] Locally
2025-08-20T21:44:05.0133043Z 
2025-08-20T21:44:05.0147134Z '/tmp/tmp.heEABRRNYg/SBUILD_INPUT' -> '/tmp/pkgforge/1sh405tsT_build.yaml'
2025-08-20T21:44:05.1735159Z 
2025-08-20T21:44:05.1735621Z [+] Passwordless sudo is Configured
2025-08-20T21:44:05.3481684Z 
2025-08-20T21:44:05.3495586Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:44:05.3495926Z 
2025-08-20T21:44:05.3969362Z 
2025-08-20T21:44:05.3970867Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:44:05.3971456Z 
2025-08-20T21:44:05.3971489Z 
2025-08-20T21:44:05.3973820Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:44:05.3975385Z 
2025-08-20T21:44:05.4152964Z [+] Installing: 7z -> 7z
2025-08-20T21:44:05.5386126Z [+] Installing: actionlint -> actionlint
2025-08-20T21:44:06.1646066Z [+] Installing: anew -> anew
2025-08-20T21:44:06.7780267Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:44:07.4333794Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:44:07.6413432Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:44:08.1577382Z [+] Installing: archey -> archey
2025-08-20T21:44:08.8466088Z [+] Installing: aria2 -> aria2c
2025-08-20T21:44:09.4293463Z [+] Installing: askalono -> askalono
2025-08-20T21:44:09.9519337Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:44:10.0797881Z [+] Installing: b3sum -> b3sum
2025-08-20T21:44:10.6034006Z [+] Installing: bita -> bita
2025-08-20T21:44:11.7073956Z [+] Installing: btop -> btop
2025-08-20T21:44:11.8840061Z [+] Installing: chafa -> chafa
2025-08-20T21:44:12.5405153Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:44:13.3122633Z [+] Installing: croc -> croc
2025-08-20T21:44:13.9352398Z [+] Installing: csvtk -> csvtk
2025-08-20T21:44:14.7432087Z [+] Installing: cutlines -> cutlines
2025-08-20T21:44:15.3360941Z curl: (22) The requested URL returned error: 404
2025-08-20T21:44:15.3402783Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:44:15.3404526Z [+] Installing: dbin -> dbin
2025-08-20T21:44:16.0039818Z [+] Installing: dasel -> dasel
2025-08-20T21:44:16.1422026Z [+] Installing: delta -> delta
2025-08-20T21:44:16.7489341Z [+] Installing: ds -> ds
2025-08-20T21:44:17.3364273Z curl: (22) The requested URL returned error: 404
2025-08-20T21:44:17.3407867Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:44:17.3408704Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:44:17.9411348Z [+] Installing: duf -> duf
2025-08-20T21:44:18.7308839Z [+] Installing: duplicut -> duplicut
2025-08-20T21:44:19.3642214Z [+] Installing: dust -> dust
2025-08-20T21:44:19.7620358Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:44:19.9851924Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:44:20.4941331Z [+] Installing: dysk -> dysk
2025-08-20T21:44:21.1371650Z [+] Installing: eget -> eget
2025-08-20T21:44:21.6639348Z [+] Installing: epoch -> epoch
2025-08-20T21:44:22.4542100Z [+] Installing: faketty -> faketty
2025-08-20T21:44:23.0484168Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:44:23.7128248Z [+] Installing: freeze -> freeze
2025-08-20T21:44:24.3641036Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:44:24.5962227Z [+] Installing: gdu -> gdu
2025-08-20T21:44:25.2285241Z [+] Installing: gh -> gh
2025-08-20T21:44:27.0830617Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:44:27.7359763Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:44:28.3470631Z [+] Installing: glab -> glab
2025-08-20T21:44:29.0976011Z [+] Installing: glow -> glow
2025-08-20T21:44:29.7760739Z [+] Installing: httpx -> httpx
2025-08-20T21:44:30.6129871Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:44:30.9300314Z [+] Installing: husarnet -> husarnet
2025-08-20T21:44:31.5036086Z curl: (22) The requested URL returned error: 404
2025-08-20T21:44:31.5076414Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:44:31.5077533Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:44:32.1091552Z curl: (22) The requested URL returned error: 404
2025-08-20T21:44:32.1137139Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:44:32.1138419Z [+] Installing: imgcat -> imgcat
2025-08-20T21:44:32.7053128Z [+] Installing: jc -> jc
2025-08-20T21:44:33.8824516Z [+] Installing: jq -> jq
2025-08-20T21:44:34.3761358Z [+] Installing: logdy -> logdy
2025-08-20T21:44:35.0833632Z [+] Installing: micro -> micro
2025-08-20T21:44:35.7449806Z [+] Installing: miniserve -> miniserve
2025-08-20T21:44:36.3637766Z [+] Installing: minisign -> minisign
2025-08-20T21:44:36.9438859Z [+] Installing: ncdu -> ncdu
2025-08-20T21:44:37.5572801Z [+] Installing: notify -> notify
2025-08-20T21:44:38.2149726Z [+] Installing: ouch -> ouch
2025-08-20T21:44:38.3401914Z [+] Installing: oras -> oras
2025-08-20T21:44:38.4744281Z [+] Installing: pipetty -> pipetty
2025-08-20T21:44:39.0536183Z [+] Installing: pixterm -> pixterm
2025-08-20T21:44:39.7281717Z [+] Installing: qsv -> qsv
2025-08-20T21:44:39.9810131Z [+] Installing: rclone -> rclone
2025-08-20T21:44:40.7544515Z [+] Installing: ripgrep -> rg
2025-08-20T21:44:41.6148989Z [+] Installing: rga -> rga
2025-08-20T21:44:42.2758084Z [+] Installing: rsync -> rsync
2025-08-20T21:44:42.7960522Z [+] Installing: script -> script
2025-08-20T21:44:43.0419369Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:44:43.6848866Z [+] Installing: soar -> soar
2025-08-20T21:44:43.9301691Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:44:44.5729878Z [+] Installing: sstrip -> sstrip
2025-08-20T21:44:45.1799693Z [+] Installing: strace -> strace
2025-08-20T21:44:45.8398240Z [+] Installing: sttr -> sttr
2025-08-20T21:44:46.2765562Z [+] Installing: tailscale -> tailscale
2025-08-20T21:44:46.9580072Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:44:47.6660797Z [+] Installing: taplo -> taplo
2025-08-20T21:44:48.3021216Z [+] Installing: tldr -> tldr
2025-08-20T21:44:48.9300278Z [+] Installing: tldr -> tealdeer
2025-08-20T21:44:49.4917668Z [+] Installing: tmux -> tmux
2025-08-20T21:44:49.7446265Z [+] Installing: tok -> tok
2025-08-20T21:44:50.3714557Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:44:50.9926042Z [+] Installing: trurl -> trurl
2025-08-20T21:44:51.2303514Z [+] Installing: tss -> tss
2025-08-20T21:44:51.8315617Z [+] Installing: ulexec -> ulexec
2025-08-20T21:44:52.5004348Z [+] Installing: unfurl -> unfurl
2025-08-20T21:44:52.9151393Z [+] Installing: upx -> upx
2025-08-20T21:44:53.1215284Z [+] Installing: validtoml -> validtoml
2025-08-20T21:44:53.8060362Z [+] Installing: wget -> wget
2025-08-20T21:44:54.5639586Z [+] Installing: wget2 -> wget2
2025-08-20T21:44:54.7755892Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:44:55.3995392Z [+] Installing: xq -> xq
2025-08-20T21:44:55.9051069Z [+] Installing: xz -> xz
2025-08-20T21:44:56.3951292Z [+] Installing: unxz -> unxz
2025-08-20T21:44:56.9879112Z [+] Installing: yq -> yq
2025-08-20T21:44:57.5293865Z [+] Installing: yj -> yj
2025-08-20T21:44:58.3034194Z [+] Installing: zapper -> zapper
2025-08-20T21:44:58.9732252Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:44:59.5868296Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:45:00.1612340Z curl: (22) The requested URL returned error: 404
2025-08-20T21:45:00.1658560Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:45:00.1659751Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:45:00.7456008Z curl: (22) The requested URL returned error: 404
2025-08-20T21:45:00.7495229Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:45:00.7496607Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:45:01.3325129Z curl: (22) The requested URL returned error: 404
2025-08-20T21:45:01.3372017Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:45:01.3373613Z [+] Installing: zstd -> zstd
2025-08-20T21:45:01.4621088Z [+] Creating symlinks...
2025-08-20T21:45:01.4717003Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:45:01.4817554Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:45:01.4918623Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:45:01.5018104Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:45:01.5116753Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:45:01.5216619Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:45:01.5315082Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:45:01.5414150Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:45:01.5512157Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:45:01.5609137Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:45:01.5707832Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:45:01.5804107Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:45:01.5900399Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:45:01.5996392Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:45:01.6093740Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:45:01.6191356Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:45:01.6289337Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:45:01.6327084Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:45:01.6414532Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:45:01.6511576Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:45:01.6607780Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:45:01.6646638Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:45:01.6734676Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:45:01.6832252Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:45:01.6933094Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:45:01.7029537Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:45:01.7128455Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:45:01.7225435Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:45:01.7323700Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:45:01.7420969Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:45:01.7517722Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:45:01.7616298Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:45:01.7715864Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:45:01.7814953Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:45:01.7912801Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:45:01.8010252Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:45:01.8109639Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:45:01.8207800Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:45:01.8305903Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:45:01.8403690Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:45:01.8500933Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:45:01.8599059Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:45:01.8696918Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:45:01.8794895Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:45:01.8832737Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:45:01.8861293Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:45:01.8950654Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:45:01.9048161Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:45:01.9145267Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:45:01.9249899Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:45:01.9348749Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:45:01.9446730Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:45:01.9546816Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:45:01.9646301Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:45:01.9742959Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:45:01.9841446Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:45:01.9940260Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:45:02.0040951Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:45:02.0144330Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:45:02.0254180Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:45:02.0357195Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:45:02.0463070Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:45:02.0569193Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:45:02.0670864Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:45:02.0772492Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:45:02.0877013Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:45:02.0978760Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:45:02.1079512Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:45:02.1180475Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:45:02.1282269Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:45:02.1382987Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:45:02.1485460Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:45:02.1585480Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:45:02.1684947Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:45:02.1786178Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:45:02.1885897Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:45:02.1987325Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:45:02.2092166Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:45:02.2193538Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:45:02.2295492Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:45:02.2396126Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:45:02.2497295Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:45:02.2599380Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:45:02.2703543Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:45:02.2804639Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:45:02.2907528Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:45:02.3010318Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:45:02.3111393Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:45:02.3212753Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:45:02.3315270Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:45:02.3415345Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:45:02.3515607Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:45:02.3616046Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:45:02.3720140Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:45:02.3826543Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:45:02.3866020Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:45:02.3894883Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:45:02.3923617Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:45:02.4018174Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:45:02.4047357Z 
2025-08-20T21:45:02.4048014Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:45:02.4048501Z 
2025-08-20T21:45:02.4061985Z 
2025-08-20T21:45:02.4159301Z 
2025-08-20T21:45:02.4159668Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:45:02.4160006Z 
2025-08-20T21:45:02.4160181Z [+] Installation completed!
2025-08-20T21:45:02.4234215Z 
2025-08-20T21:45:02.4234399Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:45:02.8322955Z github.com
2025-08-20T21:45:02.8324899Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:45:02.8325973Z   - Active account: true
2025-08-20T21:45:02.8326732Z   - Git operations protocol: https
2025-08-20T21:45:02.8327439Z   - Token: ghp_************************************
2025-08-20T21:45:02.8329313Z   - 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:45:02.8331217Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:45:02.8332501Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:45:03.0473649Z Limit: 5000, Remaining: 4969, Reset: 2025-08-20 22:27:57 +0000 UTC (42m54s)
2025-08-20T21:45:03.0482530Z 
2025-08-20T21:45:03.0482706Z [+] GHCR_TOKEN is Exported
2025-08-20T21:45:03.0521000Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:45:03.4485330Z Login Succeeded
2025-08-20T21:45:03.4496613Z 
2025-08-20T21:45:03.4496979Z [+] GITLAB is Exported
2025-08-20T21:45:03.5819012Z [git remote -v]
2025-08-20T21:45:03.8100874Z gitlab.com
2025-08-20T21:45:03.8101930Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:45:03.8103550Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:45:03.8104763Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:45:03.8105648Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:45:03.8106483Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:45:03.8107287Z   ✓ Token found: **************************
2025-08-20T21:45:03.8107686Z 
2025-08-20T21:45:03.8108477Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:45:03.8109531Z [git remote -v]
2025-08-20T21:45:03.8122906Z 2025/08/20 21:45:03 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:45:03.8124435Z git: exit status 128]
2025-08-20T21:45:04.2054088Z 
2025-08-20T21:45:04.2054103Z 
2025-08-20T21:45:04.2055114Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:45:04 PM)
2025-08-20T21:45:04.2055679Z 
2025-08-20T21:45:04.2055684Z 
2025-08-20T21:45:04.2055765Z [+] USER = runner
2025-08-20T21:45:04.2055977Z [+] HOME = /home/runner
2025-08-20T21:45:04.2058315Z [+] 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:45:04.2061495Z 
2025-08-20T21:45:04.2747305Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:45:04.3050936Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:45:04.3064860Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:45:04.3074521Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:45:04.3085941Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:45:04.3287528Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:45:04.3559452Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:45:05.5728117Z Reading package lists...
2025-08-20T21:45:05.6046061Z Reading package lists...
2025-08-20T21:45:05.7546573Z Building dependency tree...
2025-08-20T21:45:05.7554280Z Reading state information...
2025-08-20T21:45:05.9224277Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:45:05.9224701Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:45:05.9225057Z ca-certificates is already the newest version (20240203).
2025-08-20T21:45:05.9225420Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:45:05.9225777Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:45:05.9226111Z moreutils is already the newest version (0.69-1).
2025-08-20T21:45:05.9226504Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:45:05.9227255Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:45:05.9227666Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:45:05.9808902Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:45:06.0080419Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:45:06.0101331Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:45:06.0110392Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:45:06.0119667Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:45:06.0900606Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:45:06.0965337Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:45:07.1731324Z Reading package lists...
2025-08-20T21:45:07.2058376Z Reading package lists...
2025-08-20T21:45:07.4059707Z Building dependency tree...
2025-08-20T21:45:07.4068056Z Reading state information...
2025-08-20T21:45:07.5742677Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:45:07.5743917Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:45:07.5744599Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:45:07.5745106Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:45:07.5745650Z ca-certificates is already the newest version (20240203).
2025-08-20T21:45:07.5746191Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:45:07.5746683Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:45:07.5747333Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:45:07.5748014Z gawk set to manually installed.
2025-08-20T21:45:07.5748588Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:45:07.5749275Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:45:07.5749797Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:45:07.5750268Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:45:07.5750797Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:45:07.5751686Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:45:07.5752187Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:45:07.5752608Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:45:07.5753040Z The following additional packages will be installed:
2025-08-20T21:45:07.5753792Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:45:07.5754405Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:45:07.5755075Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:45:07.5755910Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:45:07.5756542Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:45:07.5757099Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:45:07.5757479Z Suggested packages:
2025-08-20T21:45:07.5757853Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:45:07.5758441Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:45:07.5758971Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:45:07.5759460Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:45:07.5759927Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:45:07.5760363Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:45:07.5760713Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:45:07.6040666Z The following NEW packages will be installed:
2025-08-20T21:45:07.6041583Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:45:07.6043546Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:45:07.6045067Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:45:07.6046388Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:45:07.6047473Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:45:07.6048639Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:45:07.6049591Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:45:07.6224412Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:45:07.6224790Z Need to get 27.5 MB of archives.
2025-08-20T21:45:07.6225131Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:45:07.6225525Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:45:07.7198434Z 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:45:07.9790143Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:45:08.3052994Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:45:08.4658878Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:45:08.5479105Z 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:45:08.6302965Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:45:08.7958988Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:45:08.9573924Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:45:09.1220458Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:45:09.2045362Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:45:09.9411863Z 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:45:10.0249268Z 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:45:10.1877685Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:45:10.2723624Z 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:45:10.3529592Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:45:10.4379819Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:45:10.5186443Z 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:45:11.0367925Z 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:45:11.1185292Z 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:45:11.2020152Z 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:45:11.2829241Z 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:45:11.3728484Z 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:45:11.5389021Z 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:45:11.6198344Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:45:11.7029327Z 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:45:11.7834965Z 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:45:11.9520690Z 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:45:12.0341048Z 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:45:12.1161913Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:45:12.1996175Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:45:12.2805767Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:45:12.3635901Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:45:12.4449511Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:45:12.7614659Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:45:12.9187395Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:45:13.0811002Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:45:13.3411546Z Preconfiguring packages ...
2025-08-20T21:45:13.4069608Z Fetched 27.5 MB in 5s (5023 kB/s)
2025-08-20T21:45:13.4278690Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:45:13.4332177Z (Reading database ... 
2025-08-20T21:45:13.4332609Z (Reading database ... 5%
2025-08-20T21:45:13.4333425Z (Reading database ... 10%
2025-08-20T21:45:13.4333814Z (Reading database ... 15%
2025-08-20T21:45:13.4334181Z (Reading database ... 20%
2025-08-20T21:45:13.4334550Z (Reading database ... 25%
2025-08-20T21:45:13.4334930Z (Reading database ... 30%
2025-08-20T21:45:13.4335297Z (Reading database ... 35%
2025-08-20T21:45:13.4335663Z (Reading database ... 40%
2025-08-20T21:45:13.4336033Z (Reading database ... 45%
2025-08-20T21:45:13.4336389Z (Reading database ... 50%
2025-08-20T21:45:13.4358076Z (Reading database ... 55%
2025-08-20T21:45:13.4453612Z (Reading database ... 60%
2025-08-20T21:45:13.4475391Z (Reading database ... 65%
2025-08-20T21:45:13.4509680Z (Reading database ... 70%
2025-08-20T21:45:13.4534606Z (Reading database ... 75%
2025-08-20T21:45:13.4564168Z (Reading database ... 80%
2025-08-20T21:45:13.4704591Z (Reading database ... 85%
2025-08-20T21:45:13.4789980Z (Reading database ... 90%
2025-08-20T21:45:13.5055781Z (Reading database ... 95%
2025-08-20T21:45:13.5056280Z (Reading database ... 100%
2025-08-20T21:45:13.5056948Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:45:13.5100922Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:45:13.5305180Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:45:13.6769692Z Selecting previously unselected package poppler-data.
2025-08-20T21:45:13.6909546Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:45:13.6920066Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:45:13.8232146Z Selecting previously unselected package b3sum.
2025-08-20T21:45:13.8374162Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:45:13.8384367Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:45:13.8649351Z Selecting previously unselected package build-essential.
2025-08-20T21:45:13.8791525Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:45:13.8807022Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:45:13.9028928Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:45:13.9167261Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:45:13.9186170Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:45:13.9410895Z Selecting previously unselected package ccache.
2025-08-20T21:45:13.9550517Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:45:13.9560420Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:45:14.0031996Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:45:14.0177109Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:45:14.0189875Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:45:14.0525664Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:45:14.0669074Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:45:14.0681236Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:45:14.1007112Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:45:14.1149130Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:45:14.1158290Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:45:14.1828925Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:45:14.1974480Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:45:14.2638470Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:45:14.3657645Z Selecting previously unselected package libgs-common.
2025-08-20T21:45:14.3804744Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:45:14.3815185Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:45:14.4093394Z Selecting previously unselected package libgs10-common.
2025-08-20T21:45:14.4235017Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:45:14.4244993Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:45:14.4902967Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:45:14.5045040Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:45:14.5054813Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:45:14.5292469Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:45:14.5434668Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:45:14.5444750Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:45:14.5670712Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:45:14.5811000Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:45:14.5820718Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:45:14.6063727Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:45:14.6202900Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:45:14.6214054Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:45:14.6467935Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:45:14.6606643Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:45:14.6616596Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:45:14.8999927Z Selecting previously unselected package ghostscript.
2025-08-20T21:45:14.9143163Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:45:14.9153842Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:45:14.9452835Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:45:14.9592847Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:45:14.9600498Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:45:15.0514707Z Selecting previously unselected package imagemagick.
2025-08-20T21:45:15.0659944Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:45:15.0667898Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:45:15.0879541Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:45:15.1022306Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:45:15.1030730Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:45:15.1301429Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:45:15.1446074Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:45:15.1454329Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:45:15.1764006Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:45:15.1906379Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:45:15.1915740Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:45:15.2162645Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:45:15.2305422Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:45:15.2314745Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:45:15.2555910Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:45:15.2698605Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:45:15.2707490Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:45:15.2933750Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:45:15.3075644Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:45:15.3085239Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:45:15.3497275Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:45:15.3643092Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:45:15.3652866Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:45:15.3886799Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:45:15.4029432Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:45:15.4038677Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:45:15.4444552Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:45:15.4587441Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:45:15.4596614Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:45:15.4825876Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:45:15.4966611Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:45:15.4974997Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:45:15.5261156Z Selecting previously unselected package libtool-bin.
2025-08-20T21:45:15.5402104Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:45:15.5410609Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:45:15.5652485Z Selecting previously unselected package lzip.
2025-08-20T21:45:15.5791734Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:45:15.5800117Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:45:15.6024048Z Selecting previously unselected package netpbm.
2025-08-20T21:45:15.6162699Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:45:15.6173392Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:45:15.7859807Z Selecting previously unselected package musl:amd64.
2025-08-20T21:45:15.8002897Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:45:15.8011186Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:45:15.8298528Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:45:15.8436199Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:45:15.8443722Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:45:15.9095156Z Selecting previously unselected package musl-tools.
2025-08-20T21:45:15.9237142Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:45:15.9245804Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:45:15.9664784Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:45:16.1038320Z 
2025-08-20T21:45:16.1038920Z Creating config file /etc/papersize with new version
2025-08-20T21:45:16.1821155Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:45:16.1842482Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:45:16.1873965Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:45:16.1895268Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:45:16.1915527Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:45:16.1938210Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:45:16.1960048Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:45:16.1981051Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:45:16.2087464Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:45:16.2109382Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:45:16.2131356Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:45:16.2189442Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:45:16.2236280Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:45:16.2284055Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:45:16.2305163Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:45:16.2328502Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:45:16.2351779Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:45:16.2373515Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:45:16.2394125Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:45:16.2464605Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:45:16.2509663Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:45:16.2567559Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:45:16.2613549Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:45:16.2671142Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:45:16.2716911Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:45:16.2777051Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:45:16.2824163Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:45:16.2882604Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:45:16.2931121Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:45:16.2989261Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:45:16.3035897Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:45:16.3095845Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:45:16.3142958Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:45:16.3200838Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:45:16.3250068Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:45:16.3309582Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:45:16.3357035Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:45:16.3415244Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:45:16.3462773Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:45:16.3523137Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:45:16.3571845Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:45:16.3590807Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:45:16.3612649Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:45:16.3647057Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:45:16.3667288Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:45:16.3892507Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:45:16.3916317Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:45:16.3937134Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:45:16.3959048Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:45:16.3981274Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:45:16.4115404Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:45:16.4135713Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:45:16.4177958Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:45:16.4208030Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:45:16.4230331Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:45:16.4249935Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:45:16.4269506Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:45:16.5891894Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:45:16.5915192Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:45:16.5935903Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:45:16.5997539Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:45:16.6069245Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:45:17.0079298Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:45:17.2895493Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:45:18.1873909Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:45:19.6957419Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:45:27.0021011Z Reading package lists...
2025-08-20T21:45:27.1747961Z Building dependency tree...
2025-08-20T21:45:27.1755731Z Reading state information...
2025-08-20T21:45:27.3340494Z autoconf is already the newest version (2.71-3).
2025-08-20T21:45:27.3341184Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:45:27.3341865Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:45:27.3342507Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:45:27.3343182Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:45:27.3344113Z ca-certificates is already the newest version (20240203).
2025-08-20T21:45:27.3344730Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:45:27.3345635Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:45:27.3346228Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:45:27.3346833Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:45:27.3347299Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:45:27.3347639Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:45:27.3347944Z patch set to manually installed.
2025-08-20T21:45:27.3348252Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:45:27.3348631Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:45:27.3348979Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:45:27.3349320Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:45:27.3349609Z Suggested packages:
2025-08-20T21:45:27.3349803Z   scons-doc
2025-08-20T21:45:27.3480407Z The following NEW packages will be installed:
2025-08-20T21:45:27.3486788Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:45:27.3656721Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:45:27.3657169Z Need to get 15.8 MB of archives.
2025-08-20T21:45:27.3657520Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:45:27.3657936Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:45:28.1149806Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:45:28.2102430Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:45:28.2924322Z 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:45:28.9599206Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:45:29.1248425Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:45:29.3891755Z Fetched 15.8 MB in 2s (8901 kB/s)
2025-08-20T21:45:29.4072369Z Selecting previously unselected package autopoint.
2025-08-20T21:45:29.4129130Z (Reading database ... 
2025-08-20T21:45:29.4129762Z (Reading database ... 5%
2025-08-20T21:45:29.4130180Z (Reading database ... 10%
2025-08-20T21:45:29.4130606Z (Reading database ... 15%
2025-08-20T21:45:29.4131040Z (Reading database ... 20%
2025-08-20T21:45:29.4131474Z (Reading database ... 25%
2025-08-20T21:45:29.4131741Z (Reading database ... 30%
2025-08-20T21:45:29.4132012Z (Reading database ... 35%
2025-08-20T21:45:29.4132276Z (Reading database ... 40%
2025-08-20T21:45:29.4132542Z (Reading database ... 45%
2025-08-20T21:45:29.4132803Z (Reading database ... 50%
2025-08-20T21:45:29.4153551Z (Reading database ... 55%
2025-08-20T21:45:29.4249300Z (Reading database ... 60%
2025-08-20T21:45:29.4271008Z (Reading database ... 65%
2025-08-20T21:45:29.4305912Z (Reading database ... 70%
2025-08-20T21:45:29.4330705Z (Reading database ... 75%
2025-08-20T21:45:29.4360238Z (Reading database ... 80%
2025-08-20T21:45:29.4506374Z (Reading database ... 85%
2025-08-20T21:45:29.4593015Z (Reading database ... 90%
2025-08-20T21:45:29.4862883Z (Reading database ... 95%
2025-08-20T21:45:29.4863581Z (Reading database ... 100%
2025-08-20T21:45:29.4864110Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:45:29.4908330Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:45:29.4917017Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:45:29.5157726Z Selecting previously unselected package clang.
2025-08-20T21:45:29.5295646Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:45:29.5303009Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:45:29.5509492Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:45:29.5647057Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:45:29.5655117Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:45:30.0046325Z Selecting previously unselected package scons.
2025-08-20T21:45:30.0189643Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:45:30.0198510Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:45:30.0897768Z Selecting previously unselected package byacc.
2025-08-20T21:45:30.1055156Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:45:30.1063837Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:45:30.1488787Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:45:30.1535741Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:45:30.1612931Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:45:30.1828225Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:45:30.5877348Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:45:30.5901500Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:45:34.6472253Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:45:36.1476646Z Reading package lists...
2025-08-20T21:45:36.3458617Z Building dependency tree...
2025-08-20T21:45:36.3466608Z Reading state information...
2025-08-20T21:45:36.5234398Z The following additional packages will be installed:
2025-08-20T21:45:36.5235646Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:45:36.5236547Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:45:36.5237950Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:45:36.5239599Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:45:36.5240910Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:45:36.5242157Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:45:36.5243642Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:45:36.5244451Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:45:36.5245166Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:45:36.5246203Z Suggested packages:
2025-08-20T21:45:36.5247274Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:45:36.5248381Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:45:36.5249549Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:45:36.5252273Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:45:36.5252994Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:45:36.5253931Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:45:36.5254744Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:45:36.5255617Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:45:36.5256245Z   wdiff-doc
2025-08-20T21:45:36.5256581Z Recommended packages:
2025-08-20T21:45:36.5257120Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:45:36.5257905Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:45:36.5258774Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:45:36.5259629Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:45:36.5441978Z The following NEW packages will be installed:
2025-08-20T21:45:36.5442938Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:45:36.5443939Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:45:36.5444527Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:45:36.5446803Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:45:36.5447748Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:45:36.5448626Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:45:36.5449557Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:45:36.5450687Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:45:36.5451691Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:45:36.5630021Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:45:36.5630620Z Need to get 2417 kB of archives.
2025-08-20T21:45:36.5631083Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:45:36.5631773Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:45:36.7524386Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:45:36.8371454Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:45:36.9357791Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:45:37.0971086Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:45:37.1820292Z 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:45:37.2744627Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:45:37.3807831Z 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:45:37.4819293Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:45:37.5714765Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:45:37.6611175Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:45:37.7573830Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:45:37.8486983Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:45:37.9360484Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:45:38.0316090Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:45:38.1249633Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:45:38.2423997Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:45:38.3329621Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:45:38.5691390Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:45:38.6551353Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:45:38.7394479Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:45:38.8223025Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:45:39.0306748Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:45:39.1983040Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:45:39.2831619Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:45:39.3658441Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:45:39.4494608Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:45:39.5327945Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:45:39.6187236Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:45:39.7024039Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:45:39.7851555Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:45:40.2119264Z Fetched 2417 kB in 3s (712 kB/s)
2025-08-20T21:45:40.2305656Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:45:40.2360767Z (Reading database ... 
2025-08-20T21:45:40.2361357Z (Reading database ... 5%
2025-08-20T21:45:40.2361812Z (Reading database ... 10%
2025-08-20T21:45:40.2362095Z (Reading database ... 15%
2025-08-20T21:45:40.2362405Z (Reading database ... 20%
2025-08-20T21:45:40.2362685Z (Reading database ... 25%
2025-08-20T21:45:40.2362956Z (Reading database ... 30%
2025-08-20T21:45:40.2363875Z (Reading database ... 35%
2025-08-20T21:45:40.2364163Z (Reading database ... 40%
2025-08-20T21:45:40.2364434Z (Reading database ... 45%
2025-08-20T21:45:40.2364701Z (Reading database ... 50%
2025-08-20T21:45:40.2386984Z (Reading database ... 55%
2025-08-20T21:45:40.2484569Z (Reading database ... 60%
2025-08-20T21:45:40.2506900Z (Reading database ... 65%
2025-08-20T21:45:40.2542312Z (Reading database ... 70%
2025-08-20T21:45:40.2567785Z (Reading database ... 75%
2025-08-20T21:45:40.2598138Z (Reading database ... 80%
2025-08-20T21:45:40.2750707Z (Reading database ... 85%
2025-08-20T21:45:40.2844910Z (Reading database ... 90%
2025-08-20T21:45:40.3134875Z (Reading database ... 95%
2025-08-20T21:45:40.3135376Z (Reading database ... 100%
2025-08-20T21:45:40.3136049Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:45:40.3181903Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:45:40.3223549Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:45:40.3494951Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:45:40.3641850Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:45:40.3651813Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:45:40.3859147Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:45:40.4004286Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:45:40.4011885Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:45:40.4245592Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:45:40.4387543Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:45:40.4394869Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:45:40.4598450Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:45:40.4740240Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:45:40.4747888Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:45:40.4956583Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:45:40.5097522Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:45:40.5105391Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:45:40.5325750Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:45:40.5467414Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:45:40.5475187Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:45:40.5685535Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:45:40.5825120Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:45:40.5831997Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:45:40.6028007Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:45:40.6165809Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:45:40.6174138Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:45:40.6387809Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:45:40.6531517Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:45:40.6538902Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:45:40.6743086Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:45:40.6886183Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:45:40.6893619Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:45:40.7091940Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:45:40.7232842Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:45:40.7240130Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:45:40.7473867Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:45:40.7611871Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:45:40.7619191Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:45:40.7831084Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:45:40.7970692Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:45:40.7980368Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:45:40.8185545Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:45:40.8323484Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:45:40.8330436Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:45:40.8554898Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:45:40.8691535Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:45:40.8698931Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:45:40.8895197Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:45:40.9030036Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:45:40.9037368Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:45:40.9329322Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:45:40.9464741Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:45:40.9473417Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:45:40.9673135Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:45:40.9807359Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:45:40.9816336Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:45:41.0005055Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:45:41.0141972Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:45:41.0150834Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:45:41.0375874Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:45:41.0522698Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:45:41.0531355Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:45:41.1003973Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:45:41.1147931Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:45:41.1155302Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:45:41.1418665Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:45:41.1561993Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:45:41.1569480Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:45:41.1793041Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:45:41.1937174Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:45:41.1945098Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:45:41.2154890Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:45:41.2297613Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:45:41.2305134Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:45:41.2528857Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:45:41.2671708Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:45:41.2679909Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:45:41.2902322Z Selecting previously unselected package libwww-perl.
2025-08-20T21:45:41.3047525Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:45:41.3055532Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:45:41.3352648Z Selecting previously unselected package patchutils.
2025-08-20T21:45:41.3495048Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:45:41.3501849Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:45:41.3818539Z Selecting previously unselected package wdiff.
2025-08-20T21:45:41.3962134Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:45:41.3969559Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:45:41.4211792Z Selecting previously unselected package devscripts.
2025-08-20T21:45:41.4354328Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:45:41.4549114Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:45:41.5883498Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:45:41.5905142Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:45:41.5925835Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:45:41.5946457Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:45:41.5967338Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:45:41.5988211Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:45:41.6009290Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:45:41.6028743Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:45:41.6047497Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:45:41.6066716Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:45:41.6087512Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:45:41.6105963Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:45:41.6126501Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:45:41.6148708Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:45:41.6168351Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:45:41.6189591Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:45:41.6210180Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:45:41.6229556Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:45:41.6249265Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:45:41.6269247Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:45:41.6290171Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:45:41.6310296Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:45:41.6331778Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:45:41.6351900Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:45:41.6384352Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:45:41.6405406Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:45:41.6429296Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:45:41.6456429Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:45:41.6482147Z Setting up devscripts (2.23.7) ...
2025-08-20T21:45:41.7680981Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:45:41.7706959Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:45:47.0514140Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:45:48.7127145Z Reading package lists...
2025-08-20T21:45:48.8596806Z Building dependency tree...
2025-08-20T21:45:48.8604313Z Reading state information...
2025-08-20T21:45:49.0038718Z The following additional packages will be installed:
2025-08-20T21:45:49.0044413Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:45:49.0049904Z Suggested packages:
2025-08-20T21:45:49.0050389Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:45:49.0196538Z The following NEW packages will be installed:
2025-08-20T21:45:49.0203063Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:45:49.0377270Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:45:49.0377878Z Need to get 13.6 MB of archives.
2025-08-20T21:45:49.0378437Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:45:49.0379124Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:45:49.1366760Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:45:49.2206586Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:45:49.3055321Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:45:49.6277118Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:45:50.4768504Z Fetched 13.6 MB in 1s (11.6 MB/s)
2025-08-20T21:45:50.4966480Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:45:50.5024127Z (Reading database ... 
2025-08-20T21:45:50.5024697Z (Reading database ... 5%
2025-08-20T21:45:50.5025278Z (Reading database ... 10%
2025-08-20T21:45:50.5025839Z (Reading database ... 15%
2025-08-20T21:45:50.5026391Z (Reading database ... 20%
2025-08-20T21:45:50.5026939Z (Reading database ... 25%
2025-08-20T21:45:50.5027524Z (Reading database ... 30%
2025-08-20T21:45:50.5028072Z (Reading database ... 35%
2025-08-20T21:45:50.5028628Z (Reading database ... 40%
2025-08-20T21:45:50.5029128Z (Reading database ... 45%
2025-08-20T21:45:50.5029993Z (Reading database ... 50%
2025-08-20T21:45:50.5049462Z (Reading database ... 55%
2025-08-20T21:45:50.5151606Z (Reading database ... 60%
2025-08-20T21:45:50.5174471Z (Reading database ... 65%
2025-08-20T21:45:50.5212231Z (Reading database ... 70%
2025-08-20T21:45:50.5237776Z (Reading database ... 75%
2025-08-20T21:45:50.5270951Z (Reading database ... 80%
2025-08-20T21:45:50.5422505Z (Reading database ... 85%
2025-08-20T21:45:50.5510066Z (Reading database ... 90%
2025-08-20T21:45:50.5782965Z (Reading database ... 95%
2025-08-20T21:45:50.5783949Z (Reading database ... 100%
2025-08-20T21:45:50.5784503Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:45:50.5827246Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:45:50.5845054Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:45:50.6081188Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:45:50.6216507Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:45:50.6225167Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:45:50.6450704Z Selecting previously unselected package cmake-data.
2025-08-20T21:45:50.6586520Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:45:50.6661979Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:45:51.2363436Z Selecting previously unselected package cmake.
2025-08-20T21:45:51.2518677Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:45:51.2528230Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:45:51.4530726Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:45:51.4551498Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:45:51.4570336Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:45:51.4636979Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:45:51.4664017Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:45:55.7660316Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:45:56.3423162Z 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:45:56.3427306Z Running kernel seems to be up-to-date.
2025-08-20T21:45:56.3427776Z 
2025-08-20T21:45:56.3427979Z Restarting services...
2025-08-20T21:45:56.3486393Z 
2025-08-20T21:45:56.3486744Z Service restarts being deferred:
2025-08-20T21:45:56.3487270Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:45:56.3487655Z 
2025-08-20T21:45:56.3487827Z No containers need to be restarted.
2025-08-20T21:45:56.3488124Z 
2025-08-20T21:45:56.3488325Z No user sessions are running outdated binaries.
2025-08-20T21:45:56.3488707Z 
2025-08-20T21:45:56.3489038Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:45:57.2237086Z Reading package lists...
2025-08-20T21:45:57.4360736Z Building dependency tree...
2025-08-20T21:45:57.4369538Z Reading state information...
2025-08-20T21:45:57.6475339Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:45:57.6476002Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:45:57.6476566Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:45:57.6477109Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:45:57.6477636Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:45:57.6478191Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:45:57.6478798Z ca-certificates is already the newest version (20240203).
2025-08-20T21:45:57.6479330Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:45:57.6479874Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:45:57.6480407Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:45:57.6480918Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:45:57.6481718Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:45:57.6482319Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:45:57.6482939Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:45:57.6483826Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:45:57.6484562Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:45:57.6485298Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:45:57.6485932Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:45:57.6486413Z musl is already the newest version (1.2.4-2).
2025-08-20T21:45:57.6486887Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:45:57.6487384Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:45:57.6487896Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:45:57.6488309Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:45:57.6488677Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:45:57.6489042Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:45:57.6489448Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:45:57.6720225Z Reading package lists...
2025-08-20T21:45:57.8353644Z Building dependency tree...
2025-08-20T21:45:57.8362062Z Reading state information...
2025-08-20T21:45:58.0235785Z autoconf is already the newest version (2.71-3).
2025-08-20T21:45:58.0236229Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:45:58.0236619Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:45:58.0236989Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:45:58.0237637Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:45:58.0238031Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:45:58.0238404Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:45:58.0238763Z ca-certificates is already the newest version (20240203).
2025-08-20T21:45:58.0239113Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:45:58.0239433Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:45:58.0239744Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:45:58.0240065Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:45:58.0240396Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:45:58.0240731Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:45:58.0241066Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:45:58.0241403Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:45:58.0241764Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:45:58.0242248Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:45:58.0242878Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:45:58.0243672Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:45:58.0244198Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:45:58.0244795Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:45:58.0485781Z Reading package lists...
2025-08-20T21:45:58.2607264Z Building dependency tree...
2025-08-20T21:45:58.2615878Z Reading state information...
2025-08-20T21:45:58.4580814Z devscripts is already the newest version (2.23.7).
2025-08-20T21:45:58.4581255Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:45:58.4819731Z Reading package lists...
2025-08-20T21:45:58.6474737Z Building dependency tree...
2025-08-20T21:45:58.6482556Z Reading state information...
2025-08-20T21:45:58.8154369Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:45:58.8154873Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:45:58.8391734Z Reading package lists...
2025-08-20T21:45:58.9944625Z Building dependency tree...
2025-08-20T21:45:58.9952694Z Reading state information...
2025-08-20T21:45:59.1819832Z Suggested packages:
2025-08-20T21:45:59.1820245Z   binutils-doc
2025-08-20T21:45:59.2097983Z The following NEW packages will be installed:
2025-08-20T21:45:59.2109296Z   binutils-aarch64-linux-gnu
2025-08-20T21:45:59.2339668Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:45:59.2599730Z Need to get 3711 kB of archives.
2025-08-20T21:45:59.2600588Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:45:59.2601203Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:45:59.3636248Z 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:46:00.0214519Z Fetched 3711 kB in 1s (7277 kB/s)
2025-08-20T21:46:00.0406844Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:46:00.0467232Z (Reading database ... 
2025-08-20T21:46:00.0468040Z (Reading database ... 5%
2025-08-20T21:46:00.0468346Z (Reading database ... 10%
2025-08-20T21:46:00.0468628Z (Reading database ... 15%
2025-08-20T21:46:00.0468911Z (Reading database ... 20%
2025-08-20T21:46:00.0469178Z (Reading database ... 25%
2025-08-20T21:46:00.0469439Z (Reading database ... 30%
2025-08-20T21:46:00.0469711Z (Reading database ... 35%
2025-08-20T21:46:00.0469977Z (Reading database ... 40%
2025-08-20T21:46:00.0470242Z (Reading database ... 45%
2025-08-20T21:46:00.0470508Z (Reading database ... 50%
2025-08-20T21:46:00.0494523Z (Reading database ... 55%
2025-08-20T21:46:00.0610919Z (Reading database ... 60%
2025-08-20T21:46:00.0636404Z (Reading database ... 65%
2025-08-20T21:46:00.0679308Z (Reading database ... 70%
2025-08-20T21:46:00.0706678Z (Reading database ... 75%
2025-08-20T21:46:00.0743057Z (Reading database ... 80%
2025-08-20T21:46:00.0917084Z (Reading database ... 85%
2025-08-20T21:46:00.1213625Z (Reading database ... 90%
2025-08-20T21:46:00.1304287Z (Reading database ... 95%
2025-08-20T21:46:00.1304708Z (Reading database ... 100%
2025-08-20T21:46:00.1305133Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:46:00.1353625Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:46:00.1370864Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:46:00.3016437Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:46:00.3040098Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:46:00.3183980Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:46:05.9326707Z Reading package lists...
2025-08-20T21:46:06.1126466Z Building dependency tree...
2025-08-20T21:46:06.1134639Z Reading state information...
2025-08-20T21:46:06.2860719Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:46:06.2861511Z The following additional packages will be installed:
2025-08-20T21:46:06.2862208Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:46:06.2863013Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:46:06.2864369Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:46:06.2865345Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:46:06.2866398Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:46:06.2867043Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:46:06.2867800Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:46:06.2868854Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:46:06.2869547Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:46:06.2870190Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:46:06.2870825Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:46:06.2871873Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:46:06.2872562Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:46:06.2873390Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:46:06.2874057Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:46:06.2874677Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:46:06.2875361Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:46:06.2876355Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:46:06.2877295Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:46:06.2877936Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:46:06.2878615Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:46:06.2879186Z   linux-libc-dev-armhf-cross
2025-08-20T21:46:06.2879505Z Suggested packages:
2025-08-20T21:46:06.2879833Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:46:06.2880333Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:46:06.3420732Z The following NEW packages will be installed:
2025-08-20T21:46:06.3421813Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:46:06.3423095Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:46:06.3424732Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:46:06.3426076Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:46:06.3427790Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:46:06.3428929Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:46:06.3429969Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:46:06.3430992Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:46:06.3432086Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:46:06.3433120Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:46:06.3434169Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:46:06.3434808Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:46:06.3435492Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:46:06.3436175Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:46:06.3436871Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:46:06.3437532Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:46:06.3438146Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:46:06.3438792Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:46:06.3439397Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:46:06.3439992Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:46:06.3440622Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:46:06.3441126Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:46:06.3441528Z   linux-libc-dev-armhf-cross
2025-08-20T21:46:06.3626828Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:46:06.3627220Z Need to get 171 MB of archives.
2025-08-20T21:46:06.3627555Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:46:06.3627991Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:46:06.5402693Z 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:46:06.6252377Z 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:46:07.4500895Z 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:46:07.5457787Z 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:46:08.3538453Z 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:46:08.4388615Z 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:46:09.5857544Z 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:46:09.6685498Z 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:46:09.7510969Z 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:46:09.8365672Z 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:46:09.9192045Z 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:46:10.0021112Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:46:10.2455705Z 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:46:10.3300727Z 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:46:10.4141528Z 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:46:10.4980919Z 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:46:10.5810844Z 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:46:10.7432472Z 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:46:10.8272753Z 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:46:10.9916698Z 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:46:11.1542759Z 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:46:11.2386288Z 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:46:11.3298386Z 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:46:11.6568581Z 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:46:12.5717260Z 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:46:12.7477034Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:46:12.9955804Z 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:46:13.3244856Z 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:46:14.0490320Z 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:46:14.4511063Z 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:46:14.5336601Z 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:46:14.6163775Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:46:14.8578343Z 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:46:14.9414034Z 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:46:15.0257226Z 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:46:15.1106176Z 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:46:15.4422310Z 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:46:15.6078064Z 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:46:15.8521542Z 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:46:16.0188097Z 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:46:17.0004762Z 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:46:17.2478250Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:46:17.4920089Z 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:46:17.9726296Z 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:46:18.6318677Z 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:46:18.9760596Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:46:19.2196171Z 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:46:19.3027286Z 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:46:19.3880843Z 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:46:19.4719156Z 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:46:19.8810234Z 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:46:20.0467163Z 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:46:20.2899041Z 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:46:20.4593108Z 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:46:21.2763812Z 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:46:21.5188094Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:46:21.7633661Z 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:46:22.0866583Z 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:46:22.8241459Z 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:46:22.9063674Z 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:46:22.9886802Z 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:46:23.0714359Z 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:46:23.1538406Z 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:46:23.2359843Z 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:46:23.5723678Z Fetched 171 MB in 17s (10.1 MB/s)
2025-08-20T21:46:23.5917816Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:46:23.5974542Z (Reading database ... 
2025-08-20T21:46:23.5975212Z (Reading database ... 5%
2025-08-20T21:46:23.5975637Z (Reading database ... 10%
2025-08-20T21:46:23.5975999Z (Reading database ... 15%
2025-08-20T21:46:23.5998835Z (Reading database ... 20%
2025-08-20T21:46:23.5999412Z (Reading database ... 25%
2025-08-20T21:46:23.5999860Z (Reading database ... 30%
2025-08-20T21:46:23.6000190Z (Reading database ... 35%
2025-08-20T21:46:23.6000525Z (Reading database ... 40%
2025-08-20T21:46:23.6000857Z (Reading database ... 45%
2025-08-20T21:46:23.6001189Z (Reading database ... 50%
2025-08-20T21:46:23.6001520Z (Reading database ... 55%
2025-08-20T21:46:23.6091632Z (Reading database ... 60%
2025-08-20T21:46:23.6112716Z (Reading database ... 65%
2025-08-20T21:46:23.6148086Z (Reading database ... 70%
2025-08-20T21:46:23.6171556Z (Reading database ... 75%
2025-08-20T21:46:23.6202292Z (Reading database ... 80%
2025-08-20T21:46:23.6353878Z (Reading database ... 85%
2025-08-20T21:46:23.6618524Z (Reading database ... 90%
2025-08-20T21:46:23.6698557Z (Reading database ... 95%
2025-08-20T21:46:23.6699124Z (Reading database ... 100%
2025-08-20T21:46:23.6699857Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:46:23.6747463Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:23.6758086Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:23.6991778Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:46:23.7138753Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:23.7172309Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:23.8636825Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:46:23.8785510Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:23.8792997Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:23.9002169Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:46:23.9151266Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:23.9182070Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.0795609Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:46:24.0947767Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:24.0955767Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.1176797Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:46:24.1325862Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:24.1359773Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.2760964Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:46:24.2916145Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:46:24.2924404Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:24.3136245Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:46:24.3279433Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:46:24.3286706Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:46:24.3489532Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:46:24.3634123Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:46:24.3642092Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:24.3848456Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:46:24.3999287Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.4007546Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.4217674Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:46:24.4365950Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.4373632Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.4580237Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:46:24.4727815Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:46:24.4734838Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:24.5131324Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:46:24.5275920Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.5282961Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.5490100Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:46:24.5631086Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.5641084Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.5860367Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:46:24.6007407Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.6015051Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.6227407Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:46:24.6370891Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.6389346Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.6595881Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:46:24.6739119Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.6748000Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.7064599Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:46:24.7209031Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.7216432Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.7467969Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:46:24.7612251Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.7620799Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.7948294Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:46:24.8094818Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.8102979Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.8461038Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:46:24.8610596Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.8649408Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.8911735Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:46:24.9060058Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.9068928Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:24.9335588Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:46:24.9475098Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:24.9483051Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:25.0507789Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:46:25.0657201Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:25.0692230Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:25.3469333Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:46:25.3614988Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:46:25.3622824Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:46:25.5548400Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:46:25.5698217Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:46:25.5705885Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:25.6969644Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:46:25.7115682Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:25.7126307Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:25.9482314Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:46:25.9638474Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:25.9671763Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:26.1561300Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:46:26.1710348Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:46:26.1865792Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:46:26.2822715Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:46:26.2968424Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:26.2978202Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:26.3192518Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:46:26.3339486Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:26.3346860Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:26.3560058Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:46:26.3706926Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:46:26.3715477Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:26.4092962Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:46:26.4245005Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:26.4253125Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:26.4480623Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:46:26.4631188Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:26.4638694Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:26.4870169Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:46:26.5020037Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:26.5029777Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:26.5241794Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:46:26.5394334Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:26.5403595Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:26.6060720Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:46:26.6212811Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:26.6221301Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:26.6531501Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:46:26.6679295Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:26.6690323Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:26.7059936Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:46:26.7202904Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:26.7211158Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:26.7768500Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:46:26.7913704Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:26.7943779Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:27.0419096Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:46:27.0568687Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:46:27.0576212Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:46:27.2486567Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:46:27.2640835Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:46:27.2650139Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:27.3834195Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:46:27.3989036Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:27.3996662Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:27.6081021Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:46:27.6237901Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:27.6271729Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:27.7732623Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:46:27.7881649Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:46:27.7889571Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:46:27.8816641Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:46:27.8970229Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:46:27.8978032Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:27.9343521Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:46:27.9490271Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:27.9498438Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:27.9706627Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:46:27.9850850Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:27.9857504Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:28.0072570Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:46:28.0221923Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:28.0244481Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:28.0467771Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:46:28.0618049Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:28.0627058Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:28.1280984Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:46:28.1433675Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:28.1441826Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:28.1751172Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:46:28.1904719Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:28.1912311Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:28.2269806Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:46:28.2421486Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:28.2428846Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:28.2971403Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:46:28.3121817Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:28.3152637Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:28.5745150Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:46:28.5892074Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:46:28.5899327Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:46:28.7755940Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:46:28.7915299Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:46:28.7923112Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:28.9203909Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:46:28.9358667Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:46:28.9374188Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.1634372Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:46:29.1791380Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:46:29.1826019Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.3357771Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:46:29.3512458Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:46:29.3521084Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:29.3744823Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:46:29.3908471Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:46:29.3916591Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:29.4134046Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:46:29.4292811Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:46:29.4301845Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:46:29.4534807Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:46:29.4689754Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:46:29.4698081Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:46:29.4915304Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:46:29.5070616Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:46:29.5079652Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:29.5305621Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:46:29.5458278Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:46:29.5470345Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:29.5934683Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:46:29.5958821Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:29.5979243Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6001615Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6022225Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6042922Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:46:29.6063120Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6082774Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:29.6105719Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:46:29.6126118Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6146205Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:46:29.6178140Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:29.6199444Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6219542Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6240724Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6261125Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:29.6281914Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:46:29.6301849Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6324883Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6348129Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6368607Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6388731Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6408872Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6433410Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6456683Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6478036Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6497690Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6520307Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6540197Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6565319Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:29.6587038Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6606935Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:46:29.6626882Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6649863Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6670657Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6694796Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:29.6716348Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:46:29.6737862Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6764376Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6786165Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6809196Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6830127Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6850237Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:29.6875479Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6895618Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6930469Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6952543Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6975374Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.6995611Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.7016626Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.7036310Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.7058093Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:46:29.7084360Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.7106172Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.7128130Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.7149087Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.7170058Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.7192563Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:46:29.7215096Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:29.7238883Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.7259883Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:46:29.7280352Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:29.7301736Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:29.7323604Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:46:29.7351002Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:46:29.7368363Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:46:29.7458003Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:46:34.1256113Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:46:35.6792678Z Reading package lists...
2025-08-20T21:46:35.8240885Z Building dependency tree...
2025-08-20T21:46:35.8249174Z Reading state information...
2025-08-20T21:46:35.9714542Z The following additional packages will be installed:
2025-08-20T21:46:35.9715959Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:46:35.9723533Z   libpcap0.8-dev
2025-08-20T21:46:35.9999982Z The following NEW packages will be installed:
2025-08-20T21:46:36.0001021Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:46:36.0005761Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:46:36.0224973Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:46:36.0485214Z Need to get 1613 kB of archives.
2025-08-20T21:46:36.0486065Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:46:36.0486979Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:46:36.2269779Z 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:46:36.6345573Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:46:36.7420747Z 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:46:36.8530005Z 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:46:37.0384952Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:46:37.3035396Z 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:46:37.4758230Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:46:37.5570992Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:46:37.8177766Z Fetched 1613 kB in 2s (1059 kB/s)
2025-08-20T21:46:37.8386033Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:46:37.8446782Z (Reading database ... 
2025-08-20T21:46:37.8447323Z (Reading database ... 5%
2025-08-20T21:46:37.8447886Z (Reading database ... 10%
2025-08-20T21:46:37.8448462Z (Reading database ... 15%
2025-08-20T21:46:37.8449028Z (Reading database ... 20%
2025-08-20T21:46:37.8449516Z (Reading database ... 25%
2025-08-20T21:46:37.8449861Z (Reading database ... 30%
2025-08-20T21:46:37.8450193Z (Reading database ... 35%
2025-08-20T21:46:37.8450522Z (Reading database ... 40%
2025-08-20T21:46:37.8450849Z (Reading database ... 45%
2025-08-20T21:46:37.8451174Z (Reading database ... 50%
2025-08-20T21:46:37.8548009Z (Reading database ... 55%
2025-08-20T21:46:37.8568612Z (Reading database ... 60%
2025-08-20T21:46:37.8590890Z (Reading database ... 65%
2025-08-20T21:46:37.8631632Z (Reading database ... 70%
2025-08-20T21:46:37.8657988Z (Reading database ... 75%
2025-08-20T21:46:37.8694286Z (Reading database ... 80%
2025-08-20T21:46:37.8866229Z (Reading database ... 85%
2025-08-20T21:46:37.9126035Z (Reading database ... 90%
2025-08-20T21:46:37.9212725Z (Reading database ... 95%
2025-08-20T21:46:37.9213493Z (Reading database ... 100%
2025-08-20T21:46:37.9214657Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:46:37.9261034Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:46:37.9270745Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:46:37.9742008Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:46:37.9894671Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:46:37.9910008Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:46:38.0148007Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:46:38.0300877Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:46:38.0309168Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:46:38.0820591Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:46:38.0973701Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:46:38.0983399Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:46:38.1279317Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:46:38.1430138Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:46:38.1438435Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:46:38.2155402Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:46:38.2310464Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:46:38.2343966Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:46:38.2757841Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:46:38.2912713Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:46:38.2921617Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:46:38.3176908Z Selecting previously unselected package pcaputils.
2025-08-20T21:46:38.3329983Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:46:38.3367009Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:46:38.3818451Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:46:38.3846182Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:46:38.5517527Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:46:38.5542508Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:46:38.5639846Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:46:38.8624272Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:46:38.8648721Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:46:38.8698242Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:46:38.8856736Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:46:43.7120409Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:46:43.7574350Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:46:43.7598532Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:46:45.2290386Z Reading package lists...
2025-08-20T21:46:45.4240992Z Building dependency tree...
2025-08-20T21:46:45.4250803Z Reading state information...
2025-08-20T21:46:45.4678198Z Reading package lists...
2025-08-20T21:46:45.6333522Z Building dependency tree...
2025-08-20T21:46:45.6341754Z Reading state information...
2025-08-20T21:46:45.7832988Z The following additional packages will be installed:
2025-08-20T21:46:45.7837597Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:46:45.7843074Z Suggested packages:
2025-08-20T21:46:45.7843815Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:46:45.7844485Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:46:45.7996364Z The following NEW packages will be installed:
2025-08-20T21:46:45.7997083Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:46:45.8001258Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:46:45.8171587Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:46:45.8172173Z Need to get 800 kB of archives.
2025-08-20T21:46:45.8172520Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:46:45.8172920Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:46:45.9166205Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:46:45.9987576Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:46:46.0835292Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:46:46.2584633Z 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:46:46.3435451Z 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:46:46.4345483Z 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:46:46.5942844Z 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:46:46.6807395Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:46:46.7640895Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:46:47.0347775Z Fetched 800 kB in 1s (835 kB/s)
2025-08-20T21:46:47.0556649Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:46:47.0616971Z (Reading database ... 
2025-08-20T21:46:47.0617394Z (Reading database ... 5%
2025-08-20T21:46:47.0618072Z (Reading database ... 10%
2025-08-20T21:46:47.0618487Z (Reading database ... 15%
2025-08-20T21:46:47.0618881Z (Reading database ... 20%
2025-08-20T21:46:47.0619303Z (Reading database ... 25%
2025-08-20T21:46:47.0619713Z (Reading database ... 30%
2025-08-20T21:46:47.0620115Z (Reading database ... 35%
2025-08-20T21:46:47.0620513Z (Reading database ... 40%
2025-08-20T21:46:47.0620917Z (Reading database ... 45%
2025-08-20T21:46:47.0621307Z (Reading database ... 50%
2025-08-20T21:46:47.0721056Z (Reading database ... 55%
2025-08-20T21:46:47.0742630Z (Reading database ... 60%
2025-08-20T21:46:47.0765596Z (Reading database ... 65%
2025-08-20T21:46:47.0808229Z (Reading database ... 70%
2025-08-20T21:46:47.0838229Z (Reading database ... 75%
2025-08-20T21:46:47.0874615Z (Reading database ... 80%
2025-08-20T21:46:47.1059077Z (Reading database ... 85%
2025-08-20T21:46:47.1371703Z (Reading database ... 90%
2025-08-20T21:46:47.1464239Z (Reading database ... 95%
2025-08-20T21:46:47.1464761Z (Reading database ... 100%
2025-08-20T21:46:47.1465322Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:46:47.1512676Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:46:47.1529258Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:46:47.1749300Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:46:47.1898431Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:46:47.1906905Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:46:47.2145422Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:46:47.2294612Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:46:47.2306521Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:46:47.3127500Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:46:47.3281586Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:46:47.3291776Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:46:47.3558953Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:46:47.3708763Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:46:47.3727579Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:46:47.4009995Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:46:47.4159063Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:46:47.4167811Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:46:47.4457062Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:46:47.4605418Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:46:47.4615590Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:46:47.4844137Z Selecting previously unselected package lzma.
2025-08-20T21:46:47.4992876Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:46:47.5001222Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:46:47.5250600Z Selecting previously unselected package lzma-dev.
2025-08-20T21:46:47.5399385Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:46:47.5407753Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:46:47.5850764Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:46:47.5878052Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:46:47.5902758Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:46:47.5929234Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:46:47.5953952Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:46:47.6016595Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:46:47.6055969Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:46:47.6082871Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:46:47.6104852Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:46:47.6130769Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:46:47.6155874Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:46:47.6303950Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:46:51.9768884Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:46:52.6281440Z 
2025-08-20T21:46:52.6281982Z Running kernel seems to be up-to-date.
2025-08-20T21:46:52.6282372Z 
2025-08-20T21:46:52.6282518Z Restarting services...
2025-08-20T21:46:52.6344147Z 
2025-08-20T21:46:52.6344513Z Service restarts being deferred:
2025-08-20T21:46:52.6345057Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:46:52.6345451Z 
2025-08-20T21:46:52.6345614Z No containers need to be restarted.
2025-08-20T21:46:52.6345909Z 
2025-08-20T21:46:52.6346097Z No user sessions are running outdated binaries.
2025-08-20T21:46:52.6346427Z 
2025-08-20T21:46:52.6346738Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:46:53.5574622Z Reading package lists...
2025-08-20T21:46:53.7048227Z Building dependency tree...
2025-08-20T21:46:53.7057268Z Reading state information...
2025-08-20T21:46:53.8965502Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:46:53.8966339Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:46:53.8967096Z inetutils-telnet set to manually installed.
2025-08-20T21:46:53.8967814Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:46:53.8968444Z The following additional packages will be installed:
2025-08-20T21:46:53.8969014Z   tcpd update-inetd
2025-08-20T21:46:53.9112845Z The following packages will be REMOVED:
2025-08-20T21:46:53.9120547Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:46:53.9121545Z The following NEW packages will be installed:
2025-08-20T21:46:53.9122246Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:46:53.9123053Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:46:53.9128850Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:46:53.9299673Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:46:53.9300612Z Need to get 698 kB of archives.
2025-08-20T21:46:53.9301165Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:46:53.9301827Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:46:54.1050254Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:46:54.1978643Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:46:54.2789103Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:46:54.3598520Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:46:54.4417397Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:46:54.5248979Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:46:54.6082165Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:46:54.6891261Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:46:54.7704172Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:46:54.8515275Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:46:54.9332908Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:46:55.0145310Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:46:55.0971396Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:46:55.3369780Z Preconfiguring packages ...
2025-08-20T21:46:55.4236528Z Fetched 698 kB in 1s (593 kB/s)
2025-08-20T21:46:55.4434933Z (Reading database ... 
2025-08-20T21:46:55.4435465Z (Reading database ... 5%
2025-08-20T21:46:55.4435952Z (Reading database ... 10%
2025-08-20T21:46:55.4436361Z (Reading database ... 15%
2025-08-20T21:46:55.4436750Z (Reading database ... 20%
2025-08-20T21:46:55.4437139Z (Reading database ... 25%
2025-08-20T21:46:55.4437402Z (Reading database ... 30%
2025-08-20T21:46:55.4437649Z (Reading database ... 35%
2025-08-20T21:46:55.4437899Z (Reading database ... 40%
2025-08-20T21:46:55.4438145Z (Reading database ... 45%
2025-08-20T21:46:55.4438392Z (Reading database ... 50%
2025-08-20T21:46:55.4460337Z (Reading database ... 55%
2025-08-20T21:46:55.4557879Z (Reading database ... 60%
2025-08-20T21:46:55.4580569Z (Reading database ... 65%
2025-08-20T21:46:55.4621925Z (Reading database ... 70%
2025-08-20T21:46:55.4650254Z (Reading database ... 75%
2025-08-20T21:46:55.4685638Z (Reading database ... 80%
2025-08-20T21:46:55.4863883Z (Reading database ... 85%
2025-08-20T21:46:55.5134200Z (Reading database ... 90%
2025-08-20T21:46:55.5225545Z (Reading database ... 95%
2025-08-20T21:46:55.5225908Z (Reading database ... 100%
2025-08-20T21:46:55.5226329Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:46:55.5271655Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:46:55.5427186Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:46:55.5601331Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:46:55.9338968Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:46:55.9401318Z (Reading database ... 
2025-08-20T21:46:55.9401813Z (Reading database ... 5%
2025-08-20T21:46:55.9402258Z (Reading database ... 10%
2025-08-20T21:46:55.9402738Z (Reading database ... 15%
2025-08-20T21:46:55.9403018Z (Reading database ... 20%
2025-08-20T21:46:55.9403472Z (Reading database ... 25%
2025-08-20T21:46:55.9403980Z (Reading database ... 30%
2025-08-20T21:46:55.9404254Z (Reading database ... 35%
2025-08-20T21:46:55.9404534Z (Reading database ... 40%
2025-08-20T21:46:55.9404806Z (Reading database ... 45%
2025-08-20T21:46:55.9405078Z (Reading database ... 50%
2025-08-20T21:46:55.9426847Z (Reading database ... 55%
2025-08-20T21:46:55.9533841Z (Reading database ... 60%
2025-08-20T21:46:55.9557397Z (Reading database ... 65%
2025-08-20T21:46:55.9601302Z (Reading database ... 70%
2025-08-20T21:46:55.9629628Z (Reading database ... 75%
2025-08-20T21:46:55.9666684Z (Reading database ... 80%
2025-08-20T21:46:55.9838732Z (Reading database ... 85%
2025-08-20T21:46:56.0105633Z (Reading database ... 90%
2025-08-20T21:46:56.0209459Z (Reading database ... 95%
2025-08-20T21:46:56.0209959Z (Reading database ... 100%
2025-08-20T21:46:56.0210632Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:46:56.0259751Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:46:56.0303429Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.0559756Z Selecting previously unselected package tcpd.
2025-08-20T21:46:56.0710171Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:46:56.0718543Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:46:56.0962105Z Selecting previously unselected package update-inetd.
2025-08-20T21:46:56.1111554Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:46:56.1120251Z Unpacking update-inetd (4.53) ...
2025-08-20T21:46:56.1367209Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:46:56.1519851Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:46:56.1575116Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.1818988Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:46:56.1967115Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:46:56.1978120Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.2218953Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:46:56.2371490Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:46:56.2380745Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.2625867Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:46:56.2777724Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:46:56.2787420Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.3025412Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:46:56.3176880Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:46:56.3184657Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.3454041Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:46:56.3602993Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:46:56.3612834Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.3847171Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:46:56.4001846Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:46:56.4010215Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.4235182Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:46:56.4385460Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:46:56.4393447Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.4653075Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:46:56.4802728Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:46:56.4811799Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:46:56.5076235Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:46:56.5224965Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:46:56.5232806Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.5662953Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:46:56.5742598Z Setting up update-inetd (4.53) ...
2025-08-20T21:46:56.6623529Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:46:56.6687847Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:46:56.6706562Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:46:57.0815329Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:46:57.0815782Z 
2025-08-20T21:46:57.0815921Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:46:57.0816120Z 
2025-08-20T21:46:57.0816537Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:46:57.0816925Z 
2025-08-20T21:46:57.0817825Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:46:57.0818795Z 
2025-08-20T21:46:57.3982069Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:46:57.4062496Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:46:57.4125722Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:46:57.4144923Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:46:57.4176549Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:46:57.4198358Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:46:57.4218798Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:46:57.8194580Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:46:57.8195572Z 
2025-08-20T21:46:57.8196400Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:46:57.8196974Z 
2025-08-20T21:46:58.1336399Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:46:58.2675561Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:46:58.3509585Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:46:58.4364138Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:47:04.7646151Z Reading package lists...
2025-08-20T21:47:04.9126410Z Building dependency tree...
2025-08-20T21:47:04.9134422Z Reading state information...
2025-08-20T21:47:05.1375203Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:47:05.1375813Z iputils-tracepath set to manually installed.
2025-08-20T21:47:05.1376149Z The following packages will be REMOVED:
2025-08-20T21:47:05.1386719Z   inetutils-ping
2025-08-20T21:47:05.1388451Z The following NEW packages will be installed:
2025-08-20T21:47:05.1397522Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:47:05.1579422Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:47:05.1580078Z Need to get 71.5 kB of archives.
2025-08-20T21:47:05.1580651Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:47:05.1581072Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:47:05.2658564Z 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:47:05.3503876Z 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:47:05.4325944Z 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:47:05.7298095Z Fetched 71.5 kB in 0s (251 kB/s)
2025-08-20T21:47:05.7485813Z (Reading database ... 
2025-08-20T21:47:05.7486909Z (Reading database ... 5%
2025-08-20T21:47:05.7487316Z (Reading database ... 10%
2025-08-20T21:47:05.7487695Z (Reading database ... 15%
2025-08-20T21:47:05.7488364Z (Reading database ... 20%
2025-08-20T21:47:05.7488736Z (Reading database ... 25%
2025-08-20T21:47:05.7489096Z (Reading database ... 30%
2025-08-20T21:47:05.7489456Z (Reading database ... 35%
2025-08-20T21:47:05.7489824Z (Reading database ... 40%
2025-08-20T21:47:05.7490190Z (Reading database ... 45%
2025-08-20T21:47:05.7490552Z (Reading database ... 50%
2025-08-20T21:47:05.7571843Z (Reading database ... 55%
2025-08-20T21:47:05.7608242Z (Reading database ... 60%
2025-08-20T21:47:05.7630791Z (Reading database ... 65%
2025-08-20T21:47:05.7673452Z (Reading database ... 70%
2025-08-20T21:47:05.7702783Z (Reading database ... 75%
2025-08-20T21:47:05.7738785Z (Reading database ... 80%
2025-08-20T21:47:05.7914318Z (Reading database ... 85%
2025-08-20T21:47:05.8191553Z (Reading database ... 90%
2025-08-20T21:47:05.8285739Z (Reading database ... 95%
2025-08-20T21:47:05.8286304Z (Reading database ... 100%
2025-08-20T21:47:05.8287017Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:47:05.8331583Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:47:05.8816534Z Selecting previously unselected package iputils-ping.
2025-08-20T21:47:05.8876630Z (Reading database ... 
2025-08-20T21:47:05.8877086Z (Reading database ... 5%
2025-08-20T21:47:05.8877535Z (Reading database ... 10%
2025-08-20T21:47:05.8877953Z (Reading database ... 15%
2025-08-20T21:47:05.8878379Z (Reading database ... 20%
2025-08-20T21:47:05.8878805Z (Reading database ... 25%
2025-08-20T21:47:05.8879231Z (Reading database ... 30%
2025-08-20T21:47:05.8879657Z (Reading database ... 35%
2025-08-20T21:47:05.8880094Z (Reading database ... 40%
2025-08-20T21:47:05.8880519Z (Reading database ... 45%
2025-08-20T21:47:05.8880943Z (Reading database ... 50%
2025-08-20T21:47:05.8959713Z (Reading database ... 55%
2025-08-20T21:47:05.8995966Z (Reading database ... 60%
2025-08-20T21:47:05.9018803Z (Reading database ... 65%
2025-08-20T21:47:05.9060339Z (Reading database ... 70%
2025-08-20T21:47:05.9089939Z (Reading database ... 75%
2025-08-20T21:47:05.9125015Z (Reading database ... 80%
2025-08-20T21:47:05.9295639Z (Reading database ... 85%
2025-08-20T21:47:05.9568233Z (Reading database ... 90%
2025-08-20T21:47:05.9659945Z (Reading database ... 95%
2025-08-20T21:47:05.9660501Z (Reading database ... 100%
2025-08-20T21:47:05.9661303Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:47:05.9706690Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:47:05.9717460Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:47:05.9938848Z Selecting previously unselected package iputils-arping.
2025-08-20T21:47:06.0086896Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:47:06.0095034Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:47:06.0311659Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:47:06.0468154Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:47:06.0475579Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:47:06.0920698Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:47:06.1082571Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:47:06.1247690Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:47:06.1419775Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:47:12.1386051Z Reading package lists...
2025-08-20T21:47:12.3412953Z Building dependency tree...
2025-08-20T21:47:12.3421434Z Reading state information...
2025-08-20T21:47:12.5094465Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:47:12.5095070Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:47:12.5485612Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:47:13.4643789Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:47:13.8784987Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:47:14.7842975Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:47:14.8843004Z Collecting pip
2025-08-20T21:47:14.9157890Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:47:14.9222354Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:47:14.9553636Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 56.7 MB/s eta 0:00:00
2025-08-20T21:47:15.2199155Z Installing collected packages: pip
2025-08-20T21:47:15.9456933Z Successfully installed pip-25.2
2025-08-20T21:47:16.1788400Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:47:16.2263574Z Reading package lists...
2025-08-20T21:47:16.4197351Z Building dependency tree...
2025-08-20T21:47:16.4206458Z Reading state information...
2025-08-20T21:47:16.5828563Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:47:16.5829162Z pciutils set to manually installed.
2025-08-20T21:47:16.5829755Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:47:16.5830380Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:47:16.5830896Z python3-distro set to manually installed.
2025-08-20T21:47:16.5831443Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:47:16.5832034Z python3-netifaces set to manually installed.
2025-08-20T21:47:16.5832547Z The following additional packages will be installed:
2025-08-20T21:47:16.5833678Z   libsysfs2
2025-08-20T21:47:16.5841800Z Suggested packages:
2025-08-20T21:47:16.5842136Z   fancontrol read-edid i2c-tools
2025-08-20T21:47:16.6094617Z The following NEW packages will be installed:
2025-08-20T21:47:16.6096656Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:47:16.6263153Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:47:16.6488162Z Need to get 142 kB of archives.
2025-08-20T21:47:16.6488802Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:47:16.6489514Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:47:16.7451530Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:47:16.8274085Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:47:16.9088342Z 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:47:16.9910443Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:47:17.2657228Z Fetched 142 kB in 0s (401 kB/s)
2025-08-20T21:47:17.2856243Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:47:17.2917109Z (Reading database ... 
2025-08-20T21:47:17.2917731Z (Reading database ... 5%
2025-08-20T21:47:17.2918172Z (Reading database ... 10%
2025-08-20T21:47:17.2918607Z (Reading database ... 15%
2025-08-20T21:47:17.2919057Z (Reading database ... 20%
2025-08-20T21:47:17.2919483Z (Reading database ... 25%
2025-08-20T21:47:17.2919913Z (Reading database ... 30%
2025-08-20T21:47:17.2920336Z (Reading database ... 35%
2025-08-20T21:47:17.2920764Z (Reading database ... 40%
2025-08-20T21:47:17.2921188Z (Reading database ... 45%
2025-08-20T21:47:17.2921611Z (Reading database ... 50%
2025-08-20T21:47:17.3005041Z (Reading database ... 55%
2025-08-20T21:47:17.3042582Z (Reading database ... 60%
2025-08-20T21:47:17.3066433Z (Reading database ... 65%
2025-08-20T21:47:17.3109938Z (Reading database ... 70%
2025-08-20T21:47:17.3140281Z (Reading database ... 75%
2025-08-20T21:47:17.3176469Z (Reading database ... 80%
2025-08-20T21:47:17.3354816Z (Reading database ... 85%
2025-08-20T21:47:17.3629475Z (Reading database ... 90%
2025-08-20T21:47:17.3725552Z (Reading database ... 95%
2025-08-20T21:47:17.3725973Z (Reading database ... 100%
2025-08-20T21:47:17.3726487Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:47:17.3775243Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:47:17.3791818Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:47:17.4028268Z Selecting previously unselected package sysfsutils.
2025-08-20T21:47:17.4176764Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:47:17.4210448Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:47:17.4450421Z Selecting previously unselected package lm-sensors.
2025-08-20T21:47:17.4599173Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:47:17.4790834Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:47:17.5058874Z Selecting previously unselected package virt-what.
2025-08-20T21:47:17.5208221Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:47:17.5216298Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:47:17.5611855Z Setting up virt-what (1.25-2) ...
2025-08-20T21:47:17.5632387Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:47:17.5651783Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:47:17.9568602Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:47:17.9569309Z 
2025-08-20T21:47:17.9570130Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:47:17.9570728Z 
2025-08-20T21:47:18.2771141Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:47:18.6783979Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:47:18.6784828Z 
2025-08-20T21:47:18.6819610Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:47:23.3435302Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:47:24.8613798Z Reading package lists...
2025-08-20T21:47:25.0166154Z Building dependency tree...
2025-08-20T21:47:25.0175490Z Reading state information...
2025-08-20T21:47:25.1946042Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:47:25.1946702Z The following additional packages will be installed:
2025-08-20T21:47:25.1949948Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:47:25.1950653Z   xorg-sgml-doctools
2025-08-20T21:47:25.1956062Z Suggested packages:
2025-08-20T21:47:25.1956452Z   libxcb-doc
2025-08-20T21:47:25.2115297Z The following NEW packages will be installed:
2025-08-20T21:47:25.2116630Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:47:25.2120002Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:47:25.2120541Z   xcb xorg-sgml-doctools
2025-08-20T21:47:25.2296222Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:47:25.2296883Z Need to get 807 kB of archives.
2025-08-20T21:47:25.2297459Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:47:25.2298142Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:47:25.3271902Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:47:25.4099896Z 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:47:25.4911941Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:47:25.6527970Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:47:25.7336452Z 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:47:25.8237300Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:47:25.9175423Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:47:25.9987270Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:47:26.0804530Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:47:26.1617457Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:47:26.2430548Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:47:26.5269408Z Fetched 807 kB in 1s (787 kB/s)
2025-08-20T21:47:26.5466218Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:47:26.5527552Z (Reading database ... 
2025-08-20T21:47:26.5528350Z (Reading database ... 5%
2025-08-20T21:47:26.5528854Z (Reading database ... 10%
2025-08-20T21:47:26.5529336Z (Reading database ... 15%
2025-08-20T21:47:26.5529643Z (Reading database ... 20%
2025-08-20T21:47:26.5529936Z (Reading database ... 25%
2025-08-20T21:47:26.5530231Z (Reading database ... 30%
2025-08-20T21:47:26.5530538Z (Reading database ... 35%
2025-08-20T21:47:26.5530834Z (Reading database ... 40%
2025-08-20T21:47:26.5531133Z (Reading database ... 45%
2025-08-20T21:47:26.5531427Z (Reading database ... 50%
2025-08-20T21:47:26.5625247Z (Reading database ... 55%
2025-08-20T21:47:26.5645947Z (Reading database ... 60%
2025-08-20T21:47:26.5668565Z (Reading database ... 65%
2025-08-20T21:47:26.5710206Z (Reading database ... 70%
2025-08-20T21:47:26.5739695Z (Reading database ... 75%
2025-08-20T21:47:26.5774948Z (Reading database ... 80%
2025-08-20T21:47:26.5944112Z (Reading database ... 85%
2025-08-20T21:47:26.6198360Z (Reading database ... 90%
2025-08-20T21:47:26.6284111Z (Reading database ... 95%
2025-08-20T21:47:26.6284408Z (Reading database ... 100%
2025-08-20T21:47:26.6285118Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:47:26.6328922Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:47:26.6337914Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:47:26.6543740Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:47:26.6684822Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:47:26.6693530Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:47:26.6931787Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:47:26.7079029Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:47:26.7086347Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:47:26.7647926Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:47:26.7791939Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:47:26.7799086Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:47:26.8020163Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:47:26.8161849Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:47:26.8175198Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:47:26.8374855Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:47:26.8516132Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:47:26.8524514Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:47:26.8756886Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:47:26.8900270Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:47:26.8908396Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:47:26.9127626Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:47:26.9269949Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:47:26.9284327Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:47:26.9481703Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:47:26.9622259Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:47:26.9629883Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:47:26.9827970Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:47:26.9967823Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:47:26.9975610Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:47:27.0199456Z Selecting previously unselected package xcb.
2025-08-20T21:47:27.0350271Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:47:27.0358219Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:47:27.0855394Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:47:27.0878129Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:47:27.0900197Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:47:27.0941627Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:47:27.0995661Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:47:27.1147737Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:47:31.6551489Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:47:31.6640289Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:47:31.6669121Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:47:31.6694880Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:47:31.6724029Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:47:31.6745661Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:47:31.6768744Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:47:31.6791267Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:47:33.3647941Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:47:33.9871428Z Collecting build
2025-08-20T21:47:34.0169835Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:47:34.1246141Z Collecting cffi
2025-08-20T21:47:34.1275944Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:47:34.1413738Z Collecting scons
2025-08-20T21:47:34.1448867Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:47:34.2239604Z Collecting scuba
2025-08-20T21:47:34.2276868Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:47:34.2771970Z Collecting pytest
2025-08-20T21:47:34.2803937Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:47:34.2978647Z Collecting packaging>=19.1 (from build)
2025-08-20T21:47:34.3006360Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:47:34.3097928Z Collecting pyproject_hooks (from build)
2025-08-20T21:47:34.3127805Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:47:34.3301770Z Collecting pycparser (from cffi)
2025-08-20T21:47:34.3329773Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:47:34.3641063Z Collecting PyYAML (from scuba)
2025-08-20T21:47:34.3674531Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:47:34.3771805Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:47:34.3805343Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:47:34.4014690Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:47:34.4047978Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:47:34.4237680Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:47:34.4265340Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:47:34.4362715Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:47:34.4410947Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:47:34.4551555Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:47:34.4833035Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 160.8 MB/s  0:00:00
2025-08-20T21:47:34.4869817Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:47:34.4931404Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:47:34.4997383Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:47:34.5084844Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:47:34.5129320Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:47:34.5174919Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:47:34.5266642Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 144.2 MB/s  0:00:00
2025-08-20T21:47:34.5291877Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:47:34.5340975Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:47:34.5382152Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:47:34.5452848Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 105.6 MB/s  0:00:00
2025-08-20T21:47:34.6583142Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:47:36.3954108Z 
2025-08-20T21:47:36.3972294Z 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:47:36.7218853Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:47:37.4091640Z Collecting ansi2txt
2025-08-20T21:47:37.4403709Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:47:37.4595931Z Collecting pipx
2025-08-20T21:47:37.4624858Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:47:37.4782502Z Collecting scons
2025-08-20T21:47:37.4800711Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:47:37.5527770Z Collecting py2static
2025-08-20T21:47:37.5563621Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:47:37.5742393Z Collecting typer
2025-08-20T21:47:37.5774574Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:47:37.6026035Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:47:37.6052213Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:47:37.6205437Z Collecting packaging>=20 (from pipx)
2025-08-20T21:47:37.6216275Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:47:37.6359679Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:47:37.6385581Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:47:37.6515033Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:47:37.6542440Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:47:37.6936769Z Collecting pyinstaller (from py2static)
2025-08-20T21:47:37.6965924Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:47:37.7102985Z Collecting staticx (from py2static)
2025-08-20T21:47:37.7141133Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:47:37.7307252Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:47:37.7332029Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:47:37.7604948Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:47:37.7632009Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:47:37.7747496Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:47:37.7771731Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:47:37.8126950Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:47:37.8151785Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:47:37.8318642Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:47:37.8348382Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:47:37.8545587Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:47:37.8556407Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:47:37.8635021Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:47:37.8661033Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:47:37.9772168Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:47:37.9803546Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:47:37.9980344Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:47:38.0004774Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:47:38.0181589Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:47:38.0210894Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:47:38.0365453Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:47:38.0405889Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:47:38.0476835Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:47:38.0529011Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:47:38.0575273Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:47:38.0637766Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:47:38.0680181Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:47:38.0723620Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:47:38.0769630Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:47:38.0800107Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:47:38.0824891Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:47:38.0871266Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:47:38.1046755Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:47:38.1084235Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:47:38.1133731Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:47:38.1174476Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:47:38.1215935Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:47:38.1260232Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:47:38.1325362Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:47:38.1390530Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 123.1 MB/s  0:00:00
2025-08-20T21:47:38.1416238Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:47:38.1500327Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:47:38.1580444Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 165.2 MB/s  0:00:00
2025-08-20T21:47:38.1606933Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:47:38.1662159Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:47:38.1718928Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:47:38.3220799Z 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:47:39.1968693Z   Attempting uninstall: scons
2025-08-20T21:47:39.2054300Z     Found existing installation: SCons 4.9.1
2025-08-20T21:47:39.2442095Z     Uninstalling SCons-4.9.1:
2025-08-20T21:47:39.2521720Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:47:39.8665977Z   Attempting uninstall: pygments
2025-08-20T21:47:39.8745980Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:47:39.8979791Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:47:39.9005818Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:47:40.5356384Z   Attempting uninstall: packaging
2025-08-20T21:47:40.5436297Z     Found existing installation: packaging 25.0
2025-08-20T21:47:40.5460986Z     Uninstalling packaging-25.0:
2025-08-20T21:47:40.5469132Z       Successfully uninstalled packaging-25.0
2025-08-20T21:47:41.5465027Z 
2025-08-20T21:47:41.5495216Z 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:47:41.8670480Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:47:42.4883414Z Collecting build
2025-08-20T21:47:42.4896076Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:47:42.5755956Z Collecting cffi
2025-08-20T21:47:42.5768012Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:47:42.5880570Z Collecting scons
2025-08-20T21:47:42.5890922Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:47:42.6011278Z Collecting scuba
2025-08-20T21:47:42.6021559Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:47:42.6437518Z Collecting pytest
2025-08-20T21:47:42.6448254Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:47:42.6598337Z Collecting packaging>=19.1 (from build)
2025-08-20T21:47:42.6609112Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:47:42.6670419Z Collecting pyproject_hooks (from build)
2025-08-20T21:47:42.6680584Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:47:42.6748598Z Collecting pycparser (from cffi)
2025-08-20T21:47:42.6758434Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:47:42.7028358Z Collecting PyYAML (from scuba)
2025-08-20T21:47:42.7040113Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:47:42.7105605Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:47:42.7115813Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:47:42.7242664Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:47:42.7253423Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:47:42.7404837Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:47:42.7415227Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:47:42.7471769Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:47:42.7482117Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:47:42.7495308Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:47:42.7535641Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:47:42.7547511Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:47:42.7559683Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:47:42.7569544Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:47:42.7579081Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:47:42.7589094Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:47:42.7608006Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:47:42.7618541Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:47:42.7628382Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:47:42.8865324Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:47:42.8870800Z   Attempting uninstall: scons
2025-08-20T21:47:42.8954390Z     Found existing installation: SCons 4.9.1
2025-08-20T21:47:42.9334399Z     Uninstalling SCons-4.9.1:
2025-08-20T21:47:42.9408727Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:47:43.5692516Z   Attempting uninstall: PyYAML
2025-08-20T21:47:43.5780461Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:47:43.5807721Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:47:43.5816813Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:47:43.6332650Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:47:43.6415396Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:47:43.6434080Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:47:43.6440780Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:47:43.6527290Z   Attempting uninstall: pygments
2025-08-20T21:47:43.6605342Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:47:43.6833782Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:47:43.6860347Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:47:44.2979966Z   Attempting uninstall: pycparser
2025-08-20T21:47:44.3065278Z     Found existing installation: pycparser 2.22
2025-08-20T21:47:44.3093056Z     Uninstalling pycparser-2.22:
2025-08-20T21:47:44.3113967Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:47:44.4351802Z   Attempting uninstall: pluggy
2025-08-20T21:47:44.4441425Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:47:44.4463571Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:47:44.4470521Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:47:44.4623052Z   Attempting uninstall: packaging
2025-08-20T21:47:44.4704401Z     Found existing installation: packaging 25.0
2025-08-20T21:47:44.4729429Z     Uninstalling packaging-25.0:
2025-08-20T21:47:44.4737242Z       Successfully uninstalled packaging-25.0
2025-08-20T21:47:44.5117677Z   Attempting uninstall: iniconfig
2025-08-20T21:47:44.5202888Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:47:44.5221481Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:47:44.5228824Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:47:44.5303133Z   Attempting uninstall: scuba
2025-08-20T21:47:44.5383017Z     Found existing installation: scuba 2.14.1
2025-08-20T21:47:44.5407287Z     Uninstalling scuba-2.14.1:
2025-08-20T21:47:44.5416790Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:47:44.5605211Z   Attempting uninstall: pytest
2025-08-20T21:47:44.5687991Z     Found existing installation: pytest 8.4.1
2025-08-20T21:47:44.5752815Z     Uninstalling pytest-8.4.1:
2025-08-20T21:47:44.6015150Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:47:44.8103808Z   Attempting uninstall: cffi
2025-08-20T21:47:44.8183924Z     Found existing installation: cffi 1.17.1
2025-08-20T21:47:44.8215008Z     Uninstalling cffi-1.17.1:
2025-08-20T21:47:44.8448153Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:47:44.9104168Z   Attempting uninstall: build
2025-08-20T21:47:44.9182562Z     Found existing installation: build 1.3.0
2025-08-20T21:47:44.9207342Z     Uninstalling build-1.3.0:
2025-08-20T21:47:44.9216982Z       Successfully uninstalled build-1.3.0
2025-08-20T21:47:44.9394655Z 
2025-08-20T21:47:44.9422360Z 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:47:45.2661322Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:47:45.4646752Z Collecting ansi2txt
2025-08-20T21:47:45.4658938Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:47:45.4826446Z Collecting pipx
2025-08-20T21:47:45.4837680Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:47:45.4951095Z Collecting scons
2025-08-20T21:47:45.4968624Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:47:45.5035610Z Collecting py2static
2025-08-20T21:47:45.5045888Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:47:45.5177733Z Collecting typer
2025-08-20T21:47:45.5188247Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:47:45.5398154Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:47:45.5408499Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:47:45.5544219Z Collecting packaging>=20 (from pipx)
2025-08-20T21:47:45.5554571Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:47:45.5739492Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:47:45.5749769Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:47:45.5861772Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:47:45.5871908Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:47:45.6230618Z Collecting pyinstaller (from py2static)
2025-08-20T21:47:45.6241840Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:47:45.6366319Z Collecting staticx (from py2static)
2025-08-20T21:47:45.6376418Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:47:45.6510804Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:47:45.6520934Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:47:45.6784113Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:47:45.6794074Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:47:45.6888677Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:47:45.6898990Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:47:45.7232832Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:47:45.7243034Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:47:45.7383662Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:47:45.7394505Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:47:45.7585856Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:47:45.7595925Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:47:45.7670406Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:47:45.7680293Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:47:45.8744538Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:47:45.8755769Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:47:45.8911333Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:47:45.8921526Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:47:45.9076596Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:47:45.9086805Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:47:45.9224332Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:47:45.9234127Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:47:45.9272173Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:47:45.9281990Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:47:45.9292254Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:47:45.9332891Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:47:45.9342569Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:47:45.9352498Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:47:45.9362607Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:47:45.9372867Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:47:45.9383054Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:47:45.9392839Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:47:45.9404780Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:47:45.9424016Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:47:45.9434533Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:47:45.9444404Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:47:45.9454313Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:47:45.9464483Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:47:45.9474352Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:47:45.9489856Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:47:45.9502642Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:47:45.9520929Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:47:45.9530845Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:47:45.9541663Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:47:46.1053159Z 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:47:46.1058125Z   Attempting uninstall: pyelftools
2025-08-20T21:47:46.1138807Z     Found existing installation: pyelftools 0.32
2025-08-20T21:47:46.1192560Z     Uninstalling pyelftools-0.32:
2025-08-20T21:47:46.1209020Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:47:46.2350397Z   Attempting uninstall: altgraph
2025-08-20T21:47:46.2438455Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:47:46.2458661Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:47:46.2465780Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:47:46.2609434Z   Attempting uninstall: typing-extensions
2025-08-20T21:47:46.2697632Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:47:46.2712719Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:47:46.2959807Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:47:46.3215917Z   Attempting uninstall: staticx
2025-08-20T21:47:46.3302472Z     Found existing installation: staticx 0.14.1
2025-08-20T21:47:46.3329471Z     Uninstalling staticx-0.14.1:
2025-08-20T21:47:46.3340371Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:47:46.3546221Z   Attempting uninstall: shellingham
2025-08-20T21:47:46.3630009Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:47:46.3649751Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:47:46.3657449Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:47:46.3749222Z   Attempting uninstall: setuptools
2025-08-20T21:47:46.3836960Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:47:46.4129641Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:47:46.4414108Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:47:47.1001645Z   Attempting uninstall: scons
2025-08-20T21:47:47.1100444Z     Found existing installation: SCons 4.9.1
2025-08-20T21:47:47.1511451Z     Uninstalling SCons-4.9.1:
2025-08-20T21:47:47.1586626Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:47:47.7844541Z   Attempting uninstall: pygments
2025-08-20T21:47:47.7934366Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:47:47.8164713Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:47:47.8190782Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:47:48.4379116Z   Attempting uninstall: platformdirs
2025-08-20T21:47:48.4465413Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:47:48.4487866Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:47:48.4495481Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:47:48.4651383Z   Attempting uninstall: packaging
2025-08-20T21:47:48.4735124Z     Found existing installation: packaging 25.0
2025-08-20T21:47:48.4759859Z     Uninstalling packaging-25.0:
2025-08-20T21:47:48.4767413Z       Successfully uninstalled packaging-25.0
2025-08-20T21:47:48.5159721Z   Attempting uninstall: mdurl
2025-08-20T21:47:48.5242868Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:47:48.5260327Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:47:48.5266903Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:47:48.5351565Z   Attempting uninstall: click
2025-08-20T21:47:48.5432385Z     Found existing installation: click 8.2.1
2025-08-20T21:47:48.5456303Z     Uninstalling click-8.2.1:
2025-08-20T21:47:48.5463117Z       Successfully uninstalled click-8.2.1
2025-08-20T21:47:48.6034454Z   Attempting uninstall: argcomplete
2025-08-20T21:47:48.6119336Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:47:48.6148625Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:47:48.6159912Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:47:48.6381948Z   Attempting uninstall: ansi2txt
2025-08-20T21:47:48.6464643Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:47:48.6479630Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:47:48.6722280Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:47:48.6772213Z   Attempting uninstall: userpath
2025-08-20T21:47:48.6855555Z     Found existing installation: userpath 1.9.2
2025-08-20T21:47:48.6875434Z     Uninstalling userpath-1.9.2:
2025-08-20T21:47:48.6884402Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:47:48.6984024Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:47:48.7065790Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:47:48.7496679Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:47:48.7539621Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:47:49.0348476Z   Attempting uninstall: markdown-it-py
2025-08-20T21:47:49.0450574Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:47:49.0510574Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:47:49.0526060Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:47:49.1149994Z   Attempting uninstall: rich
2025-08-20T21:47:49.1240273Z     Found existing installation: rich 14.1.0
2025-08-20T21:47:49.1309084Z     Uninstalling rich-14.1.0:
2025-08-20T21:47:49.1320107Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:47:49.2975802Z   Attempting uninstall: pyinstaller
2025-08-20T21:47:49.3059111Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:47:49.3427547Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:47:49.3473617Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:47:49.6831272Z   Attempting uninstall: pipx
2025-08-20T21:47:49.6918916Z     Found existing installation: pipx 1.7.1
2025-08-20T21:47:49.6967872Z     Uninstalling pipx-1.7.1:
2025-08-20T21:47:49.6978544Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:47:49.7492432Z   Attempting uninstall: typer
2025-08-20T21:47:49.7582491Z     Found existing installation: typer 0.16.1
2025-08-20T21:47:49.7609690Z     Uninstalling typer-0.16.1:
2025-08-20T21:47:49.7619333Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:47:49.7967711Z   Attempting uninstall: py2static
2025-08-20T21:47:49.8047296Z     Found existing installation: py2static 0.0.1
2025-08-20T21:47:49.8067302Z     Uninstalling py2static-0.0.1:
2025-08-20T21:47:49.8078251Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:47:49.8163139Z 
2025-08-20T21:47:49.8192301Z 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:47:50.1489328Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:47:50.2727546Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:47:50.2732045Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-0pu3lzi9
2025-08-20T21:47:50.2754090Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-0pu3lzi9
2025-08-20T21:47:52.2085956Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:47:52.2131533Z   Installing build dependencies: started
2025-08-20T21:47:52.9307037Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:47:52.9317491Z   Getting requirements to build wheel: started
2025-08-20T21:47:53.2266439Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:47:53.2278180Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:47:53.4217221Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:47:53.5755261Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:47:53.5767957Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:47:53.5924097Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:47:53.5934443Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:47:53.6070751Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:47:53.6080617Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:47:53.6202013Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:47:53.6212012Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:47:53.6255562Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:47:53.6265867Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:47:53.6279089Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:47:53.6297742Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:47:53.6417565Z Building wheels for collected packages: pyinstaller
2025-08-20T21:47:53.6424677Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:47:54.3184936Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:47:54.3211712Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=70427fe8944c64714093710f86e036fa623b72838e5629c406a7f041c560fc30
2025-08-20T21:47:54.3213649Z   Stored in directory: /tmp/pip-ephem-wheel-cache-bibiu9p_/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:47:54.3254671Z Successfully built pyinstaller
2025-08-20T21:47:54.4187742Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:47:54.4192744Z   Attempting uninstall: altgraph
2025-08-20T21:47:54.4277688Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:47:54.4298593Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:47:54.4306340Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:47:54.4472320Z   Attempting uninstall: setuptools
2025-08-20T21:47:54.4561279Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:47:54.4855543Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:47:54.5147536Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:47:55.1930711Z   Attempting uninstall: packaging
2025-08-20T21:47:55.2022949Z     Found existing installation: packaging 25.0
2025-08-20T21:47:55.2056077Z     Uninstalling packaging-25.0:
2025-08-20T21:47:55.2063991Z       Successfully uninstalled packaging-25.0
2025-08-20T21:47:55.2498982Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:47:55.2583063Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:47:55.3030647Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:47:55.3077198Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:47:55.5877792Z   Attempting uninstall: pyinstaller
2025-08-20T21:47:55.5974357Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:47:55.6325601Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:47:55.6369935Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:47:55.9750276Z 
2025-08-20T21:47:55.9781339Z 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:47:56.3139988Z 6.15.0
2025-08-20T21:47:56.3716533Z [+] Installing Go for linux-amd64...
2025-08-20T21:47:58.1512947Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:47:58.1514031Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:47:58.1516034Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:48:00.1636466Z [+] Downloading Go go1.25.0...
2025-08-20T21:48:00.1691138Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:48:00.1691868Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:48:00.1692198Z 
2025-08-20T21:48:00.2720154Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:48:00.2720865Z 100    80  100    80    0     0    777      0 --:--:-- --:--:-- --:--:--   784
2025-08-20T21:48:00.3585314Z 
2025-08-20T21:48:00.3586162Z 100    75  100    75    0     0    395      0 --:--:-- --:--:-- --:--:--   395
2025-08-20T21:48:00.9781388Z 
2025-08-20T21:48:01.1510802Z  70 56.8M   70 40.2M    0     0  49.7M      0  0:00:01 --:--:--  0:00:01 49.7M
2025-08-20T21:48:01.1511340Z 100 56.8M  100 56.8M    0     0  57.9M      0 --:--:-- --:--:-- --:--:-- 96.7M
2025-08-20T21:48:01.1551118Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:48:02.5608080Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:48:02.5608514Z [+] GOROOT: /home/runner/.go
2025-08-20T21:48:02.5608775Z [+] GOPATH: /home/runner/go
2025-08-20T21:48:02.5609350Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:48:02.5770032Z go version go1.25.0 linux/amd64
2025-08-20T21:48:02.6278748Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:48:02.6279470Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:48:02.6280201Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:48:02.6280900Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:48:02.6281650Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:48:02.6282374Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:48:02.6283100Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:48:02.6284028Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:48:02.6284751Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:48:02.6285426Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:48:02.6286214Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:48:02.6286952Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:48:02.6287649Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:48:02.6288377Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:48:02.6289094Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:48:02.6289803Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:48:02.6290441Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:48:02.6290831Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:48:02.6291241Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:48:02.6291738Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:48:02.6292206Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:48:02.6292603Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:48:02.6293617Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:48:02.6294038Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:48:02.6294405Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:48:02.6294805Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:48:02.6295244Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:48:02.6295669Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:48:02.6296077Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:48:02.6296508Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:48:02.6296941Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:48:02.6297368Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:48:02.6297810Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:48:02.6298242Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:48:02.6298704Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:48:02.6299150Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:48:02.6299564Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:48:02.6299966Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:48:02.6300386Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:48:02.6300819Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:48:02.6301407Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:48:02.6301820Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:48:02.6302225Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:48:02.6302686Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:48:02.6303164Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:48:02.6303920Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:48:02.6304410Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:48:02.6304856Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:48:02.6305284Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:48:02.6305720Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:48:02.6306126Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:48:02.6306544Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:48:02.6306955Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:48:02.6307330Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:48:02.6307694Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:48:02.6308067Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:48:02.6308393Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:48:02.6308742Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:48:02.6309154Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:48:02.6309536Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:48:02.6309955Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:48:02.6310392Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:48:02.6310977Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:48:02.6311388Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:48:02.6311819Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:48:02.6312259Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:48:02.6312667Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:48:02.6313068Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:48:02.6313683Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:48:02.6314166Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:48:02.6314680Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:48:02.6315162Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:48:02.6315599Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:48:02.6315987Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:48:02.6316380Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:48:02.6316788Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:48:02.6317234Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:48:02.6317731Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:48:02.6318237Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:48:02.6318873Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:48:02.6319319Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:48:02.6319723Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:48:02.6320118Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:48:02.6320524Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:48:02.6320928Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:48:02.6321315Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:48:02.6321741Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:48:02.6322171Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:48:02.6322560Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:48:02.6322947Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:48:02.6323531Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:48:02.6323945Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:48:02.6324322Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:48:02.6324693Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:48:02.6325087Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:48:02.6325476Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:48:02.6325831Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:48:02.6326213Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:48:02.6326587Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:48:02.6326953Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:48:02.6327345Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:48:02.6327706Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:48:02.6328208Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:48:02.6328587Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:48:02.6328982Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:48:02.6329389Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:48:02.6329782Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:48:02.6330160Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:48:02.6330533Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:48:02.6330930Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:48:02.6331341Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:48:02.6331690Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:48:02.6332033Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:48:02.6332407Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:48:02.6332775Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:48:02.6333140Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:48:02.6333701Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:48:02.6334058Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:48:02.6334440Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:48:02.6334849Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:48:02.6335292Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:48:02.6335882Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:48:02.6336295Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:48:02.6336697Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:48:02.6337090Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:48:02.6337485Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:48:02.6337896Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:48:02.6338311Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:48:02.6338695Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:48:02.6339088Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:48:02.6339505Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:48:02.6339959Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:48:02.6340399Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:48:02.6340798Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:48:02.6341190Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:48:02.6341604Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:48:02.6342013Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:48:02.6342416Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:48:02.6342807Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:48:02.6343368Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:48:02.6343807Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:48:02.6344205Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:48:02.6344574Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:48:02.6345012Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:48:02.6345342Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:48:02.6345745Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:48:02.6346147Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:48:02.6346545Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:48:02.6346921Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:48:02.6347295Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:48:02.6347678Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:48:02.6348032Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:48:02.6348382Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:48:02.6348811Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:48:02.6349269Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:48:02.6349670Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:48:02.6350048Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:48:02.6350439Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:48:02.6350873Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:48:02.6351291Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:48:02.6351714Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:48:02.6352076Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:48:02.6352567Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:48:02.6353001Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:48:02.6353648Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:48:02.6354062Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:48:02.6354429Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:48:02.6354774Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:48:02.6355165Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:48:02.6355550Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:48:02.6355979Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:48:02.6356457Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:48:02.6356879Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:48:02.6357249Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:48:02.6357601Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:48:02.6357959Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:48:02.6358410Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:48:02.6358926Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:48:02.6359369Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:48:02.6359750Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:48:02.6360224Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:48:02.6360772Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:48:02.6361319Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:48:02.6361758Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:48:02.6362278Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:48:02.6362671Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:48:02.6363089Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:48:02.6363906Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:48:02.6364470Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:48:02.6364853Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:48:02.6365237Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:48:02.6365650Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:48:02.6366059Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:48:02.6366457Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:48:02.6366861Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:48:02.6367257Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:48:02.6367653Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:48:02.6368085Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:48:02.6368545Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:48:02.6368975Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:48:02.6369351Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:48:02.6369731Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:48:02.6370306Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:48:02.6370697Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:48:02.6371088Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:48:02.6371472Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:48:02.6371868Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:48:02.6372289Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:48:02.6372764Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:48:02.6373392Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:48:02.6373889Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:48:02.6374282Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:48:02.6374673Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:48:02.6375053Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:48:02.6375436Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:48:02.6375825Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:48:02.6376215Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:48:02.6376673Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:48:02.6377157Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:48:02.6377627Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:48:02.6378153Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:48:02.6378670Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:48:02.6379179Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:48:02.6379678Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:48:02.6380250Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:48:02.6380620Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:48:02.6380988Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:48:02.6381365Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:48:02.6381747Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:48:02.6382111Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:48:02.6382491Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:48:02.6382878Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:48:02.6383460Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:48:02.6383851Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:48:02.6384238Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:48:02.6384636Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:48:02.6385028Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:48:02.6385451Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:48:02.6385901Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:48:02.6386293Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:48:02.6386673Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:48:02.6387088Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:48:02.6387594Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:48:02.6387960Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:48:02.6388317Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:48:02.6388687Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:48:02.6389077Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:48:02.6389450Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:48:02.6389844Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:48:02.6390209Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:48:02.6390529Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:48:02.6390996Z 	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:48:02.6391569Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:48:02.6391952Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:48:02.6392334Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:48:02.6392714Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:48:02.6393119Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:48:02.6393746Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:48:02.6394180Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:48:02.6394609Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:48:02.6395021Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:48:02.6395429Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:48:02.6395864Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:48:02.6396280Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:48:02.6398299Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:48:02.6399250Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:48:02.6400082Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:48:02.6400923Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:48:02.6401693Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:48:02.6402158Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:48:02.6402593Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:48:02.6403102Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:48:02.6403943Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:48:02.6404377Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:48:02.6404829Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:48:02.6405291Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:48:02.6405708Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:48:02.6406077Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:48:02.6406454Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:48:02.6406855Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:48:02.6407244Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:48:02.6407619Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:48:02.6408160Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:48:02.6408565Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:48:02.6408952Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:48:02.6409328Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:48:02.6409705Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:48:02.6410067Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:48:02.6410446Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:48:02.6410841Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:48:02.6411212Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:48:02.6411576Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:48:02.6411937Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:48:02.6412315Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:48:02.6412709Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:48:02.6413084Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:48:02.6413649Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:48:02.6414037Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:48:02.6414390Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:48:02.6414764Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:48:02.6415208Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:48:02.6415626Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:48:02.6416002Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:48:02.6416388Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:48:02.6416822Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:48:02.6417226Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:48:02.6417726Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:48:02.6418098Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:48:02.6418457Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:48:02.6418757Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:48:02.6419059Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:48:02.6419411Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:48:02.6419765Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:48:02.6420133Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:48:02.6420492Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:48:02.6420848Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:48:02.6421184Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:48:02.6421576Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:48:02.6421994Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:48:02.6422400Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:48:02.6422798Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:48:02.6423186Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:48:02.6423826Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:48:02.6424339Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:48:02.6425093Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:48:02.6425735Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:48:02.6426302Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:48:02.6426787Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:48:02.6427246Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:48:02.6427771Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:48:02.6428418Z 	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:48:02.6436645Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:48:02.6437217Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:48:02.6437713Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:48:02.6438101Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:48:02.6438488Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:48:02.6438870Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:48:02.6439254Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:48:02.6439657Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:48:02.6440051Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:48:02.6440442Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:48:02.6440825Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:48:02.6441208Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:48:02.6441597Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:48:02.6441987Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:48:02.6442554Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:48:02.6442958Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:48:02.6443608Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:48:02.6444030Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:48:02.6444448Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:48:02.6444814Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:48:02.6445209Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:48:02.6445627Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:48:02.6446064Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:48:02.6446512Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:48:02.6446952Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:48:02.6447326Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:48:02.6447696Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:48:02.6448082Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:48:02.6448451Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:48:02.6448844Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:48:02.6449244Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:48:02.6449631Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:48:02.6450150Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:48:02.6450521Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:48:02.6450883Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:48:02.6451441Z 	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:48:02.6452166Z 	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:48:02.6452856Z 	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:48:02.6453835Z 	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:48:02.6454388Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:48:02.6454787Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:48:02.6455171Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:48:02.6455557Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:48:02.6455949Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:48:02.6456312Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:48:02.6456690Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:48:02.6457080Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:48:02.6457463Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:48:02.6457842Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:48:02.6458229Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:48:02.6458610Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:48:02.6459008Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:48:02.6459426Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:48:02.6459970Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:48:02.6460369Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:48:02.6460775Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:48:02.6461212Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:48:02.6461602Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:48:02.6461990Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:48:02.6462366Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:48:02.6462753Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:48:02.6463170Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:48:02.6463811Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:48:02.6464230Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:48:02.6464630Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:48:02.6465023Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:48:02.6465460Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:48:02.6465894Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:48:02.6466305Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:48:02.6466749Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:48:02.6467216Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:48:02.6467759Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:48:02.6468136Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:48:02.6468525Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:48:02.6468932Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:48:02.6469345Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:48:02.6469751Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:48:02.6470132Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:48:02.6470520Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:48:02.6471000Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:48:02.6471482Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:48:02.6471891Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:48:02.6472303Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:48:02.6472764Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:48:02.6473400Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:48:02.6473904Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:48:02.6474403Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:48:02.6474855Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:48:02.6475299Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:48:02.6475708Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:48:02.6476111Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:48:02.6476536Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:48:02.6476926Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:48:02.6477435Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:48:02.6477845Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:48:02.6478244Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:48:02.6478650Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:48:02.6479073Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:48:02.6479470Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:48:02.6479848Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:48:02.6480221Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:48:02.6480589Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:48:02.6480984Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:48:02.6481409Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:48:02.6481862Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:48:02.6482325Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:48:02.6482729Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:48:02.6483169Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:48:02.6483830Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:48:02.6484238Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:48:02.6484790Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:48:02.6485153Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:48:02.6485515Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:48:02.6485914Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:48:02.6486313Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:48:02.6486702Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:48:02.6487036Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:48:02.6487359Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:48:02.6487717Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:48:02.6488231Z 	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:48:02.6488759Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:48:02.6489152Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:48:02.6489533Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:48:02.6489936Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:48:02.6490355Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:48:02.6490770Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:48:02.6491180Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:48:02.6491601Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:48:02.6492016Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:48:02.6492391Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:48:02.6492768Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:48:02.6493141Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:48:02.6493799Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:48:02.6494370Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:48:02.6494812Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:48:02.6495223Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:48:02.6495651Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:48:02.6496099Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:48:02.6496501Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:48:02.6496873Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:48:02.6497231Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:48:02.6497599Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:48:02.6497974Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:48:02.6498357Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:48:02.6498760Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:48:02.6499183Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:48:02.6499648Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:48:02.6500096Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:48:02.6500477Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:48:02.6500864Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:48:02.6501248Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:48:02.6501765Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:48:02.6502153Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:48:02.6502527Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:48:02.6502978Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:48:02.6503764Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:48:02.6504191Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:48:02.6504565Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:48:02.6504937Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:48:02.6505346Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:48:02.6505743Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:48:02.6506131Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:48:02.6506537Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:48:02.6506922Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:48:02.6507282Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:48:02.6507641Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:48:02.6508040Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:48:02.6508468Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:48:02.6508853Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:48:02.6509242Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:48:02.6509689Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:48:02.6510128Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:48:02.6510555Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:48:02.6510953Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:48:02.6511687Z 	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:48:02.6512215Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:48:02.6512535Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:48:02.6512887Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:48:02.6513443Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:48:02.6513882Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:48:02.6514423Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:48:02.6515027Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:48:02.6515648Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:48:02.6516314Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:48:02.6516972Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:48:02.6517613Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:48:02.6518252Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:48:02.6518842Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:48:02.6519341Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:48:02.6519919Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:48:02.6520367Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:48:02.6520801Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:48:02.6521275Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:48:02.6521710Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:48:02.6522094Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:48:02.6522462Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:48:02.6522840Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:48:02.6523413Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:48:02.6523872Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:48:02.6524298Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:48:02.6524662Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:48:02.6525065Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:48:02.6525535Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:48:02.6526028Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:48:02.6526519Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:48:02.6527007Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:48:02.6527490Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:48:02.6527975Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:48:02.6528422Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:48:02.6528842Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:48:02.6529393Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:48:02.6529808Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:48:02.6530220Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:48:02.6530631Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:48:02.6531068Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:48:02.6531502Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:48:02.6531895Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:48:02.6532279Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:48:02.6532664Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:48:02.6533044Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:48:02.6533613Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:48:02.6534055Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:48:02.6534461Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:48:02.6534884Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:48:02.6535324Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:48:02.6535783Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:48:02.6536237Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:48:02.6536677Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:48:02.6537203Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:48:02.6537592Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:48:02.6537998Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:48:02.6538385Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:48:02.6538768Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:48:02.6539178Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:48:02.6539585Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:48:02.6540022Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:48:02.6540502Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:48:02.6540932Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:48:02.6541356Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:48:02.6541762Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:48:02.6542073Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:48:02.6542400Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:48:02.6542790Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:48:02.6543524Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:48:02.6544027Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:48:02.6544436Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:48:02.6544875Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:48:02.6545338Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:48:02.6545773Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:48:02.6546174Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:48:02.6546731Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:48:02.6547298Z 	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:48:02.6547896Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:48:02.6548358Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:48:02.6548805Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:48:02.6549245Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:48:02.6549672Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:48:02.6550088Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:48:02.6550482Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:48:02.6550871Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:48:02.6551280Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:48:02.6551685Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:48:02.6552063Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:48:02.6552462Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:48:02.6552872Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:48:02.6553381Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:48:02.6553805Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:48:02.6554403Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:48:02.6554837Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:48:02.6555219Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:48:02.6555601Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:48:02.6556004Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:48:02.6556387Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:48:02.6556766Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:48:02.6557198Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:48:02.6557652Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:48:02.6558063Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:48:02.6558477Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:48:02.6558877Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:48:02.6559260Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:48:02.6559647Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:48:02.6560033Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:48:02.6560440Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:48:02.6560904Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:48:02.6561405Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:48:02.6561834Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:48:02.6562238Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:48:02.6562650Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:48:02.6563079Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:48:02.6563690Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:48:02.6564187Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:48:02.6564501Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:48:02.6564811Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:48:02.6565188Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:48:02.6565568Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:48:02.6565925Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:48:02.6566303Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:48:02.6566706Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:48:02.6567102Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:48:02.6567479Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:48:02.6567846Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:48:02.6568230Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:48:02.6568640Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:48:02.6569022Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:48:02.6569390Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:48:02.6569753Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:48:02.6570143Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:48:02.6570537Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:48:02.6570894Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:48:02.6571382Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:48:02.6571782Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:48:02.6572175Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:48:02.6572555Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:48:02.6572932Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:48:02.6573439Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:48:02.6573845Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:48:02.6574280Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:48:02.6574688Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:48:02.6575046Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:48:02.6575406Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:48:02.6575755Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:48:02.6576186Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:48:02.6576698Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:48:02.6577203Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:48:02.6577686Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:48:02.6578191Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:48:02.6578633Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:48:02.6579018Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:48:02.6579412Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:48:02.6579808Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:48:02.6580195Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:48:02.6580707Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:48:02.6581094Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:48:02.6581471Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:48:02.6581864Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:48:02.6582310Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:48:02.6582747Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:48:02.6583129Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:48:02.6583831Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:48:02.6584273Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:48:02.6584659Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:48:02.6585023Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:48:02.6585419Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:48:02.6585878Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:48:02.6586310Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:48:02.6586731Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:48:02.6587147Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:48:02.6587473Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:48:02.6587756Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:48:02.6588244Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:48:02.6588740Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:48:02.8744373Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:48:03.0407219Z Collecting meson
2025-08-20T21:48:03.0875404Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:48:03.1166755Z Collecting ninja
2025-08-20T21:48:03.1196205Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:48:03.1260508Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:48:03.1571453Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 87.8 MB/s  0:00:00
2025-08-20T21:48:03.1601961Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:48:03.2509439Z Installing collected packages: ninja, meson
2025-08-20T21:48:03.9665989Z 
2025-08-20T21:48:03.9695181Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:48:04.2695763Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:48:04.3809252Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:48:04.4368351Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:48:04.9058703Z 1.8.4
2025-08-20T21:48:04.9312874Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:48:04.9566139Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:48:04.9566951Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:48:04.9567787Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:48:04.9568548Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:48:04.9569374Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:48:04.9570151Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:48:04.9570850Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:48:04.9571506Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:48:04.9572458Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:48:04.9573057Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:48:04.9573925Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:48:04.9574643Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:48:04.9575345Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:48:04.9576070Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:48:04.9576791Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:48:04.9577514Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:48:04.9578235Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:48:04.9578881Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:48:04.9579585Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:48:04.9580095Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:48:04.9580566Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:48:04.9581204Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:48:04.9581868Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:48:04.9582282Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:48:04.9582648Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:48:04.9583044Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:48:04.9583945Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:48:04.9584385Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:48:04.9584792Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:48:04.9585215Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:48:04.9585637Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:48:04.9586061Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:48:04.9586495Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:48:04.9586910Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:48:04.9587363Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:48:04.9587823Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:48:04.9588340Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:48:04.9588744Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:48:04.9589169Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:48:04.9589602Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:48:04.9590024Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:48:04.9590428Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:48:04.9590823Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:48:04.9591282Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:48:04.9591764Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:48:04.9592240Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:48:04.9592739Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:48:04.9593324Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:48:04.9593938Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:48:04.9594381Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:48:04.9594794Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:48:04.9595210Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:48:04.9595615Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:48:04.9595996Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:48:04.9596361Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:48:04.9596729Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:48:04.9597062Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:48:04.9597408Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:48:04.9597825Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:48:04.9598206Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:48:04.9598620Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:48:04.9599064Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:48:04.9599495Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:48:04.9599905Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:48:04.9600353Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:48:04.9600787Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:48:04.9601310Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:48:04.9601713Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:48:04.9602147Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:48:04.9602628Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:48:04.9603141Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:48:04.9603781Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:48:04.9604206Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:48:04.9604597Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:48:04.9604997Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:48:04.9605396Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:48:04.9605848Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:48:04.9606345Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:48:04.9606859Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:48:04.9607359Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:48:04.9607803Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:48:04.9608212Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:48:04.9608605Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:48:04.9609013Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:48:04.9609417Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:48:04.9609809Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:48:04.9610236Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:48:04.9610806Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:48:04.9611194Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:48:04.9611574Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:48:04.9611987Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:48:04.9612395Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:48:04.9612770Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:48:04.9613142Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:48:04.9613707Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:48:04.9614102Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:48:04.9614453Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:48:04.9614837Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:48:04.9615222Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:48:04.9615586Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:48:04.9615976Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:48:04.9616343Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:48:04.9616706Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:48:04.9617085Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:48:04.9617478Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:48:04.9617881Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:48:04.9618399Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:48:04.9618783Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:48:04.9619165Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:48:04.9619561Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:48:04.9619966Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:48:04.9620314Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:48:04.9620644Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:48:04.9621012Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:48:04.9621362Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:48:04.9621719Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:48:04.9622085Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:48:04.9622443Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:48:04.9622823Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:48:04.9623555Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:48:04.9624362Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:48:04.9625192Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:48:04.9625717Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:48:04.9626117Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:48:04.9626511Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:48:04.9626903Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:48:04.9627313Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:48:04.9627735Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:48:04.9628117Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:48:04.9628673Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:48:04.9629092Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:48:04.9629538Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:48:04.9629977Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:48:04.9630372Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:48:04.9630784Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:48:04.9631199Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:48:04.9631611Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:48:04.9632022Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:48:04.9632415Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:48:04.9632821Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:48:04.9633445Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:48:04.9633841Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:48:04.9634204Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:48:04.9634514Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:48:04.9634835Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:48:04.9635230Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:48:04.9635632Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:48:04.9636029Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:48:04.9636537Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:48:04.9636918Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:48:04.9637303Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:48:04.9637654Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:48:04.9637999Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:48:04.9638427Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:48:04.9638880Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:48:04.9639284Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:48:04.9639659Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:48:04.9640049Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:48:04.9640465Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:48:04.9640888Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:48:04.9641311Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:48:04.9641675Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:48:04.9642032Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:48:04.9642453Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:48:04.9642888Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:48:04.9643459Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:48:04.9643830Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:48:04.9644171Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:48:04.9644563Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:48:04.9644945Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:48:04.9645375Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:48:04.9645978Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:48:04.9646396Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:48:04.9646768Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:48:04.9647117Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:48:04.9647473Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:48:04.9647925Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:48:04.9648435Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:48:04.9648883Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:48:04.9649272Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:48:04.9649741Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:48:04.9650294Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:48:04.9650802Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:48:04.9651242Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:48:04.9651603Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:48:04.9651990Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:48:04.9652406Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:48:04.9652825Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:48:04.9653519Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:48:04.9653933Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:48:04.9654354Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:48:04.9654758Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:48:04.9655162Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:48:04.9655558Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:48:04.9655956Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:48:04.9656347Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:48:04.9656747Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:48:04.9657172Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:48:04.9657634Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:48:04.9658063Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:48:04.9658442Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:48:04.9658817Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:48:04.9659221Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:48:04.9659595Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:48:04.9659975Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:48:04.9660354Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:48:04.9660747Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:48:04.9661169Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:48:04.9661749Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:48:04.9662200Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:48:04.9662723Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:48:04.9663116Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:48:04.9663709Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:48:04.9664094Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:48:04.9664471Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:48:04.9664861Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:48:04.9665247Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:48:04.9665699Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:48:04.9666190Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:48:04.9666657Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:48:04.9667187Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:48:04.9667698Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:48:04.9668199Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:48:04.9668712Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:48:04.9669154Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:48:04.9669530Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:48:04.9669907Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:48:04.9670291Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:48:04.9670803Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:48:04.9671175Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:48:04.9671563Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:48:04.9671943Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:48:04.9672333Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:48:04.9672721Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:48:04.9673110Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:48:04.9673737Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:48:04.9674133Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:48:04.9674551Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:48:04.9675002Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:48:04.9675397Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:48:04.9675780Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:48:04.9676198Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:48:04.9676576Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:48:04.9676932Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:48:04.9677287Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:48:04.9677656Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:48:04.9678047Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:48:04.9678423Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:48:04.9678820Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:48:04.9679198Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:48:04.9679518Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:48:04.9680151Z 	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:48:04.9680680Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:48:04.9681053Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:48:04.9681435Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:48:04.9681809Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:48:04.9682217Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:48:04.9682660Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:48:04.9683091Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:48:04.9683700Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:48:04.9684112Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:48:04.9684523Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:48:04.9684947Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:48:04.9685356Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:48:04.9685751Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:48:04.9686182Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:48:04.9686681Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:48:04.9687185Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:48:04.9687761Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:48:04.9688181Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:48:04.9688594Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:48:04.9689077Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:48:04.9689569Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:48:04.9689982Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:48:04.9690420Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:48:04.9690880Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:48:04.9691290Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:48:04.9691660Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:48:04.9692034Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:48:04.9692421Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:48:04.9692809Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:48:04.9693182Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:48:04.9693745Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:48:04.9694138Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:48:04.9694525Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:48:04.9694893Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:48:04.9695267Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:48:04.9695623Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:48:04.9695999Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:48:04.9696397Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:48:04.9696773Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:48:04.9697277Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:48:04.9697640Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:48:04.9705414Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:48:04.9705964Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:48:04.9706373Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:48:04.9706751Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:48:04.9707155Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:48:04.9707527Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:48:04.9707898Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:48:04.9708357Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:48:04.9708786Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:48:04.9709168Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:48:04.9709557Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:48:04.9709981Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:48:04.9710383Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:48:04.9710746Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:48:04.9711116Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:48:04.9711480Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:48:04.9711786Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:48:04.9712278Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:48:04.9712662Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:48:04.9713042Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:48:04.9713660Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:48:04.9714039Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:48:04.9714395Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:48:04.9714736Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:48:04.9715118Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:48:04.9715559Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:48:04.9715972Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:48:04.9716378Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:48:04.9716775Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:48:04.9717196Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:48:04.9717713Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:48:04.9718349Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:48:04.9718990Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:48:04.9719542Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:48:04.9720024Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:48:04.9720486Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:48:04.9721015Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:48:04.9721643Z 	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:48:04.9722389Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:48:04.9722889Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:48:04.9723509Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:48:04.9723881Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:48:04.9724259Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:48:04.9724634Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:48:04.9725020Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:48:04.9725415Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:48:04.9725809Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:48:04.9726192Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:48:04.9726588Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:48:04.9726974Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:48:04.9727351Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:48:04.9727728Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:48:04.9728098Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:48:04.9728499Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:48:04.9728894Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:48:04.9729311Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:48:04.9729855Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:48:04.9730225Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:48:04.9730616Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:48:04.9731037Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:48:04.9731456Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:48:04.9731900Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:48:04.9732340Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:48:04.9732713Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:48:04.9733086Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:48:04.9733665Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:48:04.9734035Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:48:04.9734426Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:48:04.9734817Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:48:04.9735209Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:48:04.9735596Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:48:04.9735960Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:48:04.9736322Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:48:04.9736873Z 	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:48:04.9737603Z 	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:48:04.9738293Z 	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:48:04.9738960Z 	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:48:04.9739624Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:48:04.9740016Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:48:04.9740389Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:48:04.9740770Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:48:04.9741149Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:48:04.9741512Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:48:04.9741888Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:48:04.9742273Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:48:04.9742656Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:48:04.9743035Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:48:04.9743625Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:48:04.9744005Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:48:04.9744392Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:48:04.9744812Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:48:04.9745214Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:48:04.9745611Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:48:04.9746016Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:48:04.9746409Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:48:04.9746914Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:48:04.9747308Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:48:04.9747685Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:48:04.9748079Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:48:04.9748487Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:48:04.9748884Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:48:04.9749293Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:48:04.9749687Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:48:04.9750076Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:48:04.9750501Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:48:04.9750944Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:48:04.9751352Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:48:04.9751797Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:48:04.9752270Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:48:04.9752680Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:48:04.9753050Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:48:04.9753631Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:48:04.9754030Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:48:04.9754471Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:48:04.9754877Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:48:04.9755263Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:48:04.9755653Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:48:04.9756132Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:48:04.9756737Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:48:04.9757133Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:48:04.9757541Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:48:04.9757997Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:48:04.9758444Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:48:04.9758927Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:48:04.9759420Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:48:04.9759869Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:48:04.9760299Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:48:04.9760704Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:48:04.9761103Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:48:04.9761527Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:48:04.9761911Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:48:04.9762293Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:48:04.9762704Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:48:04.9763110Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:48:04.9763682Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:48:04.9764228Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:48:04.9764625Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:48:04.9765009Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:48:04.9765377Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:48:04.9765740Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:48:04.9766132Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:48:04.9766549Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:48:04.9767006Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:48:04.9767459Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:48:04.9767863Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:48:04.9768305Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:48:04.9768722Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:48:04.9769134Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:48:04.9769549Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:48:04.9769924Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:48:04.9770290Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:48:04.9770685Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:48:04.9771081Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:48:04.9771456Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:48:04.9771791Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:48:04.9772114Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:48:04.9772480Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:48:04.9772999Z 	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:48:04.9773855Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:48:04.9774251Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:48:04.9774630Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:48:04.9775032Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:48:04.9775454Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:48:04.9775872Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:48:04.9776277Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:48:04.9776696Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:48:04.9777111Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:48:04.9777494Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:48:04.9777873Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:48:04.9778258Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:48:04.9778644Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:48:04.9779075Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:48:04.9779512Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:48:04.9779910Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:48:04.9780337Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:48:04.9780904Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:48:04.9781310Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:48:04.9781683Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:48:04.9782041Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:48:04.9782401Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:48:04.9782777Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:48:04.9783157Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:48:04.9783802Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:48:04.9784223Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:48:04.9784686Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:48:04.9785130Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:48:04.9785510Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:48:04.9785898Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:48:04.9786296Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:48:04.9786683Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:48:04.9787063Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:48:04.9787437Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:48:04.9787883Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:48:04.9788378Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:48:04.9788801Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:48:04.9789186Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:48:04.9789568Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:48:04.9789972Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:48:04.9790506Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:48:04.9790884Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:48:04.9791281Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:48:04.9791667Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:48:04.9792023Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:48:04.9792383Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:48:04.9792781Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:48:04.9793372Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:48:04.9793794Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:48:04.9794182Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:48:04.9794635Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:48:04.9795072Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:48:04.9795492Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:48:04.9795889Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:48:04.9796414Z 	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:48:04.9796938Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:48:04.9797249Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:48:04.9797598Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:48:04.9798139Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:48:04.9798574Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:48:04.9799139Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:48:04.9799745Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:48:04.9800367Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:48:04.9801026Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:48:04.9801680Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:48:04.9802317Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:48:04.9802956Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:48:04.9803660Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:48:04.9804155Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:48:04.9804602Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:48:04.9805047Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:48:04.9805474Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:48:04.9805948Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:48:04.9806387Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:48:04.9806770Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:48:04.9807144Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:48:04.9807524Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:48:04.9808024Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:48:04.9808439Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:48:04.9808861Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:48:04.9809226Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:48:04.9809619Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:48:04.9810098Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:48:04.9810588Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:48:04.9811080Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:48:04.9811567Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:48:04.9812054Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:48:04.9812539Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:48:04.9812991Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:48:04.9813511Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:48:04.9813925Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:48:04.9814343Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:48:04.9814749Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:48:04.9815161Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:48:04.9815716Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:48:04.9816155Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:48:04.9816556Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:48:04.9816950Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:48:04.9817330Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:48:04.9817709Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:48:04.9818150Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:48:04.9818594Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:48:04.9819003Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:48:04.9819415Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:48:04.9819847Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:48:04.9820299Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:48:04.9820752Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:48:04.9821188Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:48:04.9821589Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:48:04.9821964Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:48:04.9822358Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:48:04.9822736Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:48:04.9823110Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:48:04.9823638Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:48:04.9824046Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:48:04.9824475Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:48:04.9825106Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:48:04.9825533Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:48:04.9825945Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:48:04.9826347Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:48:04.9826649Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:48:04.9826970Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:48:04.9827357Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:48:04.9827756Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:48:04.9828150Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:48:04.9828556Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:48:04.9828990Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:48:04.9829444Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:48:04.9829863Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:48:04.9830251Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:48:04.9830656Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:48:04.9831212Z 	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:48:04.9831800Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:48:04.9832252Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:48:04.9832803Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:48:04.9833341Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:48:04.9833771Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:48:04.9834174Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:48:04.9834564Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:48:04.9834949Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:48:04.9835344Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:48:04.9835742Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:48:04.9836117Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:48:04.9836510Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:48:04.9836914Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:48:04.9837289Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:48:04.9837703Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:48:04.9838166Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:48:04.9838590Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:48:04.9838970Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:48:04.9839351Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:48:04.9839743Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:48:04.9840120Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:48:04.9840490Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:48:04.9840928Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:48:04.9841376Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:48:04.9841902Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:48:04.9842304Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:48:04.9842698Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:48:04.9843092Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:48:04.9843563Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:48:04.9843946Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:48:04.9844347Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:48:04.9844797Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:48:04.9845253Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:48:04.9845677Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:48:04.9846082Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:48:04.9846485Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:48:04.9846909Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:48:04.9847297Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:48:04.9847655Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:48:04.9847975Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:48:04.9848275Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:48:04.9848646Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:48:04.9849130Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:48:04.9849489Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:48:04.9849870Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:48:04.9850267Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:48:04.9850656Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:48:04.9851019Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:48:04.9851371Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:48:04.9851748Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:48:04.9852154Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:48:04.9852532Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:48:04.9852894Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:48:04.9853358Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:48:04.9853743Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:48:04.9854136Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:48:04.9854511Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:48:04.9854883Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:48:04.9855278Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:48:04.9855654Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:48:04.9856024Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:48:04.9856397Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:48:04.9856779Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:48:04.9857189Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:48:04.9857612Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:48:04.9858133Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:48:04.9858483Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:48:04.9858831Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:48:04.9859176Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:48:04.9859596Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:48:04.9860098Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:48:04.9860568Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:48:04.9861045Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:48:04.9861545Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:48:04.9861979Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:48:04.9862367Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:48:04.9862757Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:48:04.9863146Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:48:04.9863630Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:48:04.9864012Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:48:04.9864391Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:48:04.9864757Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:48:04.9865147Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:48:04.9865702Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:48:04.9866135Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:48:04.9866522Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:48:04.9866920Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:48:04.9867343Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:48:04.9867721Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:48:04.9868069Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:48:04.9868458Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:48:04.9868915Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:48:04.9869344Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:48:04.9869761Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:48:04.9870170Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:48:04.9870496Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:48:04.9870771Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:48:04.9871121Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:48:04.9871603Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:48:05.7762208Z info: downloading installer (https://install.determinate.systems/nix/tag/v3.8.5/nix-installer-x86_64-linux)
2025-08-20T21:48:07.6455806Z  INFO nix-installer v3.8.5
2025-08-20T21:48:08.4211155Z [2m[33m`nix-installer` needs to run as `root`, attempting to escalate now via `sudo`...[39m[0m
2025-08-20T21:48:08.4326299Z  INFO nix-installer v3.8.5
2025-08-20T21:48:09.0061880Z  INFO Step: Create directory `/nix`
2025-08-20T21:48:09.0064210Z  INFO Step: Provision Nix
2025-08-20T21:48:11.3633654Z  INFO Step: Create build users (UID 30001-30032) and group (GID 30000)
2025-08-20T21:48:11.9837705Z  INFO Step: Configure Nix
2025-08-20T21:48:12.2647523Z  INFO Step: Create directory `/etc/tmpfiles.d`
2025-08-20T21:48:12.2648141Z  INFO Step: Configure upstream Nix daemon service
2025-08-20T21:48:12.2648493Z  INFO Step: Remove directory `/nix/temp-install-dir`
2025-08-20T21:48:12.4060980Z  WARN SelfTest([ShellFailed { shell: Sh, command: "\"sh\" \"-lc\" \"exec nix build --option substitute false --option post-build-hook \\'\\' --no-link --expr \\'derivation { name = \\\"self-test-sh-1755726492266\\\"; system = \\\"x86_64-linux\\\"; builder = \\\"/bin/sh\\\"; args = [\\\"-c\\\" \\\"echo hello > \\\\$out\\\"]; }\\'\"", output: Output { status: ExitStatus(unix_wait_status(256)), stdout: "", stderr: "error:\n       … while calling the 'derivationStrict' builtin\n         at <nix/derivation-internal.nix>:37:12:\n           36|\n           37|   strict = derivationStrict drvAttrs;\n             |            ^\n           38|\n\n       … while evaluating derivation 'self-test-sh-1755726492266'\n         whose name attribute is located at «string»:1:14\n\n       error: cannot connect to socket at '/nix/var/nix/daemon-socket/socket': No such file or directory\n" } }, ShellFailed { shell: Bash, command: "\"bash\" \"-lc\" \"exec nix build --option substitute false --option post-build-hook \\'\\' --no-link --expr \\'derivation { name = \\\"self-test-bash-1755726492369\\\"; system = \\\"x86_64-linux\\\"; builder = \\\"/bin/sh\\\"; args = [\\\"-c\\\" \\\"echo hello > \\\\$out\\\"]; }\\'\"", output: Output { status: ExitStatus(unix_wait_status(256)), stdout: "", stderr: "error:\n       … while calling the 'derivationStrict' builtin\n         at <nix/derivation-internal.nix>:37:12:\n           36|\n           37|   strict = derivationStrict drvAttrs;\n             |            ^\n           38|\n\n       … while evaluating derivation 'self-test-bash-1755726492369'\n         whose name attribute is located at «string»:1:14\n\n       error: cannot connect to socket at '/nix/var/nix/daemon-socket/socket': No such file or directory\n" } }])
2025-08-20T21:48:12.4547770Z [1m[32mNix was installed successfully![39m[0m
2025-08-20T21:48:12.4548661Z To get started using Nix, open a new shell or run `[1m. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh[0m`
2025-08-20T21:48:12.4549116Z 
2025-08-20T21:48:12.6833430Z root    ALL=(ALL:ALL) ALL
2025-08-20T21:48:12.7082159Z nix (Nix) 2.30.2
2025-08-20T21:48:12.7555766Z nixedge https://nixos.org/channels/nixos-unstable
2025-08-20T21:48:13.4772311Z unpacking 1 channels...
2025-08-20T21:48:30.5294504Z user   flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
2025-08-20T21:48:30.5295318Z global flake:agda github:agda/agda
2025-08-20T21:48:30.5295950Z global flake:arion github:hercules-ci/arion
2025-08-20T21:48:30.5296759Z global flake:blender-bin github:edolstra/nix-warez?dir=blender
2025-08-20T21:48:30.5297397Z global flake:bundlers github:NixOS/bundlers
2025-08-20T21:48:30.5297803Z global flake:cachix github:cachix/cachix
2025-08-20T21:48:30.5298382Z global flake:composable github:ComposableFi/composable
2025-08-20T21:48:30.5298895Z global flake:disko github:nix-community/disko
2025-08-20T21:48:30.5299362Z global flake:dreampkgs github:nix-community/dreampkgs
2025-08-20T21:48:30.5299820Z global flake:dwarffs github:edolstra/dwarffs
2025-08-20T21:48:30.5300304Z global flake:emacs-overlay github:nix-community/emacs-overlay
2025-08-20T21:48:30.5300862Z global flake:fenix github:nix-community/fenix
2025-08-20T21:48:30.5301332Z global flake:flake-parts github:hercules-ci/flake-parts
2025-08-20T21:48:30.5301824Z global flake:flake-utils github:numtide/flake-utils
2025-08-20T21:48:30.5302263Z global flake:helix github:helix-editor/helix
2025-08-20T21:48:30.5302787Z global flake:hercules-ci-agent github:hercules-ci/hercules-ci-agent
2025-08-20T21:48:30.5303732Z global flake:hercules-ci-effects github:hercules-ci/hercules-ci-effects
2025-08-20T21:48:30.5304367Z global flake:home-manager github:nix-community/home-manager
2025-08-20T21:48:30.5304838Z global flake:hydra github:NixOS/hydra
2025-08-20T21:48:30.5305475Z global flake:mach-nix github:DavHau/mach-nix
2025-08-20T21:48:30.5305972Z global flake:ngipkgs github:ngi-nix/ngipkgs
2025-08-20T21:48:30.5306375Z global flake:nickel github:tweag/nickel
2025-08-20T21:48:30.5306753Z global flake:nix github:NixOS/nix
2025-08-20T21:48:30.5307161Z global flake:nix-darwin github:nix-darwin/nix-darwin
2025-08-20T21:48:30.5307626Z global flake:nix-serve github:edolstra/nix-serve
2025-08-20T21:48:30.5308041Z global flake:nixops github:NixOS/nixops
2025-08-20T21:48:30.5308522Z global flake:nixos-anywhere github:nix-community/nixos-anywhere
2025-08-20T21:48:30.5309079Z global flake:nixos-hardware github:NixOS/nixos-hardware
2025-08-20T21:48:30.5309571Z global flake:nixos-homepage github:NixOS/nixos-homepage
2025-08-20T21:48:30.5310058Z global flake:nixos-search github:NixOS/nixos-search
2025-08-20T21:48:30.5310547Z global flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
2025-08-20T21:48:30.5310908Z global flake:nur github:nix-community/NUR
2025-08-20T21:48:30.5311201Z global flake:patchelf github:NixOS/patchelf
2025-08-20T21:48:30.5311523Z global flake:poetry2nix github:nix-community/poetry2nix
2025-08-20T21:48:30.5311865Z global flake:pridefetch github:SpyHoodle/pridefetch
2025-08-20T21:48:30.5312179Z global flake:sops-nix github:Mic92/sops-nix
2025-08-20T21:48:30.5312474Z global flake:systems github:nix-systems/default
2025-08-20T21:48:30.5312776Z global flake:templates github:NixOS/templates
2025-08-20T21:49:01.8754968Z {"/nix/store/5g60vyp4cbgwl12pav5apyi571smp62s-hello-2.12.2.drv":{"args":["-e","/nix/store/vj1c3wf9c11a0qs6p3ymfvrnsdgsdcbq-source-stdenv.sh","/nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh"],"builder":"/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash","env":{"NIX_MAIN_PROGRAM":"hello","__structuredAttrs":"","buildInputs":"","builder":"/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash","cmakeFlags":"","configureFlags":"","depsBuildBuild":"","depsBuildBuildPropagated":"","depsBuildTarget":"","depsBuildTargetPropagated":"","depsHostHost":"","depsHostHostPropagated":"","depsTargetTarget":"","depsTargetTargetPropagated":"","doCheck":"1","doInstallCheck":"1","mesonFlags":"","name":"hello-2.12.2","nativeBuildInputs":"/nix/store/p4myq48s5r4ragsys74a9pklgis9rdhj-version-check-hook","out":"/nix/store/wvfhs8k86740b7j3h1iss94z7cb0ggj1-hello-2.12.2","outputs":"out","patches":"","pname":"hello","postInstallCheck":"stat \"${!outputBin}/bin/hello\"\n","propagatedBuildInputs":"","propagatedNativeBuildInputs":"","src":"/nix/store/dw402azxjrgrzrk6j0p66wkqrab5mwgw-hello-2.12.2.tar.gz","stdenv":"/nix/store/nbrif411qgsj1h5r7rlgxxm140aj58dz-stdenv-linux","strictDeps":"","system":"x86_64-linux","version":"2.12.2"},"inputDrvs":{"/nix/store/1mzpi7gzqibbkrmhbld3iydk9r6mjmc8-stdenv-linux.drv":{"dynamicOutputs":{},"outputs":["out"]},"/nix/store/c9r4qvprf4j2lrl9c3c3x4pyzjnwz0ii-hello-2.12.2.tar.gz.drv":{"dynamicOutputs":{},"outputs":["out"]},"/nix/store/s2bs92xzwb0ygzn35sqwy426d3691pha-bash-5.3p0.drv":{"dynamicOutputs":{},"outputs":["out"]},"/nix/store/swvfc4hrl5vwh6axjb8rbx6ia9mh6vmd-version-check-hook.drv":{"dynamicOutputs":{},"outputs":["out"]}},"inputSrcs":["/nix/store/shkw4qm9qcw5sc5n1k5jznc83ny02r39-default-builder.sh","/nix/store/vj1c3wf9c11a0qs6p3ymfvrnsdgsdcbq-source-stdenv.sh"],"name":"hello-2.12.2","outputs":{"out":{"path":"/nix/store/wvfhs8k86740b7j3h1iss94z7cb0ggj1-hello-2.12.2"}},"system":"x86_64-linux"}}
2025-08-20T21:49:02.6378743Z these 2 paths will be fetched (1.35 MiB download, 7.15 MiB unpacked):
2025-08-20T21:49:02.6380657Z   /nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0
2025-08-20T21:49:02.6383034Z   /nix/store/q1qsj9zr3r5hxpp2nb1ks2zblp8ixckc-ncurses-static-x86_64-unknown-linux-musl-6.5
2025-08-20T21:49:02.6389605Z copying path '/nix/store/q1qsj9zr3r5hxpp2nb1ks2zblp8ixckc-ncurses-static-x86_64-unknown-linux-musl-6.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:02.9832233Z copying path '/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T21:49:03.2879949Z /nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0
2025-08-20T21:49:03.4407816Z nix (Nix) 2.30.2
2025-08-20T21:49:03.4660478Z nixedge https://nixos.org/channels/nixos-unstable
2025-08-20T21:49:03.4920413Z unpacking 1 channels...
2025-08-20T21:49:04.1832654Z info: downloading installer
2025-08-20T21:49:04.5038362Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:49:04.5038931Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:49:04.5039513Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:49:04.5040168Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:49:04.5213105Z info: profile set to 'default'
2025-08-20T21:49:04.5213821Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:49:04.5214407Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:49:04.5897335Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:49:04.6105807Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:49:04.6106298Z 
2025-08-20T21:49:04.6206065Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:49:04.6206619Z 
2025-08-20T21:49:04.6206649Z 
2025-08-20T21:49:04.6206805Z Rust is installed now. Great!
2025-08-20T21:49:04.6207066Z 
2025-08-20T21:49:04.6207359Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:49:04.6207912Z environment variable. This has not been done automatically.
2025-08-20T21:49:04.6208324Z 
2025-08-20T21:49:04.6208511Z To configure your current shell, you need to source
2025-08-20T21:49:04.6209005Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:49:04.6209633Z 
2025-08-20T21:49:04.6209937Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:49:04.6210634Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:49:04.6211155Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:49:04.6211619Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:49:04.6361216Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:49:04.6690268Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:49:04.6691155Z 
2025-08-20T21:49:04.6786219Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:49:04.6786766Z 
2025-08-20T21:49:04.7276823Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:49:06.3548353Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:49:06.3971059Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:49:06.3971995Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:49:06.3972543Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:49:06.3973158Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:49:06.3974024Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:49:06.3974529Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:49:06.3974948Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:49:06.3975362Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:49:06.3975771Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:49:06.3976141Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:49:06.3976584Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:49:06.3977048Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:49:06.3977495Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:49:06.3977965Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:49:06.3978420Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:49:06.3979123Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:49:06.3979586Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:49:06.3980000Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:49:06.3980434Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:49:06.3980974Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:49:06.3981766Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:49:06.3982462Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:49:06.3983421Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:49:06.3984239Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:49:06.3984877Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:49:06.3985592Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:49:06.3986347Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:49:06.3987083Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:49:06.3987791Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:49:06.3988487Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:49:06.3989245Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:49:06.3990001Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:49:06.3991033Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:49:06.3991835Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:49:06.3992753Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:49:06.3993809Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:49:06.3994572Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:49:06.3995292Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:49:06.3996031Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:49:06.3996834Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:49:06.3997613Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:49:06.3998366Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:49:06.3999094Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:49:06.3999828Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:49:06.4000322Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:49:06.4000882Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:49:06.4001387Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:49:06.4001832Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:49:06.4002260Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:49:06.4002681Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:49:06.4003089Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:49:06.4003779Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:49:06.4004188Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:49:06.4004564Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:49:06.4005099Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:49:06.4005468Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:49:06.4005795Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:49:06.4006144Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:49:06.4006563Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:49:06.4006941Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:49:06.4007349Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:49:06.4007790Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:49:06.4008215Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:49:06.4008625Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:49:06.4009048Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:49:06.4009483Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:49:06.4009883Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:49:06.4010276Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:49:06.4010699Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:49:06.4011170Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:49:06.4011670Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:49:06.4012143Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:49:06.4012679Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:49:06.4013073Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:49:06.4013676Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:49:06.4014081Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:49:06.4014524Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:49:06.4015016Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:49:06.4015516Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:49:06.4016013Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:49:06.4016451Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:49:06.4016854Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:49:06.4017244Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:49:06.4017647Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:49:06.4018048Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:49:06.4018434Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:49:06.4018861Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:49:06.4019284Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:49:06.4019670Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:49:06.4020043Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:49:06.4020450Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:49:06.4020861Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:49:06.4021232Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:49:06.4021604Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:49:06.4022121Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:49:06.4022506Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:49:06.4022858Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:49:06.4023398Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:49:06.4023780Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:49:06.4024143Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:49:06.4024530Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:49:06.4024893Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:49:06.4025269Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:49:06.4025642Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:49:06.4026037Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:49:06.4026441Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:49:06.4026835Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:49:06.4027210Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:49:06.4027588Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:49:06.4027983Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:49:06.4028390Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:49:06.4028728Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:49:06.4029058Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:49:06.4029544Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:49:06.4029902Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:49:06.4030261Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:49:06.4030620Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:49:06.4030972Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:49:06.4031347Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:49:06.4031746Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:49:06.4032188Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:49:06.4032643Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:49:06.4033053Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:49:06.4033749Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:49:06.4034146Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:49:06.4034540Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:49:06.4034944Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:49:06.4035356Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:49:06.4035736Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:49:06.4036120Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:49:06.4036535Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:49:06.4037116Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:49:06.4037896Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:49:06.4038563Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:49:06.4038963Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:49:06.4039534Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:49:06.4039943Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:49:06.4040345Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:49:06.4040758Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:49:06.4041159Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:49:06.4041561Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:49:06.4041941Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:49:06.4042304Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:49:06.4042615Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:49:06.4042945Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:49:06.4043562Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:49:06.4043972Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:49:06.4044370Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:49:06.4044743Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:49:06.4045110Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:49:06.4052613Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:49:06.4053021Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:49:06.4053699Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:49:06.4054202Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:49:06.4054842Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:49:06.4055263Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:49:06.4055657Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:49:06.4056053Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:49:06.4056478Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:49:06.4056906Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:49:06.4057327Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:49:06.4057691Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:49:06.4058052Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:49:06.4058479Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:49:06.4058932Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:49:06.4059347Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:49:06.4059725Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:49:06.4060070Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:49:06.4060469Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:49:06.4060856Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:49:06.4061289Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:49:06.4061782Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:49:06.4062212Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:49:06.4062593Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:49:06.4062945Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:49:06.4063496Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:49:06.4063956Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:49:06.4064607Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:49:06.4065058Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:49:06.4065442Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:49:06.4065914Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:49:06.4066465Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:49:06.4066968Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:49:06.4067406Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:49:06.4067779Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:49:06.4068160Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:49:06.4068583Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:49:06.4069002Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:49:06.4069411Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:49:06.4069802Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:49:06.4070190Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:49:06.4070599Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:49:06.4071018Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:49:06.4071688Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:49:06.4072597Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:49:06.4073026Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:49:06.4073712Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:49:06.4074161Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:49:06.4074644Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:49:06.4075087Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:49:06.4075476Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:49:06.4075857Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:49:06.4076265Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:49:06.4076689Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:49:06.4077078Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:49:06.4077467Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:49:06.4077868Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:49:06.4078296Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:49:06.4078769Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:49:06.4079224Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:49:06.4079633Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:49:06.4080026Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:49:06.4080417Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:49:06.4080804Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:49:06.4081182Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:49:06.4081577Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:49:06.4081967Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:49:06.4082563Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:49:06.4083057Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:49:06.4083732Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:49:06.4084259Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:49:06.4084775Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:49:06.4085281Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:49:06.4085781Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:49:06.4086228Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:49:06.4086602Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:49:06.4086970Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:49:06.4087357Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:49:06.4087742Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:49:06.4088110Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:49:06.4088493Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:49:06.4088880Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:49:06.4089269Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:49:06.4089656Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:49:06.4090186Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:49:06.4090604Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:49:06.4091000Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:49:06.4091428Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:49:06.4091874Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:49:06.4092271Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:49:06.4092650Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:49:06.4093069Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:49:06.4093712Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:49:06.4094079Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:49:06.4094436Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:49:06.4094806Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:49:06.4095200Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:49:06.4095581Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:49:06.4095984Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:49:06.4096354Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:49:06.4096678Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:49:06.4097147Z 	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:49:06.4097678Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:49:06.4098053Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:49:06.4098434Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:49:06.4098812Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:49:06.4099218Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:49:06.4099792Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:49:06.4100222Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:49:06.4100655Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:49:06.4101062Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:49:06.4101460Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:49:06.4101889Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:49:06.4102308Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:49:06.4102704Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:49:06.4103146Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:49:06.4103861Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:49:06.4104382Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:49:06.4104853Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:49:06.4105528Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:49:06.4106015Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:49:06.4106501Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:49:06.4106997Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:49:06.4107408Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:49:06.4107990Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:49:06.4108450Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:49:06.4108870Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:49:06.4109240Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:49:06.4109609Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:49:06.4109994Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:49:06.4110387Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:49:06.4110761Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:49:06.4111123Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:49:06.4111521Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:49:06.4111909Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:49:06.4112287Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:49:06.4112666Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:49:06.4113031Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:49:06.4113653Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:49:06.4114341Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:49:06.4114984Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:49:06.4115620Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:49:06.4116247Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:49:06.4116872Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:49:06.4117523Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:49:06.4118179Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:49:06.4118836Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:49:06.4119504Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:49:06.4120319Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:49:06.4120957Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:49:06.4121726Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:49:06.4122457Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:49:06.4122996Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:49:06.4123633Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:49:06.4124077Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:49:06.4124489Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:49:06.4124864Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:49:06.4125239Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:49:06.4125609Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:49:06.4125910Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:49:06.4126211Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:49:06.4126569Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:49:06.4126925Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:49:06.4127292Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:49:06.4127654Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:49:06.4128006Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:49:06.4128344Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:49:06.4128916Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:49:06.4129345Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:49:06.4129747Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:49:06.4130151Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:49:06.4130544Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:49:06.4130963Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:49:06.4131470Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:49:06.4132103Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:49:06.4132736Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:49:06.4133411Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:49:06.4133894Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:49:06.4134353Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:49:06.4134880Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:49:06.4135510Z 	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:49:06.4136082Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:49:06.4136586Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:49:06.4137040Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:49:06.4137418Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:49:06.4137803Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:49:06.4138176Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:49:06.4138557Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:49:06.4139090Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:49:06.4139486Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:49:06.4139873Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:49:06.4140257Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:49:06.4140646Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:49:06.4141019Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:49:06.4141402Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:49:06.4141776Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:49:06.4142178Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:49:06.4142574Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:49:06.4142997Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:49:06.4143523Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:49:06.4143888Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:49:06.4144292Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:49:06.4144705Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:49:06.4145117Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:49:06.4145556Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:49:06.4145989Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:49:06.4146482Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:49:06.4146865Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:49:06.4147260Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:49:06.4147626Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:49:06.4148010Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:49:06.4148402Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:49:06.4148786Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:49:06.4149176Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:49:06.4149545Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:49:06.4149907Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:49:06.4150466Z 	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:49:06.4151192Z 	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:49:06.4151881Z 	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:49:06.4152549Z 	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:49:06.4153081Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:49:06.4153572Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:49:06.4153944Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:49:06.4154332Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:49:06.4154711Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:49:06.4155077Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:49:06.4155578Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:49:06.4155964Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:49:06.4156342Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:49:06.4156717Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:49:06.4157099Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:49:06.4157478Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:49:06.4157869Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:49:06.4158278Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:49:06.4158679Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:49:06.4159083Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:49:06.4159489Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:49:06.4159888Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:49:06.4160269Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:49:06.4160657Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:49:06.4161034Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:49:06.4161424Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:49:06.4161833Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:49:06.4162232Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:49:06.4162634Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:49:06.4163148Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:49:06.4163761Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:49:06.4164203Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:49:06.4164637Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:49:06.4165040Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:49:06.4165482Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:49:06.4165944Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:49:06.4166355Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:49:06.4166723Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:49:06.4167107Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:49:06.4167514Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:49:06.4167927Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:49:06.4168338Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:49:06.4168720Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:49:06.4169110Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:49:06.4169587Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:49:06.4170065Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:49:06.4170466Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:49:06.4170877Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:49:06.4171341Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:49:06.4171795Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:49:06.4172404Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:49:06.4172897Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:49:06.4173537Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:49:06.4173985Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:49:06.4174391Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:49:06.4174791Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:49:06.4175213Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:49:06.4175602Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:49:06.4175989Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:49:06.4176395Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:49:06.4176839Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:49:06.4177244Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:49:06.4177666Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:49:06.4178064Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:49:06.4178442Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:49:06.4178814Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:49:06.4179172Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:49:06.4179567Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:49:06.4180111Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:49:06.4180665Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:49:06.4181128Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:49:06.4181536Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:49:06.4181976Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:49:06.4182408Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:49:06.4182816Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:49:06.4183323Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:49:06.4183695Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:49:06.4184063Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:49:06.4184463Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:49:06.4184855Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:49:06.4185232Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:49:06.4185567Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:49:06.4185881Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:49:06.4186235Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:49:06.4186746Z 	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:49:06.4187269Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:49:06.4187655Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:49:06.4188029Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:49:06.4188430Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:49:06.4188847Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:49:06.4189778Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:49:06.4190243Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:49:06.4190662Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:49:06.4191078Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:49:06.4191454Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:49:06.4191828Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:49:06.4192195Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:49:06.4192576Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:49:06.4193002Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:49:06.4193539Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:49:06.4193938Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:49:06.4194368Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:49:06.4194813Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:49:06.4195208Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:49:06.4195577Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:49:06.4195932Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:49:06.4196295Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:49:06.4196671Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:49:06.4197059Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:49:06.4197596Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:49:06.4198022Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:49:06.4198494Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:49:06.4198944Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:49:06.4199323Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:49:06.4199710Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:49:06.4200096Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:49:06.4200486Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:49:06.4200871Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:49:06.4201243Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:49:06.4201696Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:49:06.4202192Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:49:06.4202622Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:49:06.4203000Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:49:06.4203602Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:49:06.4204014Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:49:06.4204420Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:49:06.4204799Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:49:06.4205250Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:49:06.4205634Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:49:06.4206003Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:49:06.4206361Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:49:06.4206893Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:49:06.4207320Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:49:06.4207705Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:49:06.4208096Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:49:06.4208540Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:49:06.4208978Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:49:06.4209400Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:49:06.4209796Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:49:06.4210328Z 	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:49:06.4210846Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:49:06.4211293Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:49:06.4211641Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:49:06.4212053Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:49:06.4212483Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:49:06.4213012Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:49:06.4213725Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:49:06.4214355Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:49:06.4215137Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:49:06.4215798Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:49:06.4216441Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:49:06.4217077Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:49:06.4217667Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:49:06.4218163Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:49:06.4218611Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:49:06.4219050Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:49:06.4219489Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:49:06.4219964Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:49:06.4220403Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:49:06.4220789Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:49:06.4221157Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:49:06.4221535Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:49:06.4221920Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:49:06.4222330Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:49:06.4222747Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:49:06.4223110Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:49:06.4223609Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:49:06.4224072Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:49:06.4224682Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:49:06.4225168Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:49:06.4225651Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:49:06.4226134Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:49:06.4226614Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:49:06.4227262Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:49:06.4227817Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:49:06.4228244Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:49:06.4228662Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:49:06.4229078Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:49:06.4229497Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:49:06.4229936Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:49:06.4230369Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:49:06.4230763Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:49:06.4231153Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:49:06.4231534Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:49:06.4231919Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:49:06.4232484Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:49:06.4232934Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:49:06.4233439Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:49:06.4233858Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:49:06.4234284Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:49:06.4234735Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:49:06.4235182Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:49:06.4235616Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:49:06.4236014Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:49:06.4236398Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:49:06.4236795Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:49:06.4237169Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:49:06.4237545Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:49:06.4237953Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:49:06.4238359Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:49:06.4238791Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:49:06.4239266Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:49:06.4239694Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:49:06.4240105Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:49:06.4240507Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:49:06.4240812Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:49:06.4241143Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:49:06.4241522Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:49:06.4242043Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:49:06.4242436Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:49:06.4242832Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:49:06.4243489Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:49:06.4243950Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:49:06.4244371Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:49:06.4244767Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:49:06.4245171Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:49:06.4245728Z 	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:49:06.4246321Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:49:06.4246778Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:49:06.4247221Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:49:06.4247666Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:49:06.4248089Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:49:06.4248494Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:49:06.4248884Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:49:06.4249271Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:49:06.4249790Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:49:06.4250197Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:49:06.4250576Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:49:06.4250965Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:49:06.4251361Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:49:06.4251740Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:49:06.4252153Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:49:06.4252619Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:49:06.4253045Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:49:06.4253562Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:49:06.4253946Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:49:06.4254332Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:49:06.4254717Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:49:06.4255090Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:49:06.4255518Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:49:06.4255973Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:49:06.4256379Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:49:06.4256777Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:49:06.4257173Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:49:06.4257555Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:49:06.4257938Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:49:06.4258325Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:49:06.4258895Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:49:06.4259345Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:49:06.4259794Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:49:06.4260218Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:49:06.4260619Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:49:06.4261027Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:49:06.4261451Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:49:06.4261844Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:49:06.4262209Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:49:06.4262526Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:49:06.4262842Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:49:06.4263311Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:49:06.4263687Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:49:06.4264040Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:49:06.4264410Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:49:06.4264809Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:49:06.4265198Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:49:06.4265566Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:49:06.4265918Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:49:06.4266417Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:49:06.4266818Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:49:06.4267200Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:49:06.4267562Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:49:06.4267917Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:49:06.4268302Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:49:06.4268688Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:49:06.4269037Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:49:06.4269416Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:49:06.4269807Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:49:06.4270196Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:49:06.4270573Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:49:06.4270949Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:49:06.4271342Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:49:06.4271748Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:49:06.4272173Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:49:06.4272580Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:49:06.4272935Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:49:06.4273407Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:49:06.4273755Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:49:06.4274172Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:49:06.4274684Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:49:06.4275154Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:49:06.4275762Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:49:06.4276266Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:49:06.4276734Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:49:06.4277118Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:49:06.4277513Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:49:06.4277900Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:49:06.4278291Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:49:06.4278678Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:49:06.4279062Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:49:06.4279440Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:49:06.4279838Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:49:06.4280292Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:49:06.4280724Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:49:06.4281110Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:49:06.4281513Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:49:06.4281939Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:49:06.4282322Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:49:06.4282793Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:49:06.4283184Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:49:06.4283778Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:49:06.4284208Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:49:06.4284626Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:49:06.4285038Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:49:06.4285363Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:49:06.4285648Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:49:06.4286004Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:49:06.4286489Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:49:06.4286840Z 
2025-08-20T21:49:06.4286844Z 
2025-08-20T21:49:06.4287238Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:49:06 PM)
2025-08-20T21:49:06.4287629Z 
2025-08-20T21:49:06.4287636Z 
2025-08-20T21:49:06.4287640Z 
2025-08-20T21:49:06.4287716Z [+] Continue : YES
2025-08-20T21:49:06.4287835Z 
2025-08-20T21:49:06.4288080Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:49:06.5729826Z 
2025-08-20T21:49:06.5730212Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:49:06 PM) UTC
2025-08-20T21:49:06.5730511Z 
2025-08-20T21:49:06.5749562Z 
2025-08-20T21:49:06.5749952Z [+] Total RECIPES :: 1
2025-08-20T21:49:06.5750152Z 
2025-08-20T21:49:06.5839174Z 
2025-08-20T21:49:06.5840120Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml (1/1)
2025-08-20T21:49:06.5840721Z 
2025-08-20T21:49:06.7393374Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T21:49:06.7406329Z mode of '/tmp/pkgforge/1sh405tsT_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:49:06.7461069Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs [Provided]
2025-08-20T21:49:06.7462912Z [+] Setting '.pkg_family' --> nfs-utils [Provided]
2025-08-20T21:49:06.7477412Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:49:06.7484184Z [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:49:06.7585333Z [00:00:00.010]➜  
2025-08-20T21:49:06.7586597Z [00:00:00.010]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/nfs-utils/static.nixpkgs.stable.yaml) --> /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:49:06 PM) UTC]
2025-08-20T21:49:06.7588171Z [00:00:00.010]➜  
2025-08-20T21:49:06.7588566Z [00:00:00.010]➜  
2025-08-20T21:49:06.7588935Z [00:00:00.010]➜  
2025-08-20T21:49:06.7589451Z [00:00:00.010]➜  ###################################################################
2025-08-20T21:49:06.7598296Z [00:00:00.012]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:49:06.7600098Z [00:00:00.012]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T21:49:06.7601517Z [00:00:00.012]➜  _disabled: false
2025-08-20T21:49:06.7601974Z [00:00:00.012]➜  
2025-08-20T21:49:06.7602399Z [00:00:00.012]➜  pkg: "nfs-utils"
2025-08-20T21:49:06.7602934Z [00:00:00.012]➜  pkg_id: "nixpkgs.nfs-utils"
2025-08-20T21:49:06.7603767Z [00:00:00.012]➜  pkg_type: "static"
2025-08-20T21:49:06.7604268Z [00:00:00.012]➜  category:
2025-08-20T21:49:06.7605116Z [00:00:00.012]➜    - "ConsoleOnly"
2025-08-20T21:49:06.7605627Z [00:00:00.012]➜    - "Utility"
2025-08-20T21:49:06.7606160Z [00:00:00.012]➜  description: 
2025-08-20T21:49:06.7606801Z [00:00:00.012]➜    _default: "Linux NFS client and server utilities"
2025-08-20T21:49:06.7607903Z [00:00:00.012]➜    blkmapd: "pNFS block layout mapping daemon [nfs-utils]"
2025-08-20T21:49:06.7608884Z [00:00:00.012]➜    exportfs: "Maintain table of exported NFS file systems [nfs-utils]"
2025-08-20T21:49:06.7609916Z [00:00:00.012]➜    mount.nfs: "Mount a Network File System [nfs-utils]"
2025-08-20T21:49:06.7610762Z [00:00:00.012]➜    mount.nfs4: "Mount a Network File System (v4) [nfs-utils]"
2025-08-20T21:49:06.7611806Z [00:00:00.012]➜    mountstats: "Display various NFS client per-mount statistics [nfs-utils]"
2025-08-20T21:49:06.7612814Z [00:00:00.012]➜    nfsconf: "Query various NFS configuration settings [nfs-utils]"
2025-08-20T21:49:06.7613852Z [00:00:00.012]➜    nfsdcld: "NFSv4 Client Tracking Daemon [nfs-utils]"
2025-08-20T21:49:06.7614748Z [00:00:00.012]➜    nfsdclddb: "Tool for manipulating the nfsdcld sqlite database [nfs-utils]"
2025-08-20T21:49:06.7615817Z [00:00:00.012]➜    nfsdclnts: "Print various nfs client information for knfsd server [nfs-utils]"
2025-08-20T21:49:06.7616869Z [00:00:00.012]➜    nfsdcltrack: "NFSv4 Client Tracking Callout Program [nfs-utils]"
2025-08-20T21:49:06.7617769Z [00:00:00.012]➜    nfsidmap: "The NFS idmapper upcall program [nfs-utils]"
2025-08-20T21:49:06.7618813Z [00:00:00.012]➜    nfsiostat: "Emulate iostat for NFS mount points using /proc/self/mountstats [nfs-utils]"
2025-08-20T21:49:06.7619768Z [00:00:00.012]➜    nfsstat: "List NFS statistics [nfs-utils]"
2025-08-20T21:49:06.7620527Z [00:00:00.012]➜    rpcctl: "Display SunRPC connection information [nfs-utils]"
2025-08-20T21:49:06.7621397Z [00:00:00.012]➜    rpcdebug: "Set/Clear NFS and RPC kernel debug flags [nfs-utils]"
2025-08-20T21:49:06.7621865Z [00:00:00.012]➜    rpc.gssd: "RPCSEC_GSS daemon [nfs-utils]"
2025-08-20T21:49:06.7622301Z [00:00:00.012]➜    rpc.idmapd: "NFSv4 ID <-> Name Mapper daemon [nfs-utils]"
2025-08-20T21:49:06.7622713Z [00:00:00.012]➜    rpc.mountd: "NFS mount daemon [nfs-utils]"
2025-08-20T21:49:06.7623121Z [00:00:00.012]➜    rpc.nfsd: "NFS server process daemon [nfs-utils]"
2025-08-20T21:49:06.7623749Z [00:00:00.012]➜    rpc.statd: "NSM service daemon [nfs-utils]"
2025-08-20T21:49:06.7624164Z [00:00:00.012]➜    rpc.svcgssd: "Server-side rpcsec_gss daemon [nfs-utils]"
2025-08-20T21:49:06.7624825Z [00:00:00.012]➜    showmount: "Show mount information for an NFS server [nfs-utils]"
2025-08-20T21:49:06.7625336Z [00:00:00.012]➜    sm-notify: "Send reboot notifications to NFS peers [nfs-utils]"
2025-08-20T21:49:06.7625796Z [00:00:00.012]➜    start-statd: "Script to start statd [nfs-utils]"
2025-08-20T21:49:06.7626220Z [00:00:00.012]➜    umount.nfs: "Unmount a Network File System [nfs-utils]"
2025-08-20T21:49:06.7626681Z [00:00:00.012]➜    umount.nfs4: "Unmount a Network File System (v4) [nfs-utils]"
2025-08-20T21:49:06.7627045Z [00:00:00.012]➜  distro_pkg:
2025-08-20T21:49:06.7627291Z [00:00:00.012]➜    alpine:
2025-08-20T21:49:06.7627542Z [00:00:00.012]➜      - "nfs-utils"
2025-08-20T21:49:06.7627803Z [00:00:00.012]➜    debian:
2025-08-20T21:49:06.7628055Z [00:00:00.012]➜      - "nfs-utils"
2025-08-20T21:49:06.7628309Z [00:00:00.012]➜    nixpkgs:
2025-08-20T21:49:06.7628553Z [00:00:00.012]➜      - "nfs-utils"
2025-08-20T21:49:06.7628812Z [00:00:00.012]➜  homepage:
2025-08-20T21:49:06.7629162Z [00:00:00.012]➜    - "https://git.linux-nfs.org/%3Fp=steved/nfs-utils.git"
2025-08-20T21:49:06.7629555Z [00:00:00.012]➜    - "https://linux-nfs.org"
2025-08-20T21:49:06.7629937Z [00:00:00.012]➜    - "https://sourceforge.net/projects/nfs"
2025-08-20T21:49:06.7630250Z [00:00:00.012]➜  license:
2025-08-20T21:49:06.7630476Z [00:00:00.012]➜    - "GPL"
2025-08-20T21:49:06.7630710Z [00:00:00.012]➜  maintainer:
2025-08-20T21:49:06.7631274Z [00:00:00.012]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:49:06.7631835Z [00:00:00.012]➜  note:
2025-08-20T21:49:06.7632358Z [00:00:00.012]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:49:06.7633959Z [00:00:00.012]➜    - "Built Using Nix. Check/Report @ https://github.com/NixOS/nixpkgs"  
2025-08-20T21:49:06.7634944Z [00:00:00.012]➜  provides:
2025-08-20T21:49:06.7635409Z [00:00:00.012]➜    - "blkmapd"
2025-08-20T21:49:06.7635842Z [00:00:00.012]➜    - "exportfs"
2025-08-20T21:49:06.7636322Z [00:00:00.012]➜    - "mount.nfs"
2025-08-20T21:49:06.7636799Z [00:00:00.012]➜    - "mount.nfs4"
2025-08-20T21:49:06.7637249Z [00:00:00.012]➜    - "mountstats"
2025-08-20T21:49:06.7637691Z [00:00:00.012]➜    - "nfsconf"
2025-08-20T21:49:06.7638114Z [00:00:00.012]➜    - "nfsdcld"
2025-08-20T21:49:06.7638547Z [00:00:00.012]➜    - "nfsdclddb"
2025-08-20T21:49:06.7639021Z [00:00:00.012]➜    - "nfsdclnts"
2025-08-20T21:49:06.7639464Z [00:00:00.012]➜    - "nfsdcltrack"
2025-08-20T21:49:06.7639923Z [00:00:00.012]➜    - "nfsidmap"
2025-08-20T21:49:06.7640373Z [00:00:00.012]➜    - "nfsiostat"
2025-08-20T21:49:06.7640828Z [00:00:00.012]➜    - "nfsstat"
2025-08-20T21:49:06.7641258Z [00:00:00.012]➜    - "rpcctl"
2025-08-20T21:49:06.7641719Z [00:00:00.012]➜    - "rpcdebug"
2025-08-20T21:49:06.7642176Z [00:00:00.012]➜    - "rpc.gssd"
2025-08-20T21:49:06.7642629Z [00:00:00.012]➜    - "rpc.idmapd"
2025-08-20T21:49:06.7643089Z [00:00:00.012]➜    - "rpc.mountd"
2025-08-20T21:49:06.7643780Z [00:00:00.012]➜    - "rpc.nfsd"
2025-08-20T21:49:06.7644249Z [00:00:00.012]➜    - "rpc.statd"
2025-08-20T21:49:06.7644723Z [00:00:00.012]➜    - "rpc.svcgssd"
2025-08-20T21:49:06.7645210Z [00:00:00.012]➜    - "showmount"
2025-08-20T21:49:06.7645679Z [00:00:00.012]➜    - "sm-notify"
2025-08-20T21:49:06.7646148Z [00:00:00.012]➜    - "start-statd"
2025-08-20T21:49:06.7646625Z [00:00:00.012]➜    - "umount.nfs"
2025-08-20T21:49:06.7647101Z [00:00:00.012]➜    - "umount.nfs4"
2025-08-20T21:49:06.7647556Z [00:00:00.012]➜  repology:
2025-08-20T21:49:06.7647994Z [00:00:00.012]➜    - "nfs-utils"
2025-08-20T21:49:06.7648442Z [00:00:00.012]➜  src_url:
2025-08-20T21:49:06.7649117Z [00:00:00.012]➜    - "https://git.linux-nfs.org/%3Fp=steved/nfs-utils.git"
2025-08-20T21:49:06.7649741Z [00:00:00.012]➜  tag:
2025-08-20T21:49:06.7650137Z [00:00:00.012]➜    - "nfs"
2025-08-20T21:49:06.7650562Z [00:00:00.012]➜  x_exec:
2025-08-20T21:49:06.7651017Z [00:00:00.012]➜    bsys: "host://nix"
2025-08-20T21:49:06.7651977Z [00:00:00.012]➜    host:
2025-08-20T21:49:06.7652691Z [00:00:00.012]➜      - "aarch64-Linux"
2025-08-20T21:49:06.7653377Z [00:00:00.012]➜      - "riscv64-Linux"
2025-08-20T21:49:06.7653915Z [00:00:00.012]➜      - "x86_64-Linux"
2025-08-20T21:49:06.7654412Z [00:00:00.012]➜    shell: "bash"
2025-08-20T21:49:06.7654878Z [00:00:00.012]➜    pkgver: |
2025-08-20T21:49:06.7656952Z [00:00:00.012]➜      nix derivation show "nixpkgs#nfs-utils" --impure --refresh --quiet 1>&1 2>/dev/null | sed -n '/^[[:space:]]*{/,$p' | jq -r '.. | objects | (select(has("version")).version, (select(has("env")) | select(.env.__json != null) | .env.__json | fromjson | select(has("version")).version) | select(.))' | tr -d '"'\''[:space:]'
2025-08-20T21:49:06.7658813Z [00:00:00.012]➜    run: |
2025-08-20T21:49:06.7659229Z [00:00:00.012]➜      #Build
2025-08-20T21:49:06.7660522Z [00:00:00.012]➜       echo -e "\n" ; nix-instantiate --eval --expr "builtins.toJSON (with import <nixpkgs> {}; ${PKG}.meta)" --quiet 2>/dev/null | jq -r fromjson 2>/dev/null ; echo -e "\n"
2025-08-20T21:49:06.7662619Z [00:00:00.012]➜       nix-build '<nixpkgs>' --impure --attr "pkgsStatic.nfs-utils" --cores "$(($(nproc)+1))" --max-jobs "$(($(nproc)+1))" --log-format bar-with-logs --out-link "${SBUILD_TMPDIR}/nixbuild"
2025-08-20T21:49:06.7665013Z [00:00:00.012]➜       find -L "$(find "${SBUILD_TMPDIR}" -maxdepth 1 -type d -o -type l -exec realpath "{}" \; | grep -Ev '^\.$' | head -n 1)" | sort | awk -F/ '{indent=""; for (i=2; i<NF; i++) indent=indent " "; print (NF>1 ? indent "--> " $NF : $NF)}'
2025-08-20T21:49:06.7666284Z [00:00:00.012]➜      #Fix Perms
2025-08-20T21:49:06.7667161Z [00:00:00.012]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type d -o -type l -exec realpath "{}" \; | grep -Ev '^\.$' |\
2025-08-20T21:49:06.7668193Z [00:00:00.012]➜       xargs -I{} find -L "{}" -type d -iregex ".*\(bin\|exec\).*" | \
2025-08-20T21:49:06.7669307Z [00:00:00.012]➜       xargs -I{} sudo rsync -achLv --no-relative "{}/." "${SBUILD_TMPDIR}/."
2025-08-20T21:49:06.7670390Z [00:00:00.012]➜       sudo chown -R "$(whoami):$(whoami)" "${SBUILD_TMPDIR}" && chmod -R 755 "${SBUILD_TMPDIR}"
2025-08-20T21:49:06.7671238Z [00:00:00.012]➜      #Fix Shell Scripts
2025-08-20T21:49:06.7672163Z [00:00:00.012]➜       find "${SBUILD_TMPDIR}" -type f -iregex '.*\.\(bin\|pl\)$' -exec bash -c 'mv -fv "$1" "${1%.*}"' _ "{}" \;
2025-08-20T21:49:06.7673864Z [00:00:00.012]➜       find "${SBUILD_TMPDIR}" -type f \( -name "*.sh" -o -exec sh -c 'file -i "$1" | grep -qiv "application/.*executable"' sh {} \; \) -print0 | xargs -0 -I {} sh -c '
2025-08-20T21:49:06.7675116Z [00:00:00.012]➜             sed "s|^#!/nix/store/.*/bin/sh|#!/bin/sh|" -i "{}" 2>/dev/null
2025-08-20T21:49:06.7676031Z [00:00:00.012]➜             sed "s|/nix/store[^ ]*/bin/\([^ ]*\)|/usr/local/bin/\1|g" -i "{}" 2>/dev/null
2025-08-20T21:49:06.7676947Z [00:00:00.012]➜             sed "s|/nix/store/[^/]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T21:49:06.7677905Z [00:00:00.012]➜             sed "s|/nix/store[^/ ]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T21:49:06.7678703Z [00:00:00.012]➜             sed "s|/nix/store[^ \"'\'']*|/|g" -i "{}" 2>/dev/null
2025-08-20T21:49:06.7679278Z [00:00:00.012]➜         '
2025-08-20T21:49:06.7679688Z [00:00:00.012]➜      #Copy
2025-08-20T21:49:06.7681221Z [00:00:00.012]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei 'application/.*executable|text/x-perl|text/.*script' | cut -d":" -f1 | xargs realpath | sort -u | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:49:06.7683533Z [00:00:00.012]➜       ( askalono --format "json" crawl --follow "${SBUILD_TMPDIR}" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "${SBUILD_OUTDIR}/LICENSE" ) 2>/dev/null
2025-08-20T21:49:06.7684620Z [00:00:00.012]➜  
2025-08-20T21:49:06.7685148Z [00:00:00.012]➜  ###################################################################
2025-08-20T21:49:06.7685676Z [00:00:00.012]➜  
2025-08-20T21:49:06.7686019Z [00:00:00.012]➜  
2025-08-20T21:49:06.7686362Z [00:00:00.012]➜  
2025-08-20T21:49:06.7687530Z [00:00:00.014]➜  '/tmp/pkgforge/1sh405tsT_build.yaml' -> '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:49:09.4713880Z [00:00:02.723]➜  '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/nfs-utils.static.version' -> '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/nfs-utils.version'
2025-08-20T21:49:09.4773928Z [00:00:02.729]➜  [+] Version: 2.7.1 ('.x_exec.pkgver') [/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/nfs-utils.static.version]
2025-08-20T21:49:09.5034701Z [00:00:02.755]➜  [+] Progs: blkmapd exportfs mount.nfs mount.nfs4 mountstats nfs-utils nfsconf nfsdcld nfsdclddb nfsdclnts nfsdcltrack nfsidmap nfsiostat nfsstat rpc.gssd rpc.idmapd rpc.mountd rpc.nfsd rpc.statd rpc.svcgssd rpcctl rpcdebug showmount sm-notify start-statd umount.nfs umount.nfs4
2025-08-20T21:49:20.5717045Z [00:00:13.823]➜  
2025-08-20T21:49:20.5717423Z [00:00:13.823]➜  [-] Missing packages. Found: 
2025-08-20T21:49:20.5718727Z [00:00:13.823]➜  [+] Expected: blkmapd exportfs mount.nfs mount.nfs4 mountstats nfs-utils nfsconf nfsdcld nfsdclddb nfsdclnts nfsdcltrack nfsidmap nfsiostat nfsstat rpc.gssd rpc.idmapd rpc.mountd rpc.nfsd rpc.statd rpc.svcgssd rpcctl rpcdebug showmount sm-notify start-statd umount.nfs umount.nfs4
2025-08-20T21:49:20.5719888Z [00:00:13.823]➜  [+] Continuing with build...
2025-08-20T21:49:20.5720182Z [00:00:13.823]➜  
2025-08-20T21:49:21.9544139Z [00:00:15.206]➜  
2025-08-20T21:49:21.9544447Z [00:00:15.206]➜  
2025-08-20T21:49:21.9637076Z [00:00:15.215]➜  + echo -e '\n'
2025-08-20T21:49:21.9637472Z [00:00:15.215]➜  
2025-08-20T21:49:21.9637768Z [00:00:15.215]➜  
2025-08-20T21:49:21.9645625Z [00:00:15.216]➜  + nix-instantiate --eval --expr 'builtins.toJSON (with import <nixpkgs> {}; nfs-utils.meta)' --quiet
2025-08-20T21:49:21.9646979Z [00:00:15.216]➜  + jq -r fromjson
2025-08-20T21:49:22.1566324Z [00:00:15.408]➜  {
2025-08-20T21:49:22.1567527Z [00:00:15.408]➜    "available": true,
2025-08-20T21:49:22.1568043Z [00:00:15.408]➜    "broken": false,
2025-08-20T21:49:22.1568672Z [00:00:15.408]➜    "description": "Linux user-space NFS utilities",
2025-08-20T21:49:22.1569358Z [00:00:15.408]➜    "homepage": "https://linux-nfs.org/",
2025-08-20T21:49:22.1569851Z [00:00:15.408]➜    "insecure": false,
2025-08-20T21:49:22.1570266Z [00:00:15.408]➜    "license": {
2025-08-20T21:49:22.1570661Z [00:00:15.408]➜      "deprecated": false,
2025-08-20T21:49:22.1571075Z [00:00:15.408]➜      "free": true,
2025-08-20T21:49:22.1571603Z [00:00:15.408]➜      "fullName": "GNU General Public License v2.0 or later",
2025-08-20T21:49:22.1572166Z [00:00:15.408]➜      "redistributable": true,
2025-08-20T21:49:22.1572655Z [00:00:15.408]➜      "shortName": "gpl2Plus",
2025-08-20T21:49:22.1573160Z [00:00:15.408]➜      "spdxId": "GPL-2.0-or-later",
2025-08-20T21:49:22.1574046Z [00:00:15.408]➜      "url": "https://spdx.org/licenses/GPL-2.0-or-later.html"
2025-08-20T21:49:22.1574564Z [00:00:15.408]➜    },
2025-08-20T21:49:22.1575655Z [00:00:15.408]➜    "longDescription": "This package contains various Linux user-space Network File\nSystem (NFS) utilities, including RPC `mount' and `nfs'\ndaemons.\n",
2025-08-20T21:49:22.1576755Z [00:00:15.408]➜    "maintainers": [
2025-08-20T21:49:22.1577197Z [00:00:15.408]➜      {
2025-08-20T21:49:22.1577568Z [00:00:15.408]➜        "email": "ab@fmap.me",
2025-08-20T21:49:22.1578014Z [00:00:15.408]➜        "github": "abbradar",
2025-08-20T21:49:22.1578467Z [00:00:15.408]➜        "githubId": 1174810,
2025-08-20T21:49:22.1578940Z [00:00:15.408]➜        "name": "Nikolay Amiantov"
2025-08-20T21:49:22.1579405Z [00:00:15.408]➜      }
2025-08-20T21:49:22.1579764Z [00:00:15.408]➜    ],
2025-08-20T21:49:22.1580194Z [00:00:15.408]➜    "maintainersPosition": {
2025-08-20T21:49:22.1580699Z [00:00:15.408]➜      "column": 5,
2025-08-20T21:49:22.1581659Z [00:00:15.408]➜      "file": "/nix/store/0nhqsm3lzxj71a9asqy05l1v9y7pqfc1-source/pkgs/by-name/nf/nfs-utils/package.nix",
2025-08-20T21:49:22.1582455Z [00:00:15.408]➜      "line": 198
2025-08-20T21:49:22.1583101Z [00:00:15.409]➜    },
2025-08-20T21:49:22.1583702Z [00:00:15.409]➜    "name": "nfs-utils-2.7.1",
2025-08-20T21:49:22.1584195Z [00:00:15.409]➜    "outputsToInstall": [
2025-08-20T21:49:22.1584635Z [00:00:15.409]➜      "out",
2025-08-20T21:49:22.1585008Z [00:00:15.409]➜      "man"
2025-08-20T21:49:22.1585369Z [00:00:15.409]➜    ],
2025-08-20T21:49:22.1585733Z [00:00:15.409]➜    "platforms": [
2025-08-20T21:49:22.1586179Z [00:00:15.409]➜      "aarch64-linux",
2025-08-20T21:49:22.1624290Z [00:00:15.414]➜      "armv5tel-linux",
2025-08-20T21:49:22.1625334Z [00:00:15.414]➜      "armv6l-linux",
2025-08-20T21:49:22.1625857Z [00:00:15.414]➜      "armv7a-linux",
2025-08-20T21:49:22.1626321Z [00:00:15.414]➜      "armv7l-linux",
2025-08-20T21:49:22.1626769Z [00:00:15.414]➜      "i686-linux",
2025-08-20T21:49:22.1627219Z [00:00:15.414]➜      "loongarch64-linux",
2025-08-20T21:49:22.1627675Z [00:00:15.414]➜      "m68k-linux",
2025-08-20T21:49:22.1628164Z [00:00:15.414]➜      "microblaze-linux",
2025-08-20T21:49:22.1628586Z [00:00:15.414]➜      "microblazeel-linux",
2025-08-20T21:49:22.1628889Z [00:00:15.414]➜      "mips-linux",
2025-08-20T21:49:22.1629170Z [00:00:15.414]➜      "mips64-linux",
2025-08-20T21:49:22.1629459Z [00:00:15.414]➜      "mips64el-linux",
2025-08-20T21:49:22.1629749Z [00:00:15.414]➜      "mipsel-linux",
2025-08-20T21:49:22.1630248Z [00:00:15.414]➜      "powerpc64-linux",
2025-08-20T21:49:22.1630779Z [00:00:15.414]➜      "powerpc64le-linux",
2025-08-20T21:49:22.1631248Z [00:00:15.414]➜      "riscv32-linux",
2025-08-20T21:49:22.1631537Z [00:00:15.414]➜      "riscv64-linux",
2025-08-20T21:49:22.1631825Z [00:00:15.414]➜      "s390-linux",
2025-08-20T21:49:22.1632097Z [00:00:15.414]➜      "s390x-linux",
2025-08-20T21:49:22.1632368Z [00:00:15.414]➜      "x86_64-linux"
2025-08-20T21:49:22.1632624Z [00:00:15.414]➜    ],
2025-08-20T21:49:22.1633684Z [00:00:15.414]➜    "position": "/nix/store/0nhqsm3lzxj71a9asqy05l1v9y7pqfc1-source/pkgs/by-name/nf/nfs-utils/package.nix:187",
2025-08-20T21:49:22.1634335Z [00:00:15.414]➜    "unfree": false,
2025-08-20T21:49:22.1634636Z [00:00:15.414]➜    "unsupported": false
2025-08-20T21:49:22.1634914Z [00:00:15.414]➜  }
2025-08-20T21:49:22.1635153Z [00:00:15.414]➜  + echo -e '\n'
2025-08-20T21:49:22.1635403Z [00:00:15.414]➜  
2025-08-20T21:49:22.1635612Z [00:00:15.414]➜  
2025-08-20T21:49:22.1635828Z [00:00:15.415]➜  ++ nproc
2025-08-20T21:49:22.1648325Z [00:00:15.417]➜  ++ nproc
2025-08-20T21:49:22.1661969Z [00:00:15.418]➜  + nix-build '<nixpkgs>' --impure --attr pkgsStatic.nfs-utils --cores 5 --max-jobs 5 --log-format bar-with-logs --out-link /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/nixbuild
2025-08-20T21:49:24.9250989Z [00:00:18.177]➜  these 92 derivations will be built:
2025-08-20T21:49:24.9256112Z [00:00:18.177]➜    /nix/store/yrl52kans75s8x1snqvj91nhb0lkcz4d-libnl-static-x86_64-unknown-linux-musl-3.11.0.drv
2025-08-20T21:49:24.9257733Z [00:00:18.177]➜    /nix/store/0dzg2awrhspgjd2yshng6vkpyynmj8a8-libpcap-static-x86_64-unknown-linux-musl-1.10.5.drv
2025-08-20T21:49:24.9259661Z [00:00:18.177]➜    /nix/store/0vanbyaazbrl3zlghjdan7fy1nzjrmvn-xorgproto-static-x86_64-unknown-linux-musl-2024.1.drv
2025-08-20T21:49:24.9261521Z [00:00:18.177]➜    /nix/store/azfjlda28sr5p5xx59lvjsjj8n9krcdf-libgpg-error-static-x86_64-unknown-linux-musl-1.55.drv
2025-08-20T21:49:24.9263170Z [00:00:18.177]➜    /nix/store/3jqhifahpimhbqh2yl3cagawvdhn9w9f-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1.drv
2025-08-20T21:49:24.9265007Z [00:00:18.177]➜    /nix/store/12rwp91ji870db6rxxrk561vh28j55wr-libmicrohttpd-static-x86_64-unknown-linux-musl-1.0.1.drv
2025-08-20T21:49:24.9266682Z [00:00:18.177]➜    /nix/store/nwixv4pj36fxck6l97rvfnq3dvi316qi-cmocka-static-x86_64-unknown-linux-musl-1.1.7.drv
2025-08-20T21:49:24.9268342Z [00:00:18.177]➜    /nix/store/1ap20psq0zdfqlaj6dgrs08pmdxx5q6c-libcbor-static-x86_64-unknown-linux-musl-0.12.0.drv
2025-08-20T21:49:24.9269912Z [00:00:18.177]➜    /nix/store/1azkamgr46qsai5pg6q7wilzh05z6nj0-keyutils-static-x86_64-unknown-linux-musl-1.6.3.drv
2025-08-20T21:49:24.9271322Z [00:00:18.177]➜    /nix/store/1ymzhvqwhabm2ysnhxsp94ih601ya4wp-musl-getservbyport.patch.drv
2025-08-20T21:49:24.9272719Z [00:00:18.177]➜    /nix/store/2khvkai8nkgkfmy65yfdpg9hbrkh591n-compat-netbsd-filtered-src.drv
2025-08-20T21:49:24.9274229Z [00:00:18.177]➜    /nix/store/34p5id4wrja4dwra1ib54d24833zlpnx-libaio-static-x86_64-unknown-linux-musl-0.3.113.drv
2025-08-20T21:49:24.9275639Z [00:00:18.177]➜    /nix/store/3k5d9njx4m1rzrkvs8jrmzk7v8f2ww3z-libXau-static-x86_64-unknown-linux-musl-1.0.12.drv
2025-08-20T21:49:24.9276909Z [00:00:18.177]➜    /nix/store/3zr8wgjxzfyk1cg9k223j7hk6r5vfcy5-musl-svcgssd-sysconf.patch.drv
2025-08-20T21:49:24.9277720Z [00:00:18.177]➜    /nix/store/4nqpqnsfvgpm6d11skg6h152pvl1ldkf-libpthread-stubs-static-x86_64-unknown-linux-musl-0.5.drv
2025-08-20T21:49:24.9278788Z [00:00:18.177]➜    /nix/store/5h5nj52jnnb9zy8w07pnz569ck3h12sk-libtpms-static-x86_64-unknown-linux-musl-0.10.1.drv
2025-08-20T21:49:24.9279519Z [00:00:18.177]➜    /nix/store/cdqnicp85zhkfkwb97ykwn5r5w33nm98-fix-blkdeactivate.patch.drv
2025-08-20T21:49:24.9280251Z [00:00:18.177]➜    /nix/store/5l217fh8a806qgx53pn7m1q9yf35v4j6-lvm2-static-x86_64-unknown-linux-musl-2.03.33.drv
2025-08-20T21:49:24.9281678Z [00:00:18.177]➜    /nix/store/5q30nwzsp75k309ccmgc99qyby38rn79-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47.drv
2025-08-20T21:49:24.9283502Z [00:00:18.177]➜    /nix/store/mh6pgvbx0j91zc223r9a3bd46ywwvx3q-audit-static-x86_64-unknown-linux-musl-4.1.0.drv
2025-08-20T21:49:24.9284954Z [00:00:18.177]➜    /nix/store/s1j8q17dlw2xxapjjvnzzch1b6bb51nh-db-static-x86_64-unknown-linux-musl-4.8.30.drv
2025-08-20T21:49:24.9286469Z [00:00:18.177]➜    /nix/store/fz7nlq17a4vnmiwsw9b9l1889fmczgza-linux-pam-static-x86_64-unknown-linux-musl-1.6.1.drv
2025-08-20T21:49:24.9288041Z [00:00:18.177]➜    /nix/store/q78nqv3bvn9m4zdyp4kvskyzg0kjg0c8-libmd-static-x86_64-unknown-linux-musl-1.1.0.drv
2025-08-20T21:49:24.9289592Z [00:00:18.178]➜    /nix/store/y5i410pb23a6qmw5qcspr25ics3bhydl-libbsd-static-x86_64-unknown-linux-musl-0.12.2.drv
2025-08-20T21:49:24.9291235Z [00:00:18.178]➜    /nix/store/5q6jwlmzb5h4pwrg6ivwv1v1a07qzxz3-shadow-static-x86_64-unknown-linux-musl-4.17.4.drv
2025-08-20T21:49:24.9292723Z [00:00:18.178]➜    /nix/store/ab95wcgv3fv7z4h2ijvyv8fs1p0nfnvv-db-static-x86_64-unknown-linux-musl-5.3.28.drv
2025-08-20T21:49:24.9294469Z [00:00:18.178]➜    /nix/store/nkkpqydv7dfjb8321b24wjplcp8c28l5-libedit-static-x86_64-unknown-linux-musl-20250104-3.1.drv
2025-08-20T21:49:24.9295959Z [00:00:18.178]➜    /nix/store/r1yv51xbmq2y5dici8gwja4994hfnwwz-krb5-static-x86_64-unknown-linux-musl-1.21.3.drv
2025-08-20T21:49:24.9297463Z [00:00:18.178]➜    /nix/store/6v9k97ym5x9svh9kgw197zs9dkp0gj22-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28.drv
2025-08-20T21:49:24.9299022Z [00:00:18.178]➜    /nix/store/6x8ni4sshmkaj104fffwzwk4a2pa432q-json-c-static-x86_64-unknown-linux-musl-0.18.drv
2025-08-20T21:49:24.9300367Z [00:00:18.178]➜    /nix/store/a3xljm7li4wnal13m4cgqwzy5brxnszj-getent-netbsd-filtered-src.drv
2025-08-20T21:49:24.9301738Z [00:00:18.178]➜    /nix/store/vra5dlf1nbm64c6pzyp385581x4yqq00-compat-netbsd-static-x86_64-unknown-linux-musl-9.2.drv
2025-08-20T21:49:24.9303764Z [00:00:18.178]➜    /nix/store/79n97m3yff671hjbp9zzz2z2xn7vnw7x-getent-netbsd-static-x86_64-unknown-linux-musl-9.2.drv
2025-08-20T21:49:24.9305335Z [00:00:18.178]➜    /nix/store/7i6d7cv1zmnhdw4dw9lj1lpvmiq9jffl-gnutar-static-x86_64-unknown-linux-musl-1.35.drv
2025-08-20T21:49:24.9306698Z [00:00:18.178]➜    /nix/store/w105vhkjcamh9rim5p7l4b3mlj95353y-file-static-x86_64-unknown-linux-musl-5.45.drv
2025-08-20T21:49:24.9308186Z [00:00:18.178]➜    /nix/store/hvipzma0pwkwqs6q3x2ybd8qg1y01r1v-libtool-static-x86_64-unknown-linux-musl-2.5.4.drv
2025-08-20T21:49:24.9309734Z [00:00:18.178]➜    /nix/store/7nr713hid9y48y02sw1ilq262m23wkcp-openldap-static-x86_64-unknown-linux-musl-2.6.9.drv
2025-08-20T21:49:24.9310955Z [00:00:18.178]➜    /nix/store/ppqrk71yfap69l7wnh6ds4fc79l73c8f-go-1.24.5.drv
2025-08-20T21:49:24.9312143Z [00:00:18.178]➜    /nix/store/8vj57zh7lxkg04mgxqc9aqmy94kfn1vd-libcap-static-x86_64-unknown-linux-musl-2.76.drv
2025-08-20T21:49:24.9313829Z [00:00:18.178]➜    /nix/store/b1g8xvs4w9597ar7nlyr0cq4f6p80kw7-libtirpc-static-x86_64-unknown-linux-musl-1.3.6.drv
2025-08-20T21:49:24.9315312Z [00:00:18.178]➜    /nix/store/r6hf51azas1lhgwqfgmpwygklk666a9b-libnsl-static-x86_64-unknown-linux-musl-2.0.1.drv
2025-08-20T21:49:24.9316933Z [00:00:18.178]➜    /nix/store/b9qk6pvp7bvmrsyfn5rngypn3mqnqdkq-tcp-wrappers-static-x86_64-unknown-linux-musl-7.6.q-33.drv
2025-08-20T21:49:24.9318410Z [00:00:18.178]➜    /nix/store/bcnxbczhc2cy90a45hrhznif0z67af1q-kmod-static-x86_64-unknown-linux-musl-31.drv
2025-08-20T21:49:24.9319841Z [00:00:18.178]➜    /nix/store/9y30zfg7xal0mg6vh33plyvd8hkb3mx1-mailcap-static-x86_64-unknown-linux-musl-2.1.54.drv
2025-08-20T21:49:24.9320885Z [00:00:18.178]➜    /nix/store/lyvnkz410mlkb00jyiwh807ngf6npf9j-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1.drv
2025-08-20T21:49:24.9321705Z [00:00:18.178]➜    /nix/store/vvs9i437kpgvv71bk6blinkji4ngqbd6-gdbm-static-x86_64-unknown-linux-musl-1.25.drv
2025-08-20T21:49:24.9322512Z [00:00:18.178]➜    /nix/store/iq7dvwchh6xmcikl6yac5hr225isxc8k-python3-static-x86_64-unknown-linux-musl-3.13.5.drv
2025-08-20T21:49:24.9323786Z [00:00:18.178]➜    /nix/store/jxr0ngz7y9gp56rn578aprhvm3qk9vli-nfs-utils-2.7.1-define_macros_for_musl.patch.drv
2025-08-20T21:49:24.9325186Z [00:00:18.178]➜    /nix/store/k27km06646yai1gyrnspr14ha5l1rpm4-musl-fix_long_unsigned_int.patch.drv
2025-08-20T21:49:24.9326606Z [00:00:18.178]➜    /nix/store/kg08zkrl2c596sc5kva4msj3drin8k84-util-linux-static-x86_64-unknown-linux-musl-2.41.drv
2025-08-20T21:49:24.9327904Z [00:00:18.178]➜    /nix/store/qhahqhf2rvizm665n378lzzliqbcgbah-rpcsvc-proto-1.4.4.drv
2025-08-20T21:49:24.9329298Z [00:00:18.178]➜    /nix/store/8kfbs10lnwk771w9rgiblfnz058g0jw2-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0.drv
2025-08-20T21:49:24.9330952Z [00:00:18.178]➜    /nix/store/l6lb5xxkfcvd4pjiwna87imvrfabgkdh-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3.drv
2025-08-20T21:49:24.9332540Z [00:00:18.178]➜    /nix/store/n8d61hr7hrfxv0qzmvaqs4rsvf3kdrh0-elfutils-static-x86_64-unknown-linux-musl-0.193.drv
2025-08-20T21:49:24.9334334Z [00:00:18.178]➜    /nix/store/a2gh7zv0i3csq7aw4alah5ll3h7b1v5x-libbpf-static-x86_64-unknown-linux-musl-1.5.1.drv
2025-08-20T21:49:24.9335821Z [00:00:18.178]➜    /nix/store/ajd8wipy55a71x3ypvqi3k623dvddr8h-lz4-static-x86_64-unknown-linux-musl-1.10.0.drv
2025-08-20T21:49:24.9337301Z [00:00:18.178]➜    /nix/store/pp9wf668g7i5pkmq7qkbdbh0jh7rpzkv-uthash-static-x86_64-unknown-linux-musl-2.3.0.drv
2025-08-20T21:49:24.9338863Z [00:00:18.178]➜    /nix/store/b3kh45ak348jxrhv2xznbsniyjkd1s3d-tpm2-tss-static-x86_64-unknown-linux-musl-4.1.3.drv
2025-08-20T21:49:24.9340175Z [00:00:18.178]➜    /nix/store/bpaaswk98j2r9w6haaqhrpg074hm1y2d-auto-patchelf-hook.drv
2025-08-20T21:49:24.9341548Z [00:00:18.178]➜    /nix/store/bs3n257zf3s1b7ljgi6nyh8qy54gicik-libapparmor-static-x86_64-unknown-linux-musl-4.1.1.drv
2025-08-20T21:49:24.9343115Z [00:00:18.178]➜    /nix/store/bxcaaw4gph8qccz0nsb2bqzp2dvnycnq-qrencode-static-x86_64-unknown-linux-musl-4.1.1.drv
2025-08-20T21:49:24.9345149Z [00:00:18.178]➜    /nix/store/irhf0sggch78fasvvbxrqfpnpk8v3lvf-check-static-x86_64-unknown-linux-musl-0.15.2.drv
2025-08-20T21:49:24.9346504Z [00:00:18.178]➜    /nix/store/z7y7w239k2968xyz7kd547mnax64hdpk-gzip-static-x86_64-unknown-linux-musl-1.14.drv
2025-08-20T21:49:24.9347280Z [00:00:18.178]➜    /nix/store/ck87qdricvmm45mlw63hhwsvg1bralq5-kbd-static-x86_64-unknown-linux-musl-2.7.1.drv
2025-08-20T21:49:24.9348282Z [00:00:18.178]➜    /nix/store/g2axsfwx2mcrka7ws8xs3zgz278zlhch-getent-getent-netbsd-static-x86_64-unknown-linux-musl-9.2.drv
2025-08-20T21:49:24.9349144Z [00:00:18.178]➜    /nix/store/s7hh1wri10s47dk8z4k3myyjvkpgp4lk-libmnl-static-x86_64-unknown-linux-musl-1.0.5.drv
2025-08-20T21:49:24.9349982Z [00:00:18.178]➜    /nix/store/zq45k35s8iag0s9m6ajsaky50664gh8j-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2.drv
2025-08-20T21:49:24.9350867Z [00:00:18.178]➜    /nix/store/90z903ym2va86vz88ajgk0a9n78x0az9-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0.drv
2025-08-20T21:49:24.9351731Z [00:00:18.178]➜    /nix/store/canmh0bcz88zygk2vlmbjbjm7la3v9vs-libnftnl-static-x86_64-unknown-linux-musl-1.2.9.drv
2025-08-20T21:49:24.9352545Z [00:00:18.178]➜    /nix/store/m1nwz8n25qz3qgngarg7zjp9j7m16yby-iptables-static-x86_64-unknown-linux-musl-1.8.11.drv
2025-08-20T21:49:24.9353574Z [00:00:18.178]➜    /nix/store/nbxxw5b0pqn00hk18qh7cci54s0aihw2-p11-kit-static-x86_64-unknown-linux-musl-0.25.5.drv
2025-08-20T21:49:24.9354443Z [00:00:18.178]➜    /nix/store/nnhmrysjhziswchwfvyp47zxvym9vpnv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3.drv
2025-08-20T21:49:24.9355295Z [00:00:18.178]➜    /nix/store/l6f9vh3q268isg32f5nac8wq0r6gd3vq-libXdmcp-static-x86_64-unknown-linux-musl-1.1.5.drv
2025-08-20T21:49:24.9356274Z [00:00:18.178]➜    /nix/store/vgbgnvhc93h3a63hd254ws2yqjbqbjpw-xcb-proto-static-x86_64-unknown-linux-musl-1.17.0.drv
2025-08-20T21:49:24.9357101Z [00:00:18.178]➜    /nix/store/jnf8lbrp57h7f508dvr4ac3gh27pba45-libxcb-static-x86_64-unknown-linux-musl-1.17.0.drv
2025-08-20T21:49:24.9357983Z [00:00:18.178]➜    /nix/store/vjshfnpmf83ks04n1wfry0q6yv6hra53-xtrans-static-x86_64-unknown-linux-musl-1.6.0.drv
2025-08-20T21:49:24.9358774Z [00:00:18.178]➜    /nix/store/b9r58kmxqzyy1cf9xszzms852nw8pxlv-libX11-static-x86_64-unknown-linux-musl-1.8.12.drv
2025-08-20T21:49:24.9359569Z [00:00:18.178]➜    /nix/store/h90gjbj3bb04y1h2sj7p53l9ds8i2z7f-libICE-static-x86_64-unknown-linux-musl-1.1.2.drv
2025-08-20T21:49:24.9360354Z [00:00:18.178]➜    /nix/store/z0imvzwjh5wbpsbcxki9sjglndqi9m6k-libSM-static-x86_64-unknown-linux-musl-1.2.6.drv
2025-08-20T21:49:24.9361195Z [00:00:18.178]➜    /nix/store/p4mgc9x3wsdksq5c9vwl5gh1cbrpcmm4-dbus-static-x86_64-unknown-linux-musl-1.14.10.drv
2025-08-20T21:49:24.9362015Z [00:00:18.178]➜    /nix/store/z4hfq8w307mzlqizpq74cxfw6z0snrdi-pcsclite-static-x86_64-unknown-linux-musl-2.3.0.drv
2025-08-20T21:49:24.9362844Z [00:00:18.178]➜    /nix/store/pk4bxrwsdksgwv17gp9gz2r0srp5bfn4-libfido2-static-x86_64-unknown-linux-musl-1.16.0.drv
2025-08-20T21:49:24.9363871Z [00:00:18.178]➜    /nix/store/njf2x4xspyyhq5rklhlyxb96y3x32f94-popt-static-x86_64-unknown-linux-musl-1.19.drv
2025-08-20T21:49:24.9364694Z [00:00:18.178]➜    /nix/store/y4bcmgqi619apyppsngd3kj6330qx2nq-libargon2-static-x86_64-unknown-linux-musl-20190702.drv
2025-08-20T21:49:24.9365533Z [00:00:18.178]➜    /nix/store/snh6jbqwsndc8g53q6516jidk2vi67v5-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0.drv
2025-08-20T21:49:24.9366375Z [00:00:18.178]➜    /nix/store/xafn3npfjp0zzy2dws8czab1i9rg0ahp-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31.drv
2025-08-20T21:49:24.9367200Z [00:00:18.178]➜    /nix/store/jy85a5vcki89z63m52db6fn44c4651br-cracklib-static-x86_64-unknown-linux-musl-2.10.0.drv
2025-08-20T21:49:24.9368036Z [00:00:18.178]➜    /nix/store/xhvmnzwkqxm1g72821gz8qf677gzddl3-libpwquality-static-x86_64-unknown-linux-musl-1.4.5.drv
2025-08-20T21:49:24.9368826Z [00:00:18.178]➜    /nix/store/nc145qc0hbs8s17pbb960l8dl0g7a1as-x86_64-unknown-linux-musl-binutils-2.44.drv
2025-08-20T21:49:24.9369623Z [00:00:18.178]➜    /nix/store/y9nv8jz5xr1yb3lh7lp9zsiq2ycx00gc-bpftools-6.14.7.drv
2025-08-20T21:49:24.9370314Z [00:00:18.178]➜    /nix/store/rjfwik6nxa2xpkx9h7f7dhr0r2x5fkv5-systemd-static-x86_64-unknown-linux-musl-257.6.drv
2025-08-20T21:49:24.9371135Z [00:00:18.178]➜    /nix/store/8cx7wz00c7na8bk9mjjimy91waa7w645-nfs-utils-static-x86_64-unknown-linux-musl-2.7.1.drv
2025-08-20T21:49:24.9371823Z [00:00:18.178]➜  these 532 paths will be fetched (1227.14 MiB download, 5830.44 MiB unpacked):
2025-08-20T21:49:24.9372516Z [00:00:18.178]➜    /nix/store/cq7wxsw4jzvwp8dxxx1px4xxk7qw0blj-10b80543807e3fc5af5f8bcfd8bb6e219bb3cecc.patch
2025-08-20T21:49:24.9373420Z [00:00:18.178]➜    /nix/store/qiw2h04yim3wj5lzwx95xlg7blqa33xy-34fcd3638817060c79e1186b370e46d9b3a7409f.patch
2025-08-20T21:49:24.9374573Z [00:00:18.178]➜    /nix/store/ymnrb3akkcydn0d8xlf2534bxhjwgc5m-?id=daa29443819d3045338792b5ba950ed90e79d7a5
2025-08-20T21:49:24.9375236Z [00:00:18.178]➜    /nix/store/mwcxfr6277i6458786cbf2nz9fwmbjpz-LVM2.2.03.33.tgz
2025-08-20T21:49:24.9376311Z [00:00:18.178]➜    /nix/store/6rw6wmanv0fkb495pg011cljxmjc4c0b-Linux-PAM-1.6.1.tar.xz
2025-08-20T21:49:24.9377116Z [00:00:18.178]➜    /nix/store/fj7052p68f6zxfj7hg3h7mv6n1kpi160-Python-3.13.5.tar.xz
2025-08-20T21:49:24.9377627Z [00:00:18.178]➜    /nix/store/7fini49zkfwf439iqxvm7nzz2v6aclrn-acl-2.3.2
2025-08-20T21:49:24.9378349Z [00:00:18.178]➜    /nix/store/ms5478jbxzzcgwm9q0cp9amqyfx8avx4-acl-static-x86_64-unknown-linux-musl-2.3.2
2025-08-20T21:49:24.9379779Z [00:00:18.178]➜    /nix/store/21dji66rwzwspsbfmyfx5ll9kbqscs4z-acl-static-x86_64-unknown-linux-musl-2.3.2-bin
2025-08-20T21:49:24.9381244Z [00:00:18.178]➜    /nix/store/b971gkvvyzypq5vr5q3frjx68pmf3ir1-acl-static-x86_64-unknown-linux-musl-2.3.2-dev
2025-08-20T21:49:24.9382668Z [00:00:18.178]➜    /nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1
2025-08-20T21:49:24.9383820Z [00:00:18.178]➜    /nix/store/y8fm34v0jphjgp5h21w068h6p3f8hc05-attr-2.5.2
2025-08-20T21:49:24.9385015Z [00:00:18.178]➜    /nix/store/msjkhwxa17fw6rii78jnas0gvbry008c-attr-static-x86_64-unknown-linux-musl-2.5.2
2025-08-20T21:49:24.9386202Z [00:00:18.178]➜    /nix/store/03g3ry4p16cqgjyv4h37d6snqb8bbdfg-attr-static-x86_64-unknown-linux-musl-2.5.2-bin
2025-08-20T21:49:24.9387675Z [00:00:18.178]➜    /nix/store/g3rzpdl76c1xyf8924rpq7qqxvws458x-attr-static-x86_64-unknown-linux-musl-2.5.2-dev
2025-08-20T21:49:24.9389067Z [00:00:18.178]➜    /nix/store/j9c928sip5z48xsa3xpj8pg0la977733-auto-patchelf-0-unstable-2024-08-14
2025-08-20T21:49:24.9389955Z [00:00:18.178]➜    /nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69
2025-08-20T21:49:24.9390463Z [00:00:18.178]➜    /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72
2025-08-20T21:49:24.9391375Z [00:00:18.178]➜    /nix/store/8rira8zqbf69pa1d47q48lnfznqp6zj3-autoconf-archive-2024.10.16
2025-08-20T21:49:24.9392507Z [00:00:18.178]➜    /nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5
2025-08-20T21:49:24.9393646Z [00:00:18.178]➜    /nix/store/klasp2p2vdjnxsmfvda4da80lphr22px-autoreconf-hook
2025-08-20T21:49:24.9394667Z [00:00:18.178]➜    /nix/store/q58k270qhn6vabdvksn0188j302mvpcc-autoreconf-hook
2025-08-20T21:49:24.9395435Z [00:00:18.178]➜    /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0
2025-08-20T21:49:24.9396271Z [00:00:18.178]➜    /nix/store/lb33m49aslmvkx5l4xrkiy7m6nbh2kqf-bash-interactive-5.3p0
2025-08-20T21:49:24.9396888Z [00:00:18.178]➜    /nix/store/7bhg7iq9y3qd36r9isbkiwqx3l1r7pds-bash-interactive-5.3p0-dev
2025-08-20T21:49:24.9397663Z [00:00:18.178]➜    /nix/store/44pyxpbkg0mz0m11sz6a32pviri8zja4-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0-dev
2025-08-20T21:49:24.9398502Z [00:00:18.178]➜    /nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0
2025-08-20T21:49:24.9399286Z [00:00:18.178]➜    /nix/store/lqknx5441cmkhwqrawx6lhwzy38a6pjj-bash-static-x86_64-unknown-linux-musl-5.3p0-dev
2025-08-20T21:49:24.9400068Z [00:00:18.178]➜    /nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44
2025-08-20T21:49:24.9400841Z [00:00:18.178]➜    /nix/store/qgfz23gwqb8w1xjb72d3hcffsywjs1gx-binutils-2.44-lib
2025-08-20T21:49:24.9401446Z [00:00:18.178]➜    /nix/store/0ww7sjjrjfwz88x10idkhk51xiz2h96b-binutils-with-gold-2.44.tar.bz2
2025-08-20T21:49:24.9402063Z [00:00:18.178]➜    /nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44
2025-08-20T21:49:24.9402594Z [00:00:18.178]➜    /nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2
2025-08-20T21:49:24.9403090Z [00:00:18.178]➜    /nix/store/ky4v901fmq1pns8masq67bhqipgabvxk-boehm-gc-8.2.8
2025-08-20T21:49:24.9403831Z [00:00:18.178]➜    /nix/store/ik9a1dn4229hirklndxb5cz1fp4z8md0-boost-1.87.0
2025-08-20T21:49:24.9404345Z [00:00:18.178]➜    /nix/store/csa88p9sbvp9hidfq0dpl23sshalmx2c-brotli-1.1.0-lib
2025-08-20T21:49:24.9404876Z [00:00:18.178]➜    /nix/store/rnsd824brpz93pacy2djhvdl01y7y4wd-bsd-setup-hook
2025-08-20T21:49:24.9405375Z [00:00:18.178]➜    /nix/store/nqzr9s20np4bbi7v89rsw6s47mp4va46-byacc-20241231
2025-08-20T21:49:24.9405862Z [00:00:18.178]➜    /nix/store/d30jzadpdsxdk7jwp7h3znrfr5gpf816-bzip2-1.0.8
2025-08-20T21:49:24.9406364Z [00:00:18.178]➜    /nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin
2025-08-20T21:49:24.9406875Z [00:00:18.178]➜    /nix/store/aiwxfww5i8zglrampy652fr268qly7l2-bzip2-1.0.8-dev
2025-08-20T21:49:24.9407518Z [00:00:18.178]➜    /nix/store/mj99bxsp6lp6ggqbnz873rwi0svrmlwy-bzip2-static-x86_64-unknown-linux-musl-1.0.8
2025-08-20T21:49:24.9408286Z [00:00:18.178]➜    /nix/store/14j0wdf4b51mp8n868hywqip5sb8582n-bzip2-static-x86_64-unknown-linux-musl-1.0.8-bin
2025-08-20T21:49:24.9409075Z [00:00:18.178]➜    /nix/store/mkbgkbb5nwg57834dsmiqzy5mdrlhzjj-bzip2-static-x86_64-unknown-linux-musl-1.0.8-dev
2025-08-20T21:49:24.9409702Z [00:00:18.178]➜    /nix/store/29qc4slnbpvgzgjq04bprj5qmjf1v63x-cairo-1.18.4
2025-08-20T21:49:24.9410745Z [00:00:18.178]➜    /nix/store/ql15rqbhpk2cahjgvjx1a6bwdd0v2zvk-cb549ef71c5bb646fe583697ebdcaba93267a237...dfaa62392e7caecc6ecf0097b4d73738ec4fc0a8.patch
2025-08-20T21:49:24.9411768Z [00:00:18.178]➜    /nix/store/gr3pc5psjwc1q35p1xnl7zl8h6cbn07x-cd1c1d8d204e4ec4557e358013567c097cb70562.patch
2025-08-20T21:49:24.9412437Z [00:00:18.178]➜    /nix/store/077afhcr4rc3069aqc6ldgg22fb6qm3w-check-0.15.2.tar.gz
2025-08-20T21:49:24.9412955Z [00:00:18.178]➜    /nix/store/ldjndg6f0sm5q4pm9i8xcr3sshrx3rdw-clang-19.1.7
2025-08-20T21:49:24.9413742Z [00:00:18.178]➜    /nix/store/wqijaxy4nzpvz9k38riggh99a27c7qcs-clang-19.1.7-lib
2025-08-20T21:49:24.9414253Z [00:00:18.178]➜    /nix/store/a3w3ka2d796ghlhf31il839c0658m5ih-cmake-3.31.7
2025-08-20T21:49:24.9414766Z [00:00:18.178]➜    /nix/store/a5jssxvdr1dxgpzbmg8pcsb6nad5lp4w-cmocka-1.1.7.tar.xz
2025-08-20T21:49:24.9415499Z [00:00:18.178]➜    /nix/store/dgzrq3bndfybjp4dpxh926a3v90q3pi8-compiler-rt-libc-static-x86_64-unknown-linux-musl-19.1.7
2025-08-20T21:49:24.9416408Z [00:00:18.178]➜    /nix/store/dhalhcwqcpbkfxg2iy2d5qpl3j3x1bw6-compiler-rt-libc-static-x86_64-unknown-linux-musl-19.1.7-dev
2025-08-20T21:49:24.9417105Z [00:00:18.178]➜    /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7
2025-08-20T21:49:24.9417754Z [00:00:18.178]➜    /nix/store/kgrn6ja6n05z77i3nzh3bn09b015rplh-coreutils-static-x86_64-unknown-linux-musl-9.7
2025-08-20T21:49:24.9418387Z [00:00:18.178]➜    /nix/store/q7y7g7z3hjb9jhagxqjcbrwa1hhm2445-cracklib-2.10.0
2025-08-20T21:49:24.9418941Z [00:00:18.178]➜    /nix/store/fsbglr2mcpkzfpayicdi5s7jkrlpkk9g-cracklib-2.10.0.tar.bz2
2025-08-20T21:49:24.9419541Z [00:00:18.178]➜    /nix/store/b56raj77c6anpaxsjghf5n3zppn3i4h8-cracklib-words-2.10.0.gz
2025-08-20T21:49:24.9420128Z [00:00:18.178]➜    /nix/store/d1p5mj5y76m0n9myzknajw028q16ln6d-cryptsetup-2.8.0.tar.xz
2025-08-20T21:49:24.9420654Z [00:00:18.178]➜    /nix/store/2ajwadivs74ywl6v99apliwgs1wc5xgj-curl-8.14.1
2025-08-20T21:49:24.9421124Z [00:00:18.178]➜    /nix/store/323m0apynvd5sirxvpd8z7ghm66h857x-curl-8.14.1
2025-08-20T21:49:24.9421607Z [00:00:18.178]➜    /nix/store/95iy4kvy1xllg2fpb14dhw4m3ff3l0f0-curl-8.14.1
2025-08-20T21:49:24.9422100Z [00:00:18.178]➜    /nix/store/znwm1ai9kczppkljjck7sj4qf9mmi0mc-curl-8.14.1-bin
2025-08-20T21:49:24.9422779Z [00:00:18.178]➜    /nix/store/hd3affi4127vn39jljr8v7cr5dqg5k9h-curl-8.14.1-dev
2025-08-20T21:49:24.9423409Z [00:00:18.178]➜    /nix/store/yw4mw7xxh9iz35shbjnddzaqa7hs6kll-curl-8.14.1-man
2025-08-20T21:49:24.9424206Z [00:00:18.178]➜    /nix/store/qiamim7zrjv4dj1pwx4gmpyr52xsf2l7-curl-static-x86_64-unknown-linux-musl-8.14.1
2025-08-20T21:49:24.9425034Z [00:00:18.178]➜    /nix/store/n17m741x3zi1178s003innlg2pfcbqkl-curl-static-x86_64-unknown-linux-musl-8.14.1-bin
2025-08-20T21:49:24.9426395Z [00:00:18.178]➜    /nix/store/nwaajgga1y9qq7g65kdwvlzv898qkycm-curl-static-x86_64-unknown-linux-musl-8.14.1-dev
2025-08-20T21:49:24.9427895Z [00:00:18.178]➜    /nix/store/j4gdw97zhklqccb5hqmqnpv5cci8li7d-curl-static-x86_64-unknown-linux-musl-8.14.1-man
2025-08-20T21:49:24.9428568Z [00:00:18.178]➜    /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export
2025-08-20T21:49:24.9429113Z [00:00:18.178]➜    /nix/store/jjhk3yqysbq4bn67afwh7k88idw28f53-cyrus-sasl-2.1.28.tar.gz
2025-08-20T21:49:24.9429660Z [00:00:18.178]➜    /nix/store/889cb1d1hvly3ccdjhsii6f4m5f884ph-dav1d-1.5.1
2025-08-20T21:49:24.9430165Z [00:00:18.178]➜    /nix/store/9kz8agh164kiklpvpfg2q7pigw961xsa-db-4.8.30.tar.gz
2025-08-20T21:49:24.9430679Z [00:00:18.178]➜    /nix/store/vs02v30yly1y4n7g0zq1cyr3ynyjsdvp-db-5.3.28.tar.gz
2025-08-20T21:49:24.9431209Z [00:00:18.178]➜    /nix/store/3b2k3qfri9kiq7lvjyvg9n2vbdl7ickc-dbus-1.14.10.tar.xz
2025-08-20T21:49:24.9431750Z [00:00:18.178]➜    /nix/store/nvsy20qrmlq5sznqncak7ljfrwixq42y-dejagnu-1.6.3
2025-08-20T21:49:24.9432315Z [00:00:18.178]➜    /nix/store/hipp0nymgps2lmj84hx5dn6z9ribshb2-dejavu-fonts-minimal-2.37
2025-08-20T21:49:24.9432856Z [00:00:18.178]➜    /nix/store/9bf7r23ss62z1sx1g1pvhr7wdxh344xw-die-hook
2025-08-20T21:49:24.9433579Z [00:00:18.178]➜    /nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12
2025-08-20T21:49:24.9434305Z [00:00:18.178]➜    /nix/store/d74cr36jpviqfi468yz01kl8yjsik571-dns-root-data-2025-04-14
2025-08-20T21:49:24.9435064Z [00:00:18.178]➜    /nix/store/rz8fa4gl77rbhhpdc12i8rhy4lmgrx9n-dns-root-data-static-x86_64-unknown-linux-musl-2025-04-14
2025-08-20T21:49:24.9435759Z [00:00:18.178]➜    /nix/store/is6bkm1yf7xpmmf5427plxk774saikw8-docbook-xml-4.2
2025-08-20T21:49:24.9436269Z [00:00:18.178]➜    /nix/store/bbimfmnn6xr08q9cbcn7g1w3m3gnmw5l-docbook-xml-4.3
2025-08-20T21:49:24.9436772Z [00:00:18.178]➜    /nix/store/7m4ayz6c5csfjbihp9rky33c63z973qr-docbook-xml-4.4
2025-08-20T21:49:24.9437274Z [00:00:18.178]➜    /nix/store/2agjllrh838v502xspfmmq8hckbqi6cm-docbook-xml-4.5
2025-08-20T21:49:24.9437823Z [00:00:18.178]➜    /nix/store/qrr9wzfwjdp410f0ifkalvap9pjirzak-docbook-xsl-nons-1.79.2
2025-08-20T21:49:24.9438408Z [00:00:18.178]➜    /nix/store/k5r892fqb2pb7ma7y2912aw6bmvcib7w-docbook-xsl-ns-1.79.2
2025-08-20T21:49:24.9438948Z [00:00:18.178]➜    /nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0
2025-08-20T21:49:24.9439428Z [00:00:18.178]➜    /nix/store/mly9f128r573m1i9q5a40ajc339ivmqp-ed-1.21.1
2025-08-20T21:49:24.9439900Z [00:00:18.178]➜    /nix/store/qg2k9xl5af62zzlynwfim5f3ajwai88v-elfutils-0.193
2025-08-20T21:49:24.9440431Z [00:00:18.178]➜    /nix/store/s56j2jrcmgmdirva0yrpqjl6icb05bjw-elfutils-0.193-bin
2025-08-20T21:49:24.9440971Z [00:00:18.178]➜    /nix/store/jwrn7x4k5w7wb81sn9hp4q8q2yc9lvl8-elfutils-0.193-dev
2025-08-20T21:49:24.9441525Z [00:00:18.178]➜    /nix/store/crxrzv33l13xilmpkcrwhv3jrx1zl98v-elfutils-0.193.tar.bz2
2025-08-20T21:49:24.9442098Z [00:00:18.178]➜    /nix/store/7safzfp9b25vfac2gsqiy60c8b6n43qa-expand-response-params
2025-08-20T21:49:24.9442673Z [00:00:18.178]➜    /nix/store/phjcyak0sl3id21f0xx8sf5rgf8x5bql-expand-response-params
2025-08-20T21:49:24.9443374Z [00:00:18.178]➜    /nix/store/p23www756j3bjy9l1bf5bkwmr2vvd6h1-expat-2.7.1
2025-08-20T21:49:24.9444110Z [00:00:18.179]➜    /nix/store/5jcqk20maw62r7ny5hv2m2rwx2q891b9-expat-static-x86_64-unknown-linux-musl-2.7.1
2025-08-20T21:49:24.9444882Z [00:00:18.179]➜    /nix/store/qchfpczf3s11n72f59jxl55xi25zn1dl-expat-static-x86_64-unknown-linux-musl-2.7.1-dev
2025-08-20T21:49:24.9445691Z [00:00:18.179]➜    /nix/store/zb0g9f0vvwx0z56jxg3xds7pjrkhy1kp-expect-5.45.4
2025-08-20T21:49:24.9446355Z [00:00:18.179]➜    /nix/store/bj5gpk4dgzwsd54y26wj9l5x18fly420-f41fdaaf7c82bc270af6d7439c6da037bf149be8.patch
2025-08-20T21:49:24.9446970Z [00:00:18.179]➜    /nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45
2025-08-20T21:49:24.9447423Z [00:00:18.179]➜    /nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45
2025-08-20T21:49:24.9447897Z [00:00:18.179]➜    /nix/store/wdds5a9jax6zwj7wxqwqqp9dr28apr4q-file-5.45-dev
2025-08-20T21:49:24.9448403Z [00:00:18.179]➜    /nix/store/v0m59igyinq3qrbx7fibyal1dx5f6rcq-file-5.45.tar.gz
2025-08-20T21:49:24.9448955Z [00:00:18.179]➜    /nix/store/9274f9v0hsfx7lgl5hdl5w71r1gd7caz-find-xml-catalogs-hook
2025-08-20T21:49:24.9449712Z [00:00:18.179]➜    /nix/store/yxprkg7zxf0wvncg8a8khk6290x0hpmh-find-xml-catalogs-hook
2025-08-20T21:49:24.9450788Z [00:00:18.179]➜    /nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0
2025-08-20T21:49:24.9451792Z [00:00:18.179]➜    /nix/store/9lfh9b2b5x2wxscq0kw4k1m61p8yqn9w-fix-aarch64_fregs.patch
2025-08-20T21:49:24.9452368Z [00:00:18.179]➜    /nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4
2025-08-20T21:49:24.9452858Z [00:00:18.179]➜    /nix/store/37pdc5hc0glsysfa301irli7fjngvn2v-fmt-10.2.1
2025-08-20T21:49:24.9453780Z [00:00:18.179]➜    /nix/store/5dlkwxa9vz1k2f8qhvz2qjapj836drmf-follow-RPCGEN_CPP-env-var
2025-08-20T21:49:24.9454881Z [00:00:18.179]➜    /nix/store/5brcrrgap6n1yn3cgvgx6jswbvb9y7ja-fontconfig-2.16.2
2025-08-20T21:49:24.9455949Z [00:00:18.179]➜    /nix/store/lgcmyi7kylyx7d2kf8bszfr5vwpfnvfh-fontconfig-2.16.2-lib
2025-08-20T21:49:24.9456952Z [00:00:18.179]➜    /nix/store/yzkqzy5bjl433k0n63b7g2ji0rr9pf72-fortify-headers-1.1alpine3
2025-08-20T21:49:24.9457577Z [00:00:18.179]➜    /nix/store/vy0mz3qcqdycf9dxp7s06a1dizg7xwqi-freetype-2.13.3
2025-08-20T21:49:24.9458280Z [00:00:18.179]➜    /nix/store/yjmpym3ksdbrkdcipjhm8gayhlv0jp4r-fribidi-1.0.16
2025-08-20T21:49:24.9458797Z [00:00:18.179]➜    /nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2
2025-08-20T21:49:24.9459281Z [00:00:18.179]➜    /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0
2025-08-20T21:49:24.9459768Z [00:00:18.179]➜    /nix/store/fkw48vh7ivlvlmhp4j30hy2gvg00jgin-gcc-14.3.0-lib
2025-08-20T21:49:24.9460280Z [00:00:18.179]➜    /nix/store/cg41x0ldk43qlsndsbladyl0k4dxanvh-gcc-14.3.0-libgcc
2025-08-20T21:49:24.9461348Z [00:00:18.179]➜    /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0
2025-08-20T21:49:24.9462302Z [00:00:18.179]➜    /nix/store/40si62vx2pcnkxlnwysz1jdkybr4g6hg-gd-2.3.3
2025-08-20T21:49:24.9463376Z [00:00:18.179]➜    /nix/store/l3pzyjc5zmzp4bcbg40s6f5zjq87c77i-gdbm-1.25-lib
2025-08-20T21:49:24.9464367Z [00:00:18.179]➜    /nix/store/sl39naz8hlbpk66kggnbl6hwn35lgd07-gdbm-1.25.tar.gz
2025-08-20T21:49:24.9465383Z [00:00:18.179]➜    /nix/store/084l9gcppiyqwglglzvwbvxgk3k6cw1j-gdk-pixbuf-2.42.12
2025-08-20T21:49:24.9466455Z [00:00:18.179]➜    /nix/store/2d8iw4ascm7yix541nyz5gpaf7y1jh9p-getent-glibc-2.40-66
2025-08-20T21:49:24.9467463Z [00:00:18.179]➜    /nix/store/415q6x6zyjq2nz012wynr93c6hwi94p5-getopt-1.1.6
2025-08-20T21:49:24.9468646Z [00:00:18.179]➜    /nix/store/ng8n4yim1kamw5pq7asyngsx1x3fjpzx-getopt-static-x86_64-unknown-linux-musl-1.1.6
2025-08-20T21:49:24.9469838Z [00:00:18.179]➜    /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1
2025-08-20T21:49:24.9471069Z [00:00:18.179]➜    /nix/store/1wqj4idms8sjy2isnlrgp6pbk8p8w8c6-gettext-static-x86_64-unknown-linux-musl-0.25.1
2025-08-20T21:49:24.9472255Z [00:00:18.179]➜    /nix/store/3qzrn1zp5nrh41c5bkx7q5cnjx6l7qm8-giflib-5.2.2
2025-08-20T21:49:24.9473157Z [00:00:18.179]➜    /nix/store/kww24b3s330m61gy3n7fdl6517vpayv6-glib-2.84.3
2025-08-20T21:49:24.9474336Z [00:00:18.179]➜    /nix/store/lmn7lwydprqibdkghw7wgcn21yhllz13-glibc-2.40-66
2025-08-20T21:49:24.9475087Z [00:00:18.179]➜    /nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin
2025-08-20T21:49:24.9475616Z [00:00:18.179]➜    /nix/store/74qjr01q87nwfl0dbsr1s45p8crw3q1f-glibc-2.40-66-dev
2025-08-20T21:49:24.9476405Z [00:00:18.179]➜    /nix/store/rhx0pdkrnwfqxz5lxkvdk0na79bklvg2-glibc-2.40-66-getent
2025-08-20T21:49:24.9477482Z [00:00:18.179]➜    /nix/store/pc06d6yjx1n9a5j4h9fnp905ywax1p6a-glibc-2.40-66-static
2025-08-20T21:49:24.9478457Z [00:00:18.179]➜    /nix/store/ahrvr02jq29g2fads1g6vl7qf2npy77y-gmp-6.3.0
2025-08-20T21:49:24.9479077Z [00:00:18.179]➜    /nix/store/f6yc9mbdp17kh3p70lhlix1w21jlj5kp-gmp-with-cxx-6.3.0
2025-08-20T21:49:24.9479635Z [00:00:18.179]➜    /nix/store/j9sc6w3yxdz5nli6sq7da7zdq149faj5-gmp-with-cxx-6.3.0
2025-08-20T21:49:24.9480573Z [00:00:18.179]➜    /nix/store/njqlwbhg5vcp3y38s7lzp2ncw6hk15kh-gmp-with-cxx-static-x86_64-unknown-linux-musl-6.3.0
2025-08-20T21:49:24.9482114Z [00:00:18.179]➜    /nix/store/hl74qlb4ffn51xi26jjfc1kjfvk6asc5-gmp-with-cxx-static-x86_64-unknown-linux-musl-6.3.0-dev
2025-08-20T21:49:24.9483633Z [00:00:18.179]➜    /nix/store/i2ipfxxnmqk1cs50ddg2v5vaap8zpd02-gnu-config-2024-01-01
2025-08-20T21:49:24.9484742Z [00:00:18.179]➜    /nix/store/xygrvqwrqmypkkmczjsi2f1jyqgd701m-gnu-config-2024-01-01
2025-08-20T21:49:24.9485763Z [00:00:18.179]➜    /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12
2025-08-20T21:49:24.9486879Z [00:00:18.179]➜    /nix/store/agms8apwlq60nbbbqxdcxcwl61s7lkzs-gnugrep-static-x86_64-unknown-linux-musl-3.12
2025-08-20T21:49:24.9488063Z [00:00:18.179]➜    /nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20
2025-08-20T21:49:24.9489284Z [00:00:18.179]➜    /nix/store/5fsiisqvhbdq9abcmqw6v2jkjxhwdhbd-gnum4-static-x86_64-unknown-linux-musl-1.4.20
2025-08-20T21:49:24.9490576Z [00:00:18.179]➜    /nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1
2025-08-20T21:49:24.9491505Z [00:00:18.179]➜    /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9
2025-08-20T21:49:24.9492387Z [00:00:18.179]➜    /nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35
2025-08-20T21:49:24.9493540Z [00:00:18.179]➜    /nix/store/7a7z89h9g0s18w3cq0pif7h1pw0z07qx-gnutls-3.8.10
2025-08-20T21:49:24.9494357Z [00:00:18.179]➜    /nix/store/dpgdpjc7v2va4xph1xcjm27vqqkqyr05-gnutls-static-x86_64-unknown-linux-musl-3.8.10
2025-08-20T21:49:24.9495205Z [00:00:18.179]➜    /nix/store/s8yf2s9ff5xsb9k2c09180nbqypvriaa-gnutls-static-x86_64-unknown-linux-musl-3.8.10-bin
2025-08-20T21:49:24.9496021Z [00:00:18.179]➜    /nix/store/0nwzp5ss7xpanqyx9ki8lrn901z7s7pl-gnutls-static-x86_64-unknown-linux-musl-3.8.10-dev
2025-08-20T21:49:24.9496755Z [00:00:18.179]➜    /nix/store/fmd3w4i7i8iqicclg05sa1d1imjxairm-go-1.22.12-linux-amd64-bootstrap
2025-08-20T21:49:24.9497367Z [00:00:18.179]➜    /nix/store/z70sz3xynna9w7mfhl81h4vff307n0cz-go1.24.5.src.tar.gz
2025-08-20T21:49:24.9497873Z [00:00:18.179]➜    /nix/store/pylq875kpiz2cqfijzh1qyklb3k7nsx2-gperf-3.3
2025-08-20T21:49:24.9498386Z [00:00:18.179]➜    /nix/store/fz27xn16j1j3svm431vxbgxrl744s4q8-graphite2-1.3.14
2025-08-20T21:49:24.9498924Z [00:00:18.179]➜    /nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1
2025-08-20T21:49:24.9499434Z [00:00:18.179]➜    /nix/store/00rjqqrpfbjjjp5xm3gs4kh2336ai0jb-groff-1.23.0
2025-08-20T21:49:24.9499925Z [00:00:18.179]➜    /nix/store/0vzx9sw0apfqsx7qswwf27hj5rmy4r6b-gts-0.7.6
2025-08-20T21:49:24.9500392Z [00:00:18.179]➜    /nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14
2025-08-20T21:49:24.9500885Z [00:00:18.179]➜    /nix/store/14iyrl7hzinpfn9ijq1kx2pmwb9bcvaw-gzip-1.14.tar.xz
2025-08-20T21:49:24.9501399Z [00:00:18.179]➜    /nix/store/w46nrr5gly3vvsv2vmn5nfclznqngvc0-harfbuzz-11.2.1
2025-08-20T21:49:24.9501936Z [00:00:18.179]➜    /nix/store/yk4xm2zwyd0sw2f6xwhdxblg175032yv-iana-etc-1.17.patch
2025-08-20T21:49:24.9502484Z [00:00:18.179]➜    /nix/store/h7rca6d8jdzza4xagjisa6n7rdiicnsz-iana-etc-20250505
2025-08-20T21:49:24.9502995Z [00:00:18.179]➜    /nix/store/wpjmnya1ygh2i1z247idby154rjsbyyx-icu4c-76.1
2025-08-20T21:49:24.9503791Z [00:00:18.179]➜    /nix/store/4m9d0hnxk34z2wpbz5ahbkp2vy458k4g-install-shell-files
2025-08-20T21:49:24.9504338Z [00:00:18.179]➜    /nix/store/7f6adn3r1mx5bcsg3c86144zlvfbrcbv-intltool-0.51.0
2025-08-20T21:49:24.9504879Z [00:00:18.179]➜    /nix/store/g9d6f9n39ilbsm5c6lcgmal8x9k2miag-iptables-1.8.11.tar.xz
2025-08-20T21:49:24.9505578Z [00:00:18.179]➜    /nix/store/1lcnn3dk28b16b7iwwc43fxkp0nz7fx4-isl-0.20
2025-08-20T21:49:24.9506440Z [00:00:18.179]➜    /nix/store/55bh0lhx6c6k2crm56ifc2qwz5fmwgyx-isl-0.20
2025-08-20T21:49:24.9507322Z [00:00:18.179]➜    /nix/store/4fnjxsqrgn9mbpii6bjx25igahvxx4qn-itstool-2.0.7
2025-08-20T21:49:24.9508277Z [00:00:18.179]➜    /nix/store/ndr5xrax34m1wbfygiskgngq681zx6gj-json-c-0.18
2025-08-20T21:49:24.9509185Z [00:00:18.179]➜    /nix/store/mnsgwa8w8bxx8hicrsn8chj3q8vy39gz-kbd-2.7.1
2025-08-20T21:49:24.9510117Z [00:00:18.179]➜    /nix/store/x59p4zifd8ysrdisciw9in6z4anb0z8p-kbd-2.7.1.tar.xz
2025-08-20T21:49:24.9510981Z [00:00:18.179]➜    /nix/store/19xbwac2bxzdxph33rl84qnqy1k8zgcr-kexec-tools-2.0.31
2025-08-20T21:49:24.9512108Z [00:00:18.179]➜    /nix/store/ar3rxz6p5s6yfxb9m4rxrcw1zp28q2n7-kexec-tools-2.0.31.tar.xz
2025-08-20T21:49:24.9513092Z [00:00:18.179]➜    /nix/store/xky9if6h96val2bkmrb694slxm6afscl-keyutils-1.6.3-lib
2025-08-20T21:49:24.9514384Z [00:00:18.179]➜    /nix/store/9n3d2g1pplp7bacghxkqb73z0fipgn2h-keyutils-1.6.3.tar.gz
2025-08-20T21:49:24.9515402Z [00:00:18.179]➜    /nix/store/r9w3d23q74l0vx73xc5m07chv6mrwi2h-kmod-31
2025-08-20T21:49:24.9516267Z [00:00:18.179]➜    /nix/store/g3xii7b8kcfwnyi553sz6nlhx9dz7qd5-kmod-31-lib
2025-08-20T21:49:24.9517167Z [00:00:18.179]➜    /nix/store/10yn6j6g8iywx0w1a61xxqxycmh3r1h0-krb5-1.21.3
2025-08-20T21:49:24.9518124Z [00:00:18.179]➜    /nix/store/d0h14zi7gjli120cn16pwfp6k6jai25r-krb5-1.21.3-dev
2025-08-20T21:49:24.9519111Z [00:00:18.179]➜    /nix/store/fhxdxm3pcrjjvaslaa7xxny876vkybrh-krb5-1.21.3-lib
2025-08-20T21:49:24.9519906Z [00:00:18.179]➜    /nix/store/w48pb5q63m9qdwh8520jpwh57blbiw88-krb5-1.21.3-lib
2025-08-20T21:49:24.9520746Z [00:00:18.179]➜    /nix/store/l468p3b6f5y9p928a91rrjvpyv4r6g3p-krb5-1.21.3.tar.gz
2025-08-20T21:49:24.9521769Z [00:00:18.179]➜    /nix/store/6qzjybdiqrwi2hhn1ffz0m8fv87jzf4d-lerc-4.0.0
2025-08-20T21:49:24.9522794Z [00:00:18.179]➜    /nix/store/jd1jpznj0inzpxyv191rr1ddm3vakpih-libICE-1.1.2.tar.xz
2025-08-20T21:49:24.9524030Z [00:00:18.179]➜    /nix/store/9w3jpxn5d33mfgldyj6z9q1x3x26nnng-libSM-1.2.6.tar.xz
2025-08-20T21:49:24.9524752Z [00:00:18.179]➜    /nix/store/cc238fjs80avjnhfqi4l8gwflqa8lb10-libX11-1.8.12
2025-08-20T21:49:24.9525296Z [00:00:18.179]➜    /nix/store/kj4vi1hqvf1b9ac945jsjxm55d6zzvns-libX11-1.8.12.tar.xz
2025-08-20T21:49:24.9525839Z [00:00:18.179]➜    /nix/store/q18ggx06ds7shnb7rw0m2p2j2aznda24-libXau-1.0.12
2025-08-20T21:49:24.9526371Z [00:00:18.179]➜    /nix/store/4a5jdwbjg03gdjb4yzf826q9ni4lbpcm-libXau-1.0.12.tar.xz
2025-08-20T21:49:24.9526902Z [00:00:18.179]➜    /nix/store/24kf4iz4g7gkh6mccjr4g616nalf67bk-libXdmcp-1.1.5
2025-08-20T21:49:24.9527722Z [00:00:18.179]➜    /nix/store/7b6icqgm4a9f8jw9aavn92s7b0jq2jrc-libXdmcp-1.1.5.tar.xz
2025-08-20T21:49:24.9528780Z [00:00:18.179]➜    /nix/store/fhidyiaqww37gzc6fh0ph5qk3vpv8vv6-libXext-1.3.6
2025-08-20T21:49:24.9529762Z [00:00:18.179]➜    /nix/store/65i489wxp352nbqk13xj0hiskchzp6a1-libXft-2.3.9
2025-08-20T21:49:24.9530722Z [00:00:18.179]➜    /nix/store/9l9q6b0di8iy4n0vqzvfqja3kgk74kgf-libXpm-3.5.17
2025-08-20T21:49:24.9531718Z [00:00:18.179]➜    /nix/store/ib95pg7blpx74an2q1435mf3chzfqvz9-libXrender-0.9.12
2025-08-20T21:49:24.9532841Z [00:00:18.179]➜    /nix/store/i2jwnpphz9bxc6fcj0xdjxhdf12ki10h-libaio-libaio-0.3.113.tar.gz
2025-08-20T21:49:24.9534109Z [00:00:18.179]➜    /nix/store/kz3vmjbl164swlfw9n5gmzla5y9x4jhk-libaom-3.12.1
2025-08-20T21:49:24.9535105Z [00:00:18.179]➜    /nix/store/9fz37cc2hai6n2d17fdr3gcdr67x3853-libarchive-3.8.1-lib
2025-08-20T21:49:24.9536406Z [00:00:18.179]➜    /nix/store/vg5s5ipvdzb8cp3k61znn35ccwnnwz2s-libarchive-static-x86_64-unknown-linux-musl-3.8.1
2025-08-20T21:49:24.9537381Z [00:00:18.179]➜    /nix/store/v1wmsbk4l5mfbmvsics88kx837z7vrzm-libarchive-static-x86_64-unknown-linux-musl-3.8.1-dev
2025-08-20T21:49:24.9538392Z [00:00:18.179]➜    /nix/store/b5r4hw3gsb9db785l867mr8ckflkchjg-libarchive-static-x86_64-unknown-linux-musl-3.8.1-lib
2025-08-20T21:49:24.9539525Z [00:00:18.179]➜    /nix/store/zll6vav2b2kzc7h6353byw7s47qsghk1-libavif-1.3.0
2025-08-20T21:49:24.9540829Z [00:00:18.179]➜    /nix/store/ck47pk105nw2dsd6xrx7b16x7adr3xmg-libbsd-0.12.2.tar.xz
2025-08-20T21:49:24.9541725Z [00:00:18.179]➜    /nix/store/331hdkbhb3hkf82nghzcpaddxc92cxla-libcap-2.76-lib
2025-08-20T21:49:24.9542710Z [00:00:18.179]➜    /nix/store/k5yn6waxxxmryjjw2w0ihz6q9nw76aky-libcap-2.76.tar.xz
2025-08-20T21:49:24.9543876Z [00:00:18.179]➜    /nix/store/y6y6rb0kz3iwb8wr1qq5pciz5vybzilv-libcap-ng-0.8.5
2025-08-20T21:49:24.9545153Z [00:00:18.179]➜    /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5
2025-08-20T21:49:24.9546457Z [00:00:18.179]➜    /nix/store/imw3xwprjmx5zvcbyi54yr2y63hlxr3q-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5-dev
2025-08-20T21:49:24.9547460Z [00:00:18.179]➜    /nix/store/jwcnc1a3pv207fggv58qqyzn6npyaw1b-libdatrie-2019-12-20-lib
2025-08-20T21:49:24.9548333Z [00:00:18.179]➜    /nix/store/q1aig345yg8qkzb5y618xc14jr5rcs0x-libdeflate-1.24
2025-08-20T21:49:24.9549414Z [00:00:18.179]➜    /nix/store/6jkh2z9sv20gi7zddsh1d212l9q0zxim-libedit-20250104-3.1.tar.gz
2025-08-20T21:49:24.9550305Z [00:00:18.179]➜    /nix/store/l82nd8svr4y7as227xn33551wkzzjy3b-libevent-2.1.12
2025-08-20T21:49:24.9550969Z [00:00:18.179]➜    /nix/store/d1944ayabaaa6b7g6rb4bzg8a7qh3xiy-libevent-static-x86_64-unknown-linux-musl-2.1.12
2025-08-20T21:49:24.9551778Z [00:00:18.179]➜    /nix/store/2j1lgfqmg6izyhysj2gzxbqmrcjg1k0y-libevent-static-x86_64-unknown-linux-musl-2.1.12-dev
2025-08-20T21:49:24.9552627Z [00:00:18.179]➜    /nix/store/imjwkdg1azhbhwcn5yckf0pnvq8n3cc8-libevent-static-x86_64-unknown-linux-musl-2.1.12-openssl
2025-08-20T21:49:24.9553808Z [00:00:18.179]➜    /nix/store/qfz8slc34jinyfkvmskaplijj8a79w25-libffi-3.5.1
2025-08-20T21:49:24.9555263Z [00:00:18.179]➜    /nix/store/cz3g8987pdj3a0d10fdv7rsw4zwffx0z-libffi-static-x86_64-unknown-linux-musl-3.5.1
2025-08-20T21:49:24.9556814Z [00:00:18.179]➜    /nix/store/0cryw8l0igxyvrcas31xnwgwm37967az-libffi-static-x86_64-unknown-linux-musl-3.5.1-dev
2025-08-20T21:49:24.9558042Z [00:00:18.179]➜    /nix/store/nxp4y1v97ss76d0jgqcx1c7nc3ag2rbs-libfido2-1.16.0.tar.gz
2025-08-20T21:49:24.9558668Z [00:00:18.179]➜    /nix/store/8vwgyzn6hbdxssmliirgvigrayrzx59h-libgcrypt-1.11.1.tar.bz2
2025-08-20T21:49:24.9559276Z [00:00:18.179]➜    /nix/store/ccjxwk4m970d0iggl15bi8yw22cdf4ns-libgpg-error-1.55.tar.bz2
2025-08-20T21:49:24.9559824Z [00:00:18.179]➜    /nix/store/v9rj8vr6q5j3kr9nmdwhc3mi7cg55xcs-libidn2-2.3.8
2025-08-20T21:49:24.9560472Z [00:00:18.179]➜    /nix/store/a83k8yhkk5r77bw7590j9vc1lg06l1w8-libidn2-static-x86_64-unknown-linux-musl-2.3.8
2025-08-20T21:49:24.9561303Z [00:00:18.179]➜    /nix/store/s6vpa066005fhawbznc19q2qywnbhi6s-libidn2-static-x86_64-unknown-linux-musl-2.3.8-bin
2025-08-20T21:49:24.9562119Z [00:00:18.179]➜    /nix/store/brn07q134v65ksqir3yia4wc0xssyg8j-libidn2-static-x86_64-unknown-linux-musl-2.3.8-dev
2025-08-20T21:49:24.9562846Z [00:00:18.179]➜    /nix/store/qcy4z04nv25sbiw9l2kixvahh4xlcbcs-libjpeg-turbo-3.1.1
2025-08-20T21:49:24.9563629Z [00:00:18.179]➜    /nix/store/q7q5mv6900djvp9sjhpzlj1ym3s456z3-libmd-1.1.0.tar.xz
2025-08-20T21:49:24.9564182Z [00:00:18.179]➜    /nix/store/i9br69lmgjyil7pj9wh3a7n1y880va27-libmicrohttpd-1.0.1
2025-08-20T21:49:24.9564768Z [00:00:18.179]➜    /nix/store/vfr0rpw2xkck4xfl8gdjbqniw4ad77n9-libmicrohttpd-1.0.1.tar.gz
2025-08-20T21:49:24.9565356Z [00:00:18.179]➜    /nix/store/nring4kv1fi194sxw087mhvad12kr2hm-libmnl-1.0.5.tar.bz2
2025-08-20T21:49:24.9565875Z [00:00:18.179]➜    /nix/store/46b5xxdmd617xcxr9c9p95dlny0zm8h5-libmpc-1.3.1
2025-08-20T21:49:24.9566361Z [00:00:18.179]➜    /nix/store/p1n9z8p8dzfb12gmz8qcn3nzcmhgg14r-libmpc-1.3.1
2025-08-20T21:49:24.9566975Z [00:00:18.179]➜    /nix/store/0hcgh2iq33n818i8w5nzjq159a2jijgz-libnetfilter_conntrack-1.1.0.tar.xz
2025-08-20T21:49:24.9567630Z [00:00:18.179]➜    /nix/store/qkbgygk58a3sc976259zcggibagjb8f1-libnfnetlink-1.0.2.tar.bz2
2025-08-20T21:49:24.9568210Z [00:00:18.179]➜    /nix/store/b6ixqy93h3vc3h90i6nxwng4m25wgni0-libnftnl-1.2.9.tar.xz
2025-08-20T21:49:24.9568951Z [00:00:18.179]➜    /nix/store/5v0jlq9rn8xns73rah5s7f687y74s68k-libpcap-1.10.5.tar.gz
2025-08-20T21:49:24.9569479Z [00:00:18.179]➜    /nix/store/i5ymy0x9p9npy0y1byd5wkb6bap2rxrq-libpfm-4.13.0
2025-08-20T21:49:24.9569998Z [00:00:18.179]➜    /nix/store/31p4g79sz071rf2q6alyl49347l782pa-libpipeline-1.5.8
2025-08-20T21:49:24.9570568Z [00:00:18.179]➜    /nix/store/47nc7id6fk4rr6nk7c53dc0hy5rw7160-libpng-1.6.47-apng.patch.gz
2025-08-20T21:49:24.9571151Z [00:00:18.179]➜    /nix/store/clcxld6mfjd6y5h9ij51sc68bspaqzjp-libpng-1.6.47.tar.xz
2025-08-20T21:49:24.9571703Z [00:00:18.179]➜    /nix/store/fvjkayjwp5ysfkmbvr4g5g4l8ba36wmy-libpng-apng-1.6.47
2025-08-20T21:49:24.9572230Z [00:00:18.179]➜    /nix/store/marn1vzlxpfkk51zjifnlq9l10kvp8xb-libpsl-0.21.5
2025-08-20T21:49:24.9572879Z [00:00:18.179]➜    /nix/store/17xy7m7lh883jx5xpm1ld0zhgp8w71c6-libpsl-static-x86_64-unknown-linux-musl-0.21.5
2025-08-20T21:49:24.9574064Z [00:00:18.179]➜    /nix/store/9gm9vshkbi153l0qsz3l8aln9dg3ljm0-libpsl-static-x86_64-unknown-linux-musl-0.21.5-dev
2025-08-20T21:49:24.9575026Z [00:00:18.179]➜    /nix/store/vy31v6yp2zqdvzj780maiyxw2n9l5z6n-libpthread-stubs-0.5.tar.xz
2025-08-20T21:49:24.9576179Z [00:00:18.179]➜    /nix/store/487gg08bghrplk96z401gv2djyaj9x5q-libseccomp-2.6.0-lib
2025-08-20T21:49:24.9577514Z [00:00:18.179]➜    /nix/store/f3zrw5z9ch9vqkhdrsidjpqsw431zcvg-libseccomp-static-x86_64-unknown-linux-musl-2.6.0
2025-08-20T21:49:24.9579104Z [00:00:18.179]➜    /nix/store/4rc9yrbsxxzsdacpcivyfml0kc38j7df-libseccomp-static-x86_64-unknown-linux-musl-2.6.0-dev
2025-08-20T21:49:24.9580712Z [00:00:18.180]➜    /nix/store/g12lm22lmymf4rdj5v1h9irwr95pqk77-libseccomp-static-x86_64-unknown-linux-musl-2.6.0-lib
2025-08-20T21:49:24.9582012Z [00:00:18.180]➜    /nix/store/34lr4lwh8wxk86zrbhw3c91cjcxfwd80-libselinux-3.8.1
2025-08-20T21:49:24.9583421Z [00:00:18.180]➜    /nix/store/nn3nrg1m37a9rhm3vs206q7xfxgg2i0n-libssh2-1.11.1
2025-08-20T21:49:24.9584412Z [00:00:18.180]➜    /nix/store/sfpj91cxjs6i50ajqk04qzlhq9j324a3-libssh2-1.11.1
2025-08-20T21:49:24.9585341Z [00:00:18.180]➜    /nix/store/162qplhli6d6jf2k6z50a36p3lbw9r4y-libssh2-1.11.1-dev
2025-08-20T21:49:24.9586575Z [00:00:18.180]➜    /nix/store/mvdkgbwcac1k0p1zqqaq6v3apm4sp2bq-libssh2-static-x86_64-unknown-linux-musl-1.11.1
2025-08-20T21:49:24.9588169Z [00:00:18.180]➜    /nix/store/rr598iz9x2p5ll8l97mm7pkgdbqmcsl9-libssh2-static-x86_64-unknown-linux-musl-1.11.1-dev
2025-08-20T21:49:24.9589429Z [00:00:18.180]➜    /nix/store/71alk3baa9mhvbh2ddwbdri45vljcwm7-libtasn1-4.20.0
2025-08-20T21:49:24.9590427Z [00:00:18.180]➜    /nix/store/xzwif45a91yz9kvfy03a2gnh5gl5smh1-libtasn1-4.20.0-dev
2025-08-20T21:49:24.9591757Z [00:00:18.180]➜    /nix/store/ds00vmabh8630jxmkb4cn6kblbxn9s8j-libtasn1-static-x86_64-unknown-linux-musl-4.20.0
2025-08-20T21:49:24.9593133Z [00:00:18.180]➜    /nix/store/0g31hj2rr611l13vfnnnhmc0ap4jzsj7-libtasn1-static-x86_64-unknown-linux-musl-4.20.0-dev
2025-08-20T21:49:24.9594356Z [00:00:18.180]➜    /nix/store/2dmar7pdi52ydrpfrxpz4zn2p33isqaa-libthai-0.1.29
2025-08-20T21:49:24.9595331Z [00:00:18.180]➜    /nix/store/3p8970kqbbrjvn7a6l875vkp3sga3345-libtiff-4.7.0
2025-08-20T21:49:24.9596355Z [00:00:18.180]➜    /nix/store/77i3s08chmmhd6jzcb8xbw3j4zrk61sz-libtirpc-1.3.6.tar.gz
2025-08-20T21:49:24.9597387Z [00:00:18.180]➜    /nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4
2025-08-20T21:49:24.9598377Z [00:00:18.180]➜    /nix/store/bk2lnyr4lrlgwbxaf1jdwfdkn4f2n9h4-libtool-2.5.4-lib
2025-08-20T21:49:24.9599439Z [00:00:18.180]➜    /nix/store/jajhcicf36zaby6nqdsrz5qcl2hqbx3a-libtool-2.5.4.tar.gz
2025-08-20T21:49:24.9600317Z [00:00:18.180]➜    /nix/store/562jc9ym7vd1zsw6sbq7i6j1vg8k1x32-libunistring-1.3
2025-08-20T21:49:24.9601012Z [00:00:18.180]➜    /nix/store/fkw34sqb4pnsw5liakyik6fas2nh8ki1-libunistring-static-x86_64-unknown-linux-musl-1.3
2025-08-20T21:49:24.9602248Z [00:00:18.180]➜    /nix/store/0l7cn80bybxm6r7l6hhck92iyc1jp8p4-libunistring-static-x86_64-unknown-linux-musl-1.3-dev
2025-08-20T21:49:24.9603689Z [00:00:18.180]➜    /nix/store/6r9fwvh9ansv5ddm9kal1w2l18gc1f72-libuv-1.51.0
2025-08-20T21:49:24.9604914Z [00:00:18.180]➜    /nix/store/137bc7m0vjdcc22wkdw655l67nm6wsng-libvmaf-3.0.0
2025-08-20T21:49:24.9605864Z [00:00:18.180]➜    /nix/store/8kgj4vk3201i2nl8dryg0554nzxcazfx-libwebp-1.6.0
2025-08-20T21:49:24.9606801Z [00:00:18.180]➜    /nix/store/9yam7xvh7shxyljlqxgas6g1d334m040-libwebp-1.6.0
2025-08-20T21:49:24.9607767Z [00:00:18.180]➜    /nix/store/gk2g52fcbwlh0qvczci2clc5zxjnb28m-libxcb-1.17.0
2025-08-20T21:49:24.9608839Z [00:00:18.180]➜    /nix/store/4ypid2ya98yr389z8a4nhz7ivi85gl53-libxcb-1.17.0.tar.xz
2025-08-20T21:49:24.9609885Z [00:00:18.180]➜    /nix/store/sdyl0b9k0ijgdfwba9cgp76m81nhm387-libxcrypt-4.4.38
2025-08-20T21:49:24.9611179Z [00:00:18.180]➜    /nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38
2025-08-20T21:49:24.9612689Z [00:00:18.180]➜    /nix/store/ayksccfcmihbjz9075yd285fhdzdzlfl-libxml2-2.14.4-unstable-2025-06-20
2025-08-20T21:49:24.9614193Z [00:00:18.180]➜    /nix/store/iwjar74587v78zbc7kcj9l0chd573yar-libxml2-2.14.4-unstable-2025-06-20-bin
2025-08-20T21:49:24.9615627Z [00:00:18.180]➜    /nix/store/nlqy7cl7gcpiiarxbiwvhrqkz8cy97fy-libxml2-2.14.4-unstable-2025-06-20-dev
2025-08-20T21:49:24.9617068Z [00:00:18.180]➜    /nix/store/5zyhvw915ipajilpyizfs89ara64x21b-libxml2-2.14.4-unstable-2025-06-20-py
2025-08-20T21:49:24.9618669Z [00:00:18.180]➜    /nix/store/54qzw5h35186a8bb02fb3x8nalszhpi5-libxml2-static-x86_64-unknown-linux-musl-2.14.4-unstable-2025-06-20
2025-08-20T21:49:24.9620499Z [00:00:18.180]➜    /nix/store/vwyib2bx1zrp52n88bii9pwzhq28gkji-libxml2-static-x86_64-unknown-linux-musl-2.14.4-unstable-2025-06-20-bin
2025-08-20T21:49:24.9622073Z [00:00:18.180]➜    /nix/store/banbrihxhlzfvpz6m2iwph2z08pbx428-libxml2-static-x86_64-unknown-linux-musl-2.14.4-unstable-2025-06-20-dev
2025-08-20T21:49:24.9623609Z [00:00:18.180]➜    /nix/store/gpwcsm32n7i4pj11vi8c4frspa0nli9m-libxslt-1.1.43
2025-08-20T21:49:24.9624352Z [00:00:18.180]➜    /nix/store/g3d1y59v2xi5g237yynb3l8a0iimsbna-libxslt-1.1.43-bin
2025-08-20T21:49:24.9624931Z [00:00:18.180]➜    /nix/store/sqlc3mpmyrajwv3lklzqcxfnxlyybhmf-libxslt-1.1.43-dev
2025-08-20T21:49:24.9625626Z [00:00:18.180]➜    /nix/store/yf97mxg8rjwphpl6cyhl1q4nrscxszx1-libxslt-static-x86_64-unknown-linux-musl-1.1.43
2025-08-20T21:49:24.9626435Z [00:00:18.180]➜    /nix/store/l8myqqhgda8zq26ri1jq1jsg0ql6vs9a-libxslt-static-x86_64-unknown-linux-musl-1.1.43-bin
2025-08-20T21:49:24.9627245Z [00:00:18.180]➜    /nix/store/8k2ymzr7g2sn9lllb2x9fishf4vhw8h0-libxslt-static-x86_64-unknown-linux-musl-1.1.43-dev
2025-08-20T21:49:24.9627877Z [00:00:18.180]➜    /nix/store/2m55mixr4fb8k7m50cagg3k3r3k7j34h-libyuv-1908
2025-08-20T21:49:24.9628392Z [00:00:18.180]➜    /nix/store/3vw4rh9lhlnbnmyjrl39lm1s4s4aknjn-linux-6.14.7.tar.xz
2025-08-20T21:49:24.9628944Z [00:00:18.180]➜    /nix/store/v0sk2zdlpakiz0xqf6fn9vm2lfl7wg8r-linux-headers-6.14.7
2025-08-20T21:49:24.9629550Z [00:00:18.180]➜    /nix/store/3wi61527nhv09mw8c16gibvgj6pf3cg2-linux-headers-static-6.14.7
2025-08-20T21:49:24.9630101Z [00:00:18.180]➜    /nix/store/zzm2ka57nhpijl98j5livhprqw9d7pdp-llvm-19.1.7
2025-08-20T21:49:24.9630619Z [00:00:18.180]➜    /nix/store/9r43znl0msv0nrp2sl8h0wjilncrxr4m-llvm-19.1.7-dev
2025-08-20T21:49:24.9631140Z [00:00:18.180]➜    /nix/store/7mhwyrv7rpvd5172hanh47lzihmg2yfc-llvm-19.1.7-lib
2025-08-20T21:49:24.9631681Z [00:00:18.180]➜    /nix/store/kfjpc8875r1wd0dgnixzicrpm34jkm0a-locale-glibc-2.40-66
2025-08-20T21:49:24.9632231Z [00:00:18.180]➜    /nix/store/f0rmrp85ywpkarrhmr1ql4mmf2clyacf-lorder-netbsd-9.2
2025-08-20T21:49:24.9632749Z [00:00:18.180]➜    /nix/store/hsymxw27p962w34236y7q0fg63ad3jv5-lz4-1.10.0-lib
2025-08-20T21:49:24.9633444Z [00:00:18.180]➜    /nix/store/zmf3f2ikkgr7vnn5qsc1x8sr6wk8z71n-lzo-2.10
2025-08-20T21:49:24.9634065Z [00:00:18.180]➜    /nix/store/xbqzrxdaymb62iz6rs7f00rd2q3znp21-lzo-static-x86_64-unknown-linux-musl-2.10
2025-08-20T21:49:24.9634712Z [00:00:18.180]➜    /nix/store/spydzl4xdlbv4yfjaj2zxakmwspkwicq-mailcap-1.17.patch
2025-08-20T21:49:24.9635246Z [00:00:18.180]➜    /nix/store/sldk7q9f60pm7s9sr2ir9qmk5242ig6j-mailcap-2.1.54
2025-08-20T21:49:24.9635931Z [00:00:18.180]➜    /nix/store/abq2547v74d9sxwj3z4i4yr5hm6hrrr1-mailcap-2.1.54.tar.xz
2025-08-20T21:49:24.9636521Z [00:00:18.180]➜    /nix/store/9scf80510scqpk7yd3kn6c8hmx9mgpkv-make-binary-wrapper-hook
2025-08-20T21:49:24.9637085Z [00:00:18.180]➜    /nix/store/2a3nar4ckgvfqa4p0bjwk6ad6giqw0k6-make-netbsd-9.2
2025-08-20T21:49:24.9637640Z [00:00:18.180]➜    /nix/store/138ghxwn70hb1qzsgx2di05ispwizrjl-make-shell-wrapper-hook
2025-08-20T21:49:24.9638188Z [00:00:18.180]➜    /nix/store/4vnmca790cs5z3zmwp16y4ghp5sd6apc-man-db-2.13.1
2025-08-20T21:49:24.9638683Z [00:00:18.180]➜    /nix/store/bjk2lpzkba65mgbad1jicf2l1nkkq58s-mandoc-1.14.6
2025-08-20T21:49:24.9639171Z [00:00:18.180]➜    /nix/store/mlbip5589yfjw1hmyjrw070l8gk1kpbk-meson-1.8.2
2025-08-20T21:49:24.9639943Z [00:00:18.180]➜    /nix/store/gb73za0wl3cz6sry4cvw2qqsc4bkrnj6-meson.patch?h=mingw-w64-xorgproto-id=7b817efc3144a50e6766817c4ca7242f8ce49307
2025-08-20T21:49:24.9640660Z [00:00:18.180]➜    /nix/store/s0r540lrdk8ac5grg04k3q1zl385906q-mirrors-list
2025-08-20T21:49:24.9641191Z [00:00:18.180]➜    /nix/store/lsbw8y9k2sg13c7z1nrqgzmg42ln1ji2-mpdecimal-4.0.1
2025-08-20T21:49:24.9641733Z [00:00:18.180]➜    /nix/store/ggy3l7mjd12j8ljnll6xhz9139yfinkl-mpdecimal-4.0.1.tar.gz
2025-08-20T21:49:24.9642254Z [00:00:18.180]➜    /nix/store/s0bw3ahvpbl9zznakz7lb67rsa8ccvv3-mpfr-4.2.2
2025-08-20T21:49:24.9642716Z [00:00:18.180]➜    /nix/store/vcb1zshk30mw57lib3wsqf1cxp8y4gk2-mpfr-4.2.2
2025-08-20T21:49:24.9643181Z [00:00:18.180]➜    /nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20
2025-08-20T21:49:24.9643917Z [00:00:18.180]➜    /nix/store/vg5dsxxj9ayfgn35x0d04sdih8035rr4-musl-asm-ptrace-h.patch
2025-08-20T21:49:24.9644610Z [00:00:18.180]➜    /nix/store/5y43ag5k3z9bqczpib99020362kr1la7-musl-fts-static-x86_64-unknown-linux-musl-1.2.7
2025-08-20T21:49:24.9645385Z [00:00:18.180]➜    /nix/store/8znc8qfz6b6id69p6akhx1ivp4g7y8l2-musl-iconv-1.2.5
2025-08-20T21:49:24.9645918Z [00:00:18.180]➜    /nix/store/hi3j97v910lh9rfr44j9bckj56rm03gd-musl-macros.patch
2025-08-20T21:49:24.9646563Z [00:00:18.180]➜    /nix/store/yhf3iwrxa47s5rh92hh3zpyicjp7krnl-musl-static-x86_64-unknown-linux-musl-1.2.5
2025-08-20T21:49:24.9647315Z [00:00:18.180]➜    /nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin
2025-08-20T21:49:24.9648084Z [00:00:18.180]➜    /nix/store/6lxk8zmw91zp75ipnlhq9xdrdqrwbjdx-musl-static-x86_64-unknown-linux-musl-1.2.5-dev
2025-08-20T21:49:24.9648735Z [00:00:18.180]➜    /nix/store/n0q1n3zcig79inm4jbl175pnpsm5axgf-musl-strndupa.patch
2025-08-20T21:49:24.9649248Z [00:00:18.180]➜    /nix/store/lq38mhk5q9fa7mnpz9pg9y22b1jr3hwc-musl.patch
2025-08-20T21:49:24.9649714Z [00:00:18.180]➜    /nix/store/qkaswlhigwbial53yz1kcgs2w25yg8wf-musl.patch
2025-08-20T21:49:24.9650201Z [00:00:18.180]➜    /nix/store/ikshldlpw00r98sa5slf75f1flnxg52c-ncompress-5.0
2025-08-20T21:49:24.9650691Z [00:00:18.180]➜    /nix/store/4kark163478mlnx42k2gakrji1z43z9m-ncurses-6.5
2025-08-20T21:49:24.9651179Z [00:00:18.180]➜    /nix/store/z1l05nn4xyaxv25f9pvi7bkmw6jmb48c-ncurses-6.5-dev
2025-08-20T21:49:24.9651695Z [00:00:18.180]➜    /nix/store/cgi3h8s5f7y2w4yhhbdc57pr3jbw6jkr-ncurses-6.5-man
2025-08-20T21:49:24.9652352Z [00:00:18.180]➜    /nix/store/9hvr7ik8cqdpkv6i7b44adizmwvqqf0z-ncurses-static-x86_64-unknown-linux-musl-6.5-dev
2025-08-20T21:49:24.9653143Z [00:00:18.180]➜    /nix/store/vhdiqxr65xzlf2lj12qsi80405kh4kpw-ncurses-static-x86_64-unknown-linux-musl-6.5-man
2025-08-20T21:49:24.9654003Z [00:00:18.180]➜    /nix/store/mwlsc2gfsg9lzqzqhdwws70qh0adzwxj-netbsd-setup-hook
2025-08-20T21:49:24.9654531Z [00:00:18.180]➜    /nix/store/hw709yvhxp1xjw9s8vi33r6zw7701n7m-netbsd-stat-hook
2025-08-20T21:49:24.9655031Z [00:00:18.180]➜    /nix/store/14fwawdd17cdcm67p8xa1ad38sy6sqjc-nettle-3.10.1
2025-08-20T21:49:24.9655687Z [00:00:18.180]➜    /nix/store/i7im6sgfhhbxgskrhf6xl9d6kh6mq6fl-nettle-static-x86_64-unknown-linux-musl-3.10.1
2025-08-20T21:49:24.9656479Z [00:00:18.180]➜    /nix/store/4ry3jkm2y8lbpaf473psila7w0iqk93p-nettle-static-x86_64-unknown-linux-musl-3.10.1-dev
2025-08-20T21:49:24.9657302Z [00:00:18.180]➜    /nix/store/vx8qhkszljw2ghfwqzx99023nz06dys0-nfs-utils-2.7.1.tar.xz
2025-08-20T21:49:24.9657840Z [00:00:18.180]➜    /nix/store/0hlih78vqyv0627dp7zvy3s5rpz5yxk0-nghttp2-1.65.0
2025-08-20T21:49:24.9658361Z [00:00:18.180]➜    /nix/store/4qza4lfjrrk8wv975xkxwks8cgsm1msd-nghttp2-1.65.0-dev
2025-08-20T21:49:24.9658886Z [00:00:18.180]➜    /nix/store/qv68pw71ffk2075fgk84h338lpaxnj5w-nghttp2-1.65.0-lib
2025-08-20T21:49:24.9659408Z [00:00:18.180]➜    /nix/store/z5d9ic46drhjjkw20c412sswxaxblr22-nghttp2-1.65.0-lib
2025-08-20T21:49:24.9660066Z [00:00:18.180]➜    /nix/store/rpsf35bc9lq8m7q5l58ycx1pc07v0v2z-nghttp2-static-x86_64-unknown-linux-musl-1.65.0
2025-08-20T21:49:24.9660890Z [00:00:18.180]➜    /nix/store/c3qpm3l68hscxi0avhmjfajwggp45dzj-nghttp2-static-x86_64-unknown-linux-musl-1.65.0-dev
2025-08-20T21:49:24.9661708Z [00:00:18.180]➜    /nix/store/xs5z9i17ns2na47kfyv3x7la3kqyachz-nghttp2-static-x86_64-unknown-linux-musl-1.65.0-lib
2025-08-20T21:49:24.9662346Z [00:00:18.180]➜    /nix/store/wws3zb9sa7b21msrwh0b2018pl7bpsw6-ninja-1.12.1
2025-08-20T21:49:24.9662854Z [00:00:18.180]➜    /nix/store/4vh1igwdj2f68kckg5i39067lpblx7pq-nuke-references
2025-08-20T21:49:24.9663698Z [00:00:18.180]➜    /nix/store/xclybms720v5yyc2r11p2i2i3i1d4ibm-openldap-2.6.9.tgz
2025-08-20T21:49:24.9664326Z [00:00:18.180]➜    /nix/store/lyl9yxxz8a3mlaxvm0jln6mglpbf2fha-openssl-3.5.1
2025-08-20T21:49:24.9664837Z [00:00:18.180]➜    /nix/store/paiak48ilkpsd9h56rk6j5031vn5qs6p-openssl-3.5.1
2025-08-20T21:49:24.9665356Z [00:00:18.180]➜    /nix/store/6bxwpvvh0appj0szj3mz4w9mch4w8d4p-openssl-3.5.1-bin
2025-08-20T21:49:24.9665890Z [00:00:18.180]➜    /nix/store/x7p6a7pdlg9skj8mb0b52af57vp5y5qv-openssl-3.5.1-dev
2025-08-20T21:49:24.9666539Z [00:00:18.180]➜    /nix/store/sp6d6xjc541vd0dvyi7h4wy1fx1yy2q1-openssl-static-x86_64-unknown-linux-musl-3.5.1
2025-08-20T21:49:24.9667470Z [00:00:18.180]➜    /nix/store/8ywq1pmijwsgihdrbl4zhp0nmb8d80k5-openssl-static-x86_64-unknown-linux-musl-3.5.1-bin
2025-08-20T21:49:24.9668288Z [00:00:18.180]➜    /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev
2025-08-20T21:49:24.9669077Z [00:00:18.180]➜    /nix/store/vxd8m97i6n2lfj01wwm7b3p6p5xz51lz-openssl-static-x86_64-unknown-linux-musl-3.5.1-etc
2025-08-20T21:49:24.9669717Z [00:00:18.180]➜    /nix/store/5gnn2yvp740nyhmjb05wl9v5cn8sdgvb-p11-kit-0.25.5
2025-08-20T21:49:24.9670213Z [00:00:18.180]➜    /nix/store/jmjzwbsx3i3ahid7in49429116rv2b2w-pango-1.56.3
2025-08-20T21:49:24.9670693Z [00:00:18.180]➜    /nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8
2025-08-20T21:49:24.9671194Z [00:00:18.180]➜    /nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0
2025-08-20T21:49:24.9671711Z [00:00:18.180]➜    /nix/store/w7iln2fr4m6h6wvihdmykvgb2j0nb0w3-patchutils-0.3.3
2025-08-20T21:49:24.9672218Z [00:00:18.180]➜    /nix/store/7bgq9cg5ak81wf8ci849649z4qxkqlf7-pcre2-10.44
2025-08-20T21:49:24.9672834Z [00:00:18.180]➜    /nix/store/j3293mhb3c63kyc8p6cpqrl8pkb0xdk2-pcre2-static-x86_64-unknown-linux-musl-10.44
2025-08-20T21:49:24.9673823Z [00:00:18.180]➜    /nix/store/fsyswv3ljrc5ikxd3bpirygijsm8v74m-pcre2-static-x86_64-unknown-linux-musl-10.44-bin
2025-08-20T21:49:24.9674611Z [00:00:18.180]➜    /nix/store/6gv17ia82afyx1cpiv4vxzrspmik8p0v-pcre2-static-x86_64-unknown-linux-musl-10.44-dev
2025-08-20T21:49:24.9675234Z [00:00:18.180]➜    /nix/store/49rng2j1jbdr3jvgci5x6pv15lam6ysx-perl-5.40.0
2025-08-20T21:49:24.9675815Z [00:00:18.180]➜    /nix/store/fzj2d9sdyv6c94pvkybxc38ik5f167gp-perl5.40.0-Class-Inspector-1.36
2025-08-20T21:49:24.9676426Z [00:00:18.180]➜    /nix/store/scz952w251fzscnc4laadq25aqp9k37q-perl5.40.0-Clone-0.46
2025-08-20T21:49:24.9677021Z [00:00:18.180]➜    /nix/store/v85w54lnlsd48sn1d0ndx2ccjrif515w-perl5.40.0-Encode-Locale-1.05
2025-08-20T21:49:24.9677661Z [00:00:18.180]➜    /nix/store/44hcv3r700fpz5blawas0f6chb900d7v-perl5.40.0-File-Listing-6.16
2025-08-20T21:49:24.9678299Z [00:00:18.180]➜    /nix/store/h71vmk0ripyjbmh1aarln6qkcl0xvj6s-perl5.40.0-File-ShareDir-1.118
2025-08-20T21:49:24.9679075Z [00:00:18.180]➜    /nix/store/zsrlh9hphzp8kynbqy2c0i5sa4ks1z51-perl5.40.0-HTML-Parser-3.81
2025-08-20T21:49:24.9679697Z [00:00:18.180]➜    /nix/store/nb2gikpamcqz0i62k81cpa51w6f6fqk8-perl5.40.0-HTML-Tagset-3.20
2025-08-20T21:49:24.9680336Z [00:00:18.180]➜    /nix/store/g8laallc9lbmr7l16kv1d98hm5pcaamn-perl5.40.0-HTTP-CookieJar-0.014
2025-08-20T21:49:24.9680972Z [00:00:18.180]➜    /nix/store/413cl055d3mn09kpxxyp0r9xkcnnrd8j-perl5.40.0-HTTP-Cookies-6.10
2025-08-20T21:49:24.9681581Z [00:00:18.180]➜    /nix/store/2d5qb4hxdjdcmkyk5m331klmx2516kwl-perl5.40.0-HTTP-Daemon-6.16
2025-08-20T21:49:24.9682183Z [00:00:18.180]➜    /nix/store/1k2d80n48kahj4ma3h7kqn0rg464ahfx-perl5.40.0-HTTP-Date-6.06
2025-08-20T21:49:24.9682795Z [00:00:18.180]➜    /nix/store/dbaln80k4vywv7drq3mbxcqcvxzn53vj-perl5.40.0-HTTP-Message-6.45
2025-08-20T21:49:24.9683635Z [00:00:18.180]➜    /nix/store/yhv1r44mf9vdlr5kpszgr76yj2h5p43n-perl5.40.0-HTTP-Negotiate-6.01
2025-08-20T21:49:24.9684266Z [00:00:18.180]➜    /nix/store/jxqknkbhms9w4dc7pa14sxy48jyyigl5-perl5.40.0-IO-HTML-1.004
2025-08-20T21:49:24.9684901Z [00:00:18.180]➜    /nix/store/kjmnq9l3mmn255bpdhby3zy0lyns4j6d-perl5.40.0-LWP-MediaTypes-6.04
2025-08-20T21:49:24.9685550Z [00:00:18.180]➜    /nix/store/b7yij5yq7p4ng46ly4v8kdfqi305h1hq-perl5.40.0-MIME-Charset-1.013.1
2025-08-20T21:49:24.9686191Z [00:00:18.180]➜    /nix/store/lfi63hx3ic2an2cpz5i290bff8fmj9ws-perl5.40.0-Module-Build-0.4234
2025-08-20T21:49:24.9686800Z [00:00:18.180]➜    /nix/store/ak0ba7k7fn47shvz7zvbig1zlrq3p33k-perl5.40.0-Net-HTTP-6.23
2025-08-20T21:49:24.9687405Z [00:00:18.180]➜    /nix/store/bqnm90caw26wbcz4qwx372j9jiqf0zsh-perl5.40.0-Pod-Parser-1.66
2025-08-20T21:49:24.9688003Z [00:00:18.180]➜    /nix/store/52a2x8axrjhmgzlgch1nrrijsn2fwh8m-perl5.40.0-SGMLSpm-1.1
2025-08-20T21:49:24.9688772Z [00:00:18.180]➜    /nix/store/kby8i6kxckxbxy9pv6prkmqg1bp1vs5m-perl5.40.0-Syntax-Keyword-Try-0.29
2025-08-20T21:49:24.9689436Z [00:00:18.180]➜    /nix/store/nva33a7q8ahy2kzxpz7yh3lkkk3v5aap-perl5.40.0-Test-Fatal-0.017
2025-08-20T21:49:24.9690072Z [00:00:18.180]➜    /nix/store/d4aj8mwxx55y54438nm6mkinzmlrb0qh-perl5.40.0-Test-Needs-0.002010
2025-08-20T21:49:24.9690756Z [00:00:18.180]➜    /nix/store/g9cffvxp8qlnbpzjfjaw1l89fca6sfln-perl5.40.0-Test-RequiresInternet-0.05
2025-08-20T21:49:24.9691449Z [00:00:18.180]➜    /nix/store/rfc91hivx6h6bxpnadc754vzlw9nqkl8-perl5.40.0-Text-CharWidth-0.04
2025-08-20T21:49:24.9692086Z [00:00:18.180]➜    /nix/store/ga37hnq1r171aa598s4qiia73mgjhn5h-perl5.40.0-Text-WrapI18N-0.06
2025-08-20T21:49:24.9692689Z [00:00:18.180]➜    /nix/store/y9qam21v364bvi3qwn8v3x9spsq2xc91-perl5.40.0-TimeDate-2.33
2025-08-20T21:49:24.9693510Z [00:00:18.180]➜    /nix/store/nb2ghxgm8mihs9ig6rd7yhi31cxwsgrc-perl5.40.0-Try-Tiny-0.31
2025-08-20T21:49:24.9694147Z [00:00:18.180]➜    /nix/store/n0c89q37hzzff3l4wdp2fn068c5ygmyx-perl5.40.0-URI-5.21
2025-08-20T21:49:24.9694788Z [00:00:18.180]➜    /nix/store/14db0m5c1xxlfzwm5sp5cbyd1y9g8cng-perl5.40.0-Unicode-LineBreak-2019.001
2025-08-20T21:49:24.9695471Z [00:00:18.180]➜    /nix/store/l1nkixb7faysc7pcdgs30b68xzzyahgi-perl5.40.0-WWW-RobotRules-6.02
2025-08-20T21:49:24.9696103Z [00:00:18.180]➜    /nix/store/x78f9dhp027vkz4bggvbn3f3xjp5y88m-perl5.40.0-XML-Parser-2.46
2025-08-20T21:49:24.9696745Z [00:00:18.180]➜    /nix/store/16f0h2v0pfkd9xc53d8kwyda6hnibxma-perl5.40.0-XS-Parse-Keyword-0.46
2025-08-20T21:49:24.9697377Z [00:00:18.180]➜    /nix/store/xp5c9n295gcsbrf00dn75yylwskblhx7-perl5.40.0-YAML-Tiny-1.74
2025-08-20T21:49:24.9698464Z [00:00:18.180]➜    /nix/store/rkr9lij8gxcf275qdg2mi6gc3aw8iwlj-perl5.40.0-gettext-1.07
2025-08-20T21:49:24.9699282Z [00:00:18.180]➜    /nix/store/rc3w51l7jmz5ha9vy55c63x7pc63i7al-perl5.40.0-libwww-perl-6.72
2025-08-20T21:49:24.9699874Z [00:00:18.180]➜    /nix/store/vbjmdjsrnhz2b7s42plc6zhn66gpm3sm-perl5.40.0-po4a-0.73
2025-08-20T21:49:24.9700427Z [00:00:18.180]➜    /nix/store/c2dv7ggdgyhqzb2qkqxfa1a7jgm5vi2y-pixman-0.46.2
2025-08-20T21:49:24.9700948Z [00:00:18.180]➜    /nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2
2025-08-20T21:49:24.9701448Z [00:00:18.180]➜    /nix/store/hmccspxh0fwd1jbpbzs7ad7hjff6bnlj-popt-1.19
2025-08-20T21:49:24.9702150Z [00:00:18.180]➜    /nix/store/c3cfx2jas719zma3jkgam52ycapapqi7-popt-1.19.tar.gz
2025-08-20T21:49:24.9702679Z [00:00:18.180]➜    /nix/store/4pfhyc13jhz84b8973gxbydhx4fn9vxp-ppc64-elfv2.patch
2025-08-20T21:49:24.9703429Z [00:00:18.180]➜    /nix/store/f3xhml3wj5r9g5xhas5911fnzgdvkrnq-prune-libtool-files
2025-08-20T21:49:24.9704138Z [00:00:18.180]➜    /nix/store/6ljvcjl7i3j8lcm8qakxk1gnrx5wgpam-publicsuffix-list-0-unstable-2025-06-10
2025-08-20T21:49:24.9704932Z [00:00:18.180]➜    /nix/store/crqryvyz974bb9sis3dny7wpwq1p53n2-publicsuffix-list-static-0-unstable-2025-06-10
2025-08-20T21:49:24.9705608Z [00:00:18.180]➜    /nix/store/2a5m47qs7p2ag79723zgi2qr5bxignfv-python-setup-hook.sh
2025-08-20T21:49:24.9706290Z [00:00:18.181]➜    /nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5
2025-08-20T21:49:24.9706815Z [00:00:18.181]➜    /nix/store/bjw0b78np94s2i3wari6658ir2sklrfg-python3-3.13.5-env
2025-08-20T21:49:24.9707347Z [00:00:18.181]➜    /nix/store/h8ymla6sqs3ci1s9nng87zjvpiy67jgy-python3-3.13.5-env
2025-08-20T21:49:24.9707921Z [00:00:18.181]➜    /nix/store/arxnvsl6f3k6hlfhnkj4nclsy6q1yqbm-python3.13-jinja2-3.1.6
2025-08-20T21:49:24.9708504Z [00:00:18.181]➜    /nix/store/cccmimvk4pbn8l1vpc6zgvbs81ahny09-python3.13-lxml-5.4.0
2025-08-20T21:49:24.9709104Z [00:00:18.181]➜    /nix/store/z2vs5wgpg25fnvq04hbjz277bphkyp7p-python3.13-markupsafe-3.0.2
2025-08-20T21:49:24.9709725Z [00:00:18.181]➜    /nix/store/z0daf9jczd29kz8hic40jwnpsr1pk227-python3.13-pyelftools-0.32
2025-08-20T21:49:24.9710242Z [00:00:18.181]➜    /nix/store/d1xybymfx4ad0hy6zv97walg9v1dyzn6-raw
2025-08-20T21:49:24.9710706Z [00:00:18.181]➜    /nix/store/wqg50ip92b4626ryk097yszg6lyi32bf-readline-8.3p1
2025-08-20T21:49:24.9711225Z [00:00:18.181]➜    /nix/store/r324i9jhfr8gr9wsfjzhk0b97h245yk5-readline-8.3p1-dev
2025-08-20T21:49:24.9711896Z [00:00:18.181]➜    /nix/store/46lp3f87x2zzpd9vyyk82pw27d63jj1g-readline-static-x86_64-unknown-linux-musl-8.3p1
2025-08-20T21:49:24.9712701Z [00:00:18.181]➜    /nix/store/wi07kfjcnflgkp69wrgxhdwzhryy8r26-readline-static-x86_64-unknown-linux-musl-8.3p1-dev
2025-08-20T21:49:24.9713560Z [00:00:18.181]➜    /nix/store/0wjfj32rdpx83n2rzqg7wn2lznm897r5-rhash-1.4.4
2025-08-20T21:49:24.9714050Z [00:00:18.181]➜    /nix/store/aav90wsa87akkdgdkzylnq1dm7bzp5zm-rsync-3.4.1
2025-08-20T21:49:24.9714603Z [00:00:18.181]➜    /nix/store/d6j86yzj5hs4937vaaynb1ilj6zvj3l1-setup-debug-info-dirs-hook
2025-08-20T21:49:24.9715128Z [00:00:18.181]➜    /nix/store/2d9m88nzhfwnj5wicxwmnw60havflk93-source
2025-08-20T21:49:24.9715557Z [00:00:18.181]➜    /nix/store/2qw62845796lyx649ck67zbk04pv8xhf-source
2025-08-20T21:49:24.9715976Z [00:00:18.181]➜    /nix/store/45az41k2c95cyzv0x48l2x7vhcnvvgjw-source
2025-08-20T21:49:24.9716393Z [00:00:18.181]➜    /nix/store/6d5k3s872hi01abwm1i2311pj0ji4930-source
2025-08-20T21:49:24.9716825Z [00:00:18.181]➜    /nix/store/6vzzxwpz26wshw59f13s17klv6xhfpyq-source
2025-08-20T21:49:24.9717250Z [00:00:18.181]➜    /nix/store/72q93ka8xaxbssnxpvl0mrz61ky6rpil-source
2025-08-20T21:49:24.9717829Z [00:00:18.181]➜    /nix/store/7vp1xphsl8afjpgxwx5zxma723968ycc-source
2025-08-20T21:49:24.9718251Z [00:00:18.181]➜    /nix/store/ak3g6xqjrw6d88c8g0pjvkc0x7pfs65k-source
2025-08-20T21:49:24.9718674Z [00:00:18.181]➜    /nix/store/anvll3j5z4prhm5q9nla3lyizncp9l72-source
2025-08-20T21:49:24.9719097Z [00:00:18.181]➜    /nix/store/ayjpcx2smp7v7x5g44bsz9fqv4179hyi-source
2025-08-20T21:49:24.9719520Z [00:00:18.181]➜    /nix/store/b3wh7272xbgj0w1b1n9z8ahzq6y5fn67-source
2025-08-20T21:49:24.9719942Z [00:00:18.181]➜    /nix/store/fxkc59pi7r2lnbpn0a67hcmrsf8g2wvv-source
2025-08-20T21:49:24.9720362Z [00:00:18.181]➜    /nix/store/gnq039p375f1zjl850i2wahy87nspwsh-source
2025-08-20T21:49:24.9720777Z [00:00:18.181]➜    /nix/store/i9aa122a393f1jnzwj41kcaqz5wxqf2k-source
2025-08-20T21:49:24.9721205Z [00:00:18.181]➜    /nix/store/iizvc7rcd94qrq9b9yd3svl4hpk4zrpp-source
2025-08-20T21:49:24.9721627Z [00:00:18.181]➜    /nix/store/j2sxb7s1pm1mknvdjxafcgbhs5k7lmzg-source
2025-08-20T21:49:24.9722063Z [00:00:18.181]➜    /nix/store/kilwwq5krm1jssr6jk4yj0ypp4hr690p-source
2025-08-20T21:49:24.9722496Z [00:00:18.181]➜    /nix/store/kkdxxg3kpbxc45s8x1yrdlxai20afihx-source
2025-08-20T21:49:24.9722922Z [00:00:18.181]➜    /nix/store/n76yf6njq5wczh96djradjf81a6pqbfg-source
2025-08-20T21:49:24.9723461Z [00:00:18.181]➜    /nix/store/qgjl476b75hh4f1acp6dvhxcg3386agr-source
2025-08-20T21:49:24.9723884Z [00:00:18.181]➜    /nix/store/scx2k0gpm2y7hnz878xpladmzh3qzrdi-source
2025-08-20T21:49:24.9724304Z [00:00:18.181]➜    /nix/store/v651vkyk8ryp5mzz9l07l5mfh9r4qx19-source
2025-08-20T21:49:24.9724722Z [00:00:18.181]➜    /nix/store/xng82y87ix0dp9hzv64wjf44nff4ah4i-source
2025-08-20T21:49:24.9725141Z [00:00:18.181]➜    /nix/store/z2321rw4rfdys8inqspssc6gshlbrbdp-source
2025-08-20T21:49:24.9725774Z [00:00:18.181]➜    /nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9
2025-08-20T21:49:24.9726629Z [00:00:18.181]➜    /nix/store/fy99wg3raisidhz0yz6iwbr4fn5j6zlx-source-highlight-3.1.9-dev
2025-08-20T21:49:24.9727707Z [00:00:18.181]➜    /nix/store/sn0ygj0hlhlfm68sqjyb643v1mdpfavd-spdlog-1.15.2
2025-08-20T21:49:24.9728607Z [00:00:18.181]➜    /nix/store/yd47pmkv6iv58gs5v5jgyblvkw87pqx3-sqlite-3.50.2
2025-08-20T21:49:24.9729804Z [00:00:18.181]➜    /nix/store/3ckxla4d8hsx7mb4mdn5y0chg8d7qzy3-sqlite-static-x86_64-unknown-linux-musl-3.50.2
2025-08-20T21:49:24.9731339Z [00:00:18.181]➜    /nix/store/iglcih6bl9qzsws0bk4fxvzg4disl06a-sqlite-static-x86_64-unknown-linux-musl-3.50.2-bin
2025-08-20T21:49:24.9732426Z [00:00:18.181]➜    /nix/store/nwxf94hn3wzgzgjsh78li9l8gx6qrp0l-sqlite-static-x86_64-unknown-linux-musl-3.50.2-dev
2025-08-20T21:49:24.9733082Z [00:00:18.181]➜    /nix/store/iawpg2vvmmp1r4qbd7mamyd2f1jxm2ks-stat-netbsd-9.2
2025-08-20T21:49:24.9733733Z [00:00:18.181]➜    /nix/store/0mz00gbdlqpdivijfbs2r7k590kk6vwn-stdenv-linux
2025-08-20T21:49:24.9734236Z [00:00:18.181]➜    /nix/store/g6vgg72a5m5gm6fjm1jn9c39yxgpqkw2-stdenv-linux
2025-08-20T21:49:24.9734717Z [00:00:18.181]➜    /nix/store/l5r2hk5p1a1h4lvp1ba7wgx380a5rfdy-stdenv-linux
2025-08-20T21:49:24.9735200Z [00:00:18.181]➜    /nix/store/nbrif411qgsj1h5r7rlgxxm140aj58dz-stdenv-linux
2025-08-20T21:49:24.9735779Z [00:00:18.181]➜    /nix/store/l365s6fwm2i0hq1bvm0crf149z6lskjd-swig-4.3.1
2025-08-20T21:49:24.9736342Z [00:00:18.181]➜    /nix/store/ajbhzaswxr7xp7y1glmv4ma8i8mxichv-systemd-minimal-257.6
2025-08-20T21:49:24.9736896Z [00:00:18.181]➜    /nix/store/vijsp4ywmsvr6jk5ypbb8hszayn7bwdd-tar-1.35.tar.xz
2025-08-20T21:49:24.9737389Z [00:00:18.181]➜    /nix/store/jl0z4dmvfd3lzfqz5h7q4fzqx1h4jv2x-tcl-8.6.15
2025-08-20T21:49:24.9737970Z [00:00:18.181]➜    /nix/store/s5irzc098fkvgv90fn3l3larjj75i3ba-tcp-wrappers_7.6.q-33.debian.tar.xz
2025-08-20T21:49:24.9738625Z [00:00:18.181]➜    /nix/store/hgs7q0j6ykmzf1lhmw2xr0ki6pdds4sy-tcp-wrappers_7.6.q.orig.tar.gz
2025-08-20T21:49:24.9739238Z [00:00:18.181]➜    /nix/store/f9wnpscladwgb5n0qkl9gai0aghsffs4-test069-sleep.patch
2025-08-20T21:49:24.9739794Z [00:00:18.181]➜    /nix/store/ph9kkh6flc4p2ck48x57dwj9b336pjlj-tsort-netbsd-9.2
2025-08-20T21:49:24.9740505Z [00:00:18.181]➜    /nix/store/2217z4gb8ifz8lvvmaz37vxi652z8dzl-tzdata-1.19.patch
2025-08-20T21:49:24.9741010Z [00:00:18.181]➜    /nix/store/ms10flhvgnd1nsfwnb355aw414ijlq8j-tzdata-2025b
2025-08-20T21:49:24.9741644Z [00:00:18.181]➜    /nix/store/zf1a5cbk6rk23ax7g089zb40cvgf68sn-tzdata-static-x86_64-unknown-linux-musl-2025b
2025-08-20T21:49:24.9742430Z [00:00:18.181]➜    /nix/store/9bcxpnxvfcwm3v41zavwypciaii0maav-tzdata-static-x86_64-unknown-linux-musl-2025b-dev
2025-08-20T21:49:24.9743078Z [00:00:18.181]➜    /nix/store/ph11kyf5s4mrwqyyi831g3wm581h2va6-udev-check-hook
2025-08-20T21:49:24.9743851Z [00:00:18.181]➜    /nix/store/hcpzp9lwglppykw4a3hnsc4549gchncz-unbound-1.23.0-lib
2025-08-20T21:49:24.9752228Z [00:00:18.181]➜    /nix/store/9jyifddjxccrl41dkwy6jvklf4zr287p-unbound-static-x86_64-unknown-linux-musl-1.23.0
2025-08-20T21:49:24.9753187Z [00:00:18.181]➜    /nix/store/dzz19syxv7yfkic43ws849m6fr7x4qdi-unbound-static-x86_64-unknown-linux-musl-1.23.0-lib
2025-08-20T21:49:24.9754260Z [00:00:18.181]➜    /nix/store/bfp36pm2rwiayb1fh05ysal07zwkwyd3-update-autotools-gnu-config-scripts-hook
2025-08-20T21:49:24.9755045Z [00:00:18.181]➜    /nix/store/rkamggyz8rbsb61qal5xvi97yks1g3ma-update-autotools-gnu-config-scripts-hook
2025-08-20T21:49:24.9755732Z [00:00:18.181]➜    /nix/store/p6b0fs4pmsrz0rzbn29x7f49d6xsfcmw-util-linux-2.41.tar.xz
2025-08-20T21:49:24.9756371Z [00:00:18.181]➜    /nix/store/kjs8b4gvn8v0sxrga3qxgi6pkf7baycb-util-linux-minimal-2.41-bin
2025-08-20T21:49:24.9757006Z [00:00:18.181]➜    /nix/store/29f7lcljr566rb1cqf14a3rcjpajbg7i-util-linux-minimal-2.41-lib
2025-08-20T21:49:24.9757637Z [00:00:18.181]➜    /nix/store/igddm05n209wfdq39san0vsd4r09qc28-util-linux-minimal-2.41-login
2025-08-20T21:49:24.9758266Z [00:00:18.181]➜    /nix/store/2z7sk0bl3vczp91znz6938i6cfg2wb6z-util-linux-minimal-2.41-mount
2025-08-20T21:49:24.9759068Z [00:00:18.181]➜    /nix/store/2k7f8ry1ha248zrabx7rlbw1nbvwxx37-util-linux-minimal-2.41-swap
2025-08-20T21:49:24.9759857Z [00:00:18.181]➜    /nix/store/lmdgd5pf0pa0pn77vgiw3gvdbds9wiig-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41
2025-08-20T21:49:24.9760758Z [00:00:18.181]➜    /nix/store/hksqgsk7s1p77w4n2d93lxy62dc4nacz-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-bin
2025-08-20T21:49:24.9761702Z [00:00:18.181]➜    /nix/store/gaa1sir461hglbpcw8ya3yp3aiyhy0n3-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-dev
2025-08-20T21:49:24.9762854Z [00:00:18.181]➜    /nix/store/k3ryszvvbwqchskn7z52458q79p85dri-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-lib
2025-08-20T21:49:24.9764585Z [00:00:18.181]➜    /nix/store/sphqcj1v39adbag81yk6k9zcjdyzdgna-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-login
2025-08-20T21:49:24.9765951Z [00:00:18.181]➜    /nix/store/xyl91agzasy8c45697dsln8w173763lg-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-mount
2025-08-20T21:49:24.9767171Z [00:00:18.181]➜    /nix/store/j88nlh5c83sk5qrrfrlf8079nkg96bz1-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-swap
2025-08-20T21:49:24.9767988Z [00:00:18.181]➜    /nix/store/rvj6zpnlxyxapaxc4p3pqkk38fisailk-w3m-0.5.3+git20230121
2025-08-20T21:49:24.9768519Z [00:00:18.181]➜    /nix/store/k44kjnci6lsjnr3migs25xflbvn651hm-which-2.23
2025-08-20T21:49:24.9769243Z [00:00:18.181]➜    /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44
2025-08-20T21:49:24.9770624Z [00:00:18.181]➜    /nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44
2025-08-20T21:49:24.9771538Z [00:00:18.181]➜    /nix/store/cyf8110sxq1yzpcyfy19xhfdw53n22ai-x86_64-unknown-linux-musl-clang-wrapper-19.1.7
2025-08-20T21:49:24.9772948Z [00:00:18.181]➜    /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0
2025-08-20T21:49:24.9774002Z [00:00:18.181]➜    /nix/store/h432c964cimsg5w7z8bygpycsa9pwaq9-x86_64-unknown-linux-musl-gcc-14.3.0-lib
2025-08-20T21:49:24.9774741Z [00:00:18.181]➜    /nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0
2025-08-20T21:49:24.9775725Z [00:00:18.181]➜    /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2
2025-08-20T21:49:24.9776427Z [00:00:18.181]➜    /nix/store/ipv2c4dwqw1l2h0q5hvafj3s9hylpiz2-xcb-proto-1.17.0.tar.xz
2025-08-20T21:49:24.9776997Z [00:00:18.181]➜    /nix/store/n9mggs3wskqv3vqd4xn8hbq2yzcf2z1d-xgcc-14.3.0-libgcc
2025-08-20T21:49:24.9777544Z [00:00:18.181]➜    /nix/store/ybipxrkihd6x5jdhsrrzhjbqr0j25sqi-xinstall-netbsd-9.2
2025-08-20T21:49:24.9778073Z [00:00:18.181]➜    /nix/store/vaz7pa1rwwc8gxlq2na5bzixn93d4hwd-xmlto-0.0.29
2025-08-20T21:49:24.9778611Z [00:00:18.181]➜    /nix/store/7w5cfnqs31bldj93asyhmag7vrlbx7g4-xorgproto-2024.1.tar.xz
2025-08-20T21:49:24.9779195Z [00:00:18.181]➜    /nix/store/mby251gvv0fp01vcbqllfhcjljsmx7q8-xtrans-1.6.0.tar.xz
2025-08-20T21:49:24.9779847Z [00:00:18.181]➜    /nix/store/6wjrbgszrz5n93rf834i58k4fs33p5a4-xxHash-0.8.3
2025-08-20T21:49:24.9780316Z [00:00:18.181]➜    /nix/store/lrzs7l92j20n81rv4hs5js5qigg686s3-xz-5.8.1
2025-08-20T21:49:24.9780788Z [00:00:18.181]➜    /nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin
2025-08-20T21:49:24.9781392Z [00:00:18.181]➜    /nix/store/x4hsb41rjhfxsl2s22mdni3g69ig17w2-xz-static-x86_64-unknown-linux-musl-5.8.1
2025-08-20T21:49:24.9782390Z [00:00:18.181]➜    /nix/store/98lx5v5kbrr7hd69wbhyrcpyfvr5zv8f-xz-static-x86_64-unknown-linux-musl-5.8.1-bin
2025-08-20T21:49:24.9784015Z [00:00:18.181]➜    /nix/store/02hxr7745nssf42i6ifwk2i9scgzcld6-xz-static-x86_64-unknown-linux-musl-5.8.1-dev
2025-08-20T21:49:24.9785123Z [00:00:18.181]➜    /nix/store/97jdzvwjgwy2g4xcijimadl0vpj6laqh-zlib-1.3.1
2025-08-20T21:49:24.9785982Z [00:00:18.181]➜    /nix/store/qjh11kgxv245166f27017hwx2fvmwh8p-zlib-1.3.1-dev
2025-08-20T21:49:24.9787098Z [00:00:18.181]➜    /nix/store/8r4xf3v70mqdl8f3jy1y5zjgwrd4x4ym-zlib-static-x86_64-unknown-linux-musl-1.3.1
2025-08-20T21:49:24.9788689Z [00:00:18.181]➜    /nix/store/9gpc73p52vyxipi0qjascz5q9qv9g9mg-zlib-static-x86_64-unknown-linux-musl-1.3.1-dev
2025-08-20T21:49:24.9789874Z [00:00:18.181]➜    /nix/store/s77wpgad8w4yydm9qzb6prm7g8fg23z3-zstd-1.5.7
2025-08-20T21:49:24.9790944Z [00:00:18.181]➜    /nix/store/g6kx2793pvvcw812n084d5rhz8l0y1nl-zstd-1.5.7-bin
2025-08-20T21:49:24.9792092Z [00:00:18.181]➜    /nix/store/40kja02wfnw1gdlrcyh75c7x7iibrwvn-zstd-static-x86_64-unknown-linux-musl-1.5.7
2025-08-20T21:49:24.9793701Z [00:00:18.181]➜    /nix/store/6pv7rgkgm7jknfgqnsdspdwc1pfd067h-zstd-static-x86_64-unknown-linux-musl-1.5.7-bin
2025-08-20T21:49:24.9794889Z [00:00:18.181]➜    /nix/store/acgmv57imvi5dg6f96l83hc8k04pr3p6-zstd-static-x86_64-unknown-linux-musl-1.5.7-dev
2025-08-20T21:49:24.9796521Z [00:00:18.225]➜  copying path '/nix/store/vx8qhkszljw2ghfwqzx99023nz06dys0-nfs-utils-2.7.1.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9798078Z [00:00:18.228]➜  copying path '/nix/store/msjkhwxa17fw6rii78jnas0gvbry008c-attr-static-x86_64-unknown-linux-musl-2.5.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9800082Z [00:00:18.229]➜  copying path '/nix/store/9274f9v0hsfx7lgl5hdl5w71r1gd7caz-find-xml-catalogs-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9801217Z [00:00:18.230]➜  copying path '/nix/store/d1944ayabaaa6b7g6rb4bzg8a7qh3xiy-libevent-static-x86_64-unknown-linux-musl-2.1.12' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9803612Z [00:00:18.231]➜  copying path '/nix/store/imjwkdg1azhbhwcn5yckf0pnvq8n3cc8-libevent-static-x86_64-unknown-linux-musl-2.1.12-openssl' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9805952Z [00:00:18.231]➜  copying path '/nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9808509Z [00:00:18.231]➜  copying path '/nix/store/54qzw5h35186a8bb02fb3x8nalszhpi5-libxml2-static-x86_64-unknown-linux-musl-2.14.4-unstable-2025-06-20' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9810348Z [00:00:18.232]➜  copying path '/nix/store/3ckxla4d8hsx7mb4mdn5y0chg8d7qzy3-sqlite-static-x86_64-unknown-linux-musl-3.50.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9812591Z [00:00:18.232]➜  copying path '/nix/store/iglcih6bl9qzsws0bk4fxvzg4disl06a-sqlite-static-x86_64-unknown-linux-musl-3.50.2-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9814335Z [00:00:18.233]➜  copying path '/nix/store/lmdgd5pf0pa0pn77vgiw3gvdbds9wiig-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9838589Z [00:00:18.236]➜  copying path '/nix/store/03g3ry4p16cqgjyv4h37d6snqb8bbdfg-attr-static-x86_64-unknown-linux-musl-2.5.2-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9841464Z [00:00:18.236]➜  copying path '/nix/store/yzkqzy5bjl433k0n63b7g2ji0rr9pf72-fortify-headers-1.1alpine3' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9843470Z [00:00:18.236]➜  copying path '/nix/store/cg41x0ldk43qlsndsbladyl0k4dxanvh-gcc-14.3.0-libgcc' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9845482Z [00:00:18.236]➜  copying path '/nix/store/xygrvqwrqmypkkmczjsi2f1jyqgd701m-gnu-config-2024-01-01' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9849611Z [00:00:18.237]➜  copying path '/nix/store/njqlwbhg5vcp3y38s7lzp2ncw6hk15kh-gmp-with-cxx-static-x86_64-unknown-linux-musl-6.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:24.9852949Z [00:00:18.237]➜  copying path '/nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0910944Z [00:00:18.339]➜  copying path '/nix/store/0ww7sjjrjfwz88x10idkhk51xiz2h96b-binutils-with-gold-2.44.tar.bz2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0913896Z [00:00:18.339]➜  copying path '/nix/store/rnsd824brpz93pacy2djhvdl01y7y4wd-bsd-setup-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0916591Z [00:00:18.339]➜  copying path '/nix/store/mj99bxsp6lp6ggqbnz873rwi0svrmlwy-bzip2-static-x86_64-unknown-linux-musl-1.0.8' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0919174Z [00:00:18.343]➜  copying path '/nix/store/cq7wxsw4jzvwp8dxxx1px4xxk7qw0blj-10b80543807e3fc5af5f8bcfd8bb6e219bb3cecc.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0921636Z [00:00:18.343]➜  copying path '/nix/store/qiw2h04yim3wj5lzwx95xlg7blqa33xy-34fcd3638817060c79e1186b370e46d9b3a7409f.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0924066Z [00:00:18.343]➜  copying path '/nix/store/ymnrb3akkcydn0d8xlf2534bxhjwgc5m-?id=daa29443819d3045338792b5ba950ed90e79d7a5' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0926120Z [00:00:18.343]➜  copying path '/nix/store/mwcxfr6277i6458786cbf2nz9fwmbjpz-LVM2.2.03.33.tgz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0928003Z [00:00:18.343]➜  copying path '/nix/store/8rira8zqbf69pa1d47q48lnfznqp6zj3-autoconf-archive-2024.10.16' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0930234Z [00:00:18.343]➜  copying path '/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0932401Z [00:00:18.345]➜  copying path '/nix/store/6rw6wmanv0fkb495pg011cljxmjc4c0b-Linux-PAM-1.6.1.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.0965764Z [00:00:18.348]➜  copying path '/nix/store/fj7052p68f6zxfj7hg3h7mv6n1kpi160-Python-3.13.5.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1062225Z [00:00:18.358]➜  copying path '/nix/store/g3rzpdl76c1xyf8924rpq7qqxvws458x-attr-static-x86_64-unknown-linux-musl-2.5.2-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1131521Z [00:00:18.364]➜  copying path '/nix/store/ms5478jbxzzcgwm9q0cp9amqyfx8avx4-acl-static-x86_64-unknown-linux-musl-2.3.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1136229Z [00:00:18.365]➜  copying path '/nix/store/14j0wdf4b51mp8n868hywqip5sb8582n-bzip2-static-x86_64-unknown-linux-musl-1.0.8-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1186127Z [00:00:18.370]➜  copying path '/nix/store/ql15rqbhpk2cahjgvjx1a6bwdd0v2zvk-cb549ef71c5bb646fe583697ebdcaba93267a237...dfaa62392e7caecc6ecf0097b4d73738ec4fc0a8.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1209781Z [00:00:18.373]➜  copying path '/nix/store/gr3pc5psjwc1q35p1xnl7zl8h6cbn07x-cd1c1d8d204e4ec4557e358013567c097cb70562.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1305595Z [00:00:18.382]➜  copying path '/nix/store/077afhcr4rc3069aqc6ldgg22fb6qm3w-check-0.15.2.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1374438Z [00:00:18.389]➜  copying path '/nix/store/a5jssxvdr1dxgpzbmg8pcsb6nad5lp4w-cmocka-1.1.7.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1390121Z [00:00:18.391]➜  copying path '/nix/store/dgzrq3bndfybjp4dpxh926a3v90q3pi8-compiler-rt-libc-static-x86_64-unknown-linux-musl-19.1.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1455254Z [00:00:18.397]➜  copying path '/nix/store/fsbglr2mcpkzfpayicdi5s7jkrlpkk9g-cracklib-2.10.0.tar.bz2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1557091Z [00:00:18.407]➜  copying path '/nix/store/b56raj77c6anpaxsjghf5n3zppn3i4h8-cracklib-words-2.10.0.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1644608Z [00:00:18.416]➜  copying path '/nix/store/d1p5mj5y76m0n9myzknajw028q16ln6d-cryptsetup-2.8.0.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1655352Z [00:00:18.417]➜  copying path '/nix/store/yw4mw7xxh9iz35shbjnddzaqa7hs6kll-curl-8.14.1-man' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1701262Z [00:00:18.421]➜  copying path '/nix/store/j4gdw97zhklqccb5hqmqnpv5cci8li7d-curl-static-x86_64-unknown-linux-musl-8.14.1-man' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1718934Z [00:00:18.423]➜  copying path '/nix/store/mkbgkbb5nwg57834dsmiqzy5mdrlhzjj-bzip2-static-x86_64-unknown-linux-musl-1.0.8-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1763647Z [00:00:18.428]➜  copying path '/nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.1845206Z [00:00:18.436]➜  copying path '/nix/store/jjhk3yqysbq4bn67afwh7k88idw28f53-cyrus-sasl-2.1.28.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2007186Z [00:00:18.452]➜  copying path '/nix/store/9kz8agh164kiklpvpfg2q7pigw961xsa-db-4.8.30.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2154940Z [00:00:18.462]➜  copying path '/nix/store/vs02v30yly1y4n7g0zq1cyr3ynyjsdvp-db-5.3.28.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2156856Z [00:00:18.462]➜  copying path '/nix/store/3b2k3qfri9kiq7lvjyvg9n2vbdl7ickc-dbus-1.14.10.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2158776Z [00:00:18.463]➜  copying path '/nix/store/hipp0nymgps2lmj84hx5dn6z9ribshb2-dejavu-fonts-minimal-2.37' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2292295Z [00:00:18.481]➜  copying path '/nix/store/21dji66rwzwspsbfmyfx5ll9kbqscs4z-acl-static-x86_64-unknown-linux-musl-2.3.2-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2308355Z [00:00:18.482]➜  copying path '/nix/store/lqknx5441cmkhwqrawx6lhwzy38a6pjj-bash-static-x86_64-unknown-linux-musl-5.3p0-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2320940Z [00:00:18.484]➜  copying path '/nix/store/9bf7r23ss62z1sx1g1pvhr7wdxh344xw-die-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2414820Z [00:00:18.493]➜  copying path '/nix/store/d74cr36jpviqfi468yz01kl8yjsik571-dns-root-data-2025-04-14' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2597766Z [00:00:18.511]➜  copying path '/nix/store/dhalhcwqcpbkfxg2iy2d5qpl3j3x1bw6-compiler-rt-libc-static-x86_64-unknown-linux-musl-19.1.7-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2601645Z [00:00:18.512]➜  copying path '/nix/store/rz8fa4gl77rbhhpdc12i8rhy4lmgrx9n-dns-root-data-static-x86_64-unknown-linux-musl-2025-04-14' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2629148Z [00:00:18.514]➜  copying path '/nix/store/crxrzv33l13xilmpkcrwhv3jrx1zl98v-elfutils-0.193.tar.bz2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2631194Z [00:00:18.514]➜  copying path '/nix/store/5jcqk20maw62r7ny5hv2m2rwx2q891b9-expat-static-x86_64-unknown-linux-musl-2.7.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2720319Z [00:00:18.524]➜  copying path '/nix/store/bj5gpk4dgzwsd54y26wj9l5x18fly420-f41fdaaf7c82bc270af6d7439c6da037bf149be8.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2765445Z [00:00:18.528]➜  copying path '/nix/store/v0m59igyinq3qrbx7fibyal1dx5f6rcq-file-5.45.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2809651Z [00:00:18.532]➜  copying path '/nix/store/yxprkg7zxf0wvncg8a8khk6290x0hpmh-find-xml-catalogs-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.2989583Z [00:00:18.550]➜  copying path '/nix/store/9lfh9b2b5x2wxscq0kw4k1m61p8yqn9w-fix-aarch64_fregs.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.3480868Z [00:00:18.599]➜  copying path '/nix/store/is6bkm1yf7xpmmf5427plxk774saikw8-docbook-xml-4.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.3485912Z [00:00:18.600]➜  copying path '/nix/store/bbimfmnn6xr08q9cbcn7g1w3m3gnmw5l-docbook-xml-4.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.3593874Z [00:00:18.611]➜  copying path '/nix/store/7m4ayz6c5csfjbihp9rky33c63z973qr-docbook-xml-4.4' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.3701530Z [00:00:18.622]➜  copying path '/nix/store/2agjllrh838v502xspfmmq8hckbqi6cm-docbook-xml-4.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.3703672Z [00:00:18.622]➜  copying path '/nix/store/qrr9wzfwjdp410f0ifkalvap9pjirzak-docbook-xsl-nons-1.79.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.3759135Z [00:00:18.628]➜  copying path '/nix/store/b971gkvvyzypq5vr5q3frjx68pmf3ir1-acl-static-x86_64-unknown-linux-musl-2.3.2-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.3814896Z [00:00:18.628]➜  copying path '/nix/store/k5r892fqb2pb7ma7y2912aw6bmvcib7w-docbook-xsl-ns-1.79.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.3918554Z [00:00:18.643]➜  copying path '/nix/store/5dlkwxa9vz1k2f8qhvz2qjapj836drmf-follow-RPCGEN_CPP-env-var' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.3998442Z [00:00:18.651]➜  copying path '/nix/store/5brcrrgap6n1yn3cgvgx6jswbvb9y7ja-fontconfig-2.16.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.4072725Z [00:00:18.652]➜  copying path '/nix/store/qchfpczf3s11n72f59jxl55xi25zn1dl-expat-static-x86_64-unknown-linux-musl-2.7.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.4222978Z [00:00:18.674]➜  copying path '/nix/store/sl39naz8hlbpk66kggnbl6hwn35lgd07-gdbm-1.25.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.4306314Z [00:00:18.682]➜  copying path '/nix/store/ng8n4yim1kamw5pq7asyngsx1x3fjpzx-getopt-static-x86_64-unknown-linux-musl-1.1.6' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.4348474Z [00:00:18.687]➜  copying path '/nix/store/1wqj4idms8sjy2isnlrgp6pbk8p8w8c6-gettext-static-x86_64-unknown-linux-musl-0.25.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.4825873Z [00:00:18.732]➜  copying path '/nix/store/hl74qlb4ffn51xi26jjfc1kjfvk6asc5-gmp-with-cxx-static-x86_64-unknown-linux-musl-6.3.0-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.4884991Z [00:00:18.737]➜  copying path '/nix/store/z70sz3xynna9w7mfhl81h4vff307n0cz-go1.24.5.src.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.4966690Z [00:00:18.748]➜  copying path '/nix/store/14iyrl7hzinpfn9ijq1kx2pmwb9bcvaw-gzip-1.14.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.4968858Z [00:00:18.749]➜  copying path '/nix/store/h7rca6d8jdzza4xagjisa6n7rdiicnsz-iana-etc-20250505' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.5307961Z [00:00:18.782]➜  copying path '/nix/store/4m9d0hnxk34z2wpbz5ahbkp2vy458k4g-install-shell-files' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.5384937Z [00:00:18.789]➜  copying path '/nix/store/x59p4zifd8ysrdisciw9in6z4anb0z8p-kbd-2.7.1.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.5397002Z [00:00:18.791]➜  copying path '/nix/store/g9d6f9n39ilbsm5c6lcgmal8x9k2miag-iptables-1.8.11.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.5489871Z [00:00:18.800]➜  copying path '/nix/store/9n3d2g1pplp7bacghxkqb73z0fipgn2h-keyutils-1.6.3.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.5491935Z [00:00:18.800]➜  copying path '/nix/store/l468p3b6f5y9p928a91rrjvpyv4r6g3p-krb5-1.21.3.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.5493979Z [00:00:18.800]➜  copying path '/nix/store/ar3rxz6p5s6yfxb9m4rxrcw1zp28q2n7-kexec-tools-2.0.31.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.5755598Z [00:00:18.824]➜  copying path '/nix/store/yk4xm2zwyd0sw2f6xwhdxblg175032yv-iana-etc-1.17.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.5759440Z [00:00:18.828]➜  copying path '/nix/store/jd1jpznj0inzpxyv191rr1ddm3vakpih-libICE-1.1.2.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.6305740Z [00:00:18.879]➜  copying path '/nix/store/9w3jpxn5d33mfgldyj6z9q1x3x26nnng-libSM-1.2.6.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.6659590Z [00:00:18.917]➜  copying path '/nix/store/kj4vi1hqvf1b9ac945jsjxm55d6zzvns-libX11-1.8.12.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.7097908Z [00:00:18.961]➜  copying path '/nix/store/4a5jdwbjg03gdjb4yzf826q9ni4lbpcm-libXau-1.0.12.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.7335684Z [00:00:18.985]➜  copying path '/nix/store/7b6icqgm4a9f8jw9aavn92s7b0jq2jrc-libXdmcp-1.1.5.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.7352644Z [00:00:18.987]➜  copying path '/nix/store/k5yn6waxxxmryjjw2w0ihz6q9nw76aky-libcap-2.76.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.7367796Z [00:00:18.988]➜  copying path '/nix/store/imw3xwprjmx5zvcbyi54yr2y63hlxr3q-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.7375818Z [00:00:18.989]➜  copying path '/nix/store/ck47pk105nw2dsd6xrx7b16x7adr3xmg-libbsd-0.12.2.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.7381210Z [00:00:18.989]➜  copying path '/nix/store/i2jwnpphz9bxc6fcj0xdjxhdf12ki10h-libaio-libaio-0.3.113.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.7918866Z [00:00:19.043]➜  copying path '/nix/store/6jkh2z9sv20gi7zddsh1d212l9q0zxim-libedit-20250104-3.1.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.8116072Z [00:00:19.063]➜  copying path '/nix/store/cz3g8987pdj3a0d10fdv7rsw4zwffx0z-libffi-static-x86_64-unknown-linux-musl-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.8237298Z [00:00:19.075]➜  copying path '/nix/store/nxp4y1v97ss76d0jgqcx1c7nc3ag2rbs-libfido2-1.16.0.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.8277236Z [00:00:19.079]➜  copying path '/nix/store/8vwgyzn6hbdxssmliirgvigrayrzx59h-libgcrypt-1.11.1.tar.bz2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.8397613Z [00:00:19.091]➜  copying path '/nix/store/q7q5mv6900djvp9sjhpzlj1ym3s456z3-libmd-1.1.0.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.8475923Z [00:00:19.097]➜  copying path '/nix/store/vfr0rpw2xkck4xfl8gdjbqniw4ad77n9-libmicrohttpd-1.0.1.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.8544850Z [00:00:19.097]➜  copying path '/nix/store/ccjxwk4m970d0iggl15bi8yw22cdf4ns-libgpg-error-1.55.tar.bz2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.8546677Z [00:00:19.103]➜  copying path '/nix/store/nring4kv1fi194sxw087mhvad12kr2hm-libmnl-1.0.5.tar.bz2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.8548496Z [00:00:19.104]➜  copying path '/nix/store/0hcgh2iq33n818i8w5nzjq159a2jijgz-libnetfilter_conntrack-1.1.0.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.8758654Z [00:00:19.127]➜  copying path '/nix/store/qkbgygk58a3sc976259zcggibagjb8f1-libnfnetlink-1.0.2.tar.bz2' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.8842486Z [00:00:19.136]➜  copying path '/nix/store/b6ixqy93h3vc3h90i6nxwng4m25wgni0-libnftnl-1.2.9.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.9230081Z [00:00:19.175]➜  copying path '/nix/store/5v0jlq9rn8xns73rah5s7f687y74s68k-libpcap-1.10.5.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.9479271Z [00:00:19.200]➜  copying path '/nix/store/0cryw8l0igxyvrcas31xnwgwm37967az-libffi-static-x86_64-unknown-linux-musl-3.5.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.9605298Z [00:00:19.208]➜  copying path '/nix/store/47nc7id6fk4rr6nk7c53dc0hy5rw7160-libpng-1.6.47-apng.patch.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.9695389Z [00:00:19.221]➜  copying path '/nix/store/vy31v6yp2zqdvzj780maiyxw2n9l5z6n-libpthread-stubs-0.5.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.9717053Z [00:00:19.223]➜  copying path '/nix/store/f3zrw5z9ch9vqkhdrsidjpqsw431zcvg-libseccomp-static-x86_64-unknown-linux-musl-2.6.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.9754841Z [00:00:19.224]➜  copying path '/nix/store/clcxld6mfjd6y5h9ij51sc68bspaqzjp-libpng-1.6.47.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.9874962Z [00:00:19.236]➜  copying path '/nix/store/g12lm22lmymf4rdj5v1h9irwr95pqk77-libseccomp-static-x86_64-unknown-linux-musl-2.6.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.9877168Z [00:00:19.237]➜  copying path '/nix/store/mvdkgbwcac1k0p1zqqaq6v3apm4sp2bq-libssh2-static-x86_64-unknown-linux-musl-1.11.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:25.9879283Z [00:00:19.239]➜  copying path '/nix/store/ds00vmabh8630jxmkb4cn6kblbxn9s8j-libtasn1-static-x86_64-unknown-linux-musl-4.20.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.0035451Z [00:00:19.252]➜  copying path '/nix/store/77i3s08chmmhd6jzcb8xbw3j4zrk61sz-libtirpc-1.3.6.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.0156800Z [00:00:19.267]➜  copying path '/nix/store/jajhcicf36zaby6nqdsrz5qcl2hqbx3a-libtool-2.5.4.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.0298558Z [00:00:19.281]➜  copying path '/nix/store/562jc9ym7vd1zsw6sbq7i6j1vg8k1x32-libunistring-1.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.0355088Z [00:00:19.287]➜  copying path '/nix/store/fkw34sqb4pnsw5liakyik6fas2nh8ki1-libunistring-static-x86_64-unknown-linux-musl-1.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.0585431Z [00:00:19.308]➜  copying path '/nix/store/4ypid2ya98yr389z8a4nhz7ivi85gl53-libxcb-1.17.0.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.0768737Z [00:00:19.328]➜  copying path '/nix/store/vwyib2bx1zrp52n88bii9pwzhq28gkji-libxml2-static-x86_64-unknown-linux-musl-2.14.4-unstable-2025-06-20-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.0771485Z [00:00:19.328]➜  copying path '/nix/store/4rc9yrbsxxzsdacpcivyfml0kc38j7df-libseccomp-static-x86_64-unknown-linux-musl-2.6.0-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.0795621Z [00:00:19.330]➜  copying path '/nix/store/yf97mxg8rjwphpl6cyhl1q4nrscxszx1-libxslt-static-x86_64-unknown-linux-musl-1.1.43' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.0812406Z [00:00:19.333]➜  copying path '/nix/store/0g31hj2rr611l13vfnnnhmc0ap4jzsj7-libtasn1-static-x86_64-unknown-linux-musl-4.20.0-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.0856175Z [00:00:19.337]➜  copying path '/nix/store/l8myqqhgda8zq26ri1jq1jsg0ql6vs9a-libxslt-static-x86_64-unknown-linux-musl-1.1.43-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.1037974Z [00:00:19.355]➜  copying path '/nix/store/3vw4rh9lhlnbnmyjrl39lm1s4s4aknjn-linux-6.14.7.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.1043770Z [00:00:19.356]➜  copying path '/nix/store/v0sk2zdlpakiz0xqf6fn9vm2lfl7wg8r-linux-headers-6.14.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.1316970Z [00:00:19.380]➜  copying path '/nix/store/3wi61527nhv09mw8c16gibvgj6pf3cg2-linux-headers-static-6.14.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.1458848Z [00:00:19.398]➜  copying path '/nix/store/v9rj8vr6q5j3kr9nmdwhc3mi7cg55xcs-libidn2-2.3.8' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.1905292Z [00:00:19.442]➜  copying path '/nix/store/f0rmrp85ywpkarrhmr1ql4mmf2clyacf-lorder-netbsd-9.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2033662Z [00:00:19.455]➜  copying path '/nix/store/xbqzrxdaymb62iz6rs7f00rd2q3znp21-lzo-static-x86_64-unknown-linux-musl-2.10' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2145664Z [00:00:19.463]➜  copying path '/nix/store/abq2547v74d9sxwj3z4i4yr5hm6hrrr1-mailcap-2.1.54.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2155226Z [00:00:19.466]➜  copying path '/nix/store/sldk7q9f60pm7s9sr2ir9qmk5242ig6j-mailcap-2.1.54' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2345461Z [00:00:19.486]➜  copying path '/nix/store/a83k8yhkk5r77bw7590j9vc1lg06l1w8-libidn2-static-x86_64-unknown-linux-musl-2.3.8' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2448349Z [00:00:19.496]➜  copying path '/nix/store/0l7cn80bybxm6r7l6hhck92iyc1jp8p4-libunistring-static-x86_64-unknown-linux-musl-1.3-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2451824Z [00:00:19.497]➜  copying path '/nix/store/138ghxwn70hb1qzsgx2di05ispwizrjl-make-shell-wrapper-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2525308Z [00:00:19.504]➜  copying path '/nix/store/spydzl4xdlbv4yfjaj2zxakmwspkwicq-mailcap-1.17.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2697873Z [00:00:19.521]➜  copying path '/nix/store/gb73za0wl3cz6sry4cvw2qqsc4bkrnj6-meson.patch?h=mingw-w64-xorgproto-id=7b817efc3144a50e6766817c4ca7242f8ce49307' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2842384Z [00:00:19.536]➜  copying path '/nix/store/s0r540lrdk8ac5grg04k3q1zl385906q-mirrors-list' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2906301Z [00:00:19.540]➜  copying path '/nix/store/ggy3l7mjd12j8ljnll6xhz9139yfinkl-mpdecimal-4.0.1.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.2968555Z [00:00:19.549]➜  copying path '/nix/store/banbrihxhlzfvpz6m2iwph2z08pbx428-libxml2-static-x86_64-unknown-linux-musl-2.14.4-unstable-2025-06-20-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.3268718Z [00:00:19.578]➜  copying path '/nix/store/vg5dsxxj9ayfgn35x0d04sdih8035rr4-musl-asm-ptrace-h.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.3317098Z [00:00:19.582]➜  copying path '/nix/store/5y43ag5k3z9bqczpib99020362kr1la7-musl-fts-static-x86_64-unknown-linux-musl-1.2.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.3443033Z [00:00:19.594]➜  copying path '/nix/store/yhf3iwrxa47s5rh92hh3zpyicjp7krnl-musl-static-x86_64-unknown-linux-musl-1.2.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.3445295Z [00:00:19.594]➜  copying path '/nix/store/hi3j97v910lh9rfr44j9bckj56rm03gd-musl-macros.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.3446995Z [00:00:19.594]➜  copying path '/nix/store/n0q1n3zcig79inm4jbl175pnpsm5axgf-musl-strndupa.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.3634370Z [00:00:19.615]➜  copying path '/nix/store/lq38mhk5q9fa7mnpz9pg9y22b1jr3hwc-musl.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.3643806Z [00:00:19.615]➜  copying path '/nix/store/cgi3h8s5f7y2w4yhhbdc57pr3jbw6jkr-ncurses-6.5-man' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.3645602Z [00:00:19.616]➜  copying path '/nix/store/qkaswlhigwbial53yz1kcgs2w25yg8wf-musl.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.4142907Z [00:00:19.666]➜  copying path '/nix/store/vhdiqxr65xzlf2lj12qsi80405kh4kpw-ncurses-static-x86_64-unknown-linux-musl-6.5-man' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.4230075Z [00:00:19.675]➜  copying path '/nix/store/8k2ymzr7g2sn9lllb2x9fishf4vhw8h0-libxslt-static-x86_64-unknown-linux-musl-1.1.43-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.4232324Z [00:00:19.675]➜  copying path '/nix/store/mwlsc2gfsg9lzqzqhdwws70qh0adzwxj-netbsd-setup-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.4308830Z [00:00:19.682]➜  copying path '/nix/store/i7im6sgfhhbxgskrhf6xl9d6kh6mq6fl-nettle-static-x86_64-unknown-linux-musl-3.10.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.4377351Z [00:00:19.687]➜  copying path '/nix/store/rpsf35bc9lq8m7q5l58ycx1pc07v0v2z-nghttp2-static-x86_64-unknown-linux-musl-1.65.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.4379445Z [00:00:19.688]➜  copying path '/nix/store/s6vpa066005fhawbznc19q2qywnbhi6s-libidn2-static-x86_64-unknown-linux-musl-2.3.8-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.4381566Z [00:00:19.689]➜  copying path '/nix/store/0hlih78vqyv0627dp7zvy3s5rpz5yxk0-nghttp2-1.65.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.4441133Z [00:00:19.695]➜  copying path '/nix/store/xs5z9i17ns2na47kfyv3x7la3kqyachz-nghttp2-static-x86_64-unknown-linux-musl-1.65.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.4443108Z [00:00:19.696]➜  copying path '/nix/store/xclybms720v5yyc2r11p2i2i3i1d4ibm-openldap-2.6.9.tgz' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.4573869Z [00:00:19.709]➜  copying path '/nix/store/vxd8m97i6n2lfj01wwm7b3p6p5xz51lz-openssl-static-x86_64-unknown-linux-musl-3.5.1-etc' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.5110297Z [00:00:19.762]➜  copying path '/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.5274144Z [00:00:19.778]➜  copying path '/nix/store/sp6d6xjc541vd0dvyi7h4wy1fx1yy2q1-openssl-static-x86_64-unknown-linux-musl-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.5293564Z [00:00:19.779]➜  copying path '/nix/store/vg5s5ipvdzb8cp3k61znn35ccwnnwz2s-libarchive-static-x86_64-unknown-linux-musl-3.8.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.5413651Z [00:00:19.793]➜  copying path '/nix/store/j3293mhb3c63kyc8p6cpqrl8pkb0xdk2-pcre2-static-x86_64-unknown-linux-musl-10.44' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.5647243Z [00:00:19.814]➜  copying path '/nix/store/fsyswv3ljrc5ikxd3bpirygijsm8v74m-pcre2-static-x86_64-unknown-linux-musl-10.44-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.5677235Z [00:00:19.819]➜  copying path '/nix/store/c3qpm3l68hscxi0avhmjfajwggp45dzj-nghttp2-static-x86_64-unknown-linux-musl-1.65.0-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.5950082Z [00:00:19.847]➜  copying path '/nix/store/brn07q134v65ksqir3yia4wc0xssyg8j-libidn2-static-x86_64-unknown-linux-musl-2.3.8-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.5964890Z [00:00:19.848]➜  copying path '/nix/store/fzj2d9sdyv6c94pvkybxc38ik5f167gp-perl5.40.0-Class-Inspector-1.36' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.6269013Z [00:00:19.877]➜  copying path '/nix/store/4ry3jkm2y8lbpaf473psila7w0iqk93p-nettle-static-x86_64-unknown-linux-musl-3.10.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.6294258Z [00:00:19.881]➜  copying path '/nix/store/v85w54lnlsd48sn1d0ndx2ccjrif515w-perl5.40.0-Encode-Locale-1.05' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.6605862Z [00:00:19.911]➜  copying path '/nix/store/h71vmk0ripyjbmh1aarln6qkcl0xvj6s-perl5.40.0-File-ShareDir-1.118' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.6688140Z [00:00:19.921]➜  copying path '/nix/store/nb2gikpamcqz0i62k81cpa51w6f6fqk8-perl5.40.0-HTML-Tagset-3.20' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.6825800Z [00:00:19.934]➜  copying path '/nix/store/jxqknkbhms9w4dc7pa14sxy48jyyigl5-perl5.40.0-IO-HTML-1.004' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.6901411Z [00:00:19.942]➜  copying path '/nix/store/d4aj8mwxx55y54438nm6mkinzmlrb0qh-perl5.40.0-Test-Needs-0.002010' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.6940728Z [00:00:19.945]➜  copying path '/nix/store/g9cffvxp8qlnbpzjfjaw1l89fca6sfln-perl5.40.0-Test-RequiresInternet-0.05' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.6943349Z [00:00:19.946]➜  copying path '/nix/store/b7yij5yq7p4ng46ly4v8kdfqi305h1hq-perl5.40.0-MIME-Charset-1.013.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.6968775Z [00:00:19.948]➜  copying path '/nix/store/kjmnq9l3mmn255bpdhby3zy0lyns4j6d-perl5.40.0-LWP-MediaTypes-6.04' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7172577Z [00:00:19.969]➜  copying path '/nix/store/y9qam21v364bvi3qwn8v3x9spsq2xc91-perl5.40.0-TimeDate-2.33' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7181394Z [00:00:19.969]➜  copying path '/nix/store/n0c89q37hzzff3l4wdp2fn068c5ygmyx-perl5.40.0-URI-5.21' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7184067Z [00:00:19.969]➜  copying path '/nix/store/nb2ghxgm8mihs9ig6rd7yhi31cxwsgrc-perl5.40.0-Try-Tiny-0.31' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7347382Z [00:00:19.986]➜  copying path '/nix/store/xp5c9n295gcsbrf00dn75yylwskblhx7-perl5.40.0-YAML-Tiny-1.74' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7385686Z [00:00:19.990]➜  copying path '/nix/store/c3cfx2jas719zma3jkgam52ycapapqi7-popt-1.19.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7460064Z [00:00:19.998]➜  copying path '/nix/store/6gv17ia82afyx1cpiv4vxzrspmik8p0v-pcre2-static-x86_64-unknown-linux-musl-10.44-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7567456Z [00:00:20.008]➜  copying path '/nix/store/4pfhyc13jhz84b8973gxbydhx4fn9vxp-ppc64-elfv2.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7613107Z [00:00:20.012]➜  copying path '/nix/store/nva33a7q8ahy2kzxpz7yh3lkkk3v5aap-perl5.40.0-Test-Fatal-0.017' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7659518Z [00:00:20.018]➜  copying path '/nix/store/6ljvcjl7i3j8lcm8qakxk1gnrx5wgpam-publicsuffix-list-0-unstable-2025-06-10' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7698955Z [00:00:20.022]➜  copying path '/nix/store/f3xhml3wj5r9g5xhas5911fnzgdvkrnq-prune-libtool-files' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7706456Z [00:00:20.022]➜  copying path '/nix/store/1k2d80n48kahj4ma3h7kqn0rg464ahfx-perl5.40.0-HTTP-Date-6.06' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7948244Z [00:00:20.044]➜  copying path '/nix/store/l1nkixb7faysc7pcdgs30b68xzzyahgi-perl5.40.0-WWW-RobotRules-6.02' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.7952042Z [00:00:20.044]➜  copying path '/nix/store/ak0ba7k7fn47shvz7zvbig1zlrq3p33k-perl5.40.0-Net-HTTP-6.23' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8093833Z [00:00:20.061]➜  copying path '/nix/store/2a5m47qs7p2ag79723zgi2qr5bxignfv-python-setup-hook.sh' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8099811Z [00:00:20.061]➜  copying path '/nix/store/crqryvyz974bb9sis3dny7wpwq1p53n2-publicsuffix-list-static-0-unstable-2025-06-10' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8105017Z [00:00:20.061]➜  copying path '/nix/store/d1xybymfx4ad0hy6zv97walg9v1dyzn6-raw' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8106925Z [00:00:20.061]➜  copying path '/nix/store/46lp3f87x2zzpd9vyyk82pw27d63jj1g-readline-static-x86_64-unknown-linux-musl-8.3p1' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8134593Z [00:00:20.065]➜  copying path '/nix/store/d6j86yzj5hs4937vaaynb1ilj6zvj3l1-setup-debug-info-dirs-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8169433Z [00:00:20.068]➜  copying path '/nix/store/2d9m88nzhfwnj5wicxwmnw60havflk93-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8269875Z [00:00:20.079]➜  copying path '/nix/store/44hcv3r700fpz5blawas0f6chb900d7v-perl5.40.0-File-Listing-6.16' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8319843Z [00:00:20.084]➜  copying path '/nix/store/2qw62845796lyx649ck67zbk04pv8xhf-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8356062Z [00:00:20.085]➜  copying path '/nix/store/g8laallc9lbmr7l16kv1d98hm5pcaamn-perl5.40.0-HTTP-CookieJar-0.014' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8400738Z [00:00:20.092]➜  copying path '/nix/store/45az41k2c95cyzv0x48l2x7vhcnvvgjw-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8405415Z [00:00:20.092]➜  copying path '/nix/store/6d5k3s872hi01abwm1i2311pj0ji4930-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8437752Z [00:00:20.095]➜  copying path '/nix/store/17xy7m7lh883jx5xpm1ld0zhgp8w71c6-libpsl-static-x86_64-unknown-linux-musl-0.21.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8565941Z [00:00:20.108]➜  copying path '/nix/store/6vzzxwpz26wshw59f13s17klv6xhfpyq-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.8885947Z [00:00:20.140]➜  copying path '/nix/store/72q93ka8xaxbssnxpvl0mrz61ky6rpil-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:26.9427362Z [00:00:20.194]➜  copying path '/nix/store/8ywq1pmijwsgihdrbl4zhp0nmb8d80k5-openssl-static-x86_64-unknown-linux-musl-3.5.1-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.0020349Z [00:00:20.254]➜  copying path '/nix/store/7vp1xphsl8afjpgxwx5zxma723968ycc-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.0986487Z [00:00:20.350]➜  copying path '/nix/store/ak3g6xqjrw6d88c8g0pjvkc0x7pfs65k-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.1166581Z [00:00:20.368]➜  copying path '/nix/store/9gm9vshkbi153l0qsz3l8aln9dg3ljm0-libpsl-static-x86_64-unknown-linux-musl-0.21.5-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.1736292Z [00:00:20.425]➜  copying path '/nix/store/anvll3j5z4prhm5q9nla3lyizncp9l72-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.1868299Z [00:00:20.438]➜  copying path '/nix/store/ayjpcx2smp7v7x5g44bsz9fqv4179hyi-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.2028046Z [00:00:20.454]➜  copying path '/nix/store/b3wh7272xbgj0w1b1n9z8ahzq6y5fn67-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.2775540Z [00:00:20.526]➜  copying path '/nix/store/fxkc59pi7r2lnbpn0a67hcmrsf8g2wvv-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.2905266Z [00:00:20.533]➜  copying path '/nix/store/gnq039p375f1zjl850i2wahy87nspwsh-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.3049053Z [00:00:20.557]➜  copying path '/nix/store/i9aa122a393f1jnzwj41kcaqz5wxqf2k-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.3051026Z [00:00:20.557]➜  copying path '/nix/store/iizvc7rcd94qrq9b9yd3svl4hpk4zrpp-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.3433156Z [00:00:20.595]➜  copying path '/nix/store/j2sxb7s1pm1mknvdjxafcgbhs5k7lmzg-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.3735636Z [00:00:20.623]➜  copying path '/nix/store/kilwwq5krm1jssr6jk4yj0ypp4hr690p-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.4744901Z [00:00:20.726]➜  copying path '/nix/store/kkdxxg3kpbxc45s8x1yrdlxai20afihx-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.4839396Z [00:00:20.736]➜  copying path '/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.4937304Z [00:00:20.745]➜  copying path '/nix/store/n76yf6njq5wczh96djradjf81a6pqbfg-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.5552502Z [00:00:20.807]➜  copying path '/nix/store/qgjl476b75hh4f1acp6dvhxcg3386agr-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.5715931Z [00:00:20.823]➜  copying path '/nix/store/scx2k0gpm2y7hnz878xpladmzh3qzrdi-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.6427394Z [00:00:20.894]➜  copying path '/nix/store/v651vkyk8ryp5mzz9l07l5mfh9r4qx19-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.6450963Z [00:00:20.897]➜  copying path '/nix/store/xng82y87ix0dp9hzv64wjf44nff4ah4i-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.6726901Z [00:00:20.924]➜  copying path '/nix/store/z2321rw4rfdys8inqspssc6gshlbrbdp-source' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.6778627Z [00:00:20.930]➜  copying path '/nix/store/vijsp4ywmsvr6jk5ypbb8hszayn7bwdd-tar-1.35.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.6880043Z [00:00:20.940]➜  copying path '/nix/store/2j1lgfqmg6izyhysj2gzxbqmrcjg1k0y-libevent-static-x86_64-unknown-linux-musl-2.1.12-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.7067954Z [00:00:20.958]➜  copying path '/nix/store/s5irzc098fkvgv90fn3l3larjj75i3ba-tcp-wrappers_7.6.q-33.debian.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.7287478Z [00:00:20.980]➜  copying path '/nix/store/hgs7q0j6ykmzf1lhmw2xr0ki6pdds4sy-tcp-wrappers_7.6.q.orig.tar.gz' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.7787409Z [00:00:21.030]➜  copying path '/nix/store/f9wnpscladwgb5n0qkl9gai0aghsffs4-test069-sleep.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.7975116Z [00:00:21.049]➜  copying path '/nix/store/ms10flhvgnd1nsfwnb355aw414ijlq8j-tzdata-2025b' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.8359555Z [00:00:21.088]➜  copying path '/nix/store/zf1a5cbk6rk23ax7g089zb40cvgf68sn-tzdata-static-x86_64-unknown-linux-musl-2025b' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.8455215Z [00:00:21.096]➜  copying path '/nix/store/bfp36pm2rwiayb1fh05ysal07zwkwyd3-update-autotools-gnu-config-scripts-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.8472471Z [00:00:21.099]➜  copying path '/nix/store/p6b0fs4pmsrz0rzbn29x7f49d6xsfcmw-util-linux-2.41.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.8596389Z [00:00:21.111]➜  copying path '/nix/store/k3ryszvvbwqchskn7z52458q79p85dri-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.8927429Z [00:00:21.144]➜  copying path '/nix/store/sphqcj1v39adbag81yk6k9zcjdyzdgna-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-login' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.9035528Z [00:00:21.153]➜  copying path '/nix/store/dzz19syxv7yfkic43ws849m6fr7x4qdi-unbound-static-x86_64-unknown-linux-musl-1.23.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.9211132Z [00:00:21.173]➜  copying path '/nix/store/xyl91agzasy8c45697dsln8w173763lg-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-mount' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.9656756Z [00:00:21.217]➜  copying path '/nix/store/j88nlh5c83sk5qrrfrlf8079nkg96bz1-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-swap' from 'https://cache.nixos.org'...
2025-08-20T21:49:27.9960942Z [00:00:21.248]➜  copying path '/nix/store/h432c964cimsg5w7z8bygpycsa9pwaq9-x86_64-unknown-linux-musl-gcc-14.3.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.0034762Z [00:00:21.255]➜  copying path '/nix/store/ipv2c4dwqw1l2h0q5hvafj3s9hylpiz2-xcb-proto-1.17.0.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.0103158Z [00:00:21.262]➜  copying path '/nix/store/9jyifddjxccrl41dkwy6jvklf4zr287p-unbound-static-x86_64-unknown-linux-musl-1.23.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.0112096Z [00:00:21.263]➜  copying path '/nix/store/n9mggs3wskqv3vqd4xn8hbq2yzcf2z1d-xgcc-14.3.0-libgcc' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.0149200Z [00:00:21.267]➜  copying path '/nix/store/7w5cfnqs31bldj93asyhmag7vrlbx7g4-xorgproto-2024.1.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.0170104Z [00:00:21.269]➜  copying path '/nix/store/mby251gvv0fp01vcbqllfhcjljsmx7q8-xtrans-1.6.0.tar.xz' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.0227541Z [00:00:21.274]➜  copying path '/nix/store/lmn7lwydprqibdkghw7wgcn21yhllz13-glibc-2.40-66' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.0766968Z [00:00:21.328]➜  copying path '/nix/store/x4hsb41rjhfxsl2s22mdni3g69ig17w2-xz-static-x86_64-unknown-linux-musl-5.8.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.0940455Z [00:00:21.345]➜  copying path '/nix/store/8r4xf3v70mqdl8f3jy1y5zjgwrd4x4ym-zlib-static-x86_64-unknown-linux-musl-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.1100878Z [00:00:21.362]➜  copying path '/nix/store/40kja02wfnw1gdlrcyh75c7x7iibrwvn-zstd-static-x86_64-unknown-linux-musl-1.5.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.1640158Z [00:00:21.416]➜  copying path '/nix/store/hksqgsk7s1p77w4n2d93lxy62dc4nacz-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.1752956Z [00:00:21.427]➜  copying path '/nix/store/dpgdpjc7v2va4xph1xcjm27vqqkqyr05-gnutls-static-x86_64-unknown-linux-musl-3.8.10' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.2043740Z [00:00:21.456]➜  copying path '/nix/store/9gpc73p52vyxipi0qjascz5q9qv9g9mg-zlib-static-x86_64-unknown-linux-musl-1.3.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.2247330Z [00:00:21.476]➜  copying path '/nix/store/qiamim7zrjv4dj1pwx4gmpyr52xsf2l7-curl-static-x86_64-unknown-linux-musl-8.14.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.2764918Z [00:00:21.528]➜  copying path '/nix/store/rr598iz9x2p5ll8l97mm7pkgdbqmcsl9-libssh2-static-x86_64-unknown-linux-musl-1.11.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.3319529Z [00:00:21.583]➜  copying path '/nix/store/nwxf94hn3wzgzgjsh78li9l8gx6qrp0l-sqlite-static-x86_64-unknown-linux-musl-3.50.2-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.4431687Z [00:00:21.695]➜  copying path '/nix/store/98lx5v5kbrr7hd69wbhyrcpyfvr5zv8f-xz-static-x86_64-unknown-linux-musl-5.8.1-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.4445794Z [00:00:21.696]➜  copying path '/nix/store/b5r4hw3gsb9db785l867mr8ckflkchjg-libarchive-static-x86_64-unknown-linux-musl-3.8.1-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.5573866Z [00:00:21.809]➜  copying path '/nix/store/02hxr7745nssf42i6ifwk2i9scgzcld6-xz-static-x86_64-unknown-linux-musl-5.8.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.6137753Z [00:00:21.865]➜  copying path '/nix/store/s8yf2s9ff5xsb9k2c09180nbqypvriaa-gnutls-static-x86_64-unknown-linux-musl-3.8.10-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:28.6145094Z [00:00:21.866]➜  copying path '/nix/store/gaa1sir461hglbpcw8ya3yp3aiyhy0n3-util-linux-minimal-static-x86_64-unknown-linux-musl-2.41-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:29.0591327Z [00:00:22.311]➜  copying path '/nix/store/2217z4gb8ifz8lvvmaz37vxi652z8dzl-tzdata-1.19.patch' from 'https://cache.nixos.org'...
2025-08-20T21:49:29.1527446Z [00:00:22.400]➜  copying path '/nix/store/9bcxpnxvfcwm3v41zavwypciaii0maav-tzdata-static-x86_64-unknown-linux-musl-2025b-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3556057Z [00:00:23.607]➜  copying path '/nix/store/y8fm34v0jphjgp5h21w068h6p3f8hc05-attr-2.5.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3558080Z [00:00:23.607]➜  copying path '/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3559830Z [00:00:23.608]➜  copying path '/nix/store/csa88p9sbvp9hidfq0dpl23sshalmx2c-brotli-1.1.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3561433Z [00:00:23.608]➜  copying path '/nix/store/889cb1d1hvly3ccdjhsii6f4m5f884ph-dav1d-1.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3563854Z [00:00:23.608]➜  copying path '/nix/store/mly9f128r573m1i9q5a40ajc339ivmqp-ed-1.21.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3570625Z [00:00:23.608]➜  copying path '/nix/store/d30jzadpdsxdk7jwp7h3znrfr5gpf816-bzip2-1.0.8' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3572242Z [00:00:23.608]➜  copying path '/nix/store/nqzr9s20np4bbi7v89rsw6s47mp4va46-byacc-20241231' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3576793Z [00:00:23.609]➜  copying path '/nix/store/phjcyak0sl3id21f0xx8sf5rgf8x5bql-expand-response-params' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3578564Z [00:00:23.609]➜  copying path '/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3582054Z [00:00:23.609]➜  copying path '/nix/store/yjmpym3ksdbrkdcipjhm8gayhlv0jp4r-fribidi-1.0.16' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3583884Z [00:00:23.609]➜  copying path '/nix/store/p23www756j3bjy9l1bf5bkwmr2vvd6h1-expat-2.7.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3585591Z [00:00:23.610]➜  copying path '/nix/store/7safzfp9b25vfac2gsqiy60c8b6n43qa-expand-response-params' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3718061Z [00:00:23.623]➜  copying path '/nix/store/fkw48vh7ivlvlmhp4j30hy2gvg00jgin-gcc-14.3.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3721145Z [00:00:23.623]➜  copying path '/nix/store/l3pzyjc5zmzp4bcbg40s6f5zjq87c77i-gdbm-1.25-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3855374Z [00:00:23.630]➜  copying path '/nix/store/415q6x6zyjq2nz012wynr93c6hwi94p5-getopt-1.1.6' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3902335Z [00:00:23.630]➜  copying path '/nix/store/3qzrn1zp5nrh41c5bkx7q5cnjx6l7qm8-giflib-5.2.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3904569Z [00:00:23.632]➜  copying path '/nix/store/7fini49zkfwf439iqxvm7nzz2v6aclrn-acl-2.3.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3906301Z [00:00:23.637]➜  copying path '/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3908081Z [00:00:23.640]➜  copying path '/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3979371Z [00:00:23.646]➜  copying path '/nix/store/pc06d6yjx1n9a5j4h9fnp905ywax1p6a-glibc-2.40-66-static' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.3981540Z [00:00:23.648]➜  copying path '/nix/store/rhx0pdkrnwfqxz5lxkvdk0na79bklvg2-glibc-2.40-66-getent' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4005727Z [00:00:23.652]➜  copying path '/nix/store/ahrvr02jq29g2fads1g6vl7qf2npy77y-gmp-6.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4114995Z [00:00:23.661]➜  copying path '/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4194391Z [00:00:23.671]➜  copying path '/nix/store/2d8iw4ascm7yix541nyz5gpaf7y1jh9p-getent-glibc-2.40-66' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4219384Z [00:00:23.674]➜  copying path '/nix/store/aiwxfww5i8zglrampy652fr268qly7l2-bzip2-1.0.8-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4228090Z [00:00:23.674]➜  copying path '/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4454045Z [00:00:23.697]➜  copying path '/nix/store/ndr5xrax34m1wbfygiskgngq681zx6gj-json-c-0.18' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4480108Z [00:00:23.700]➜  copying path '/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4765251Z [00:00:23.720]➜  copying path '/nix/store/xky9if6h96val2bkmrb694slxm6afscl-keyutils-1.6.3-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4823791Z [00:00:23.720]➜  copying path '/nix/store/q18ggx06ds7shnb7rw0m2p2j2aznda24-libXau-1.0.12' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4825955Z [00:00:23.730]➜  copying path '/nix/store/24kf4iz4g7gkh6mccjr4g616nalf67bk-libXdmcp-1.1.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4827974Z [00:00:23.730]➜  copying path '/nix/store/1lcnn3dk28b16b7iwwc43fxkp0nz7fx4-isl-0.20' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4841757Z [00:00:23.736]➜  copying path '/nix/store/n17m741x3zi1178s003innlg2pfcbqkl-curl-static-x86_64-unknown-linux-musl-8.14.1-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4854445Z [00:00:23.737]➜  copying path '/nix/store/i2ipfxxnmqk1cs50ddg2v5vaap8zpd02-gnu-config-2024-01-01' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4866795Z [00:00:23.738]➜  copying path '/nix/store/5fsiisqvhbdq9abcmqw6v2jkjxhwdhbd-gnum4-static-x86_64-unknown-linux-musl-1.4.20' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.4895490Z [00:00:23.741]➜  copying path '/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.5114193Z [00:00:23.763]➜  copying path '/nix/store/fmd3w4i7i8iqicclg05sa1d1imjxairm-go-1.22.12-linux-amd64-bootstrap' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.5971637Z [00:00:23.849]➜  copying path '/nix/store/331hdkbhb3hkf82nghzcpaddxc92cxla-libcap-2.76-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.5981080Z [00:00:23.850]➜  copying path '/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.6067394Z [00:00:23.858]➜  copying path '/nix/store/y6y6rb0kz3iwb8wr1qq5pciz5vybzilv-libcap-ng-0.8.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.6079907Z [00:00:23.860]➜  copying path '/nix/store/ky4v901fmq1pns8masq67bhqipgabvxk-boehm-gc-8.2.8' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.6344364Z [00:00:23.886]➜  copying path '/nix/store/37pdc5hc0glsysfa301irli7fjngvn2v-fmt-10.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.6421089Z [00:00:23.894]➜  copying path '/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.6449003Z [00:00:23.897]➜  copying path '/nix/store/74qjr01q87nwfl0dbsr1s45p8crw3q1f-glibc-2.40-66-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.6484664Z [00:00:23.900]➜  copying path '/nix/store/f6yc9mbdp17kh3p70lhlix1w21jlj5kp-gmp-with-cxx-6.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.6497154Z [00:00:23.901]➜  copying path '/nix/store/j9sc6w3yxdz5nli6sq7da7zdq149faj5-gmp-with-cxx-6.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.6975064Z [00:00:23.946]➜  copying path '/nix/store/pylq875kpiz2cqfijzh1qyklb3k7nsx2-gperf-3.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.6985553Z [00:00:23.950]➜  copying path '/nix/store/fz27xn16j1j3svm431vxbgxrl744s4q8-graphite2-1.3.14' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.7174541Z [00:00:23.969]➜  copying path '/nix/store/00rjqqrpfbjjjp5xm3gs4kh2336ai0jb-groff-1.23.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.7228509Z [00:00:23.975]➜  copying path '/nix/store/wpjmnya1ygh2i1z247idby154rjsbyyx-icu4c-76.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.7262237Z [00:00:23.978]➜  copying path '/nix/store/6qzjybdiqrwi2hhn1ffz0m8fv87jzf4d-lerc-4.0.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.7294905Z [00:00:23.978]➜  copying path '/nix/store/55bh0lhx6c6k2crm56ifc2qwz5fmwgyx-isl-0.20' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.7316641Z [00:00:23.983]➜  copying path '/nix/store/jwcnc1a3pv207fggv58qqyzn6npyaw1b-libdatrie-2019-12-20-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.7358060Z [00:00:23.987]➜  copying path '/nix/store/q1aig345yg8qkzb5y618xc14jr5rcs0x-libdeflate-1.24' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.7728120Z [00:00:24.024]➜  copying path '/nix/store/l82nd8svr4y7as227xn33551wkzzjy3b-libevent-2.1.12' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.7932138Z [00:00:24.045]➜  copying path '/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.7952942Z [00:00:24.047]➜  copying path '/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.8007614Z [00:00:24.052]➜  copying path '/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.8119960Z [00:00:24.064]➜  copying path '/nix/store/qfz8slc34jinyfkvmskaplijj8a79w25-libffi-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.8355203Z [00:00:24.084]➜  copying path '/nix/store/qcy4z04nv25sbiw9l2kixvahh4xlcbcs-libjpeg-turbo-3.1.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.8357303Z [00:00:24.085]➜  copying path '/nix/store/31p4g79sz071rf2q6alyl49347l782pa-libpipeline-1.5.8' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.8375706Z [00:00:24.089]➜  copying path '/nix/store/i5ymy0x9p9npy0y1byd5wkb6bap2rxrq-libpfm-4.13.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.8787290Z [00:00:24.130]➜  copying path '/nix/store/marn1vzlxpfkk51zjifnlq9l10kvp8xb-libpsl-0.21.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.9075446Z [00:00:24.159]➜  copying path '/nix/store/487gg08bghrplk96z401gv2djyaj9x5q-libseccomp-2.6.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.9139198Z [00:00:24.165]➜  copying path '/nix/store/71alk3baa9mhvbh2ddwbdri45vljcwm7-libtasn1-4.20.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.9173943Z [00:00:24.169]➜  copying path '/nix/store/2dmar7pdi52ydrpfrxpz4zn2p33isqaa-libthai-0.1.29' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.9806549Z [00:00:24.230]➜  copying path '/nix/store/bk2lnyr4lrlgwbxaf1jdwfdkn4f2n9h4-libtool-2.5.4-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.9808488Z [00:00:24.230]➜  copying path '/nix/store/6r9fwvh9ansv5ddm9kal1w2l18gc1f72-libuv-1.51.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.9810393Z [00:00:24.231]➜  copying path '/nix/store/137bc7m0vjdcc22wkdw655l67nm6wsng-libvmaf-3.0.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.9812213Z [00:00:24.233]➜  copying path '/nix/store/gk2g52fcbwlh0qvczci2clc5zxjnb28m-libxcb-1.17.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:30.9814343Z [00:00:24.233]➜  copying path '/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.0009049Z [00:00:24.253]➜  copying path '/nix/store/xzwif45a91yz9kvfy03a2gnh5gl5smh1-libtasn1-4.20.0-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.0027830Z [00:00:24.254]➜  copying path '/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.0426228Z [00:00:24.292]➜  copying path '/nix/store/sdyl0b9k0ijgdfwba9cgp76m81nhm387-libxcrypt-4.4.38' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.0435565Z [00:00:24.295]➜  copying path '/nix/store/ayksccfcmihbjz9075yd285fhdzdzlfl-libxml2-2.14.4-unstable-2025-06-20' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.0764050Z [00:00:24.328]➜  copying path '/nix/store/kz3vmjbl164swlfw9n5gmzla5y9x4jhk-libaom-3.12.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.1251392Z [00:00:24.377]➜  copying path '/nix/store/cc238fjs80avjnhfqi4l8gwflqa8lb10-libX11-1.8.12' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.1287175Z [00:00:24.380]➜  copying path '/nix/store/2m55mixr4fb8k7m50cagg3k3r3k7j34h-libyuv-1908' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.2309134Z [00:00:24.483]➜  copying path '/nix/store/kfjpc8875r1wd0dgnixzicrpm34jkm0a-locale-glibc-2.40-66' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.2366500Z [00:00:24.488]➜  copying path '/nix/store/hsymxw27p962w34236y7q0fg63ad3jv5-lz4-1.10.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.2419229Z [00:00:24.494]➜  copying path '/nix/store/zmf3f2ikkgr7vnn5qsc1x8sr6wk8z71n-lzo-2.10' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.2495161Z [00:00:24.501]➜  copying path '/nix/store/2a3nar4ckgvfqa4p0bjwk6ad6giqw0k6-make-netbsd-9.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.2653101Z [00:00:24.517]➜  copying path '/nix/store/lsbw8y9k2sg13c7z1nrqgzmg42ln1ji2-mpdecimal-4.0.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.2669397Z [00:00:24.519]➜  copying path '/nix/store/s0bw3ahvpbl9zznakz7lb67rsa8ccvv3-mpfr-4.2.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.2692419Z [00:00:24.521]➜  copying path '/nix/store/vcb1zshk30mw57lib3wsqf1cxp8y4gk2-mpfr-4.2.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.2995403Z [00:00:24.549]➜  copying path '/nix/store/ib95pg7blpx74an2q1435mf3chzfqvz9-libXrender-0.9.12' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3019845Z [00:00:24.554]➜  copying path '/nix/store/fhidyiaqww37gzc6fh0ph5qk3vpv8vv6-libXext-1.3.6' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3065393Z [00:00:24.557]➜  copying path '/nix/store/p1n9z8p8dzfb12gmz8qcn3nzcmhgg14r-libmpc-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3073073Z [00:00:24.559]➜  copying path '/nix/store/iwjar74587v78zbc7kcj9l0chd573yar-libxml2-2.14.4-unstable-2025-06-20-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3078693Z [00:00:24.559]➜  copying path '/nix/store/gpwcsm32n7i4pj11vi8c4frspa0nli9m-libxslt-1.1.43' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3166273Z [00:00:24.566]➜  copying path '/nix/store/6lxk8zmw91zp75ipnlhq9xdrdqrwbjdx-musl-static-x86_64-unknown-linux-musl-1.2.5-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3197043Z [00:00:24.571]➜  copying path '/nix/store/ikshldlpw00r98sa5slf75f1flnxg52c-ncompress-5.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3210465Z [00:00:24.573]➜  copying path '/nix/store/4kark163478mlnx42k2gakrji1z43z9m-ncurses-6.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3221864Z [00:00:24.574]➜  copying path '/nix/store/nlqy7cl7gcpiiarxbiwvhrqkz8cy97fy-libxml2-2.14.4-unstable-2025-06-20-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3317487Z [00:00:24.583]➜  copying path '/nix/store/46b5xxdmd617xcxr9c9p95dlny0zm8h5-libmpc-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3876582Z [00:00:24.639]➜  copying path '/nix/store/14fwawdd17cdcm67p8xa1ad38sy6sqjc-nettle-3.10.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3883164Z [00:00:24.640]➜  copying path '/nix/store/g3d1y59v2xi5g237yynb3l8a0iimsbna-libxslt-1.1.43-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3910271Z [00:00:24.641]➜  copying path '/nix/store/9hvr7ik8cqdpkv6i7b44adizmwvqqf0z-ncurses-static-x86_64-unknown-linux-musl-6.5-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.3912223Z [00:00:24.643]➜  copying path '/nix/store/9l9q6b0di8iy4n0vqzvfqja3kgk74kgf-libXpm-3.5.17' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.4073704Z [00:00:24.659]➜  copying path '/nix/store/z5d9ic46drhjjkw20c412sswxaxblr22-nghttp2-1.65.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.4096102Z [00:00:24.660]➜  copying path '/nix/store/qv68pw71ffk2075fgk84h338lpaxnj5w-nghttp2-1.65.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.4118747Z [00:00:24.664]➜  copying path '/nix/store/wws3zb9sa7b21msrwh0b2018pl7bpsw6-ninja-1.12.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.4168689Z [00:00:24.668]➜  copying path '/nix/store/5zyhvw915ipajilpyizfs89ara64x21b-libxml2-2.14.4-unstable-2025-06-20-py' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.4242704Z [00:00:24.674]➜  copying path '/nix/store/sqlc3mpmyrajwv3lklzqcxfnxlyybhmf-libxslt-1.1.43-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.4579753Z [00:00:24.710]➜  copying path '/nix/store/4qza4lfjrrk8wv975xkxwks8cgsm1msd-nghttp2-1.65.0-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.4655959Z [00:00:24.717]➜  copying path '/nix/store/lyl9yxxz8a3mlaxvm0jln6mglpbf2fha-openssl-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.4665762Z [00:00:24.718]➜  copying path '/nix/store/paiak48ilkpsd9h56rk6j5031vn5qs6p-openssl-3.5.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.4938685Z [00:00:24.746]➜  copying path '/nix/store/5gnn2yvp740nyhmjb05wl9v5cn8sdgvb-p11-kit-0.25.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.4940676Z [00:00:24.746]➜  copying path '/nix/store/8znc8qfz6b6id69p6akhx1ivp4g7y8l2-musl-iconv-1.2.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.5419399Z [00:00:24.794]➜  copying path '/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.5596003Z [00:00:24.811]➜  copying path '/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.5678923Z [00:00:24.820]➜  copying path '/nix/store/7bgq9cg5ak81wf8ci849649z4qxkqlf7-pcre2-10.44' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.6097327Z [00:00:24.861]➜  copying path '/nix/store/kgrn6ja6n05z77i3nzh3bn09b015rplh-coreutils-static-x86_64-unknown-linux-musl-9.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.6915414Z [00:00:24.919]➜  copying path '/nix/store/agms8apwlq60nbbbqxdcxcwl61s7lkzs-gnugrep-static-x86_64-unknown-linux-musl-3.12' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.6974817Z [00:00:24.919]➜  copying path '/nix/store/0nwzp5ss7xpanqyx9ki8lrn901z7s7pl-gnutls-static-x86_64-unknown-linux-musl-3.8.10-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.6977185Z [00:00:24.925]➜  copying path '/nix/store/scz952w251fzscnc4laadq25aqp9k37q-perl5.40.0-Clone-0.46' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.7214956Z [00:00:24.964]➜  copying path '/nix/store/rfc91hivx6h6bxpnadc754vzlw9nqkl8-perl5.40.0-Text-CharWidth-0.04' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.7217164Z [00:00:24.964]➜  copying path '/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.7275585Z [00:00:24.979]➜  copying path '/nix/store/34lr4lwh8wxk86zrbhw3c91cjcxfwd80-libselinux-3.8.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.7425279Z [00:00:24.994]➜  copying path '/nix/store/dbaln80k4vywv7drq3mbxcqcvxzn53vj-perl5.40.0-HTTP-Message-6.45' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.7590587Z [00:00:25.011]➜  copying path '/nix/store/ga37hnq1r171aa598s4qiia73mgjhn5h-perl5.40.0-Text-WrapI18N-0.06' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.7765329Z [00:00:25.028]➜  copying path '/nix/store/14db0m5c1xxlfzwm5sp5cbyd1y9g8cng-perl5.40.0-Unicode-LineBreak-2019.001' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.7851950Z [00:00:25.037]➜  copying path '/nix/store/16f0h2v0pfkd9xc53d8kwyda6hnibxma-perl5.40.0-XS-Parse-Keyword-0.46' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.7865184Z [00:00:25.037]➜  copying path '/nix/store/rkr9lij8gxcf275qdg2mi6gc3aw8iwlj-perl5.40.0-gettext-1.07' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8068319Z [00:00:25.059]➜  copying path '/nix/store/zsrlh9hphzp8kynbqy2c0i5sa4ks1z51-perl5.40.0-HTML-Parser-3.81' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8101091Z [00:00:25.062]➜  copying path '/nix/store/413cl055d3mn09kpxxyp0r9xkcnnrd8j-perl5.40.0-HTTP-Cookies-6.10' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8268783Z [00:00:25.079]➜  copying path '/nix/store/2d5qb4hxdjdcmkyk5m331klmx2516kwl-perl5.40.0-HTTP-Daemon-6.16' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8272283Z [00:00:25.079]➜  copying path '/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8275715Z [00:00:25.079]➜  copying path '/nix/store/yhv1r44mf9vdlr5kpszgr76yj2h5p43n-perl5.40.0-HTTP-Negotiate-6.01' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8334760Z [00:00:25.082]➜  copying path '/nix/store/c2dv7ggdgyhqzb2qkqxfa1a7jgm5vi2y-pixman-0.46.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8343427Z [00:00:25.086]➜  copying path '/nix/store/hmccspxh0fwd1jbpbzs7ad7hjff6bnlj-popt-1.19' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8558336Z [00:00:25.108]➜  copying path '/nix/store/wi07kfjcnflgkp69wrgxhdwzhryy8r26-readline-static-x86_64-unknown-linux-musl-8.3p1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8560247Z [00:00:25.108]➜  copying path '/nix/store/0wjfj32rdpx83n2rzqg7wn2lznm897r5-rhash-1.4.4' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8562044Z [00:00:25.108]➜  copying path '/nix/store/kby8i6kxckxbxy9pv6prkmqg1bp1vs5m-perl5.40.0-Syntax-Keyword-Try-0.29' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.8623083Z [00:00:25.114]➜  copying path '/nix/store/w48pb5q63m9qdwh8520jpwh57blbiw88-krb5-1.21.3-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.9177069Z [00:00:25.169]➜  copying path '/nix/store/sn0ygj0hlhlfm68sqjyb643v1mdpfavd-spdlog-1.15.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.9181926Z [00:00:25.170]➜  copying path '/nix/store/iawpg2vvmmp1r4qbd7mamyd2f1jxm2ks-stat-netbsd-9.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.9366520Z [00:00:25.188]➜  copying path '/nix/store/l365s6fwm2i0hq1bvm0crf149z6lskjd-swig-4.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.9504444Z [00:00:25.202]➜  copying path '/nix/store/fhxdxm3pcrjjvaslaa7xxny876vkybrh-krb5-1.21.3-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.9506988Z [00:00:25.202]➜  copying path '/nix/store/jl0z4dmvfd3lzfqz5h7q4fzqx1h4jv2x-tcl-8.6.15' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.9512305Z [00:00:25.202]➜  copying path '/nix/store/6bxwpvvh0appj0szj3mz4w9mch4w8d4p-openssl-3.5.1-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.9568300Z [00:00:25.208]➜  copying path '/nix/store/ph9kkh6flc4p2ck48x57dwj9b336pjlj-tsort-netbsd-9.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.9573794Z [00:00:25.208]➜  copying path '/nix/store/hcpzp9lwglppykw4a3hnsc4549gchncz-unbound-1.23.0-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.9576152Z [00:00:25.209]➜  copying path '/nix/store/44pyxpbkg0mz0m11sz6a32pviri8zja4-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:31.9926541Z [00:00:25.244]➜  copying path '/nix/store/rkamggyz8rbsb61qal5xvi97yks1g3ma-update-autotools-gnu-config-scripts-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.0038583Z [00:00:25.256]➜  copying path '/nix/store/igddm05n209wfdq39san0vsd4r09qc28-util-linux-minimal-2.41-login' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.0780533Z [00:00:25.330]➜  copying path '/nix/store/k44kjnci6lsjnr3migs25xflbvn651hm-which-2.23' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.0796902Z [00:00:25.331]➜  copying path '/nix/store/x7p6a7pdlg9skj8mb0b52af57vp5y5qv-openssl-3.5.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.0800635Z [00:00:25.332]➜  copying path '/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.1490090Z [00:00:25.401]➜  copying path '/nix/store/ybipxrkihd6x5jdhsrrzhjbqr0j25sqi-xinstall-netbsd-9.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.1525474Z [00:00:25.404]➜  copying path '/nix/store/6wjrbgszrz5n93rf834i58k4fs33p5a4-xxHash-0.8.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.1527372Z [00:00:25.404]➜  copying path '/nix/store/lrzs7l92j20n81rv4hs5js5qigg686s3-xz-5.8.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.1585541Z [00:00:25.410]➜  copying path '/nix/store/hw709yvhxp1xjw9s8vi33r6zw7701n7m-netbsd-stat-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.1687957Z [00:00:25.421]➜  copying path '/nix/store/97jdzvwjgwy2g4xcijimadl0vpj6laqh-zlib-1.3.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.2172919Z [00:00:25.469]➜  copying path '/nix/store/s77wpgad8w4yydm9qzb6prm7g8fg23z3-zstd-1.5.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.2503862Z [00:00:25.499]➜  copying path '/nix/store/qgfz23gwqb8w1xjb72d3hcffsywjs1gx-binutils-2.44-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.2650524Z [00:00:25.517]➜  copying path '/nix/store/q7y7g7z3hjb9jhagxqjcbrwa1hhm2445-cracklib-2.10.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.2659647Z [00:00:25.518]➜  copying path '/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.3088818Z [00:00:25.560]➜  copying path '/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.3159759Z [00:00:25.568]➜  copying path '/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.3607932Z [00:00:25.609]➜  copying path '/nix/store/7a7z89h9g0s18w3cq0pif7h1pw0z07qx-gnutls-3.8.10' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.3845482Z [00:00:25.632]➜  copying path '/nix/store/wdds5a9jax6zwj7wxqwqqp9dr28apr4q-file-5.45-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.4216324Z [00:00:25.673]➜  copying path '/nix/store/19xbwac2bxzdxph33rl84qnqy1k8zgcr-kexec-tools-2.0.31' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.4365269Z [00:00:25.685]➜  copying path '/nix/store/ik9a1dn4229hirklndxb5cz1fp4z8md0-boost-1.87.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.4555340Z [00:00:25.705]➜  copying path '/nix/store/r9w3d23q74l0vx73xc5m07chv6mrwi2h-kmod-31' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.5283964Z [00:00:25.780]➜  copying path '/nix/store/g3xii7b8kcfwnyi553sz6nlhx9dz7qd5-kmod-31-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.5431227Z [00:00:25.788]➜  copying path '/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.5669647Z [00:00:25.819]➜  copying path '/nix/store/10yn6j6g8iywx0w1a61xxqxycmh3r1h0-krb5-1.21.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.5713469Z [00:00:25.823]➜  copying path '/nix/store/9fz37cc2hai6n2d17fdr3gcdr67x3853-libarchive-3.8.1-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.5951904Z [00:00:25.847]➜  copying path '/nix/store/nn3nrg1m37a9rhm3vs206q7xfxgg2i0n-libssh2-1.11.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.5987897Z [00:00:25.850]➜  copying path '/nix/store/fvjkayjwp5ysfkmbvr4g5g4l8ba36wmy-libpng-apng-1.6.47' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.6868038Z [00:00:25.938]➜  copying path '/nix/store/i9br69lmgjyil7pj9wh3a7n1y880va27-libmicrohttpd-1.0.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.6978457Z [00:00:25.950]➜  copying path '/nix/store/vy0mz3qcqdycf9dxp7s06a1dizg7xwqi-freetype-2.13.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.7314872Z [00:00:25.981]➜  copying path '/nix/store/323m0apynvd5sirxvpd8z7ghm66h857x-curl-8.14.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.7316682Z [00:00:25.981]➜  copying path '/nix/store/sfpj91cxjs6i50ajqk04qzlhq9j324a3-libssh2-1.11.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.7642304Z [00:00:26.016]➜  copying path '/nix/store/162qplhli6d6jf2k6z50a36p3lbw9r4y-libssh2-1.11.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.7763097Z [00:00:26.028]➜  copying path '/nix/store/2ajwadivs74ywl6v99apliwgs1wc5xgj-curl-8.14.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.7775517Z [00:00:26.029]➜  copying path '/nix/store/95iy4kvy1xllg2fpb14dhw4m3ff3l0f0-curl-8.14.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.7797667Z [00:00:26.031]➜  copying path '/nix/store/d0h14zi7gjli120cn16pwfp6k6jai25r-krb5-1.21.3-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.8431247Z [00:00:26.095]➜  copying path '/nix/store/znwm1ai9kczppkljjck7sj4qf9mmi0mc-curl-8.14.1-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.8605130Z [00:00:26.112]➜  copying path '/nix/store/lgcmyi7kylyx7d2kf8bszfr5vwpfnvfh-fontconfig-2.16.2-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.8635085Z [00:00:26.115]➜  copying path '/nix/store/9yam7xvh7shxyljlqxgas6g1d334m040-libwebp-1.6.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.8682512Z [00:00:26.116]➜  copying path '/nix/store/a3w3ka2d796ghlhf31il839c0658m5ih-cmake-3.31.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.8974947Z [00:00:26.127]➜  copying path '/nix/store/qg2k9xl5af62zzlynwfim5f3ajwai88v-elfutils-0.193' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.8985048Z [00:00:26.150]➜  copying path '/nix/store/bjk2lpzkba65mgbad1jicf2l1nkkq58s-mandoc-1.14.6' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.9006030Z [00:00:26.151]➜  copying path '/nix/store/zb0g9f0vvwx0z56jxg3xds7pjrkhy1kp-expect-5.45.4' from 'https://cache.nixos.org'...
2025-08-20T21:49:32.9011651Z [00:00:26.153]➜  copying path '/nix/store/7mhwyrv7rpvd5172hanh47lzihmg2yfc-llvm-19.1.7-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.0995971Z [00:00:26.350]➜  copying path '/nix/store/65i489wxp352nbqk13xj0hiskchzp6a1-libXft-2.3.9' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.1045028Z [00:00:26.355]➜  copying path '/nix/store/nvsy20qrmlq5sznqncak7ljfrwixq42y-dejagnu-1.6.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.1326369Z [00:00:26.384]➜  copying path '/nix/store/49rng2j1jbdr3jvgci5x6pv15lam6ysx-perl-5.40.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.1915937Z [00:00:26.442]➜  copying path '/nix/store/3p8970kqbbrjvn7a6l875vkp3sga3345-libtiff-4.7.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.2930948Z [00:00:26.545]➜  copying path '/nix/store/aav90wsa87akkdgdkzylnq1dm7bzp5zm-rsync-3.4.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.3136963Z [00:00:26.565]➜  copying path '/nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.3422856Z [00:00:26.594]➜  copying path '/nix/store/yd47pmkv6iv58gs5v5jgyblvkw87pqx3-sqlite-3.50.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.3796661Z [00:00:26.631]➜  copying path '/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.4365632Z [00:00:26.685]➜  copying path '/nix/store/8kgj4vk3201i2nl8dryg0554nzxcazfx-libwebp-1.6.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.4538733Z [00:00:26.706]➜  copying path '/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.5218902Z [00:00:26.774]➜  copying path '/nix/store/qjh11kgxv245166f27017hwx2fvmwh8p-zlib-1.3.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.5676329Z [00:00:26.819]➜  copying path '/nix/store/g6kx2793pvvcw812n084d5rhz8l0y1nl-zstd-1.5.7-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.5923879Z [00:00:26.844]➜  copying path '/nix/store/0mz00gbdlqpdivijfbs2r7k590kk6vwn-stdenv-linux' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.5933132Z [00:00:26.845]➜  copying path '/nix/store/g6vgg72a5m5gm6fjm1jn9c39yxgpqkw2-stdenv-linux' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.6065311Z [00:00:26.858]➜  warning: download buffer is full; consider increasing the 'download-buffer-size' setting
2025-08-20T21:49:33.6390709Z [00:00:26.891]➜  copying path '/nix/store/hd3affi4127vn39jljr8v7cr5dqg5k9h-curl-8.14.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:33.6604218Z [00:00:26.907]➜  copying path '/nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:34.0125061Z [00:00:27.264]➜  copying path '/nix/store/s56j2jrcmgmdirva0yrpqjl6icb05bjw-elfutils-0.193-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:34.4526360Z [00:00:27.704]➜  copying path '/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44' from 'https://cache.nixos.org'...
2025-08-20T21:49:34.8613627Z [00:00:28.113]➜  copying path '/nix/store/z1l05nn4xyaxv25f9pvi7bkmw6jmb48c-ncurses-6.5-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.0786375Z [00:00:28.330]➜  copying path '/nix/store/wqg50ip92b4626ryk097yszg6lyi32bf-readline-8.3p1' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.1406156Z [00:00:28.392]➜  building '/nix/store/cdqnicp85zhkfkwb97ykwn5r5w33nm98-fix-blkdeactivate.patch.drv'...
2025-08-20T21:49:35.1425660Z [00:00:28.393]➜  copying path '/nix/store/29f7lcljr566rb1cqf14a3rcjpajbg7i-util-linux-minimal-2.41-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.1431343Z [00:00:28.393]➜  copying path '/nix/store/fy99wg3raisidhz0yz6iwbr4fn5j6zlx-source-highlight-3.1.9-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.1433723Z [00:00:28.394]➜  copying path '/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.1933444Z [00:00:28.445]➜  fix-blkdeactivate.patch> Running phase: patchPhase
2025-08-20T21:49:35.1942293Z [00:00:28.446]➜  copying path '/nix/store/6pv7rgkgm7jknfgqnsdspdwc1pfd067h-zstd-static-x86_64-unknown-linux-musl-1.5.7-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.2068777Z [00:00:28.459]➜  copying path '/nix/store/mnsgwa8w8bxx8hicrsn8chj3q8vy39gz-kbd-2.7.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.2134943Z [00:00:28.463]➜  fix-blkdeactivate.patch> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:35.2136641Z [00:00:28.465]➜  copying path '/nix/store/lb33m49aslmvkx5l4xrkiy7m6nbh2kqf-bash-interactive-5.3p0' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.2292799Z [00:00:28.481]➜  fix-blkdeactivate.patch> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:35.2514951Z [00:00:28.501]➜  fix-blkdeactivate.patch> Running phase: configurePhase
2025-08-20T21:49:35.2773658Z [00:00:28.529]➜  copying path '/nix/store/r324i9jhfr8gr9wsfjzhk0b97h245yk5-readline-8.3p1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.2818616Z [00:00:28.530]➜  fix-blkdeactivate.patch> no configure script, doing nothing
2025-08-20T21:49:35.2954934Z [00:00:28.534]➜  fix-blkdeactivate.patch> Running phase: buildPhase
2025-08-20T21:49:35.3028145Z [00:00:28.554]➜  fix-blkdeactivate.patch> Running phase: checkPhase
2025-08-20T21:49:35.3099191Z [00:00:28.562]➜  copying path '/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.3227744Z [00:00:28.572]➜  copying path '/nix/store/jwrn7x4k5w7wb81sn9hp4q8q2yc9lvl8-elfutils-0.193-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.3288062Z [00:00:28.581]➜  fix-blkdeactivate.patch> Running phase: installPhase
2025-08-20T21:49:35.3495622Z [00:00:28.598]➜  fix-blkdeactivate.patch> no Makefile or custom installPhase, doing nothing
2025-08-20T21:49:35.3580577Z [00:00:28.609]➜  fix-blkdeactivate.patch> Running phase: fixupPhase
2025-08-20T21:49:35.3753937Z [00:00:28.627]➜  copying path '/nix/store/acgmv57imvi5dg6f96l83hc8k04pr3p6-zstd-static-x86_64-unknown-linux-musl-1.5.7-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.3954990Z [00:00:28.647]➜  fix-blkdeactivate.patch> shrinking RPATHs of ELF executables and libraries in /nix/store/2x8sis7kk34ckffppwviaaxzh1m9hm0v-fix-blkdeactivate.patch
2025-08-20T21:49:35.3983725Z [00:00:28.650]➜  copying path '/nix/store/kww24b3s330m61gy3n7fdl6517vpayv6-glib-2.84.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.3993036Z [00:00:28.651]➜  copying path '/nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.4029972Z [00:00:28.655]➜  fix-blkdeactivate.patch> checking for references to /build/ in /nix/store/2x8sis7kk34ckffppwviaaxzh1m9hm0v-fix-blkdeactivate.patch...
2025-08-20T21:49:35.4319720Z [00:00:28.684]➜  fix-blkdeactivate.patch> patching script interpreter paths in /nix/store/2x8sis7kk34ckffppwviaaxzh1m9hm0v-fix-blkdeactivate.patch
2025-08-20T21:49:35.4569522Z [00:00:28.709]➜  copying path '/nix/store/2z7sk0bl3vczp91znz6938i6cfg2wb6z-util-linux-minimal-2.41-mount' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.5395611Z [00:00:28.785]➜  copying path '/nix/store/7bhg7iq9y3qd36r9isbkiwqx3l1r7pds-bash-interactive-5.3p0-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.5489252Z [00:00:28.801]➜  copying path '/nix/store/nwaajgga1y9qq7g65kdwvlzv898qkycm-curl-static-x86_64-unknown-linux-musl-8.14.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.6540317Z [00:00:28.906]➜  copying path '/nix/store/v1wmsbk4l5mfbmvsics88kx837z7vrzm-libarchive-static-x86_64-unknown-linux-musl-3.8.1-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.6739599Z [00:00:28.926]➜  copying path '/nix/store/2k7f8ry1ha248zrabx7rlbw1nbvwxx37-util-linux-minimal-2.41-swap' from 'https://cache.nixos.org'...
2025-08-20T21:49:35.8427155Z [00:00:29.094]➜  copying path '/nix/store/kjs8b4gvn8v0sxrga3qxgi6pkf7baycb-util-linux-minimal-2.41-bin' from 'https://cache.nixos.org'...
2025-08-20T21:49:36.1606409Z [00:00:29.412]➜  copying path '/nix/store/ajbhzaswxr7xp7y1glmv4ma8i8mxichv-systemd-minimal-257.6' from 'https://cache.nixos.org'...
2025-08-20T21:49:36.3434393Z [00:00:29.592]➜  copying path '/nix/store/29qc4slnbpvgzgjq04bprj5qmjf1v63x-cairo-1.18.4' from 'https://cache.nixos.org'...
2025-08-20T21:49:36.3464724Z [00:00:29.592]➜  copying path '/nix/store/084l9gcppiyqwglglzvwbvxgk3k6cw1j-gdk-pixbuf-2.42.12' from 'https://cache.nixos.org'...
2025-08-20T21:49:36.3466413Z [00:00:29.595]➜  copying path '/nix/store/0vzx9sw0apfqsx7qswwf27hj5rmy4r6b-gts-0.7.6' from 'https://cache.nixos.org'...
2025-08-20T21:49:36.3468067Z [00:00:29.595]➜  copying path '/nix/store/w46nrr5gly3vvsv2vmn5nfclznqngvc0-harfbuzz-11.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:36.5757221Z [00:00:29.827]➜  copying path '/nix/store/4vnmca790cs5z3zmwp16y4ghp5sd6apc-man-db-2.13.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:37.2658926Z [00:00:30.517]➜  copying path '/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69' from 'https://cache.nixos.org'...
2025-08-20T21:49:37.2664871Z [00:00:30.518]➜  copying path '/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72' from 'https://cache.nixos.org'...
2025-08-20T21:49:37.6899365Z [00:00:30.942]➜  copying path '/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5' from 'https://cache.nixos.org'...
2025-08-20T21:49:39.6244366Z [00:00:32.876]➜  copying path '/nix/store/4vh1igwdj2f68kckg5i39067lpblx7pq-nuke-references' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.0477239Z [00:00:33.299]➜  copying path '/nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.3865386Z [00:00:33.628]➜  copying path '/nix/store/4fnjxsqrgn9mbpii6bjx25igahvxx4qn-itstool-2.0.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.4545929Z [00:00:33.706]➜  copying path '/nix/store/mlbip5589yfjw1hmyjrw070l8gk1kpbk-meson-1.8.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.4879764Z [00:00:33.740]➜  copying path '/nix/store/lfi63hx3ic2an2cpz5i290bff8fmj9ws-perl5.40.0-Module-Build-0.4234' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.4965365Z [00:00:33.745]➜  copying path '/nix/store/w7iln2fr4m6h6wvihdmykvgb2j0nb0w3-patchutils-0.3.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.5249472Z [00:00:33.777]➜  copying path '/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.5578290Z [00:00:33.809]➜  copying path '/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.5607035Z [00:00:33.810]➜  copying path '/nix/store/bqnm90caw26wbcz4qwx372j9jiqf0zsh-perl5.40.0-Pod-Parser-1.66' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.5657616Z [00:00:33.817]➜  copying path '/nix/store/rc3w51l7jmz5ha9vy55c63x7pc63i7al-perl5.40.0-libwww-perl-6.72' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.5824271Z [00:00:33.834]➜  copying path '/nix/store/cccmimvk4pbn8l1vpc6zgvbs81ahny09-python3.13-lxml-5.4.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.6276072Z [00:00:33.879]➜  copying path '/nix/store/52a2x8axrjhmgzlgch1nrrijsn2fwh8m-perl5.40.0-SGMLSpm-1.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:40.8132348Z [00:00:34.064]➜  building '/nix/store/k27km06646yai1gyrnspr14ha5l1rpm4-musl-fix_long_unsigned_int.patch.drv'...
2025-08-20T21:49:40.8576216Z [00:00:34.109]➜  building '/nix/store/1ymzhvqwhabm2ysnhxsp94ih601ya4wp-musl-getservbyport.patch.drv'...
2025-08-20T21:49:40.9318042Z [00:00:34.183]➜  building '/nix/store/3zr8wgjxzfyk1cg9k223j7hk6r5vfcy5-musl-svcgssd-sysconf.patch.drv'...
2025-08-20T21:49:41.0735358Z [00:00:34.324]➜  building '/nix/store/jxr0ngz7y9gp56rn578aprhvm3qk9vli-nfs-utils-2.7.1-define_macros_for_musl.patch.drv'...
2025-08-20T21:49:41.0757214Z [00:00:34.327]➜  copying path '/nix/store/z0daf9jczd29kz8hic40jwnpsr1pk227-python3.13-pyelftools-0.32' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.0773923Z [00:00:34.329]➜  copying path '/nix/store/q58k270qhn6vabdvksn0188j302mvpcc-autoreconf-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.0776218Z [00:00:34.329]➜  copying path '/nix/store/zll6vav2b2kzc7h6353byw7s47qsghk1-libavif-1.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.0803750Z [00:00:34.332]➜  copying path '/nix/store/jmjzwbsx3i3ahid7in49429116rv2b2w-pango-1.56.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.0830676Z [00:00:34.335]➜  copying path '/nix/store/klasp2p2vdjnxsmfvda4da80lphr22px-autoreconf-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.0887811Z [00:00:34.338]➜  copying path '/nix/store/vbjmdjsrnhz2b7s42plc6zhn66gpm3sm-perl5.40.0-po4a-0.73' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.0890706Z [00:00:34.340]➜  copying path '/nix/store/x78f9dhp027vkz4bggvbn3f3xjp5y88m-perl5.40.0-XML-Parser-2.46' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.0898445Z [00:00:34.341]➜  copying path '/nix/store/rvj6zpnlxyxapaxc4p3pqkk38fisailk-w3m-0.5.3+git20230121' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.0910164Z [00:00:34.342]➜  copying path '/nix/store/nbrif411qgsj1h5r7rlgxxm140aj58dz-stdenv-linux' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.0948740Z [00:00:34.347]➜  copying path '/nix/store/z2vs5wgpg25fnvq04hbjz277bphkyp7p-python3.13-markupsafe-3.0.2' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.1225609Z [00:00:34.374]➜  musl-getservbyport.patch> 
2025-08-20T21:49:41.1346804Z [00:00:34.386]➜  musl-getservbyport.patch> trying https://raw.githubusercontent.com/alpinelinux/aports/cb880042d48d77af412d4688f24b8310ae44f55f/main/nfs-utils/musl-getservbyport.patch
2025-08-20T21:49:41.1409621Z [00:00:34.392]➜  musl-getservbyport.patch>   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:49:41.1411619Z [00:00:34.393]➜  musl-getservbyport.patch>                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:49:41.1585556Z [00:00:34.410]➜  musl-fix_long_unsigned_int.patch> 
2025-08-20T21:49:41.1591851Z [00:00:34.410]➜  musl-fix_long_unsigned_int.patch> trying https://raw.githubusercontent.com/void-linux/void-packages/bb636cdb1b274f44d92b1cb2fdf0dff6079f97aa/srcpkgs/nfs-utils/patches/musl-fix_long_unsigned_int.patch
2025-08-20T21:49:41.1715156Z [00:00:34.423]➜  musl-fix_long_unsigned_int.patch>   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:49:41.1746189Z [00:00:34.426]➜  musl-fix_long_unsigned_int.patch>                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:49:41.5086281Z [00:00:34.760]➜  building '/nix/store/qhahqhf2rvizm665n378lzzliqbcgbah-rpcsvc-proto-1.4.4.drv'...
2025-08-20T21:49:41.5091277Z [00:00:34.761]➜  musl-fix_long_unsigned_int.patch> 100  7693  100  7693    0     0  39834      0 --:--:-- --:--:-- --:--:-- 39860
2025-08-20T21:49:41.5096047Z [00:00:34.761]➜  musl-getservbyport.patch> 100   426  100   426    0     0   2749      0 --:--:-- --:--:-- --:--:--  2766
2025-08-20T21:49:41.5145048Z [00:00:34.763]➜  musl-svcgssd-sysconf.patch> 
2025-08-20T21:49:41.5150008Z [00:00:34.763]➜  musl-svcgssd-sysconf.patch> trying https://raw.githubusercontent.com/void-linux/void-packages/bb636cdb1b274f44d92b1cb2fdf0dff6079f97aa/srcpkgs/nfs-utils/patches/musl-svcgssd-sysconf.patch
2025-08-20T21:49:41.5152145Z [00:00:34.763]➜  musl-svcgssd-sysconf.patch>   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:49:41.5155228Z [00:00:34.763]➜  musl-svcgssd-sysconf.patch>                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:49:41.5156872Z [00:00:34.763]➜  musl-svcgssd-sysconf.patch> 100  2951  100  2951    0     0  11229      0 --:--:-- --:--:-- --:--:-- 11527
2025-08-20T21:49:41.5157996Z [00:00:34.763]➜  nfs-utils> 
2025-08-20T21:49:41.5159891Z [00:00:34.763]➜  nfs-utils> trying https://raw.githubusercontent.com/void-linux/void-packages/bb636cdb1b274f44d92b1cb2fdf0dff6079f97aa/srcpkgs/nfs-utils/patches/nfs-utils-2.7.1-define_macros_for_musl.patch
2025-08-20T21:49:41.5162022Z [00:00:34.763]➜  nfs-utils>   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:49:41.5163164Z [00:00:34.763]➜  nfs-utils>                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:49:41.5164439Z [00:00:34.763]➜  nfs-utils> 100   944  100   944    0     0   6272      0 --:--:-- --:--:-- --:--:--  6293
2025-08-20T21:49:41.5785320Z [00:00:34.830]➜  copying path '/nix/store/40si62vx2pcnkxlnwysz1jdkybr4g6hg-gd-2.3.3' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.5802186Z [00:00:34.832]➜  copying path '/nix/store/arxnvsl6f3k6hlfhnkj4nclsy6q1yqbm-python3.13-jinja2-3.1.6' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.5811700Z [00:00:34.833]➜  copying path '/nix/store/vaz7pa1rwwc8gxlq2na5bzixn93d4hwd-xmlto-0.0.29' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.5855911Z [00:00:34.837]➜  copying path '/nix/store/7f6adn3r1mx5bcsg3c86144zlvfbrcbv-intltool-0.51.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:41.9335547Z [00:00:35.185]➜  building '/nix/store/nc145qc0hbs8s17pbb960l8dl0g7a1as-x86_64-unknown-linux-musl-binutils-2.44.drv'...
2025-08-20T21:49:41.9346372Z [00:00:35.186]➜  rpcsvc-proto> Running phase: unpackPhase
2025-08-20T21:49:41.9351391Z [00:00:35.187]➜  rpcsvc-proto> unpacking source archive /nix/store/qgjl476b75hh4f1acp6dvhxcg3386agr-source
2025-08-20T21:49:41.9352465Z [00:00:35.187]➜  rpcsvc-proto> source root is source
2025-08-20T21:49:41.9353465Z [00:00:35.187]➜  rpcsvc-proto> Running phase: patchPhase
2025-08-20T21:49:41.9354649Z [00:00:35.187]➜  rpcsvc-proto> applying patch /nix/store/5dlkwxa9vz1k2f8qhvz2qjapj836drmf-follow-RPCGEN_CPP-env-var
2025-08-20T21:49:41.9355732Z [00:00:35.187]➜  rpcsvc-proto> patching file rpcgen/rpc_main.c
2025-08-20T21:49:41.9356630Z [00:00:35.187]➜  rpcsvc-proto> Hunk #1 succeeded at 342 (offset -6 lines).
2025-08-20T21:49:41.9358362Z [00:00:35.187]➜  rpcsvc-proto> substituteStream() in derivation rpcsvc-proto-1.4.4: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'rpcgen/rpc_main.c')
2025-08-20T21:49:42.0075336Z [00:00:35.258]➜  rpcsvc-proto> Running phase: autoreconfPhase
2025-08-20T21:49:42.0077454Z [00:00:35.259]➜  copying path '/nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1' from 'https://cache.nixos.org'...
2025-08-20T21:49:42.0080188Z [00:00:35.260]➜  copying path '/nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20' from 'https://cache.nixos.org'...
2025-08-20T21:49:42.0082617Z [00:00:35.260]➜  copying path '/nix/store/h8ymla6sqs3ci1s9nng87zjvpiy67jgy-python3-3.13.5-env' from 'https://cache.nixos.org'...
2025-08-20T21:49:42.0085250Z [00:00:35.260]➜  copying path '/nix/store/bjw0b78np94s2i3wari6658ir2sklrfg-python3-3.13.5-env' from 'https://cache.nixos.org'...
2025-08-20T21:49:42.1664526Z [00:00:35.418]➜  rpcsvc-proto> autoreconf: export WARNINGS=
2025-08-20T21:49:42.1665786Z [00:00:35.418]➜  x86_64-unknown-linux-musl-binutils> Running phase: unpackPhase
2025-08-20T21:49:42.1803886Z [00:00:35.432]➜  rpcsvc-proto> autoreconf: Entering directory '.'
2025-08-20T21:49:42.2315568Z [00:00:35.482]➜  rpcsvc-proto> autoreconf: running: autopoint --force
2025-08-20T21:49:42.2317339Z [00:00:35.482]➜  x86_64-unknown-linux-musl-binutils> unpacking source archive /nix/store/0ww7sjjrjfwz88x10idkhk51xiz2h96b-binutils-with-gold-2.44.tar.bz2
2025-08-20T21:49:42.2896231Z [00:00:35.540]➜  copying path '/nix/store/j9c928sip5z48xsa3xpj8pg0la977733-auto-patchelf-0-unstable-2024-08-14' from 'https://cache.nixos.org'...
2025-08-20T21:49:42.4135944Z [00:00:35.664]➜  building '/nix/store/bpaaswk98j2r9w6haaqhrpg074hm1y2d-auto-patchelf-hook.drv'...
2025-08-20T21:49:42.4185920Z [00:00:35.670]➜  copying path '/nix/store/ph11kyf5s4mrwqyyi831g3wm581h2va6-udev-check-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:42.5379454Z [00:00:35.789]➜  rpcsvc-proto> autopoint: using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION
2025-08-20T21:49:43.2603411Z [00:00:36.512]➜  copying path '/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0' from 'https://cache.nixos.org'...
2025-08-20T21:49:43.2777725Z [00:00:36.529]➜  copying path '/nix/store/9scf80510scqpk7yd3kn6c8hmx9mgpkv-make-binary-wrapper-hook' from 'https://cache.nixos.org'...
2025-08-20T21:49:43.2782177Z [00:00:36.530]➜  copying path '/nix/store/l5r2hk5p1a1h4lvp1ba7wgx380a5rfdy-stdenv-linux' from 'https://cache.nixos.org'...
2025-08-20T21:49:43.3837421Z [00:00:36.635]➜  building '/nix/store/8kfbs10lnwk771w9rgiblfnz058g0jw2-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0.drv'...
2025-08-20T21:49:43.4546146Z [00:00:36.706]➜  building '/nix/store/mh6pgvbx0j91zc223r9a3bd46ywwvx3q-audit-static-x86_64-unknown-linux-musl-4.1.0.drv'...
2025-08-20T21:49:43.5220265Z [00:00:36.772]➜  building '/nix/store/irhf0sggch78fasvvbxrqfpnpk8v3lvf-check-static-x86_64-unknown-linux-musl-0.15.2.drv'...
2025-08-20T21:49:43.5222396Z [00:00:36.774]➜  argp-standalone-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:49:43.5278437Z [00:00:36.779]➜  argp-standalone-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/z2321rw4rfdys8inqspssc6gshlbrbdp-source
2025-08-20T21:49:43.5279673Z [00:00:36.779]➜  argp-standalone-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:49:43.5280583Z [00:00:36.779]➜  argp-standalone-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:49:43.5281683Z [00:00:36.779]➜  argp-standalone-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:43.5282907Z [00:00:36.779]➜  argp-standalone-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:43.5375491Z [00:00:36.789]➜  argp-standalone-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:49:43.5418430Z [00:00:36.793]➜  argp-standalone-static-x86_64-unknown-linux-musl> mesonConfigurePhase flags: --prefix=/nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0 --libdir=/nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/lib --libexecdir=/nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/libexec --bindir=/nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/bin --sbindir=/nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/sbin --includedir=/nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/include --mandir=/nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/share/man --infodir=/nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/share/info --localedir=/nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain --cross-file=/nix/store/z5mm9bppvz0kmgygihk9wlpyvl57p6as-cross-file.conf -Ddefault_library=static -Ddefault_both_libraries=static
2025-08-20T21:49:43.6107925Z [00:00:36.862]➜  check-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:49:43.6216080Z [00:00:36.873]➜  check-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/077afhcr4rc3069aqc6ldgg22fb6qm3w-check-0.15.2.tar.gz
2025-08-20T21:49:43.6291663Z [00:00:36.881]➜  audit-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:49:43.6402375Z [00:00:36.889]➜  audit-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/ak3g6xqjrw6d88c8g0pjvkc0x7pfs65k-source
2025-08-20T21:49:43.7220468Z [00:00:36.974]➜  check-static-x86_64-unknown-linux-musl> source root is check-0.15.2
2025-08-20T21:49:43.7334679Z [00:00:36.983]➜  audit-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:49:43.7626737Z [00:00:37.014]➜  check-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1596852709 of file "check-0.15.2/checkmk/test/check_checkmk.trs"
2025-08-20T21:49:43.7651827Z [00:00:37.017]➜  audit-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:49:43.7787324Z [00:00:37.030]➜  audit-static-x86_64-unknown-linux-musl> applying patch /nix/store/vmvg3bcn85vvxx91vb1sgigs480cx5cs-musl.patch
2025-08-20T21:49:43.7788989Z [00:00:37.030]➜  check-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:49:43.7846224Z [00:00:37.036]➜  audit-static-x86_64-unknown-linux-musl> patching file lib/audit_logging.h
2025-08-20T21:49:43.7847387Z [00:00:37.036]➜  audit-static-x86_64-unknown-linux-musl> patching file auparse/auparse.h
2025-08-20T21:49:43.7848508Z [00:00:37.036]➜  audit-static-x86_64-unknown-linux-musl> patching file lib/audit_logging.h
2025-08-20T21:49:43.7849904Z [00:00:37.036]➜  audit-static-x86_64-unknown-linux-musl> patching file lib/libaudit.h
2025-08-20T21:49:43.7918943Z [00:00:37.044]➜  check-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:43.7936078Z [00:00:37.045]➜  audit-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:49:43.8040098Z [00:00:37.056]➜  check-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:49:43.8089464Z [00:00:37.061]➜  check-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:49:43.8160608Z [00:00:37.066]➜  check-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:43.8253728Z [00:00:37.077]➜  check-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:49:43.8315599Z [00:00:37.083]➜  check-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:49:43.8398828Z [00:00:37.092]➜  check-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:49:43.8605795Z [00:00:37.112]➜  check-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T21:49:43.8784641Z [00:00:37.129]➜  check-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:49:43.9179229Z [00:00:37.170]➜  check-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:49:43.9296125Z [00:00:37.181]➜  check-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:49:43.9527080Z [00:00:37.204]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T21:49:43.9593802Z [00:00:37.211]➜  check-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:49:43.9631006Z [00:00:37.215]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T21:49:43.9637712Z [00:00:37.215]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:49:43.9831617Z [00:00:37.235]➜  copying path '/nix/store/wqijaxy4nzpvz9k38riggh99a27c7qcs-clang-19.1.7-lib' from 'https://cache.nixos.org'...
2025-08-20T21:49:43.9885909Z [00:00:37.240]➜  copying path '/nix/store/zzm2ka57nhpijl98j5livhprqw9d7pdp-llvm-19.1.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:44.2444791Z [00:00:37.493]➜  rpcsvc-proto> Copying file ABOUT-NLS
2025-08-20T21:49:44.2506435Z [00:00:37.502]➜  rpcsvc-proto> Copying file config.rpath
2025-08-20T21:49:44.2732421Z [00:00:37.525]➜  argp-standalone-static-x86_64-unknown-linux-musl> The Meson build system
2025-08-20T21:49:44.2734196Z [00:00:37.525]➜  argp-standalone-static-x86_64-unknown-linux-musl> Version: 1.8.2
2025-08-20T21:49:44.2737390Z [00:00:37.525]➜  argp-standalone-static-x86_64-unknown-linux-musl> Source dir: /build/source
2025-08-20T21:49:44.2738889Z [00:00:37.525]➜  argp-standalone-static-x86_64-unknown-linux-musl> Build dir: /build/source/build
2025-08-20T21:49:44.2740316Z [00:00:37.525]➜  argp-standalone-static-x86_64-unknown-linux-musl> Build type: cross build
2025-08-20T21:49:44.2829995Z [00:00:37.532]➜  rpcsvc-proto> Creating directory m4
2025-08-20T21:49:44.2852896Z [00:00:37.537]➜  rpcsvc-proto> Copying file m4/build-to-host.m4
2025-08-20T21:49:44.3131174Z [00:00:37.565]➜  argp-standalone-static-x86_64-unknown-linux-musl> Project name: argp-standalone
2025-08-20T21:49:44.3132751Z [00:00:37.565]➜  argp-standalone-static-x86_64-unknown-linux-musl> Project version: undefined
2025-08-20T21:49:44.3167223Z [00:00:37.568]➜  rpcsvc-proto> Copying file m4/gettext.m4
2025-08-20T21:49:44.3536724Z [00:00:37.604]➜  rpcsvc-proto> Copying file m4/host-cpu-c-abi.m4
2025-08-20T21:49:44.3801602Z [00:00:37.632]➜  rpcsvc-proto> Copying file m4/iconv.m4
2025-08-20T21:49:44.3810313Z [00:00:37.632]➜  check-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:49:44.3937570Z [00:00:37.645]➜  check-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:49:44.4070597Z [00:00:37.659]➜  rpcsvc-proto> Copying file m4/intlmacosx.m4
2025-08-20T21:49:44.4123183Z [00:00:37.664]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:49:44.4210207Z [00:00:37.672]➜  check-static-x86_64-unknown-linux-musl> checking for a thread-safe mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:49:44.4240995Z [00:00:37.676]➜  check-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:49:44.4406627Z [00:00:37.691]➜  rpcsvc-proto> Copying file m4/lib-ld.m4
2025-08-20T21:49:44.4569586Z [00:00:37.709]➜  check-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:49:44.4679531Z [00:00:37.720]➜  check-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:49:44.4925794Z [00:00:37.744]➜  rpcsvc-proto> Copying file m4/lib-link.m4
2025-08-20T21:49:44.5193118Z [00:00:37.771]➜  rpcsvc-proto> Copying file m4/lib-prefix.m4
2025-08-20T21:49:44.5195142Z [00:00:37.771]➜  check-static-x86_64-unknown-linux-musl> checking for style of include used by make... GNU
2025-08-20T21:49:44.5211557Z [00:00:37.773]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:49:44.5532541Z [00:00:37.805]➜  rpcsvc-proto> Copying file m4/nls.m4
2025-08-20T21:49:44.5819086Z [00:00:37.834]➜  rpcsvc-proto> Copying file m4/po.m4
2025-08-20T21:49:44.6152661Z [00:00:37.867]➜  rpcsvc-proto> Copying file m4/progtest.m4
2025-08-20T21:49:44.6241363Z [00:00:37.876]➜  argp-standalone-static-x86_64-unknown-linux-musl> C compiler for the host machine: x86_64-unknown-linux-musl-gcc (gcc 14.3.0 "x86_64-unknown-linux-musl-gcc (GCC) 14.3.0")
2025-08-20T21:49:44.6248021Z [00:00:37.876]➜  argp-standalone-static-x86_64-unknown-linux-musl> C linker for the host machine: x86_64-unknown-linux-musl-gcc ld.bfd 2.44
2025-08-20T21:49:44.6641536Z [00:00:37.916]➜  rpcsvc-proto> Copying file po/Makefile.in.in
2025-08-20T21:49:44.6648273Z [00:00:37.916]➜  argp-standalone-static-x86_64-unknown-linux-musl> Compiler for language c for the build machine not found.
2025-08-20T21:49:44.6694464Z [00:00:37.921]➜  argp-standalone-static-x86_64-unknown-linux-musl> Build machine cpu family: x86_64
2025-08-20T21:49:44.6708451Z [00:00:37.923]➜  argp-standalone-static-x86_64-unknown-linux-musl> Build machine cpu: x86_64
2025-08-20T21:49:44.6709929Z [00:00:37.923]➜  argp-standalone-static-x86_64-unknown-linux-musl> Host machine cpu family: x86_64
2025-08-20T21:49:44.6711187Z [00:00:37.923]➜  argp-standalone-static-x86_64-unknown-linux-musl> Host machine cpu: x86_64
2025-08-20T21:49:44.6712566Z [00:00:37.923]➜  argp-standalone-static-x86_64-unknown-linux-musl> Target machine cpu family: x86_64
2025-08-20T21:49:44.6714099Z [00:00:37.923]➜  argp-standalone-static-x86_64-unknown-linux-musl> Target machine cpu: x86_64
2025-08-20T21:49:44.6897690Z [00:00:37.941]➜  rpcsvc-proto> Copying file po/Makevars.template
2025-08-20T21:49:44.7276607Z [00:00:37.979]➜  rpcsvc-proto> Copying file po/Rules-quot
2025-08-20T21:49:44.7489792Z [00:00:38.001]➜  argp-standalone-static-x86_64-unknown-linux-musl> Check usable header "alloca.h" : YES
2025-08-20T21:49:44.7672710Z [00:00:38.019]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:49:44.7681240Z [00:00:38.019]➜  check-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:49:44.7762029Z [00:00:38.028]➜  rpcsvc-proto> Copying file po/boldquot.sed
2025-08-20T21:49:44.8006297Z [00:00:38.052]➜  argp-standalone-static-x86_64-unknown-linux-musl> Check usable header "limits.h" : YES
2025-08-20T21:49:44.8299465Z [00:00:38.082]➜  rpcsvc-proto> Copying file po/en@boldquot.header
2025-08-20T21:49:44.8425049Z [00:00:38.094]➜  argp-standalone-static-x86_64-unknown-linux-musl> Check usable header "malloc.h" : YES
2025-08-20T21:49:44.8636170Z [00:00:38.115]➜  rpcsvc-proto> Copying file po/en@quot.header
2025-08-20T21:49:44.8756611Z [00:00:38.127]➜  check-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:49:44.8838436Z [00:00:38.136]➜  check-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:49:44.8927030Z [00:00:38.144]➜  rpcsvc-proto> Copying file po/insert-header.sed
2025-08-20T21:49:44.8942496Z [00:00:38.146]➜  argp-standalone-static-x86_64-unknown-linux-musl> Check usable header "unistd.h" : YES
2025-08-20T21:49:44.9365780Z [00:00:38.188]➜  argp-standalone-static-x86_64-unknown-linux-musl> Check usable header "libintl.h" : YES
2025-08-20T21:49:44.9411347Z [00:00:38.193]➜  rpcsvc-proto> Copying file po/quot.sed
2025-08-20T21:49:44.9465569Z [00:00:38.198]➜  check-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:49:44.9678846Z [00:00:38.219]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force
2025-08-20T21:49:44.9739726Z [00:00:38.226]➜  rpcsvc-proto> Copying file po/remove-potcdate.sed
2025-08-20T21:49:45.0158939Z [00:00:38.267]➜  check-static-x86_64-unknown-linux-musl> checking whether we are using the GNU C compiler... yes
2025-08-20T21:49:45.0597182Z [00:00:38.311]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "flockfile" : YES
2025-08-20T21:49:45.0899476Z [00:00:38.341]➜  check-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:49:45.1651653Z [00:00:38.417]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "fputs_unlocked" : NO
2025-08-20T21:49:45.2024650Z [00:00:38.454]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to accept ISO C89... none needed
2025-08-20T21:49:45.2672931Z [00:00:38.519]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "fputc_unlocked" : YES
2025-08-20T21:49:45.3202487Z [00:00:38.572]➜  check-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:49:45.3204612Z [00:00:38.572]➜  check-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:49:45.3580799Z [00:00:38.610]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "fwrite_unlocked" : YES
2025-08-20T21:49:45.4350396Z [00:00:38.687]➜  check-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:49:45.4556080Z [00:00:38.706]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "putc_unlocked" : YES
2025-08-20T21:49:45.5419532Z [00:00:38.794]➜  check-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:49:45.5474533Z [00:00:38.799]➜  check-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:49:45.5508717Z [00:00:38.803]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "mempcpy" : NO
2025-08-20T21:49:45.6739086Z [00:00:38.926]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "asprintf" : YES
2025-08-20T21:49:45.7174732Z [00:00:38.969]➜  check-static-x86_64-unknown-linux-musl> checking for ANSI C header files... yes
2025-08-20T21:49:45.7710758Z [00:00:39.023]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "strchrnul" : NO
2025-08-20T21:49:45.7934773Z [00:00:39.042]➜  check-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:49:45.8770379Z [00:00:39.129]➜  check-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:49:45.8841449Z [00:00:39.136]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "strndup" : YES
2025-08-20T21:49:45.9537536Z [00:00:39.205]➜  check-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:49:45.9871295Z [00:00:39.239]➜  rpcsvc-proto> autoreconf: running: aclocal --force -I m4
2025-08-20T21:49:45.9975555Z [00:00:39.249]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "strcasecmp" : YES
2025-08-20T21:49:46.0589930Z [00:00:39.311]➜  check-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:49:46.0871350Z [00:00:39.339]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "program_invocation_name" : NO
2025-08-20T21:49:46.1698874Z [00:00:39.422]➜  check-static-x86_64-unknown-linux-musl> checking for memory.h... yes
2025-08-20T21:49:46.1896348Z [00:00:39.441]➜  argp-standalone-static-x86_64-unknown-linux-musl> Checking for function "program_invocation_short_name" : NO
2025-08-20T21:49:46.1898315Z [00:00:39.441]➜  argp-standalone-static-x86_64-unknown-linux-musl> Check usable header "libintl.h" : YES (cached)
2025-08-20T21:49:46.2755688Z [00:00:39.527]➜  check-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:49:46.3612922Z [00:00:39.613]➜  argp-standalone-static-x86_64-unknown-linux-musl> Run-time dependency intl found: YES
2025-08-20T21:49:46.3615315Z [00:00:39.613]➜  argp-standalone-static-x86_64-unknown-linux-musl> Configuring config.h using configuration
2025-08-20T21:49:46.3780834Z [00:00:39.630]➜  argp-standalone-static-x86_64-unknown-linux-musl> Build targets in project: 4
2025-08-20T21:49:46.3826546Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl> 
2025-08-20T21:49:46.3827905Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl> argp-standalone undefined
2025-08-20T21:49:46.3829094Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl> 
2025-08-20T21:49:46.3830135Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>   User defined options
2025-08-20T21:49:46.3831694Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     Cross files           : /nix/store/z5mm9bppvz0kmgygihk9wlpyvl57p6as-cross-file.conf
2025-08-20T21:49:46.3833434Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     auto_features         : enabled
2025-08-20T21:49:46.3835454Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     bindir                : /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/bin
2025-08-20T21:49:46.3837334Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     buildtype             : plain
2025-08-20T21:49:46.3838777Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     default_both_libraries: static
2025-08-20T21:49:46.3840082Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     default_library       : static
2025-08-20T21:49:46.3842148Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     includedir            : /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/include
2025-08-20T21:49:46.3844950Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     infodir               : /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/share/info
2025-08-20T21:49:46.3847527Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     libdir                : /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/lib
2025-08-20T21:49:46.3850441Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     libexecdir            : /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/libexec
2025-08-20T21:49:46.3853101Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     localedir             : /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/share/locale
2025-08-20T21:49:46.3855970Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     mandir                : /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/share/man
2025-08-20T21:49:46.3864809Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     prefix                : /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0
2025-08-20T21:49:46.3868573Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     sbindir               : /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/sbin
2025-08-20T21:49:46.3870684Z [00:00:39.634]➜  argp-standalone-static-x86_64-unknown-linux-musl>     wrap_mode             : nodownload
2025-08-20T21:49:46.3871946Z [00:00:39.639]➜  argp-standalone-static-x86_64-unknown-linux-musl> 
2025-08-20T21:49:46.3925528Z [00:00:39.644]➜  check-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:49:46.4355850Z [00:00:39.687]➜  argp-standalone-static-x86_64-unknown-linux-musl> Found ninja-1.12.1 at /nix/store/wws3zb9sa7b21msrwh0b2018pl7bpsw6-ninja-1.12.1/bin/ninja
2025-08-20T21:49:46.5346971Z [00:00:39.786]➜  check-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:49:46.6337244Z [00:00:39.885]➜  check-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:49:46.6396859Z [00:00:39.891]➜  argp-standalone-static-x86_64-unknown-linux-musl> mesonConfigurePhase: enabled\ parallel\ building
2025-08-20T21:49:46.6430822Z [00:00:39.895]➜  argp-standalone-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:49:46.6528169Z [00:00:39.905]➜  argp-standalone-static-x86_64-unknown-linux-musl> build flags: -j5
2025-08-20T21:49:46.7036959Z [00:00:39.955]➜  argp-standalone-static-x86_64-unknown-linux-musl> [1/16] Compiling C object libargp.a.p/argp-ba.c.o
2025-08-20T21:49:46.7349044Z [00:00:39.986]➜  argp-standalone-static-x86_64-unknown-linux-musl> [2/16] Compiling C object libargp.a.p/argp-eexst.c.o
2025-08-20T21:49:46.7589694Z [00:00:40.010]➜  check-static-x86_64-unknown-linux-musl> checking minix/config.h usability... no
2025-08-20T21:49:46.7673772Z [00:00:40.019]➜  argp-standalone-static-x86_64-unknown-linux-musl> [3/16] Compiling C object libargp.a.p/argp-pv.c.o
2025-08-20T21:49:46.7875563Z [00:00:40.036]➜  argp-standalone-static-x86_64-unknown-linux-musl> [4/16] Compiling C object libargp.a.p/argp-pvh.c.o
2025-08-20T21:49:46.8193924Z [00:00:40.071]➜  copying path '/nix/store/9r43znl0msv0nrp2sl8h0wjilncrxr4m-llvm-19.1.7-dev' from 'https://cache.nixos.org'...
2025-08-20T21:49:46.8352837Z [00:00:40.087]➜  check-static-x86_64-unknown-linux-musl> checking minix/config.h presence... no
2025-08-20T21:49:46.8354823Z [00:00:40.087]➜  check-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:49:46.8775590Z [00:00:40.126]➜  argp-standalone-static-x86_64-unknown-linux-musl> [5/16] Compiling C object libargp.a.p/strchrnul.c.o
2025-08-20T21:49:46.8876056Z [00:00:40.139]➜  argp-standalone-static-x86_64-unknown-linux-musl> [6/16] Compiling C object libargp.a.p/mempcpy.c.o
2025-08-20T21:49:46.9604308Z [00:00:40.210]➜  argp-standalone-static-x86_64-unknown-linux-musl> [7/16] Compiling C object ex1.p/testsuite_ex1.c.o
2025-08-20T21:49:46.9748238Z [00:00:40.227]➜  check-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:49:46.9752630Z [00:00:40.227]➜  check-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:49:46.9754414Z [00:00:40.227]➜  check-static-x86_64-unknown-linux-musl> Subunit support will enable automatically.
2025-08-20T21:49:46.9974080Z [00:00:40.249]➜  check-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:49:47.0095419Z [00:00:40.259]➜  check-static-x86_64-unknown-linux-musl> checking for gawk... (cached) gawk
2025-08-20T21:49:47.0096761Z [00:00:40.259]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:49:47.0310743Z [00:00:40.283]➜  argp-standalone-static-x86_64-unknown-linux-musl> [8/16] Compiling C object ex3.p/testsuite_ex3.c.o
2025-08-20T21:49:47.0782898Z [00:00:40.330]➜  argp-standalone-static-x86_64-unknown-linux-musl> [9/16] Compiling C object libargp.a.p/argp-fmtstream.c.o
2025-08-20T21:49:47.0942351Z [00:00:40.346]➜  rpcsvc-proto> autoreconf: configure.ac: tracing
2025-08-20T21:49:47.0955937Z [00:00:40.347]➜  argp-standalone-static-x86_64-unknown-linux-musl> [10/16] Compiling C object ex4.p/testsuite_ex4.c.o
2025-08-20T21:49:47.1687685Z [00:00:40.420]➜  check-static-x86_64-unknown-linux-musl> checking whether we are using the GNU C compiler... (cached) yes
2025-08-20T21:49:47.1695681Z [00:00:40.421]➜  check-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:49:47.1701201Z [00:00:40.421]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to accept ISO C89... (cached) none needed
2025-08-20T21:49:47.1710050Z [00:00:40.423]➜  check-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:49:47.1776448Z [00:00:40.427]➜  check-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:49:47.1778286Z [00:00:40.427]➜  check-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:49:47.1780021Z [00:00:40.427]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:49:47.2616436Z [00:00:40.513]➜  check-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T21:49:47.3015582Z [00:00:40.553]➜  check-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:49:47.3198037Z [00:00:40.571]➜  check-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:49:47.3298327Z [00:00:40.582]➜  check-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:49:47.3307940Z [00:00:40.582]➜  check-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... (cached) /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:49:47.3391691Z [00:00:40.591]➜  check-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:49:47.3657156Z [00:00:40.617]➜  check-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:49:47.3924473Z [00:00:40.644]➜  check-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:49:47.3955455Z [00:00:40.647]➜  check-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:49:47.4811589Z [00:00:40.733]➜  check-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:49:47.5287530Z [00:00:40.780]➜  argp-standalone-static-x86_64-unknown-linux-musl> [11/16] Compiling C object libargp.a.p/argp-parse.c.o
2025-08-20T21:49:47.5948786Z [00:00:40.847]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:49:47.6081843Z [00:00:40.860]➜  check-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:49:47.6212516Z [00:00:40.873]➜  check-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:49:47.6215328Z [00:00:40.873]➜  check-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:49:47.6217545Z [00:00:40.873]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:49:47.6219415Z [00:00:40.873]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:49:47.6221330Z [00:00:40.873]➜  check-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:49:47.6241482Z [00:00:40.876]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:49:47.6299862Z [00:00:40.881]➜  check-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:49:47.6302059Z [00:00:40.881]➜  check-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:49:47.6304575Z [00:00:40.881]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T21:49:47.6805240Z [00:00:40.932]➜  rpcsvc-proto> autoreconf: configure.ac: not using Libtool
2025-08-20T21:49:47.6810797Z [00:00:40.932]➜  rpcsvc-proto> autoreconf: configure.ac: not using Intltool
2025-08-20T21:49:47.6811663Z [00:00:40.932]➜  rpcsvc-proto> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:49:47.6812943Z [00:00:40.932]➜  rpcsvc-proto> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:49:47.7341794Z [00:00:40.986]➜  check-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:49:47.7345135Z [00:00:40.986]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:49:47.7347461Z [00:00:40.986]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:49:48.0226312Z [00:00:41.274]➜  check-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:49:48.0338132Z [00:00:41.285]➜  check-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:49:48.0457825Z [00:00:41.297]➜  check-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:49:48.0582354Z [00:00:41.310]➜  check-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:49:48.1098348Z [00:00:41.361]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:49:48.1122162Z [00:00:41.364]➜  check-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:49:48.1236278Z [00:00:41.375]➜  check-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:49:48.2105125Z [00:00:41.462]➜  check-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:49:48.2234072Z [00:00:41.475]➜  check-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:49:48.2638390Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:5: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
2025-08-20T21:49:48.2640489Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:5: You should use the 'AC_CONFIG_HEADERS' macro instead.
2025-08-20T21:49:48.2641901Z [00:00:41.515]➜  rpcsvc-proto> ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
2025-08-20T21:49:48.2643470Z [00:00:41.515]➜  rpcsvc-proto> aclocal.m4:745: AM_CONFIG_HEADER is expanded from...
2025-08-20T21:49:48.2644583Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:5: the top level
2025-08-20T21:49:48.2645600Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:14: warning: The macro 'AC_GNU_SOURCE' is obsolete.
2025-08-20T21:49:48.2646785Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:14: You should run autoupdate.
2025-08-20T21:49:48.2694614Z [00:00:41.515]➜  rpcsvc-proto> ./lib/autoconf/specific.m4:489: AC_GNU_SOURCE is expanded from...
2025-08-20T21:49:48.2695873Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:14: the top level
2025-08-20T21:49:48.2696935Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:17: warning: The macro 'AC_ISC_POSIX' is obsolete.
2025-08-20T21:49:48.2698126Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:17: You should run autoupdate.
2025-08-20T21:49:48.2699295Z [00:00:41.515]➜  rpcsvc-proto> ./lib/autoconf/specific.m4:732: AC_ISC_POSIX is expanded from...
2025-08-20T21:49:48.2700348Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:17: the top level
2025-08-20T21:49:48.2701437Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:26: warning: AC_OUTPUT should be used without arguments.
2025-08-20T21:49:48.2702918Z [00:00:41.515]➜  rpcsvc-proto> configure.ac:26: You should run autoupdate.
2025-08-20T21:49:48.3547950Z [00:00:41.606]➜  argp-standalone-static-x86_64-unknown-linux-musl> [12/16] Compiling C object libargp.a.p/argp-help.c.o
2025-08-20T21:49:48.3566030Z [00:00:41.606]➜  argp-standalone-static-x86_64-unknown-linux-musl> ../argp-help.c: In function '__argp_short_program_name':
2025-08-20T21:49:48.3567905Z [00:00:41.606]➜  argp-standalone-static-x86_64-unknown-linux-musl> ../argp-help.c:1724:2: warning: #warning No reasonable value to return [-Wcpp]
2025-08-20T21:49:48.3569540Z [00:00:41.606]➜  argp-standalone-static-x86_64-unknown-linux-musl>  1724 | #warning No reasonable value to return
2025-08-20T21:49:48.3570759Z [00:00:41.606]➜  argp-standalone-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:49:48.3572061Z [00:00:41.606]➜  argp-standalone-static-x86_64-unknown-linux-musl> ../argp-help.c: In function '__argp_failure_internal':
2025-08-20T21:49:48.3573870Z [00:00:41.606]➜  argp-standalone-static-x86_64-unknown-linux-musl> ../argp-help.c:1870:22: warning: unused variable 'buf' [-Wunused-variable]
2025-08-20T21:49:48.3575369Z [00:00:41.606]➜  argp-standalone-static-x86_64-unknown-linux-musl>  1870 |                 char buf[200];
2025-08-20T21:49:48.3577091Z [00:00:41.606]➜  argp-standalone-static-x86_64-unknown-linux-musl>       |                      ^~~
2025-08-20T21:49:48.3646348Z [00:00:41.616]➜  argp-standalone-static-x86_64-unknown-linux-musl> [13/16] Linking static target libargp.a
2025-08-20T21:49:48.4566184Z [00:00:41.708]➜  argp-standalone-static-x86_64-unknown-linux-musl> [14/16] Linking target ex1
2025-08-20T21:49:48.4725865Z [00:00:41.724]➜  argp-standalone-static-x86_64-unknown-linux-musl> [15/16] Linking target ex3
2025-08-20T21:49:48.4786929Z [00:00:41.730]➜  argp-standalone-static-x86_64-unknown-linux-musl> [16/16] Linking target ex4
2025-08-20T21:49:48.4856381Z [00:00:41.737]➜  argp-standalone-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T21:49:48.5054073Z [00:00:41.757]➜  argp-standalone-static-x86_64-unknown-linux-musl> ninja: no work to do.
2025-08-20T21:49:48.5072042Z [00:00:41.759]➜  rpcsvc-proto> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T21:49:48.5092280Z [00:00:41.761]➜  argp-standalone-static-x86_64-unknown-linux-musl> mesonCheckPhase flags: --timeout-multiplier=0
2025-08-20T21:49:48.5335754Z [00:00:41.782]➜  check-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:49:48.5338394Z [00:00:41.782]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:49:48.5446757Z [00:00:41.796]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T21:49:48.6167474Z [00:00:41.868]➜  check-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:49:48.7717000Z [00:00:42.023]➜  check-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:49:48.8515773Z [00:00:42.101]➜  check-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:49:48.8517442Z [00:00:42.103]➜  check-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:49:48.8680460Z [00:00:42.120]➜  audit-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in '.'.
2025-08-20T21:49:48.8682134Z [00:00:42.120]➜  audit-static-x86_64-unknown-linux-musl> libtoolize: copying file './ltmain.sh'
2025-08-20T21:49:48.9492765Z [00:00:42.200]➜  check-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:49:48.9677748Z [00:00:42.218]➜  audit-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T21:49:48.9689479Z [00:00:42.220]➜  audit-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T21:49:49.0033710Z [00:00:42.255]➜  audit-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T21:49:49.0478262Z [00:00:42.299]➜  audit-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T21:49:49.0771325Z [00:00:42.329]➜  audit-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T21:49:49.1339220Z [00:00:42.370]➜  audit-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T21:49:49.1341244Z [00:00:42.370]➜  check-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:49:49.1342939Z [00:00:42.370]➜  check-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:49:49.1438771Z [00:00:42.394]➜  check-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:49:49.1442599Z [00:00:42.394]➜  check-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:49:49.1444384Z [00:00:42.394]➜  check-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:49:49.1445928Z [00:00:42.394]➜  check-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:49:49.1640235Z [00:00:42.416]➜  audit-static-x86_64-unknown-linux-musl> libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
2025-08-20T21:49:49.1763654Z [00:00:42.428]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T21:49:49.1768679Z [00:00:42.428]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:49:49.1771019Z [00:00:42.428]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force
2025-08-20T21:49:49.2501159Z [00:00:42.502]➜  argp-standalone-static-x86_64-unknown-linux-musl> 1/1 ex1        OK              0.01s
2025-08-20T21:49:49.2546660Z [00:00:42.506]➜  argp-standalone-static-x86_64-unknown-linux-musl> 
2025-08-20T21:49:49.2551262Z [00:00:42.506]➜  argp-standalone-static-x86_64-unknown-linux-musl> Ok:                1
2025-08-20T21:49:49.2556428Z [00:00:42.506]➜  argp-standalone-static-x86_64-unknown-linux-musl> Fail:              0
2025-08-20T21:49:49.2561665Z [00:00:42.506]➜  argp-standalone-static-x86_64-unknown-linux-musl> 
2025-08-20T21:49:49.2567316Z [00:00:42.506]➜  argp-standalone-static-x86_64-unknown-linux-musl> Full log written to /build/source/build/meson-logs/testlog.txt
2025-08-20T21:49:49.2569362Z [00:00:42.506]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wextra flag... yes
2025-08-20T21:49:49.2666528Z [00:00:42.518]➜  rpcsvc-proto> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:49:49.3610836Z [00:00:42.613]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wstrict-prototypes flag... yes
2025-08-20T21:49:49.3798863Z [00:00:42.631]➜  argp-standalone-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:49:49.3929861Z [00:00:42.645]➜  argp-standalone-static-x86_64-unknown-linux-musl> mesonInstallPhase flags: ''
2025-08-20T21:49:49.4519164Z [00:00:42.704]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wmissing-prototypes flag... yes
2025-08-20T21:49:49.5534950Z [00:00:42.805]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wwrite-strings flag... yes
2025-08-20T21:49:49.6787230Z [00:00:42.930]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wno-variadic-macros flag... yes
2025-08-20T21:49:49.7104616Z [00:00:42.959]➜  rpcsvc-proto> configure.ac:11: installing './compile'
2025-08-20T21:49:49.7150670Z [00:00:42.967]➜  rpcsvc-proto> configure.ac:22: installing './config.guess'
2025-08-20T21:49:49.7193830Z [00:00:42.971]➜  rpcsvc-proto> configure.ac:22: installing './config.sub'
2025-08-20T21:49:49.7245306Z [00:00:42.976]➜  rpcsvc-proto> configure.ac:3: installing './install-sh'
2025-08-20T21:49:49.7305037Z [00:00:42.982]➜  rpcsvc-proto> configure.ac:3: installing './missing'
2025-08-20T21:49:49.7506184Z [00:00:43.002]➜  rpcsvc-proto> Makefile.am: installing './INSTALL'
2025-08-20T21:49:49.7642496Z [00:00:43.016]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wimport flag... yes
2025-08-20T21:49:49.8383016Z [00:00:43.089]➜  rpcsvc-proto> rpcgen/Makefile.am: installing './depcomp'
2025-08-20T21:49:49.8714634Z [00:00:43.123]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wfatal-errors flag... yes
2025-08-20T21:49:49.9385413Z [00:00:43.190]➜  argp-standalone-static-x86_64-unknown-linux-musl> Installing libargp.a to /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/lib
2025-08-20T21:49:49.9390874Z [00:00:43.190]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wformat=2 flag... yes
2025-08-20T21:49:49.9393997Z [00:00:43.191]➜  argp-standalone-static-x86_64-unknown-linux-musl> Installing /build/source/argp.h to /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/include
2025-08-20T21:49:49.9796950Z [00:00:43.231]➜  rpcsvc-proto> autoreconf: './install-sh' is updated
2025-08-20T21:49:49.9798149Z [00:00:43.231]➜  rpcsvc-proto> autoreconf: Leaving directory '.'
2025-08-20T21:49:49.9942087Z [00:00:43.246]➜  rpcsvc-proto> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:50.0094446Z [00:00:43.261]➜  rpcsvc-proto> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:49:50.0095928Z [00:00:43.261]➜  argp-standalone-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:49:50.0155325Z [00:00:43.267]➜  rpcsvc-proto> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:49:50.0199337Z [00:00:43.272]➜  rpcsvc-proto> Running phase: configurePhase
2025-08-20T21:49:50.0270500Z [00:00:43.279]➜  argp-standalone-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0
2025-08-20T21:49:50.0348164Z [00:00:43.286]➜  argp-standalone-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0...
2025-08-20T21:49:50.0532701Z [00:00:43.305]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Winit-self flag... yes
2025-08-20T21:49:50.0540929Z [00:00:43.306]➜  argp-standalone-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0
2025-08-20T21:49:50.0623965Z [00:00:43.314]➜  argp-standalone-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/kb4wz1dsyfr59fkfv6znbd22f65k42aw-argp-standalone-static-x86_64-unknown-linux-musl-1.5.0/lib
2025-08-20T21:49:50.0700407Z [00:00:43.322]➜  rpcsvc-proto> patching script interpreter paths in ./configure
2025-08-20T21:49:50.0812461Z [00:00:43.333]➜  rpcsvc-proto> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:49:50.1072291Z [00:00:43.357]➜  rpcsvc-proto> configure flags: --disable-dependency-tracking --prefix=/nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4 --bindir=/nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/bin --sbindir=/nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/sbin --includedir=/nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev/include --mandir=/nix/store/q3f2d04msd7vv2i06i44vs81qipv7wk1-rpcsvc-proto-1.4.4-man/share/man --infodir=/nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/share/info --docdir=/nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/share/doc/rpcsvc-proto --libdir=/nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/lib --libexecdir=/nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/libexec --localedir=/nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/share/locale
2025-08-20T21:49:50.2126716Z [00:00:43.464]➜  building '/nix/store/nwixv4pj36fxck6l97rvfnq3dvi316qi-cmocka-static-x86_64-unknown-linux-musl-1.1.7.drv'...
2025-08-20T21:49:50.2146954Z [00:00:43.466]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wmissing-include-dirs flag... yes
2025-08-20T21:49:50.2268245Z [00:00:43.478]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wswitch-default flag... yes
2025-08-20T21:49:50.2904487Z [00:00:43.542]➜  check-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts the -Wunknown-pragmas flag... yes
2025-08-20T21:49:50.2928942Z [00:00:43.545]➜  check-static-x86_64-unknown-linux-musl> checking for gcov... no
2025-08-20T21:49:50.2969839Z [00:00:43.548]➜  check-static-x86_64-unknown-linux-musl> checking for lcov... no
2025-08-20T21:49:50.2977976Z [00:00:43.550]➜  check-static-x86_64-unknown-linux-musl> checking for genhtml... no
2025-08-20T21:49:50.3038180Z [00:00:43.556]➜  check-static-x86_64-unknown-linux-musl> checking for makeinfo... ${SHELL} /build/check-0.15.2/missing makeinfo
2025-08-20T21:49:50.3039636Z [00:00:43.556]➜  check-static-x86_64-unknown-linux-musl> checking for filterdiff... no
2025-08-20T21:49:50.3041376Z [00:00:43.556]➜  check-static-x86_64-unknown-linux-musl> configure: WARNING: filterdiff not installed; build will not be reproducible.
2025-08-20T21:49:50.3042768Z [00:00:43.556]➜  check-static-x86_64-unknown-linux-musl> checking for dot... no
2025-08-20T21:49:50.3056216Z [00:00:43.557]➜  cmocka-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:49:50.3125045Z [00:00:43.564]➜  cmocka-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/a5jssxvdr1dxgpzbmg8pcsb6nad5lp4w-cmocka-1.1.7.tar.xz
2025-08-20T21:49:50.3348225Z [00:00:43.586]➜  cmocka-static-x86_64-unknown-linux-musl> source root is cmocka-1.1.7
2025-08-20T21:49:50.3509023Z [00:00:43.602]➜  cmocka-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1677161146 of file "cmocka-1.1.7/ChangeLog"
2025-08-20T21:49:50.3626925Z [00:00:43.614]➜  cmocka-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:49:50.3736211Z [00:00:43.625]➜  cmocka-static-x86_64-unknown-linux-musl> applying patch /nix/store/y82v4gjkax335rnipz83qlswb9ig8x4m-uintptr_t.patch
2025-08-20T21:49:50.3774774Z [00:00:43.628]➜  cmocka-static-x86_64-unknown-linux-musl> patching file include/cmocka.h
2025-08-20T21:49:50.3825181Z [00:00:43.634]➜  cmocka-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:50.4015504Z [00:00:43.651]➜  cmocka-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:50.4135105Z [00:00:43.662]➜  rpcsvc-proto> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:49:50.4150281Z [00:00:43.666]➜  rpcsvc-proto> checking whether build environment is sane... yes
2025-08-20T21:49:50.4209491Z [00:00:43.673]➜  cmocka-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:49:50.4270890Z [00:00:43.679]➜  cmocka-static-x86_64-unknown-linux-musl> fixing cmake files...
2025-08-20T21:49:50.4372843Z [00:00:43.689]➜  rpcsvc-proto> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:49:50.4407269Z [00:00:43.693]➜  rpcsvc-proto> checking for gawk... gawk
2025-08-20T21:49:50.4507150Z [00:00:43.702]➜  check-static-x86_64-unknown-linux-musl> checking for the pthreads library -lpthreads... no
2025-08-20T21:49:50.4599402Z [00:00:43.712]➜  rpcsvc-proto> checking whether make sets $(MAKE)... yes
2025-08-20T21:49:50.5025712Z [00:00:43.754]➜  rpcsvc-proto> checking whether make supports nested variables... yes
2025-08-20T21:49:50.5713770Z [00:00:43.823]➜  rpcsvc-proto> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:49:50.5754783Z [00:00:43.825]➜  rpcsvc-proto> checking for gcc... gcc
2025-08-20T21:49:50.7626812Z [00:00:44.014]➜  check-static-x86_64-unknown-linux-musl> checking whether pthreads work without any flags... yes
2025-08-20T21:49:50.8317007Z [00:00:44.082]➜  cmocka-static-x86_64-unknown-linux-musl> cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/share/doc/cmocka -DCMAKE_INSTALL_INFODIR=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/include -DCMAKE_INSTALL_SBINDIR=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-strip -DCMAKE_RANLIB=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-ranlib -DCMAKE_AR=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-ar -DCMAKE_C_COMPILER=x86_64-unknown-linux-musl-gcc -DCMAKE_CXX_COMPILER=x86_64-unknown-linux-musl-g++ -DCMAKE_INSTALL_PREFIX=/nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7 -DUNIT_TESTING=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_SKIP_INSTALL_RPATH=On -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env -DCMAKE_LINK_SEARCH_START_STATIC=ON
2025-08-20T21:49:50.8542664Z [00:00:44.104]➜  cmocka-static-x86_64-unknown-linux-musl> CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
2025-08-20T21:49:50.8549998Z [00:00:44.105]➜  cmocka-static-x86_64-unknown-linux-musl>   Compatibility with CMake < 3.10 will be removed from a future version of
2025-08-20T21:49:50.8551211Z [00:00:44.105]➜  cmocka-static-x86_64-unknown-linux-musl>   CMake.
2025-08-20T21:49:50.8551959Z [00:00:44.105]➜  cmocka-static-x86_64-unknown-linux-musl> 
2025-08-20T21:49:50.8553118Z [00:00:44.105]➜  cmocka-static-x86_64-unknown-linux-musl>   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
2025-08-20T21:49:50.8554951Z [00:00:44.105]➜  cmocka-static-x86_64-unknown-linux-musl>   to tell CMake that the project requires at least <min> but has been updated
2025-08-20T21:49:50.8556419Z [00:00:44.105]➜  cmocka-static-x86_64-unknown-linux-musl>   to work with policies introduced by <max> or earlier.
2025-08-20T21:49:50.8557435Z [00:00:44.105]➜  cmocka-static-x86_64-unknown-linux-musl> 
2025-08-20T21:49:50.8558152Z [00:00:44.105]➜  cmocka-static-x86_64-unknown-linux-musl> 
2025-08-20T21:49:50.8808388Z [00:00:44.133]➜  check-static-x86_64-unknown-linux-musl> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
2025-08-20T21:49:50.8813678Z [00:00:44.133]➜  check-static-x86_64-unknown-linux-musl> checking if more special flags are required for pthreads... no
2025-08-20T21:49:51.0146243Z [00:00:44.266]➜  cmocka-static-x86_64-unknown-linux-musl> -- The C compiler identification is GNU 14.3.0
2025-08-20T21:49:51.0250072Z [00:00:44.277]➜  check-static-x86_64-unknown-linux-musl> checking for floor in -lm... yes
2025-08-20T21:49:51.0400934Z [00:00:44.292]➜  rpcsvc-proto> checking whether the C compiler works... yes
2025-08-20T21:49:51.0405073Z [00:00:44.292]➜  rpcsvc-proto> checking for C compiler default output file name... a.out
2025-08-20T21:49:51.0565826Z [00:00:44.308]➜  cmocka-static-x86_64-unknown-linux-musl> -- Detecting C compiler ABI info
2025-08-20T21:49:51.1810607Z [00:00:44.432]➜  check-static-x86_64-unknown-linux-musl> checking for clock_gettime, timer_create, timer_settime, timer_delete in -lrt... yes
2025-08-20T21:49:51.1985540Z [00:00:44.450]➜  rpcsvc-proto> checking for suffix of executables...
2025-08-20T21:49:51.2447637Z [00:00:44.496]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:49:51.2986514Z [00:00:44.550]➜  check-static-x86_64-unknown-linux-musl> checking for struct timespec.tv_sec... yes
2025-08-20T21:49:51.3607805Z [00:00:44.612]➜  cmocka-static-x86_64-unknown-linux-musl> -- Detecting C compiler ABI info - done
2025-08-20T21:49:51.4041835Z [00:00:44.656]➜  cmocka-static-x86_64-unknown-linux-musl> -- Check for working C compiler: /nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-gcc - skipped
2025-08-20T21:49:51.4049411Z [00:00:44.657]➜  cmocka-static-x86_64-unknown-linux-musl> -- Detecting C compile features
2025-08-20T21:49:51.4055400Z [00:00:44.657]➜  cmocka-static-x86_64-unknown-linux-musl> -- Detecting C compile features - done
2025-08-20T21:49:51.4107982Z [00:00:44.663]➜  check-static-x86_64-unknown-linux-musl> checking for struct timespec.tv_nsec... yes
2025-08-20T21:49:51.4203944Z [00:00:44.672]➜  rpcsvc-proto> checking whether we are cross compiling... no
2025-08-20T21:49:51.4572471Z [00:00:44.709]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test REQUIRED_FLAGS_WERROR
2025-08-20T21:49:51.4958450Z [00:00:44.747]➜  rpcsvc-proto> checking for suffix of object files... o
2025-08-20T21:49:51.5379917Z [00:00:44.790]➜  rpcsvc-proto> checking whether the compiler supports GNU C... yes
2025-08-20T21:49:51.5533125Z [00:00:44.805]➜  check-static-x86_64-unknown-linux-musl> checking for struct itimerspec.it_interval... yes
2025-08-20T21:49:51.6364761Z [00:00:44.883]➜  rpcsvc-proto> checking whether gcc accepts -g... yes
2025-08-20T21:49:51.7135051Z [00:00:44.965]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test REQUIRED_FLAGS_WERROR - Success
2025-08-20T21:49:51.7156816Z [00:00:44.967]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_STD_GNU99_FLAG
2025-08-20T21:49:51.7200963Z [00:00:44.972]➜  check-static-x86_64-unknown-linux-musl> checking for struct itimerspec.it_value... yes
2025-08-20T21:49:51.7228329Z [00:00:44.975]➜  check-static-x86_64-unknown-linux-musl> checking for ANSI C header files... (cached) yes
2025-08-20T21:49:51.7955627Z [00:00:45.043]➜  rpcsvc-proto> checking for gcc option to enable C11 features... none needed
2025-08-20T21:49:51.7958075Z [00:00:45.048]➜  check-static-x86_64-unknown-linux-musl> checking for sys/wait.h that is POSIX.1 compatible... yes
2025-08-20T21:49:51.8944914Z [00:00:45.145]➜  check-static-x86_64-unknown-linux-musl> checking fcntl.h usability... yes
2025-08-20T21:49:51.9227341Z [00:00:45.174]➜  rpcsvc-proto> checking whether gcc understands -c and -o together... yes
2025-08-20T21:49:51.9228660Z [00:00:45.174]➜  rpcsvc-proto> checking dependency style of gcc... none
2025-08-20T21:49:51.9397812Z [00:00:45.191]➜  check-static-x86_64-unknown-linux-musl> checking fcntl.h presence... yes
2025-08-20T21:49:51.9399861Z [00:00:45.191]➜  check-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T21:49:51.9404775Z [00:00:45.192]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_STD_GNU99_FLAG - Success
2025-08-20T21:49:51.9411092Z [00:00:45.193]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WPEDANTIC_FLAG
2025-08-20T21:49:51.9761064Z [00:00:45.228]➜  rpcsvc-proto> checking for stdio.h... yes
2025-08-20T21:49:52.0171087Z [00:00:45.269]➜  check-static-x86_64-unknown-linux-musl> checking stddef.h usability... yes
2025-08-20T21:49:52.0525171Z [00:00:45.303]➜  rpcsvc-proto> checking for stdlib.h... yes
2025-08-20T21:49:52.0530160Z [00:00:45.304]➜  check-static-x86_64-unknown-linux-musl> checking stddef.h presence... yes
2025-08-20T21:49:52.0531548Z [00:00:45.305]➜  check-static-x86_64-unknown-linux-musl> checking for stddef.h... yes
2025-08-20T21:49:52.0705234Z [00:00:45.321]➜  check-static-x86_64-unknown-linux-musl> checking for stdlib.h... (cached) yes
2025-08-20T21:49:52.0915295Z [00:00:45.342]➜  check-static-x86_64-unknown-linux-musl> checking for string.h... (cached) yes
2025-08-20T21:49:52.1280022Z [00:00:45.380]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WPEDANTIC_FLAG - Success
2025-08-20T21:49:52.1302172Z [00:00:45.382]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WALL_FLAG
2025-08-20T21:49:52.1418599Z [00:00:45.394]➜  rpcsvc-proto> checking for string.h... yes
2025-08-20T21:49:52.2175727Z [00:00:45.469]➜  check-static-x86_64-unknown-linux-musl> checking sys/time.h usability... yes
2025-08-20T21:49:52.2572283Z [00:00:45.509]➜  rpcsvc-proto> checking for inttypes.h... yes
2025-08-20T21:49:52.2681575Z [00:00:45.520]➜  check-static-x86_64-unknown-linux-musl> checking sys/time.h presence... yes
2025-08-20T21:49:52.2734647Z [00:00:45.522]➜  check-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T21:49:52.2911160Z [00:00:45.543]➜  check-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:49:52.3449490Z [00:00:45.597]➜  rpcsvc-proto> checking for stdint.h... yes
2025-08-20T21:49:52.3632170Z [00:00:45.615]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T21:49:52.4157222Z [00:00:45.667]➜  check-static-x86_64-unknown-linux-musl> checking for stdint types... stdint.h (shortcircuit)
2025-08-20T21:49:52.4236959Z [00:00:45.675]➜  rpcsvc-proto> checking for strings.h... yes
2025-08-20T21:49:52.4383820Z [00:00:45.690]➜  check-static-x86_64-unknown-linux-musl> make use of stdint.h in check_stdint.h (assuming C99 compatible system)
2025-08-20T21:49:52.4413695Z [00:00:45.693]➜  check-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pkg-config... no
2025-08-20T21:49:52.4426868Z [00:00:45.693]➜  check-static-x86_64-unknown-linux-musl> checking for pkg-config... no
2025-08-20T21:49:52.4532573Z [00:00:45.705]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WALL_FLAG - Success
2025-08-20T21:49:52.4598847Z [00:00:45.712]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WSHADOW_FLAG
2025-08-20T21:49:52.5597741Z [00:00:45.811]➜  check-static-x86_64-unknown-linux-musl> checking regex.h usability... yes
2025-08-20T21:49:52.5843632Z [00:00:45.836]➜  rpcsvc-proto> checking for sys/stat.h... yes
2025-08-20T21:49:52.6072677Z [00:00:45.859]➜  check-static-x86_64-unknown-linux-musl> checking regex.h presence... yes
2025-08-20T21:49:52.6135187Z [00:00:45.865]➜  check-static-x86_64-unknown-linux-musl> checking for regex.h... yes
2025-08-20T21:49:52.6820732Z [00:00:45.933]➜  rpcsvc-proto> checking for sys/types.h... yes
2025-08-20T21:49:52.6854201Z [00:00:45.935]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WSHADOW_FLAG - Success
2025-08-20T21:49:52.6884362Z [00:00:45.940]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WMISSING_PROTOTYPES_FLAG
2025-08-20T21:49:52.6968940Z [00:00:45.949]➜  check-static-x86_64-unknown-linux-musl> checking windows.h usability... no
2025-08-20T21:49:52.7494376Z [00:00:46.001]➜  check-static-x86_64-unknown-linux-musl> checking windows.h presence... no
2025-08-20T21:49:52.7502081Z [00:00:46.002]➜  check-static-x86_64-unknown-linux-musl> checking for windows.h... no
2025-08-20T21:49:52.8021757Z [00:00:46.054]➜  rpcsvc-proto> checking for unistd.h... yes
2025-08-20T21:49:52.8994524Z [00:00:46.151]➜  check-static-x86_64-unknown-linux-musl> checking for InitOnceBeginInitialize... no
2025-08-20T21:49:52.9096531Z [00:00:46.161]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WMISSING_PROTOTYPES_FLAG - Success
2025-08-20T21:49:52.9132853Z [00:00:46.164]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WCAST_ALIGN_FLAG
2025-08-20T21:49:52.9448806Z [00:00:46.197]➜  rpcsvc-proto> checking for wchar.h... yes
2025-08-20T21:49:53.0903886Z [00:00:46.342]➜  check-static-x86_64-unknown-linux-musl> checking for InitOnceComplete... no
2025-08-20T21:49:53.1742742Z [00:00:46.426]➜  rpcsvc-proto> checking for minix/config.h... no
2025-08-20T21:49:53.1937250Z [00:00:46.445]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WCAST_ALIGN_FLAG - Success
2025-08-20T21:49:53.1965793Z [00:00:46.448]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_ADDRESS_FLAG
2025-08-20T21:49:53.2401720Z [00:00:46.492]➜  check-static-x86_64-unknown-linux-musl> checking for regcomp... yes
2025-08-20T21:49:53.2944868Z [00:00:46.544]➜  rpcsvc-proto> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:49:53.4437591Z [00:00:46.695]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:49:53.4840738Z [00:00:46.735]➜  check-static-x86_64-unknown-linux-musl> checking for regexec... yes
2025-08-20T21:49:53.5318235Z [00:00:46.783]➜  rpcsvc-proto> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:49:53.6061003Z [00:00:46.858]➜  check-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:49:53.6448078Z [00:00:46.896]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_ADDRESS_FLAG - Success
2025-08-20T21:49:53.6449808Z [00:00:46.896]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WSTRICT_PROTOTYPES_FLAG
2025-08-20T21:49:53.7587158Z [00:00:47.010]➜  rpcsvc-proto> checking for gcc option to enable large file support... none needed
2025-08-20T21:49:53.7615085Z [00:00:47.013]➜  rpcsvc-proto> checking for gcc... (cached) gcc
2025-08-20T21:49:53.8602183Z [00:00:47.112]➜  check-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T21:49:53.8674816Z [00:00:47.118]➜  rpcsvc-proto> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:49:53.8679266Z [00:00:47.118]➜  rpcsvc-proto> checking whether gcc accepts -g... (cached) yes
2025-08-20T21:49:53.8683433Z [00:00:47.118]➜  rpcsvc-proto> checking for gcc option to enable C11 features... (cached) none needed
2025-08-20T21:49:53.8714426Z [00:00:47.122]➜  rpcsvc-proto> checking whether gcc understands -c and -o together... (cached) yes
2025-08-20T21:49:53.8719319Z [00:00:47.122]➜  rpcsvc-proto> checking dependency style of gcc... (cached) none
2025-08-20T21:49:53.9025106Z [00:00:47.152]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WSTRICT_PROTOTYPES_FLAG - Success
2025-08-20T21:49:53.9026818Z [00:00:47.154]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_STRICT_PROTOTYPES_FLAG
2025-08-20T21:49:53.9706530Z [00:00:47.220]➜  audit-static-x86_64-unknown-linux-musl> configure.ac:41: installing './compile'
2025-08-20T21:49:53.9712342Z [00:00:47.223]➜  audit-static-x86_64-unknown-linux-musl> configure.ac:39: installing './config.guess'
2025-08-20T21:49:53.9764120Z [00:00:47.228]➜  rpcsvc-proto> checking how to run the C preprocessor... gcc -E
2025-08-20T21:49:53.9778971Z [00:00:47.230]➜  audit-static-x86_64-unknown-linux-musl> configure.ac:39: installing './config.sub'
2025-08-20T21:49:53.9854608Z [00:00:47.234]➜  audit-static-x86_64-unknown-linux-musl> configure.ac:40: installing './install-sh'
2025-08-20T21:49:53.9882301Z [00:00:47.239]➜  audit-static-x86_64-unknown-linux-musl> configure.ac:40: installing './missing'
2025-08-20T21:49:54.0628671Z [00:00:47.315]➜  check-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:49:54.0841354Z [00:00:47.334]➜  audit-static-x86_64-unknown-linux-musl> audisp/Makefile.am: installing './depcomp'
2025-08-20T21:49:54.1476776Z [00:00:47.399]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_STRICT_PROTOTYPES_FLAG - Success
2025-08-20T21:49:54.1547634Z [00:00:47.406]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WWRITE_STRINGS_FLAG
2025-08-20T21:49:54.1661368Z [00:00:47.418]➜  check-static-x86_64-unknown-linux-musl> checking for unsigned long long int... yes
2025-08-20T21:49:54.1664949Z [00:00:47.418]➜  check-static-x86_64-unknown-linux-musl> checking for long long int... yes
2025-08-20T21:49:54.2626641Z [00:00:47.514]➜  rpcsvc-proto> checking for library containing strerror... none required
2025-08-20T21:49:54.2657705Z [00:00:47.517]➜  rpcsvc-proto> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T21:49:54.2838869Z [00:00:47.535]➜  rpcsvc-proto> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:49:54.2865910Z [00:00:47.538]➜  rpcsvc-proto> checking whether NLS is requested... yes
2025-08-20T21:49:54.3121224Z [00:00:47.564]➜  rpcsvc-proto> checking for msgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T21:49:54.3137921Z [00:00:47.566]➜  rpcsvc-proto> checking for gmsgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T21:49:54.3389960Z [00:00:47.591]➜  check-static-x86_64-unknown-linux-musl> checking for intmax_t... yes
2025-08-20T21:49:54.3471231Z [00:00:47.599]➜  rpcsvc-proto> checking for xgettext... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext
2025-08-20T21:49:54.3772526Z [00:00:47.629]➜  rpcsvc-proto> checking for msgmerge... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgmerge
2025-08-20T21:49:54.4062284Z [00:00:47.658]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WWRITE_STRINGS_FLAG - Success
2025-08-20T21:49:54.4080071Z [00:00:47.659]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_WRITE_STRINGS_FLAG
2025-08-20T21:49:54.5072911Z [00:00:47.759]➜  check-static-x86_64-unknown-linux-musl> checking for uintmax_t... yes
2025-08-20T21:49:54.5325275Z [00:00:47.784]➜  rpcsvc-proto> checking build system type... x86_64-pc-linux-gnu
2025-08-20T21:49:54.5330939Z [00:00:47.785]➜  rpcsvc-proto> checking host system type... x86_64-pc-linux-gnu
2025-08-20T21:49:54.5332466Z [00:00:47.785]➜  rpcsvc-proto> checking for ld... ld
2025-08-20T21:49:54.5662433Z [00:00:47.818]➜  rpcsvc-proto> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:49:54.6066469Z [00:00:47.858]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_WRITE_STRINGS_FLAG - Success
2025-08-20T21:49:54.6090717Z [00:00:47.861]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_IMPLICIT_FUNCTION_DECLARATION_FLAG
2025-08-20T21:49:54.6137247Z [00:00:47.865]➜  check-static-x86_64-unknown-linux-musl> checking for uint32_t... yes
2025-08-20T21:49:54.6341293Z [00:00:47.884]➜  copying path '/nix/store/ldjndg6f0sm5q4pm9i8xcr3sshrx3rdw-clang-19.1.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:54.6472397Z [00:00:47.899]➜  rpcsvc-proto> checking for shared library run path origin... done
2025-08-20T21:49:54.6649624Z [00:00:47.917]➜  audit-static-x86_64-unknown-linux-musl> parallel-tests: installing './test-driver'
2025-08-20T21:49:54.6921338Z [00:00:47.943]➜  rpcsvc-proto> checking 32-bit host C ABI... no
2025-08-20T21:49:54.6970769Z [00:00:47.949]➜  rpcsvc-proto> checking for egrep -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:49:54.7020801Z [00:00:47.954]➜  check-static-x86_64-unknown-linux-musl> checking whether time.h and sys/time.h may both be included... yes
2025-08-20T21:49:54.7242537Z [00:00:47.976]➜  rpcsvc-proto> checking for ELF binary format... yes
2025-08-20T21:49:54.7377587Z [00:00:47.989]➜  rpcsvc-proto> checking for the common suffixes of directories in the library search path... lib,lib,lib
2025-08-20T21:49:54.7946906Z [00:00:48.046]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_IMPLICIT_FUNCTION_DECLARATION_FLAG - Success
2025-08-20T21:49:54.7968796Z [00:00:48.048]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WPOINTER_ARITH_FLAG
2025-08-20T21:49:54.8002083Z [00:00:48.052]➜  check-static-x86_64-unknown-linux-musl> checking whether struct tm is in sys/time.h or time.h... time.h
2025-08-20T21:49:54.8197056Z [00:00:48.071]➜  rpcsvc-proto> checking for CFPreferencesCopyAppValue... no
2025-08-20T21:49:54.8770373Z [00:00:48.127]➜  rpcsvc-proto> checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T21:49:54.9985357Z [00:00:48.244]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WPOINTER_ARITH_FLAG - Success
2025-08-20T21:49:54.9986924Z [00:00:48.244]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_POINTER_ARITH_FLAG
2025-08-20T21:49:55.0188823Z [00:00:48.271]➜  rpcsvc-proto> checking for GNU gettext in libc... yes
2025-08-20T21:49:55.0196861Z [00:00:48.271]➜  rpcsvc-proto> checking whether to use NLS... yes
2025-08-20T21:49:55.0199402Z [00:00:48.272]➜  rpcsvc-proto> checking where the gettext function comes from... libc
2025-08-20T21:49:55.0858132Z [00:00:48.337]➜  rpcsvc-proto> checking that generated files are newer than configure... done
2025-08-20T21:49:55.0866969Z [00:00:48.338]➜  rpcsvc-proto> configure: creating ./config.status
2025-08-20T21:49:55.1645931Z [00:00:48.416]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_POINTER_ARITH_FLAG - Success
2025-08-20T21:49:55.1678791Z [00:00:48.420]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WDECLARATION_AFTER_STATEMENT_FLAG
2025-08-20T21:49:55.2420249Z [00:00:48.494]➜  check-static-x86_64-unknown-linux-musl> checking size of int... 4
2025-08-20T21:49:55.2703897Z [00:00:48.522]➜  rpcsvc-proto> config.status: creating Makefile
2025-08-20T21:49:55.3021627Z [00:00:48.554]➜  rpcsvc-proto> config.status: creating rpcgen/Makefile
2025-08-20T21:49:55.3351462Z [00:00:48.587]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WDECLARATION_AFTER_STATEMENT_FLAG - Success
2025-08-20T21:49:55.3390047Z [00:00:48.591]➜  rpcsvc-proto> config.status: creating rpcsvc/Makefile
2025-08-20T21:49:55.3414074Z [00:00:48.593]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_DECLARATION_AFTER_STATEMENT_FLAG
2025-08-20T21:49:55.3809779Z [00:00:48.632]➜  rpcsvc-proto> config.status: creating po/Makefile.in
2025-08-20T21:49:55.4219995Z [00:00:48.674]➜  rpcsvc-proto> config.status: creating config.h
2025-08-20T21:49:55.4475085Z [00:00:48.699]➜  rpcsvc-proto> config.status: executing depfiles commands
2025-08-20T21:49:55.4499305Z [00:00:48.702]➜  rpcsvc-proto> config.status: executing po-directories commands
2025-08-20T21:49:55.4560762Z [00:00:48.708]➜  rpcsvc-proto> config.status: creating po/Makefile
2025-08-20T21:49:55.5185245Z [00:00:48.769]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_DECLARATION_AFTER_STATEMENT_FLAG - Success
2025-08-20T21:49:55.5186935Z [00:00:48.770]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WRETURN_TYPE_FLAG
2025-08-20T21:49:55.5701499Z [00:00:48.822]➜  rpcsvc-proto> Running phase: buildPhase
2025-08-20T21:49:55.5870173Z [00:00:48.839]➜  rpcsvc-proto> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:49:55.5967883Z [00:00:48.849]➜  rpcsvc-proto> make  all-recursive
2025-08-20T21:49:55.6018644Z [00:00:48.853]➜  rpcsvc-proto> make[1]: Entering directory '/build/source'
2025-08-20T21:49:55.6019620Z [00:00:48.854]➜  check-static-x86_64-unknown-linux-musl> checking size of short... 2
2025-08-20T21:49:55.6121059Z [00:00:48.861]➜  rpcsvc-proto> Making all in rpcgen
2025-08-20T21:49:55.6156937Z [00:00:48.867]➜  rpcsvc-proto> make[2]: Entering directory '/build/source/rpcgen'
2025-08-20T21:49:55.6158033Z [00:00:48.867]➜  rpcsvc-proto> gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -c -o rpc_clntout.o rpc_clntout.c
2025-08-20T21:49:55.6921551Z [00:00:48.944]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WRETURN_TYPE_FLAG - Success
2025-08-20T21:49:55.6940357Z [00:00:48.946]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_RETURN_TYPE_FLAG
2025-08-20T21:49:55.8867833Z [00:00:49.138]➜  rpcsvc-proto> gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -c -o rpc_cout.o rpc_cout.c
2025-08-20T21:49:55.9066109Z [00:00:49.158]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_RETURN_TYPE_FLAG - Success
2025-08-20T21:49:55.9125552Z [00:00:49.164]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WUNINITIALIZED_FLAG
2025-08-20T21:49:55.9216095Z [00:00:49.170]➜  audit-static-x86_64-unknown-linux-musl> bindings/swig/python3/Makefile.am:29: installing './py-compile'
2025-08-20T21:49:56.1794876Z [00:00:49.431]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WUNINITIALIZED_FLAG - Success
2025-08-20T21:49:56.1806702Z [00:00:49.432]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_UNINITIALIZED_FLAG
2025-08-20T21:49:56.3014489Z [00:00:49.553]➜  check-static-x86_64-unknown-linux-musl> checking size of long... 8
2025-08-20T21:49:56.4184515Z [00:00:49.670]➜  check-static-x86_64-unknown-linux-musl> checking for clockid_t... yes
2025-08-20T21:49:56.4901449Z [00:00:49.742]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_UNINITIALIZED_FLAG - Success
2025-08-20T21:49:56.4912855Z [00:00:49.743]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WIMPLICIT_FALLTHROUGH_FLAG
2025-08-20T21:49:56.6288504Z [00:00:49.879]➜  check-static-x86_64-unknown-linux-musl> checking for timer_t... yes
2025-08-20T21:49:56.6297263Z [00:00:49.879]➜  check-static-x86_64-unknown-linux-musl> checking for stdlib.h... (cached) yes
2025-08-20T21:49:56.6354948Z [00:00:49.887]➜  check-static-x86_64-unknown-linux-musl> checking for GNU libc compatible malloc... no
2025-08-20T21:49:56.6359855Z [00:00:49.887]➜  check-static-x86_64-unknown-linux-musl> checking for stdlib.h... (cached) yes
2025-08-20T21:49:56.6412649Z [00:00:49.893]➜  rpcsvc-proto> gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -c -o rpc_hout.o rpc_hout.c
2025-08-20T21:49:56.6475200Z [00:00:49.899]➜  check-static-x86_64-unknown-linux-musl> checking for GNU libc compatible realloc... no
2025-08-20T21:49:56.7576837Z [00:00:50.006]➜  check-static-x86_64-unknown-linux-musl> checking for time.h... yes
2025-08-20T21:49:56.8464798Z [00:00:50.098]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WIMPLICIT_FALLTHROUGH_FLAG - Success
2025-08-20T21:49:56.8495844Z [00:00:50.101]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_STRICT_OVERFLOW_FLAG
2025-08-20T21:49:56.8569687Z [00:00:50.108]➜  check-static-x86_64-unknown-linux-musl> checking for stdarg.h... yes
2025-08-20T21:49:57.0645481Z [00:00:50.316]➜  check-static-x86_64-unknown-linux-musl> checking for timer_create... yes
2025-08-20T21:49:57.0653355Z [00:00:50.317]➜  check-static-x86_64-unknown-linux-musl> checking if timer_create is supported on the system... autodetect
2025-08-20T21:49:57.0661097Z [00:00:50.318]➜  check-static-x86_64-unknown-linux-musl> checking for timer_create... (cached) yes
2025-08-20T21:49:57.1577061Z [00:00:50.409]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_STRICT_OVERFLOW_FLAG - Success
2025-08-20T21:49:57.1667001Z [00:00:50.416]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WSTRICT_OVERFLOW_2_FLAG
2025-08-20T21:49:57.2099340Z [00:00:50.461]➜  check-static-x86_64-unknown-linux-musl> checking for timer_settime... yes
2025-08-20T21:49:57.2773986Z [00:00:50.529]➜  rpcsvc-proto> gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -c -o rpc_main.o rpc_main.c
2025-08-20T21:49:57.3012244Z [00:00:50.553]➜  copying path '/nix/store/cyf8110sxq1yzpcyfy19xhfdw53n22ai-x86_64-unknown-linux-musl-clang-wrapper-19.1.7' from 'https://cache.nixos.org'...
2025-08-20T21:49:57.3417188Z [00:00:50.593]➜  check-static-x86_64-unknown-linux-musl> checking for timer_delete... yes
2025-08-20T21:49:57.3959592Z [00:00:50.648]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WSTRICT_OVERFLOW_2_FLAG - Success
2025-08-20T21:49:57.3996412Z [00:00:50.651]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WNO_FORMAT_ZERO_LENGTH_FLAG
2025-08-20T21:49:57.4416256Z [00:00:50.693]➜  check-static-x86_64-unknown-linux-musl> checking whether timer_create is declared... no
2025-08-20T21:49:57.5326324Z [00:00:50.784]➜  check-static-x86_64-unknown-linux-musl> checking whether timer_settime is declared... no
2025-08-20T21:49:57.5694229Z [00:00:50.821]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: './install-sh' is updated
2025-08-20T21:49:57.5700390Z [00:00:50.822]➜  audit-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T21:49:57.5754657Z [00:00:50.826]➜  audit-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:57.5881092Z [00:00:50.840]➜  audit-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:49:57.5928085Z [00:00:50.845]➜  audit-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:49:57.5965366Z [00:00:50.848]➜  audit-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:49:57.6079917Z [00:00:50.860]➜  audit-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:49:57.6108236Z [00:00:50.862]➜  check-static-x86_64-unknown-linux-musl> checking whether timer_delete is declared... no
2025-08-20T21:49:57.6143584Z [00:00:50.866]➜  audit-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:49:57.6195260Z [00:00:50.871]➜  audit-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:49:57.6385067Z [00:00:50.890]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WNO_FORMAT_ZERO_LENGTH_FLAG - Success
2025-08-20T21:49:57.6421206Z [00:00:50.894]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WMISSING_FIELD_INITIALIZERS_FLAG
2025-08-20T21:49:57.6494394Z [00:00:50.898]➜  audit-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T21:49:57.6584831Z [00:00:50.910]➜  audit-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:49:57.6828254Z [00:00:50.934]➜  audit-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:49:57.6907761Z [00:00:50.942]➜  audit-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:49:57.7275705Z [00:00:50.977]➜  audit-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0 --bindir=/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin --sbindir=/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin --includedir=/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/include --mandir=/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man --infodir=/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/share/info --docdir=/nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/share/doc/audit --libdir=/nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib --libexecdir=/nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec --localedir=/nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/share/locale --disable-zos-remote --with-arm --with-aarch64 --with-libcap-ng=yes --without-python --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:49:57.7575358Z [00:00:51.009]➜  check-static-x86_64-unknown-linux-musl> checking for alarm... yes
2025-08-20T21:49:57.8501862Z [00:00:51.102]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WMISSING_FIELD_INITIALIZERS_FLAG - Success
2025-08-20T21:49:57.8510751Z [00:00:51.103]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test REQUIRED_FLAGS_WFORMAT
2025-08-20T21:49:57.8816024Z [00:00:51.133]➜  check-static-x86_64-unknown-linux-musl> checking for clock_gettime... yes
2025-08-20T21:49:57.9250719Z [00:00:51.177]➜  audit-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --without-python
2025-08-20T21:49:57.9995134Z [00:00:51.250]➜  check-static-x86_64-unknown-linux-musl> checking for getline... yes
2025-08-20T21:49:58.0146399Z [00:00:51.266]➜  audit-static-x86_64-unknown-linux-musl> Configuring auditd
2025-08-20T21:49:58.0267054Z [00:00:51.278]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test REQUIRED_FLAGS_WFORMAT - Success
2025-08-20T21:49:58.0286020Z [00:00:51.280]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WFORMAT_SECURITY_FLAG
2025-08-20T21:49:58.0387446Z [00:00:51.290]➜  audit-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:49:58.0492832Z [00:00:51.301]➜  audit-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:49:58.0497980Z [00:00:51.301]➜  audit-static-x86_64-unknown-linux-musl> checking target system type... x86_64-unknown-linux-musl
2025-08-20T21:49:58.0499258Z [00:00:51.302]➜  rpcsvc-proto> gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -c -o rpc_parse.o rpc_parse.c
2025-08-20T21:49:58.0968367Z [00:00:51.348]➜  check-static-x86_64-unknown-linux-musl> checking for gettimeofday... yes
2025-08-20T21:49:58.1041476Z [00:00:51.356]➜  audit-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:49:58.1143472Z [00:00:51.366]➜  audit-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:49:58.1297143Z [00:00:51.381]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:49:58.1348289Z [00:00:51.386]➜  audit-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:49:58.1362757Z [00:00:51.388]➜  audit-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:49:58.1489830Z [00:00:51.401]➜  audit-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:49:58.1610453Z [00:00:51.413]➜  audit-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:49:58.1779757Z [00:00:51.429]➜  audit-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:49:58.1864342Z [00:00:51.438]➜  audit-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:49:58.1874283Z [00:00:51.439]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:49:58.2226962Z [00:00:51.474]➜  check-static-x86_64-unknown-linux-musl> checking for localtime_r... yes
2025-08-20T21:49:58.2247408Z [00:00:51.474]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WFORMAT_SECURITY_FLAG - Success
2025-08-20T21:49:58.2249120Z [00:00:51.476]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_FORMAT_SECURITY_FLAG
2025-08-20T21:49:58.3559965Z [00:00:51.607]➜  check-static-x86_64-unknown-linux-musl> checking for strdup... yes
2025-08-20T21:49:58.4007314Z [00:00:51.652]➜  rpcsvc-proto> gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -c -o rpc_sample.o rpc_sample.c
2025-08-20T21:49:58.4423788Z [00:00:51.694]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_WERROR_FORMAT_SECURITY_FLAG - Success
2025-08-20T21:49:58.4427904Z [00:00:51.695]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_FNO_COMMON_FLAG
2025-08-20T21:49:58.4818723Z [00:00:51.733]➜  audit-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:49:58.4822796Z [00:00:51.734]➜  audit-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:49:58.6003375Z [00:00:51.852]➜  audit-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:49:58.6047251Z [00:00:51.856]➜  audit-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:49:58.6233002Z [00:00:51.875]➜  check-static-x86_64-unknown-linux-musl> checking for strsignal... yes
2025-08-20T21:49:58.6984248Z [00:00:51.950]➜  audit-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:49:58.7065045Z [00:00:51.958]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_FNO_COMMON_FLAG - Success
2025-08-20T21:49:58.7074183Z [00:00:51.959]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_STACK_PROTECTOR_STRONG
2025-08-20T21:49:58.7094285Z [00:00:51.961]➜  rpcsvc-proto> gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -c -o rpc_scan.o rpc_scan.c
2025-08-20T21:49:58.7211807Z [00:00:51.973]➜  check-static-x86_64-unknown-linux-musl> checking whether alarm is declared... yes
2025-08-20T21:49:58.8730941Z [00:00:52.125]➜  audit-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:49:58.9235311Z [00:00:52.175]➜  rpcsvc-proto> gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -c -o rpc_svcout.o rpc_svcout.c
2025-08-20T21:49:58.9376445Z [00:00:52.189]➜  audit-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:49:58.9422161Z [00:00:52.194]➜  check-static-x86_64-unknown-linux-musl> checking whether clock_gettime is declared... no
2025-08-20T21:49:58.9994468Z [00:00:52.251]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_STACK_PROTECTOR_STRONG - Success
2025-08-20T21:49:59.0006269Z [00:00:52.252]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_STACK_CLASH_PROTECTION
2025-08-20T21:49:59.0370261Z [00:00:52.280]➜  check-static-x86_64-unknown-linux-musl> checking whether getline is declared... yes
2025-08-20T21:49:59.0462544Z [00:00:52.294]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:49:59.1287852Z [00:00:52.380]➜  check-static-x86_64-unknown-linux-musl> checking whether gettimeofday is declared... no
2025-08-20T21:49:59.1343101Z [00:00:52.386]➜  audit-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:49:59.1350065Z [00:00:52.387]➜  audit-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:49:59.1444959Z [00:00:52.393]➜  audit-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:49:59.1510599Z [00:00:52.403]➜  audit-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:49:59.1549604Z [00:00:52.407]➜  audit-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:49:59.1568594Z [00:00:52.409]➜  audit-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:49:59.1814605Z [00:00:52.433]➜  audit-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:49:59.2017338Z [00:00:52.453]➜  audit-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:49:59.2024339Z [00:00:52.453]➜  audit-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:49:59.2269075Z [00:00:52.479]➜  check-static-x86_64-unknown-linux-musl> checking whether localtime_r is declared... no
2025-08-20T21:49:59.2386329Z [00:00:52.490]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_STACK_CLASH_PROTECTION - Success
2025-08-20T21:49:59.2576101Z [00:00:52.509]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_VISIBILITY_HIDDEN
2025-08-20T21:49:59.2793056Z [00:00:52.531]➜  audit-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:49:59.2801984Z [00:00:52.532]➜  audit-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:49:59.2881552Z [00:00:52.540]➜  audit-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 4718592
2025-08-20T21:49:59.2946628Z [00:00:52.546]➜  audit-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:49:59.2950965Z [00:00:52.546]➜  audit-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:49:59.2954886Z [00:00:52.546]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:49:59.2964369Z [00:00:52.546]➜  audit-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:49:59.2965754Z [00:00:52.546]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:49:59.2967312Z [00:00:52.547]➜  audit-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:49:59.2968674Z [00:00:52.548]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:49:59.2995546Z [00:00:52.549]➜  audit-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:49:59.2997305Z [00:00:52.549]➜  audit-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:49:59.2999168Z [00:00:52.550]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:49:59.3003418Z [00:00:52.550]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:49:59.3452657Z [00:00:52.597]➜  audit-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:49:59.3515028Z [00:00:52.600]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:49:59.3825706Z [00:00:52.631]➜  check-static-x86_64-unknown-linux-musl> checking whether strdup is declared... yes
2025-08-20T21:49:59.5534402Z [00:00:52.805]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test WITH_VISIBILITY_HIDDEN - Success
2025-08-20T21:49:59.5572371Z [00:00:52.809]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for assert.h
2025-08-20T21:49:59.6821401Z [00:00:52.932]➜  check-static-x86_64-unknown-linux-musl> checking whether strsignal is declared... yes
2025-08-20T21:49:59.6826455Z [00:00:52.934]➜  rpcsvc-proto> gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -c -o rpc_tblout.o rpc_tblout.c
2025-08-20T21:49:59.7277525Z [00:00:52.979]➜  audit-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:49:59.7396843Z [00:00:52.988]➜  audit-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:49:59.7761843Z [00:00:53.028]➜  audit-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:49:59.7825190Z [00:00:53.034]➜  audit-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:49:59.8412408Z [00:00:53.093]➜  rpcsvc-proto> gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -c -o rpc_util.o rpc_util.c
2025-08-20T21:49:59.8433774Z [00:00:53.095]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:49:59.8472137Z [00:00:53.098]➜  audit-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:49:59.8566435Z [00:00:53.108]➜  audit-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:49:59.8840902Z [00:00:53.135]➜  check-static-x86_64-unknown-linux-musl> checking whether setenv is declared... yes
2025-08-20T21:49:59.9136194Z [00:00:53.165]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for assert.h - found
2025-08-20T21:49:59.9140640Z [00:00:53.166]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for inttypes.h
2025-08-20T21:49:59.9709658Z [00:00:53.222]➜  audit-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:50:00.1407614Z [00:00:53.392]➜  check-static-x86_64-unknown-linux-musl> checking for setitimer... yes
2025-08-20T21:50:00.1476411Z [00:00:53.399]➜  audit-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:50:00.1570069Z [00:00:53.409]➜  rpcsvc-proto> gcc  -g -O2   -o rpcgen rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o rpc_sample.o rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o
2025-08-20T21:50:00.2308195Z [00:00:53.482]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for inttypes.h - found
2025-08-20T21:50:00.2320495Z [00:00:53.484]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for io.h
2025-08-20T21:50:00.2423073Z [00:00:53.494]➜  audit-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:50:00.2489655Z [00:00:53.501]➜  rpcsvc-proto> make[2]: Leaving directory '/build/source/rpcgen'
2025-08-20T21:50:00.2710077Z [00:00:53.503]➜  rpcsvc-proto> Making all in rpcsvc
2025-08-20T21:50:00.2711753Z [00:00:53.506]➜  rpcsvc-proto> make[2]: Entering directory '/build/source/rpcsvc'
2025-08-20T21:50:00.2712679Z [00:00:53.506]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o klm_prot.h klm_prot.x
2025-08-20T21:50:00.2750658Z [00:00:53.526]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o nlm_prot.h nlm_prot.x
2025-08-20T21:50:00.2818479Z [00:00:53.533]➜  audit-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:50:00.2823732Z [00:00:53.533]➜  check-static-x86_64-unknown-linux-musl> checking for fork... yes
2025-08-20T21:50:00.3057813Z [00:00:53.557]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o rstat.h rstat.x
2025-08-20T21:50:00.3382891Z [00:00:53.590]➜  audit-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:50:00.3468765Z [00:00:53.599]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o spray.h spray.x
2025-08-20T21:50:00.3851878Z [00:00:53.633]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o bootparam_prot.h bootparam_prot.x
2025-08-20T21:50:00.4074539Z [00:00:53.659]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o mount.h mount.x
2025-08-20T21:50:00.4308359Z [00:00:53.682]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o rex.h rex.x
2025-08-20T21:50:00.4395603Z [00:00:53.691]➜  audit-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:50:00.4439370Z [00:00:53.696]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for io.h - not found
2025-08-20T21:50:00.4441562Z [00:00:53.696]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for malloc.h
2025-08-20T21:50:00.4483577Z [00:00:53.700]➜  check-static-x86_64-unknown-linux-musl> checking for sigaction... yes
2025-08-20T21:50:00.4743477Z [00:00:53.726]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o rusers.h rusers.x
2025-08-20T21:50:00.5074287Z [00:00:53.759]➜  audit-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:50:00.5085405Z [00:00:53.760]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o key_prot.h key_prot.x
2025-08-20T21:50:00.5534155Z [00:00:53.805]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o nfs_prot.h nfs_prot.x
2025-08-20T21:50:00.5993830Z [00:00:53.851]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o rquota.h rquota.x
2025-08-20T21:50:00.6097093Z [00:00:53.861]➜  audit-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:50:00.6488564Z [00:00:53.901]➜  rpcsvc-proto> ../rpcgen/rpcgen -h -o sm_inter.h sm_inter.x
2025-08-20T21:50:00.6503487Z [00:00:53.901]➜  check-static-x86_64-unknown-linux-musl> checking for mkstemp... yes
2025-08-20T21:50:00.6742570Z [00:00:53.926]➜  audit-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:50:00.6806715Z [00:00:53.932]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for malloc.h - found
2025-08-20T21:50:00.6819439Z [00:00:53.934]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for memory.h
2025-08-20T21:50:00.6868015Z [00:00:53.937]➜  rpcsvc-proto> make[2]: Leaving directory '/build/source/rpcsvc'
2025-08-20T21:50:00.6869936Z [00:00:53.937]➜  rpcsvc-proto> Making all in po
2025-08-20T21:50:00.6871837Z [00:00:53.937]➜  rpcsvc-proto> make[2]: Entering directory '/build/source/po'
2025-08-20T21:50:00.7120223Z [00:00:53.964]➜  rpcsvc-proto> make rpcsvc-proto.pot-update
2025-08-20T21:50:00.7140237Z [00:00:53.966]➜  rpcsvc-proto> make[3]: Entering directory '/build/source/po'
2025-08-20T21:50:00.7347434Z [00:00:53.986]➜  audit-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:50:00.7518988Z [00:00:54.003]➜  audit-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:50:00.7529420Z [00:00:54.004]➜  rpcsvc-proto> package_gnu=""; \
2025-08-20T21:50:00.7540788Z [00:00:54.004]➜  rpcsvc-proto> test -n "$package_gnu" || { \
2025-08-20T21:50:00.7541839Z [00:00:54.004]➜  rpcsvc-proto>   if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
2025-08-20T21:50:00.7563891Z [00:00:54.004]➜  rpcsvc-proto>          LC_ALL=C find -L .. -maxdepth 1 -type f -size -10000000c -exec grep -i 'GNU rpcsvc-proto' /dev/null '{}' ';' 2>/dev/null; \
2025-08-20T21:50:00.7565376Z [00:00:54.004]➜  rpcsvc-proto>        else \
2025-08-20T21:50:00.7566205Z [00:00:54.004]➜  rpcsvc-proto>          LC_ALL=C grep -i 'GNU rpcsvc-proto' ../* 2>/dev/null; \
2025-08-20T21:50:00.7566985Z [00:00:54.004]➜  rpcsvc-proto>        fi; \
2025-08-20T21:50:00.7567682Z [00:00:54.004]➜  rpcsvc-proto>      } | grep -v 'libtool:' >/dev/null; then \
2025-08-20T21:50:00.7568388Z [00:00:54.004]➜  rpcsvc-proto>      package_gnu=yes; \
2025-08-20T21:50:00.7568993Z [00:00:54.004]➜  rpcsvc-proto>    else \
2025-08-20T21:50:00.7569593Z [00:00:54.004]➜  rpcsvc-proto>      package_gnu=no; \
2025-08-20T21:50:00.7570157Z [00:00:54.004]➜  rpcsvc-proto>    fi; \
2025-08-20T21:50:00.7570654Z [00:00:54.004]➜  rpcsvc-proto> }; \
2025-08-20T21:50:00.7571274Z [00:00:54.004]➜  rpcsvc-proto> if test "$package_gnu" = "yes"; then \
2025-08-20T21:50:00.7571976Z [00:00:54.004]➜  rpcsvc-proto>   package_prefix='GNU '; \
2025-08-20T21:50:00.7572547Z [00:00:54.004]➜  rpcsvc-proto> else \
2025-08-20T21:50:00.7573125Z [00:00:54.004]➜  rpcsvc-proto>   package_prefix=''; \
2025-08-20T21:50:00.7616577Z [00:00:54.004]➜  rpcsvc-proto> fi; \
2025-08-20T21:50:00.7617468Z [00:00:54.004]➜  rpcsvc-proto> if test -n '' || test 'kukuk@thkukuk.de' = '@'PACKAGE_BUGREPORT'@'; then \
2025-08-20T21:50:00.7618374Z [00:00:54.004]➜  rpcsvc-proto>   msgid_bugs_address=''; \
2025-08-20T21:50:00.7618972Z [00:00:54.004]➜  rpcsvc-proto> else \
2025-08-20T21:50:00.7619659Z [00:00:54.004]➜  rpcsvc-proto>   msgid_bugs_address='kukuk@thkukuk.de'; \
2025-08-20T21:50:00.7620350Z [00:00:54.004]➜  rpcsvc-proto> fi; \
2025-08-20T21:50:00.7621682Z [00:00:54.004]➜  rpcsvc-proto> case `/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
2025-08-20T21:50:00.7623105Z [00:00:54.004]➜  rpcsvc-proto>   '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
2025-08-20T21:50:00.7624949Z [00:00:54.005]➜  rpcsvc-proto>     /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext --default-domain=rpcsvc-proto --directory=.. \
2025-08-20T21:50:00.7626209Z [00:00:54.005]➜  rpcsvc-proto>       --add-comments=TRANSLATORS: \
2025-08-20T21:50:00.7627212Z [00:00:54.006]➜  rpcsvc-proto>       --files-from=./POTFILES.in \
2025-08-20T21:50:00.7628086Z [00:00:54.006]➜  rpcsvc-proto>       --copyright-holder='Free Software Foundation, Inc.' \
2025-08-20T21:50:00.7628991Z [00:00:54.006]➜  rpcsvc-proto>       --msgid-bugs-address="$msgid_bugs_address" \
2025-08-20T21:50:00.7629755Z [00:00:54.006]➜  rpcsvc-proto>       --keyword=_ --keyword=N_  \
2025-08-20T21:50:00.7630332Z [00:00:54.007]➜  rpcsvc-proto>     ;; \
2025-08-20T21:50:00.7630805Z [00:00:54.007]➜  rpcsvc-proto>   *) \
2025-08-20T21:50:00.7632037Z [00:00:54.007]➜  rpcsvc-proto>     /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext --default-domain=rpcsvc-proto --directory=.. \
2025-08-20T21:50:00.7633483Z [00:00:54.007]➜  rpcsvc-proto>       --add-comments=TRANSLATORS: \
2025-08-20T21:50:00.7634268Z [00:00:54.007]➜  rpcsvc-proto>       --files-from=./POTFILES.in \
2025-08-20T21:50:00.7635121Z [00:00:54.007]➜  rpcsvc-proto>       --copyright-holder='Free Software Foundation, Inc.' \
2025-08-20T21:50:00.7636126Z [00:00:54.007]➜  rpcsvc-proto>       --package-name="${package_prefix}rpcsvc-proto" \
2025-08-20T21:50:00.7636931Z [00:00:54.007]➜  rpcsvc-proto>       --package-version='1.4.4' \
2025-08-20T21:50:00.7637721Z [00:00:54.007]➜  rpcsvc-proto>       --msgid-bugs-address="$msgid_bugs_address" \
2025-08-20T21:50:00.7638479Z [00:00:54.007]➜  rpcsvc-proto>       --keyword=_ --keyword=N_  \
2025-08-20T21:50:00.7639057Z [00:00:54.007]➜  rpcsvc-proto>     ;; \
2025-08-20T21:50:00.7639545Z [00:00:54.007]➜  rpcsvc-proto> esac
2025-08-20T21:50:00.7948292Z [00:00:54.045]➜  check-static-x86_64-unknown-linux-musl> checking for vsnprintf... yes
2025-08-20T21:50:00.7949591Z [00:00:54.045]➜  check-static-x86_64-unknown-linux-musl> checking whether vsnprintf is C99 compliant... no
2025-08-20T21:50:00.8037505Z [00:00:54.055]➜  check-static-x86_64-unknown-linux-musl> checking for inttypes.h... (cached) yes
2025-08-20T21:50:00.8662813Z [00:00:54.118]➜  rpcsvc-proto> test ! -f rpcsvc-proto.po || { \
2025-08-20T21:50:00.8685754Z [00:00:54.118]➜  rpcsvc-proto>   if test -f ./rpcsvc-proto.pot-header; then \
2025-08-20T21:50:00.8686881Z [00:00:54.118]➜  rpcsvc-proto>     sed -e '1,/^#$/d' < rpcsvc-proto.po > rpcsvc-proto.1po && \
2025-08-20T21:50:00.8688027Z [00:00:54.118]➜  rpcsvc-proto>     cat ./rpcsvc-proto.pot-header rpcsvc-proto.1po > rpcsvc-proto.po && \
2025-08-20T21:50:00.8689010Z [00:00:54.118]➜  rpcsvc-proto>     rm -f rpcsvc-proto.1po \
2025-08-20T21:50:00.8689685Z [00:00:54.118]➜  rpcsvc-proto>     || exit 1; \
2025-08-20T21:50:00.8690253Z [00:00:54.118]➜  rpcsvc-proto>   fi; \
2025-08-20T21:50:00.8690952Z [00:00:54.118]➜  rpcsvc-proto>   if test -f ./rpcsvc-proto.pot; then \
2025-08-20T21:50:00.8692015Z [00:00:54.118]➜  rpcsvc-proto>     sed -f ./remove-potcdate.sed < ./rpcsvc-proto.pot > rpcsvc-proto.1po && \
2025-08-20T21:50:00.8693466Z [00:00:54.118]➜  rpcsvc-proto>     sed -f ./remove-potcdate.sed < rpcsvc-proto.po > rpcsvc-proto.2po && \
2025-08-20T21:50:00.8694638Z [00:00:54.118]➜  rpcsvc-proto>     if cmp rpcsvc-proto.1po rpcsvc-proto.2po >/dev/null 2>&1; then \
2025-08-20T21:50:00.8695690Z [00:00:54.118]➜  rpcsvc-proto>       rm -f rpcsvc-proto.1po rpcsvc-proto.2po rpcsvc-proto.po; \
2025-08-20T21:50:00.8696428Z [00:00:54.120]➜  rpcsvc-proto>     else \
2025-08-20T21:50:00.8697295Z [00:00:54.120]➜  rpcsvc-proto>       rm -f rpcsvc-proto.1po rpcsvc-proto.2po ./rpcsvc-proto.pot && \
2025-08-20T21:50:00.8698318Z [00:00:54.120]➜  rpcsvc-proto>       mv rpcsvc-proto.po ./rpcsvc-proto.pot; \
2025-08-20T21:50:00.8699041Z [00:00:54.120]➜  rpcsvc-proto>     fi; \
2025-08-20T21:50:00.8699533Z [00:00:54.120]➜  rpcsvc-proto>   else \
2025-08-20T21:50:00.8700164Z [00:00:54.120]➜  rpcsvc-proto>     mv rpcsvc-proto.po ./rpcsvc-proto.pot; \
2025-08-20T21:50:00.8700759Z [00:00:54.120]➜  rpcsvc-proto>   fi; \
2025-08-20T21:50:00.8701231Z [00:00:54.120]➜  rpcsvc-proto> }
2025-08-20T21:50:00.8701851Z [00:00:54.121]➜  rpcsvc-proto> make[3]: Leaving directory '/build/source/po'
2025-08-20T21:50:00.8725562Z [00:00:54.124]➜  rpcsvc-proto> test ! -f ./rpcsvc-proto.pot || \
2025-08-20T21:50:00.8726553Z [00:00:54.124]➜  rpcsvc-proto>   test -z "" || make
2025-08-20T21:50:00.8758001Z [00:00:54.127]➜  rpcsvc-proto> make[2]: Leaving directory '/build/source/po'
2025-08-20T21:50:00.8792794Z [00:00:54.129]➜  rpcsvc-proto> make[2]: Entering directory '/build/source'
2025-08-20T21:50:00.8950825Z [00:00:54.147]➜  rpcsvc-proto> make[2]: Leaving directory '/build/source'
2025-08-20T21:50:00.8959355Z [00:00:54.148]➜  rpcsvc-proto> make[1]: Leaving directory '/build/source'
2025-08-20T21:50:00.8964881Z [00:00:54.148]➜  check-static-x86_64-unknown-linux-musl> checking locale.h usability... yes
2025-08-20T21:50:00.9044659Z [00:00:54.155]➜  rpcsvc-proto> Running phase: installPhase
2025-08-20T21:50:00.9367079Z [00:00:54.188]➜  check-static-x86_64-unknown-linux-musl> checking locale.h presence... yes
2025-08-20T21:50:00.9368441Z [00:00:54.188]➜  check-static-x86_64-unknown-linux-musl> checking for locale.h... yes
2025-08-20T21:50:00.9375591Z [00:00:54.188]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for memory.h - found
2025-08-20T21:50:00.9377097Z [00:00:54.188]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for setjmp.h
2025-08-20T21:50:00.9521612Z [00:00:54.203]➜  rpcsvc-proto> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev/lib/pkgconfig m4datadir=/nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev/share/aclocal aclocaldir=/nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev/share/aclocal install
2025-08-20T21:50:00.9534395Z [00:00:54.204]➜  check-static-x86_64-unknown-linux-musl> checking for stddef.h... (cached) yes
2025-08-20T21:50:00.9602996Z [00:00:54.212]➜  rpcsvc-proto> Making install in rpcgen
2025-08-20T21:50:00.9636233Z [00:00:54.215]➜  rpcsvc-proto> make[1]: Entering directory '/build/source/rpcgen'
2025-08-20T21:50:00.9655178Z [00:00:54.217]➜  check-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:50:00.9666765Z [00:00:54.218]➜  rpcsvc-proto> make[2]: Entering directory '/build/source/rpcgen'
2025-08-20T21:50:00.9682481Z [00:00:54.220]➜  rpcsvc-proto>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/bin'
2025-08-20T21:50:00.9748723Z [00:00:54.227]➜  rpcsvc-proto>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c rpcgen '/nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/bin'
2025-08-20T21:50:00.9866678Z [00:00:54.238]➜  rpcsvc-proto>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/q3f2d04msd7vv2i06i44vs81qipv7wk1-rpcsvc-proto-1.4.4-man/share/man/man1'
2025-08-20T21:50:00.9947274Z [00:00:54.246]➜  rpcsvc-proto>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 rpcgen.1 '/nix/store/q3f2d04msd7vv2i06i44vs81qipv7wk1-rpcsvc-proto-1.4.4-man/share/man/man1'
2025-08-20T21:50:00.9964804Z [00:00:54.248]➜  rpcsvc-proto> make[2]: Leaving directory '/build/source/rpcgen'
2025-08-20T21:50:00.9970034Z [00:00:54.249]➜  rpcsvc-proto> make[1]: Leaving directory '/build/source/rpcgen'
2025-08-20T21:50:00.9986294Z [00:00:54.250]➜  rpcsvc-proto> Making install in rpcsvc
2025-08-20T21:50:01.0064595Z [00:00:54.258]➜  rpcsvc-proto> make[1]: Entering directory '/build/source/rpcsvc'
2025-08-20T21:50:01.0065555Z [00:00:54.258]➜  rpcsvc-proto> make[2]: Entering directory '/build/source/rpcsvc'
2025-08-20T21:50:01.0066472Z [00:00:54.258]➜  rpcsvc-proto> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:01.0103979Z [00:00:54.262]➜  rpcsvc-proto>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev/include/rpcsvc'
2025-08-20T21:50:01.0167334Z [00:00:54.268]➜  rpcsvc-proto>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 klm_prot.h nlm_prot.h rstat.h spray.h bootparam_prot.h mount.h rex.h rusers.h key_prot.h nfs_prot.h rquota.h sm_inter.h '/nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev/include/rpcsvc'
2025-08-20T21:50:01.0204601Z [00:00:54.272]➜  rpcsvc-proto>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev/include/rpcsvc'
2025-08-20T21:50:01.0336582Z [00:00:54.285]➜  rpcsvc-proto>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 klm_prot.x nlm_prot.x rstat.x spray.x bootparam_prot.x mount.x rex.x rusers.x key_prot.x nfs_prot.x rquota.x sm_inter.x '/nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev/include/rpcsvc'
2025-08-20T21:50:01.0392992Z [00:00:54.291]➜  rpcsvc-proto> make[2]: Leaving directory '/build/source/rpcsvc'
2025-08-20T21:50:01.0395016Z [00:00:54.291]➜  rpcsvc-proto> make[1]: Leaving directory '/build/source/rpcsvc'
2025-08-20T21:50:01.0399351Z [00:00:54.292]➜  rpcsvc-proto> Making install in po
2025-08-20T21:50:01.0422939Z [00:00:54.294]➜  audit-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:50:01.0447592Z [00:00:54.296]➜  rpcsvc-proto> make[1]: Entering directory '/build/source/po'
2025-08-20T21:50:01.0448872Z [00:00:54.296]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:50:01.0582626Z [00:00:54.310]➜  rpcsvc-proto> make rpcsvc-proto.pot-update
2025-08-20T21:50:01.0608159Z [00:00:54.312]➜  rpcsvc-proto> make[2]: Entering directory '/build/source/po'
2025-08-20T21:50:01.0831480Z [00:00:54.335]➜  check-static-x86_64-unknown-linux-musl> checking for struct lconv.decimal_point... yes
2025-08-20T21:50:01.0854311Z [00:00:54.336]➜  rpcsvc-proto> package_gnu=""; \
2025-08-20T21:50:01.0855364Z [00:00:54.336]➜  rpcsvc-proto> test -n "$package_gnu" || { \
2025-08-20T21:50:01.0856341Z [00:00:54.337]➜  rpcsvc-proto>   if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
2025-08-20T21:50:01.0857764Z [00:00:54.337]➜  rpcsvc-proto>          LC_ALL=C find -L .. -maxdepth 1 -type f -size -10000000c -exec grep -i 'GNU rpcsvc-proto' /dev/null '{}' ';' 2>/dev/null; \
2025-08-20T21:50:01.0858837Z [00:00:54.337]➜  rpcsvc-proto>        else \
2025-08-20T21:50:01.0859632Z [00:00:54.337]➜  rpcsvc-proto>          LC_ALL=C grep -i 'GNU rpcsvc-proto' ../* 2>/dev/null; \
2025-08-20T21:50:01.0860366Z [00:00:54.337]➜  rpcsvc-proto>        fi; \
2025-08-20T21:50:01.0893582Z [00:00:54.337]➜  rpcsvc-proto>      } | grep -v 'libtool:' >/dev/null; then \
2025-08-20T21:50:01.0894493Z [00:00:54.337]➜  rpcsvc-proto>      package_gnu=yes; \
2025-08-20T21:50:01.0895077Z [00:00:54.337]➜  rpcsvc-proto>    else \
2025-08-20T21:50:01.0895709Z [00:00:54.337]➜  rpcsvc-proto>      package_gnu=no; \
2025-08-20T21:50:01.0896293Z [00:00:54.337]➜  rpcsvc-proto>    fi; \
2025-08-20T21:50:01.0896816Z [00:00:54.337]➜  rpcsvc-proto> }; \
2025-08-20T21:50:01.0897750Z [00:00:54.337]➜  rpcsvc-proto> if test "$package_gnu" = "yes"; then \
2025-08-20T21:50:01.0898462Z [00:00:54.337]➜  rpcsvc-proto>   package_prefix='GNU '; \
2025-08-20T21:50:01.0899042Z [00:00:54.337]➜  rpcsvc-proto> else \
2025-08-20T21:50:01.0899598Z [00:00:54.337]➜  rpcsvc-proto>   package_prefix=''; \
2025-08-20T21:50:01.0900141Z [00:00:54.337]➜  rpcsvc-proto> fi; \
2025-08-20T21:50:01.0900966Z [00:00:54.337]➜  rpcsvc-proto> if test -n '' || test 'kukuk@thkukuk.de' = '@'PACKAGE_BUGREPORT'@'; then \
2025-08-20T21:50:01.0901967Z [00:00:54.337]➜  rpcsvc-proto>   msgid_bugs_address=''; \
2025-08-20T21:50:01.0902670Z [00:00:54.337]➜  rpcsvc-proto> else \
2025-08-20T21:50:01.0903637Z [00:00:54.337]➜  rpcsvc-proto>   msgid_bugs_address='kukuk@thkukuk.de'; \
2025-08-20T21:50:01.0904326Z [00:00:54.337]➜  rpcsvc-proto> fi; \
2025-08-20T21:50:01.0905684Z [00:00:54.337]➜  rpcsvc-proto> case `/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
2025-08-20T21:50:01.0907177Z [00:00:54.337]➜  rpcsvc-proto>   '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
2025-08-20T21:50:01.0908672Z [00:00:54.337]➜  rpcsvc-proto>     /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext --default-domain=rpcsvc-proto --directory=.. \
2025-08-20T21:50:01.0909960Z [00:00:54.337]➜  rpcsvc-proto>       --add-comments=TRANSLATORS: \
2025-08-20T21:50:01.0910714Z [00:00:54.337]➜  rpcsvc-proto>       --files-from=./POTFILES.in \
2025-08-20T21:50:01.0911604Z [00:00:54.337]➜  rpcsvc-proto>       --copyright-holder='Free Software Foundation, Inc.' \
2025-08-20T21:50:01.0912684Z [00:00:54.337]➜  rpcsvc-proto>       --msgid-bugs-address="$msgid_bugs_address" \
2025-08-20T21:50:01.0922309Z [00:00:54.337]➜  rpcsvc-proto>       --keyword=_ --keyword=N_  \
2025-08-20T21:50:01.0936941Z [00:00:54.337]➜  rpcsvc-proto>     ;; \
2025-08-20T21:50:01.0937630Z [00:00:54.337]➜  rpcsvc-proto>   *) \
2025-08-20T21:50:01.0938967Z [00:00:54.337]➜  rpcsvc-proto>     /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext --default-domain=rpcsvc-proto --directory=.. \
2025-08-20T21:50:01.0940359Z [00:00:54.337]➜  rpcsvc-proto>       --add-comments=TRANSLATORS: \
2025-08-20T21:50:01.0941103Z [00:00:54.337]➜  rpcsvc-proto>       --files-from=./POTFILES.in \
2025-08-20T21:50:01.0941988Z [00:00:54.337]➜  rpcsvc-proto>       --copyright-holder='Free Software Foundation, Inc.' \
2025-08-20T21:50:01.0942932Z [00:00:54.337]➜  rpcsvc-proto>       --package-name="${package_prefix}rpcsvc-proto" \
2025-08-20T21:50:01.0943976Z [00:00:54.337]➜  rpcsvc-proto>       --package-version='1.4.4' \
2025-08-20T21:50:01.0944760Z [00:00:54.337]➜  rpcsvc-proto>       --msgid-bugs-address="$msgid_bugs_address" \
2025-08-20T21:50:01.0945517Z [00:00:54.337]➜  rpcsvc-proto>       --keyword=_ --keyword=N_  \
2025-08-20T21:50:01.0946120Z [00:00:54.337]➜  rpcsvc-proto>     ;; \
2025-08-20T21:50:01.0946646Z [00:00:54.337]➜  rpcsvc-proto> esac
2025-08-20T21:50:01.0982955Z [00:00:54.350]➜  audit-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:50:01.1632875Z [00:00:54.415]➜  check-static-x86_64-unknown-linux-musl> checking for struct lconv.thousands_sep... yes
2025-08-20T21:50:01.1660253Z [00:00:54.418]➜  check-static-x86_64-unknown-linux-musl> checking for long double... yes
2025-08-20T21:50:01.1666876Z [00:00:54.418]➜  check-static-x86_64-unknown-linux-musl> checking for long long int... (cached) yes
2025-08-20T21:50:01.1673474Z [00:00:54.419]➜  check-static-x86_64-unknown-linux-musl> checking for unsigned long long int... (cached) yes
2025-08-20T21:50:01.1680791Z [00:00:54.420]➜  check-static-x86_64-unknown-linux-musl> checking for size_t... (cached) yes
2025-08-20T21:50:01.1700852Z [00:00:54.420]➜  check-static-x86_64-unknown-linux-musl> checking for intmax_t... (cached) yes
2025-08-20T21:50:01.1734510Z [00:00:54.425]➜  check-static-x86_64-unknown-linux-musl> checking for uintmax_t... (cached) yes
2025-08-20T21:50:01.1795290Z [00:00:54.431]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for setjmp.h - found
2025-08-20T21:50:01.1802885Z [00:00:54.432]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for signal.h
2025-08-20T21:50:01.1866037Z [00:00:54.438]➜  audit-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:50:01.1896106Z [00:00:54.441]➜  rpcsvc-proto> test ! -f rpcsvc-proto.po || { \
2025-08-20T21:50:01.1899000Z [00:00:54.442]➜  rpcsvc-proto>   if test -f ./rpcsvc-proto.pot-header; then \
2025-08-20T21:50:01.1902365Z [00:00:54.442]➜  rpcsvc-proto>     sed -e '1,/^#$/d' < rpcsvc-proto.po > rpcsvc-proto.1po && \
2025-08-20T21:50:01.1906294Z [00:00:54.442]➜  rpcsvc-proto>     cat ./rpcsvc-proto.pot-header rpcsvc-proto.1po > rpcsvc-proto.po && \
2025-08-20T21:50:01.1910862Z [00:00:54.443]➜  rpcsvc-proto>     rm -f rpcsvc-proto.1po \
2025-08-20T21:50:01.1914381Z [00:00:54.443]➜  rpcsvc-proto>     || exit 1; \
2025-08-20T21:50:01.1917439Z [00:00:54.443]➜  rpcsvc-proto>   fi; \
2025-08-20T21:50:01.1920435Z [00:00:54.444]➜  rpcsvc-proto>   if test -f ./rpcsvc-proto.pot; then \
2025-08-20T21:50:01.1926173Z [00:00:54.444]➜  rpcsvc-proto>     sed -f ./remove-potcdate.sed < ./rpcsvc-proto.pot > rpcsvc-proto.1po && \
2025-08-20T21:50:01.1927321Z [00:00:54.444]➜  rpcsvc-proto>     sed -f ./remove-potcdate.sed < rpcsvc-proto.po > rpcsvc-proto.2po && \
2025-08-20T21:50:01.1928433Z [00:00:54.444]➜  rpcsvc-proto>     if cmp rpcsvc-proto.1po rpcsvc-proto.2po >/dev/null 2>&1; then \
2025-08-20T21:50:01.1931993Z [00:00:54.445]➜  rpcsvc-proto>       rm -f rpcsvc-proto.1po rpcsvc-proto.2po rpcsvc-proto.po; \
2025-08-20T21:50:01.1932750Z [00:00:54.445]➜  rpcsvc-proto>     else \
2025-08-20T21:50:01.1934015Z [00:00:54.445]➜  rpcsvc-proto>       rm -f rpcsvc-proto.1po rpcsvc-proto.2po ./rpcsvc-proto.pot && \
2025-08-20T21:50:01.1934979Z [00:00:54.445]➜  rpcsvc-proto>       mv rpcsvc-proto.po ./rpcsvc-proto.pot; \
2025-08-20T21:50:01.1935613Z [00:00:54.445]➜  rpcsvc-proto>     fi; \
2025-08-20T21:50:01.1936870Z [00:00:54.445]➜  rpcsvc-proto>   else \
2025-08-20T21:50:01.1937532Z [00:00:54.445]➜  rpcsvc-proto>     mv rpcsvc-proto.po ./rpcsvc-proto.pot; \
2025-08-20T21:50:01.1938239Z [00:00:54.445]➜  rpcsvc-proto>   fi; \
2025-08-20T21:50:01.1938759Z [00:00:54.445]➜  rpcsvc-proto> }
2025-08-20T21:50:01.1939460Z [00:00:54.445]➜  rpcsvc-proto> make[2]: Leaving directory '/build/source/po'
2025-08-20T21:50:01.1940838Z [00:00:54.445]➜  rpcsvc-proto> test ! -f ./rpcsvc-proto.pot || \
2025-08-20T21:50:01.1941530Z [00:00:54.445]➜  rpcsvc-proto>   test -z "" || make
2025-08-20T21:50:01.2019182Z [00:00:54.454]➜  rpcsvc-proto> if test "rpcsvc-proto" = "gettext-tools"; then \
2025-08-20T21:50:01.2021073Z [00:00:54.454]➜  rpcsvc-proto>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/share/gettext/po; \
2025-08-20T21:50:01.2023764Z [00:00:54.454]➜  rpcsvc-proto>   for file in Makefile.in.in remove-potcdate.sed quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sed Rules-quot      Makevars.template; do \
2025-08-20T21:50:01.2025689Z [00:00:54.454]➜  rpcsvc-proto>     /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$file \
2025-08-20T21:50:01.2027295Z [00:00:54.454]➜  rpcsvc-proto>               /nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/share/gettext/po/$file; \
2025-08-20T21:50:01.2028321Z [00:00:54.454]➜  rpcsvc-proto>   done; \
2025-08-20T21:50:01.2028911Z [00:00:54.454]➜  rpcsvc-proto>   for file in Makevars; do \
2025-08-20T21:50:01.2030085Z [00:00:54.454]➜  rpcsvc-proto>     rm -f /nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/share/gettext/po/$file; \
2025-08-20T21:50:01.2031107Z [00:00:54.454]➜  rpcsvc-proto>   done; \
2025-08-20T21:50:01.2031649Z [00:00:54.454]➜  rpcsvc-proto> else \
2025-08-20T21:50:01.2032168Z [00:00:54.454]➜  rpcsvc-proto>   : ; \
2025-08-20T21:50:01.2032676Z [00:00:54.454]➜  rpcsvc-proto> fi
2025-08-20T21:50:01.2154891Z [00:00:54.461]➜  rpcsvc-proto> make[1]: Leaving directory '/build/source/po'
2025-08-20T21:50:01.2156146Z [00:00:54.462]➜  rpcsvc-proto> make[1]: Entering directory '/build/source'
2025-08-20T21:50:01.2246143Z [00:00:54.476]➜  rpcsvc-proto> make[2]: Entering directory '/build/source'
2025-08-20T21:50:01.2252551Z [00:00:54.476]➜  rpcsvc-proto> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:01.2253974Z [00:00:54.476]➜  rpcsvc-proto> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:01.2255180Z [00:00:54.476]➜  rpcsvc-proto> make[2]: Leaving directory '/build/source'
2025-08-20T21:50:01.2256238Z [00:00:54.477]➜  rpcsvc-proto> make[1]: Leaving directory '/build/source'
2025-08-20T21:50:01.2393955Z [00:00:54.491]➜  rpcsvc-proto> Running phase: fixupPhase
2025-08-20T21:50:01.2902976Z [00:00:54.542]➜  audit-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:50:01.2910628Z [00:00:54.543]➜  audit-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:50:01.2984038Z [00:00:54.550]➜  rpcsvc-proto> shrinking RPATHs of ELF executables and libraries in /nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4
2025-08-20T21:50:01.3008899Z [00:00:54.553]➜  rpcsvc-proto> shrinking /nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/bin/rpcgen
2025-08-20T21:50:01.3054027Z [00:00:54.557]➜  rpcsvc-proto> checking for references to /build/ in /nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4...
2025-08-20T21:50:01.3235332Z [00:00:54.575]➜  check-static-x86_64-unknown-linux-musl> checking for uintptr_t... yes
2025-08-20T21:50:01.3447390Z [00:00:54.596]➜  rpcsvc-proto> patching script interpreter paths in /nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4
2025-08-20T21:50:01.3544298Z [00:00:54.606]➜  audit-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:50:01.3552456Z [00:00:54.607]➜  rpcsvc-proto> stripping (with command strip and flags -S -p) in  /nix/store/4394lwn2gk14gnybhwmk9wc00b2l67hm-rpcsvc-proto-1.4.4/bin
2025-08-20T21:50:01.3826736Z [00:00:54.634]➜  rpcsvc-proto> shrinking RPATHs of ELF executables and libraries in /nix/store/q3f2d04msd7vv2i06i44vs81qipv7wk1-rpcsvc-proto-1.4.4-man
2025-08-20T21:50:01.3943024Z [00:00:54.644]➜  rpcsvc-proto> checking for references to /build/ in /nix/store/q3f2d04msd7vv2i06i44vs81qipv7wk1-rpcsvc-proto-1.4.4-man...
2025-08-20T21:50:01.3956264Z [00:00:54.644]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for signal.h - found
2025-08-20T21:50:01.3957236Z [00:00:54.644]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for stdarg.h
2025-08-20T21:50:01.4079406Z [00:00:54.660]➜  rpcsvc-proto> gzipping man pages under /nix/store/q3f2d04msd7vv2i06i44vs81qipv7wk1-rpcsvc-proto-1.4.4-man/share/man/
2025-08-20T21:50:01.4205373Z [00:00:54.672]➜  rpcsvc-proto> patching script interpreter paths in /nix/store/q3f2d04msd7vv2i06i44vs81qipv7wk1-rpcsvc-proto-1.4.4-man
2025-08-20T21:50:01.4288214Z [00:00:54.680]➜  rpcsvc-proto> shrinking RPATHs of ELF executables and libraries in /nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev
2025-08-20T21:50:01.4399556Z [00:00:54.692]➜  rpcsvc-proto> checking for references to /build/ in /nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev...
2025-08-20T21:50:01.4733986Z [00:00:54.725]➜  rpcsvc-proto> patching script interpreter paths in /nix/store/xqfx7bdpzfahbmlvmh7n3l118d70wadn-rpcsvc-proto-1.4.4-dev
2025-08-20T21:50:01.4921331Z [00:00:54.744]➜  check-static-x86_64-unknown-linux-musl> checking for ptrdiff_t... yes
2025-08-20T21:50:01.5219335Z [00:00:54.774]➜  audit-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:50:01.5225921Z [00:00:54.774]➜  audit-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:50:01.5293889Z [00:00:54.781]➜  audit-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:50:01.5300347Z [00:00:54.782]➜  audit-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:50:01.5306438Z [00:00:54.782]➜  audit-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:50:01.5312478Z [00:00:54.783]➜  audit-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:50:01.5315643Z [00:00:54.783]➜  x86_64-unknown-linux-musl-binutils> source root is binutils-with-gold-2.44
2025-08-20T21:50:01.6206793Z [00:00:54.872]➜  building '/nix/store/jy85a5vcki89z63m52db6fn44c4651br-cracklib-static-x86_64-unknown-linux-musl-2.10.0.drv'...
2025-08-20T21:50:01.6255995Z [00:00:54.877]➜  audit-static-x86_64-unknown-linux-musl> checking for sys/inotify.h... yes
2025-08-20T21:50:01.6257378Z [00:00:54.877]➜  check-static-x86_64-unknown-linux-musl> checking for localeconv... yes
2025-08-20T21:50:01.6258681Z [00:00:54.877]➜  check-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... (cached) yes
2025-08-20T21:50:01.6259978Z [00:00:54.877]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for stdarg.h - found
2025-08-20T21:50:01.6261031Z [00:00:54.877]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for stddef.h
2025-08-20T21:50:01.6737801Z [00:00:54.925]➜  audit-static-x86_64-unknown-linux-musl> checking for sys/epoll.h... yes
2025-08-20T21:50:01.7288673Z [00:00:54.981]➜  cracklib-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:50:01.7395537Z [00:00:54.991]➜  cracklib-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/fsbglr2mcpkzfpayicdi5s7jkrlpkk9g-cracklib-2.10.0.tar.bz2
2025-08-20T21:50:01.7442258Z [00:00:54.996]➜  audit-static-x86_64-unknown-linux-musl> checking for sys/event.h... no
2025-08-20T21:50:01.7525387Z [00:00:55.004]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for stddef.h - found
2025-08-20T21:50:01.7526713Z [00:00:55.004]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for stdint.h
2025-08-20T21:50:01.7651282Z [00:00:55.017]➜  check-static-x86_64-unknown-linux-musl> checking for snprintf... yes
2025-08-20T21:50:01.7704725Z [00:00:55.020]➜  check-static-x86_64-unknown-linux-musl> checking whether snprintf is C99 compliant... no
2025-08-20T21:50:01.7706682Z [00:00:55.021]➜  check-static-x86_64-unknown-linux-musl> checking for gawk... /nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin/gawk
2025-08-20T21:50:01.8258535Z [00:00:55.078]➜  audit-static-x86_64-unknown-linux-musl> checking for port.h... no
2025-08-20T21:50:01.8452096Z [00:00:55.097]➜  check-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:50:01.8457655Z [00:00:55.098]➜  check-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:50:01.8776864Z [00:00:55.129]➜  cracklib-static-x86_64-unknown-linux-musl> source root is cracklib-2.10.0
2025-08-20T21:50:01.9035370Z [00:00:55.155]➜  cracklib-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1720888442 of file "cracklib-2.10.0/po/zh_TW.po"
2025-08-20T21:50:01.9057986Z [00:00:55.158]➜  audit-static-x86_64-unknown-linux-musl> checking for poll.h... yes
2025-08-20T21:50:01.9127865Z [00:00:55.165]➜  cracklib-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:50:01.9266861Z [00:00:55.178]➜  cracklib-static-x86_64-unknown-linux-musl> 'dicts/b56raj77c6anpaxsjghf5n3zppn3i4h8-cracklib-words-2.10.0.gz' -> '/nix/store/b56raj77c6anpaxsjghf5n3zppn3i4h8-cracklib-words-2.10.0.gz'
2025-08-20T21:50:01.9285840Z [00:00:55.180]➜  cracklib-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:01.9357469Z [00:00:55.187]➜  cracklib-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:50:01.9419480Z [00:00:55.193]➜  cracklib-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:50:01.9461343Z [00:00:55.198]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for stdint.h - found
2025-08-20T21:50:01.9469553Z [00:00:55.199]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for stdio.h
2025-08-20T21:50:01.9491229Z [00:00:55.201]➜  cracklib-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:01.9596489Z [00:00:55.211]➜  cracklib-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:50:01.9668671Z [00:00:55.219]➜  cracklib-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:50:01.9736997Z [00:00:55.225]➜  audit-static-x86_64-unknown-linux-musl> checking for sys/timerfd.h... yes
2025-08-20T21:50:01.9758138Z [00:00:55.228]➜  cracklib-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:50:01.9873721Z [00:00:55.239]➜  cracklib-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T21:50:02.0052823Z [00:00:55.257]➜  cracklib-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:50:02.0292439Z [00:00:55.281]➜  audit-static-x86_64-unknown-linux-musl> checking for sys/select.h... yes
2025-08-20T21:50:02.0342831Z [00:00:55.286]➜  x86_64-unknown-linux-musl-binutils> setting SOURCE_DATE_EPOCH to timestamp 1738454400 of file "binutils-with-gold-2.44/zlib/zutil.h"
2025-08-20T21:50:02.0358699Z [00:00:55.287]➜  cracklib-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:50:02.0502470Z [00:00:55.302]➜  x86_64-unknown-linux-musl-binutils> Running phase: patchPhase
2025-08-20T21:50:02.0549674Z [00:00:55.306]➜  cracklib-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:50:02.0588619Z [00:00:55.310]➜  x86_64-unknown-linux-musl-binutils> applying patch /nix/store/sqbhaaayam0xw3a3164ks1vvbrdhl9vq-deterministic.patch
2025-08-20T21:50:02.0629428Z [00:00:55.315]➜  x86_64-unknown-linux-musl-binutils> patching file ld/ldlang.c
2025-08-20T21:50:02.0659530Z [00:00:55.318]➜  x86_64-unknown-linux-musl-binutils> Hunk #1 succeeded at 3505 with fuzz 2 (offset 410 lines).
2025-08-20T21:50:02.0673811Z [00:00:55.319]➜  x86_64-unknown-linux-musl-binutils> applying patch /nix/store/xrw086zw3xqsvy9injgil8n2qdkvkpff-0001-Revert-libtool.m4-fix-the-NM-nm-over-here-B-option-w.patch
2025-08-20T21:50:02.0710650Z [00:00:55.323]➜  x86_64-unknown-linux-musl-binutils> patching file libtool.m4
2025-08-20T21:50:02.0714239Z [00:00:55.323]➜  x86_64-unknown-linux-musl-binutils> Hunk #1 succeeded at 3245 (offset 31 lines).
2025-08-20T21:50:02.0738951Z [00:00:55.325]➜  x86_64-unknown-linux-musl-binutils> applying patch /nix/store/0df8rz15sp4ai6md99q5qy9lf0srji5z-0001-Revert-libtool.m4-fix-nm-BSD-flag-detection.patch
2025-08-20T21:50:02.0793142Z [00:00:55.331]➜  x86_64-unknown-linux-musl-binutils> patching file ChangeLog
2025-08-20T21:50:02.0798818Z [00:00:55.332]➜  x86_64-unknown-linux-musl-binutils> Hunk #1 succeeded at 571 (offset 196 lines).
2025-08-20T21:50:02.0815423Z [00:00:55.333]➜  x86_64-unknown-linux-musl-binutils> patching file libtool.m4
2025-08-20T21:50:02.0820964Z [00:00:55.334]➜  x86_64-unknown-linux-musl-binutils> Hunk #1 succeeded at 3231 (offset 31 lines).
2025-08-20T21:50:02.0828222Z [00:00:55.334]➜  cracklib-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:50:02.0837163Z [00:00:55.335]➜  x86_64-unknown-linux-musl-binutils> applying patch /nix/store/pa83jbilxjpv5d4f62l3as4wg2fri7r7-always-search-rpath.patch
2025-08-20T21:50:02.0877461Z [00:00:55.339]➜  x86_64-unknown-linux-musl-binutils> patching file ld/genscripts.sh
2025-08-20T21:50:02.0888059Z [00:00:55.341]➜  x86_64-unknown-linux-musl-binutils> Hunk #1 succeeded at 180 (offset 55 lines).
2025-08-20T21:50:02.0893967Z [00:00:55.341]➜  x86_64-unknown-linux-musl-binutils> applying patch /nix/store/rf3kjgy7pbvymp55hxw28dg5g937lmcv-plugins-no-BINDIR.patch
2025-08-20T21:50:02.0950337Z [00:00:55.347]➜  x86_64-unknown-linux-musl-binutils> patching file bfd/plugin.c
2025-08-20T21:50:02.0956806Z [00:00:55.347]➜  x86_64-unknown-linux-musl-binutils> Hunk #1 succeeded at 673 (offset 180 lines).
2025-08-20T21:50:02.0957938Z [00:00:55.347]➜  x86_64-unknown-linux-musl-binutils> Hunk #2 succeeded at 688 (offset 180 lines).
2025-08-20T21:50:02.0980520Z [00:00:55.347]➜  x86_64-unknown-linux-musl-binutils> applying patch /nix/store/awl9cirmdhg3la4fgcd9hs1fdn7ifqr0-0001-libtool.m4-update-macos-version-detection-block.patch
2025-08-20T21:50:02.0997487Z [00:00:55.352]➜  x86_64-unknown-linux-musl-binutils> patching file libtool.m4
2025-08-20T21:50:02.1012830Z [00:00:55.353]➜  x86_64-unknown-linux-musl-binutils> applying patch /nix/store/xsknmwfnbkh1m643isys7f61z93k5rp0-avr-size.patch
2025-08-20T21:50:02.1041389Z [00:00:55.356]➜  x86_64-unknown-linux-musl-binutils> patching file binutils/size.c
2025-08-20T21:50:02.1047427Z [00:00:55.357]➜  x86_64-unknown-linux-musl-binutils> Hunk #3 succeeded at 330 with fuzz 1.
2025-08-20T21:50:02.1051601Z [00:00:55.357]➜  x86_64-unknown-linux-musl-binutils> Hunk #4 succeeded at 356 (offset 1 line).
2025-08-20T21:50:02.1052697Z [00:00:55.357]➜  x86_64-unknown-linux-musl-binutils> Hunk #5 succeeded at 364 (offset 1 line).
2025-08-20T21:50:02.1054238Z [00:00:55.357]➜  x86_64-unknown-linux-musl-binutils> Hunk #6 succeeded at 396 (offset -1 lines).
2025-08-20T21:50:02.1060446Z [00:00:55.357]➜  x86_64-unknown-linux-musl-binutils> Hunk #7 succeeded at 415 (offset -1 lines).
2025-08-20T21:50:02.1061881Z [00:00:55.357]➜  x86_64-unknown-linux-musl-binutils> Hunk #8 succeeded at 465 (offset -1 lines).
2025-08-20T21:50:02.1066365Z [00:00:55.357]➜  x86_64-unknown-linux-musl-binutils> Hunk #9 succeeded at 894 (offset -17 lines).
2025-08-20T21:50:02.1069344Z [00:00:55.357]➜  x86_64-unknown-linux-musl-binutils> Hunk #10 succeeded at 993 (offset -17 lines).
2025-08-20T21:50:02.1075518Z [00:00:55.359]➜  x86_64-unknown-linux-musl-binutils> applying patch /nix/store/d6jzf3bhlvbcm08m0d0fvqv1xw8s2vq7-windres-locate-gcc.patch
2025-08-20T21:50:02.1085770Z [00:00:55.360]➜  audit-static-x86_64-unknown-linux-musl> checking for sys/eventfd.h... yes
2025-08-20T21:50:02.1094095Z [00:00:55.361]➜  x86_64-unknown-linux-musl-binutils> patching file binutils/resrc.c
2025-08-20T21:50:02.1104450Z [00:00:55.362]➜  x86_64-unknown-linux-musl-binutils> Hunk #1 succeeded at 517 (offset -4 lines).
2025-08-20T21:50:02.1143781Z [00:00:55.366]➜  x86_64-unknown-linux-musl-binutils> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:02.1556873Z [00:00:55.407]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for stdio.h - found
2025-08-20T21:50:02.1563698Z [00:00:55.408]➜  audit-static-x86_64-unknown-linux-musl> checking for sys/signalfd.h... yes
2025-08-20T21:50:02.1577970Z [00:00:55.409]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for stdlib.h
2025-08-20T21:50:02.1885503Z [00:00:55.438]➜  x86_64-unknown-linux-musl-binutils> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:50:02.2146390Z [00:00:55.466]➜  audit-static-x86_64-unknown-linux-musl> checking for linux/aio_abi.h... yes
2025-08-20T21:50:02.2385578Z [00:00:55.490]➜  x86_64-unknown-linux-musl-binutils> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:50:02.2476205Z [00:00:55.499]➜  x86_64-unknown-linux-musl-binutils> Running phase: configurePhase
2025-08-20T21:50:02.2851437Z [00:00:55.537]➜  audit-static-x86_64-unknown-linux-musl> checking for linux/fs.h... yes
2025-08-20T21:50:02.3078982Z [00:00:55.560]➜  x86_64-unknown-linux-musl-binutils> patching script interpreter paths in /build/binutils-with-gold-2.44/configure
2025-08-20T21:50:02.3208602Z [00:00:55.571]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for stdlib.h - found
2025-08-20T21:50:02.3211082Z [00:00:55.571]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for string.h
2025-08-20T21:50:02.3214369Z [00:00:55.573]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:50:02.3384986Z [00:00:55.590]➜  cracklib-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:02.3433061Z [00:00:55.595]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:50:02.3457544Z [00:00:55.596]➜  x86_64-unknown-linux-musl-binutils> configure flags: --prefix=/nix/store/mb72jkcg541gh8hcxrkwggxj3qga499w-x86_64-unknown-linux-musl-binutils-2.44 --bindir=/nix/store/mb72jkcg541gh8hcxrkwggxj3qga499w-x86_64-unknown-linux-musl-binutils-2.44/bin --sbindir=/nix/store/mb72jkcg541gh8hcxrkwggxj3qga499w-x86_64-unknown-linux-musl-binutils-2.44/sbin --includedir=/nix/store/3x6212rlk2wvhj06hlyin8j6xqm3gz2m-x86_64-unknown-linux-musl-binutils-2.44-dev/include --mandir=/nix/store/cc84caglkxc493l4kfijk14ak99phn0r-x86_64-unknown-linux-musl-binutils-2.44-man/share/man --infodir=/nix/store/dlf5n70vqgsnn290yz341lgfirps112i-x86_64-unknown-linux-musl-binutils-2.44-info/share/info --docdir=/nix/store/mb72jkcg541gh8hcxrkwggxj3qga499w-x86_64-unknown-linux-musl-binutils-2.44/share/doc/x86_64-unknown-linux-musl-binutils --libdir=/nix/store/mb72jkcg541gh8hcxrkwggxj3qga499w-x86_64-unknown-linux-musl-binutils-2.44/lib --libexecdir=/nix/store/mb72jkcg541gh8hcxrkwggxj3qga499w-x86_64-unknown-linux-musl-binutils-2.44/libexec --localedir=/nix/store/mb72jkcg541gh8hcxrkwggxj3qga499w-x86_64-unknown-linux-musl-binutils-2.44/share/locale --enable-64-bit-bfd --with-system-zlib --enable-deterministic-archives --disable-werror --enable-fix-loongson2f-nop --enable-new-dtags --program-prefix=x86_64-unknown-linux-musl- --disable-gprofng --with-lib-path=: --enable-targets=all --disable-gas --enable-gold --enable-plugins --enable-shared --disable-static --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-musl
2025-08-20T21:50:02.3553732Z [00:00:55.607]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:50:02.3587350Z [00:00:55.610]➜  cracklib-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:50:02.3598730Z [00:00:55.612]➜  cracklib-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:50:02.3762983Z [00:00:55.628]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:50:02.3918288Z [00:00:55.642]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:50:02.3943065Z [00:00:55.646]➜  audit-static-x86_64-unknown-linux-musl> checking for inotify_init... yes
2025-08-20T21:50:02.4288690Z [00:00:55.680]➜  cracklib-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:02.4463938Z [00:00:55.698]➜  cracklib-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:50:02.4488664Z [00:00:55.701]➜  cracklib-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:50:02.4714441Z [00:00:55.723]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:50:02.4747691Z [00:00:55.726]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:50:02.4937547Z [00:00:55.745]➜  audit-static-x86_64-unknown-linux-musl> checking for epoll_ctl... yes
2025-08-20T21:50:02.5084589Z [00:00:55.760]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for string.h - found
2025-08-20T21:50:02.5097417Z [00:00:55.762]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for strings.h
2025-08-20T21:50:02.6061390Z [00:00:55.858]➜  audit-static-x86_64-unknown-linux-musl> checking for kqueue... no
2025-08-20T21:50:02.6622738Z [00:00:55.914]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for strings.h - found
2025-08-20T21:50:02.6656053Z [00:00:55.917]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for sys/stat.h
2025-08-20T21:50:02.6712390Z [00:00:55.923]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:50:02.6714297Z [00:00:55.923]➜  cracklib-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:50:02.7065602Z [00:00:55.958]➜  audit-static-x86_64-unknown-linux-musl> checking for port_create... no
2025-08-20T21:50:02.7548046Z [00:00:56.006]➜  cracklib-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:50:02.7611416Z [00:00:56.013]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:50:02.7937789Z [00:00:56.045]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:02.8015320Z [00:00:56.053]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:02.8117068Z [00:00:56.063]➜  x86_64-unknown-linux-musl-binutils> checking target system type... x86_64-unknown-linux-musl
2025-08-20T21:50:02.8197512Z [00:00:56.071]➜  audit-static-x86_64-unknown-linux-musl> checking for poll... yes
2025-08-20T21:50:02.8218838Z [00:00:56.074]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for sys/stat.h - found
2025-08-20T21:50:02.8227197Z [00:00:56.074]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for sys/types.h
2025-08-20T21:50:02.8259859Z [00:00:56.078]➜  cracklib-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:50:02.8467507Z [00:00:56.098]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:02.8587875Z [00:00:56.110]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:50:02.8589362Z [00:00:56.111]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:50:02.8695158Z [00:00:56.119]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:02.8704844Z [00:00:56.122]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:50:02.8742502Z [00:00:56.126]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:50:02.8906056Z [00:00:56.142]➜  check-static-x86_64-unknown-linux-musl> config.status: creating checkmk/checkmk
2025-08-20T21:50:02.8914391Z [00:00:56.143]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:50:02.9094133Z [00:00:56.161]➜  audit-static-x86_64-unknown-linux-musl> checking for select... yes
2025-08-20T21:50:02.9275946Z [00:00:56.179]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:50:02.9320751Z [00:00:56.184]➜  check-static-x86_64-unknown-linux-musl> config.status: creating check.pc
2025-08-20T21:50:02.9490549Z [00:00:56.201]➜  check-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:50:02.9821168Z [00:00:56.234]➜  check-static-x86_64-unknown-linux-musl> config.status: creating checkmk/Makefile
2025-08-20T21:50:03.0015685Z [00:00:56.253]➜  audit-static-x86_64-unknown-linux-musl> checking for eventfd... yes
2025-08-20T21:50:03.0302996Z [00:00:56.282]➜  check-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:50:03.0390178Z [00:00:56.291]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for sys/types.h - found
2025-08-20T21:50:03.0395071Z [00:00:56.291]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for time.h
2025-08-20T21:50:03.0563013Z [00:00:56.308]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:50:03.0909075Z [00:00:56.342]➜  check-static-x86_64-unknown-linux-musl> config.status: creating lib/Makefile
2025-08-20T21:50:03.0954737Z [00:00:56.347]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:50:03.0959458Z [00:00:56.348]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:50:03.1107847Z [00:00:56.362]➜  audit-static-x86_64-unknown-linux-musl> checking for signalfd... yes
2025-08-20T21:50:03.1245359Z [00:00:56.375]➜  check-static-x86_64-unknown-linux-musl> config.status: creating src/check.h
2025-08-20T21:50:03.1636405Z [00:00:56.415]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:50:03.1639227Z [00:00:56.416]➜  cracklib-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:50:03.1770141Z [00:00:56.429]➜  cracklib-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:03.1819349Z [00:00:56.434]➜  check-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:50:03.1830286Z [00:00:56.435]➜  cracklib-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:50:03.1881597Z [00:00:56.440]➜  cracklib-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:50:03.1905822Z [00:00:56.442]➜  cracklib-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:50:03.2027711Z [00:00:56.454]➜  cracklib-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:50:03.2148020Z [00:00:56.466]➜  audit-static-x86_64-unknown-linux-musl> checking for clock_gettime... yes
2025-08-20T21:50:03.2178265Z [00:00:56.470]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:50:03.2236788Z [00:00:56.475]➜  check-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:50:03.2315253Z [00:00:56.483]➜  cracklib-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:50:03.2320190Z [00:00:56.484]➜  cracklib-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:50:03.2348423Z [00:00:56.487]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for time.h - found
2025-08-20T21:50:03.2349750Z [00:00:56.487]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for unistd.h
2025-08-20T21:50:03.2644359Z [00:00:56.516]➜  check-static-x86_64-unknown-linux-musl> config.status: creating tests/test_vars
2025-08-20T21:50:03.2946049Z [00:00:56.546]➜  cracklib-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:50:03.2947610Z [00:00:56.546]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:50:03.2994164Z [00:00:56.551]➜  check-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:50:03.3065057Z [00:00:56.557]➜  audit-static-x86_64-unknown-linux-musl> checking for nanosleep... yes
2025-08-20T21:50:03.3354978Z [00:00:56.584]➜  check-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:50:03.3386392Z [00:00:56.590]➜  check-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:50:03.3442338Z [00:00:56.596]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:50:03.3599084Z [00:00:56.611]➜  check-static-x86_64-unknown-linux-musl> config.status: executing check_stdint.h commands
2025-08-20T21:50:03.3610676Z [00:00:56.613]➜  check-static-x86_64-unknown-linux-musl> config.status: creating check_stdint.h : _CHECK_CHECK_STDINT_H
2025-08-20T21:50:03.3866249Z [00:00:56.638]➜  check-static-x86_64-unknown-linux-musl> config.status: executing checkmk-x commands
2025-08-20T21:50:03.3880445Z [00:00:56.640]➜  check-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:03.3915361Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> ==========================================
2025-08-20T21:50:03.3919640Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> Summary of Check 0.15.2 options:
2025-08-20T21:50:03.3924308Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:03.3925702Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> fork mode ............................ yes
2025-08-20T21:50:03.3930539Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> high resolution timer replacement .... no
2025-08-20T21:50:03.3933356Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> snprintf replacement ................. yes
2025-08-20T21:50:03.3936167Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> subunit support....................... no
2025-08-20T21:50:03.3939258Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> timeout unit tests ................... yes
2025-08-20T21:50:03.3940424Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> POSIX regular expressions ............ yes
2025-08-20T21:50:03.3941507Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> build docs ........................... yes
2025-08-20T21:50:03.3942562Z [00:00:56.643]➜  check-static-x86_64-unknown-linux-musl> ==========================================
2025-08-20T21:50:03.3996909Z [00:00:56.651]➜  cracklib-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:50:03.4049333Z [00:00:56.657]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:50:03.4116798Z [00:00:56.663]➜  cracklib-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:50:03.4122707Z [00:00:56.664]➜  cracklib-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:50:03.4137316Z [00:00:56.665]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:50:03.4158449Z [00:00:56.668]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-file... no
2025-08-20T21:50:03.4174552Z [00:00:56.669]➜  cracklib-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:50:03.4180240Z [00:00:56.670]➜  cracklib-static-x86_64-unknown-linux-musl> configure: WARNING: using cross tools not prefixed with host triplet
2025-08-20T21:50:03.4190465Z [00:00:56.671]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:50:03.4225820Z [00:00:56.674]➜  cracklib-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:50:03.4229512Z [00:00:56.674]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:50:03.4240574Z [00:00:56.676]➜  cracklib-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:50:03.4246491Z [00:00:56.676]➜  cracklib-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:50:03.4274645Z [00:00:56.677]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:50:03.4276255Z [00:00:56.679]➜  audit-static-x86_64-unknown-linux-musl> checking for __kernel_rwf_t... yes
2025-08-20T21:50:03.4426049Z [00:00:56.690]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for unistd.h - found
2025-08-20T21:50:03.4436991Z [00:00:56.695]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test HAVE_STRUCT_TIMESPEC
2025-08-20T21:50:03.4639667Z [00:00:56.716]➜  check-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:50:03.4779784Z [00:00:56.729]➜  check-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:50:03.4958673Z [00:00:56.747]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:50:03.4960920Z [00:00:56.748]➜  check-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:50:03.4984574Z [00:00:56.750]➜  check-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/check-0.15.2'
2025-08-20T21:50:03.5077793Z [00:00:56.760]➜  cracklib-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:50:03.5084625Z [00:00:56.760]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:50:03.5088795Z [00:00:56.760]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:50:03.5097155Z [00:00:56.761]➜  check-static-x86_64-unknown-linux-musl> Making all in lib
2025-08-20T21:50:03.5177126Z [00:00:56.769]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2/lib'
2025-08-20T21:50:03.5185158Z [00:00:56.769]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o libcompat.lo libcompat.c
2025-08-20T21:50:03.5515742Z [00:00:56.803]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:50:03.5852177Z [00:00:56.837]➜  audit-static-x86_64-unknown-linux-musl> checking for library containing floor... none required
2025-08-20T21:50:03.5884598Z [00:00:56.837]➜  audit-static-x86_64-unknown-linux-musl> .
2025-08-20T21:50:03.5886070Z [00:00:56.837]➜  audit-static-x86_64-unknown-linux-musl> Checking for programs
2025-08-20T21:50:03.5889373Z [00:00:56.837]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:50:03.6147544Z [00:00:56.866]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c libcompat.c -o libcompat.o
2025-08-20T21:50:03.6312818Z [00:00:56.883]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test HAVE_STRUCT_TIMESPEC - Success
2025-08-20T21:50:03.6366927Z [00:00:56.888]➜  cmocka-static-x86_64-unknown-linux-musl> -- Check size of uintptr_t
2025-08-20T21:50:03.6560680Z [00:00:56.908]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:50:03.6902854Z [00:00:56.942]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o fpclassify.lo fpclassify.c
2025-08-20T21:50:03.7014021Z [00:00:56.953]➜  audit-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:50:03.7033040Z [00:00:56.955]➜  audit-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:50:03.7043044Z [00:00:56.956]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:50:03.7056584Z [00:00:56.957]➜  audit-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:50:03.7067967Z [00:00:56.959]➜  audit-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:50:03.7080108Z [00:00:56.960]➜  audit-static-x86_64-unknown-linux-musl> checking for gawk... (cached) gawk
2025-08-20T21:50:03.7123844Z [00:00:56.964]➜  cracklib-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:50:03.7154996Z [00:00:56.967]➜  cracklib-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:50:03.7334311Z [00:00:56.985]➜  cracklib-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:50:03.7448305Z [00:00:56.996]➜  cracklib-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:50:03.7478145Z [00:00:56.999]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c fpclassify.c -o fpclassify.o
2025-08-20T21:50:03.7855241Z [00:00:57.037]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:50:03.7965819Z [00:00:57.048]➜  audit-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:50:03.8030746Z [00:00:57.055]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:50:03.8036335Z [00:00:57.055]➜  cracklib-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:50:03.8083865Z [00:00:57.060]➜  cracklib-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:50:03.8115795Z [00:00:57.063]➜  cmocka-static-x86_64-unknown-linux-musl> -- Check size of uintptr_t - done
2025-08-20T21:50:03.8117946Z [00:00:57.064]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for calloc
2025-08-20T21:50:03.8135890Z [00:00:57.065]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o malloc.lo malloc.c
2025-08-20T21:50:03.8574799Z [00:00:57.109]➜  cracklib-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:50:03.8742234Z [00:00:57.126]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c malloc.c -o malloc.o
2025-08-20T21:50:03.8947451Z [00:00:57.146]➜  audit-static-x86_64-unknown-linux-musl> checking for gcc... gcc
2025-08-20T21:50:03.8964008Z [00:00:57.148]➜  cracklib-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:50:03.9429269Z [00:00:57.195]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:50:03.9556065Z [00:00:57.207]➜  cracklib-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:50:03.9580134Z [00:00:57.209]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o realloc.lo realloc.c
2025-08-20T21:50:03.9929105Z [00:00:57.244]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for calloc - found
2025-08-20T21:50:03.9938238Z [00:00:57.245]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for exit
2025-08-20T21:50:04.0057061Z [00:00:57.257]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:50:04.0120943Z [00:00:57.264]➜  cracklib-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:50:04.0296109Z [00:00:57.281]➜  audit-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:50:04.0312264Z [00:00:57.283]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c realloc.c -o realloc.o
2025-08-20T21:50:04.0722838Z [00:00:57.324]➜  cracklib-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:50:04.0962836Z [00:00:57.348]➜  audit-static-x86_64-unknown-linux-musl> checking whether gcc accepts -g... yes
2025-08-20T21:50:04.0965666Z [00:00:57.348]➜  audit-static-x86_64-unknown-linux-musl> checking for gcc option to enable C11 features... (cached) none needed
2025-08-20T21:50:04.0967339Z [00:00:57.348]➜  audit-static-x86_64-unknown-linux-musl> checking whether gcc understands -c and -o together... (cached) yes
2025-08-20T21:50:04.0972803Z [00:00:57.348]➜  audit-static-x86_64-unknown-linux-musl> checking dependency style of gcc... (cached) none
2025-08-20T21:50:04.1013831Z [00:00:57.353]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o snprintf.lo snprintf.c
2025-08-20T21:50:04.1218574Z [00:00:57.373]➜  cracklib-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:50:04.1393598Z [00:00:57.391]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:50:04.1437540Z [00:00:57.395]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:50:04.1446301Z [00:00:57.396]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:50:04.1456493Z [00:00:57.397]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:50:04.1534728Z [00:00:57.402]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:50:04.1709504Z [00:00:57.423]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:50:04.1732685Z [00:00:57.425]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:50:04.1757589Z [00:00:57.427]➜  cracklib-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:50:04.1804563Z [00:00:57.428]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:50:04.1819655Z [00:00:57.430]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:50:04.1834314Z [00:00:57.430]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:50:04.1846468Z [00:00:57.436]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c snprintf.c -o snprintf.o
2025-08-20T21:50:04.1861263Z [00:00:57.438]➜  audit-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... gcc -E
2025-08-20T21:50:04.1922282Z [00:00:57.444]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:50:04.1965567Z [00:00:57.447]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for exit - found
2025-08-20T21:50:04.1966876Z [00:00:57.448]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for fprintf
2025-08-20T21:50:04.2054282Z [00:00:57.457]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:50:04.2221456Z [00:00:57.474]➜  check-static-x86_64-unknown-linux-musl> snprintf.c: In function 'rpl_vsnprintf':
2025-08-20T21:50:04.2223668Z [00:00:57.474]➜  check-static-x86_64-unknown-linux-musl> snprintf.c:755:39: warning: this statement may fall through [-Wimplicit-fallthrough=]
2025-08-20T21:50:04.2226329Z [00:00:57.474]➜  check-static-x86_64-unknown-linux-musl>   755 |                                 flags |= PRINT_F_UP;
2025-08-20T21:50:04.2228028Z [00:00:57.474]➜  check-static-x86_64-unknown-linux-musl>       |                                       ^
2025-08-20T21:50:04.2229419Z [00:00:57.474]➜  check-static-x86_64-unknown-linux-musl> snprintf.c:756:25: note: here
2025-08-20T21:50:04.2230736Z [00:00:57.474]➜  check-static-x86_64-unknown-linux-musl>   756 |                         case 'a':
2025-08-20T21:50:04.2232059Z [00:00:57.474]➜  check-static-x86_64-unknown-linux-musl>       |                         ^~~~
2025-08-20T21:50:04.2391021Z [00:00:57.491]➜  cracklib-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:50:04.2888981Z [00:00:57.541]➜  audit-static-x86_64-unknown-linux-musl> .
2025-08-20T21:50:04.2890299Z [00:00:57.541]➜  audit-static-x86_64-unknown-linux-musl> Checking for header files
2025-08-20T21:50:04.2910252Z [00:00:57.543]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:50:04.2913465Z [00:00:57.543]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:50:04.2919094Z [00:00:57.544]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:50:04.3006563Z [00:00:57.552]➜  cracklib-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:50:04.3843710Z [00:00:57.635]➜  cracklib-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:50:04.3941789Z [00:00:57.646]➜  cracklib-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:50:04.4035208Z [00:00:57.655]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for fprintf - found
2025-08-20T21:50:04.4057866Z [00:00:57.657]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for free
2025-08-20T21:50:04.4554804Z [00:00:57.707]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:50:04.6046884Z [00:00:57.856]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for free - found
2025-08-20T21:50:04.6048431Z [00:00:57.856]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for longjmp
2025-08-20T21:50:04.6280633Z [00:00:57.880]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:50:04.6460097Z [00:00:57.898]➜  cracklib-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:50:04.6462353Z [00:00:57.898]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:50:04.7113578Z [00:00:57.963]➜  cracklib-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:50:04.7829527Z [00:00:58.035]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for longjmp - found
2025-08-20T21:50:04.7858163Z [00:00:58.038]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for siglongjmp
2025-08-20T21:50:04.8201451Z [00:00:58.072]➜  cracklib-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:50:04.8995742Z [00:00:58.151]➜  cracklib-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:50:04.8997491Z [00:00:58.151]➜  audit-static-x86_64-unknown-linux-musl> checking size of unsigned int... 4
2025-08-20T21:50:04.8999223Z [00:00:58.151]➜  cracklib-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:50:04.9448546Z [00:00:58.196]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -no-undefined  -o libcompat.la  libcompat.lo fpclassify.lo malloc.lo realloc.lo snprintf.lo  -lrt -lm
2025-08-20T21:50:04.9505745Z [00:00:58.202]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for siglongjmp - found
2025-08-20T21:50:04.9507091Z [00:00:58.202]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for malloc
2025-08-20T21:50:04.9580217Z [00:00:58.210]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:50:05.0851537Z [00:00:58.337]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cru .libs/libcompat.a  libcompat.o fpclassify.o malloc.o realloc.o snprintf.o
2025-08-20T21:50:05.0905402Z [00:00:58.342]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T21:50:05.0956603Z [00:00:58.347]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libcompat.a
2025-08-20T21:50:05.1049934Z [00:00:58.357]➜  cracklib-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:50:05.1056447Z [00:00:58.357]➜  cracklib-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:50:05.1090545Z [00:00:58.361]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:50:05.1097501Z [00:00:58.361]➜  cracklib-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:50:05.1099887Z [00:00:58.362]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:50:05.1125064Z [00:00:58.362]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:50:05.1130218Z [00:00:58.365]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:50:05.1271169Z [00:00:58.378]➜  check-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" )
2025-08-20T21:50:05.1296716Z [00:00:58.381]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for malloc - found
2025-08-20T21:50:05.1371677Z [00:00:58.386]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for memcpy
2025-08-20T21:50:05.1405013Z [00:00:58.386]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2/lib'
2025-08-20T21:50:05.1406163Z [00:00:58.386]➜  check-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:50:05.1411967Z [00:00:58.389]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2/src'
2025-08-20T21:50:05.1415690Z [00:00:58.392]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check.lo check.c
2025-08-20T21:50:05.2012692Z [00:00:58.453]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c check.c -o check.o
2025-08-20T21:50:05.2384589Z [00:00:58.490]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:50:05.2388464Z [00:00:58.490]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:50:05.2390301Z [00:00:58.490]➜  cracklib-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:50:05.2392210Z [00:00:58.490]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:50:05.2402863Z [00:00:58.492]➜  cracklib-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:50:05.3107975Z [00:00:58.562]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for memcpy - found
2025-08-20T21:50:05.3109006Z [00:00:58.562]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for memset
2025-08-20T21:50:05.3355462Z [00:00:58.587]➜  cracklib-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:50:05.4416290Z [00:00:58.693]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:50:05.4441468Z [00:00:58.696]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T21:50:05.4445370Z [00:00:58.696]➜  cracklib-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:50:05.4744904Z [00:00:58.726]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_error.lo check_error.c
2025-08-20T21:50:05.5105892Z [00:00:58.762]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for memset - found
2025-08-20T21:50:05.5115124Z [00:00:58.762]➜  cracklib-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T21:50:05.5116327Z [00:00:58.762]➜  cracklib-static-x86_64-unknown-linux-musl> checking for inttypes.h... (cached) yes
2025-08-20T21:50:05.5117482Z [00:00:58.762]➜  cracklib-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:50:05.5118489Z [00:00:58.763]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for printf
2025-08-20T21:50:05.5498402Z [00:00:58.801]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c check_error.c -o check_error.o
2025-08-20T21:50:05.5640306Z [00:00:58.815]➜  audit-static-x86_64-unknown-linux-musl> checking size of unsigned long... 8
2025-08-20T21:50:05.5808160Z [00:00:58.833]➜  cracklib-static-x86_64-unknown-linux-musl> checking for pthread.h... yes
2025-08-20T21:50:05.6509903Z [00:00:58.902]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_list.lo check_list.c
2025-08-20T21:50:05.6595017Z [00:00:58.911]➜  cracklib-static-x86_64-unknown-linux-musl> checking for endian.h... yes
2025-08-20T21:50:05.6816507Z [00:00:58.933]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for printf - found
2025-08-20T21:50:05.6818064Z [00:00:58.933]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for setjmp
2025-08-20T21:50:05.7096072Z [00:00:58.961]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c check_list.c -o check_list.o
2025-08-20T21:50:05.7386659Z [00:00:58.990]➜  cracklib-static-x86_64-unknown-linux-musl> checking for zlib.h... yes
2025-08-20T21:50:05.8494823Z [00:00:59.101]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_log.lo check_log.c
2025-08-20T21:50:05.9041299Z [00:00:59.156]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c check_log.c -o check_log.o
2025-08-20T21:50:05.9145537Z [00:00:59.166]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for setjmp - found
2025-08-20T21:50:05.9146914Z [00:00:59.166]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for signal
2025-08-20T21:50:06.0291896Z [00:00:59.281]➜  cracklib-static-x86_64-unknown-linux-musl> checking for library containing gzopen... -lz
2025-08-20T21:50:06.0303724Z [00:00:59.282]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:50:06.0305120Z [00:00:59.282]➜  x86_64-unknown-linux-musl-binutils>      zlib gas
2025-08-20T21:50:06.0325866Z [00:00:59.284]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:50:06.0756783Z [00:00:59.327]➜  cracklib-static-x86_64-unknown-linux-musl> checking if LINE_MAX is defined... yes
2025-08-20T21:50:06.0959309Z [00:00:59.348]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for signal - found
2025-08-20T21:50:06.0960833Z [00:00:59.348]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for strsignal
2025-08-20T21:50:06.1144946Z [00:00:59.366]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_msg.lo check_msg.c
2025-08-20T21:50:06.1442458Z [00:00:59.396]➜  cracklib-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:50:06.1612508Z [00:00:59.413]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:50:06.1619355Z [00:00:59.414]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:50:06.1950259Z [00:00:59.446]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c check_msg.c -o check_msg.o
2025-08-20T21:50:06.2434303Z [00:00:59.495]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:50:06.2435354Z [00:00:59.495]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:50:06.2475093Z [00:00:59.499]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:50:06.2476552Z [00:00:59.499]➜  cracklib-static-x86_64-unknown-linux-musl> checking for strdup... yes
2025-08-20T21:50:06.2477756Z [00:00:59.499]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:50:06.2496217Z [00:00:59.500]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:50:06.2510701Z [00:00:59.503]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:06.2554259Z [00:00:59.507]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:50:06.2569154Z [00:00:59.509]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:06.2582646Z [00:00:59.510]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:50:06.2600383Z [00:00:59.512]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:50:06.2650071Z [00:00:59.517]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:50:06.2682640Z [00:00:59.520]➜  audit-static-x86_64-unknown-linux-musl> checking size of long... 8
2025-08-20T21:50:06.2689886Z [00:00:59.521]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:50:06.2705561Z [00:00:59.522]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:50:06.2714975Z [00:00:59.523]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:06.2722939Z [00:00:59.524]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:50:06.2739658Z [00:00:59.526]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:50:06.2753055Z [00:00:59.527]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:06.2758464Z [00:00:59.527]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for strsignal - found
2025-08-20T21:50:06.2759485Z [00:00:59.527]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for strcmp
2025-08-20T21:50:06.2773113Z [00:00:59.529]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:50:06.2792440Z [00:00:59.531]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:06.2808422Z [00:00:59.533]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:50:06.2815325Z [00:00:59.533]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:50:06.2822682Z [00:00:59.534]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:50:06.2838596Z [00:00:59.536]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:50:06.2853090Z [00:00:59.537]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:50:06.2859576Z [00:00:59.538]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:50:06.2867867Z [00:00:59.538]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:50:06.2875240Z [00:00:59.539]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:50:06.2883419Z [00:00:59.540]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:50:06.2894373Z [00:00:59.541]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:50:06.2901976Z [00:00:59.542]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:50:06.2916009Z [00:00:59.543]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:50:06.2928207Z [00:00:59.545]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:50:06.2946732Z [00:00:59.546]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:50:06.2962070Z [00:00:59.548]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:50:06.2969308Z [00:00:59.549]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:50:06.2978269Z [00:00:59.550]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:50:06.2985515Z [00:00:59.550]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:50:06.2993180Z [00:00:59.551]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:50:06.3018543Z [00:00:59.554]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:50:06.3021647Z [00:00:59.554]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:50:06.3031880Z [00:00:59.555]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:50:06.3037427Z [00:00:59.555]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:50:06.3328660Z [00:00:59.584]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:06.3466261Z [00:00:59.598]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:50:06.3568004Z [00:00:59.608]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-cc... no
2025-08-20T21:50:06.3577160Z [00:00:59.609]➜  cracklib-static-x86_64-unknown-linux-musl> checking for getpwuid_r... yes
2025-08-20T21:50:06.3580180Z [00:00:59.610]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether NLS is requested... yes
2025-08-20T21:50:06.3604118Z [00:00:59.612]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gcc... no
2025-08-20T21:50:06.3637674Z [00:00:59.615]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-c++... no
2025-08-20T21:50:06.3650083Z [00:00:59.617]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-g++... no
2025-08-20T21:50:06.3679220Z [00:00:59.620]➜  cracklib-static-x86_64-unknown-linux-musl> checking for msgfmt... no
2025-08-20T21:50:06.3684062Z [00:00:59.620]➜  cracklib-static-x86_64-unknown-linux-musl> checking for gmsgfmt... :
2025-08-20T21:50:06.3695203Z [00:00:59.621]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-cxx... no
2025-08-20T21:50:06.3714167Z [00:00:59.623]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_pack.lo check_pack.c
2025-08-20T21:50:06.3736203Z [00:00:59.625]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gxx... no
2025-08-20T21:50:06.3744984Z [00:00:59.626]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gcc... no
2025-08-20T21:50:06.3759746Z [00:00:59.628]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gfortran... no
2025-08-20T21:50:06.3774005Z [00:00:59.629]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gccgo... no
2025-08-20T21:50:06.3805455Z [00:00:59.632]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gdc... no
2025-08-20T21:50:06.3806854Z [00:00:59.632]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gm2... no
2025-08-20T21:50:06.3950104Z [00:00:59.646]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-ar... no
2025-08-20T21:50:06.3969570Z [00:00:59.649]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-as... no
2025-08-20T21:50:06.3979356Z [00:00:59.650]➜  cracklib-static-x86_64-unknown-linux-musl> checking for xgettext... no
2025-08-20T21:50:06.3996597Z [00:00:59.651]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:50:06.4018065Z [00:00:59.654]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-dsymutil... no
2025-08-20T21:50:06.4044992Z [00:00:59.656]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-ld... no
2025-08-20T21:50:06.4060796Z [00:00:59.658]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-lipo... no
2025-08-20T21:50:06.4080120Z [00:00:59.660]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-nm... no
2025-08-20T21:50:06.4099891Z [00:00:59.662]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-objcopy... no
2025-08-20T21:50:06.4120470Z [00:00:59.664]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-objdump... no
2025-08-20T21:50:06.4140966Z [00:00:59.666]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-otool... no
2025-08-20T21:50:06.4161649Z [00:00:59.668]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-ranlib... no
2025-08-20T21:50:06.4181213Z [00:00:59.670]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-readelf... no
2025-08-20T21:50:06.4201711Z [00:00:59.672]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-strip... no
2025-08-20T21:50:06.4221455Z [00:00:59.674]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-windres... no
2025-08-20T21:50:06.4243789Z [00:00:59.676]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-windmc... no
2025-08-20T21:50:06.4251760Z [00:00:59.677]➜  cracklib-static-x86_64-unknown-linux-musl> checking for msgmerge... no
2025-08-20T21:50:06.4257129Z [00:00:59.677]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:50:06.4282568Z [00:00:59.680]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... pre-installed
2025-08-20T21:50:06.4315914Z [00:00:59.683]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:50:06.4339136Z [00:00:59.686]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:50:06.4367473Z [00:00:59.688]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c check_pack.c -o check_pack.o
2025-08-20T21:50:06.4374739Z [00:00:59.689]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:50:06.4380267Z [00:00:59.689]➜  cracklib-static-x86_64-unknown-linux-musl> checking for ld used by GCC... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T21:50:06.4382324Z [00:00:59.690]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:50:06.4421311Z [00:00:59.694]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:50:06.4440393Z [00:00:59.695]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:50:06.4462183Z [00:00:59.698]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:50:06.4526659Z [00:00:59.704]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:50:06.4581343Z [00:00:59.710]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:50:06.4644551Z [00:00:59.714]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:50:06.4651742Z [00:00:59.714]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:50:06.4657080Z [00:00:59.717]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:50:06.4658671Z [00:00:59.717]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:50:06.4661318Z [00:00:59.717]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:50:06.4662962Z [00:00:59.718]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:50:06.4664927Z [00:00:59.718]➜  cracklib-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T21:50:06.4686186Z [00:00:59.720]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:50:06.4695308Z [00:00:59.721]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:50:06.4703942Z [00:00:59.722]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:50:06.4712011Z [00:00:59.723]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:50:06.4722022Z [00:00:59.724]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:50:06.4731800Z [00:00:59.725]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:50:06.4745135Z [00:00:59.726]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:50:06.4746458Z [00:00:59.726]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for strcmp - found
2025-08-20T21:50:06.4786425Z [00:00:59.730]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for clock_gettime
2025-08-20T21:50:06.5298909Z [00:00:59.781]➜  cracklib-static-x86_64-unknown-linux-musl> checking for shared library run path origin... done
2025-08-20T21:50:06.5518814Z [00:00:59.803]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:50:06.6257638Z [00:00:59.877]➜  cracklib-static-x86_64-unknown-linux-musl> checking for CFPreferencesCopyAppValue... no
2025-08-20T21:50:06.6578905Z [00:00:59.909]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for clock_gettime - found
2025-08-20T21:50:06.6606420Z [00:00:59.912]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for sprintf
2025-08-20T21:50:06.6956816Z [00:00:59.947]➜  cracklib-static-x86_64-unknown-linux-musl> checking for CFLocaleCopyCurrent... no
2025-08-20T21:50:06.7125221Z [00:00:59.964]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_print.lo check_print.c
2025-08-20T21:50:06.7904905Z [00:01:00.042]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c check_print.c -o check_print.o
2025-08-20T21:50:06.8202083Z [00:01:00.072]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:50:06.8290570Z [00:01:00.081]➜  cracklib-static-x86_64-unknown-linux-musl> checking for GNU gettext in libc... no
2025-08-20T21:50:06.8589559Z [00:01:00.111]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for sprintf - found
2025-08-20T21:50:06.8594344Z [00:01:00.111]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for vsnprintf
2025-08-20T21:50:06.9070793Z [00:01:00.159]➜  cracklib-static-x86_64-unknown-linux-musl> checking for iconv... yes
2025-08-20T21:50:06.9078338Z [00:01:00.160]➜  cracklib-static-x86_64-unknown-linux-musl> checking for working iconv... guessing yes
2025-08-20T21:50:06.9249276Z [00:01:00.177]➜  audit-static-x86_64-unknown-linux-musl> checking size of time_t... 8
2025-08-20T21:50:06.9491669Z [00:01:00.201]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_run.lo check_run.c
2025-08-20T21:50:07.0268053Z [00:01:00.278]➜  cmocka-static-x86_64-unknown-linux-musl> -- Looking for vsnprintf - found
2025-08-20T21:50:07.0275364Z [00:01:00.278]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE
2025-08-20T21:50:07.0367335Z [00:01:00.288]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c check_run.c -o check_run.o
2025-08-20T21:50:07.0370582Z [00:01:00.288]➜  cracklib-static-x86_64-unknown-linux-musl> checking for GNU gettext in libintl... no
2025-08-20T21:50:07.0371974Z [00:01:00.288]➜  cracklib-static-x86_64-unknown-linux-musl> checking whether to use NLS... no
2025-08-20T21:50:07.0373535Z [00:01:00.288]➜  cracklib-static-x86_64-unknown-linux-musl> checking default dict filename... $(pkgdatadir)/pw_dict
2025-08-20T21:50:07.0388478Z [00:01:00.291]➜  audit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T21:50:07.0436561Z [00:01:00.295]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python... no
2025-08-20T21:50:07.0437993Z [00:01:00.295]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python2... no
2025-08-20T21:50:07.0439195Z [00:01:00.295]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3... no
2025-08-20T21:50:07.0472465Z [00:01:00.299]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.11... no
2025-08-20T21:50:07.0503903Z [00:01:00.302]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.10... no
2025-08-20T21:50:07.0514764Z [00:01:00.303]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.9... no
2025-08-20T21:50:07.0530935Z [00:01:00.304]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.8... no
2025-08-20T21:50:07.0545499Z [00:01:00.306]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.7... no
2025-08-20T21:50:07.0558587Z [00:01:00.308]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.6... no
2025-08-20T21:50:07.0571207Z [00:01:00.309]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.5... no
2025-08-20T21:50:07.0585170Z [00:01:00.310]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.4... no
2025-08-20T21:50:07.0599182Z [00:01:00.312]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.3... no
2025-08-20T21:50:07.0624340Z [00:01:00.313]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.2... no
2025-08-20T21:50:07.0626022Z [00:01:00.314]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.1... no
2025-08-20T21:50:07.0632027Z [00:01:00.315]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python3.0... no
2025-08-20T21:50:07.0642801Z [00:01:00.316]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python2.7... no
2025-08-20T21:50:07.0653989Z [00:01:00.317]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python2.6... no
2025-08-20T21:50:07.0664103Z [00:01:00.318]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python2.5... no
2025-08-20T21:50:07.0694399Z [00:01:00.319]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python2.4... no
2025-08-20T21:50:07.0695757Z [00:01:00.320]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python2.3... no
2025-08-20T21:50:07.0696985Z [00:01:00.321]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python2.2... no
2025-08-20T21:50:07.0708137Z [00:01:00.323]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python2.1... no
2025-08-20T21:50:07.0717560Z [00:01:00.324]➜  cracklib-static-x86_64-unknown-linux-musl> checking for python2.0... no
2025-08-20T21:50:07.0718831Z [00:01:00.324]➜  cracklib-static-x86_64-unknown-linux-musl> configure: WARNING: python was not found, continuing
2025-08-20T21:50:07.1454571Z [00:01:00.397]➜  audit-static-x86_64-unknown-linux-musl> checking whether AUDIT_FEATURE_VERSION is declared... yes
2025-08-20T21:50:07.1521482Z [00:01:00.404]➜  cracklib-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:50:07.1530354Z [00:01:00.405]➜  cracklib-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:50:07.2058230Z [00:01:00.457]➜  audit-static-x86_64-unknown-linux-musl> checking for struct audit_status.feature_bitmap... yes
2025-08-20T21:50:07.2626550Z [00:01:00.514]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE - Success
2025-08-20T21:50:07.2646699Z [00:01:00.516]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test HAVE_CLOCK_REALTIME
2025-08-20T21:50:07.2857964Z [00:01:00.536]➜  audit-static-x86_64-unknown-linux-musl> checking whether AUDIT_VERSION_BACKLOG_WAIT_TIME is declared... yes
2025-08-20T21:50:07.3793075Z [00:01:00.631]➜  audit-static-x86_64-unknown-linux-musl> checking whether AUDIT_STATUS_BACKLOG_WAIT_TIME is declared... yes
2025-08-20T21:50:07.4043411Z [00:01:00.656]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_str.lo check_str.c
2025-08-20T21:50:07.4495352Z [00:01:00.697]➜  cmocka-static-x86_64-unknown-linux-musl> -- Performing Test HAVE_CLOCK_REALTIME - Success
2025-08-20T21:50:07.4497980Z [00:01:00.702]➜  audit-static-x86_64-unknown-linux-musl> checking whether AUDIT_STATUS_BACKLOG_WAIT_TIME_ACTUAL is declared... yes
2025-08-20T21:50:07.4610245Z [00:01:00.713]➜  cmocka-static-x86_64-unknown-linux-musl> -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
2025-08-20T21:50:07.4824255Z [00:01:00.734]➜  check-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c check_str.c -o check_str.o
2025-08-20T21:50:07.5103617Z [00:01:00.762]➜  audit-static-x86_64-unknown-linux-musl> checking whether ADDR_NO_RANDOMIZE is declared... yes
2025-08-20T21:50:07.5154676Z [00:01:00.766]➜  cmocka-static-x86_64-unknown-linux-musl> -- Configuring done (16.7s)
2025-08-20T21:50:07.6237351Z [00:01:00.875]➜  audit-static-x86_64-unknown-linux-musl> checking for posix_fallocate... yes
2025-08-20T21:50:07.6265404Z [00:01:00.876]➜  check-static-x86_64-unknown-linux-musl> /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed -n -e 's/^..*CK_EXPORT[[:space:]][[:space:]]*\([[:alnum:]_][[:alnum:]_]*\)..*$/\1/p' ../src/check.h.in > exported.sym
2025-08-20T21:50:07.6295344Z [00:01:00.880]➜  audit-static-x86_64-unknown-linux-musl> checking for signalfd... (cached) yes
2025-08-20T21:50:07.6362291Z [00:01:00.888]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -no-undefined -export-symbols exported.sym  -o libcheck.la -rpath /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib check.lo check_error.lo check_list.lo check_log.lo check_msg.lo check_pack.lo check_print.lo check_run.lo check_str.lo   ../lib/libcompat.la -lrt -lm
2025-08-20T21:50:07.7397105Z [00:01:00.991]➜  cmocka-static-x86_64-unknown-linux-musl> -- Generating done (0.2s)
2025-08-20T21:50:07.7413089Z [00:01:00.993]➜  cmocka-static-x86_64-unknown-linux-musl> CMake Warning:
2025-08-20T21:50:07.7431830Z [00:01:00.993]➜  cmocka-static-x86_64-unknown-linux-musl>   Manually-specified variables were not used by the project:
2025-08-20T21:50:07.7433415Z [00:01:00.993]➜  cmocka-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:07.7434634Z [00:01:00.993]➜  cmocka-static-x86_64-unknown-linux-musl>     CMAKE_EXPORT_NO_PACKAGE_REGISTRY
2025-08-20T21:50:07.7435946Z [00:01:00.993]➜  cmocka-static-x86_64-unknown-linux-musl>     CMAKE_POLICY_DEFAULT_CMP0025
2025-08-20T21:50:07.7437057Z [00:01:00.993]➜  cmocka-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:07.7437927Z [00:01:00.993]➜  cmocka-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:07.7439231Z [00:01:00.994]➜  cmocka-static-x86_64-unknown-linux-musl> -- Build files have been written to: /build/cmocka-1.1.7/build
2025-08-20T21:50:07.7440535Z [00:01:00.995]➜  audit-static-x86_64-unknown-linux-musl> checking for rawmemchr... no
2025-08-20T21:50:07.7514858Z [00:01:01.003]➜  cmocka-static-x86_64-unknown-linux-musl> cmake: enabled parallel building
2025-08-20T21:50:07.7517393Z [00:01:01.003]➜  cmocka-static-x86_64-unknown-linux-musl> cmake: enabled parallel installing
2025-08-20T21:50:07.7568767Z [00:01:01.009]➜  cmocka-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:50:07.7720507Z [00:01:01.024]➜  cmocka-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:50:07.8189837Z [00:01:01.071]➜  check-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libcheck.lax/libcompat.a && x86_64-unknown-linux-musl-ar x "/build/check-0.15.2/src/../lib/.libs/libcompat.a")
2025-08-20T21:50:07.8497078Z [00:01:01.101]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cru .libs/libcheck.a  check.o check_error.o check_list.o check_log.o check_msg.o check_pack.o check_print.o check_run.o check_str.o  .libs/libcheck.lax/libcompat.a/fpclassify.o .libs/libcheck.lax/libcompat.a/libcompat.o .libs/libcheck.lax/libcompat.a/malloc.o .libs/libcheck.lax/libcompat.a/realloc.o .libs/libcheck.lax/libcompat.a/snprintf.o
2025-08-20T21:50:07.8533688Z [00:01:01.105]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T21:50:07.8556205Z [00:01:01.107]➜  audit-static-x86_64-unknown-linux-musl> checking for faccessat... yes
2025-08-20T21:50:07.8665297Z [00:01:01.118]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libcheck.a
2025-08-20T21:50:07.8666847Z [00:01:01.118]➜  cmocka-static-x86_64-unknown-linux-musl> [  1%] Building C object src/CMakeFiles/cmocka-static.dir/cmocka.c.o
2025-08-20T21:50:07.8696812Z [00:01:01.121]➜  cmocka-static-x86_64-unknown-linux-musl> [  2%] Building C object example/mock/uptime/CMakeFiles/proc_uptime.dir/proc_uptime.c.o
2025-08-20T21:50:07.8807702Z [00:01:01.132]➜  cmocka-static-x86_64-unknown-linux-musl> [  4%] Building C object src/CMakeFiles/cmocka.dir/cmocka.c.o
2025-08-20T21:50:07.8838003Z [00:01:01.136]➜  check-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libcheck.lax
2025-08-20T21:50:07.9197111Z [00:01:01.167]➜  check-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libcheck.la" && ln -s "../libcheck.la" "libcheck.la" )
2025-08-20T21:50:07.9280934Z [00:01:01.179]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -no-undefined  -o libcheckinternal.la  check.lo check_error.lo check_list.lo check_log.lo check_msg.lo check_pack.lo check_print.lo check_run.lo check_str.lo   ../lib/libcompat.la -lrt -lm
2025-08-20T21:50:07.9820399Z [00:01:01.234]➜  cmocka-static-x86_64-unknown-linux-musl> [  5%] Linking C static library libproc_uptime.a
2025-08-20T21:50:08.0176527Z [00:01:01.269]➜  audit-static-x86_64-unknown-linux-musl> checking for mallinfo2... no
2025-08-20T21:50:08.0598776Z [00:01:01.310]➜  cmocka-static-x86_64-unknown-linux-musl> [  5%] Built target proc_uptime
2025-08-20T21:50:08.1204506Z [00:01:01.372]➜  cmocka-static-x86_64-unknown-linux-musl> [  7%] Building C object example/mock/uptime/CMakeFiles/uptime.dir/uptime.c.o
2025-08-20T21:50:08.1364434Z [00:01:01.388]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:08.1566721Z [00:01:01.408]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:08.1729830Z [00:01:01.425]➜  x86_64-unknown-linux-musl-binutils> checking target system type... aarch64-unknown-linux-gnu
2025-08-20T21:50:08.1893722Z [00:01:01.441]➜  audit-static-x86_64-unknown-linux-musl> checking for close_range... no
2025-08-20T21:50:08.2041551Z [00:01:01.456]➜  check-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libcheckinternal.lax/libcompat.a && x86_64-unknown-linux-musl-ar x "/build/check-0.15.2/src/../lib/.libs/libcompat.a")
2025-08-20T21:50:08.2112813Z [00:01:01.463]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:08.2254029Z [00:01:01.477]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:50:08.2256676Z [00:01:01.477]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:50:08.2355807Z [00:01:01.487]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cru .libs/libcheckinternal.a  check.o check_error.o check_list.o check_log.o check_msg.o check_pack.o check_print.o check_run.o check_str.o  .libs/libcheckinternal.lax/libcompat.a/fpclassify.o .libs/libcheckinternal.lax/libcompat.a/libcompat.o .libs/libcheckinternal.lax/libcompat.a/malloc.o .libs/libcheckinternal.lax/libcompat.a/realloc.o .libs/libcheckinternal.lax/libcompat.a/snprintf.o
2025-08-20T21:50:08.2391783Z [00:01:01.491]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:08.2420203Z [00:01:01.494]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:50:08.2455759Z [00:01:01.497]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T21:50:08.2521924Z [00:01:01.504]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libcheckinternal.a
2025-08-20T21:50:08.2659872Z [00:01:01.518]➜  check-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libcheckinternal.lax
2025-08-20T21:50:08.2701852Z [00:01:01.522]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:50:08.3111155Z [00:01:01.562]➜  check-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libcheckinternal.la" && ln -s "../libcheckinternal.la" "libcheckinternal.la" )
2025-08-20T21:50:08.3112659Z [00:01:01.562]➜  cmocka-static-x86_64-unknown-linux-musl> [  8%] Linking C executable uptime
2025-08-20T21:50:08.3227678Z [00:01:01.574]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2/src'
2025-08-20T21:50:08.3230092Z [00:01:01.574]➜  check-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:50:08.3294585Z [00:01:01.580]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating util/Makefile
2025-08-20T21:50:08.3296129Z [00:01:01.580]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2/doc'
2025-08-20T21:50:08.3301654Z [00:01:01.582]➜  check-static-x86_64-unknown-linux-musl> cd ../doc/example; \
2025-08-20T21:50:08.3303094Z [00:01:01.582]➜  check-static-x86_64-unknown-linux-musl> diff -U 100 src/money.1.h src/money.2.h  > /build/check-0.15.2/doc/money.1-2.h.diff || test $? -eq 1; \
2025-08-20T21:50:08.3304764Z [00:01:01.582]➜  check-static-x86_64-unknown-linux-musl> cd -;
2025-08-20T21:50:08.3353414Z [00:01:01.587]➜  check-static-x86_64-unknown-linux-musl> /build/check-0.15.2/doc
2025-08-20T21:50:08.3363890Z [00:01:01.588]➜  check-static-x86_64-unknown-linux-musl> cd ../doc/example; \
2025-08-20T21:50:08.3367716Z [00:01:01.588]➜  check-static-x86_64-unknown-linux-musl> diff -U 100 src/money.1.c src/money.3.c  > /build/check-0.15.2/doc/money.1-3.c.diff || test $? -eq 1; \
2025-08-20T21:50:08.3377704Z [00:01:01.588]➜  check-static-x86_64-unknown-linux-musl> cd -;
2025-08-20T21:50:08.3405996Z [00:01:01.592]➜  check-static-x86_64-unknown-linux-musl> /build/check-0.15.2/doc
2025-08-20T21:50:08.3414385Z [00:01:01.593]➜  check-static-x86_64-unknown-linux-musl> cd ../doc/example; \
2025-08-20T21:50:08.3420040Z [00:01:01.593]➜  check-static-x86_64-unknown-linux-musl> diff -U 100 src/money.3.c src/money.4.c  > /build/check-0.15.2/doc/money.3-4.c.diff || test $? -eq 1; \
2025-08-20T21:50:08.3421331Z [00:01:01.593]➜  check-static-x86_64-unknown-linux-musl> cd -;
2025-08-20T21:50:08.3512579Z [00:01:01.603]➜  check-static-x86_64-unknown-linux-musl> /build/check-0.15.2/doc
2025-08-20T21:50:08.3514263Z [00:01:01.603]➜  check-static-x86_64-unknown-linux-musl> cd ../doc/example; \
2025-08-20T21:50:08.3518176Z [00:01:01.603]➜  check-static-x86_64-unknown-linux-musl> diff -U 100 src/money.4.c src/money.5.c  > /build/check-0.15.2/doc/money.4-5.c.diff || test $? -eq 1; \
2025-08-20T21:50:08.3524050Z [00:01:01.603]➜  check-static-x86_64-unknown-linux-musl> cd -;
2025-08-20T21:50:08.3611145Z [00:01:01.613]➜  check-static-x86_64-unknown-linux-musl> /build/check-0.15.2/doc
2025-08-20T21:50:08.3612720Z [00:01:01.613]➜  check-static-x86_64-unknown-linux-musl> cd ../doc/example; \
2025-08-20T21:50:08.3614865Z [00:01:01.613]➜  check-static-x86_64-unknown-linux-musl> diff -U 100 src/money.5.c src/money.6.c  > /build/check-0.15.2/doc/money.5-6.c.diff || test $? -eq 1; \
2025-08-20T21:50:08.3616246Z [00:01:01.613]➜  check-static-x86_64-unknown-linux-musl> cd -;
2025-08-20T21:50:08.3696414Z [00:01:01.621]➜  check-static-x86_64-unknown-linux-musl> /build/check-0.15.2/doc
2025-08-20T21:50:08.3701594Z [00:01:01.622]➜  check-static-x86_64-unknown-linux-musl> cd ../doc/example; \
2025-08-20T21:50:08.3707280Z [00:01:01.622]➜  check-static-x86_64-unknown-linux-musl> diff -U 100 tests/check_money.1.c tests/check_money.2.c  > /build/check-0.15.2/doc/check_money.1-2.c.diff || test $? -eq 1; \
2025-08-20T21:50:08.3710098Z [00:01:01.622]➜  check-static-x86_64-unknown-linux-musl> cd -;
2025-08-20T21:50:08.3768804Z [00:01:01.629]➜  check-static-x86_64-unknown-linux-musl> /build/check-0.15.2/doc
2025-08-20T21:50:08.3792230Z [00:01:01.629]➜  check-static-x86_64-unknown-linux-musl> cd ../doc/example; \
2025-08-20T21:50:08.3794339Z [00:01:01.629]➜  check-static-x86_64-unknown-linux-musl> diff -U 100 tests/check_money.2.c tests/check_money.3.c  > /build/check-0.15.2/doc/check_money.2-3.c.diff || test $? -eq 1; \
2025-08-20T21:50:08.3799455Z [00:01:01.629]➜  check-static-x86_64-unknown-linux-musl> cd -;
2025-08-20T21:50:08.3828048Z [00:01:01.635]➜  check-static-x86_64-unknown-linux-musl> /build/check-0.15.2/doc
2025-08-20T21:50:08.3855013Z [00:01:01.635]➜  check-static-x86_64-unknown-linux-musl> cd ../doc/example; \
2025-08-20T21:50:08.3857029Z [00:01:01.635]➜  check-static-x86_64-unknown-linux-musl> diff -U 100 tests/check_money.3.c tests/check_money.6.c  > /build/check-0.15.2/doc/check_money.3-6.c.diff || test $? -eq 1; \
2025-08-20T21:50:08.3858881Z [00:01:01.635]➜  check-static-x86_64-unknown-linux-musl> cd -;
2025-08-20T21:50:08.3862080Z [00:01:01.638]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating lib/Makefile
2025-08-20T21:50:08.3900764Z [00:01:01.642]➜  check-static-x86_64-unknown-linux-musl> /build/check-0.15.2/doc
2025-08-20T21:50:08.3904362Z [00:01:01.642]➜  check-static-x86_64-unknown-linux-musl> cd ../doc/example; \
2025-08-20T21:50:08.3906653Z [00:01:01.642]➜  check-static-x86_64-unknown-linux-musl> diff -U 100 tests/check_money.6.c tests/check_money.7.c  > /build/check-0.15.2/doc/check_money.6-7.c.diff || test $? -eq 1; \
2025-08-20T21:50:08.3908172Z [00:01:01.642]➜  check-static-x86_64-unknown-linux-musl> cd -;
2025-08-20T21:50:08.3954107Z [00:01:01.647]➜  check-static-x86_64-unknown-linux-musl> /build/check-0.15.2/doc
2025-08-20T21:50:08.3966595Z [00:01:01.648]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2/doc'
2025-08-20T21:50:08.3975008Z [00:01:01.649]➜  check-static-x86_64-unknown-linux-musl> Making all in .
2025-08-20T21:50:08.4029332Z [00:01:01.655]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2'
2025-08-20T21:50:08.4064506Z [00:01:01.658]➜  audit-static-x86_64-unknown-linux-musl> checking for stdatomic.h... yes
2025-08-20T21:50:08.4104705Z [00:01:01.662]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2'
2025-08-20T21:50:08.4144904Z [00:01:01.662]➜  check-static-x86_64-unknown-linux-musl> Making all in checkmk
2025-08-20T21:50:08.4147436Z [00:01:01.666]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2/checkmk'
2025-08-20T21:50:08.4150886Z [00:01:01.667]➜  check-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:08.4156235Z [00:01:01.667]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2/checkmk'
2025-08-20T21:50:08.4191532Z [00:01:01.671]➜  check-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T21:50:08.4245422Z [00:01:01.676]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2/tests'
2025-08-20T21:50:08.4277659Z [00:01:01.679]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check_export-check_check_sub.o `test -f 'check_check_sub.c' || echo './'`check_check_sub.c
2025-08-20T21:50:08.4341008Z [00:01:01.686]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:50:08.4563872Z [00:01:01.708]➜  cmocka-static-x86_64-unknown-linux-musl> [  8%] Built target uptime
2025-08-20T21:50:08.4813747Z [00:01:01.733]➜  audit-static-x86_64-unknown-linux-musl> checking __attr_access support... no
2025-08-20T21:50:08.4860053Z [00:01:01.738]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating python/Makefile
2025-08-20T21:50:08.5065076Z [00:01:01.758]➜  check-static-x86_64-unknown-linux-musl> In file included from check_check_sub.c:26:
2025-08-20T21:50:08.5070063Z [00:01:01.758]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_unless_fn':
2025-08-20T21:50:08.5075543Z [00:01:01.759]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:65:23: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:08.5079419Z [00:01:01.759]➜  check-static-x86_64-unknown-linux-musl>    65 |   fail_unless(1 == 2, "This test should fail");
2025-08-20T21:50:08.5081938Z [00:01:01.759]➜  check-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T21:50:08.5084716Z [00:01:01.759]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:472:77: note: in definition of macro 'fail_unless'
2025-08-20T21:50:08.5114692Z [00:01:01.759]➜  check-static-x86_64-unknown-linux-musl>   472 |     _ck_assert_failed(__FILE__, __LINE__, "Assertion '"#expr"' failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:08.5116581Z [00:01:01.759]➜  check-static-x86_64-unknown-linux-musl>       |                                                                             ^~~~~~~~~~~
2025-08-20T21:50:08.5118024Z [00:01:01.759]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_if_fail_fn':
2025-08-20T21:50:08.5119951Z [00:01:01.760]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:83:19: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:08.5121494Z [00:01:01.760]➜  check-static-x86_64-unknown-linux-musl>    83 |   fail_if(1 == 1, "This test should fail");
2025-08-20T21:50:08.5122915Z [00:01:01.760]➜  check-static-x86_64-unknown-linux-musl>       |                   ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T21:50:08.5124631Z [00:01:01.760]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:486:78: note: in definition of macro 'fail_if'
2025-08-20T21:50:08.5126352Z [00:01:01.760]➜  check-static-x86_64-unknown-linux-musl>   486 |      _ck_assert_failed(__FILE__, __LINE__, "Failure '"#expr"' occurred" , ## __VA_ARGS__, NULL) \
2025-08-20T21:50:08.5128170Z [00:01:01.760]➜  check-static-x86_64-unknown-linux-musl>       |                                                                              ^~~~~~~~~~~
2025-08-20T21:50:08.5129719Z [00:01:01.763]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_null_msg_fn':
2025-08-20T21:50:08.5131594Z [00:01:01.763]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:92:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:08.5133093Z [00:01:01.763]➜  check-static-x86_64-unknown-linux-musl>    92 |   fail_unless(2 == 3, NULL);
2025-08-20T21:50:08.5134355Z [00:01:01.763]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~~~~~
2025-08-20T21:50:08.5135588Z [00:01:01.763]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_no_msg_fn':
2025-08-20T21:50:08.5137518Z [00:01:01.763]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:103:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:08.5139088Z [00:01:01.763]➜  check-static-x86_64-unknown-linux-musl>   103 |   fail_unless(4 == 5, NULL);
2025-08-20T21:50:08.5140268Z [00:01:01.763]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~~~~~
2025-08-20T21:50:08.5141577Z [00:01:01.763]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_if_null_msg_fn':
2025-08-20T21:50:08.5143589Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:112:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:08.5145203Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl>   112 |   fail_if(2 != 3, NULL);
2025-08-20T21:50:08.5146354Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~
2025-08-20T21:50:08.5147624Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_if_no_msg_fn':
2025-08-20T21:50:08.5149391Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:123:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:08.5151678Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl>   123 |   fail_if(4 != 5, NULL);
2025-08-20T21:50:08.5152657Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~
2025-08-20T21:50:08.5154116Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_vararg_msg_1_fn':
2025-08-20T21:50:08.5155656Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:135:23: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:08.5157087Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl>   135 |   fail_unless(x == y, "%d != %d", x, y);
2025-08-20T21:50:08.5158204Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~~~~
2025-08-20T21:50:08.5159461Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:472:77: note: in definition of macro 'fail_unless'
2025-08-20T21:50:08.5161033Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl>   472 |     _ck_assert_failed(__FILE__, __LINE__, "Assertion '"#expr"' failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:08.5162879Z [00:01:01.766]➜  check-static-x86_64-unknown-linux-musl>       |                                                                             ^~~~~~~~~~~
2025-08-20T21:50:08.5188004Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_vararg_msg_2_fn':
2025-08-20T21:50:08.5189589Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:147:19: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:08.5191017Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl>   147 |   fail_if(x != y, "%d != %d", x, y);
2025-08-20T21:50:08.5192120Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl>       |                   ^~~~~~~~~~
2025-08-20T21:50:08.5193758Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:486:78: note: in definition of macro 'fail_if'
2025-08-20T21:50:08.5195446Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl>   486 |      _ck_assert_failed(__FILE__, __LINE__, "Failure '"#expr"' occurred" , ## __VA_ARGS__, NULL) \
2025-08-20T21:50:08.5197072Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl>       |                                                                              ^~~~~~~~~~~
2025-08-20T21:50:08.5198469Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_vararg_msg_3_fn':
2025-08-20T21:50:08.5200108Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:159:8: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:08.5201536Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl>   159 |   fail("%d == %d", x, y);
2025-08-20T21:50:08.5202598Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl>       |        ^~~~~~~~~~
2025-08-20T21:50:08.5204336Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:494:71: note: in definition of macro 'fail'
2025-08-20T21:50:08.5206005Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl>   494 | #define fail(...) _ck_assert_failed(__FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:08.5207504Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl>       |                                                                       ^~~~~~~~~~~
2025-08-20T21:50:08.5208794Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_empty_fn':
2025-08-20T21:50:08.5210299Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:171:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:08.5211602Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl>   171 |   fail(NULL);
2025-08-20T21:50:08.5212490Z [00:01:01.769]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~
2025-08-20T21:50:08.5249454Z [00:01:01.777]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:50:08.5254563Z [00:01:01.777]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:50:08.5397038Z [00:01:01.791]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:50:08.5419920Z [00:01:01.794]➜  audit-static-x86_64-unknown-linux-musl> checking __attr_dealloc_free support... no
2025-08-20T21:50:08.5681116Z [00:01:01.820]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating python/setup.py
2025-08-20T21:50:08.6213592Z [00:01:01.873]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile.in
2025-08-20T21:50:08.6763431Z [00:01:01.928]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating m4/Makefile
2025-08-20T21:50:08.6907478Z [00:01:01.942]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:50:08.7313769Z [00:01:01.983]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating dicts/Makefile
2025-08-20T21:50:08.7764880Z [00:01:02.028]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating cracklib.spec
2025-08-20T21:50:08.8178146Z [00:01:02.068]➜  audit-static-x86_64-unknown-linux-musl> checking for library containing pthread_yield... no
2025-08-20T21:50:08.8214814Z [00:01:02.069]➜  audit-static-x86_64-unknown-linux-musl> checking whether to create python3 bindings... investigating
2025-08-20T21:50:08.8216496Z [00:01:02.069]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:50:08.8229744Z [00:01:02.075]➜  audit-static-x86_64-unknown-linux-musl> checking for python3-config... no
2025-08-20T21:50:08.8231098Z [00:01:02.075]➜  audit-static-x86_64-unknown-linux-musl> Python3 bindings will NOT be built
2025-08-20T21:50:08.8239158Z [00:01:02.076]➜  audit-static-x86_64-unknown-linux-musl> checking whether to create Go language bindings... testing
2025-08-20T21:50:08.8299603Z [00:01:02.081]➜  audit-static-x86_64-unknown-linux-musl> checking for go... no
2025-08-20T21:50:08.8301193Z [00:01:02.081]➜  audit-static-x86_64-unknown-linux-musl> configure: WARNING: Go not found - go bindings will not be made
2025-08-20T21:50:08.8303012Z [00:01:02.081]➜  audit-static-x86_64-unknown-linux-musl> checking whether to include auditd network listener support... yes
2025-08-20T21:50:08.8309810Z [00:01:02.081]➜  audit-static-x86_64-unknown-linux-musl> checking whether to include audisp ZOS remote plugin... no
2025-08-20T21:50:08.8311701Z [00:01:02.081]➜  audit-static-x86_64-unknown-linux-musl> checking whether to enable experimental options... no
2025-08-20T21:50:08.8480757Z [00:01:02.100]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:50:08.8586277Z [00:01:02.109]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:50:08.8881870Z [00:01:02.140]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: executing po-directories commands
2025-08-20T21:50:08.8974183Z [00:01:02.149]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:50:08.9187446Z [00:01:02.170]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating po/POTFILES
2025-08-20T21:50:08.9305674Z [00:01:02.182]➜  audit-static-x86_64-unknown-linux-musl> checking for linux/fanotify.h... yes
2025-08-20T21:50:08.9382968Z [00:01:02.190]➜  cracklib-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile
2025-08-20T21:50:08.9803092Z [00:01:02.232]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:50:09.0637183Z [00:01:02.315]➜  audit-static-x86_64-unknown-linux-musl> checking for -Wformat-truncation... yes
2025-08-20T21:50:09.0689045Z [00:01:02.316]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:50:09.0758689Z [00:01:02.328]➜  cracklib-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:50:09.0948964Z [00:01:02.347]➜  cracklib-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:50:09.1050240Z [00:01:02.357]➜  cracklib-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:50:09.1136703Z [00:01:02.365]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0'
2025-08-20T21:50:09.1280077Z [00:01:02.380]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in m4
2025-08-20T21:50:09.1355662Z [00:01:02.386]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/m4'
2025-08-20T21:50:09.1361074Z [00:01:02.386]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:09.1362886Z [00:01:02.386]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/m4'
2025-08-20T21:50:09.1364544Z [00:01:02.386]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in lib
2025-08-20T21:50:09.1366118Z [00:01:02.386]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/lib'
2025-08-20T21:50:09.1370502Z [00:01:02.386]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib -DIN_CRACKLIB '-DDEFAULT_CRACKLIB_DICT="/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict"' -Wall   -g -O2 -c -o fascist.lo fascist.c
2025-08-20T21:50:09.1508049Z [00:01:02.402]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:50:09.1973591Z [00:01:02.449]➜  audit-static-x86_64-unknown-linux-musl> yes
2025-08-20T21:50:09.2024972Z [00:01:02.454]➜  audit-static-x86_64-unknown-linux-musl> checking whether to include arm eabi processor support... yes
2025-08-20T21:50:09.2026796Z [00:01:02.454]➜  audit-static-x86_64-unknown-linux-musl> checking whether to include aarch64 processor support... yes
2025-08-20T21:50:09.2028560Z [00:01:02.454]➜  audit-static-x86_64-unknown-linux-musl> checking whether to include riscv processor support... no
2025-08-20T21:50:09.2030146Z [00:01:02.454]➜  audit-static-x86_64-unknown-linux-musl> checking whether to use apparmor... no
2025-08-20T21:50:09.2044410Z [00:01:02.456]➜  audit-static-x86_64-unknown-linux-musl> checking whether to use libwrap... no
2025-08-20T21:50:09.2071830Z [00:01:02.459]➜  audit-static-x86_64-unknown-linux-musl> checking whether to include io_uring support... no
2025-08-20T21:50:09.2641650Z [00:01:02.516]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../lib -DIN_CRACKLIB -DDEFAULT_CRACKLIB_DICT=\"/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict\" -Wall -g -O2 -c fascist.c -o fascist.o
2025-08-20T21:50:09.2775810Z [00:01:02.529]➜  audit-static-x86_64-unknown-linux-musl> checking for linux/ipx.h... no
2025-08-20T21:50:09.2788693Z [00:01:02.531]➜  audit-static-x86_64-unknown-linux-musl> checking which firewall command to use... nftables
2025-08-20T21:50:09.2896339Z [00:01:02.541]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:50:09.3556289Z [00:01:02.607]➜  audit-static-x86_64-unknown-linux-musl> checking for cap-ng.h... yes
2025-08-20T21:50:09.4844477Z [00:01:02.736]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:50:09.5380937Z [00:01:02.790]➜  audit-static-x86_64-unknown-linux-musl> checking for capng_clear in -lcap-ng... yes
2025-08-20T21:50:09.5384526Z [00:01:02.790]➜  audit-static-x86_64-unknown-linux-musl> checking whether to use libcap-ng... yes
2025-08-20T21:50:09.6052788Z [00:01:02.857]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib -DIN_CRACKLIB '-DDEFAULT_CRACKLIB_DICT="/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict"' -Wall   -g -O2 -c -o packlib.lo packlib.c
2025-08-20T21:50:09.6316316Z [00:01:02.883]➜  audit-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:50:09.6322588Z [00:01:02.884]➜  audit-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:50:09.6761775Z [00:01:02.928]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:50:09.7235492Z [00:01:02.975]➜  cmocka-static-x86_64-unknown-linux-musl> [ 10%] Linking C static library libcmocka-static.a
2025-08-20T21:50:09.7284991Z [00:01:02.980]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../lib -DIN_CRACKLIB -DDEFAULT_CRACKLIB_DICT=\"/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict\" -Wall -g -O2 -c packlib.c -o packlib.o
2025-08-20T21:50:09.7299098Z [00:01:02.982]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:50:09.7822919Z [00:01:03.034]➜  cmocka-static-x86_64-unknown-linux-musl> [ 11%] Linking C static library libcmocka.a
2025-08-20T21:50:09.7962725Z [00:01:03.048]➜  cracklib-static-x86_64-unknown-linux-musl> packlib.c:20:9: warning: "_BSD_SOURCE" redefined
2025-08-20T21:50:09.7968088Z [00:01:03.048]➜  cracklib-static-x86_64-unknown-linux-musl>    20 | #define _BSD_SOURCE
2025-08-20T21:50:09.7970171Z [00:01:03.048]➜  cracklib-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~
2025-08-20T21:50:09.7973378Z [00:01:03.048]➜  cracklib-static-x86_64-unknown-linux-musl> In file included from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/string.h:8,
2025-08-20T21:50:09.7989765Z [00:01:03.048]➜  cracklib-static-x86_64-unknown-linux-musl>                  from /nix/store/yzkqzy5bjl433k0n63b7g2ji0rr9pf72-fortify-headers-1.1alpine3/include/string.h:23,
2025-08-20T21:50:09.7991423Z [00:01:03.048]➜  cracklib-static-x86_64-unknown-linux-musl>                  from packlib.c:8:
2025-08-20T21:50:09.8004036Z [00:01:03.048]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/features.h:15:9: note: this is the location of the previous definition
2025-08-20T21:50:09.8006221Z [00:01:03.048]➜  cracklib-static-x86_64-unknown-linux-musl>    15 | #define _BSD_SOURCE 1
2025-08-20T21:50:09.8007214Z [00:01:03.049]➜  cracklib-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~
2025-08-20T21:50:09.8044802Z [00:01:03.056]➜  cmocka-static-x86_64-unknown-linux-musl> [ 11%] Built target cmocka-static
2025-08-20T21:50:09.8555765Z [00:01:03.107]➜  cmocka-static-x86_64-unknown-linux-musl> [ 11%] Built target cmocka
2025-08-20T21:50:09.8674031Z [00:01:03.119]➜  cmocka-static-x86_64-unknown-linux-musl> [ 12%] Building C object tests/CMakeFiles/test_group_setup_assert.dir/test_group_setup_assert.c.o
2025-08-20T21:50:09.8715981Z [00:01:03.119]➜  cmocka-static-x86_64-unknown-linux-musl> [ 14%] Building C object tests/CMakeFiles/test_alloc.dir/test_alloc.c.o
2025-08-20T21:50:09.8718131Z [00:01:03.123]➜  cmocka-static-x86_64-unknown-linux-musl> [ 15%] Building C object tests/CMakeFiles/test_group_setup_fail.dir/test_group_setup_fail.c.o
2025-08-20T21:50:09.8747590Z [00:01:03.125]➜  cmocka-static-x86_64-unknown-linux-musl> [ 17%] Building C object tests/CMakeFiles/test_fixtures.dir/test_fixtures.c.o
2025-08-20T21:50:09.9044013Z [00:01:03.156]➜  cmocka-static-x86_64-unknown-linux-musl> [ 18%] Building C object tests/CMakeFiles/test_group_fixtures.dir/test_group_fixtures.c.o
2025-08-20T21:50:09.9608967Z [00:01:03.213]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:50:09.9688986Z [00:01:03.221]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:50:09.9694544Z [00:01:03.221]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:50:09.9740312Z [00:01:03.226]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:50:09.9749095Z [00:01:03.227]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:50:10.0098348Z [00:01:03.261]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:50:10.0120132Z [00:01:03.264]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:50:10.0124989Z [00:01:03.264]➜  cmocka-static-x86_64-unknown-linux-musl> [ 20%] Linking C executable test_group_setup_fail
2025-08-20T21:50:10.0147377Z [00:01:03.265]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:50:10.0224435Z [00:01:03.273]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:50:10.0255062Z [00:01:03.277]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:50:10.0345309Z [00:01:03.277]➜  cmocka-static-x86_64-unknown-linux-musl> [ 21%] Linking C executable test_group_setup_assert
2025-08-20T21:50:10.0448557Z [00:01:03.296]➜  cmocka-static-x86_64-unknown-linux-musl> [ 22%] Linking C executable test_alloc
2025-08-20T21:50:10.0477771Z [00:01:03.299]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:50:10.0599432Z [00:01:03.311]➜  cmocka-static-x86_64-unknown-linux-musl> [ 24%] Linking C executable test_fixtures
2025-08-20T21:50:10.0622762Z [00:01:03.314]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:50:10.0668814Z [00:01:03.319]➜  cmocka-static-x86_64-unknown-linux-musl> [ 25%] Linking C executable test_group_fixtures
2025-08-20T21:50:10.1607006Z [00:01:03.412]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:50:10.1615094Z [00:01:03.413]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:50:10.1648484Z [00:01:03.417]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:50:10.2010073Z [00:01:03.453]➜  cmocka-static-x86_64-unknown-linux-musl> [ 25%] Built target test_group_setup_fail
2025-08-20T21:50:10.2059970Z [00:01:03.458]➜  cmocka-static-x86_64-unknown-linux-musl> [ 25%] Built target test_alloc
2025-08-20T21:50:10.2134492Z [00:01:03.465]➜  cmocka-static-x86_64-unknown-linux-musl> [ 25%] Built target test_group_fixtures
2025-08-20T21:50:10.2143375Z [00:01:03.466]➜  cmocka-static-x86_64-unknown-linux-musl> [ 25%] Built target test_group_setup_assert
2025-08-20T21:50:10.2224121Z [00:01:03.472]➜  cmocka-static-x86_64-unknown-linux-musl> [ 25%] Built target test_fixtures
2025-08-20T21:50:10.2539057Z [00:01:03.506]➜  cmocka-static-x86_64-unknown-linux-musl> [ 27%] Building C object tests/CMakeFiles/test_groups.dir/test_groups.c.o
2025-08-20T21:50:10.2575952Z [00:01:03.506]➜  cmocka-static-x86_64-unknown-linux-musl> [ 28%] Building C object tests/CMakeFiles/test_float_macros.dir/test_float_macros.c.o
2025-08-20T21:50:10.2640923Z [00:01:03.516]➜  cmocka-static-x86_64-unknown-linux-musl> [ 30%] Building C object tests/CMakeFiles/test_double_macros.dir/test_double_macros.c.o
2025-08-20T21:50:10.2765413Z [00:01:03.527]➜  cmocka-static-x86_64-unknown-linux-musl> [ 31%] Building C object tests/CMakeFiles/test_assert_macros_fail.dir/test_assert_macros_fail.c.o
2025-08-20T21:50:10.2850563Z [00:01:03.528]➜  cmocka-static-x86_64-unknown-linux-musl> [ 32%] Building C object tests/CMakeFiles/test_assert_macros.dir/test_assert_macros.c.o
2025-08-20T21:50:10.2881831Z [00:01:03.540]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib -DIN_CRACKLIB '-DDEFAULT_CRACKLIB_DICT="/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict"' -Wall   -g -O2 -c -o rules.lo rules.c
2025-08-20T21:50:10.3776039Z [00:01:03.629]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:50:10.3838565Z [00:01:03.635]➜  cmocka-static-x86_64-unknown-linux-musl> [ 34%] Linking C executable test_float_macros
2025-08-20T21:50:10.4025874Z [00:01:03.654]➜  cmocka-static-x86_64-unknown-linux-musl> [ 35%] Linking C executable test_double_macros
2025-08-20T21:50:10.4117088Z [00:01:03.663]➜  cmocka-static-x86_64-unknown-linux-musl> [ 37%] Linking C executable test_assert_macros_fail
2025-08-20T21:50:10.4159823Z [00:01:03.668]➜  cmocka-static-x86_64-unknown-linux-musl> [ 38%] Linking C executable test_groups
2025-08-20T21:50:10.4165820Z [00:01:03.668]➜  cmocka-static-x86_64-unknown-linux-musl> [ 40%] Linking C executable test_assert_macros
2025-08-20T21:50:10.4464260Z [00:01:03.698]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../lib -DIN_CRACKLIB -DDEFAULT_CRACKLIB_DICT=\"/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict\" -Wall -g -O2 -c rules.c -o rules.o
2025-08-20T21:50:10.5295512Z [00:01:03.781]➜  cmocka-static-x86_64-unknown-linux-musl> [ 40%] Built target test_float_macros
2025-08-20T21:50:10.5525247Z [00:01:03.801]➜  cmocka-static-x86_64-unknown-linux-musl> [ 40%] Built target test_assert_macros_fail
2025-08-20T21:50:10.5686468Z [00:01:03.820]➜  cmocka-static-x86_64-unknown-linux-musl> [ 40%] Built target test_double_macros
2025-08-20T21:50:10.5698654Z [00:01:03.822]➜  cmocka-static-x86_64-unknown-linux-musl> [ 40%] Built target test_assert_macros
2025-08-20T21:50:10.5850932Z [00:01:03.837]➜  cmocka-static-x86_64-unknown-linux-musl> [ 41%] Building C object tests/CMakeFiles/test_skip.dir/test_skip.c.o
2025-08-20T21:50:10.5857178Z [00:01:03.837]➜  cmocka-static-x86_64-unknown-linux-musl> [ 41%] Built target test_groups
2025-08-20T21:50:10.5907143Z [00:01:03.842]➜  cmocka-static-x86_64-unknown-linux-musl> [ 42%] Building C object tests/CMakeFiles/test_basics.dir/test_basics.c.o
2025-08-20T21:50:10.6125744Z [00:01:03.864]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:50:10.6128753Z [00:01:03.865]➜  cmocka-static-x86_64-unknown-linux-musl> [ 44%] Building C object tests/CMakeFiles/test_strmatch.dir/test_strmatch.c.o
2025-08-20T21:50:10.6266331Z [00:01:03.878]➜  cmocka-static-x86_64-unknown-linux-musl> [ 45%] Building C object tests/CMakeFiles/test_setup_fail.dir/test_setup_fail.c.o
2025-08-20T21:50:10.6452228Z [00:01:03.897]➜  cmocka-static-x86_64-unknown-linux-musl> [ 47%] Building C object tests/CMakeFiles/test_ordering.dir/test_ordering.c.o
2025-08-20T21:50:10.7205348Z [00:01:03.969]➜  cmocka-static-x86_64-unknown-linux-musl> [ 48%] Linking C executable test_skip
2025-08-20T21:50:10.7282024Z [00:01:03.980]➜  cmocka-static-x86_64-unknown-linux-musl> [ 50%] Linking C executable test_basics
2025-08-20T21:50:10.7902960Z [00:01:04.042]➜  cmocka-static-x86_64-unknown-linux-musl> [ 51%] Linking C executable test_setup_fail
2025-08-20T21:50:10.8422342Z [00:01:04.094]➜  cmocka-static-x86_64-unknown-linux-musl> [ 52%] Linking C executable test_ordering
2025-08-20T21:50:10.8551893Z [00:01:04.107]➜  cmocka-static-x86_64-unknown-linux-musl> [ 52%] Built target test_skip
2025-08-20T21:50:10.9005739Z [00:01:04.152]➜  cmocka-static-x86_64-unknown-linux-musl> [ 52%] Built target test_basics
2025-08-20T21:50:10.9046827Z [00:01:04.156]➜  cmocka-static-x86_64-unknown-linux-musl> [ 54%] Building C object tests/CMakeFiles/test_ordering_fail.dir/test_ordering_fail.c.o
2025-08-20T21:50:10.9506893Z [00:01:04.202]➜  cmocka-static-x86_64-unknown-linux-musl> [ 55%] Building C object tests/CMakeFiles/test_returns.dir/test_returns.c.o
2025-08-20T21:50:10.9602077Z [00:01:04.212]➜  cmocka-static-x86_64-unknown-linux-musl> [ 55%] Built target test_setup_fail
2025-08-20T21:50:10.9942248Z [00:01:04.246]➜  cmocka-static-x86_64-unknown-linux-musl> [ 55%] Built target test_ordering
2025-08-20T21:50:11.0218816Z [00:01:04.273]➜  cmocka-static-x86_64-unknown-linux-musl> [ 57%] Building C object tests/CMakeFiles/test_returns_fail.dir/test_returns_fail.c.o
2025-08-20T21:50:11.0548827Z [00:01:04.305]➜  cmocka-static-x86_64-unknown-linux-musl> [ 58%] Building C object tests/CMakeFiles/test_string.dir/test_string.c.o
2025-08-20T21:50:11.0817662Z [00:01:04.333]➜  cmocka-static-x86_64-unknown-linux-musl> [ 60%] Linking C executable test_ordering_fail
2025-08-20T21:50:11.1920811Z [00:01:04.444]➜  cmocka-static-x86_64-unknown-linux-musl> [ 61%] Linking C executable test_returns
2025-08-20T21:50:11.1945200Z [00:01:04.446]➜  cmocka-static-x86_64-unknown-linux-musl> [ 62%] Linking C executable test_string
2025-08-20T21:50:11.2011371Z [00:01:04.453]➜  cmocka-static-x86_64-unknown-linux-musl> [ 64%] Linking C executable test_returns_fail
2025-08-20T21:50:11.2189858Z [00:01:04.470]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib -DIN_CRACKLIB '-DDEFAULT_CRACKLIB_DICT="/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict"' -Wall   -g -O2 -c -o stringlib.lo stringlib.c
2025-08-20T21:50:11.2295521Z [00:01:04.480]➜  cmocka-static-x86_64-unknown-linux-musl> [ 64%] Built target test_ordering_fail
2025-08-20T21:50:11.2437681Z [00:01:04.495]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check_export-check_check_master.o `test -f 'check_check_master.c' || echo './'`check_check_master.c
2025-08-20T21:50:11.2945131Z [00:01:04.546]➜  cmocka-static-x86_64-unknown-linux-musl> [ 65%] Building C object tests/CMakeFiles/test_wildcard.dir/test_wildcard.c.o
2025-08-20T21:50:11.3450062Z [00:01:04.597]➜  cmocka-static-x86_64-unknown-linux-musl> [ 65%] Built target test_returns_fail
2025-08-20T21:50:11.3465153Z [00:01:04.598]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:50:11.3666689Z [00:01:04.618]➜  cmocka-static-x86_64-unknown-linux-musl> [ 65%] Built target test_returns
2025-08-20T21:50:11.3684773Z [00:01:04.620]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../lib -DIN_CRACKLIB -DDEFAULT_CRACKLIB_DICT=\"/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict\" -Wall -g -O2 -c stringlib.c -o stringlib.o
2025-08-20T21:50:11.3805590Z [00:01:04.632]➜  cmocka-static-x86_64-unknown-linux-musl> [ 65%] Built target test_string
2025-08-20T21:50:11.3823983Z [00:01:04.634]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparse_tests.sh': No such file or directory
2025-08-20T21:50:11.3831355Z [00:01:04.635]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparselol_test.sh': No such file or directory
2025-08-20T21:50:11.3932777Z [00:01:04.645]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating common/Makefile
2025-08-20T21:50:11.3962427Z [00:01:04.648]➜  cmocka-static-x86_64-unknown-linux-musl> [ 67%] Building C object tests/CMakeFiles/test_skip_filter.dir/test_skip_filter.c.o
2025-08-20T21:50:11.4286107Z [00:01:04.678]➜  cmocka-static-x86_64-unknown-linux-musl> [ 68%] Building C object tests/CMakeFiles/test_cmockery.dir/test_cmockery.c.o
2025-08-20T21:50:11.4325101Z [00:01:04.684]➜  cmocka-static-x86_64-unknown-linux-musl> [ 70%] Linking C executable test_wildcard
2025-08-20T21:50:11.4415850Z [00:01:04.691]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparse_tests.sh': No such file or directory
2025-08-20T21:50:11.4418260Z [00:01:04.691]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparselol_test.sh': No such file or directory
2025-08-20T21:50:11.4473902Z [00:01:04.699]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating lib/Makefile
2025-08-20T21:50:11.4626959Z [00:01:04.714]➜  cmocka-static-x86_64-unknown-linux-musl> [ 71%] Building C object tests/CMakeFiles/test_exception_handler.dir/test_exception_handler.c.o
2025-08-20T21:50:11.5144603Z [00:01:04.766]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -version-info 11:0:9  -o libcrack.la -rpath /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/lib fascist.lo packlib.lo rules.lo stringlib.lo  -lz
2025-08-20T21:50:11.5185663Z [00:01:04.768]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparse_tests.sh': No such file or directory
2025-08-20T21:50:11.5191242Z [00:01:04.768]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparselol_test.sh': No such file or directory
2025-08-20T21:50:11.5257380Z [00:01:04.777]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating lib/audit.pc
2025-08-20T21:50:11.5446660Z [00:01:04.796]➜  cmocka-static-x86_64-unknown-linux-musl> [ 72%] Linking C executable test_skip_filter
2025-08-20T21:50:11.5527238Z [00:01:04.804]➜  cmocka-static-x86_64-unknown-linux-musl> [ 74%] Linking C executable test_cmockery
2025-08-20T21:50:11.5886100Z [00:01:04.839]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparse_tests.sh': No such file or directory
2025-08-20T21:50:11.5888880Z [00:01:04.839]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparselol_test.sh': No such file or directory
2025-08-20T21:50:11.5925590Z [00:01:04.844]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating lib/test/Makefile
2025-08-20T21:50:11.6069356Z [00:01:04.857]➜  cmocka-static-x86_64-unknown-linux-musl> [ 75%] Linking C executable test_exception_handler
2025-08-20T21:50:11.6099089Z [00:01:04.860]➜  cmocka-static-x86_64-unknown-linux-musl> [ 75%] Built target test_wildcard
2025-08-20T21:50:11.6529592Z [00:01:04.905]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparse_tests.sh': No such file or directory
2025-08-20T21:50:11.6532150Z [00:01:04.905]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparselol_test.sh': No such file or directory
2025-08-20T21:50:11.6609700Z [00:01:04.912]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating auplugin/Makefile
2025-08-20T21:50:11.6695653Z [00:01:04.921]➜  cmocka-static-x86_64-unknown-linux-musl> [ 75%] Built target test_cmockery
2025-08-20T21:50:11.6714223Z [00:01:04.923]➜  cmocka-static-x86_64-unknown-linux-musl> [ 77%] Building C object example/CMakeFiles/simple_test.dir/simple_test.c.o
2025-08-20T21:50:11.7180279Z [00:01:04.970]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparse_tests.sh': No such file or directory
2025-08-20T21:50:11.7186617Z [00:01:04.970]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparselol_test.sh': No such file or directory
2025-08-20T21:50:11.7284776Z [00:01:04.979]➜  cmocka-static-x86_64-unknown-linux-musl> [ 77%] Built target test_skip_filter
2025-08-20T21:50:11.7294084Z [00:01:04.981]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating auplugin/test/Makefile
2025-08-20T21:50:11.7331813Z [00:01:04.985]➜  cmocka-static-x86_64-unknown-linux-musl> [ 78%] Building C object example/CMakeFiles/allocate_module_test.dir/allocate_module.c.o
2025-08-20T21:50:11.7419784Z [00:01:04.994]➜  cmocka-static-x86_64-unknown-linux-musl> [ 78%] Built target test_exception_handler
2025-08-20T21:50:11.7547102Z [00:01:05.006]➜  cmocka-static-x86_64-unknown-linux-musl> [ 80%] Linking C executable simple_test
2025-08-20T21:50:11.7666869Z [00:01:05.018]➜  cmocka-static-x86_64-unknown-linux-musl> [ 81%] Building C object example/CMakeFiles/allocate_module_test.dir/allocate_module_test.c.o
2025-08-20T21:50:11.7768459Z [00:01:05.028]➜  cmocka-static-x86_64-unknown-linux-musl> [ 82%] Building C object example/CMakeFiles/assert_macro_test.dir/assert_macro.c.o
2025-08-20T21:50:11.8073437Z [00:01:05.059]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparse_tests.sh': No such file or directory
2025-08-20T21:50:11.8084272Z [00:01:05.060]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparselol_test.sh': No such file or directory
2025-08-20T21:50:11.8183760Z [00:01:05.070]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating auparse/Makefile
2025-08-20T21:50:11.8595967Z [00:01:05.107]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libcrack.a  fascist.o packlib.o rules.o stringlib.o
2025-08-20T21:50:11.8733106Z [00:01:05.125]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libcrack.a
2025-08-20T21:50:11.8822261Z [00:01:05.134]➜  cmocka-static-x86_64-unknown-linux-musl> [ 82%] Built target simple_test
2025-08-20T21:50:11.9073690Z [00:01:05.157]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparse_tests.sh': No such file or directory
2025-08-20T21:50:11.9082281Z [00:01:05.157]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparselol_test.sh': No such file or directory
2025-08-20T21:50:11.9084436Z [00:01:05.157]➜  cmocka-static-x86_64-unknown-linux-musl> [ 84%] Linking C executable allocate_module_test
2025-08-20T21:50:11.9086184Z [00:01:05.157]➜  cmocka-static-x86_64-unknown-linux-musl> [ 85%] Building C object example/CMakeFiles/assert_macro_test.dir/assert_macro_test.c.o
2025-08-20T21:50:11.9106485Z [00:01:05.162]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libcrack.la" && ln -s "../libcrack.la" "libcrack.la" )
2025-08-20T21:50:11.9127337Z [00:01:05.164]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating auparse/test/Makefile
2025-08-20T21:50:11.9276519Z [00:01:05.179]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/lib'
2025-08-20T21:50:11.9278250Z [00:01:05.179]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in util
2025-08-20T21:50:11.9362598Z [00:01:05.188]➜  cmocka-static-x86_64-unknown-linux-musl> [ 87%] Building C object example/CMakeFiles/assert_module_test.dir/assert_module.c.o
2025-08-20T21:50:11.9396775Z [00:01:05.188]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/util'
2025-08-20T21:50:11.9467627Z [00:01:05.188]➜  cracklib-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib '-DDEFAULT_CRACKLIB_DICT="/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict"' '-DLOCALEDIR="/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/locale"' -Wall   -g -O2 -c -o packer.o packer.c
2025-08-20T21:50:11.9641728Z [00:01:05.216]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check_export-check_check_log.o `test -f 'check_check_log.c' || echo './'`check_check_log.c
2025-08-20T21:50:11.9756937Z [00:01:05.227]➜  cmocka-static-x86_64-unknown-linux-musl> [ 88%] Building C object example/mock/chef_wrap/CMakeFiles/waiter_test_wrap.dir/waiter_test_wrap.c.o
2025-08-20T21:50:11.9828990Z [00:01:05.235]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparse_tests.sh': No such file or directory
2025-08-20T21:50:11.9835022Z [00:01:05.235]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparselol_test.sh': No such file or directory
2025-08-20T21:50:11.9901436Z [00:01:05.242]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating auparse/test/run_auparse_tests.sh
2025-08-20T21:50:12.0404589Z [00:01:05.291]➜  audit-static-x86_64-unknown-linux-musl> chmod: cannot access 'auparse/test/run_auparselol_test.sh': No such file or directory
2025-08-20T21:50:12.0466661Z [00:01:05.298]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating auparse/test/run_auparselol_test.sh
2025-08-20T21:50:12.0492082Z [00:01:05.301]➜  cmocka-static-x86_64-unknown-linux-musl> [ 88%] Built target allocate_module_test
2025-08-20T21:50:12.0565317Z [00:01:05.308]➜  cmocka-static-x86_64-unknown-linux-musl> [ 90%] Building C object example/CMakeFiles/assert_module_test.dir/assert_module_test.c.o
2025-08-20T21:50:12.0594645Z [00:01:05.311]➜  cmocka-static-x86_64-unknown-linux-musl> [ 91%] Linking C executable assert_macro_test
2025-08-20T21:50:12.1092886Z [00:01:05.361]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o cracklib-packer packer.o ../lib/libcrack.la -lz
2025-08-20T21:50:12.1198129Z [00:01:05.371]➜  cmocka-static-x86_64-unknown-linux-musl> [ 92%] Building C object example/mock/uptime/CMakeFiles/test_uptime.dir/test_uptime.c.o
2025-08-20T21:50:12.1215412Z [00:01:05.373]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating auparse/auparse.pc
2025-08-20T21:50:12.1672028Z [00:01:05.419]➜  cmocka-static-x86_64-unknown-linux-musl> [ 94%] Building C object example/mock/chef_wrap/CMakeFiles/waiter_test_wrap.dir/chef.c.o
2025-08-20T21:50:12.1828407Z [00:01:05.434]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:50:12.2246392Z [00:01:05.476]➜  cmocka-static-x86_64-unknown-linux-musl> [ 95%] Linking C executable assert_module_test
2025-08-20T21:50:12.2286796Z [00:01:05.479]➜  cmocka-static-x86_64-unknown-linux-musl> [ 95%] Built target assert_macro_test
2025-08-20T21:50:12.2522427Z [00:01:05.504]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating src/libev/Makefile
2025-08-20T21:50:12.3050891Z [00:01:05.557]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating src/test/Makefile
2025-08-20T21:50:12.3117465Z [00:01:05.563]➜  cmocka-static-x86_64-unknown-linux-musl> [ 97%] Linking C executable waiter_test_wrap
2025-08-20T21:50:12.3664567Z [00:01:05.618]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating docs/Makefile
2025-08-20T21:50:12.3755958Z [00:01:05.625]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o cracklib-packer packer.o  ../lib/.libs/libcrack.a -lz
2025-08-20T21:50:12.3758038Z [00:01:05.627]➜  cmocka-static-x86_64-unknown-linux-musl> [ 97%] Built target assert_module_test
2025-08-20T21:50:12.3946690Z [00:01:05.646]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check_export-check_check_fork.o `test -f 'check_check_fork.c' || echo './'`check_check_fork.c
2025-08-20T21:50:12.4288268Z [00:01:05.680]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating rules/Makefile
2025-08-20T21:50:12.4586706Z [00:01:05.710]➜  cmocka-static-x86_64-unknown-linux-musl> [ 97%] Built target waiter_test_wrap
2025-08-20T21:50:12.4611984Z [00:01:05.713]➜  cmocka-static-x86_64-unknown-linux-musl> [ 98%] Linking C executable test_uptime
2025-08-20T21:50:12.4828848Z [00:01:05.734]➜  cracklib-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib '-DDEFAULT_CRACKLIB_DICT="/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict"' '-DLOCALEDIR="/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/locale"' -Wall   -g -O2 -c -o unpacker.o unpacker.c
2025-08-20T21:50:12.4846194Z [00:01:05.735]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating init.d/Makefile
2025-08-20T21:50:12.5421819Z [00:01:05.793]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/Makefile
2025-08-20T21:50:12.5627980Z [00:01:05.814]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:50:12.5630798Z [00:01:05.815]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o cracklib-unpacker unpacker.o ../lib/libcrack.la -lz
2025-08-20T21:50:12.5632925Z [00:01:05.815]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:50:12.5634374Z [00:01:05.815]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:50:12.5704977Z [00:01:05.822]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check_export-check_check_tags.o `test -f 'check_check_tags.c' || echo './'`check_check_tags.c
2025-08-20T21:50:12.6005667Z [00:01:05.852]➜  cmocka-static-x86_64-unknown-linux-musl> [ 98%] Built target test_uptime
2025-08-20T21:50:12.6007265Z [00:01:05.852]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/test/Makefile
2025-08-20T21:50:12.6441291Z [00:01:05.896]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/plugins/Makefile
2025-08-20T21:50:12.7291496Z [00:01:05.981]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o cracklib-unpacker unpacker.o  ../lib/.libs/libcrack.a -lz
2025-08-20T21:50:12.8451952Z [00:01:06.097]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/plugins/af_unix/Makefile
2025-08-20T21:50:12.8636505Z [00:01:06.115]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:50:12.8648980Z [00:01:06.117]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:50:12.9149736Z [00:01:06.166]➜  cracklib-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../lib '-DDEFAULT_CRACKLIB_DICT="/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict"' '-DLOCALEDIR="/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/locale"' -Wall   -g -O2 -c -o check.o check.c
2025-08-20T21:50:12.9286892Z [00:01:06.180]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/plugins/remote/Makefile
2025-08-20T21:50:12.9690243Z [00:01:06.221]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/plugins/zos-remote/Makefile
2025-08-20T21:50:12.9842614Z [00:01:06.235]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:50:12.9844334Z [00:01:06.235]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:50:12.9845744Z [00:01:06.235]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:50:12.9847032Z [00:01:06.236]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:50:12.9859793Z [00:01:06.238]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:50:12.9915099Z [00:01:06.243]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:12.9916253Z [00:01:06.243]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:50:12.9925850Z [00:01:06.244]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:12.9974501Z [00:01:06.249]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:50:12.9989558Z [00:01:06.251]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:50:13.0030294Z [00:01:06.255]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:50:13.0032195Z [00:01:06.255]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/plugins/syslog/Makefile
2025-08-20T21:50:13.0074268Z [00:01:06.256]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:50:13.0075538Z [00:01:06.257]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:50:13.0076878Z [00:01:06.257]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:13.0084732Z [00:01:06.260]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:50:13.0089156Z [00:01:06.261]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:50:13.0135566Z [00:01:06.265]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:13.0143986Z [00:01:06.266]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:50:13.0185505Z [00:01:06.270]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:13.0189930Z [00:01:06.270]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:50:13.0204174Z [00:01:06.272]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:50:13.0205330Z [00:01:06.272]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:50:13.0215112Z [00:01:06.273]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:50:13.0226009Z [00:01:06.274]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:50:13.0286833Z [00:01:06.280]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:50:13.0287988Z [00:01:06.280]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:50:13.0289141Z [00:01:06.280]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:50:13.0290361Z [00:01:06.280]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:50:13.0291525Z [00:01:06.280]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:50:13.0292736Z [00:01:06.280]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:50:13.0294188Z [00:01:06.280]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:50:13.0346465Z [00:01:06.285]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:50:13.0385379Z [00:01:06.290]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:50:13.0386922Z [00:01:06.290]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:50:13.0388411Z [00:01:06.291]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:50:13.0406606Z [00:01:06.292]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:50:13.0412093Z [00:01:06.292]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:50:13.0413925Z [00:01:06.292]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:50:13.0419373Z [00:01:06.292]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:50:13.0427403Z [00:01:06.294]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o cracklib-check check.o ../lib/libcrack.la  -lz
2025-08-20T21:50:13.0433149Z [00:01:06.294]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:50:13.0435396Z [00:01:06.295]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:50:13.0460627Z [00:01:06.298]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:50:13.0518149Z [00:01:06.303]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/plugins/filter/Makefile
2025-08-20T21:50:13.0693507Z [00:01:06.321]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:13.0875769Z [00:01:06.337]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:50:13.0979604Z [00:01:06.350]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-cc... no
2025-08-20T21:50:13.0991769Z [00:01:06.351]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-gcc... no
2025-08-20T21:50:13.0997703Z [00:01:06.351]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/plugins/ids/Makefile
2025-08-20T21:50:13.1042964Z [00:01:06.356]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-c++... no
2025-08-20T21:50:13.1074423Z [00:01:06.358]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-g++... no
2025-08-20T21:50:13.1075653Z [00:01:06.359]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-cxx... no
2025-08-20T21:50:13.1119186Z [00:01:06.364]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-gxx... no
2025-08-20T21:50:13.1131799Z [00:01:06.365]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-gcc... no
2025-08-20T21:50:13.1145104Z [00:01:06.366]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-gfortran... no
2025-08-20T21:50:13.1189906Z [00:01:06.371]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-gccgo... no
2025-08-20T21:50:13.1228342Z [00:01:06.375]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-gdc... no
2025-08-20T21:50:13.1285082Z [00:01:06.380]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-gm2... no
2025-08-20T21:50:13.1346351Z [00:01:06.386]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/plugins/ids/rules/Makefile
2025-08-20T21:50:13.1472857Z [00:01:06.399]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-ar... no
2025-08-20T21:50:13.1494922Z [00:01:06.400]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-as... no
2025-08-20T21:50:13.1520450Z [00:01:06.404]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:13.1635171Z [00:01:06.409]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:13.1652714Z [00:01:06.410]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-ld... no
2025-08-20T21:50:13.1654189Z [00:01:06.415]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-lipo... no
2025-08-20T21:50:13.1655762Z [00:01:06.416]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-nm... no
2025-08-20T21:50:13.1693740Z [00:01:06.421]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-objcopy... no
2025-08-20T21:50:13.1711089Z [00:01:06.423]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-objdump... no
2025-08-20T21:50:13.1767982Z [00:01:06.429]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-otool... no
2025-08-20T21:50:13.1793044Z [00:01:06.431]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-ranlib... no
2025-08-20T21:50:13.1795877Z [00:01:06.431]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating audisp/plugins/statsd/Makefile
2025-08-20T21:50:13.1849603Z [00:01:06.437]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-readelf... no
2025-08-20T21:50:13.1857325Z [00:01:06.437]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-strip... no
2025-08-20T21:50:13.1898318Z [00:01:06.441]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-windres... no
2025-08-20T21:50:13.1969481Z [00:01:06.446]➜  x86_64-unknown-linux-musl-binutils> checking for aarch64-unknown-linux-gnu-windmc... no
2025-08-20T21:50:13.1970783Z [00:01:06.446]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:50:13.1972024Z [00:01:06.446]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:50:13.1973799Z [00:01:06.448]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:50:13.2055157Z [00:01:06.455]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:50:13.2061803Z [00:01:06.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:50:13.2069287Z [00:01:06.459]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:50:13.2086629Z [00:01:06.460]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:50:13.2161181Z [00:01:06.468]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:50:13.2189701Z [00:01:06.471]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:50:13.2214388Z [00:01:06.473]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:50:13.2252164Z [00:01:06.477]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:50:13.2256026Z [00:01:06.477]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating bindings/Makefile
2025-08-20T21:50:13.2272414Z [00:01:06.479]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:50:13.2281061Z [00:01:06.479]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:50:13.2323771Z [00:01:06.483]➜  cmocka-static-x86_64-unknown-linux-musl> [100%] Linking C executable test_strmatch
2025-08-20T21:50:13.2325138Z [00:01:06.483]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:50:13.2326407Z [00:01:06.483]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:50:13.2327672Z [00:01:06.483]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:50:13.2328958Z [00:01:06.483]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:50:13.2363473Z [00:01:06.487]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:50:13.2365112Z [00:01:06.488]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:50:13.2404502Z [00:01:06.489]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:50:13.2405892Z [00:01:06.489]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:50:13.2411327Z [00:01:06.489]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:50:13.2412684Z [00:01:06.489]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:50:13.2414371Z [00:01:06.489]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:50:13.2524775Z [00:01:06.504]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o cracklib-check check.o  ../lib/.libs/libcrack.a -lz
2025-08-20T21:50:13.2658822Z [00:01:06.516]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check_export-check_check_export_main.o `test -f 'check_check_export_main.c' || echo './'`check_check_export_main.c
2025-08-20T21:50:13.2740055Z [00:01:06.524]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating bindings/python/Makefile
2025-08-20T21:50:13.3089687Z [00:01:06.560]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:50:13.3267843Z [00:01:06.578]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/util'
2025-08-20T21:50:13.3277210Z [00:01:06.578]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in po
2025-08-20T21:50:13.3278863Z [00:01:06.579]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating bindings/python/python3/Makefile
2025-08-20T21:50:13.3290699Z [00:01:06.581]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/po'
2025-08-20T21:50:13.3321455Z [00:01:06.584]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/po'
2025-08-20T21:50:13.3323705Z [00:01:06.584]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:50:13.3344559Z [00:01:06.586]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/doc'
2025-08-20T21:50:13.3349561Z [00:01:06.586]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:13.3377477Z [00:01:06.586]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/doc'
2025-08-20T21:50:13.3389296Z [00:01:06.591]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in python
2025-08-20T21:50:13.3403514Z [00:01:06.592]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/python'
2025-08-20T21:50:13.3410422Z [00:01:06.593]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:13.3412660Z [00:01:06.593]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/python'
2025-08-20T21:50:13.3418224Z [00:01:06.594]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in dicts
2025-08-20T21:50:13.3457312Z [00:01:06.597]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/dicts'
2025-08-20T21:50:13.3464778Z [00:01:06.598]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:13.3470426Z [00:01:06.599]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/dicts'
2025-08-20T21:50:13.3475708Z [00:01:06.599]➜  cmocka-static-x86_64-unknown-linux-musl> [100%] Built target test_strmatch
2025-08-20T21:50:13.3531367Z [00:01:06.605]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0'
2025-08-20T21:50:13.3549796Z [00:01:06.606]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas   -o check_check_export check_check_export-check_check_sub.o check_check_export-check_check_master.o check_check_export-check_check_log.o check_check_export-check_check_fork.o check_check_export-check_check_tags.o check_check_export-check_check_export_main.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm
2025-08-20T21:50:13.3627373Z [00:01:06.614]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:13.3654290Z [00:01:06.616]➜  cracklib-static-x86_64-unknown-linux-musl> =======================================================
2025-08-20T21:50:13.3677468Z [00:01:06.617]➜  cracklib-static-x86_64-unknown-linux-musl> Be sure and obtain a large wordlist file and run
2025-08-20T21:50:13.3679907Z [00:01:06.620]➜  cmocka-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T21:50:13.3693604Z [00:01:06.621]➜  cracklib-static-x86_64-unknown-linux-musl> make install and make dict to generate the word
2025-08-20T21:50:13.3714356Z [00:01:06.623]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating bindings/golang/Makefile
2025-08-20T21:50:13.3761043Z [00:01:06.628]➜  cracklib-static-x86_64-unknown-linux-musl> list index file. See the README file for more details.
2025-08-20T21:50:13.3781963Z [00:01:06.630]➜  cracklib-static-x86_64-unknown-linux-musl> =======================================================
2025-08-20T21:50:13.3807310Z [00:01:06.633]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:13.3812341Z [00:01:06.633]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0'
2025-08-20T21:50:13.3820851Z [00:01:06.634]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0'
2025-08-20T21:50:13.3855069Z [00:01:06.637]➜  cracklib-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:50:13.3939120Z [00:01:06.646]➜  cmocka-static-x86_64-unknown-linux-musl> check flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash VERBOSE=y test
2025-08-20T21:50:13.3975655Z [00:01:06.649]➜  cracklib-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:50:13.4123708Z [00:01:06.664]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating bindings/swig/Makefile
2025-08-20T21:50:13.4154348Z [00:01:06.667]➜  cracklib-static-x86_64-unknown-linux-musl> Making install in m4
2025-08-20T21:50:13.4180737Z [00:01:06.670]➜  cmocka-static-x86_64-unknown-linux-musl> Running tests...
2025-08-20T21:50:13.4186142Z [00:01:06.670]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0/m4'
2025-08-20T21:50:13.4194939Z [00:01:06.671]➜  cmocka-static-x86_64-unknown-linux-musl> /nix/store/a3w3ka2d796ghlhf31il839c0658m5ih-cmake-3.31.7/bin/ctest --force-new-ctest-process
2025-08-20T21:50:13.4210819Z [00:01:06.673]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/m4'
2025-08-20T21:50:13.4216397Z [00:01:06.673]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:13.4222859Z [00:01:06.674]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:13.4228480Z [00:01:06.675]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/m4'
2025-08-20T21:50:13.4251890Z [00:01:06.677]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0/m4'
2025-08-20T21:50:13.4255099Z [00:01:06.677]➜  cracklib-static-x86_64-unknown-linux-musl> Making install in lib
2025-08-20T21:50:13.4325053Z [00:01:06.684]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0/lib'
2025-08-20T21:50:13.4345112Z [00:01:06.686]➜  cmocka-static-x86_64-unknown-linux-musl> Test project /build/cmocka-1.1.7/build
2025-08-20T21:50:13.4346528Z [00:01:06.686]➜  cmocka-static-x86_64-unknown-linux-musl>       Start  1: test_alloc
2025-08-20T21:50:13.4349816Z [00:01:06.686]➜  cmocka-static-x86_64-unknown-linux-musl>       Start  2: test_group_setup_assert
2025-08-20T21:50:13.4361091Z [00:01:06.688]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/lib'
2025-08-20T21:50:13.4362680Z [00:01:06.688]➜  cmocka-static-x86_64-unknown-linux-musl>       Start  3: test_group_setup_fail
2025-08-20T21:50:13.4375665Z [00:01:06.689]➜  cmocka-static-x86_64-unknown-linux-musl>       Start  4: test_fixtures
2025-08-20T21:50:13.4381091Z [00:01:06.689]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/lib'
2025-08-20T21:50:13.4406861Z [00:01:06.692]➜  cmocka-static-x86_64-unknown-linux-musl>       Start  5: test_group_fixtures
2025-08-20T21:50:13.4415840Z [00:01:06.693]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libcrack.la '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/lib'
2025-08-20T21:50:13.4431757Z [00:01:06.695]➜  cmocka-static-x86_64-unknown-linux-musl>  1/48 Test  #1: test_alloc ........................   Passed    0.01 sec
2025-08-20T21:50:13.4436304Z [00:01:06.695]➜  cmocka-static-x86_64-unknown-linux-musl>  2/48 Test  #2: test_group_setup_assert ...........   Passed    0.01 sec
2025-08-20T21:50:13.4440642Z [00:01:06.696]➜  cmocka-static-x86_64-unknown-linux-musl>  3/48 Test  #3: test_group_setup_fail .............   Passed    0.01 sec
2025-08-20T21:50:13.4450902Z [00:01:06.697]➜  cmocka-static-x86_64-unknown-linux-musl>  4/48 Test  #4: test_fixtures .....................   Passed    0.01 sec
2025-08-20T21:50:13.4457411Z [00:01:06.697]➜  cmocka-static-x86_64-unknown-linux-musl>  5/48 Test  #5: test_group_fixtures ...............   Passed    0.01 sec
2025-08-20T21:50:13.4463750Z [00:01:06.698]➜  cmocka-static-x86_64-unknown-linux-musl>       Start  6: test_groups
2025-08-20T21:50:13.4482694Z [00:01:06.700]➜  cmocka-static-x86_64-unknown-linux-musl>       Start  7: test_float_macros
2025-08-20T21:50:13.4508106Z [00:01:06.702]➜  cmocka-static-x86_64-unknown-linux-musl>       Start  8: test_double_macros
2025-08-20T21:50:13.4527892Z [00:01:06.704]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating bindings/swig/src/Makefile
2025-08-20T21:50:13.4566251Z [00:01:06.708]➜  cmocka-static-x86_64-unknown-linux-musl>       Start  9: test_assert_macros
2025-08-20T21:50:13.4586869Z [00:01:06.709]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 10: test_assert_macros_fail
2025-08-20T21:50:13.4602899Z [00:01:06.712]➜  cmocka-static-x86_64-unknown-linux-musl>  6/48 Test  #6: test_groups .......................   Passed    0.01 sec
2025-08-20T21:50:13.4607623Z [00:01:06.712]➜  cmocka-static-x86_64-unknown-linux-musl>  7/48 Test  #7: test_float_macros .................   Passed    0.01 sec
2025-08-20T21:50:13.4613089Z [00:01:06.713]➜  cmocka-static-x86_64-unknown-linux-musl>  8/48 Test  #8: test_double_macros ................   Passed    0.01 sec
2025-08-20T21:50:13.4614978Z [00:01:06.713]➜  cmocka-static-x86_64-unknown-linux-musl>  9/48 Test  #9: test_assert_macros ................   Passed    0.01 sec
2025-08-20T21:50:13.4617915Z [00:01:06.713]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 11: test_basics
2025-08-20T21:50:13.4637184Z [00:01:06.715]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 12: test_skip
2025-08-20T21:50:13.4679424Z [00:01:06.720]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 13: test_strmatch
2025-08-20T21:50:13.4680699Z [00:01:06.720]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 14: test_setup_fail
2025-08-20T21:50:13.4705104Z [00:01:06.722]➜  cmocka-static-x86_64-unknown-linux-musl> 10/48 Test #10: test_assert_macros_fail ...........   Passed    0.01 sec
2025-08-20T21:50:13.4714581Z [00:01:06.723]➜  cmocka-static-x86_64-unknown-linux-musl> 11/48 Test #11: test_basics .......................   Passed    0.01 sec
2025-08-20T21:50:13.4718288Z [00:01:06.723]➜  cmocka-static-x86_64-unknown-linux-musl> 12/48 Test #12: test_skip .........................   Passed    0.01 sec
2025-08-20T21:50:13.4722533Z [00:01:06.723]➜  cmocka-static-x86_64-unknown-linux-musl> 13/48 Test #13: test_strmatch .....................   Passed    0.01 sec
2025-08-20T21:50:13.4724404Z [00:01:06.723]➜  cmocka-static-x86_64-unknown-linux-musl> 14/48 Test #14: test_setup_fail ...................   Passed    0.00 sec
2025-08-20T21:50:13.4725599Z [00:01:06.723]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 15: test_ordering
2025-08-20T21:50:13.4732761Z [00:01:06.725]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 16: test_ordering_fail
2025-08-20T21:50:13.4748315Z [00:01:06.727]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 17: test_returns
2025-08-20T21:50:13.4767512Z [00:01:06.728]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 18: test_returns_fail
2025-08-20T21:50:13.4788998Z [00:01:06.731]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 19: test_string
2025-08-20T21:50:13.4836563Z [00:01:06.735]➜  cmocka-static-x86_64-unknown-linux-musl> 15/48 Test #15: test_ordering .....................   Passed    0.01 sec
2025-08-20T21:50:13.4838097Z [00:01:06.735]➜  cmocka-static-x86_64-unknown-linux-musl> 16/48 Test #16: test_ordering_fail ................   Passed    0.01 sec
2025-08-20T21:50:13.4843051Z [00:01:06.736]➜  cmocka-static-x86_64-unknown-linux-musl> 17/48 Test #17: test_returns ......................   Passed    0.01 sec
2025-08-20T21:50:13.4854773Z [00:01:06.737]➜  cmocka-static-x86_64-unknown-linux-musl> 18/48 Test #18: test_returns_fail .................   Passed    0.01 sec
2025-08-20T21:50:13.4865513Z [00:01:06.737]➜  cmocka-static-x86_64-unknown-linux-musl> 19/48 Test #19: test_string .......................   Passed    0.01 sec
2025-08-20T21:50:13.4866720Z [00:01:06.738]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 20: test_wildcard
2025-08-20T21:50:13.4867905Z [00:01:06.738]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating bindings/swig/python3/Makefile
2025-08-20T21:50:13.4886664Z [00:01:06.740]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 21: test_skip_filter
2025-08-20T21:50:13.4915623Z [00:01:06.743]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 22: test_cmockery
2025-08-20T21:50:13.4923511Z [00:01:06.744]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 23: test_exception_handler
2025-08-20T21:50:13.4985679Z [00:01:06.748]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 24: test_setup_fail_1_failed
2025-08-20T21:50:13.4987241Z [00:01:06.750]➜  cmocka-static-x86_64-unknown-linux-musl> 20/48 Test #20: test_wildcard .....................   Passed    0.01 sec
2025-08-20T21:50:13.4993894Z [00:01:06.750]➜  cmocka-static-x86_64-unknown-linux-musl> 21/48 Test #21: test_skip_filter ..................   Passed    0.01 sec
2025-08-20T21:50:13.4995316Z [00:01:06.750]➜  cmocka-static-x86_64-unknown-linux-musl> 22/48 Test #22: test_cmockery .....................   Passed    0.01 sec
2025-08-20T21:50:13.4996720Z [00:01:06.750]➜  cmocka-static-x86_64-unknown-linux-musl> 23/48 Test #23: test_exception_handler ............   Passed    0.01 sec
2025-08-20T21:50:13.5004465Z [00:01:06.752]➜  cmocka-static-x86_64-unknown-linux-musl> 24/48 Test #24: test_setup_fail_1_failed ..........   Passed    0.00 sec
2025-08-20T21:50:13.5010343Z [00:01:06.753]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 25: test_setup_fail_1_passed
2025-08-20T21:50:13.5028490Z [00:01:06.755]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 26: test_setup_fail_match_failed
2025-08-20T21:50:13.5067429Z [00:01:06.759]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 27: test_setup_fail_match_passed
2025-08-20T21:50:13.5080885Z [00:01:06.760]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 28: test_basics_tap
2025-08-20T21:50:13.5096776Z [00:01:06.761]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 29: test_assert_macros_fail_tap
2025-08-20T21:50:13.5129289Z [00:01:06.765]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libcrack.lai /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/lib/libcrack.la
2025-08-20T21:50:13.5134630Z [00:01:06.765]➜  cmocka-static-x86_64-unknown-linux-musl> 25/48 Test #25: test_setup_fail_1_passed ..........   Passed    0.01 sec
2025-08-20T21:50:13.5138222Z [00:01:06.765]➜  cmocka-static-x86_64-unknown-linux-musl> 26/48 Test #26: test_setup_fail_match_failed ......   Passed    0.01 sec
2025-08-20T21:50:13.5143905Z [00:01:06.766]➜  cmocka-static-x86_64-unknown-linux-musl> 27/48 Test #27: test_setup_fail_match_passed ......   Passed    0.01 sec
2025-08-20T21:50:13.5146793Z [00:01:06.766]➜  cmocka-static-x86_64-unknown-linux-musl> 28/48 Test #28: test_basics_tap ...................   Passed    0.01 sec
2025-08-20T21:50:13.5152719Z [00:01:06.767]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 30: test_groups_tap
2025-08-20T21:50:13.5165930Z [00:01:06.768]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 31: test_skip_tap
2025-08-20T21:50:13.5177908Z [00:01:06.769]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 32: test_setup_fail_tap
2025-08-20T21:50:13.5212448Z [00:01:06.773]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 33: test_basics_subunit
2025-08-20T21:50:13.5242266Z [00:01:06.776]➜  cmocka-static-x86_64-unknown-linux-musl> 29/48 Test #29: test_assert_macros_fail_tap .......   Passed    0.01 sec
2025-08-20T21:50:13.5247190Z [00:01:06.776]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libcrack.a /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/lib/libcrack.a
2025-08-20T21:50:13.5254302Z [00:01:06.777]➜  cmocka-static-x86_64-unknown-linux-musl> 30/48 Test #30: test_groups_tap ...................   Passed    0.01 sec
2025-08-20T21:50:13.5257245Z [00:01:06.777]➜  cmocka-static-x86_64-unknown-linux-musl> 31/48 Test #31: test_skip_tap .....................   Passed    0.01 sec
2025-08-20T21:50:13.5268718Z [00:01:06.778]➜  cmocka-static-x86_64-unknown-linux-musl> 32/48 Test #32: test_setup_fail_tap ...............   Passed    0.01 sec
2025-08-20T21:50:13.5270156Z [00:01:06.778]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 34: test_assert_macros_fail_subunit
2025-08-20T21:50:13.5271363Z [00:01:06.778]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating tools/Makefile
2025-08-20T21:50:13.5307020Z [00:01:06.782]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 35: test_groups_subunit
2025-08-20T21:50:13.5315371Z [00:01:06.783]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/lib/libcrack.a
2025-08-20T21:50:13.5335111Z [00:01:06.783]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -o check_check_export check_check_export-check_check_sub.o check_check_export-check_check_master.o check_check_export-check_check_log.o check_check_export-check_check_fork.o check_check_export-check_check_tags.o check_check_export-check_check_export_main.o  ../src/.libs/libcheck.a ../lib/.libs/libcompat.a -lrt -lm
2025-08-20T21:50:13.5339550Z [00:01:06.784]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 36: test_skip_subunit
2025-08-20T21:50:13.5344942Z [00:01:06.786]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 37: test_setup_fail_subunit
2025-08-20T21:50:13.5360680Z [00:01:06.788]➜  cmocka-static-x86_64-unknown-linux-musl> 33/48 Test #33: test_basics_subunit ...............   Passed    0.01 sec
2025-08-20T21:50:13.5372343Z [00:01:06.788]➜  cmocka-static-x86_64-unknown-linux-musl> 34/48 Test #34: test_assert_macros_fail_subunit ...   Passed    0.01 sec
2025-08-20T21:50:13.5374032Z [00:01:06.788]➜  cmocka-static-x86_64-unknown-linux-musl> 35/48 Test #35: test_groups_subunit ...............   Passed    0.01 sec
2025-08-20T21:50:13.5375592Z [00:01:06.788]➜  cmocka-static-x86_64-unknown-linux-musl> 36/48 Test #36: test_skip_subunit .................   Passed    0.00 sec
2025-08-20T21:50:13.5377108Z [00:01:06.789]➜  cmocka-static-x86_64-unknown-linux-musl> 37/48 Test #37: test_setup_fail_subunit ...........   Passed    0.00 sec
2025-08-20T21:50:13.5378338Z [00:01:06.789]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 38: test_basics_xml
2025-08-20T21:50:13.5388000Z [00:01:06.790]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/lib/libcrack.a
2025-08-20T21:50:13.5405738Z [00:01:06.792]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 39: test_assert_macros_fail_xml
2025-08-20T21:50:13.5428425Z [00:01:06.794]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 40: test_groups_xml
2025-08-20T21:50:13.5438910Z [00:01:06.796]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 41: test_skip_xml
2025-08-20T21:50:13.5494858Z [00:01:06.801]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 42: test_setup_fail_xml
2025-08-20T21:50:13.5511534Z [00:01:06.803]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:50:13.5529119Z [00:01:06.805]➜  cmocka-static-x86_64-unknown-linux-musl> 38/48 Test #38: test_basics_xml ...................   Passed    0.01 sec
2025-08-20T21:50:13.5544510Z [00:01:06.805]➜  cmocka-static-x86_64-unknown-linux-musl> 39/48 Test #39: test_assert_macros_fail_xml .......   Passed    0.01 sec
2025-08-20T21:50:13.5572420Z [00:01:06.809]➜  cmocka-static-x86_64-unknown-linux-musl> 40/48 Test #40: test_groups_xml ...................   Passed    0.01 sec
2025-08-20T21:50:13.5578118Z [00:01:06.810]➜  cmocka-static-x86_64-unknown-linux-musl> 41/48 Test #41: test_skip_xml .....................   Passed    0.01 sec
2025-08-20T21:50:13.5583818Z [00:01:06.810]➜  cmocka-static-x86_64-unknown-linux-musl> 42/48 Test #42: test_setup_fail_xml ...............   Passed    0.01 sec
2025-08-20T21:50:13.5613571Z [00:01:06.810]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 43: simple_test
2025-08-20T21:50:13.5614715Z [00:01:06.811]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 44: allocate_module_test
2025-08-20T21:50:13.5615837Z [00:01:06.812]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 45: assert_macro_test
2025-08-20T21:50:13.5641594Z [00:01:06.816]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating tools/aulast/Makefile
2025-08-20T21:50:13.5676814Z [00:01:06.819]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 46: assert_module_test
2025-08-20T21:50:13.5682625Z [00:01:06.820]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 47: waiter_test_wrap
2025-08-20T21:50:13.5745297Z [00:01:06.826]➜  cmocka-static-x86_64-unknown-linux-musl> 43/48 Test #43: simple_test .......................   Passed    0.02 sec
2025-08-20T21:50:13.5747000Z [00:01:06.826]➜  cmocka-static-x86_64-unknown-linux-musl> 44/48 Test #44: allocate_module_test ..............   Passed    0.01 sec
2025-08-20T21:50:13.5750782Z [00:01:06.826]➜  cmocka-static-x86_64-unknown-linux-musl> 45/48 Test #45: assert_macro_test .................   Passed    0.01 sec
2025-08-20T21:50:13.5752255Z [00:01:06.826]➜  cmocka-static-x86_64-unknown-linux-musl> 46/48 Test #46: assert_module_test ................   Passed    0.01 sec
2025-08-20T21:50:13.5753980Z [00:01:06.826]➜  cmocka-static-x86_64-unknown-linux-musl> 47/48 Test #47: waiter_test_wrap ..................   Passed    0.01 sec
2025-08-20T21:50:13.5762494Z [00:01:06.826]➜  cmocka-static-x86_64-unknown-linux-musl>       Start 48: test_uptime
2025-08-20T21:50:13.5770899Z [00:01:06.829]➜  cmocka-static-x86_64-unknown-linux-musl> 48/48 Test #48: test_uptime .......................   Passed    0.00 sec
2025-08-20T21:50:13.5788018Z [00:01:06.831]➜  cmocka-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:13.5789866Z [00:01:06.831]➜  cmocka-static-x86_64-unknown-linux-musl> 100% tests passed, 0 tests failed out of 48
2025-08-20T21:50:13.5791511Z [00:01:06.831]➜  cmocka-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:13.5793051Z [00:01:06.831]➜  cmocka-static-x86_64-unknown-linux-musl> Total Test time (real) =   0.15 sec
2025-08-20T21:50:13.5849041Z [00:01:06.837]➜  cmocka-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:50:13.5978974Z [00:01:06.850]➜  cmocka-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:50:13.6050412Z [00:01:06.857]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating tools/aulast/test/Makefile
2025-08-20T21:50:13.6091359Z [00:01:06.859]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/q7y7g7z3hjb9jhagxqjcbrwa1hhm2445-cracklib-2.10.0/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/lib
2025-08-20T21:50:13.6124889Z [00:01:06.863]➜  cracklib-static-x86_64-unknown-linux-musl> /build/cracklib-2.10.0/libtool: line 1874: ldconfig: command not found
2025-08-20T21:50:13.6139927Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:50:13.6141207Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:50:13.6142903Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl>    /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/lib
2025-08-20T21:50:13.6144897Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:13.6146048Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:50:13.6151028Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:50:13.6152578Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:50:13.6163843Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:50:13.6165374Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:50:13.6166551Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:50:13.6167703Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:50:13.6168825Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:50:13.6169935Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:50:13.6171234Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:50:13.6172201Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:13.6172906Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:13.6174565Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:50:13.6176252Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:50:13.6177695Z [00:01:06.865]➜  cracklib-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:50:13.6184050Z [00:01:06.868]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/include'
2025-08-20T21:50:13.6236364Z [00:01:06.875]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 crack.h packer.h '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/include'
2025-08-20T21:50:13.6261689Z [00:01:06.878]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/lib'
2025-08-20T21:50:13.6267692Z [00:01:06.879]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0/lib'
2025-08-20T21:50:13.6274288Z [00:01:06.879]➜  cracklib-static-x86_64-unknown-linux-musl> Making install in util
2025-08-20T21:50:13.6338535Z [00:01:06.886]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0/util'
2025-08-20T21:50:13.6395158Z [00:01:06.891]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/util'
2025-08-20T21:50:13.6412507Z [00:01:06.893]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin'
2025-08-20T21:50:13.6474907Z [00:01:06.899]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c create-cracklib-dict cracklib-format '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin'
2025-08-20T21:50:13.6641818Z [00:01:06.913]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating tools/aulastlog/Makefile
2025-08-20T21:50:13.6648445Z [00:01:06.913]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin'
2025-08-20T21:50:13.6710126Z [00:01:06.922]➜  cracklib-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c cracklib-packer cracklib-unpacker cracklib-check '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin'
2025-08-20T21:50:13.6746073Z [00:01:06.926]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_list.o `test -f 'check_list.c' || echo './'`check_list.c
2025-08-20T21:50:13.6943080Z [00:01:06.946]➜  cmocka-static-x86_64-unknown-linux-musl> [  2%] Built target cmocka-static
2025-08-20T21:50:13.7320005Z [00:01:06.984]➜  cmocka-static-x86_64-unknown-linux-musl> [  5%] Built target cmocka
2025-08-20T21:50:13.7387098Z [00:01:06.990]➜  cmocka-static-x86_64-unknown-linux-musl> [  8%] Built target proc_uptime
2025-08-20T21:50:13.7629983Z [00:01:07.015]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating tools/ausyscall/Makefile
2025-08-20T21:50:13.7826262Z [00:01:07.034]➜  cmocka-static-x86_64-unknown-linux-musl> [ 11%] Built target test_group_setup_fail
2025-08-20T21:50:13.7927850Z [00:01:07.044]➜  cmocka-static-x86_64-unknown-linux-musl> [ 14%] Built target test_alloc
2025-08-20T21:50:13.7929575Z [00:01:07.045]➜  cmocka-static-x86_64-unknown-linux-musl> [ 17%] Built target test_fixtures
2025-08-20T21:50:13.7982523Z [00:01:07.050]➜  cmocka-static-x86_64-unknown-linux-musl> [ 20%] Built target test_group_setup_assert
2025-08-20T21:50:13.8158069Z [00:01:07.067]➜  cmocka-static-x86_64-unknown-linux-musl> [ 22%] Built target test_group_fixtures
2025-08-20T21:50:13.8322280Z [00:01:07.084]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c cracklib-packer /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin/cracklib-packer
2025-08-20T21:50:13.8529027Z [00:01:07.102]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating m4/Makefile
2025-08-20T21:50:13.8530568Z [00:01:07.102]➜  cmocka-static-x86_64-unknown-linux-musl> [ 25%] Built target test_groups
2025-08-20T21:50:13.8532184Z [00:01:07.104]➜  cmocka-static-x86_64-unknown-linux-musl> [ 28%] Built target test_float_macros
2025-08-20T21:50:13.8564633Z [00:01:07.108]➜  cmocka-static-x86_64-unknown-linux-musl> [ 31%] Built target test_assert_macros_fail
2025-08-20T21:50:13.8567327Z [00:01:07.108]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c cracklib-unpacker /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin/cracklib-unpacker
2025-08-20T21:50:13.8634363Z [00:01:07.113]➜  cmocka-static-x86_64-unknown-linux-musl> [ 34%] Built target test_assert_macros
2025-08-20T21:50:13.8667121Z [00:01:07.116]➜  cmocka-static-x86_64-unknown-linux-musl> [ 37%] Built target test_double_macros
2025-08-20T21:50:13.8886130Z [00:01:07.140]➜  cmocka-static-x86_64-unknown-linux-musl> [ 40%] Built target test_basics
2025-08-20T21:50:13.8937055Z [00:01:07.145]➜  cracklib-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c cracklib-check /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin/cracklib-check
2025-08-20T21:50:13.9064113Z [00:01:07.158]➜  cmocka-static-x86_64-unknown-linux-musl> [ 42%] Built target test_setup_fail
2025-08-20T21:50:13.9073133Z [00:01:07.159]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin'
2025-08-20T21:50:13.9076676Z [00:01:07.159]➜  audit-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:50:13.9096073Z [00:01:07.161]➜  cmocka-static-x86_64-unknown-linux-musl> [ 45%] Built target test_skip
2025-08-20T21:50:13.9201921Z [00:01:07.172]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c cracklib-update '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin'
2025-08-20T21:50:13.9276849Z [00:01:07.175]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:13.9278618Z [00:01:07.175]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/util'
2025-08-20T21:50:13.9280289Z [00:01:07.175]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0/util'
2025-08-20T21:50:13.9281670Z [00:01:07.175]➜  cracklib-static-x86_64-unknown-linux-musl> Making install in po
2025-08-20T21:50:13.9282933Z [00:01:07.179]➜  cmocka-static-x86_64-unknown-linux-musl> [ 48%] Built target test_ordering
2025-08-20T21:50:13.9284256Z [00:01:07.179]➜  cmocka-static-x86_64-unknown-linux-musl> [ 51%] Built target test_strmatch
2025-08-20T21:50:13.9285629Z [00:01:07.179]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0/po'
2025-08-20T21:50:13.9313796Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl> if test "cracklib" = "gettext-tools"; then \
2025-08-20T21:50:13.9316943Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/gettext/po; \
2025-08-20T21:50:13.9320456Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl>   for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
2025-08-20T21:50:13.9322964Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl>     /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$file \
2025-08-20T21:50:13.9325861Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl>                  /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/gettext/po/$file; \
2025-08-20T21:50:13.9327850Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T21:50:13.9329011Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl>   for file in Makevars; do \
2025-08-20T21:50:13.9331132Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl>     rm -f /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/gettext/po/$file; \
2025-08-20T21:50:13.9332956Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T21:50:13.9338309Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl> else \
2025-08-20T21:50:13.9339344Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl>   : ; \
2025-08-20T21:50:13.9340279Z [00:01:07.183]➜  cracklib-static-x86_64-unknown-linux-musl> fi
2025-08-20T21:50:13.9341571Z [00:01:07.186]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0/po'
2025-08-20T21:50:13.9344689Z [00:01:07.186]➜  cracklib-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T21:50:13.9517243Z [00:01:07.202]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0/doc'
2025-08-20T21:50:13.9519001Z [00:01:07.203]➜  audit-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:50:13.9520817Z [00:01:07.203]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/doc'
2025-08-20T21:50:13.9534462Z [00:01:07.203]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:13.9594660Z [00:01:07.208]➜  cmocka-static-x86_64-unknown-linux-musl> [ 54%] Built target test_ordering_fail
2025-08-20T21:50:13.9609138Z [00:01:07.208]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib'
2025-08-20T21:50:13.9611398Z [00:01:07.210]➜  audit-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:50:13.9614102Z [00:01:07.213]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 cracklib.magic '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib'
2025-08-20T21:50:13.9644199Z [00:01:07.216]➜  cmocka-static-x86_64-unknown-linux-musl> [ 57%] Built target test_returns_fail
2025-08-20T21:50:13.9791005Z [00:01:07.229]➜  cmocka-static-x86_64-unknown-linux-musl> [ 60%] Built target test_returns
2025-08-20T21:50:13.9792093Z [00:01:07.230]➜  cmocka-static-x86_64-unknown-linux-musl> [ 62%] Built target test_wildcard
2025-08-20T21:50:13.9795665Z [00:01:07.231]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/man/man3'
2025-08-20T21:50:13.9828783Z [00:01:07.234]➜  audit-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --without-python
2025-08-20T21:50:13.9835263Z [00:01:07.234]➜  audit-static-x86_64-unknown-linux-musl> .
2025-08-20T21:50:13.9896750Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:13.9897634Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:13.9898694Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl>   Auditd Version:         4.1.0
2025-08-20T21:50:13.9899965Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl>   Target:                 x86_64-unknown-linux-musl
2025-08-20T21:50:13.9902208Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl>   Installation prefix:    /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0
2025-08-20T21:50:13.9905244Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl>   Compiler:               x86_64-unknown-linux-musl-gcc
2025-08-20T21:50:13.9906470Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl>   Compiler flags:
2025-08-20T21:50:13.9907599Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl>                           -g -O2
2025-08-20T21:50:13.9908633Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl>   __attr_access support:  no
2025-08-20T21:50:13.9909671Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl>   __attr_dealloc_free support:  no
2025-08-20T21:50:13.9910546Z [00:01:07.239]➜  audit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:13.9986509Z [00:01:07.250]➜  cmocka-static-x86_64-unknown-linux-musl> [ 65%] Built target test_string
2025-08-20T21:50:14.0065643Z [00:01:07.258]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 FascistCheck.3 '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/man/man3'
2025-08-20T21:50:14.0182850Z [00:01:07.270]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/man/man8'
2025-08-20T21:50:14.0330753Z [00:01:07.285]➜  cmocka-static-x86_64-unknown-linux-musl> [ 68%] Built target test_skip_filter
2025-08-20T21:50:14.0346487Z [00:01:07.286]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 cracklib-check.8 cracklib-format.8 cracklib-update.8 '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/man/man8'
2025-08-20T21:50:14.0360396Z [00:01:07.288]➜  cmocka-static-x86_64-unknown-linux-musl> [ 71%] Built target test_exception_handler
2025-08-20T21:50:14.0426814Z [00:01:07.293]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/doc'
2025-08-20T21:50:14.0431613Z [00:01:07.294]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_sub.o `test -f 'check_check_sub.c' || echo './'`check_check_sub.c
2025-08-20T21:50:14.0439820Z [00:01:07.295]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0/doc'
2025-08-20T21:50:14.0539021Z [00:01:07.302]➜  cracklib-static-x86_64-unknown-linux-musl> Making install in python
2025-08-20T21:50:14.0540586Z [00:01:07.302]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0/python'
2025-08-20T21:50:14.0565181Z [00:01:07.308]➜  cmocka-static-x86_64-unknown-linux-musl> [ 74%] Built target test_cmockery
2025-08-20T21:50:14.0648898Z [00:01:07.317]➜  cmocka-static-x86_64-unknown-linux-musl> [ 77%] Built target simple_test
2025-08-20T21:50:14.0692555Z [00:01:07.321]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/python'
2025-08-20T21:50:14.0769043Z [00:01:07.329]➜  cmocka-static-x86_64-unknown-linux-musl> [ 81%] Built target allocate_module_test
2025-08-20T21:50:14.0879538Z [00:01:07.337]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/python'
2025-08-20T21:50:14.0882804Z [00:01:07.337]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0/python'
2025-08-20T21:50:14.0902166Z [00:01:07.341]➜  cracklib-static-x86_64-unknown-linux-musl> Making install in dicts
2025-08-20T21:50:14.0981759Z [00:01:07.347]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0/dicts'
2025-08-20T21:50:14.1006000Z [00:01:07.350]➜  cmocka-static-x86_64-unknown-linux-musl> [ 85%] Built target assert_module_test
2025-08-20T21:50:14.1038217Z [00:01:07.356]➜  cmocka-static-x86_64-unknown-linux-musl> [ 90%] Built target assert_macro_test
2025-08-20T21:50:14.1056664Z [00:01:07.357]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/dicts'
2025-08-20T21:50:14.1062843Z [00:01:07.358]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:14.1104365Z [00:01:07.360]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib'
2025-08-20T21:50:14.1201646Z [00:01:07.372]➜  cmocka-static-x86_64-unknown-linux-musl> [ 94%] Built target uptime
2025-08-20T21:50:14.1203051Z [00:01:07.372]➜  cmocka-static-x86_64-unknown-linux-musl> [ 97%] Built target waiter_test_wrap
2025-08-20T21:50:14.1206130Z [00:01:07.372]➜  cracklib-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 cracklib-small '/nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib'
2025-08-20T21:50:14.1209077Z [00:01:07.372]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/dicts'
2025-08-20T21:50:14.1210862Z [00:01:07.372]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0/dicts'
2025-08-20T21:50:14.1270900Z [00:01:07.377]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0'
2025-08-20T21:50:14.1364727Z [00:01:07.388]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:14.1426088Z [00:01:07.394]➜  audit-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:50:14.1431576Z [00:01:07.394]➜  cracklib-static-x86_64-unknown-linux-musl> =======================================================
2025-08-20T21:50:14.1436622Z [00:01:07.394]➜  cracklib-static-x86_64-unknown-linux-musl> Be sure and obtain a large wordlist file and run
2025-08-20T21:50:14.1441397Z [00:01:07.394]➜  cracklib-static-x86_64-unknown-linux-musl> make install and make dict to generate the word
2025-08-20T21:50:14.1442697Z [00:01:07.394]➜  cracklib-static-x86_64-unknown-linux-musl> list index file. See the README file for more details.
2025-08-20T21:50:14.1473876Z [00:01:07.398]➜  cracklib-static-x86_64-unknown-linux-musl> =======================================================
2025-08-20T21:50:14.1475188Z [00:01:07.399]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:14.1490520Z [00:01:07.400]➜  cmocka-static-x86_64-unknown-linux-musl> [100%] Built target test_uptime
2025-08-20T21:50:14.1525282Z [00:01:07.404]➜  check-static-x86_64-unknown-linux-musl> In file included from check_check_sub.c:26:
2025-08-20T21:50:14.1527705Z [00:01:07.404]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_unless_fn':
2025-08-20T21:50:14.1533801Z [00:01:07.405]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:65:23: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:14.1535697Z [00:01:07.405]➜  check-static-x86_64-unknown-linux-musl>    65 |   fail_unless(1 == 2, "This test should fail");
2025-08-20T21:50:14.1537264Z [00:01:07.405]➜  check-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T21:50:14.1538812Z [00:01:07.405]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:472:77: note: in definition of macro 'fail_unless'
2025-08-20T21:50:14.1540692Z [00:01:07.405]➜  check-static-x86_64-unknown-linux-musl>   472 |     _ck_assert_failed(__FILE__, __LINE__, "Assertion '"#expr"' failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:14.1543073Z [00:01:07.405]➜  check-static-x86_64-unknown-linux-musl>       |                                                                             ^~~~~~~~~~~
2025-08-20T21:50:14.1544542Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_if_fail_fn':
2025-08-20T21:50:14.1547243Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:83:19: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:14.1550946Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl>    83 |   fail_if(1 == 1, "This test should fail");
2025-08-20T21:50:14.1557160Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl>       |                   ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T21:50:14.1558431Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:486:78: note: in definition of macro 'fail_if'
2025-08-20T21:50:14.1559955Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl>   486 |      _ck_assert_failed(__FILE__, __LINE__, "Failure '"#expr"' occurred" , ## __VA_ARGS__, NULL) \
2025-08-20T21:50:14.1561438Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl>       |                                                                              ^~~~~~~~~~~
2025-08-20T21:50:14.1562693Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_null_msg_fn':
2025-08-20T21:50:14.1564361Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:92:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:14.1565945Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl>    92 |   fail_unless(2 == 3, NULL);
2025-08-20T21:50:14.1566895Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~~~~~
2025-08-20T21:50:14.1567986Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_no_msg_fn':
2025-08-20T21:50:14.1569411Z [00:01:07.406]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:103:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:14.1570705Z [00:01:07.407]➜  check-static-x86_64-unknown-linux-musl>   103 |   fail_unless(4 == 5, NULL);
2025-08-20T21:50:14.1571642Z [00:01:07.407]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~~~~~
2025-08-20T21:50:14.1572770Z [00:01:07.407]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_if_null_msg_fn':
2025-08-20T21:50:14.1574406Z [00:01:07.407]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:112:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:14.1575679Z [00:01:07.407]➜  check-static-x86_64-unknown-linux-musl>   112 |   fail_if(2 != 3, NULL);
2025-08-20T21:50:14.1576635Z [00:01:07.407]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~
2025-08-20T21:50:14.1577752Z [00:01:07.407]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_if_no_msg_fn':
2025-08-20T21:50:14.1579246Z [00:01:07.407]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:123:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:14.1580532Z [00:01:07.407]➜  check-static-x86_64-unknown-linux-musl>   123 |   fail_if(4 != 5, NULL);
2025-08-20T21:50:14.1581459Z [00:01:07.407]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~
2025-08-20T21:50:14.1592734Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_vararg_msg_1_fn':
2025-08-20T21:50:14.1602378Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:135:23: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:14.1604003Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl>   135 |   fail_unless(x == y, "%d != %d", x, y);
2025-08-20T21:50:14.1605119Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~~~~
2025-08-20T21:50:14.1606358Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:472:77: note: in definition of macro 'fail_unless'
2025-08-20T21:50:14.1607931Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl>   472 |     _ck_assert_failed(__FILE__, __LINE__, "Assertion '"#expr"' failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:14.1609396Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl>       |                                                                             ^~~~~~~~~~~
2025-08-20T21:50:14.1610665Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_vararg_msg_2_fn':
2025-08-20T21:50:14.1612406Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:147:19: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:14.1613916Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl>   147 |   fail_if(x != y, "%d != %d", x, y);
2025-08-20T21:50:14.1615008Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl>       |                   ^~~~~~~~~~
2025-08-20T21:50:14.1616190Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:486:78: note: in definition of macro 'fail_if'
2025-08-20T21:50:14.1617608Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl>   486 |      _ck_assert_failed(__FILE__, __LINE__, "Failure '"#expr"' occurred" , ## __VA_ARGS__, NULL) \
2025-08-20T21:50:14.1618956Z [00:01:07.408]➜  check-static-x86_64-unknown-linux-musl>       |                                                                              ^~~~~~~~~~~
2025-08-20T21:50:14.1620172Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_vararg_msg_3_fn':
2025-08-20T21:50:14.1621637Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:159:8: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:14.1622926Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl>   159 |   fail("%d == %d", x, y);
2025-08-20T21:50:14.1624087Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl>       |        ^~~~~~~~~~
2025-08-20T21:50:14.1625218Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:494:71: note: in definition of macro 'fail'
2025-08-20T21:50:14.1626692Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl>   494 | #define fail(...) _ck_assert_failed(__FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:14.1628308Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl>       |                                                                       ^~~~~~~~~~~
2025-08-20T21:50:14.1629556Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_empty_fn':
2025-08-20T21:50:14.1631065Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:171:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:14.1632315Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl>   171 |   fail(NULL);
2025-08-20T21:50:14.1633163Z [00:01:07.409]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~
2025-08-20T21:50:14.1678590Z [00:01:07.412]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0'
2025-08-20T21:50:14.1680012Z [00:01:07.412]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:14.1682309Z [00:01:07.412]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:14.1683775Z [00:01:07.412]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0'
2025-08-20T21:50:14.1685108Z [00:01:07.412]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0'
2025-08-20T21:50:14.1686645Z [00:01:07.420]➜  audit-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:50:14.1740517Z [00:01:07.426]➜  audit-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:50:14.1743009Z [00:01:07.426]➜  cracklib-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:50:14.1793849Z [00:01:07.431]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0'
2025-08-20T21:50:14.1796437Z [00:01:07.431]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source'
2025-08-20T21:50:14.1926716Z [00:01:07.441]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in m4
2025-08-20T21:50:14.1957872Z [00:01:07.448]➜  audit-static-x86_64-unknown-linux-musl> Making all in common
2025-08-20T21:50:14.1961257Z [00:01:07.448]➜  cmocka-static-x86_64-unknown-linux-musl> Install the project...
2025-08-20T21:50:14.1964025Z [00:01:07.448]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/m4'
2025-08-20T21:50:14.1967587Z [00:01:07.448]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:14.1970764Z [00:01:07.448]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/m4'
2025-08-20T21:50:14.1974326Z [00:01:07.448]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in lib
2025-08-20T21:50:14.1982736Z [00:01:07.450]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/common'
2025-08-20T21:50:14.1986743Z [00:01:07.450]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib  -fPIC -DPIC -D_GNU_SOURCE -g -g -O2 -c -o strsplit.lo strsplit.c
2025-08-20T21:50:14.1996659Z [00:01:07.450]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/lib'
2025-08-20T21:50:14.1999380Z [00:01:07.451]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib  -fPIC -DPIC -D_GNU_SOURCE -g -g -O2 -c -o common.lo common.c
2025-08-20T21:50:14.2027058Z [00:01:07.454]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:14.2028667Z [00:01:07.454]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/lib'
2025-08-20T21:50:14.2030244Z [00:01:07.454]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in util
2025-08-20T21:50:14.2073691Z [00:01:07.459]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/util'
2025-08-20T21:50:14.2096045Z [00:01:07.461]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:14.2117538Z [00:01:07.462]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/util'
2025-08-20T21:50:14.2118736Z [00:01:07.462]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in po
2025-08-20T21:50:14.2126588Z [00:01:07.464]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/po'
2025-08-20T21:50:14.2145953Z [00:01:07.466]➜  cmocka-static-x86_64-unknown-linux-musl> -- Install configuration: "Release"
2025-08-20T21:50:14.2154038Z [00:01:07.467]➜  cmocka-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/lib/pkgconfig/cmocka.pc
2025-08-20T21:50:14.2164440Z [00:01:07.468]➜  cmocka-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/lib/cmake/cmocka/cmocka-config-version.cmake
2025-08-20T21:50:14.2180227Z [00:01:07.470]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/po'
2025-08-20T21:50:14.2185004Z [00:01:07.470]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:50:14.2194803Z [00:01:07.471]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/doc'
2025-08-20T21:50:14.2203696Z [00:01:07.472]➜  cmocka-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/include/cmocka.h
2025-08-20T21:50:14.2215445Z [00:01:07.473]➜  cmocka-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/include/cmocka_pbc.h
2025-08-20T21:50:14.2227728Z [00:01:07.474]➜  cmocka-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/lib/libcmocka.a
2025-08-20T21:50:14.2239452Z [00:01:07.475]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:14.2240755Z [00:01:07.475]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/doc'
2025-08-20T21:50:14.2241887Z [00:01:07.476]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in python
2025-08-20T21:50:14.2252004Z [00:01:07.476]➜  cmocka-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/lib/cmake/cmocka/cmocka-config.cmake
2025-08-20T21:50:14.2273006Z [00:01:07.479]➜  cmocka-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/lib/cmake/cmocka/cmocka-config-release.cmake
2025-08-20T21:50:14.2286288Z [00:01:07.480]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/python'
2025-08-20T21:50:14.2294539Z [00:01:07.481]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:14.2296295Z [00:01:07.481]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/python'
2025-08-20T21:50:14.2298211Z [00:01:07.482]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in dicts
2025-08-20T21:50:14.2350110Z [00:01:07.487]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/dicts'
2025-08-20T21:50:14.2355187Z [00:01:07.487]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:14.2377247Z [00:01:07.488]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/dicts'
2025-08-20T21:50:14.2378451Z [00:01:07.488]➜  cmocka-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:50:14.2385343Z [00:01:07.490]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0'
2025-08-20T21:50:14.2475932Z [00:01:07.499]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:14.2485171Z [00:01:07.500]➜  cracklib-static-x86_64-unknown-linux-musl> =======================================================
2025-08-20T21:50:14.2527126Z [00:01:07.504]➜  cracklib-static-x86_64-unknown-linux-musl> Be sure and obtain a large wordlist file and run
2025-08-20T21:50:14.2530036Z [00:01:07.504]➜  cracklib-static-x86_64-unknown-linux-musl> make install and make dict to generate the word
2025-08-20T21:50:14.2544297Z [00:01:07.506]➜  cracklib-static-x86_64-unknown-linux-musl> list index file. See the README file for more details.
2025-08-20T21:50:14.2569702Z [00:01:07.509]➜  cracklib-static-x86_64-unknown-linux-musl> =======================================================
2025-08-20T21:50:14.2611627Z [00:01:07.513]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:14.2618954Z [00:01:07.513]➜  cmocka-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7
2025-08-20T21:50:14.2625897Z [00:01:07.513]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0'
2025-08-20T21:50:14.2636676Z [00:01:07.515]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0'
2025-08-20T21:50:14.2699096Z [00:01:07.517]➜  cracklib-static-x86_64-unknown-linux-musl> if test "xyes" = "xno" ; then \
2025-08-20T21:50:14.2705394Z [00:01:07.517]➜  cracklib-static-x86_64-unknown-linux-musl>      export PATH="./util:$PATH" ; \
2025-08-20T21:50:14.2706995Z [00:01:07.517]➜  cracklib-static-x86_64-unknown-linux-musl>      export LD_LIBRARY_PATH="./lib/.libs:$LD_LIBRARY_PATH" ; \
2025-08-20T21:50:14.2708345Z [00:01:07.517]➜  cracklib-static-x86_64-unknown-linux-musl> fi ; \
2025-08-20T21:50:14.2716095Z [00:01:07.517]➜  cracklib-static-x86_64-unknown-linux-musl> cracklib-format "."/dicts/* | cracklib-packer //nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/cracklib/pw_dict
2025-08-20T21:50:14.2719259Z [00:01:07.523]➜  cmocka-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7...
2025-08-20T21:50:14.2742153Z [00:01:07.526]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -g -O2 -c strsplit.c -o strsplit.o
2025-08-20T21:50:14.2811425Z [00:01:07.533]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -fPIC -DPIC -D_GNU_SOURCE -g -g -O2 -c common.c -o common.o
2025-08-20T21:50:14.2989335Z [00:01:07.550]➜  cmocka-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7
2025-08-20T21:50:14.3077863Z [00:01:07.559]➜  cmocka-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/b4jhn43qh80p2gzcmvj2mxxs49i2lkb3-cmocka-static-x86_64-unknown-linux-musl-1.1.7/lib
2025-08-20T21:50:14.4758522Z [00:01:07.726]➜  building '/nix/store/s1j8q17dlw2xxapjjvnzzch1b6bb51nh-db-static-x86_64-unknown-linux-musl-4.8.30.drv'...
2025-08-20T21:50:14.4770087Z [00:01:07.728]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIC -DPIC -D_GNU_SOURCE -g -g -O2   -o libaucommon.la  strsplit.lo common.lo
2025-08-20T21:50:14.5390245Z [00:01:07.791]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libaucommon.a  strsplit.o common.o
2025-08-20T21:50:14.5492782Z [00:01:07.801]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libaucommon.a
2025-08-20T21:50:14.5753635Z [00:01:07.827]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libaucommon.la" && ln -s "../libaucommon.la" "libaucommon.la" )
2025-08-20T21:50:14.5811157Z [00:01:07.833]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/common'
2025-08-20T21:50:14.5821003Z [00:01:07.834]➜  audit-static-x86_64-unknown-linux-musl> Making all in lib
2025-08-20T21:50:14.5836900Z [00:01:07.835]➜  db-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:50:14.5903442Z [00:01:07.842]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/lib'
2025-08-20T21:50:14.5929996Z [00:01:07.845]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="actiontab.h"' -g -O2 -c -o gen_actiontabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:14.5932588Z [00:01:07.845]➜  db-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/9kz8agh164kiklpvpfg2q7pigw961xsa-db-4.8.30.tar.gz
2025-08-20T21:50:14.5935315Z [00:01:07.845]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="errtab.h"' -g -O2 -c -o gen_errtabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:14.5938195Z [00:01:07.845]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="fieldtab.h"' -g -O2 -c -o gen_fieldtabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:14.5954387Z [00:01:07.846]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="flagtab.h"' -g -O2 -c -o gen_flagtabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:14.5960230Z [00:01:07.848]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="fstypetab.h"' -g -O2 -c -o gen_fstypetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:14.9800130Z [00:01:08.232]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="ftypetab.h"' -g -O2 -c -o gen_ftypetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:15.0375632Z [00:01:08.288]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="i386_table.h"' -g -O2 -c -o gen_i386_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:15.3551951Z [00:01:08.607]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="machinetab.h"' -g -O2 -c -o gen_machinetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:15.3866539Z [00:01:08.636]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="msg_typetab.h"' -g -O2 -c -o gen_msg_typetabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:15.4223021Z [00:01:08.674]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:15.4267586Z [00:01:08.678]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="optab.h"' -g -O2 -c -o gen_optabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:15.4452811Z [00:01:08.697]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:15.4666440Z [00:01:08.718]➜  x86_64-unknown-linux-musl-binutils> checking target system type... alpha-unknown-linux-gnu
2025-08-20T21:50:15.5166600Z [00:01:08.768]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:15.5402897Z [00:01:08.792]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:50:15.5459677Z [00:01:08.792]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:50:15.5781214Z [00:01:08.829]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:15.5867549Z [00:01:08.838]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:50:15.5891347Z [00:01:08.841]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="permtab.h"' -g -O2 -c -o gen_permtabs_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:15.6237550Z [00:01:08.875]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:50:15.8186059Z [00:01:09.069]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="ppc_table.h"' -g -O2 -c -o gen_ppc_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:15.8653854Z [00:01:09.117]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:50:15.8661732Z [00:01:09.118]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:50:16.0278143Z [00:01:09.279]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:50:16.2377243Z [00:01:09.489]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="s390_table.h"' -g -O2 -c -o gen_s390_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:16.2394353Z [00:01:09.491]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="s390x_table.h"' -g -O2 -c -o gen_s390x_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:16.3090502Z [00:01:09.561]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="x86_64_table.h"' -g -O2 -c -o gen_x86_64_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:16.3263494Z [00:01:09.574]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:50:16.3651844Z [00:01:09.617]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="uringop_table.h"' -g -O2 -c -o gen_uringop_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:16.4368943Z [00:01:09.689]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:50:16.4496072Z [00:01:09.701]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="arm_table.h"' -g -O2 -c -o gen_arm_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:16.5405542Z [00:01:09.791]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:50:16.7066218Z [00:01:09.958]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:50:16.9017737Z [00:01:10.153]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:50:16.9129421Z [00:01:10.165]➜  db-static-x86_64-unknown-linux-musl> source root is db-4.8.30
2025-08-20T21:50:17.0016651Z [00:01:10.253]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  '-DTABLE_H="aarch64_table.h"' -g -O2 -c -o gen_aarch64_tables_h-gen_tables.o `test -f 'gen_tables.c' || echo './'`gen_tables.c
2025-08-20T21:50:17.0288837Z [00:01:10.280]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="actiontab.h"' -g -O2   -o gen_actiontabs_h gen_actiontabs_h-gen_tables.o
2025-08-20T21:50:17.0556732Z [00:01:10.307]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="errtab.h"' -g -O2   -o gen_errtabs_h gen_errtabs_h-gen_tables.o
2025-08-20T21:50:17.0818205Z [00:01:10.333]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_master.o `test -f 'check_check_master.c' || echo './'`check_check_master.c
2025-08-20T21:50:17.1191683Z [00:01:10.371]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="fieldtab.h"' -g -O2   -o gen_fieldtabs_h gen_fieldtabs_h-gen_tables.o
2025-08-20T21:50:17.1470892Z [00:01:10.399]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:50:17.2068006Z [00:01:10.458]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="flagtab.h"' -g -O2   -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o
2025-08-20T21:50:17.2131627Z [00:01:10.465]➜  db-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1271103954 of file "db-4.8.30/docs/java/overview-summary.html"
2025-08-20T21:50:17.2223515Z [00:01:10.474]➜  cracklib-static-x86_64-unknown-linux-musl> 1912052 1912052
2025-08-20T21:50:17.2240221Z [00:01:10.474]➜  db-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:50:17.2278418Z [00:01:10.480]➜  cracklib-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:50:17.2375096Z [00:01:10.486]➜  db-static-x86_64-unknown-linux-musl> applying patch /nix/store/n4vnsynn6k5zv24fqwfg8668v89arh2m-clang-4.8.patch
2025-08-20T21:50:17.2414108Z [00:01:10.493]➜  db-static-x86_64-unknown-linux-musl> patching file dbinc/atomic.h
2025-08-20T21:50:17.2447667Z [00:01:10.494]➜  db-static-x86_64-unknown-linux-musl> patching file mp/mp_fget.c
2025-08-20T21:50:17.2449087Z [00:01:10.494]➜  db-static-x86_64-unknown-linux-musl> patching file mp/mp_mvcc.c
2025-08-20T21:50:17.2450273Z [00:01:10.494]➜  db-static-x86_64-unknown-linux-musl> patching file mp/mp_region.c
2025-08-20T21:50:17.2451515Z [00:01:10.494]➜  db-static-x86_64-unknown-linux-musl> patching file mutex/mut_method.c
2025-08-20T21:50:17.2452808Z [00:01:10.495]➜  db-static-x86_64-unknown-linux-musl> patching file mutex/mut_tas.c
2025-08-20T21:50:17.2454285Z [00:01:10.496]➜  db-static-x86_64-unknown-linux-musl> patching file dist/aclocal/clock.m4
2025-08-20T21:50:17.2455682Z [00:01:10.496]➜  db-static-x86_64-unknown-linux-musl> patching file dist/aclocal/mutex.m4
2025-08-20T21:50:17.2470907Z [00:01:10.499]➜  db-static-x86_64-unknown-linux-musl> patching file dist/aclocal/sequence.m4
2025-08-20T21:50:17.2472254Z [00:01:10.499]➜  db-static-x86_64-unknown-linux-musl> patching file dist/RELEASE
2025-08-20T21:50:17.2492894Z [00:01:10.501]➜  db-static-x86_64-unknown-linux-musl> applying patch /nix/store/wbgiyhlnih7pl2d67700940cwf6qp5i8-CVE-2017-10140-4.8-cwd-db_config.patch
2025-08-20T21:50:17.2520753Z [00:01:10.504]➜  db-static-x86_64-unknown-linux-musl> patching file env/env_open.c
2025-08-20T21:50:17.2526803Z [00:01:10.504]➜  db-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 374 (offset -99 lines).
2025-08-20T21:50:17.2540436Z [00:01:10.506]➜  db-static-x86_64-unknown-linux-musl> applying patch /nix/store/gamz3ch89qq558irc2m03j6kkj5wjn58-darwin-mutexes-4.8.patch
2025-08-20T21:50:17.2595287Z [00:01:10.510]➜  db-static-x86_64-unknown-linux-musl> patching file dist/aclocal/mutex.m4
2025-08-20T21:50:17.2604133Z [00:01:10.512]➜  db-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 378 (offset 6 lines).
2025-08-20T21:50:17.2606720Z [00:01:10.512]➜  db-static-x86_64-unknown-linux-musl> patching file dbinc/mutex_int.h
2025-08-20T21:50:17.2609940Z [00:01:10.512]➜  db-static-x86_64-unknown-linux-musl> patching file dbinc_auto/mutex_ext.h
2025-08-20T21:50:17.2691008Z [00:01:10.520]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"actiontab.h\" -g -O2 -o gen_actiontabs_h gen_actiontabs_h-gen_tables.o
2025-08-20T21:50:17.2708010Z [00:01:10.520]➜  db-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:50:17.2771122Z [00:01:10.528]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"errtab.h\" -g -O2 -o gen_errtabs_h gen_errtabs_h-gen_tables.o
2025-08-20T21:50:17.2774002Z [00:01:10.528]➜  cracklib-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0
2025-08-20T21:50:17.2791954Z [00:01:10.531]➜  db-static-x86_64-unknown-linux-musl> /build/db-4.8.30/dist /build/db-4.8.30
2025-08-20T21:50:17.2863009Z [00:01:10.535]➜  cracklib-static-x86_64-unknown-linux-musl> shrinking /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin/cracklib-packer
2025-08-20T21:50:17.2950810Z [00:01:10.547]➜  cracklib-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:17.2965563Z [00:01:10.548]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"fieldtab.h\" -g -O2 -o gen_fieldtabs_h gen_fieldtabs_h-gen_tables.o
2025-08-20T21:50:17.3036483Z [00:01:10.555]➜  cracklib-static-x86_64-unknown-linux-musl> shrinking /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin/cracklib-unpacker
2025-08-20T21:50:17.3039435Z [00:01:10.556]➜  cracklib-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:17.3102802Z [00:01:10.562]➜  cracklib-static-x86_64-unknown-linux-musl> shrinking /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin/cracklib-check
2025-08-20T21:50:17.3125527Z [00:01:10.564]➜  cracklib-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:17.3176584Z [00:01:10.568]➜  cracklib-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0...
2025-08-20T21:50:17.3599092Z [00:01:10.611]➜  cracklib-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:17.3605179Z [00:01:10.612]➜  cracklib-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:17.3685445Z [00:01:10.615]➜  cracklib-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:17.3820691Z [00:01:10.634]➜  cracklib-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/share/man/
2025-08-20T21:50:17.4070827Z [00:01:10.659]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="fstypetab.h"' -g -O2   -o gen_fstypetabs_h gen_fstypetabs_h-gen_tables.o
2025-08-20T21:50:17.4083005Z [00:01:10.659]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:50:17.4166453Z [00:01:10.668]➜  cracklib-static-x86_64-unknown-linux-musl> moving /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin/* to /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/bin
2025-08-20T21:50:17.4214572Z [00:01:10.673]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="ftypetab.h"' -g -O2   -o gen_ftypetabs_h gen_ftypetabs_h-gen_tables.o
2025-08-20T21:50:17.4346195Z [00:01:10.686]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"flagtab.h\" -g -O2 -o gen_flagtabs_h gen_flagtabs_h-gen_tables.o
2025-08-20T21:50:17.4467033Z [00:01:10.698]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="i386_table.h"' -g -O2   -o gen_i386_tables_h gen_i386_tables_h-gen_tables.o
2025-08-20T21:50:17.4561958Z [00:01:10.708]➜  cracklib-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0
2025-08-20T21:50:17.4729087Z [00:01:10.723]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/bin/create-cracklib-dict: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:17.5044723Z [00:01:10.756]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:50:17.5090178Z [00:01:10.761]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/bin/cracklib-format: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:17.5475460Z [00:01:10.799]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="machinetab.h"' -g -O2   -o gen_machinetabs_h gen_machinetabs_h-gen_tables.o
2025-08-20T21:50:17.5483174Z [00:01:10.799]➜  cracklib-static-x86_64-unknown-linux-musl> /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/bin/cracklib-update: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:17.5821098Z [00:01:10.833]➜  cracklib-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/lib /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/bin /nix/store/2bpsm57nins1g5w2crf5q3rb5lib98h3-cracklib-static-x86_64-unknown-linux-musl-2.10.0/sbin
2025-08-20T21:50:17.5919184Z [00:01:10.843]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"fstypetab.h\" -g -O2 -o gen_fstypetabs_h gen_fstypetabs_h-gen_tables.o
2025-08-20T21:50:17.5969263Z [00:01:10.849]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"ftypetab.h\" -g -O2 -o gen_ftypetabs_h gen_ftypetabs_h-gen_tables.o
2025-08-20T21:50:17.6455920Z [00:01:10.895]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"i386_table.h\" -g -O2 -o gen_i386_tables_h gen_i386_tables_h-gen_tables.o
2025-08-20T21:50:17.6512953Z [00:01:10.903]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="msg_typetab.h"' -g -O2   -o gen_msg_typetabs_h gen_msg_typetabs_h-gen_tables.o
2025-08-20T21:50:17.7035030Z [00:01:10.955]➜  cracklib-static-x86_64-unknown-linux-musl> Running phase: installCheckPhase
2025-08-20T21:50:17.7097121Z [00:01:10.961]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="optab.h"' -g -O2   -o gen_optabs_h gen_optabs_h-gen_tables.o
2025-08-20T21:50:17.7180868Z [00:01:10.968]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="permtab.h"' -g -O2   -o gen_permtabs_h gen_permtabs_h-gen_tables.o
2025-08-20T21:50:17.7286664Z [00:01:10.980]➜  cracklib-static-x86_64-unknown-linux-musl> installcheck flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash test
2025-08-20T21:50:17.7392895Z [00:01:10.990]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:50:17.7394411Z [00:01:10.990]➜  cracklib-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:50:17.7397751Z [00:01:10.992]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"machinetab.h\" -g -O2 -o gen_machinetabs_h gen_machinetabs_h-gen_tables.o
2025-08-20T21:50:17.7419396Z [00:01:10.993]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:50:17.7487157Z [00:01:10.996]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="ppc_table.h"' -g -O2   -o gen_ppc_tables_h gen_ppc_tables_h-gen_tables.o
2025-08-20T21:50:17.7489145Z [00:01:11.000]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:50:17.7502168Z [00:01:11.002]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cracklib-2.10.0'
2025-08-20T21:50:17.7508181Z [00:01:11.003]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:50:17.7574668Z [00:01:11.009]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:50:17.7638107Z [00:01:11.016]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in m4
2025-08-20T21:50:17.7660998Z [00:01:11.018]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/m4'
2025-08-20T21:50:17.7662372Z [00:01:11.018]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:17.7663901Z [00:01:11.018]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/m4'
2025-08-20T21:50:17.7744458Z [00:01:11.023]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in lib
2025-08-20T21:50:17.7745696Z [00:01:11.024]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/lib'
2025-08-20T21:50:17.7747230Z [00:01:11.026]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:17.7748711Z [00:01:11.026]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/lib'
2025-08-20T21:50:17.7750927Z [00:01:11.027]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in util
2025-08-20T21:50:17.7814010Z [00:01:11.033]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/util'
2025-08-20T21:50:17.7815341Z [00:01:11.033]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:17.7816614Z [00:01:11.033]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/util'
2025-08-20T21:50:17.7817718Z [00:01:11.033]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in po
2025-08-20T21:50:17.7866576Z [00:01:11.037]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:50:17.7868243Z [00:01:11.037]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:50:17.7869663Z [00:01:11.037]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/po'
2025-08-20T21:50:17.7944276Z [00:01:11.040]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:50:17.7945653Z [00:01:11.043]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/po'
2025-08-20T21:50:17.7946828Z [00:01:11.043]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:50:17.7948022Z [00:01:11.045]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/doc'
2025-08-20T21:50:17.7949321Z [00:01:11.045]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:17.7950663Z [00:01:11.046]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/doc'
2025-08-20T21:50:17.7951875Z [00:01:11.046]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in python
2025-08-20T21:50:17.7960397Z [00:01:11.048]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:50:17.7985837Z [00:01:11.050]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:50:17.8001488Z [00:01:11.052]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/python'
2025-08-20T21:50:17.8002787Z [00:01:11.052]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:17.8004394Z [00:01:11.052]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/python'
2025-08-20T21:50:17.8007434Z [00:01:11.053]➜  cracklib-static-x86_64-unknown-linux-musl> Making all in dicts
2025-08-20T21:50:17.8034055Z [00:01:11.055]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0/dicts'
2025-08-20T21:50:17.8035393Z [00:01:11.055]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:17.8036901Z [00:01:11.055]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0/dicts'
2025-08-20T21:50:17.8065812Z [00:01:11.058]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cracklib-2.10.0'
2025-08-20T21:50:17.8157925Z [00:01:11.065]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:17.8189853Z [00:01:11.065]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:50:17.8202412Z [00:01:11.070]➜  cracklib-static-x86_64-unknown-linux-musl> =======================================================
2025-08-20T21:50:17.8247499Z [00:01:11.076]➜  cracklib-static-x86_64-unknown-linux-musl> Be sure and obtain a large wordlist file and run
2025-08-20T21:50:17.8249115Z [00:01:11.076]➜  cracklib-static-x86_64-unknown-linux-musl> make install and make dict to generate the word
2025-08-20T21:50:17.8260900Z [00:01:11.078]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_msg.o `test -f 'check_check_msg.c' || echo './'`check_check_msg.c
2025-08-20T21:50:17.8274546Z [00:01:11.079]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:50:17.8284483Z [00:01:11.080]➜  cracklib-static-x86_64-unknown-linux-musl> list index file. See the README file for more details.
2025-08-20T21:50:17.8296836Z [00:01:11.081]➜  cracklib-static-x86_64-unknown-linux-musl> =======================================================
2025-08-20T21:50:17.8308969Z [00:01:11.083]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:17.8316038Z [00:01:11.083]➜  cracklib-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cracklib-2.10.0'
2025-08-20T21:50:17.8334172Z [00:01:11.085]➜  cracklib-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/cracklib-2.10.0'
2025-08-20T21:50:17.8359054Z [00:01:11.087]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:17.8375852Z [00:01:11.089]➜  cracklib-static-x86_64-unknown-linux-musl> =======================================================
2025-08-20T21:50:17.8392110Z [00:01:11.091]➜  cracklib-static-x86_64-unknown-linux-musl> If you get an error when running make test about a
2025-08-20T21:50:17.8437173Z [00:01:11.095]➜  cracklib-static-x86_64-unknown-linux-musl> missing pw_dict.pwd file, that indicates that the word
2025-08-20T21:50:17.8462691Z [00:01:11.098]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"msg_typetab.h\" -g -O2 -o gen_msg_typetabs_h gen_msg_typetabs_h-gen_tables.o
2025-08-20T21:50:17.8466567Z [00:01:11.098]➜  cracklib-static-x86_64-unknown-linux-musl> list dictionary file has not been built. You need to
2025-08-20T21:50:17.8509160Z [00:01:11.101]➜  cracklib-static-x86_64-unknown-linux-musl> at least run make install and make dict to install
2025-08-20T21:50:17.8515709Z [00:01:11.103]➜  cracklib-static-x86_64-unknown-linux-musl> the dictionay. See the README file for more details.
2025-08-20T21:50:17.8585412Z [00:01:11.109]➜  cracklib-static-x86_64-unknown-linux-musl> =======================================================
2025-08-20T21:50:17.8588995Z [00:01:11.111]➜  cracklib-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:17.8623709Z [00:01:11.114]➜  cracklib-static-x86_64-unknown-linux-musl> util/cracklib-check < test-data
2025-08-20T21:50:17.8678382Z [00:01:11.119]➜  cracklib-static-x86_64-unknown-linux-musl> antzer: it is based on a dictionary word
2025-08-20T21:50:17.8685734Z [00:01:11.120]➜  cracklib-static-x86_64-unknown-linux-musl> G@ndalf: it is based on a dictionary word
2025-08-20T21:50:17.8691221Z [00:01:11.121]➜  cracklib-static-x86_64-unknown-linux-musl> neulinger: it is based on a dictionary word
2025-08-20T21:50:17.8915761Z [00:01:11.134]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="s390_table.h"' -g -O2   -o gen_s390_tables_h gen_s390_tables_h-gen_tables.o
2025-08-20T21:50:17.8918439Z [00:01:11.134]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"permtab.h\" -g -O2 -o gen_permtabs_h gen_permtabs_h-gen_tables.o
2025-08-20T21:50:17.8920125Z [00:01:11.134]➜  cracklib-static-x86_64-unknown-linux-musl> lantzer: it is based on a dictionary word
2025-08-20T21:50:17.8921557Z [00:01:11.134]➜  cracklib-static-x86_64-unknown-linux-musl> Pa$$w0rd: it is based on a dictionary word
2025-08-20T21:50:17.8923016Z [00:01:11.134]➜  cracklib-static-x86_64-unknown-linux-musl> PaS$W0rd: it is based on a dictionary word
2025-08-20T21:50:17.8924645Z [00:01:11.136]➜  cracklib-static-x86_64-unknown-linux-musl> Pas$w0rd: it is based on a dictionary word
2025-08-20T21:50:17.8926081Z [00:01:11.142]➜  cracklib-static-x86_64-unknown-linux-musl> Pas$W0rd: it is based on a dictionary word
2025-08-20T21:50:17.8927545Z [00:01:11.144]➜  cracklib-static-x86_64-unknown-linux-musl> Pa$sw0rd: it is based on a dictionary word
2025-08-20T21:50:17.8976513Z [00:01:11.149]➜  cracklib-static-x86_64-unknown-linux-musl> Pa$sW0rd: it is based on a dictionary word
2025-08-20T21:50:17.9038128Z [00:01:11.156]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"optab.h\" -g -O2 -o gen_optabs_h gen_optabs_h-gen_tables.o
2025-08-20T21:50:18.1451881Z [00:01:11.397]➜  building '/nix/store/ab95wcgv3fv7z4h2ijvyv8fs1p0nfnvv-db-static-x86_64-unknown-linux-musl-5.3.28.drv'...
2025-08-20T21:50:18.1471769Z [00:01:11.398]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:50:18.1474277Z [00:01:11.398]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:50:18.1475937Z [00:01:11.398]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:50:18.1477437Z [00:01:11.398]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:50:18.1479207Z [00:01:11.398]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"ppc_table.h\" -g -O2 -o gen_ppc_tables_h gen_ppc_tables_h-gen_tables.o
2025-08-20T21:50:18.1481886Z [00:01:11.398]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="s390x_table.h"' -g -O2   -o gen_s390x_tables_h gen_s390x_tables_h-gen_tables.o
2025-08-20T21:50:18.1485353Z [00:01:11.398]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="x86_64_table.h"' -g -O2   -o gen_x86_64_tables_h gen_x86_64_tables_h-gen_tables.o
2025-08-20T21:50:18.1488623Z [00:01:11.398]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="uringop_table.h"' -g -O2   -o gen_uringop_tables_h gen_uringop_tables_h-gen_tables.o
2025-08-20T21:50:18.1492395Z [00:01:11.398]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="arm_table.h"' -g -O2   -o gen_arm_tables_h gen_arm_tables_h-gen_tables.o
2025-08-20T21:50:18.1495265Z [00:01:11.398]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"s390_table.h\" -g -O2 -o gen_s390_tables_h gen_s390_tables_h-gen_tables.o
2025-08-20T21:50:18.1497836Z [00:01:11.398]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"s390x_table.h\" -g -O2 -o gen_s390x_tables_h gen_s390x_tables_h-gen_tables.o
2025-08-20T21:50:18.1500023Z [00:01:11.398]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"x86_64_table.h\" -g -O2 -o gen_x86_64_tables_h gen_x86_64_tables_h-gen_tables.o
2025-08-20T21:50:18.1504865Z [00:01:11.398]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_log.o `test -f 'check_check_log.c' || echo './'`check_check_log.c
2025-08-20T21:50:18.1512449Z [00:01:11.403]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"uringop_table.h\" -g -O2 -o gen_uringop_tables_h gen_uringop_tables_h-gen_tables.o
2025-08-20T21:50:18.1617864Z [00:01:11.413]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="aarch64_table.h"' -g -O2   -o gen_aarch64_tables_h gen_aarch64_tables_h-gen_tables.o
2025-08-20T21:50:18.1757159Z [00:01:11.427]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"arm_table.h\" -g -O2 -o gen_arm_tables_h gen_arm_tables_h-gen_tables.o
2025-08-20T21:50:18.1854753Z [00:01:11.437]➜  audit-static-x86_64-unknown-linux-musl> ./gen_actiontabs_h --lowercase --i2s --s2i action > actiontabs.h
2025-08-20T21:50:18.1896774Z [00:01:11.441]➜  audit-static-x86_64-unknown-linux-musl> ./gen_errtabs_h --duplicate-ints --uppercase --i2s --s2i err > errtabs.h
2025-08-20T21:50:18.1947283Z [00:01:11.446]➜  audit-static-x86_64-unknown-linux-musl> ./gen_fieldtabs_h --duplicate-ints --lowercase --i2s --s2i field > fieldtabs.h
2025-08-20T21:50:18.1976941Z [00:01:11.449]➜  audit-static-x86_64-unknown-linux-musl> ./gen_flagtabs_h --lowercase --i2s --s2i flag > flagtabs.h
2025-08-20T21:50:18.2019784Z [00:01:11.454]➜  audit-static-x86_64-unknown-linux-musl> ./gen_fstypetabs_h --lowercase --i2s --s2i fstype > fstypetabs.h
2025-08-20T21:50:18.2120854Z [00:01:11.464]➜  audit-static-x86_64-unknown-linux-musl> ./gen_ftypetabs_h --lowercase --i2s --s2i ftype > ftypetabs.h
2025-08-20T21:50:18.2190282Z [00:01:11.471]➜  audit-static-x86_64-unknown-linux-musl> ./gen_i386_tables_h --duplicate-ints --lowercase --i2s --s2i \
2025-08-20T21:50:18.2191937Z [00:01:11.471]➜  audit-static-x86_64-unknown-linux-musl>         i386_syscall > i386_tables.h
2025-08-20T21:50:18.2233443Z [00:01:11.475]➜  audit-static-x86_64-unknown-linux-musl> ./gen_machinetabs_h --duplicate-ints --lowercase --i2s --s2i machine \
2025-08-20T21:50:18.2236560Z [00:01:11.475]➜  audit-static-x86_64-unknown-linux-musl>         > machinetabs.h
2025-08-20T21:50:18.2270266Z [00:01:11.479]➜  audit-static-x86_64-unknown-linux-musl> ./gen_msg_typetabs_h --uppercase --i2s --s2i msg_type > msg_typetabs.h
2025-08-20T21:50:18.2299723Z [00:01:11.482]➜  audit-static-x86_64-unknown-linux-musl> ./gen_optabs_h --i2s op > optabs.h
2025-08-20T21:50:18.2329640Z [00:01:11.485]➜  audit-static-x86_64-unknown-linux-musl> ./gen_permtabs_h --lowercase --i2s --s2i perm > permtabs.h
2025-08-20T21:50:18.2370038Z [00:01:11.488]➜  audit-static-x86_64-unknown-linux-musl> ./gen_ppc_tables_h --lowercase --i2s --s2i ppc_syscall > ppc_tables.h
2025-08-20T21:50:18.2371774Z [00:01:11.489]➜  audit-static-x86_64-unknown-linux-musl> ./gen_s390_tables_h --lowercase --i2s --s2i s390_syscall > s390_tables.h
2025-08-20T21:50:18.2415369Z [00:01:11.493]➜  audit-static-x86_64-unknown-linux-musl> ./gen_s390x_tables_h --lowercase --i2s --s2i s390x_syscall > s390x_tables.h
2025-08-20T21:50:18.2429018Z [00:01:11.495]➜  audit-static-x86_64-unknown-linux-musl> ./gen_x86_64_tables_h --lowercase --i2s --s2i x86_64_syscall > x86_64_tables.h
2025-08-20T21:50:18.2481111Z [00:01:11.500]➜  audit-static-x86_64-unknown-linux-musl> ./gen_uringop_tables_h --lowercase --i2s --s2i uringop > uringop_tables.h
2025-08-20T21:50:18.2638360Z [00:01:11.515]➜  audit-static-x86_64-unknown-linux-musl> ./gen_arm_tables_h --lowercase --i2s --s2i arm_syscall > arm_tables.h
2025-08-20T21:50:18.2911878Z [00:01:11.543]➜  db-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:50:18.2967706Z [00:01:11.548]➜  db-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/vs02v30yly1y4n7g0zq1cyr3ynyjsdvp-db-5.3.28.tar.gz
2025-08-20T21:50:18.3107241Z [00:01:11.562]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:50:18.3246199Z [00:01:11.576]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"aarch64_table.h\" -g -O2 -o gen_aarch64_tables_h gen_aarch64_tables_h-gen_tables.o
2025-08-20T21:50:18.3954207Z [00:01:11.647]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_log_internal.o `test -f 'check_check_log_internal.c' || echo './'`check_check_log_internal.c
2025-08-20T21:50:18.4025009Z [00:01:11.654]➜  audit-static-x86_64-unknown-linux-musl> ./gen_aarch64_tables_h --lowercase --i2s --s2i aarch64_syscall > aarch64_tables.h
2025-08-20T21:50:18.4098984Z [00:01:11.662]➜  audit-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:50:18.4175918Z [00:01:11.669]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/lib'
2025-08-20T21:50:18.4273766Z [00:01:11.678]➜  audit-static-x86_64-unknown-linux-musl> Making all in .
2025-08-20T21:50:18.4366500Z [00:01:11.688]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/lib'
2025-08-20T21:50:18.4372836Z [00:01:11.688]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o libaudit.lo libaudit.c
2025-08-20T21:50:18.4413922Z [00:01:11.693]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o message.lo message.c
2025-08-20T21:50:18.4429633Z [00:01:11.694]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o netlink.lo netlink.c
2025-08-20T21:50:18.4497745Z [00:01:11.701]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o lookup_table.lo lookup_table.c
2025-08-20T21:50:18.4502723Z [00:01:11.701]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o audit_logging.lo audit_logging.c
2025-08-20T21:50:18.4806566Z [00:01:11.732]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_limit.o `test -f 'check_check_limit.c' || echo './'`check_check_limit.c
2025-08-20T21:50:18.5408754Z [00:01:11.788]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c audit_logging.c -o audit_logging.o
2025-08-20T21:50:18.5506762Z [00:01:11.802]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c libaudit.c -o libaudit.o
2025-08-20T21:50:18.5551016Z [00:01:11.807]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c message.c -o message.o
2025-08-20T21:50:18.5576568Z [00:01:11.809]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c netlink.c -o netlink.o
2025-08-20T21:50:18.5666238Z [00:01:11.817]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c lookup_table.c -o lookup_table.o
2025-08-20T21:50:18.6131386Z [00:01:11.865]➜  audit-static-x86_64-unknown-linux-musl> In file included from netlink.c:31:
2025-08-20T21:50:18.6134987Z [00:01:11.865]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
2025-08-20T21:50:18.6137867Z [00:01:11.865]➜  audit-static-x86_64-unknown-linux-musl>     1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
2025-08-20T21:50:18.6144412Z [00:01:11.865]➜  audit-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:50:18.6488942Z [00:01:11.900]➜  audit-static-x86_64-unknown-linux-musl> In file included from libaudit.c:36:
2025-08-20T21:50:18.6496706Z [00:01:11.900]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
2025-08-20T21:50:18.6531444Z [00:01:11.900]➜  audit-static-x86_64-unknown-linux-musl>     1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
2025-08-20T21:50:18.6532921Z [00:01:11.900]➜  audit-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:50:18.6557367Z [00:01:11.907]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_fork.o `test -f 'check_check_fork.c' || echo './'`check_check_fork.c
2025-08-20T21:50:18.7018378Z [00:01:11.953]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../auparse -I../common  -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o deprecated.lo deprecated.c
2025-08-20T21:50:18.7717131Z [00:01:12.023]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7: warning: underquoted definition of AM_SEARCH_USIZES
2025-08-20T21:50:18.7722656Z [00:01:12.023]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7:   run info Automake 'Extending aclocal'
2025-08-20T21:50:18.7725196Z [00:01:12.023]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7:   or see https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
2025-08-20T21:50:18.8019369Z [00:01:12.053]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../auparse -I../common -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c deprecated.c -o deprecated.o
2025-08-20T21:50:18.9787711Z [00:01:12.230]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_fixture.o `test -f 'check_check_fixture.c' || echo './'`check_check_fixture.c
2025-08-20T21:50:19.4612221Z [00:01:12.713]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_pack.o `test -f 'check_check_pack.c' || echo './'`check_check_pack.c
2025-08-20T21:50:19.5539795Z [00:01:12.806]➜  check-static-x86_64-unknown-linux-musl> In file included from check_check_pack.c:27:
2025-08-20T21:50:19.5627357Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> check_check_pack.c: In function 'test_pack_fmsg_fn':
2025-08-20T21:50:19.5632538Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> check_check_pack.c:60:10: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:19.5643113Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>    60 |     fail("%s", errm);
2025-08-20T21:50:19.5644316Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>       |          ^~~~
2025-08-20T21:50:19.5645485Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:494:71: note: in definition of macro 'fail'
2025-08-20T21:50:19.5647009Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>   494 | #define fail(...) _ck_assert_failed(__FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:19.5648435Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>       |                                                                       ^~~~~~~~~~~
2025-08-20T21:50:19.5649634Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> check_check_pack.c: In function 'test_pack_loc_fn':
2025-08-20T21:50:19.5651069Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> check_check_pack.c:91:10: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:19.5652337Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>    91 |     fail("%s", errm);
2025-08-20T21:50:19.5654284Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>       |          ^~~~
2025-08-20T21:50:19.5655845Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:494:71: note: in definition of macro 'fail'
2025-08-20T21:50:19.5675677Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>   494 | #define fail(...) _ck_assert_failed(__FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:19.5677147Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>       |                                                                       ^~~~~~~~~~~
2025-08-20T21:50:19.5678619Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> check_check_pack.c:98:10: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:19.5679917Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>    98 |     fail("%s", errm);
2025-08-20T21:50:19.5680867Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>       |          ^~~~
2025-08-20T21:50:19.5681973Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:494:71: note: in definition of macro 'fail'
2025-08-20T21:50:19.5685294Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>   494 | #define fail(...) _ck_assert_failed(__FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:19.5686920Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>       |                                                                       ^~~~~~~~~~~
2025-08-20T21:50:19.5688154Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> check_check_pack.c: In function 'test_pack_ctx_fn':
2025-08-20T21:50:19.5689691Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> check_check_pack.c:126:10: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:19.5691052Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>   126 |     fail("%s", errm);
2025-08-20T21:50:19.5692009Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>       |          ^~~~
2025-08-20T21:50:19.5693120Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:494:71: note: in definition of macro 'fail'
2025-08-20T21:50:19.5694852Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>   494 | #define fail(...) _ck_assert_failed(__FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:19.5696332Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>       |                                                                       ^~~~~~~~~~~
2025-08-20T21:50:19.5697576Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> check_check_pack.c: In function 'test_pack_len_fn':
2025-08-20T21:50:19.5699072Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> check_check_pack.c:150:10: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:19.5700379Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>   150 |     fail("%s", errm);
2025-08-20T21:50:19.5701518Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>       |          ^~~~
2025-08-20T21:50:19.5702654Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:494:71: note: in definition of macro 'fail'
2025-08-20T21:50:19.5733615Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>   494 | #define fail(...) _ck_assert_failed(__FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:19.5735070Z [00:01:12.814]➜  check-static-x86_64-unknown-linux-musl>       |                                                                       ^~~~~~~~~~~
2025-08-20T21:50:19.8747484Z [00:01:13.126]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:50:19.8749116Z [00:01:13.126]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:50:19.8763836Z [00:01:13.128]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:50:19.9161491Z [00:01:13.168]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_exit.o `test -f 'check_check_exit.c' || echo './'`check_check_exit.c
2025-08-20T21:50:20.0470723Z [00:01:13.299]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:50:20.0491544Z [00:01:13.301]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:50:20.0536896Z [00:01:13.305]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_selective.o `test -f 'check_check_selective.c' || echo './'`check_check_selective.c
2025-08-20T21:50:20.1737475Z [00:01:13.425]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:50:20.1742563Z [00:01:13.425]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:50:20.1785624Z [00:01:13.430]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:50:20.1790209Z [00:01:13.430]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:50:20.1854961Z [00:01:13.437]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:50:20.1856261Z [00:01:13.437]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:20.1857470Z [00:01:13.437]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:50:20.1868614Z [00:01:13.439]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:20.1927692Z [00:01:13.444]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:50:20.2005315Z [00:01:13.452]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:50:20.2096293Z [00:01:13.461]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:50:20.2100337Z [00:01:13.462]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:50:20.2102225Z [00:01:13.462]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:50:20.2106631Z [00:01:13.462]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:20.2108188Z [00:01:13.462]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:50:20.2175727Z [00:01:13.469]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:50:20.2177661Z [00:01:13.469]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:20.2179078Z [00:01:13.469]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:50:20.2188757Z [00:01:13.471]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:20.2249761Z [00:01:13.477]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:50:20.2251006Z [00:01:13.477]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:50:20.2252311Z [00:01:13.477]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:50:20.2253970Z [00:01:13.477]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:50:20.2257999Z [00:01:13.478]➜  db-static-x86_64-unknown-linux-musl> source root is db-5.3.28
2025-08-20T21:50:20.2272252Z [00:01:13.479]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:50:20.2289133Z [00:01:13.481]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:50:20.2299073Z [00:01:13.482]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:50:20.2328002Z [00:01:13.485]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:50:20.2357272Z [00:01:13.487]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:50:20.2364307Z [00:01:13.488]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:50:20.2388349Z [00:01:13.488]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:50:20.2405345Z [00:01:13.492]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:50:20.2445331Z [00:01:13.496]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:50:20.2467933Z [00:01:13.496]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:50:20.2512928Z [00:01:13.502]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:50:20.2519664Z [00:01:13.502]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:50:20.2525800Z [00:01:13.502]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:50:20.2527697Z [00:01:13.502]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:50:20.2529297Z [00:01:13.502]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:50:20.2530621Z [00:01:13.504]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:50:20.2583462Z [00:01:13.510]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:50:20.2586200Z [00:01:13.510]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:50:20.2588678Z [00:01:13.511]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:50:20.2976957Z [00:01:13.547]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:20.3358369Z [00:01:13.587]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:50:20.3437153Z [00:01:13.595]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-cc... no
2025-08-20T21:50:20.3480666Z [00:01:13.600]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-gcc... no
2025-08-20T21:50:20.3766461Z [00:01:13.624]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-c++... no
2025-08-20T21:50:20.3772402Z [00:01:13.624]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-g++... no
2025-08-20T21:50:20.3793943Z [00:01:13.624]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-cxx... no
2025-08-20T21:50:20.3821378Z [00:01:13.624]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-gxx... no
2025-08-20T21:50:20.3824846Z [00:01:13.624]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-gcc... no
2025-08-20T21:50:20.3828020Z [00:01:13.624]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-gfortran... no
2025-08-20T21:50:20.3838734Z [00:01:13.624]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-gccgo... no
2025-08-20T21:50:20.3839955Z [00:01:13.624]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-gdc... no
2025-08-20T21:50:20.3841130Z [00:01:13.624]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-gm2... no
2025-08-20T21:50:20.3946944Z [00:01:13.643]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_tags.o `test -f 'check_check_tags.c' || echo './'`check_check_tags.c
2025-08-20T21:50:20.3974555Z [00:01:13.649]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-ar... no
2025-08-20T21:50:20.4034589Z [00:01:13.653]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-as... no
2025-08-20T21:50:20.4036164Z [00:01:13.655]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:20.4104535Z [00:01:13.660]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:20.4106144Z [00:01:13.662]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-ld... no
2025-08-20T21:50:20.4128555Z [00:01:13.665]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-lipo... no
2025-08-20T21:50:20.4156636Z [00:01:13.667]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-nm... no
2025-08-20T21:50:20.4161204Z [00:01:13.667]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-objcopy... no
2025-08-20T21:50:20.4264304Z [00:01:13.676]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-objdump... no
2025-08-20T21:50:20.4269174Z [00:01:13.676]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-otool... no
2025-08-20T21:50:20.4446773Z [00:01:13.682]➜  db-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1378741628 of file "db-5.3.28/lang/sql/odbc/sqlite3odbc.rc"
2025-08-20T21:50:20.4477228Z [00:01:13.688]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-ranlib... no
2025-08-20T21:50:20.4478780Z [00:01:13.689]➜  db-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:50:20.4482226Z [00:01:13.692]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-readelf... no
2025-08-20T21:50:20.4484082Z [00:01:13.696]➜  db-static-x86_64-unknown-linux-musl> applying patch /nix/store/p56njrk3dmlrjy3ah8c36swji3kiym60-clang-5.3.patch
2025-08-20T21:50:20.4514648Z [00:01:13.700]➜  db-static-x86_64-unknown-linux-musl> patching file src/dbinc/atomic.h
2025-08-20T21:50:20.4516242Z [00:01:13.700]➜  db-static-x86_64-unknown-linux-musl> patching file src/mp/mp_fget.c
2025-08-20T21:50:20.4517567Z [00:01:13.700]➜  db-static-x86_64-unknown-linux-musl> patching file src/mp/mp_mvcc.c
2025-08-20T21:50:20.4519181Z [00:01:13.700]➜  db-static-x86_64-unknown-linux-musl> patching file src/mp/mp_region.c
2025-08-20T21:50:20.4520676Z [00:01:13.700]➜  db-static-x86_64-unknown-linux-musl> patching file src/mutex/mut_method.c
2025-08-20T21:50:20.4522263Z [00:01:13.700]➜  db-static-x86_64-unknown-linux-musl> patching file src/mutex/mut_tas.c
2025-08-20T21:50:20.4523762Z [00:01:13.702]➜  db-static-x86_64-unknown-linux-musl> patching file dist/aclocal/clock.m4
2025-08-20T21:50:20.4525143Z [00:01:13.702]➜  db-static-x86_64-unknown-linux-musl> patching file dist/aclocal/mmap.m4
2025-08-20T21:50:20.4555598Z [00:01:13.707]➜  db-static-x86_64-unknown-linux-musl> patching file dist/aclocal/mutex.m4
2025-08-20T21:50:20.4558461Z [00:01:13.707]➜  db-static-x86_64-unknown-linux-musl> patching file dist/aclocal/sequence.m4
2025-08-20T21:50:20.4598171Z [00:01:13.707]➜  db-static-x86_64-unknown-linux-musl> applying patch /nix/store/ky3k9vamivjyji36043nrkz194l7966g-CVE-2017-10140-cwd-db_config.patch
2025-08-20T21:50:20.4599723Z [00:01:13.708]➜  db-static-x86_64-unknown-linux-musl> patching file src/env/env_open.c
2025-08-20T21:50:20.4606547Z [00:01:13.712]➜  db-static-x86_64-unknown-linux-musl> applying patch /nix/store/w1si7nrykydfkxrcfhhf7yl3c2x2kfdc-darwin-mutexes.patch
2025-08-20T21:50:20.4612809Z [00:01:13.713]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-strip... no
2025-08-20T21:50:20.4644090Z [00:01:13.716]➜  db-static-x86_64-unknown-linux-musl> patching file dist/aclocal/mutex.m4
2025-08-20T21:50:20.4673584Z [00:01:13.716]➜  db-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 445 (offset 4 lines).
2025-08-20T21:50:20.4749321Z [00:01:13.720]➜  db-static-x86_64-unknown-linux-musl> patching file src/dbinc/mutex_int.h
2025-08-20T21:50:20.4750336Z [00:01:13.725]➜  db-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:50:20.4751472Z [00:01:13.726]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-windres... no
2025-08-20T21:50:20.4777808Z [00:01:13.730]➜  x86_64-unknown-linux-musl-binutils> checking for alpha-unknown-linux-gnu-windmc... no
2025-08-20T21:50:20.4785068Z [00:01:13.730]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:50:20.4789938Z [00:01:13.730]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:50:20.4831490Z [00:01:13.735]➜  db-static-x86_64-unknown-linux-musl> /build/db-5.3.28/dist /build/db-5.3.28
2025-08-20T21:50:20.4874968Z [00:01:13.739]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:50:20.4936704Z [00:01:13.745]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:50:20.5020958Z [00:01:13.749]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:50:20.5023040Z [00:01:13.749]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:50:20.5024929Z [00:01:13.753]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:50:20.5045401Z [00:01:13.756]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:50:20.5081997Z [00:01:13.760]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:50:20.5165308Z [00:01:13.768]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:50:20.5245895Z [00:01:13.776]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:50:20.5300079Z [00:01:13.781]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:50:20.5304692Z [00:01:13.782]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:50:20.5375211Z [00:01:13.789]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:50:20.5381029Z [00:01:13.789]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:50:20.5432466Z [00:01:13.789]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:50:20.5434190Z [00:01:13.789]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:50:20.5435658Z [00:01:13.794]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:50:20.5437065Z [00:01:13.794]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:50:20.5438468Z [00:01:13.794]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:50:20.5439855Z [00:01:13.794]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:50:20.5441238Z [00:01:13.794]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:50:20.5443684Z [00:01:13.794]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:50:20.5445528Z [00:01:13.795]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:50:20.6318526Z [00:01:13.884]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:50:20.8947769Z [00:01:14.146]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -Wl,-z,relro -version-info 1:0  -o libaudit.la -rpath /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib libaudit.lo message.lo netlink.lo lookup_table.lo audit_logging.lo deprecated.lo    -lcap-ng ../common/libaucommon.la
2025-08-20T21:50:20.9038829Z [00:01:14.156]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:50:21.1268478Z [00:01:14.378]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_check-check_check_main.o `test -f 'check_check_main.c' || echo './'`check_check_main.c
2025-08-20T21:50:21.1380436Z [00:01:14.390]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libaudit.lax/libaucommon.a && x86_64-unknown-linux-musl-ar x "/build/source/lib/../common/.libs/libaucommon.a")
2025-08-20T21:50:21.1957830Z [00:01:14.447]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libaudit.a  libaudit.o message.o netlink.o lookup_table.o audit_logging.o deprecated.o  .libs/libaudit.lax/libaucommon.a/common.o .libs/libaudit.lax/libaucommon.a/strsplit.o
2025-08-20T21:50:21.2101174Z [00:01:14.462]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libaudit.a
2025-08-20T21:50:21.2274893Z [00:01:14.479]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libaudit.lax
2025-08-20T21:50:21.2648561Z [00:01:14.516]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libaudit.la" && ln -s "../libaudit.la" "libaudit.la" )
2025-08-20T21:50:21.2747744Z [00:01:14.526]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/lib'
2025-08-20T21:50:21.2791284Z [00:01:14.531]➜  audit-static-x86_64-unknown-linux-musl> Making all in test
2025-08-20T21:50:21.2836790Z [00:01:14.534]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/lib/test'
2025-08-20T21:50:21.2838355Z [00:01:14.534]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all'.
2025-08-20T21:50:21.2839733Z [00:01:14.534]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/lib/test'
2025-08-20T21:50:21.2841126Z [00:01:14.534]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/lib'
2025-08-20T21:50:21.2842561Z [00:01:14.534]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/lib'
2025-08-20T21:50:21.2844021Z [00:01:14.534]➜  audit-static-x86_64-unknown-linux-musl> Making all in auparse
2025-08-20T21:50:21.2924470Z [00:01:14.543]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/auparse'
2025-08-20T21:50:21.2955719Z [00:01:14.547]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas   -o check_check check_check-check_list.o check_check-check_check_sub.o check_check-check_check_master.o check_check-check_check_msg.o check_check-check_check_log.o check_check-check_check_log_internal.o check_check-check_check_limit.o check_check-check_check_fork.o check_check-check_check_fixture.o check_check-check_check_pack.o check_check-check_check_exit.o check_check-check_check_selective.o check_check-check_check_tags.o check_check-check_check_main.o ../src/libcheckinternal.la ../lib/libcompat.la -lrt -lm
2025-08-20T21:50:21.3046191Z [00:01:14.554]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="accesstab.h"' -g -O2 -c -o ../lib/gen_accesstabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:21.3059153Z [00:01:14.554]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="captab.h"' -g -O2 -c -o ../lib/gen_captabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:21.3062011Z [00:01:14.554]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="clocktab.h"' -g -O2 -c -o ../lib/gen_clock_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:21.3067306Z [00:01:14.556]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="clone-flagtab.h"' -g -O2 -c -o ../lib/gen_clone_flagtabs_h-gen_tables64.o `test -f '../lib/gen_tables64.c' || echo './'`../lib/gen_tables64.c
2025-08-20T21:50:21.3116701Z [00:01:14.563]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="epoll_ctl.h"' -g -O2 -c -o ../lib/gen_epoll_ctls_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:21.6500996Z [00:01:14.901]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -o check_check check_check-check_list.o check_check-check_check_sub.o check_check-check_check_master.o check_check-check_check_msg.o check_check-check_check_log.o check_check-check_check_log_internal.o check_check-check_check_limit.o check_check-check_check_fork.o check_check-check_check_fixture.o check_check-check_check_pack.o check_check-check_check_exit.o check_check-check_check_selective.o check_check-check_check_tags.o check_check-check_check_main.o  ../src/.libs/libcheckinternal.a ../lib/.libs/libcompat.a -lrt -lm
2025-08-20T21:50:21.7959393Z [00:01:15.047]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="famtab.h"' -g -O2 -c -o ../lib/gen_famtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:21.8636511Z [00:01:15.115]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_stress.o check_stress.c
2025-08-20T21:50:21.9488243Z [00:01:15.200]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7: warning: underquoted definition of AM_SEARCH_USIZES
2025-08-20T21:50:21.9494677Z [00:01:15.201]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7:   run info Automake 'Extending aclocal'
2025-08-20T21:50:21.9545040Z [00:01:15.202]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7:   or see https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
2025-08-20T21:50:22.0236525Z [00:01:15.273]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="fcntl-cmdtab.h"' -g -O2 -c -o ../lib/gen_fcntl_cmdtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:22.0478899Z [00:01:15.299]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas   -o check_stress check_stress.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm
2025-08-20T21:50:22.1173054Z [00:01:15.369]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="fsconfig.h"' -g -O2 -c -o ../lib/gen_fsconfigs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:22.1415682Z [00:01:15.393]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="icmptypetab.h"' -g -O2 -c -o ../lib/gen_icmptypetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:22.3028306Z [00:01:15.554]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="ipctab.h"' -g -O2 -c -o ../lib/gen_ipctabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:22.3750069Z [00:01:15.626]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -o check_stress check_stress.o  ../src/.libs/libcheck.a ../lib/.libs/libcompat.a -lrt -lm
2025-08-20T21:50:22.4398315Z [00:01:15.691]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="ipccmdtab.h"' -g -O2 -c -o ../lib/gen_ipccmdtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:22.5158839Z [00:01:15.767]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_thread_stress-check_thread_stress.o `test -f 'check_thread_stress.c' || echo './'`check_thread_stress.c
2025-08-20T21:50:22.6900784Z [00:01:15.942]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="ioctlreqtab.h"' -g -O2 -c -o ../lib/gen_ioctlreqtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:22.6951399Z [00:01:15.947]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="ipoptnametab.h"' -g -O2 -c -o ../lib/gen_ipoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:22.7032695Z [00:01:15.955]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas   -o check_thread_stress check_thread_stress-check_thread_stress.o ../src/libcheck.la ../lib/libcompat.la  -lrt -lm
2025-08-20T21:50:22.7567761Z [00:01:16.008]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="ip6optnametab.h"' -g -O2 -c -o ../lib/gen_ip6optnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:22.9918617Z [00:01:16.243]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="mmaptab.h"' -g -O2 -c -o ../lib/gen_mmaptabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:23.0386951Z [00:01:16.290]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -o check_thread_stress check_thread_stress-check_thread_stress.o  ../src/.libs/libcheck.a ../lib/.libs/libcompat.a -lrt -lm
2025-08-20T21:50:23.0815643Z [00:01:16.333]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="mounttab.h"' -g -O2 -c -o ../lib/gen_mounttabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:23.2286461Z [00:01:16.480]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_nofork.o check_nofork.c
2025-08-20T21:50:23.2831504Z [00:01:16.535]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:23.3064766Z [00:01:16.558]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:23.3361890Z [00:01:16.588]➜  x86_64-unknown-linux-musl-binutils> checking target system type... arm-unknown-linux-gnu
2025-08-20T21:50:23.3774287Z [00:01:16.629]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas   -o check_nofork check_nofork.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm
2025-08-20T21:50:23.3783758Z [00:01:16.629]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="nfprototab.h"' -g -O2 -c -o ../lib/gen_nfprototabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:23.3861026Z [00:01:16.637]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="open-flagtab.h"' -g -O2 -c -o ../lib/gen_open_flagtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:23.3898200Z [00:01:16.641]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:23.4030663Z [00:01:16.655]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:50:23.4035690Z [00:01:16.655]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:50:23.4042364Z [00:01:16.656]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="persontab.h"' -g -O2 -c -o ../lib/gen_persontabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:23.4252714Z [00:01:16.673]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:23.4306535Z [00:01:16.679]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:50:23.4625201Z [00:01:16.712]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:50:23.6393913Z [00:01:16.891]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="prctl-opt-tab.h"' -g -O2 -c -o ../lib/gen_prctl_opttabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:23.6639861Z [00:01:16.915]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -o check_nofork check_nofork.o  ../src/.libs/libcheck.a ../lib/.libs/libcompat.a -lrt -lm
2025-08-20T21:50:23.7009497Z [00:01:16.953]➜  db-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in '.'.
2025-08-20T21:50:23.7020057Z [00:01:16.954]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file './ltmain.sh'
2025-08-20T21:50:23.7876569Z [00:01:17.036]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="pktoptnametab.h"' -g -O2 -c -o ../lib/gen_pktoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:23.8073867Z [00:01:17.057]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_nofork_teardown.o check_nofork_teardown.c
2025-08-20T21:50:23.8509900Z [00:01:17.103]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:50:23.8515831Z [00:01:17.103]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:50:23.8601316Z [00:01:17.112]➜  db-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'aclocal'.
2025-08-20T21:50:23.8606952Z [00:01:17.112]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file 'aclocal/libtool.m4'
2025-08-20T21:50:23.9079388Z [00:01:17.157]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="prottab.h"' -g -O2 -c -o ../lib/gen_prottabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:23.9740871Z [00:01:17.226]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="ptracetab.h"' -g -O2 -c -o ../lib/gen_ptracetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:23.9814842Z [00:01:17.233]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas   -o check_nofork_teardown check_nofork_teardown.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm
2025-08-20T21:50:24.0059641Z [00:01:17.258]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:50:24.0114920Z [00:01:17.260]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file 'aclocal/ltoptions.m4'
2025-08-20T21:50:24.0467538Z [00:01:17.298]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="rlimittab.h"' -g -O2 -c -o ../lib/gen_rlimit_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:24.1417251Z [00:01:17.393]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file 'aclocal/ltsugar.m4'
2025-08-20T21:50:24.2426358Z [00:01:17.494]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:50:24.2965991Z [00:01:17.548]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file 'aclocal/ltversion.m4'
2025-08-20T21:50:24.3248172Z [00:01:17.576]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -o check_nofork_teardown check_nofork_teardown.o  ../src/.libs/libcheck.a ../lib/.libs/libcompat.a -lrt -lm
2025-08-20T21:50:24.3365239Z [00:01:17.588]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="recvtab.h"' -g -O2 -c -o ../lib/gen_recvtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:24.3589917Z [00:01:17.611]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:50:24.3824940Z [00:01:17.634]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="schedtab.h"' -g -O2 -c -o ../lib/gen_schedtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:24.4231455Z [00:01:17.675]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file 'aclocal/lt~obsolete.m4'
2025-08-20T21:50:24.4706940Z [00:01:17.722]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:50:24.4960226Z [00:01:17.747]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_mem_leaks-check_mem_leaks.o `test -f 'check_mem_leaks.c' || echo './'`check_mem_leaks.c
2025-08-20T21:50:24.5441947Z [00:01:17.796]➜  db-static-x86_64-unknown-linux-musl> libtoolize: Consider adding '-I aclocal' to ACLOCAL_AMFLAGS in Makefile.am.
2025-08-20T21:50:24.5645010Z [00:01:17.816]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="seccomptab.h"' -g -O2 -c -o ../lib/gen_seccomptabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:24.5888008Z [00:01:17.840]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:50:24.5991561Z [00:01:17.851]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="seektab.h"' -g -O2 -c -o ../lib/gen_seektabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:24.6530452Z [00:01:17.903]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_mem_leaks-check_check_log.o `test -f 'check_check_log.c' || echo './'`check_check_log.c
2025-08-20T21:50:24.7073481Z [00:01:17.959]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="shm_modetab.h"' -g -O2 -c -o ../lib/gen_shm_modetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:24.7765743Z [00:01:18.028]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7: warning: underquoted definition of AM_SEARCH_USIZES
2025-08-20T21:50:24.7769512Z [00:01:18.028]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7:   run info Automake 'Extending aclocal'
2025-08-20T21:50:24.7772411Z [00:01:18.028]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7:   or see https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
2025-08-20T21:50:24.7906373Z [00:01:18.041]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:50:25.0741508Z [00:01:18.326]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="signaltab.h"' -g -O2 -c -o ../lib/gen_signals_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:25.0774802Z [00:01:18.329]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:50:25.0965421Z [00:01:18.348]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_mem_leaks-check_check_fork.o `test -f 'check_check_fork.c' || echo './'`check_check_fork.c
2025-08-20T21:50:25.1125784Z [00:01:18.364]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="sockoptnametab.h"' -g -O2 -c -o ../lib/gen_sockoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:25.2006591Z [00:01:18.449]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="socktab.h"' -g -O2 -c -o ../lib/gen_socktabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:25.2038974Z [00:01:18.454]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="sockleveltab.h"' -g -O2 -c -o ../lib/gen_sockleveltabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:25.2734236Z [00:01:18.525]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="socktypetab.h"' -g -O2 -c -o ../lib/gen_socktypetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:25.3444907Z [00:01:18.596]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:50:25.4040316Z [00:01:18.655]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_mem_leaks-check_check_exit.o `test -f 'check_check_exit.c' || echo './'`check_check_exit.c
2025-08-20T21:50:25.4698436Z [00:01:18.721]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:50:25.6311364Z [00:01:18.881]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_mem_leaks-check_check_selective.o `test -f 'check_check_selective.c' || echo './'`check_check_selective.c
2025-08-20T21:50:25.6578216Z [00:01:18.909]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:50:25.6620037Z [00:01:18.914]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:50:25.6695480Z [00:01:18.921]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:50:25.6700720Z [00:01:18.921]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:50:25.6705850Z [00:01:18.922]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:50:25.7102259Z [00:01:18.961]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:50:25.7104398Z [00:01:18.961]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:50:25.7105618Z [00:01:18.962]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:50:25.7126738Z [00:01:18.964]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:50:25.7155433Z [00:01:18.967]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="tcpoptnametab.h"' -g -O2 -c -o ../lib/gen_tcpoptnametabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:25.7164364Z [00:01:18.968]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:50:25.7298932Z [00:01:18.982]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:50:25.7477310Z [00:01:18.999]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:50:25.7996890Z [00:01:19.051]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="typetab.h"' -g -O2 -c -o ../lib/gen_typetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:25.8192980Z [00:01:19.071]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="umounttab.h"' -g -O2 -c -o ../lib/gen_umounttabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:25.8528572Z [00:01:19.104]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="inethooktab.h"' -g -O2 -c -o ../lib/gen_inethooktabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:25.8708179Z [00:01:19.122]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:50:25.8715650Z [00:01:19.123]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:50:25.8775308Z [00:01:19.129]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:50:25.9496015Z [00:01:19.198]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="netactiontab.h"' -g -O2 -c -o ../lib/gen_netactiontabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:26.0571795Z [00:01:19.308]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_mem_leaks-check_check_tags.o `test -f 'check_check_tags.c' || echo './'`check_check_tags.c
2025-08-20T21:50:26.0642225Z [00:01:19.316]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:50:26.2670930Z [00:01:19.518]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:50:26.2966201Z [00:01:19.548]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="normalize_obj_kind_map.h"' -g -O2 -c -o ../lib/gen_normalize_obj_kind_map-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:26.3530749Z [00:01:19.605]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="normalize_record_map.h"' -g -O2 -c -o ../lib/gen_normalize_record_map-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:26.4068519Z [00:01:19.658]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="normalize_syscall_map.h"' -g -O2 -c -o ../lib/gen_normalize_syscall_map-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:26.5960801Z [00:01:19.847]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="normalize_evtypetab.h"' -g -O2 -c -o ../lib/gen_normalize_evtypetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:26.7023016Z [00:01:19.954]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="bpftab.h"' -g -O2 -c -o ../lib/gen_bpftabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:26.9536819Z [00:01:20.204]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="openat2-resolvetab.h"' -g -O2 -c -o ../lib/gen_openat2_resolvetabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:26.9677454Z [00:01:20.219]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="xattr-atflagtab.h"' -g -O2 -c -o ../lib/gen_xattr_atflagtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:27.0475579Z [00:01:20.299]➜  audit-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  '-DTABLE_H="access-flagtab.h"' -g -O2 -c -o ../lib/gen_access_flagtabs_h-gen_tables.o `test -f '../lib/gen_tables.c' || echo './'`../lib/gen_tables.c
2025-08-20T21:50:27.1537069Z [00:01:20.405]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_mem_leaks-check_check_sub.o `test -f 'check_check_sub.c' || echo './'`check_check_sub.c
2025-08-20T21:50:27.2141256Z [00:01:20.466]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="accesstab.h"' -g -O2   -o gen_accesstabs_h ../lib/gen_accesstabs_h-gen_tables.o
2025-08-20T21:50:27.2595407Z [00:01:20.510]➜  check-static-x86_64-unknown-linux-musl> In file included from check_check_sub.c:26:
2025-08-20T21:50:27.2597380Z [00:01:20.510]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_unless_fn':
2025-08-20T21:50:27.2601216Z [00:01:20.510]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:65:23: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:27.2603652Z [00:01:20.510]➜  check-static-x86_64-unknown-linux-musl>    65 |   fail_unless(1 == 2, "This test should fail");
2025-08-20T21:50:27.2605293Z [00:01:20.510]➜  check-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T21:50:27.2606921Z [00:01:20.510]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:472:77: note: in definition of macro 'fail_unless'
2025-08-20T21:50:27.2614618Z [00:01:20.510]➜  check-static-x86_64-unknown-linux-musl>   472 |     _ck_assert_failed(__FILE__, __LINE__, "Assertion '"#expr"' failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:27.2616915Z [00:01:20.510]➜  check-static-x86_64-unknown-linux-musl>       |                                                                             ^~~~~~~~~~~
2025-08-20T21:50:27.2635858Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_if_fail_fn':
2025-08-20T21:50:27.2639608Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:83:19: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:27.2641329Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl>    83 |   fail_if(1 == 1, "This test should fail");
2025-08-20T21:50:27.2642810Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl>       |                   ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T21:50:27.2644645Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:486:78: note: in definition of macro 'fail_if'
2025-08-20T21:50:27.2649661Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl>   486 |      _ck_assert_failed(__FILE__, __LINE__, "Failure '"#expr"' occurred" , ## __VA_ARGS__, NULL) \
2025-08-20T21:50:27.2652100Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl>       |                                                                              ^~~~~~~~~~~
2025-08-20T21:50:27.2653581Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_null_msg_fn':
2025-08-20T21:50:27.2655114Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:92:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:27.2656464Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl>    92 |   fail_unless(2 == 3, NULL);
2025-08-20T21:50:27.2657419Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~~~~~
2025-08-20T21:50:27.2658783Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_no_msg_fn':
2025-08-20T21:50:27.2660322Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:103:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:27.2661679Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl>   103 |   fail_unless(4 == 5, NULL);
2025-08-20T21:50:27.2662644Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~~~~~
2025-08-20T21:50:27.2663955Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_if_null_msg_fn':
2025-08-20T21:50:27.2665498Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:112:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:27.2666811Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl>   112 |   fail_if(2 != 3, NULL);
2025-08-20T21:50:27.2667754Z [00:01:20.515]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~
2025-08-20T21:50:27.2668849Z [00:01:20.516]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_if_no_msg_fn':
2025-08-20T21:50:27.2670334Z [00:01:20.516]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:123:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:27.2671646Z [00:01:20.516]➜  check-static-x86_64-unknown-linux-musl>   123 |   fail_if(4 != 5, NULL);
2025-08-20T21:50:27.2672680Z [00:01:20.516]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~~~~
2025-08-20T21:50:27.2673960Z [00:01:20.516]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_vararg_msg_1_fn':
2025-08-20T21:50:27.2715834Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:135:23: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:27.2717695Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl>   135 |   fail_unless(x == y, "%d != %d", x, y);
2025-08-20T21:50:27.2718988Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~~~~
2025-08-20T21:50:27.2720666Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:472:77: note: in definition of macro 'fail_unless'
2025-08-20T21:50:27.2722388Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl>   472 |     _ck_assert_failed(__FILE__, __LINE__, "Assertion '"#expr"' failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:27.2724222Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl>       |                                                                             ^~~~~~~~~~~
2025-08-20T21:50:27.2725621Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_vararg_msg_2_fn':
2025-08-20T21:50:27.2727244Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:147:19: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:27.2728787Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl>   147 |   fail_if(x != y, "%d != %d", x, y);
2025-08-20T21:50:27.2730050Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl>       |                   ^~~~~~~~~~
2025-08-20T21:50:27.2732371Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:486:78: note: in definition of macro 'fail_if'
2025-08-20T21:50:27.2734120Z [00:01:20.521]➜  check-static-x86_64-unknown-linux-musl>   486 |      _ck_assert_failed(__FILE__, __LINE__, "Failure '"#expr"' occurred" , ## __VA_ARGS__, NULL) \
2025-08-20T21:50:27.2735566Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl>       |                                                                              ^~~~~~~~~~~
2025-08-20T21:50:27.2736864Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_vararg_msg_3_fn':
2025-08-20T21:50:27.2738637Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:159:8: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:27.2739943Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl>   159 |   fail("%d == %d", x, y);
2025-08-20T21:50:27.2740910Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl>       |        ^~~~~~~~~~
2025-08-20T21:50:27.2742007Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl> ../src/check.h:494:71: note: in definition of macro 'fail'
2025-08-20T21:50:27.2743642Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl>   494 | #define fail(...) _ck_assert_failed(__FILE__, __LINE__, "Failed" , ## __VA_ARGS__, NULL)
2025-08-20T21:50:27.2745055Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl>       |                                                                       ^~~~~~~~~~~
2025-08-20T21:50:27.2746264Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c: In function 'test_fail_empty_fn':
2025-08-20T21:50:27.2747723Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl> check_check_sub.c:171:3: warning: too many arguments for format [-Wformat-extra-args]
2025-08-20T21:50:27.2748938Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl>   171 |   fail(NULL);
2025-08-20T21:50:27.2749720Z [00:01:20.522]➜  check-static-x86_64-unknown-linux-musl>       |   ^~~~
2025-08-20T21:50:27.4439018Z [00:01:20.695]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"accesstab.h\" -g -O2 -o gen_accesstabs_h ../lib/gen_accesstabs_h-gen_tables.o
2025-08-20T21:50:27.4886080Z [00:01:20.736]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="captab.h"' -g -O2   -o gen_captabs_h ../lib/gen_captabs_h-gen_tables.o
2025-08-20T21:50:27.5005609Z [00:01:20.749]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="clocktab.h"' -g -O2   -o gen_clock_h ../lib/gen_clock_h-gen_tables.o
2025-08-20T21:50:27.5589063Z [00:01:20.810]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="clone-flagtab.h"' -g -O2   -o gen_clone-flagtabs_h ../lib/gen_clone_flagtabs_h-gen_tables64.o
2025-08-20T21:50:27.5876106Z [00:01:20.839]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="epoll_ctl.h"' -g -O2   -o gen_epoll_ctls_h ../lib/gen_epoll_ctls_h-gen_tables.o
2025-08-20T21:50:27.6919166Z [00:01:20.942]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"clocktab.h\" -g -O2 -o gen_clock_h ../lib/gen_clock_h-gen_tables.o
2025-08-20T21:50:27.7037840Z [00:01:20.952]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"captab.h\" -g -O2 -o gen_captabs_h ../lib/gen_captabs_h-gen_tables.o
2025-08-20T21:50:27.7662899Z [00:01:21.018]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"clone-flagtab.h\" -g -O2 -o gen_clone-flagtabs_h ../lib/gen_clone_flagtabs_h-gen_tables64.o
2025-08-20T21:50:27.7786195Z [00:01:21.030]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"epoll_ctl.h\" -g -O2 -o gen_epoll_ctls_h ../lib/gen_epoll_ctls_h-gen_tables.o
2025-08-20T21:50:27.7831160Z [00:01:21.035]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="famtab.h"' -g -O2   -o gen_famtabs_h ../lib/gen_famtabs_h-gen_tables.o
2025-08-20T21:50:27.7972657Z [00:01:21.049]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="fcntl-cmdtab.h"' -g -O2   -o gen_fcntl-cmdtabs_h ../lib/gen_fcntl_cmdtabs_h-gen_tables.o
2025-08-20T21:50:27.8390061Z [00:01:21.091]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="fsconfig.h"' -g -O2   -o gen_fsconfigs_h ../lib/gen_fsconfigs_h-gen_tables.o
2025-08-20T21:50:27.8817160Z [00:01:21.133]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="icmptypetab.h"' -g -O2   -o gen_icmptypetabs_h ../lib/gen_icmptypetabs_h-gen_tables.o
2025-08-20T21:50:27.9201663Z [00:01:21.172]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="ipctab.h"' -g -O2   -o gen_ipctabs_h ../lib/gen_ipctabs_h-gen_tables.o
2025-08-20T21:50:27.9819863Z [00:01:21.233]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"fcntl-cmdtab.h\" -g -O2 -o gen_fcntl-cmdtabs_h ../lib/gen_fcntl_cmdtabs_h-gen_tables.o
2025-08-20T21:50:27.9970771Z [00:01:21.249]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"famtab.h\" -g -O2 -o gen_famtabs_h ../lib/gen_famtabs_h-gen_tables.o
2025-08-20T21:50:28.0064050Z [00:01:21.258]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"fsconfig.h\" -g -O2 -o gen_fsconfigs_h ../lib/gen_fsconfigs_h-gen_tables.o
2025-08-20T21:50:28.0771402Z [00:01:21.329]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"icmptypetab.h\" -g -O2 -o gen_icmptypetabs_h ../lib/gen_icmptypetabs_h-gen_tables.o
2025-08-20T21:50:28.0990794Z [00:01:21.351]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"ipctab.h\" -g -O2 -o gen_ipctabs_h ../lib/gen_ipctabs_h-gen_tables.o
2025-08-20T21:50:28.1185836Z [00:01:21.370]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="ioctlreqtab.h"' -g -O2   -o gen_ioctlreqtabs_h ../lib/gen_ioctlreqtabs_h-gen_tables.o
2025-08-20T21:50:28.1269478Z [00:01:21.378]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="ipccmdtab.h"' -g -O2   -o gen_ipccmdtabs_h ../lib/gen_ipccmdtabs_h-gen_tables.o
2025-08-20T21:50:28.1533558Z [00:01:21.404]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="ipoptnametab.h"' -g -O2   -o gen_ipoptnametabs_h ../lib/gen_ipoptnametabs_h-gen_tables.o
2025-08-20T21:50:28.1858644Z [00:01:21.437]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="ip6optnametab.h"' -g -O2   -o gen_ip6optnametabs_h ../lib/gen_ip6optnametabs_h-gen_tables.o
2025-08-20T21:50:28.1994968Z [00:01:21.449]➜  db-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in '.'.
2025-08-20T21:50:28.1996400Z [00:01:21.450]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file './ltmain.sh'
2025-08-20T21:50:28.2538172Z [00:01:21.505]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="mmaptab.h"' -g -O2   -o gen_mmaptabs_h ../lib/gen_mmaptabs_h-gen_tables.o
2025-08-20T21:50:28.3037390Z [00:01:21.555]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"ioctlreqtab.h\" -g -O2 -o gen_ioctlreqtabs_h ../lib/gen_ioctlreqtabs_h-gen_tables.o
2025-08-20T21:50:28.3154146Z [00:01:21.567]➜  db-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'aclocal'.
2025-08-20T21:50:28.3155536Z [00:01:21.567]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file 'aclocal/libtool.m4'
2025-08-20T21:50:28.3418228Z [00:01:21.592]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:50:28.3420956Z [00:01:21.592]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:50:28.3422649Z [00:01:21.592]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:50:28.3505400Z [00:01:21.600]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"ipccmdtab.h\" -g -O2 -o gen_ipccmdtabs_h ../lib/gen_ipccmdtabs_h-gen_tables.o
2025-08-20T21:50:28.3616079Z [00:01:21.613]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"ipoptnametab.h\" -g -O2 -o gen_ipoptnametabs_h ../lib/gen_ipoptnametabs_h-gen_tables.o
2025-08-20T21:50:28.3956717Z [00:01:21.647]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"ip6optnametab.h\" -g -O2 -o gen_ip6optnametabs_h ../lib/gen_ip6optnametabs_h-gen_tables.o
2025-08-20T21:50:28.4473773Z [00:01:21.699]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="nfprototab.h"' -g -O2   -o gen_nfprototabs_h ../lib/gen_nfprototabs_h-gen_tables.o
2025-08-20T21:50:28.4493991Z [00:01:21.701]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="mounttab.h"' -g -O2   -o gen_mounttabs_h ../lib/gen_mounttabs_h-gen_tables.o
2025-08-20T21:50:28.4562352Z [00:01:21.708]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file 'aclocal/ltoptions.m4'
2025-08-20T21:50:28.4808578Z [00:01:21.732]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"mmaptab.h\" -g -O2 -o gen_mmaptabs_h ../lib/gen_mmaptabs_h-gen_tables.o
2025-08-20T21:50:28.4940461Z [00:01:21.743]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="open-flagtab.h"' -g -O2   -o gen_open-flagtabs_h ../lib/gen_open_flagtabs_h-gen_tables.o
2025-08-20T21:50:28.5522316Z [00:01:21.804]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="persontab.h"' -g -O2   -o gen_persontabs_h ../lib/gen_persontabs_h-gen_tables.o
2025-08-20T21:50:28.5575471Z [00:01:21.809]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file 'aclocal/ltsugar.m4'
2025-08-20T21:50:28.5692281Z [00:01:21.821]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:50:28.5697282Z [00:01:21.821]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:50:28.5891803Z [00:01:21.840]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="prctl-opt-tab.h"' -g -O2   -o gen_prctl_opttabs_h ../lib/gen_prctl_opttabs_h-gen_tables.o
2025-08-20T21:50:28.6275590Z [00:01:21.877]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"mounttab.h\" -g -O2 -o gen_mounttabs_h ../lib/gen_mounttabs_h-gen_tables.o
2025-08-20T21:50:28.6564378Z [00:01:21.908]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"nfprototab.h\" -g -O2 -o gen_nfprototabs_h ../lib/gen_nfprototabs_h-gen_tables.o
2025-08-20T21:50:28.6671302Z [00:01:21.919]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:50:28.6755329Z [00:01:21.924]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:50:28.6758691Z [00:01:21.924]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:50:28.6771817Z [00:01:21.929]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:50:28.6793426Z [00:01:21.930]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:50:28.6794924Z [00:01:21.931]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file 'aclocal/ltversion.m4'
2025-08-20T21:50:28.6811588Z [00:01:21.932]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:28.6812522Z [00:01:21.933]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:50:28.6874532Z [00:01:21.939]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:28.6879089Z [00:01:21.940]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:50:28.6928729Z [00:01:21.945]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:50:28.6981404Z [00:01:21.950]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:50:28.6989935Z [00:01:21.951]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:50:28.6992224Z [00:01:21.951]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:50:28.7072888Z [00:01:21.959]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:28.7076168Z [00:01:21.959]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:50:28.7079609Z [00:01:21.960]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:50:28.7090494Z [00:01:21.961]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:28.7095331Z [00:01:21.961]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:50:28.7187489Z [00:01:21.970]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:28.7193754Z [00:01:21.971]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:50:28.7216587Z [00:01:21.971]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:50:28.7218146Z [00:01:21.971]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:50:28.7291570Z [00:01:21.980]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"open-flagtab.h\" -g -O2 -o gen_open-flagtabs_h ../lib/gen_open_flagtabs_h-gen_tables.o
2025-08-20T21:50:28.7293943Z [00:01:21.980]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:50:28.7295342Z [00:01:21.980]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:50:28.7298693Z [00:01:21.980]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:50:28.7301737Z [00:01:21.980]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:50:28.7302979Z [00:01:21.980]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:50:28.7306730Z [00:01:21.980]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:50:28.7308421Z [00:01:21.980]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:50:28.7348337Z [00:01:21.987]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:50:28.7366668Z [00:01:21.988]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:50:28.7368013Z [00:01:21.988]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:50:28.7435680Z [00:01:21.995]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:50:28.7447307Z [00:01:21.996]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:50:28.7449827Z [00:01:21.996]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:50:28.7462942Z [00:01:21.997]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:50:28.7464684Z [00:01:21.997]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:50:28.7465939Z [00:01:21.998]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:50:28.7526477Z [00:01:22.000]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="pktoptnametab.h"' -g -O2   -o gen_pktoptnametabs_h ../lib/gen_pktoptnametabs_h-gen_tables.o
2025-08-20T21:50:28.7529282Z [00:01:22.002]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:50:28.7530821Z [00:01:22.003]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:50:28.7532001Z [00:01:22.003]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:50:28.7533704Z [00:01:22.003]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:50:28.7596740Z [00:01:22.011]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"persontab.h\" -g -O2 -o gen_persontabs_h ../lib/gen_persontabs_h-gen_tables.o
2025-08-20T21:50:28.7765897Z [00:01:22.028]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="prottab.h"' -g -O2   -o gen_prottabs_h ../lib/gen_prottabs_h-gen_tables.o
2025-08-20T21:50:28.7833507Z [00:01:22.035]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:28.7971075Z [00:01:22.049]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:50:28.8082444Z [00:01:22.060]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"prctl-opt-tab.h\" -g -O2 -o gen_prctl_opttabs_h ../lib/gen_prctl_opttabs_h-gen_tables.o
2025-08-20T21:50:28.8128451Z [00:01:22.065]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-cc... no
2025-08-20T21:50:28.8134413Z [00:01:22.065]➜  db-static-x86_64-unknown-linux-musl> libtoolize: copying file 'aclocal/lt~obsolete.m4'
2025-08-20T21:50:28.8140030Z [00:01:22.066]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-gcc... no
2025-08-20T21:50:28.8258193Z [00:01:22.078]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-c++... no
2025-08-20T21:50:28.8264076Z [00:01:22.078]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-g++... no
2025-08-20T21:50:28.8343051Z [00:01:22.086]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-cxx... no
2025-08-20T21:50:28.8351673Z [00:01:22.087]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-gxx... no
2025-08-20T21:50:28.8400502Z [00:01:22.091]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-gcc... no
2025-08-20T21:50:28.8402214Z [00:01:22.092]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-gfortran... no
2025-08-20T21:50:28.8436041Z [00:01:22.095]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-gccgo... no
2025-08-20T21:50:28.8448848Z [00:01:22.097]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-gdc... no
2025-08-20T21:50:28.8459819Z [00:01:22.098]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="ptracetab.h"' -g -O2   -o gen_ptracetabs_h ../lib/gen_ptracetabs_h-gen_tables.o
2025-08-20T21:50:28.8463108Z [00:01:22.098]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-gm2... no
2025-08-20T21:50:28.8598101Z [00:01:22.112]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-ar... no
2025-08-20T21:50:28.8636409Z [00:01:22.115]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-as... no
2025-08-20T21:50:28.8743873Z [00:01:22.126]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:28.8745921Z [00:01:22.126]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:28.8780335Z [00:01:22.130]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-ld... no
2025-08-20T21:50:28.8809921Z [00:01:22.133]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-lipo... no
2025-08-20T21:50:28.8865808Z [00:01:22.138]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-nm... no
2025-08-20T21:50:28.8874840Z [00:01:22.138]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-objcopy... no
2025-08-20T21:50:28.8920540Z [00:01:22.144]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-objdump... no
2025-08-20T21:50:28.8951585Z [00:01:22.147]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-otool... no
2025-08-20T21:50:28.9002595Z [00:01:22.152]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-ranlib... no
2025-08-20T21:50:28.9079979Z [00:01:22.160]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-readelf... no
2025-08-20T21:50:28.9094678Z [00:01:22.161]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-strip... no
2025-08-20T21:50:28.9140745Z [00:01:22.166]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-windres... no
2025-08-20T21:50:28.9187153Z [00:01:22.170]➜  x86_64-unknown-linux-musl-binutils> checking for arm-unknown-linux-gnu-windmc... no
2025-08-20T21:50:28.9237162Z [00:01:22.175]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:50:28.9238806Z [00:01:22.175]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:50:28.9241221Z [00:01:22.175]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="rlimittab.h"' -g -O2   -o gen_rlimit_h ../lib/gen_rlimit_h-gen_tables.o
2025-08-20T21:50:28.9258042Z [00:01:22.177]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="recvtab.h"' -g -O2   -o gen_recvtabs_h ../lib/gen_recvtabs_h-gen_tables.o
2025-08-20T21:50:28.9262590Z [00:01:22.178]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:50:28.9345159Z [00:01:22.186]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:50:28.9350325Z [00:01:22.186]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"pktoptnametab.h\" -g -O2 -o gen_pktoptnametabs_h ../lib/gen_pktoptnametabs_h-gen_tables.o
2025-08-20T21:50:28.9369783Z [00:01:22.189]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:50:28.9372523Z [00:01:22.189]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:50:28.9403406Z [00:01:22.192]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:50:28.9461869Z [00:01:22.198]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:50:28.9538425Z [00:01:22.204]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:50:28.9605591Z [00:01:22.209]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:50:28.9645991Z [00:01:22.216]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:50:28.9667356Z [00:01:22.218]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:50:28.9679881Z [00:01:22.220]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:50:28.9689541Z [00:01:22.221]➜  db-static-x86_64-unknown-linux-musl> libtoolize: Consider adding '-I aclocal' to ACLOCAL_AMFLAGS in Makefile.am.
2025-08-20T21:50:28.9730347Z [00:01:22.225]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:50:28.9732481Z [00:01:22.225]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:50:28.9738853Z [00:01:22.226]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:50:28.9774967Z [00:01:22.229]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:50:28.9842426Z [00:01:22.236]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:50:28.9847789Z [00:01:22.236]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:50:28.9849448Z [00:01:22.236]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:50:28.9851102Z [00:01:22.236]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:50:28.9852644Z [00:01:22.236]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:50:28.9854496Z [00:01:22.236]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:50:28.9856160Z [00:01:22.236]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:50:29.0072593Z [00:01:22.259]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"prottab.h\" -g -O2 -o gen_prottabs_h ../lib/gen_prottabs_h-gen_tables.o
2025-08-20T21:50:29.0555709Z [00:01:22.307]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"ptracetab.h\" -g -O2 -o gen_ptracetabs_h ../lib/gen_ptracetabs_h-gen_tables.o
2025-08-20T21:50:29.0754976Z [00:01:22.326]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="schedtab.h"' -g -O2   -o gen_schedtabs_h ../lib/gen_schedtabs_h-gen_tables.o
2025-08-20T21:50:29.1053596Z [00:01:22.357]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:50:29.1315152Z [00:01:22.383]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7: warning: underquoted definition of AM_SEARCH_USIZES
2025-08-20T21:50:29.1320537Z [00:01:22.383]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7:   run info Automake 'Extending aclocal'
2025-08-20T21:50:29.1322651Z [00:01:22.383]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:7:   or see https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
2025-08-20T21:50:29.1460352Z [00:01:22.398]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"rlimittab.h\" -g -O2 -o gen_rlimit_h ../lib/gen_rlimit_h-gen_tables.o
2025-08-20T21:50:29.1495932Z [00:01:22.398]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="seccomptab.h"' -g -O2   -o gen_seccomptabs_h ../lib/gen_seccomptabs_h-gen_tables.o
2025-08-20T21:50:29.1564988Z [00:01:22.405]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"recvtab.h\" -g -O2 -o gen_recvtabs_h ../lib/gen_recvtabs_h-gen_tables.o
2025-08-20T21:50:29.1957518Z [00:01:22.447]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="seektab.h"' -g -O2   -o gen_seektabs_h ../lib/gen_seektabs_h-gen_tables.o
2025-08-20T21:50:29.2599435Z [00:01:22.511]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="shm_modetab.h"' -g -O2   -o gen_shm_modetabs_h ../lib/gen_shm_modetabs_h-gen_tables.o
2025-08-20T21:50:29.2619433Z [00:01:22.514]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"schedtab.h\" -g -O2 -o gen_schedtabs_h ../lib/gen_schedtabs_h-gen_tables.o
2025-08-20T21:50:29.3347858Z [00:01:22.586]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"seccomptab.h\" -g -O2 -o gen_seccomptabs_h ../lib/gen_seccomptabs_h-gen_tables.o
2025-08-20T21:50:29.3786237Z [00:01:22.628]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"seektab.h\" -g -O2 -o gen_seektabs_h ../lib/gen_seektabs_h-gen_tables.o
2025-08-20T21:50:29.3792448Z [00:01:22.628]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="signaltab.h"' -g -O2   -o gen_signals_h ../lib/gen_signals_h-gen_tables.o
2025-08-20T21:50:29.3795630Z [00:01:22.628]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"shm_modetab.h\" -g -O2 -o gen_shm_modetabs_h ../lib/gen_shm_modetabs_h-gen_tables.o
2025-08-20T21:50:29.4531880Z [00:01:22.705]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="sockoptnametab.h"' -g -O2   -o gen_sockoptnametabs_h ../lib/gen_sockoptnametabs_h-gen_tables.o
2025-08-20T21:50:29.4679479Z [00:01:22.719]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="socktab.h"' -g -O2   -o gen_socktabs_h ../lib/gen_socktabs_h-gen_tables.o
2025-08-20T21:50:29.4682794Z [00:01:22.720]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:50:29.4809849Z [00:01:22.733]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="socktypetab.h"' -g -O2   -o gen_socktypetabs_h ../lib/gen_socktypetabs_h-gen_tables.o
2025-08-20T21:50:29.4865139Z [00:01:22.738]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="sockleveltab.h"' -g -O2   -o gen_sockleveltabs_h ../lib/gen_sockleveltabs_h-gen_tables.o
2025-08-20T21:50:29.6191530Z [00:01:22.871]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"signaltab.h\" -g -O2 -o gen_signals_h ../lib/gen_signals_h-gen_tables.o
2025-08-20T21:50:29.6559691Z [00:01:22.908]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"socktab.h\" -g -O2 -o gen_socktabs_h ../lib/gen_socktabs_h-gen_tables.o
2025-08-20T21:50:29.6647281Z [00:01:22.916]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"sockleveltab.h\" -g -O2 -o gen_sockleveltabs_h ../lib/gen_sockleveltabs_h-gen_tables.o
2025-08-20T21:50:29.6710226Z [00:01:22.923]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"sockoptnametab.h\" -g -O2 -o gen_sockoptnametabs_h ../lib/gen_sockoptnametabs_h-gen_tables.o
2025-08-20T21:50:29.7062084Z [00:01:22.958]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"socktypetab.h\" -g -O2 -o gen_socktypetabs_h ../lib/gen_socktypetabs_h-gen_tables.o
2025-08-20T21:50:29.7521833Z [00:01:23.004]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="tcpoptnametab.h"' -g -O2   -o gen_tcpoptnametabs_h ../lib/gen_tcpoptnametabs_h-gen_tables.o
2025-08-20T21:50:29.7792784Z [00:01:23.031]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="typetab.h"' -g -O2   -o gen_typetabs_h ../lib/gen_typetabs_h-gen_tables.o
2025-08-20T21:50:29.8124982Z [00:01:23.064]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="umounttab.h"' -g -O2   -o gen_umounttabs_h ../lib/gen_umounttabs_h-gen_tables.o
2025-08-20T21:50:29.8276762Z [00:01:23.076]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="inethooktab.h"' -g -O2   -o gen_inethooktabs_h ../lib/gen_inethooktabs_h-gen_tables.o
2025-08-20T21:50:29.8385927Z [00:01:23.090]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="netactiontab.h"' -g -O2   -o gen_netactiontabs_h ../lib/gen_netactiontabs_h-gen_tables.o
2025-08-20T21:50:29.9333513Z [00:01:23.185]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"tcpoptnametab.h\" -g -O2 -o gen_tcpoptnametabs_h ../lib/gen_tcpoptnametabs_h-gen_tables.o
2025-08-20T21:50:29.9677054Z [00:01:23.219]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"typetab.h\" -g -O2 -o gen_typetabs_h ../lib/gen_typetabs_h-gen_tables.o
2025-08-20T21:50:30.0107851Z [00:01:23.262]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"inethooktab.h\" -g -O2 -o gen_inethooktabs_h ../lib/gen_inethooktabs_h-gen_tables.o
2025-08-20T21:50:30.0185004Z [00:01:23.270]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"umounttab.h\" -g -O2 -o gen_umounttabs_h ../lib/gen_umounttabs_h-gen_tables.o
2025-08-20T21:50:30.0341758Z [00:01:23.286]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"netactiontab.h\" -g -O2 -o gen_netactiontabs_h ../lib/gen_netactiontabs_h-gen_tables.o
2025-08-20T21:50:30.0664956Z [00:01:23.318]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="normalize_obj_kind_map.h"' -g -O2   -o gen_normalize_obj_kind_map ../lib/gen_normalize_obj_kind_map-gen_tables.o
2025-08-20T21:50:30.1068533Z [00:01:23.354]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="normalize_record_map.h"' -g -O2   -o gen_normalize_record_map ../lib/gen_normalize_record_map-gen_tables.o
2025-08-20T21:50:30.1280228Z [00:01:23.380]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="normalize_syscall_map.h"' -g -O2   -o gen_normalize_syscall_map ../lib/gen_normalize_syscall_map-gen_tables.o
2025-08-20T21:50:30.1534933Z [00:01:23.404]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="normalize_evtypetab.h"' -g -O2   -o gen_normalize_evtypetabs_h ../lib/gen_normalize_evtypetabs_h-gen_tables.o
2025-08-20T21:50:30.1619088Z [00:01:23.414]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="bpftab.h"' -g -O2   -o gen_bpftabs_h ../lib/gen_bpftabs_h-gen_tables.o
2025-08-20T21:50:30.2865650Z [00:01:23.538]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"normalize_obj_kind_map.h\" -g -O2 -o gen_normalize_obj_kind_map ../lib/gen_normalize_obj_kind_map-gen_tables.o
2025-08-20T21:50:30.2904957Z [00:01:23.542]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_mem_leaks-check_check_master.o `test -f 'check_check_master.c' || echo './'`check_check_master.c
2025-08-20T21:50:30.2940943Z [00:01:23.546]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"normalize_syscall_map.h\" -g -O2 -o gen_normalize_syscall_map ../lib/gen_normalize_syscall_map-gen_tables.o
2025-08-20T21:50:30.3028097Z [00:01:23.554]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"normalize_record_map.h\" -g -O2 -o gen_normalize_record_map ../lib/gen_normalize_record_map-gen_tables.o
2025-08-20T21:50:30.3086623Z [00:01:23.560]➜  db-static-x86_64-unknown-linux-musl> configure.ac:100: warning: The macro 'AC_HELP_STRING' is obsolete.
2025-08-20T21:50:30.3090964Z [00:01:23.561]➜  db-static-x86_64-unknown-linux-musl> configure.ac:100: You should run autoupdate.
2025-08-20T21:50:30.3098268Z [00:01:23.561]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
2025-08-20T21:50:30.3099619Z [00:01:23.561]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
2025-08-20T21:50:30.3100972Z [00:01:23.561]➜  db-static-x86_64-unknown-linux-musl> aclocal/options.m4:4: AM_OPTIONS_SET is expanded from...
2025-08-20T21:50:30.3102178Z [00:01:23.561]➜  db-static-x86_64-unknown-linux-musl> configure.ac:100: the top level
2025-08-20T21:50:30.3182654Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:100: warning: The macro 'AC_HELP_STRING' is obsolete.
2025-08-20T21:50:30.3185648Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:100: You should run autoupdate.
2025-08-20T21:50:30.3199438Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
2025-08-20T21:50:30.3241497Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> aclocal/options.m4:4: AM_OPTIONS_SET is expanded from...
2025-08-20T21:50:30.3243073Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:100: the top level
2025-08-20T21:50:30.3244740Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:100: warning: The macro 'AC_HELP_STRING' is obsolete.
2025-08-20T21:50:30.3246146Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:100: You should run autoupdate.
2025-08-20T21:50:30.3247646Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
2025-08-20T21:50:30.3249749Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
2025-08-20T21:50:30.3251316Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> aclocal/options.m4:4: AM_OPTIONS_SET is expanded from...
2025-08-20T21:50:30.3252640Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:100: the top level
2025-08-20T21:50:30.3254720Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:295: warning: The macro 'AC_LANG_CPLUSPLUS' is obsolete.
2025-08-20T21:50:30.3256213Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:295: You should run autoupdate.
2025-08-20T21:50:30.3257674Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/c.m4:270: AC_LANG_CPLUSPLUS is expanded from...
2025-08-20T21:50:30.3259208Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> aclocal/cxx.m4:3: AC_CXX_STDHEADERS is expanded from...
2025-08-20T21:50:30.3260554Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:295: the top level
2025-08-20T21:50:30.3261965Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:295: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:30.3263607Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:295: You should run autoupdate.
2025-08-20T21:50:30.3265120Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:30.3266645Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> aclocal/cxx.m4:3: AC_CXX_STDHEADERS is expanded from...
2025-08-20T21:50:30.3267922Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:295: the top level
2025-08-20T21:50:30.3269547Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:322: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
2025-08-20T21:50:30.3271058Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:322: You should run autoupdate.
2025-08-20T21:50:30.3272539Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> aclocal/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
2025-08-20T21:50:30.3274036Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:322: the top level
2025-08-20T21:50:30.3275318Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:404: warning: The macro 'AC_FD_CC' is obsolete.
2025-08-20T21:50:30.3277354Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:404: You should run autoupdate.
2025-08-20T21:50:30.3278800Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from...
2025-08-20T21:50:30.3280138Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3281443Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3282778Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3284419Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3285948Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_javac_works.m4:16: AC_PROG_JAVAC_WORKS is expanded from...
2025-08-20T21:50:30.3287448Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_javac.m4:33: AC_PROG_JAVAC is expanded from...
2025-08-20T21:50:30.3288663Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:404: the top level
2025-08-20T21:50:30.3289937Z [00:01:23.569]➜  db-static-x86_64-unknown-linux-musl> configure.ac:406: warning: The macro 'AC_FD_CC' is obsolete.
2025-08-20T21:50:30.3291253Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> configure.ac:406: You should run autoupdate.
2025-08-20T21:50:30.3292489Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from...
2025-08-20T21:50:30.3294454Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3295642Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3296854Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3298135Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3299602Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_java_works.m4:16: AC_PROG_JAVA_WORKS is expanded from...
2025-08-20T21:50:30.3301098Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_java.m4:69: AC_PROG_JAVA is expanded from...
2025-08-20T21:50:30.3302396Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> configure.ac:406: the top level
2025-08-20T21:50:30.3364727Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> configure.ac:406: warning: The macro 'AC_FD_CC' is obsolete.
2025-08-20T21:50:30.3366112Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> configure.ac:406: You should run autoupdate.
2025-08-20T21:50:30.3367381Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from...
2025-08-20T21:50:30.3368702Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3369995Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3371585Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3373044Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3374720Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_javac_works.m4:16: AC_PROG_JAVAC_WORKS is expanded from...
2025-08-20T21:50:30.3376182Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_javac.m4:33: AC_PROG_JAVAC is expanded from...
2025-08-20T21:50:30.3377645Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_java_works.m4:16: AC_PROG_JAVA_WORKS is expanded from...
2025-08-20T21:50:30.3379129Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_java.m4:69: AC_PROG_JAVA is expanded from...
2025-08-20T21:50:30.3380309Z [00:01:23.570]➜  db-static-x86_64-unknown-linux-musl> configure.ac:406: the top level
2025-08-20T21:50:30.3381564Z [00:01:23.571]➜  db-static-x86_64-unknown-linux-musl> configure.ac:458: warning: The macro 'AC_LANG_CPLUSPLUS' is obsolete.
2025-08-20T21:50:30.3382833Z [00:01:23.571]➜  db-static-x86_64-unknown-linux-musl> configure.ac:458: You should run autoupdate.
2025-08-20T21:50:30.3384295Z [00:01:23.571]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/c.m4:270: AC_LANG_CPLUSPLUS is expanded from...
2025-08-20T21:50:30.3385590Z [00:01:23.571]➜  db-static-x86_64-unknown-linux-musl> aclocal/cxx.m4:31: AC_CXX_SUPPORTS_TEMPLATES is expanded from...
2025-08-20T21:50:30.3386688Z [00:01:23.571]➜  db-static-x86_64-unknown-linux-musl> configure.ac:458: the top level
2025-08-20T21:50:30.3387828Z [00:01:23.573]➜  db-static-x86_64-unknown-linux-musl> configure.ac:458: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:30.3389025Z [00:01:23.573]➜  db-static-x86_64-unknown-linux-musl> configure.ac:458: You should run autoupdate.
2025-08-20T21:50:30.3390262Z [00:01:23.573]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:30.3391600Z [00:01:23.573]➜  db-static-x86_64-unknown-linux-musl> aclocal/cxx.m4:31: AC_CXX_SUPPORTS_TEMPLATES is expanded from...
2025-08-20T21:50:30.3392688Z [00:01:23.573]➜  db-static-x86_64-unknown-linux-musl> configure.ac:458: the top level
2025-08-20T21:50:30.3394541Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:459: warning: The macro 'AC_LANG_CPLUSPLUS' is obsolete.
2025-08-20T21:50:30.3395756Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:459: You should run autoupdate.
2025-08-20T21:50:30.3396943Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/c.m4:270: AC_LANG_CPLUSPLUS is expanded from...
2025-08-20T21:50:30.3398172Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> aclocal/cxx.m4:16: AC_CXX_WSTRING is expanded from...
2025-08-20T21:50:30.3399238Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:459: the top level
2025-08-20T21:50:30.3400513Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:459: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
2025-08-20T21:50:30.3402054Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from...
2025-08-20T21:50:30.3403672Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2892: _AC_LINK_IFELSE is expanded from...
2025-08-20T21:50:30.3405123Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2909: AC_LINK_IFELSE is expanded from...
2025-08-20T21:50:30.3406460Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> aclocal/cxx.m4:16: AC_CXX_WSTRING is expanded from...
2025-08-20T21:50:30.3407569Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:459: the top level
2025-08-20T21:50:30.3408787Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:460: warning: The macro 'AC_LANG_CPLUSPLUS' is obsolete.
2025-08-20T21:50:30.3410281Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:460: You should run autoupdate.
2025-08-20T21:50:30.3411586Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/c.m4:270: AC_LANG_CPLUSPLUS is expanded from...
2025-08-20T21:50:30.3412834Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> aclocal/tls.m4:6: AX_TLS is expanded from...
2025-08-20T21:50:30.3414054Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:460: the top level
2025-08-20T21:50:30.3415259Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:460: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:30.3416500Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:460: You should run autoupdate.
2025-08-20T21:50:30.3417801Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:30.3419075Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> aclocal/tls.m4:6: AX_TLS is expanded from...
2025-08-20T21:50:30.3420153Z [00:01:23.578]➜  db-static-x86_64-unknown-linux-musl> configure.ac:460: the top level
2025-08-20T21:50:30.3421379Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> configure.ac:476: warning: The macro 'AC_HEADER_TIME' is obsolete.
2025-08-20T21:50:30.3422673Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> configure.ac:476: You should run autoupdate.
2025-08-20T21:50:30.3424292Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
2025-08-20T21:50:30.3425465Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> configure.ac:476: the top level
2025-08-20T21:50:30.3426793Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> configure.ac:480: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
2025-08-20T21:50:30.3428267Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from...
2025-08-20T21:50:30.3429760Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2821: _AC_COMPILE_IFELSE is expanded from...
2025-08-20T21:50:30.3431247Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2837: AC_COMPILE_IFELSE is expanded from...
2025-08-20T21:50:30.3432906Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:43: AM_TYPES is expanded from...
2025-08-20T21:50:30.3434228Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> configure.ac:480: the top level
2025-08-20T21:50:30.3435573Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> configure.ac:480: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
2025-08-20T21:50:30.3437060Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from...
2025-08-20T21:50:30.3438495Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2821: _AC_COMPILE_IFELSE is expanded from...
2025-08-20T21:50:30.3439937Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2837: AC_COMPILE_IFELSE is expanded from...
2025-08-20T21:50:30.3441270Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3442657Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2821: _AC_COMPILE_IFELSE is expanded from...
2025-08-20T21:50:30.3444345Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2837: AC_COMPILE_IFELSE is expanded from...
2025-08-20T21:50:30.3445690Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:43: AM_TYPES is expanded from...
2025-08-20T21:50:30.3446784Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> configure.ac:480: the top level
2025-08-20T21:50:30.3448010Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> configure.ac:480: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:30.3449324Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> configure.ac:480: You should run autoupdate.
2025-08-20T21:50:30.3450862Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:30.3452274Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3453748Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3455112Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3456483Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3457748Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3459071Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/types.m4:149: _AC_CHECK_TYPE_NEW is expanded from...
2025-08-20T21:50:30.3460488Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/types.m4:233: AC_CHECK_TYPE is expanded from...
2025-08-20T21:50:30.3461802Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> aclocal/socklen.m4:24: AM_SOCKLEN_T is expanded from...
2025-08-20T21:50:30.3463537Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:43: AM_TYPES is expanded from...
2025-08-20T21:50:30.3464667Z [00:01:23.579]➜  db-static-x86_64-unknown-linux-musl> configure.ac:480: the top level
2025-08-20T21:50:30.3465875Z [00:01:23.580]➜  db-static-x86_64-unknown-linux-musl> configure.ac:482: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:30.3467158Z [00:01:23.580]➜  db-static-x86_64-unknown-linux-musl> configure.ac:482: You should run autoupdate.
2025-08-20T21:50:30.3468464Z [00:01:23.580]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:30.3469809Z [00:01:23.580]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3471073Z [00:01:23.580]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3472369Z [00:01:23.580]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3473967Z [00:01:23.580]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3475134Z [00:01:23.580]➜  db-static-x86_64-unknown-linux-musl> configure.ac:482: the top level
2025-08-20T21:50:30.3476321Z [00:01:23.582]➜  db-static-x86_64-unknown-linux-musl> configure.ac:491: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3477525Z [00:01:23.582]➜  db-static-x86_64-unknown-linux-musl> configure.ac:491: You should run autoupdate.
2025-08-20T21:50:30.3478770Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3480377Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3481684Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3483002Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3484604Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3485809Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> configure.ac:491: the top level
2025-08-20T21:50:30.3486967Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3488211Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: You should run autoupdate.
2025-08-20T21:50:30.3489482Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3490867Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:4: AM_PTHREADS_SHARED is expanded from...
2025-08-20T21:50:30.3492228Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3493669Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3495064Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3496553Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3497992Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:96: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:30.3499236Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: the top level
2025-08-20T21:50:30.3500494Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:30.3502167Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: You should run autoupdate.
2025-08-20T21:50:30.3503697Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:30.3505136Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:4: AM_PTHREADS_SHARED is expanded from...
2025-08-20T21:50:30.3506469Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3507686Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3508857Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3510186Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3511450Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:96: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:30.3512606Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: the top level
2025-08-20T21:50:30.3514021Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3515312Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: You should run autoupdate.
2025-08-20T21:50:30.3516612Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3517992Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:49: AM_PTHREADS_PRIVATE is expanded from...
2025-08-20T21:50:30.3519555Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3520841Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3522183Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3523766Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3525162Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:96: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:30.3526272Z [00:01:23.583]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: the top level
2025-08-20T21:50:30.3527431Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:30.3528621Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: You should run autoupdate.
2025-08-20T21:50:30.3529940Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:30.3531327Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:49: AM_PTHREADS_PRIVATE is expanded from...
2025-08-20T21:50:30.3532648Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3534130Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3535592Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3537004Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3538430Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:96: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:30.3539627Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: the top level
2025-08-20T21:50:30.3540847Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3542327Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: You should run autoupdate.
2025-08-20T21:50:30.3543788Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3545137Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3546417Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3547744Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3549171Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3550543Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:96: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:30.3551709Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: the top level
2025-08-20T21:50:30.3552933Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:30.3554499Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: You should run autoupdate.
2025-08-20T21:50:30.3555873Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:30.3557287Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3558586Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3560174Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3561709Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3563146Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:96: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:30.3564522Z [00:01:23.590]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: the top level
2025-08-20T21:50:30.3565735Z [00:01:23.596]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:30.3566997Z [00:01:23.596]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: You should run autoupdate.
2025-08-20T21:50:30.3568267Z [00:01:23.596]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:30.3569610Z [00:01:23.596]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:96: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:30.3570734Z [00:01:23.596]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: the top level
2025-08-20T21:50:30.3571942Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:30.3573355Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: You should run autoupdate.
2025-08-20T21:50:30.3574672Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:30.3576094Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:96: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:30.3577259Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:502: the top level
2025-08-20T21:50:30.3578480Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:506: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:30.3579715Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:506: You should run autoupdate.
2025-08-20T21:50:30.3581273Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:30.3582664Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3584179Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3585512Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3586960Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3588367Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:797: AM_DEFINE_ATOMIC is expanded from...
2025-08-20T21:50:30.3589548Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:506: the top level
2025-08-20T21:50:30.3590752Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:506: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3592033Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:506: You should run autoupdate.
2025-08-20T21:50:30.3593501Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3594860Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3596118Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3597455Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3599098Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3600521Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:797: AM_DEFINE_ATOMIC is expanded from...
2025-08-20T21:50:30.3601704Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:506: the top level
2025-08-20T21:50:30.3603011Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:531: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:30.3604462Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:531: You should run autoupdate.
2025-08-20T21:50:30.3605761Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:30.3606939Z [00:01:23.597]➜  db-static-x86_64-unknown-linux-musl> configure.ac:531: the top level
2025-08-20T21:50:30.3608163Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> configure.ac:532: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:30.3609546Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> configure.ac:532: You should run autoupdate.
2025-08-20T21:50:30.3610835Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:30.3612033Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> configure.ac:532: the top level
2025-08-20T21:50:30.3613405Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> configure.ac:533: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:30.3614713Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> configure.ac:533: You should run autoupdate.
2025-08-20T21:50:30.3616008Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:30.3617145Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> configure.ac:533: the top level
2025-08-20T21:50:30.3618361Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> configure.ac:554: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3619628Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> configure.ac:554: You should run autoupdate.
2025-08-20T21:50:30.3621190Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3622547Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3624033Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3625341Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3626728Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3628008Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> aclocal/clock.m4:4: AC_TIMERS is expanded from...
2025-08-20T21:50:30.3629083Z [00:01:23.598]➜  db-static-x86_64-unknown-linux-musl> configure.ac:554: the top level
2025-08-20T21:50:30.3630251Z [00:01:23.599]➜  db-static-x86_64-unknown-linux-musl> configure.ac:554: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:30.3631509Z [00:01:23.599]➜  db-static-x86_64-unknown-linux-musl> configure.ac:554: You should run autoupdate.
2025-08-20T21:50:30.3632771Z [00:01:23.599]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:30.3634261Z [00:01:23.599]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3635541Z [00:01:23.599]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3636855Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3638510Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3639846Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> aclocal/clock.m4:4: AC_TIMERS is expanded from...
2025-08-20T21:50:30.3640960Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> configure.ac:554: the top level
2025-08-20T21:50:30.3642143Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> configure.ac:581: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3643623Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> configure.ac:581: You should run autoupdate.
2025-08-20T21:50:30.3644976Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3646328Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3647624Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3648985Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3650453Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3651664Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> configure.ac:581: the top level
2025-08-20T21:50:30.3652859Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> configure.ac:595: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3654332Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> configure.ac:595: You should run autoupdate.
2025-08-20T21:50:30.3655650Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3657024Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3658309Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3659638Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3661369Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3662583Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> configure.ac:595: the top level
2025-08-20T21:50:30.3663936Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> configure.ac:616: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3665231Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> configure.ac:616: You should run autoupdate.
2025-08-20T21:50:30.3666520Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3667882Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3669122Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3670422Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3671861Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3673127Z [00:01:23.600]➜  db-static-x86_64-unknown-linux-musl> configure.ac:616: the top level
2025-08-20T21:50:30.3674495Z [00:01:23.604]➜  db-static-x86_64-unknown-linux-musl> configure.ac:671: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3675711Z [00:01:23.604]➜  db-static-x86_64-unknown-linux-musl> configure.ac:671: You should run autoupdate.
2025-08-20T21:50:30.3676979Z [00:01:23.604]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3678534Z [00:01:23.604]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:30.3679856Z [00:01:23.604]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:30.3681211Z [00:01:23.604]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:30.3682682Z [00:01:23.604]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:30.3684145Z [00:01:23.604]➜  db-static-x86_64-unknown-linux-musl> configure.ac:671: the top level
2025-08-20T21:50:30.3685394Z [00:01:23.604]➜  db-static-x86_64-unknown-linux-musl> configure.ac:693: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:30.3686757Z [00:01:23.604]➜  db-static-x86_64-unknown-linux-musl> configure.ac:693: You should run autoupdate.
2025-08-20T21:50:30.3688084Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:30.3689430Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> aclocal/rpc.m4:4: AM_RPC_CONFIGURE is expanded from...
2025-08-20T21:50:30.3690570Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:693: the top level
2025-08-20T21:50:30.3691754Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:702: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:30.3693001Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:702: You should run autoupdate.
2025-08-20T21:50:30.3694488Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:30.3695906Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> aclocal/sequence.m4:4: AM_SEQUENCE_CONFIGURE is expanded from...
2025-08-20T21:50:30.3697098Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:702: the top level
2025-08-20T21:50:30.3698322Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:702: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:30.3699724Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:702: You should run autoupdate.
2025-08-20T21:50:30.3700882Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:30.3702149Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> aclocal/sequence.m4:4: AM_SEQUENCE_CONFIGURE is expanded from...
2025-08-20T21:50:30.3703132Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:702: the top level
2025-08-20T21:50:30.3704362Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:778: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:30.3705444Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:778: You should run autoupdate.
2025-08-20T21:50:30.3706608Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:30.3707720Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:778: the top level
2025-08-20T21:50:30.3708881Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:779: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:30.3709995Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:779: You should run autoupdate.
2025-08-20T21:50:30.3711080Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:30.3712123Z [00:01:23.605]➜  db-static-x86_64-unknown-linux-musl> configure.ac:779: the top level
2025-08-20T21:50:30.4159229Z [00:01:23.628]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"bpftab.h\" -g -O2 -o gen_bpftabs_h ../lib/gen_bpftabs_h-gen_tables.o
2025-08-20T21:50:30.4176111Z [00:01:23.669]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="openat2-resolvetab.h"' -g -O2   -o gen_openat2-resolvetabs_h ../lib/gen_openat2_resolvetabs_h-gen_tables.o
2025-08-20T21:50:30.4327176Z [00:01:23.684]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"normalize_evtypetab.h\" -g -O2 -o gen_normalize_evtypetabs_h ../lib/gen_normalize_evtypetabs_h-gen_tables.o
2025-08-20T21:50:30.4370842Z [00:01:23.689]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="xattr-atflagtab.h"' -g -O2   -o gen_xattr-atflagtabs_h ../lib/gen_xattr_atflagtabs_h-gen_tables.o
2025-08-20T21:50:30.4510892Z [00:01:23.702]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link gcc '-DTABLE_H="access-flagtab.h"' -g -O2   -o gen_access-flagtabs_h ../lib/gen_access_flagtabs_h-gen_tables.o
2025-08-20T21:50:30.5123900Z [00:01:23.764]➜  audit-static-x86_64-unknown-linux-musl> ./gen_accesstabs_h --i2s-transtab access > accesstabs.h
2025-08-20T21:50:30.5208807Z [00:01:23.773]➜  audit-static-x86_64-unknown-linux-musl> ./gen_captabs_h --i2s cap > captabs.h
2025-08-20T21:50:30.5318823Z [00:01:23.784]➜  audit-static-x86_64-unknown-linux-musl> ./gen_clock_h --i2s clock > clocktabs.h
2025-08-20T21:50:30.5448638Z [00:01:23.797]➜  audit-static-x86_64-unknown-linux-musl> ./gen_clone-flagtabs_h --64bit --i2s-transtab clone_flag > clone-flagtabs.h
2025-08-20T21:50:30.5525455Z [00:01:23.804]➜  audit-static-x86_64-unknown-linux-musl> ./gen_epoll_ctls_h --i2s epoll_ctl > epoll_ctls.h
2025-08-20T21:50:30.5538311Z [00:01:23.806]➜  audit-static-x86_64-unknown-linux-musl> ./gen_famtabs_h --i2s fam > famtabs.h
2025-08-20T21:50:30.5597673Z [00:01:23.812]➜  audit-static-x86_64-unknown-linux-musl> ./gen_fcntl-cmdtabs_h --i2s fcntl > fcntl-cmdtabs.h
2025-08-20T21:50:30.5667019Z [00:01:23.818]➜  audit-static-x86_64-unknown-linux-musl> ./gen_fsconfigs_h --i2s fsconfig > fsconfigs.h
2025-08-20T21:50:30.5668786Z [00:01:23.818]➜  audit-static-x86_64-unknown-linux-musl> ./gen_icmptypetabs_h --i2s icmptype > icmptypetabs.h
2025-08-20T21:50:30.5687445Z [00:01:23.821]➜  audit-static-x86_64-unknown-linux-musl> ./gen_ipctabs_h --i2s ipc > ipctabs.h
2025-08-20T21:50:30.5703118Z [00:01:23.822]➜  audit-static-x86_64-unknown-linux-musl> ./gen_ipccmdtabs_h --i2s-transtab ipccmd > ipccmdtabs.h
2025-08-20T21:50:30.5785458Z [00:01:23.830]➜  audit-static-x86_64-unknown-linux-musl> ./gen_ioctlreqtabs_h --i2s ioctlreq > ioctlreqtabs.h
2025-08-20T21:50:30.5807230Z [00:01:23.832]➜  audit-static-x86_64-unknown-linux-musl> ./gen_ipoptnametabs_h --i2s ipoptname > ipoptnametabs.h
2025-08-20T21:50:30.5834583Z [00:01:23.833]➜  audit-static-x86_64-unknown-linux-musl> ./gen_ip6optnametabs_h --i2s ip6optname > ip6optnametabs.h
2025-08-20T21:50:30.5857527Z [00:01:23.837]➜  audit-static-x86_64-unknown-linux-musl> ./gen_mmaptabs_h --i2s-transtab mmap > mmaptabs.h
2025-08-20T21:50:30.5897615Z [00:01:23.841]➜  audit-static-x86_64-unknown-linux-musl> ./gen_mounttabs_h --i2s-transtab mount > mounttabs.h
2025-08-20T21:50:30.5943709Z [00:01:23.846]➜  audit-static-x86_64-unknown-linux-musl> ./gen_nfprototabs_h --i2s nfproto > nfprototabs.h
2025-08-20T21:50:30.5946267Z [00:01:23.846]➜  audit-static-x86_64-unknown-linux-musl> ./gen_open-flagtabs_h --i2s-transtab open_flag > open-flagtabs.h
2025-08-20T21:50:30.5979389Z [00:01:23.850]➜  audit-static-x86_64-unknown-linux-musl> ./gen_persontabs_h --i2s person > persontabs.h
2025-08-20T21:50:30.6029440Z [00:01:23.855]➜  audit-static-x86_64-unknown-linux-musl> ./gen_prctl_opttabs_h --i2s prctl_opt > prctl_opttabs.h
2025-08-20T21:50:30.6061099Z [00:01:23.856]➜  audit-static-x86_64-unknown-linux-musl> ./gen_pktoptnametabs_h --i2s pktoptname > pktoptnametabs.h
2025-08-20T21:50:30.6066839Z [00:01:23.858]➜  audit-static-x86_64-unknown-linux-musl> ./gen_prottabs_h --i2s-transtab prot > prottabs.h
2025-08-20T21:50:30.6090572Z [00:01:23.861]➜  audit-static-x86_64-unknown-linux-musl> ./gen_ptracetabs_h --i2s ptrace > ptracetabs.h
2025-08-20T21:50:30.6127982Z [00:01:23.865]➜  audit-static-x86_64-unknown-linux-musl> ./gen_rlimit_h --i2s rlimit > rlimittabs.h
2025-08-20T21:50:30.6151111Z [00:01:23.867]➜  audit-static-x86_64-unknown-linux-musl> ./gen_recvtabs_h --i2s-transtab recv > recvtabs.h
2025-08-20T21:50:30.6174705Z [00:01:23.869]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"openat2-resolvetab.h\" -g -O2 -o gen_openat2-resolvetabs_h ../lib/gen_openat2_resolvetabs_h-gen_tables.o
2025-08-20T21:50:30.6205034Z [00:01:23.872]➜  audit-static-x86_64-unknown-linux-musl> ./gen_schedtabs_h --i2s sched > schedtabs.h
2025-08-20T21:50:30.6211542Z [00:01:23.872]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"xattr-atflagtab.h\" -g -O2 -o gen_xattr-atflagtabs_h ../lib/gen_xattr_atflagtabs_h-gen_tables.o
2025-08-20T21:50:30.6221614Z [00:01:23.874]➜  audit-static-x86_64-unknown-linux-musl> ./gen_seccomptabs_h --i2s seccomp > seccomptabs.h
2025-08-20T21:50:30.6283080Z [00:01:23.880]➜  audit-static-x86_64-unknown-linux-musl> ./gen_seektabs_h --i2s seek > seektabs.h
2025-08-20T21:50:30.6314653Z [00:01:23.883]➜  audit-static-x86_64-unknown-linux-musl> ./gen_shm_modetabs_h --i2s-transtab shm_mode > shm_modetabs.h
2025-08-20T21:50:30.6333651Z [00:01:23.885]➜  audit-static-x86_64-unknown-linux-musl> ./gen_signals_h --i2s signal > signaltabs.h
2025-08-20T21:50:30.6381723Z [00:01:23.890]➜  audit-static-x86_64-unknown-linux-musl> ./gen_sockoptnametabs_h --i2s sockoptname > sockoptnametabs.h
2025-08-20T21:50:30.6391311Z [00:01:23.891]➜  audit-static-x86_64-unknown-linux-musl> ./gen_socktabs_h --i2s sock > socktabs.h
2025-08-20T21:50:30.6474693Z [00:01:23.897]➜  audit-static-x86_64-unknown-linux-musl> ./gen_sockleveltabs_h --i2s socklevel > sockleveltabs.h
2025-08-20T21:50:30.6518374Z [00:01:23.903]➜  audit-static-x86_64-unknown-linux-musl> ./gen_socktypetabs_h --i2s sock_type > socktypetabs.h
2025-08-20T21:50:30.6556596Z [00:01:23.907]➜  audit-static-x86_64-unknown-linux-musl> ./gen_tcpoptnametabs_h --i2s tcpoptname > tcpoptnametabs.h
2025-08-20T21:50:30.6594864Z [00:01:23.911]➜  audit-static-x86_64-unknown-linux-musl> ./gen_typetabs_h --s2i type > typetabs.h
2025-08-20T21:50:30.6653025Z [00:01:23.917]➜  audit-static-x86_64-unknown-linux-musl> ./gen_umounttabs_h --i2s-transtab umount > umounttabs.h
2025-08-20T21:50:30.6680447Z [00:01:23.920]➜  audit-static-x86_64-unknown-linux-musl> ./gen_inethooktabs_h --i2s inethook > inethooktabs.h
2025-08-20T21:50:30.6707289Z [00:01:23.922]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: gcc -DTABLE_H=\"access-flagtab.h\" -g -O2 -o gen_access-flagtabs_h ../lib/gen_access_flagtabs_h-gen_tables.o
2025-08-20T21:50:30.6728812Z [00:01:23.925]➜  audit-static-x86_64-unknown-linux-musl> ./gen_netactiontabs_h --i2s netaction > netactiontabs.h
2025-08-20T21:50:30.6773511Z [00:01:23.929]➜  audit-static-x86_64-unknown-linux-musl> ./gen_normalize_obj_kind_map --lowercase --i2s normalize_obj_kind_map > normalize_obj_kind_maps.h
2025-08-20T21:50:30.6842221Z [00:01:23.936]➜  audit-static-x86_64-unknown-linux-musl> ./gen_normalize_record_map --lowercase --i2s normalize_record_map > normalize_record_maps.h
2025-08-20T21:50:30.6870694Z [00:01:23.938]➜  audit-static-x86_64-unknown-linux-musl> ./gen_normalize_syscall_map --lowercase --s2i normalize_syscall_map > normalize_syscall_maps.h
2025-08-20T21:50:30.6914382Z [00:01:23.943]➜  audit-static-x86_64-unknown-linux-musl> ./gen_normalize_evtypetabs_h --i2s evtype > normalize_evtypetabs.h
2025-08-20T21:50:30.6944212Z [00:01:23.946]➜  audit-static-x86_64-unknown-linux-musl> ./gen_bpftabs_h --i2s bpf > bpftabs.h
2025-08-20T21:50:30.7052442Z [00:01:23.957]➜  audit-static-x86_64-unknown-linux-musl> ./gen_openat2-resolvetabs_h --i2s-transtab openat2_resolve > openat2-resolvetabs.h
2025-08-20T21:50:30.7226020Z [00:01:23.974]➜  audit-static-x86_64-unknown-linux-musl> ./gen_xattr-atflagtabs_h --i2s-transtab xattr_atflag > xattr-atflagtabs.h
2025-08-20T21:50:30.7518498Z [00:01:24.003]➜  audit-static-x86_64-unknown-linux-musl> ./gen_access-flagtabs_h --i2s-transtab access_flag > access-flagtabs.h
2025-08-20T21:50:30.7548410Z [00:01:24.006]➜  audit-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:50:30.7619764Z [00:01:24.014]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/auparse'
2025-08-20T21:50:30.7683969Z [00:01:24.020]➜  audit-static-x86_64-unknown-linux-musl> Making all in .
2025-08-20T21:50:30.7751134Z [00:01:24.027]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/auparse'
2025-08-20T21:50:30.7760970Z [00:01:24.027]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o lru.lo lru.c
2025-08-20T21:50:30.7783813Z [00:01:24.030]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o interpret.lo interpret.c
2025-08-20T21:50:30.7818988Z [00:01:24.033]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o nvlist.lo nvlist.c
2025-08-20T21:50:30.7832748Z [00:01:24.035]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ellist.lo ellist.c
2025-08-20T21:50:30.7916672Z [00:01:24.041]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auparse.lo auparse.c
2025-08-20T21:50:30.8864367Z [00:01:24.138]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c interpret.c -o interpret.o
2025-08-20T21:50:30.8920979Z [00:01:24.144]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c auparse.c -o auparse.o
2025-08-20T21:50:30.9071078Z [00:01:24.159]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c nvlist.c -o nvlist.o
2025-08-20T21:50:30.9163731Z [00:01:24.166]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c lru.c -o lru.o
2025-08-20T21:50:30.9168054Z [00:01:24.168]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c ellist.c -o ellist.o
2025-08-20T21:50:31.0114153Z [00:01:24.262]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas   -o check_mem_leaks check_mem_leaks-check_mem_leaks.o check_mem_leaks-check_check_log.o check_mem_leaks-check_check_fork.o check_mem_leaks-check_check_exit.o check_mem_leaks-check_check_selective.o check_mem_leaks-check_check_tags.o check_mem_leaks-check_check_sub.o check_mem_leaks-check_check_master.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm
2025-08-20T21:50:31.2236451Z [00:01:24.475]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditd-config.lo auditd-config.c
2025-08-20T21:50:31.2326075Z [00:01:24.484]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o message.lo message.c
2025-08-20T21:50:31.3456583Z [00:01:24.597]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -DTIMEOUT_TESTS_ENABLED=0 -DMEMORY_LEAKING_TESTS_ENABLED=0 -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -o check_mem_leaks check_mem_leaks-check_mem_leaks.o check_mem_leaks-check_check_log.o check_mem_leaks-check_check_fork.o check_mem_leaks-check_check_exit.o check_mem_leaks-check_check_selective.o check_mem_leaks-check_check_tags.o check_mem_leaks-check_check_sub.o check_mem_leaks-check_check_master.o  ../src/.libs/libcheck.a ../lib/.libs/libcompat.a -lrt -lm
2025-08-20T21:50:31.3501258Z [00:01:24.602]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c auditd-config.c -o auditd-config.o
2025-08-20T21:50:31.3543016Z [00:01:24.606]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c message.c -o message.o
2025-08-20T21:50:31.5115890Z [00:01:24.763]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o data_buf.lo data_buf.c
2025-08-20T21:50:31.5269506Z [00:01:24.778]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o check_set_max_msg_size.o check_set_max_msg_size.c
2025-08-20T21:50:31.5994681Z [00:01:24.851]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:31.6182221Z [00:01:24.870]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:31.6341597Z [00:01:24.885]➜  x86_64-unknown-linux-musl-binutils> checking target system type... avr-unknown-linux-gnu
2025-08-20T21:50:31.6525731Z [00:01:24.904]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas   -o check_set_max_msg_size check_set_max_msg_size.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm
2025-08-20T21:50:31.6724046Z [00:01:24.924]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c data_buf.c -o data_buf.o
2025-08-20T21:50:31.6807874Z [00:01:24.932]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:31.6819517Z [00:01:24.933]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o expression.lo expression.c
2025-08-20T21:50:31.6861229Z [00:01:24.937]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o normalize.lo normalize.c
2025-08-20T21:50:31.6970998Z [00:01:24.949]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:50:31.6978739Z [00:01:24.950]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:50:31.7124478Z [00:01:24.964]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:31.7171491Z [00:01:24.969]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:50:31.7428621Z [00:01:24.992]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:50:31.7928216Z [00:01:25.044]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c normalize.c -o normalize.o
2025-08-20T21:50:31.8176002Z [00:01:25.069]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c expression.c -o expression.o
2025-08-20T21:50:31.9126635Z [00:01:25.164]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -o check_set_max_msg_size check_set_max_msg_size.o  ../src/.libs/libcheck.a ../lib/.libs/libcompat.a -lrt -lm
2025-08-20T21:50:31.9347655Z [00:01:25.181]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -I../src -I../lib -I../common  -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o normalize-llist.lo normalize-llist.c
2025-08-20T21:50:32.0065673Z [00:01:25.257]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:50:32.0067488Z [00:01:25.257]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:50:32.0617340Z [00:01:25.310]➜  check-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -c -o ex_output.o ex_output.c
2025-08-20T21:50:32.0746948Z [00:01:25.325]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../src -I../lib -I../common -fPIC -DPIC -D_GNU_SOURCE -g -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c normalize-llist.c -o normalize-llist.o
2025-08-20T21:50:32.1746262Z [00:01:25.426]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:50:32.3427166Z [00:01:25.594]➜  check-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas   -o ex_output ex_output.o ../src/libcheck.la ../lib/libcompat.la -lrt -lm
2025-08-20T21:50:32.3922888Z [00:01:25.644]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:50:32.4758212Z [00:01:25.727]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:50:32.5515556Z [00:01:25.803]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:50:32.5964287Z [00:01:25.848]➜  check-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -o ex_output ex_output.o  ../src/.libs/libcheck.a ../lib/.libs/libcompat.a -lrt -lm
2025-08-20T21:50:32.6365970Z [00:01:25.888]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:50:32.7165076Z [00:01:25.968]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2/tests'
2025-08-20T21:50:32.7186156Z [00:01:25.970]➜  check-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/check-0.15.2'
2025-08-20T21:50:32.7282484Z [00:01:25.980]➜  check-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:50:32.7483149Z [00:01:26.000]➜  check-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:50:32.7686788Z [00:01:26.020]➜  check-static-x86_64-unknown-linux-musl> Making install in lib
2025-08-20T21:50:32.7712555Z [00:01:26.023]➜  check-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/check-0.15.2/lib'
2025-08-20T21:50:32.7774481Z [00:01:26.029]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2/lib'
2025-08-20T21:50:32.7780106Z [00:01:26.030]➜  check-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:32.7785848Z [00:01:26.030]➜  check-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:32.7806967Z [00:01:26.032]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2/lib'
2025-08-20T21:50:32.7835752Z [00:01:26.035]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:50:32.7867920Z [00:01:26.035]➜  check-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/check-0.15.2/lib'
2025-08-20T21:50:32.7869537Z [00:01:26.035]➜  check-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:50:32.7871009Z [00:01:26.039]➜  check-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/check-0.15.2/src'
2025-08-20T21:50:32.8041354Z [00:01:26.056]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2/src'
2025-08-20T21:50:32.8119008Z [00:01:26.064]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib'
2025-08-20T21:50:32.8198621Z [00:01:26.071]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libcheck.la '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib'
2025-08-20T21:50:32.8611601Z [00:01:26.113]➜  check-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libcheck.lai /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib/libcheck.la
2025-08-20T21:50:32.8642191Z [00:01:26.116]➜  check-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libcheck.a /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib/libcheck.a
2025-08-20T21:50:32.8707384Z [00:01:26.122]➜  check-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib/libcheck.a
2025-08-20T21:50:32.8749025Z [00:01:26.127]➜  check-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib/libcheck.a
2025-08-20T21:50:32.9658879Z [00:01:26.215]➜  check-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib
2025-08-20T21:50:32.9671538Z [00:01:26.216]➜  check-static-x86_64-unknown-linux-musl> /build/check-0.15.2/libtool: line 1720: ldconfig: command not found
2025-08-20T21:50:32.9672917Z [00:01:26.217]➜  check-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:50:32.9734521Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:50:32.9736101Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl>    /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib
2025-08-20T21:50:32.9737374Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:32.9738412Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:50:32.9739750Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:50:32.9741104Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:50:32.9742462Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:50:32.9743938Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:50:32.9745324Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:50:32.9746421Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:50:32.9747467Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:50:32.9748502Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:50:32.9749731Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:50:32.9750674Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:32.9751349Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:32.9752441Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:50:32.9754077Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:50:32.9755430Z [00:01:26.218]➜  check-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:50:32.9757746Z [00:01:26.220]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/include'
2025-08-20T21:50:32.9759893Z [00:01:26.220]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:50:32.9779374Z [00:01:26.229]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 check.h '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/include'
2025-08-20T21:50:32.9824249Z [00:01:26.234]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2/src'
2025-08-20T21:50:32.9828356Z [00:01:26.234]➜  check-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/check-0.15.2/src'
2025-08-20T21:50:32.9839298Z [00:01:26.235]➜  check-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T21:50:32.9885679Z [00:01:26.240]➜  check-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/check-0.15.2/doc'
2025-08-20T21:50:32.9975201Z [00:01:26.249]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2/doc'
2025-08-20T21:50:32.9976491Z [00:01:26.249]➜  check-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:33.0047798Z [00:01:26.256]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/doc/check/example'
2025-08-20T21:50:33.0172406Z [00:01:26.269]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 example/Makefile.am example/README example/configure.ac '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/doc/check/example'
2025-08-20T21:50:33.0218080Z [00:01:26.273]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/doc/check/example/src'
2025-08-20T21:50:33.0393905Z [00:01:26.290]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 example/src/Makefile.am example/src/main.c example/src/money.c example/src/money.h example/src/money.1.h example/src/money.2.h example/src/money.1.c example/src/money.3.c example/src/money.4.c example/src/money.5.c example/src/money.6.c '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/doc/check/example/src'
2025-08-20T21:50:33.0490654Z [00:01:26.300]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/doc/check/example/tests'
2025-08-20T21:50:33.0567329Z [00:01:26.308]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 example/tests/Makefile.am example/tests/check_money.c example/tests/check_money.1.c example/tests/check_money.2.c example/tests/check_money.3.c example/tests/check_money.6.c example/tests/check_money.7.c '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/doc/check/example/tests'
2025-08-20T21:50:33.0672382Z [00:01:26.319]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/info'
2025-08-20T21:50:33.0907279Z [00:01:26.342]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./check.info '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/info'
2025-08-20T21:50:33.1048160Z [00:01:26.356]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2/doc'
2025-08-20T21:50:33.1051902Z [00:01:26.357]➜  check-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/check-0.15.2/doc'
2025-08-20T21:50:33.1068117Z [00:01:26.358]➜  check-static-x86_64-unknown-linux-musl> Making install in .
2025-08-20T21:50:33.1131715Z [00:01:26.365]➜  check-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/check-0.15.2'
2025-08-20T21:50:33.1291022Z [00:01:26.380]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2'
2025-08-20T21:50:33.1292671Z [00:01:26.380]➜  check-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:33.1339151Z [00:01:26.386]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/doc/check'
2025-08-20T21:50:33.1455971Z [00:01:26.397]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ChangeLog NEWS README COPYING.LESSER '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/doc/check'
2025-08-20T21:50:33.1536789Z [00:01:26.405]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/include'
2025-08-20T21:50:33.1585160Z [00:01:26.410]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 check_stdint.h '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/include'
2025-08-20T21:50:33.1622695Z [00:01:26.414]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/aclocal'
2025-08-20T21:50:33.1723119Z [00:01:26.424]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 check.m4 '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/aclocal'
2025-08-20T21:50:33.1727556Z [00:01:26.424]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:50:33.1799042Z [00:01:26.432]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib/pkgconfig'
2025-08-20T21:50:33.1888758Z [00:01:26.440]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 check.pc '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib/pkgconfig'
2025-08-20T21:50:33.2035016Z [00:01:26.452]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2'
2025-08-20T21:50:33.2065207Z [00:01:26.453]➜  check-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/check-0.15.2'
2025-08-20T21:50:33.2066631Z [00:01:26.453]➜  check-static-x86_64-unknown-linux-musl> Making install in checkmk
2025-08-20T21:50:33.2068037Z [00:01:26.456]➜  check-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/check-0.15.2/checkmk'
2025-08-20T21:50:33.2126706Z [00:01:26.464]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2/checkmk'
2025-08-20T21:50:33.2140112Z [00:01:26.466]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/bin'
2025-08-20T21:50:33.2261204Z [00:01:26.478]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c checkmk '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/bin'
2025-08-20T21:50:33.2361806Z [00:01:26.488]➜  db-static-x86_64-unknown-linux-musl> /build/db-4.8.30
2025-08-20T21:50:33.2366493Z [00:01:26.488]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/man/man1'
2025-08-20T21:50:33.2420963Z [00:01:26.494]➜  db-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:33.2558113Z [00:01:26.507]➜  check-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 doc/checkmk.1 '/nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/man/man1'
2025-08-20T21:50:33.2624262Z [00:01:26.514]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2/checkmk'
2025-08-20T21:50:33.2625911Z [00:01:26.514]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:50:33.2627448Z [00:01:26.514]➜  check-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/check-0.15.2/checkmk'
2025-08-20T21:50:33.2628985Z [00:01:26.514]➜  check-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T21:50:33.2701879Z [00:01:26.522]➜  check-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/check-0.15.2/tests'
2025-08-20T21:50:33.2786033Z [00:01:26.530]➜  check-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/check-0.15.2/tests'
2025-08-20T21:50:33.2814828Z [00:01:26.530]➜  check-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:33.2816116Z [00:01:26.530]➜  check-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:33.2817347Z [00:01:26.530]➜  check-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/check-0.15.2/tests'
2025-08-20T21:50:33.2818597Z [00:01:26.532]➜  check-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/check-0.15.2/tests'
2025-08-20T21:50:33.2872482Z [00:01:26.539]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./dist/config.sub
2025-08-20T21:50:33.2911286Z [00:01:26.543]➜  check-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:50:33.3242951Z [00:01:26.576]➜  check-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2
2025-08-20T21:50:33.3245670Z [00:01:26.576]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./dist/config.guess
2025-08-20T21:50:33.3344759Z [00:01:26.585]➜  db-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:33.3455956Z [00:01:26.597]➜  check-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2...
2025-08-20T21:50:33.3778568Z [00:01:26.629]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./dist/config.sub
2025-08-20T21:50:33.3815271Z [00:01:26.633]➜  check-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/share/man/
2025-08-20T21:50:33.3987394Z [00:01:26.650]➜  check-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2
2025-08-20T21:50:33.4109882Z [00:01:26.663]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./dist/config.guess
2025-08-20T21:50:33.4192993Z [00:01:26.671]➜  db-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:50:33.4276644Z [00:01:26.679]➜  check-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/lib /nix/store/24hkli12bqbmy30afl58cg1hbmiqghkz-check-static-x86_64-unknown-linux-musl-0.15.2/bin
2025-08-20T21:50:33.4390855Z [00:01:26.691]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:50:33.4484658Z [00:01:26.700]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:50:33.4514634Z [00:01:26.700]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:50:33.4556352Z [00:01:26.706]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:50:33.4557702Z [00:01:26.707]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:50:33.4781841Z [00:01:26.730]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:50:33.4783893Z [00:01:26.730]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:50:33.4785285Z [00:01:26.730]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:50:33.4807814Z [00:01:26.733]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:50:33.4815219Z [00:01:26.733]➜  db-static-x86_64-unknown-linux-musl> patching script interpreter paths in ../dist/configure
2025-08-20T21:50:33.4829439Z [00:01:26.735]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:50:33.4901578Z [00:01:26.742]➜  db-static-x86_64-unknown-linux-musl> ../dist/configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:50:33.6620892Z [00:01:26.914]➜  building '/nix/store/w105vhkjcamh9rim5p7l4b3mlj95353y-file-static-x86_64-unknown-linux-musl-5.45.drv'...
2025-08-20T21:50:33.6639323Z [00:01:26.914]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:50:33.6645731Z [00:01:26.914]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:50:33.6647572Z [00:01:26.914]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:50:33.6648932Z [00:01:26.914]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:50:33.6650513Z [00:01:26.914]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:50:33.6661932Z [00:01:26.914]➜  db-static-x86_64-unknown-linux-musl> configure flags: --prefix=/nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30 --bindir=/nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin --sbindir=/nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/sbin --includedir=/nix/store/iniamz3hw721fiw95ip80j66wmgpqw5l-db-static-x86_64-unknown-linux-musl-4.8.30-dev/include --mandir=/nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/share/man --infodir=/nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/share/info --docdir=/nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/share/doc/db-static-x86_64-unknown-linux-musl --libdir=/nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib --libexecdir=/nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/libexec --localedir=/nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/share/locale --enable-cxx --enable-compat185 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:50:33.7777673Z [00:01:27.029]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:50:33.7779612Z [00:01:27.029]➜  file-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:50:33.7905800Z [00:01:27.041]➜  file-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/v0m59igyinq3qrbx7fibyal1dx5f6rcq-file-5.45.tar.gz
2025-08-20T21:50:33.8716351Z [00:01:27.123]➜  db-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:33.8790226Z [00:01:27.131]➜  db-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:50:33.8915036Z [00:01:27.143]➜  db-static-x86_64-unknown-linux-musl> checking if building in the top-level or dist directories... no
2025-08-20T21:50:33.8919925Z [00:01:27.143]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-cryptography option specified... no
2025-08-20T21:50:33.8925623Z [00:01:27.143]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-hash option specified... no
2025-08-20T21:50:33.8929272Z [00:01:27.143]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-partition option specified... no
2025-08-20T21:50:33.8930811Z [00:01:27.143]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-compression option specified... no
2025-08-20T21:50:33.8932458Z [00:01:27.143]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-mutexsupport option specified... no
2025-08-20T21:50:33.8937340Z [00:01:27.143]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-atomicsupport option specified... no
2025-08-20T21:50:33.8938932Z [00:01:27.143]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-queue option specified... no
2025-08-20T21:50:33.8940487Z [00:01:27.143]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-replication option specified... no
2025-08-20T21:50:33.8942075Z [00:01:27.145]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-statistics option specified... no
2025-08-20T21:50:33.8943745Z [00:01:27.145]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-verify option specified... no
2025-08-20T21:50:33.8945114Z [00:01:27.145]➜  file-static-x86_64-unknown-linux-musl> source root is file-5.45
2025-08-20T21:50:33.8948791Z [00:01:27.147]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-compat185 option specified... yes
2025-08-20T21:50:33.8953870Z [00:01:27.147]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-cxx option specified... yes
2025-08-20T21:50:33.8955622Z [00:01:27.147]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-debug option specified... no
2025-08-20T21:50:33.8962174Z [00:01:27.148]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-debug_rop option specified... no
2025-08-20T21:50:33.8997868Z [00:01:27.151]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-debug_wop option specified... no
2025-08-20T21:50:33.8999429Z [00:01:27.152]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-diagnostic option specified... no
2025-08-20T21:50:33.9000867Z [00:01:27.152]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-dump185 option specified... no
2025-08-20T21:50:33.9002223Z [00:01:27.152]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-java option specified... no
2025-08-20T21:50:33.9003776Z [00:01:27.152]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-mingw option specified... no
2025-08-20T21:50:33.9005191Z [00:01:27.152]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-o_direct option specified... no
2025-08-20T21:50:33.9006606Z [00:01:27.152]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-posixmutexes option specified... no
2025-08-20T21:50:33.9007982Z [00:01:27.152]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-rpc option specified... no
2025-08-20T21:50:33.9009361Z [00:01:27.152]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-smallbuild option specified... no
2025-08-20T21:50:33.9064318Z [00:01:27.155]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-stl option specified... no
2025-08-20T21:50:33.9066308Z [00:01:27.155]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-tcl option specified... no
2025-08-20T21:50:33.9067676Z [00:01:27.155]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-test option specified... no
2025-08-20T21:50:33.9069044Z [00:01:27.155]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-uimutexes option specified... no
2025-08-20T21:50:33.9070389Z [00:01:27.155]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-umrw option specified... no
2025-08-20T21:50:33.9071714Z [00:01:27.155]➜  db-static-x86_64-unknown-linux-musl> checking if --with-mutex=MUTEX option specified... no
2025-08-20T21:50:33.9073097Z [00:01:27.155]➜  db-static-x86_64-unknown-linux-musl> checking if --with-tcl=DIR option specified... no
2025-08-20T21:50:33.9074691Z [00:01:27.155]➜  db-static-x86_64-unknown-linux-musl> checking if --with-uniquename=NAME option specified... no
2025-08-20T21:50:33.9076159Z [00:01:27.155]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-chmod... no
2025-08-20T21:50:33.9098876Z [00:01:27.162]➜  db-static-x86_64-unknown-linux-musl> checking for chmod... chmod
2025-08-20T21:50:33.9105155Z [00:01:27.162]➜  db-static-x86_64-unknown-linux-musl> configure: WARNING: using cross tools not prefixed with host triplet
2025-08-20T21:50:33.9108224Z [00:01:27.162]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cp... no
2025-08-20T21:50:33.9158639Z [00:01:27.167]➜  db-static-x86_64-unknown-linux-musl> checking for cp... cp
2025-08-20T21:50:33.9161114Z [00:01:27.167]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ln... no
2025-08-20T21:50:33.9170968Z [00:01:27.169]➜  db-static-x86_64-unknown-linux-musl> checking for ln... ln
2025-08-20T21:50:33.9202696Z [00:01:27.172]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mkdir... no
2025-08-20T21:50:33.9212412Z [00:01:27.173]➜  db-static-x86_64-unknown-linux-musl> checking for mkdir... mkdir
2025-08-20T21:50:33.9233413Z [00:01:27.175]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-rm... no
2025-08-20T21:50:33.9238918Z [00:01:27.175]➜  file-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1690487205 of file "file-5.45/tests/Makefile.in"
2025-08-20T21:50:33.9254430Z [00:01:27.177]➜  db-static-x86_64-unknown-linux-musl> checking for rm... rm
2025-08-20T21:50:33.9287070Z [00:01:27.180]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-sh... no
2025-08-20T21:50:33.9301280Z [00:01:27.182]➜  db-static-x86_64-unknown-linux-musl> checking for sh... /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh
2025-08-20T21:50:33.9341584Z [00:01:27.186]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:50:33.9369304Z [00:01:27.189]➜  file-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:50:33.9520175Z [00:01:27.204]➜  file-static-x86_64-unknown-linux-musl> applying patch /nix/store/kf7fzzm4nz10qaxv9lpjwqqxxgbrz50m-32-bit-time_t.patch
2025-08-20T21:50:33.9559895Z [00:01:27.208]➜  file-static-x86_64-unknown-linux-musl> patching file src/file.h
2025-08-20T21:50:33.9575013Z [00:01:27.208]➜  db-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:33.9576920Z [00:01:27.208]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:50:33.9591868Z [00:01:27.211]➜  file-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:33.9705395Z [00:01:27.222]➜  file-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:50:33.9760234Z [00:01:27.228]➜  file-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:50:33.9834903Z [00:01:27.235]➜  file-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:33.9933488Z [00:01:27.245]➜  file-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:50:34.0004923Z [00:01:27.252]➜  file-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:50:34.0088158Z [00:01:27.261]➜  file-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:50:34.0416773Z [00:01:27.293]➜  file-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T21:50:34.0760613Z [00:01:27.328]➜  file-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:50:34.1028687Z [00:01:27.355]➜  file-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:50:34.1068085Z [00:01:27.358]➜  db-static-x86_64-unknown-linux-musl> configure.ac:119: warning: The macro 'AC_HELP_STRING' is obsolete.
2025-08-20T21:50:34.1069659Z [00:01:27.358]➜  db-static-x86_64-unknown-linux-musl> configure.ac:119: You should run autoupdate.
2025-08-20T21:50:34.1071114Z [00:01:27.358]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
2025-08-20T21:50:34.1074879Z [00:01:27.358]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
2025-08-20T21:50:34.1077422Z [00:01:27.358]➜  db-static-x86_64-unknown-linux-musl> aclocal/options.m4:4: AM_OPTIONS_SET is expanded from...
2025-08-20T21:50:34.1094418Z [00:01:27.358]➜  db-static-x86_64-unknown-linux-musl> configure.ac:119: the top level
2025-08-20T21:50:34.1097663Z [00:01:27.359]➜  db-static-x86_64-unknown-linux-musl> configure.ac:119: warning: The macro 'AC_HELP_STRING' is obsolete.
2025-08-20T21:50:34.1101345Z [00:01:27.360]➜  db-static-x86_64-unknown-linux-musl> configure.ac:119: You should run autoupdate.
2025-08-20T21:50:34.1102620Z [00:01:27.360]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
2025-08-20T21:50:34.1105578Z [00:01:27.360]➜  db-static-x86_64-unknown-linux-musl> aclocal/options.m4:4: AM_OPTIONS_SET is expanded from...
2025-08-20T21:50:34.1107023Z [00:01:27.360]➜  db-static-x86_64-unknown-linux-musl> configure.ac:119: the top level
2025-08-20T21:50:34.1120392Z [00:01:27.364]➜  db-static-x86_64-unknown-linux-musl> configure.ac:119: warning: The macro 'AC_HELP_STRING' is obsolete.
2025-08-20T21:50:34.1122893Z [00:01:27.364]➜  db-static-x86_64-unknown-linux-musl> configure.ac:119: You should run autoupdate.
2025-08-20T21:50:34.1148245Z [00:01:27.364]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
2025-08-20T21:50:34.1149888Z [00:01:27.364]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
2025-08-20T21:50:34.1151431Z [00:01:27.364]➜  db-static-x86_64-unknown-linux-musl> aclocal/options.m4:4: AM_OPTIONS_SET is expanded from...
2025-08-20T21:50:34.1152745Z [00:01:27.364]➜  db-static-x86_64-unknown-linux-musl> configure.ac:119: the top level
2025-08-20T21:50:34.1154470Z [00:01:27.366]➜  db-static-x86_64-unknown-linux-musl> configure.ac:280: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:34.1155879Z [00:01:27.367]➜  db-static-x86_64-unknown-linux-musl> configure.ac:280: You should run autoupdate.
2025-08-20T21:50:34.1157287Z [00:01:27.367]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:34.1158726Z [00:01:27.367]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1160799Z [00:01:27.368]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1162868Z [00:01:27.368]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1164714Z [00:01:27.368]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1165992Z [00:01:27.368]➜  db-static-x86_64-unknown-linux-musl> configure.ac:280: the top level
2025-08-20T21:50:34.1167697Z [00:01:27.368]➜  file-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:50:34.1175257Z [00:01:27.369]➜  db-static-x86_64-unknown-linux-musl> configure.ac:329: warning: The macro 'AC_LANG_CPLUSPLUS' is obsolete.
2025-08-20T21:50:34.1183064Z [00:01:27.370]➜  db-static-x86_64-unknown-linux-musl> configure.ac:329: You should run autoupdate.
2025-08-20T21:50:34.1185066Z [00:01:27.370]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/c.m4:270: AC_LANG_CPLUSPLUS is expanded from...
2025-08-20T21:50:34.1186518Z [00:01:27.370]➜  db-static-x86_64-unknown-linux-musl> aclocal/cxx.m4:3: AC_CXX_STDHEADERS is expanded from...
2025-08-20T21:50:34.1187739Z [00:01:27.370]➜  db-static-x86_64-unknown-linux-musl> configure.ac:329: the top level
2025-08-20T21:50:34.1195173Z [00:01:27.371]➜  db-static-x86_64-unknown-linux-musl> configure.ac:329: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:34.1196627Z [00:01:27.371]➜  db-static-x86_64-unknown-linux-musl> configure.ac:329: You should run autoupdate.
2025-08-20T21:50:34.1198028Z [00:01:27.371]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:34.1199460Z [00:01:27.371]➜  db-static-x86_64-unknown-linux-musl> aclocal/cxx.m4:3: AC_CXX_STDHEADERS is expanded from...
2025-08-20T21:50:34.1200675Z [00:01:27.371]➜  db-static-x86_64-unknown-linux-musl> configure.ac:329: the top level
2025-08-20T21:50:34.1207390Z [00:01:27.372]➜  db-static-x86_64-unknown-linux-musl> configure.ac:356: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
2025-08-20T21:50:34.1208856Z [00:01:27.372]➜  db-static-x86_64-unknown-linux-musl> configure.ac:356: You should run autoupdate.
2025-08-20T21:50:34.1210175Z [00:01:27.373]➜  db-static-x86_64-unknown-linux-musl> aclocal/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
2025-08-20T21:50:34.1211411Z [00:01:27.373]➜  db-static-x86_64-unknown-linux-musl> configure.ac:356: the top level
2025-08-20T21:50:34.1219026Z [00:01:27.374]➜  db-static-x86_64-unknown-linux-musl> configure.ac:442: warning: The macro 'AC_FD_CC' is obsolete.
2025-08-20T21:50:34.1229192Z [00:01:27.374]➜  db-static-x86_64-unknown-linux-musl> configure.ac:442: You should run autoupdate.
2025-08-20T21:50:34.1230467Z [00:01:27.374]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from...
2025-08-20T21:50:34.1231765Z [00:01:27.374]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1233453Z [00:01:27.374]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1234790Z [00:01:27.374]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1236190Z [00:01:27.374]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1237666Z [00:01:27.374]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_javac_works.m4:16: AC_PROG_JAVAC_WORKS is expanded from...
2025-08-20T21:50:34.1239124Z [00:01:27.374]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_javac.m4:33: AC_PROG_JAVAC is expanded from...
2025-08-20T21:50:34.1240272Z [00:01:27.374]➜  db-static-x86_64-unknown-linux-musl> configure.ac:442: the top level
2025-08-20T21:50:34.1260685Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> configure.ac:444: warning: The macro 'AC_FD_CC' is obsolete.
2025-08-20T21:50:34.1262757Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> configure.ac:444: You should run autoupdate.
2025-08-20T21:50:34.1264401Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from...
2025-08-20T21:50:34.1265840Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1267246Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1269002Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1271689Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1275138Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_java_works.m4:16: AC_PROG_JAVA_WORKS is expanded from...
2025-08-20T21:50:34.1285472Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_java.m4:69: AC_PROG_JAVA is expanded from...
2025-08-20T21:50:34.1287702Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> configure.ac:444: the top level
2025-08-20T21:50:34.1289043Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> configure.ac:444: warning: The macro 'AC_FD_CC' is obsolete.
2025-08-20T21:50:34.1290971Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> configure.ac:444: You should run autoupdate.
2025-08-20T21:50:34.1292286Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from...
2025-08-20T21:50:34.1297366Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1298825Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1300276Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1301808Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1303570Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_javac_works.m4:16: AC_PROG_JAVAC_WORKS is expanded from...
2025-08-20T21:50:34.1305195Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_javac.m4:33: AC_PROG_JAVAC is expanded from...
2025-08-20T21:50:34.1306703Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_java_works.m4:16: AC_PROG_JAVA_WORKS is expanded from...
2025-08-20T21:50:34.1308362Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> aclocal_java/ac_prog_java.m4:69: AC_PROG_JAVA is expanded from...
2025-08-20T21:50:34.1310162Z [00:01:27.377]➜  db-static-x86_64-unknown-linux-musl> configure.ac:444: the top level
2025-08-20T21:50:34.1313830Z [00:01:27.379]➜  db-static-x86_64-unknown-linux-musl> configure.ac:503: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:34.1315275Z [00:01:27.379]➜  db-static-x86_64-unknown-linux-musl> configure.ac:503: You should run autoupdate.
2025-08-20T21:50:34.1316548Z [00:01:27.379]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:34.1317678Z [00:01:27.379]➜  db-static-x86_64-unknown-linux-musl> configure.ac:503: the top level
2025-08-20T21:50:34.1319070Z [00:01:27.383]➜  db-static-x86_64-unknown-linux-musl> configure.ac:603: warning: The macro 'AC_LANG_CPLUSPLUS' is obsolete.
2025-08-20T21:50:34.1320615Z [00:01:27.383]➜  db-static-x86_64-unknown-linux-musl> configure.ac:603: You should run autoupdate.
2025-08-20T21:50:34.1322011Z [00:01:27.383]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/c.m4:270: AC_LANG_CPLUSPLUS is expanded from...
2025-08-20T21:50:34.1323692Z [00:01:27.383]➜  db-static-x86_64-unknown-linux-musl> aclocal/cxx.m4:27: AC_CXX_SUPPORTS_TEMPLATES is expanded from...
2025-08-20T21:50:34.1324968Z [00:01:27.383]➜  db-static-x86_64-unknown-linux-musl> configure.ac:603: the top level
2025-08-20T21:50:34.1326255Z [00:01:27.383]➜  db-static-x86_64-unknown-linux-musl> configure.ac:603: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:34.1327524Z [00:01:27.383]➜  db-static-x86_64-unknown-linux-musl> configure.ac:603: You should run autoupdate.
2025-08-20T21:50:34.1332122Z [00:01:27.383]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:34.1334630Z [00:01:27.383]➜  db-static-x86_64-unknown-linux-musl> aclocal/cxx.m4:27: AC_CXX_SUPPORTS_TEMPLATES is expanded from...
2025-08-20T21:50:34.1339877Z [00:01:27.383]➜  db-static-x86_64-unknown-linux-musl> configure.ac:603: the top level
2025-08-20T21:50:34.1341117Z [00:01:27.385]➜  db-static-x86_64-unknown-linux-musl> configure.ac:605: warning: The macro 'AC_LANG_CPLUSPLUS' is obsolete.
2025-08-20T21:50:34.1342391Z [00:01:27.385]➜  db-static-x86_64-unknown-linux-musl> configure.ac:605: You should run autoupdate.
2025-08-20T21:50:34.1343966Z [00:01:27.385]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/c.m4:270: AC_LANG_CPLUSPLUS is expanded from...
2025-08-20T21:50:34.1345371Z [00:01:27.385]➜  db-static-x86_64-unknown-linux-musl> aclocal/tls.m4:6: AX_TLS is expanded from...
2025-08-20T21:50:34.1346719Z [00:01:27.385]➜  db-static-x86_64-unknown-linux-musl> configure.ac:605: the top level
2025-08-20T21:50:34.1347901Z [00:01:27.385]➜  db-static-x86_64-unknown-linux-musl> configure.ac:605: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:34.1399224Z [00:01:27.385]➜  db-static-x86_64-unknown-linux-musl> configure.ac:605: You should run autoupdate.
2025-08-20T21:50:34.1401800Z [00:01:27.385]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:34.1404479Z [00:01:27.385]➜  db-static-x86_64-unknown-linux-musl> aclocal/tls.m4:6: AX_TLS is expanded from...
2025-08-20T21:50:34.1424362Z [00:01:27.385]➜  db-static-x86_64-unknown-linux-musl> configure.ac:605: the top level
2025-08-20T21:50:34.1425871Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> configure.ac:624: warning: The macro 'AC_HEADER_TIME' is obsolete.
2025-08-20T21:50:34.1427348Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> configure.ac:624: You should run autoupdate.
2025-08-20T21:50:34.1432369Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
2025-08-20T21:50:34.1434033Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> configure.ac:624: the top level
2025-08-20T21:50:34.1435421Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> configure.ac:628: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:34.1436915Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> configure.ac:628: You should run autoupdate.
2025-08-20T21:50:34.1438369Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:34.1440145Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1441656Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1443383Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1444919Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1446300Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1447844Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/types.m4:149: _AC_CHECK_TYPE_NEW is expanded from...
2025-08-20T21:50:34.1449430Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/types.m4:233: AC_CHECK_TYPE is expanded from...
2025-08-20T21:50:34.1451508Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> aclocal/socklen.m4:24: AM_SOCKLEN_T is expanded from...
2025-08-20T21:50:34.1453443Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> aclocal/types.m4:43: AM_TYPES is expanded from...
2025-08-20T21:50:34.1454651Z [00:01:27.386]➜  db-static-x86_64-unknown-linux-musl> configure.ac:628: the top level
2025-08-20T21:50:34.1455858Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:630: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:34.1457111Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:630: You should run autoupdate.
2025-08-20T21:50:34.1458389Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:34.1459753Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1461021Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1481700Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1483093Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1484910Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:630: the top level
2025-08-20T21:50:34.1486090Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:639: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1487260Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:639: You should run autoupdate.
2025-08-20T21:50:34.1488481Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1489995Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1491311Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1492654Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1494310Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1495516Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:639: the top level
2025-08-20T21:50:34.1510029Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1511332Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1512634Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1514298Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:4: AM_PTHREADS_SHARED is expanded from...
2025-08-20T21:50:34.1515881Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1517160Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1518569Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1520029Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1521454Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1522614Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1524047Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:34.1525347Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1526651Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:34.1528035Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:4: AM_PTHREADS_SHARED is expanded from...
2025-08-20T21:50:34.1529364Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1530614Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1531934Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1537046Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1538514Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1539547Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1540957Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1542166Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1543735Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1545163Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:90: AM_PTHREADS_CONDVAR_DUPINITCHK is expanded from...
2025-08-20T21:50:34.1546470Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1547685Z [00:01:27.390]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1548984Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1550400Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1551731Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1552921Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1554407Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:34.1555678Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1556998Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:34.1558679Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:90: AM_PTHREADS_CONDVAR_DUPINITCHK is expanded from...
2025-08-20T21:50:34.1560109Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1561414Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1562762Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1567508Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1568937Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1570108Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1571373Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1572664Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1574193Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1575681Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:112: AM_PTHREADS_RWLOCKVAR_DUPINITCHK is expanded from...
2025-08-20T21:50:34.1577222Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1578484Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1579807Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1581252Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1582636Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1584494Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1585775Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:34.1587021Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1588321Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:34.1589777Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:112: AM_PTHREADS_RWLOCKVAR_DUPINITCHK is expanded from...
2025-08-20T21:50:34.1591178Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1592480Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1593973Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1595347Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1596662Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1600106Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1601324Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1602637Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1604364Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1605786Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:49: AM_PTHREADS_PRIVATE is expanded from...
2025-08-20T21:50:34.1607154Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1608428Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1609779Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1611203Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1612583Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1614063Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1615291Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:34.1616576Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1617866Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:34.1619237Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:49: AM_PTHREADS_PRIVATE is expanded from...
2025-08-20T21:50:34.1620573Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1621860Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1623140Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1627796Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1632392Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1634017Z [00:01:27.391]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1635187Z [00:01:27.392]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1636361Z [00:01:27.392]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1637478Z [00:01:27.392]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1638605Z [00:01:27.392]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1639761Z [00:01:27.392]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1640907Z [00:01:27.392]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1642291Z [00:01:27.392]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1643951Z [00:01:27.392]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1645081Z [00:01:27.392]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1646228Z [00:01:27.393]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:34.1647474Z [00:01:27.393]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1648959Z [00:01:27.393]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:34.1650250Z [00:01:27.393]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1651477Z [00:01:27.393]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1652722Z [00:01:27.393]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1657246Z [00:01:27.393]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1658577Z [00:01:27.393]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1659669Z [00:01:27.393]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1670152Z [00:01:27.394]➜  file-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45 --bindir=/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/bin --sbindir=/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/sbin --includedir=/nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev/include --mandir=/nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man/share/man --infodir=/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/share/info --docdir=/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/share/doc/file --libdir=/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib --libexecdir=/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/libexec --localedir=/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:50:34.1680061Z [00:01:27.398]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:34.1681620Z [00:01:27.398]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1682893Z [00:01:27.398]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:34.1688111Z [00:01:27.398]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1689331Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1690541Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:34.1691798Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: You should run autoupdate.
2025-08-20T21:50:34.1693073Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:34.1694760Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:140: AM_DEFINE_MUTEXES is expanded from...
2025-08-20T21:50:34.1695893Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:650: the top level
2025-08-20T21:50:34.1697064Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:654: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T21:50:34.1698273Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:654: You should run autoupdate.
2025-08-20T21:50:34.1699511Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T21:50:34.1700796Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1702204Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1707650Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1709137Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1710483Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:891: AM_DEFINE_ATOMIC is expanded from...
2025-08-20T21:50:34.1711570Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:654: the top level
2025-08-20T21:50:34.1712703Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:654: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1717901Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:654: You should run autoupdate.
2025-08-20T21:50:34.1719251Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1720578Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1721828Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1723124Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1739348Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1740703Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> aclocal/mutex.m4:891: AM_DEFINE_ATOMIC is expanded from...
2025-08-20T21:50:34.1741797Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:654: the top level
2025-08-20T21:50:34.1742961Z [00:01:27.399]➜  db-static-x86_64-unknown-linux-musl> configure.ac:683: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:34.1744466Z [00:01:27.400]➜  db-static-x86_64-unknown-linux-musl> configure.ac:683: You should run autoupdate.
2025-08-20T21:50:34.1746003Z [00:01:27.400]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:34.1747166Z [00:01:27.400]➜  db-static-x86_64-unknown-linux-musl> configure.ac:683: the top level
2025-08-20T21:50:34.1748382Z [00:01:27.400]➜  db-static-x86_64-unknown-linux-musl> configure.ac:684: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:34.1749654Z [00:01:27.401]➜  db-static-x86_64-unknown-linux-musl> configure.ac:684: You should run autoupdate.
2025-08-20T21:50:34.1750881Z [00:01:27.401]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:34.1752022Z [00:01:27.401]➜  db-static-x86_64-unknown-linux-musl> configure.ac:684: the top level
2025-08-20T21:50:34.1769861Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:685: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:34.1771246Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:685: You should run autoupdate.
2025-08-20T21:50:34.1772518Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:34.1773817Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:685: the top level
2025-08-20T21:50:34.1774942Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:706: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1776097Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:706: You should run autoupdate.
2025-08-20T21:50:34.1777272Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1778755Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1779963Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1781607Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1784202Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1785486Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> aclocal/clock.m4:4: AC_TIMERS is expanded from...
2025-08-20T21:50:34.1786564Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:706: the top level
2025-08-20T21:50:34.1787694Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:706: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:34.1788857Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:706: You should run autoupdate.
2025-08-20T21:50:34.1790094Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:34.1791517Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1792796Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1796052Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1797466Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1798754Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> aclocal/clock.m4:4: AC_TIMERS is expanded from...
2025-08-20T21:50:34.1799831Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:706: the top level
2025-08-20T21:50:34.1801003Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:733: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1802240Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:733: You should run autoupdate.
2025-08-20T21:50:34.1804608Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1805941Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1807147Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1808402Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1809828Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1810969Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:733: the top level
2025-08-20T21:50:34.1812265Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:747: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1819817Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:747: You should run autoupdate.
2025-08-20T21:50:34.1821181Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1822527Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1824103Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1825443Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1826860Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1828285Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:747: the top level
2025-08-20T21:50:34.1829500Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:768: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1830780Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:768: You should run autoupdate.
2025-08-20T21:50:34.1832066Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1833651Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1834933Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1836242Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1837649Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1838835Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:768: the top level
2025-08-20T21:50:34.1840024Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:823: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1841253Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:823: You should run autoupdate.
2025-08-20T21:50:34.1842531Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1843996Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T21:50:34.1845247Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T21:50:34.1846574Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T21:50:34.1847987Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T21:50:34.1849190Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:823: the top level
2025-08-20T21:50:34.1850714Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:849: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:50:34.1851974Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:849: You should run autoupdate.
2025-08-20T21:50:34.1853423Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:50:34.1854801Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> aclocal/sequence.m4:4: AM_SEQUENCE_CONFIGURE is expanded from...
2025-08-20T21:50:34.1884593Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:849: the top level
2025-08-20T21:50:34.1885851Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:849: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:34.1887153Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:849: You should run autoupdate.
2025-08-20T21:50:34.1888473Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:34.1889872Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> aclocal/sequence.m4:4: AM_SEQUENCE_CONFIGURE is expanded from...
2025-08-20T21:50:34.1891071Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:849: the top level
2025-08-20T21:50:34.1892269Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:853: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T21:50:34.1923801Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:853: You should run autoupdate.
2025-08-20T21:50:34.1925232Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T21:50:34.1926812Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> aclocal/mmap.m4:5: AM_MMAP_EXTEND is expanded from...
2025-08-20T21:50:34.1927974Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:853: the top level
2025-08-20T21:50:34.1929253Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:952: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:34.1930528Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:952: You should run autoupdate.
2025-08-20T21:50:34.1931813Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:34.1932973Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:952: the top level
2025-08-20T21:50:34.1934354Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:953: warning: The macro 'AC_HAVE_LIBRARY' is obsolete.
2025-08-20T21:50:34.1935675Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:953: You should run autoupdate.
2025-08-20T21:50:34.1936980Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> ./lib/autoconf/libs.m4:138: AC_HAVE_LIBRARY is expanded from...
2025-08-20T21:50:34.1938164Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:953: the top level
2025-08-20T21:50:34.1940404Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:1119: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: Current bugs in libtool may prevent building the SQL API in \"$PWD\"; please use another working directory
2025-08-20T21:50:34.1942565Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> aclocal/sql.m4:3: AC_SQL_CONFIG is expanded from...
2025-08-20T21:50:34.1943895Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:1119: the top level
2025-08-20T21:50:34.1945934Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:1119: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: Current bugs in libtool may prevent building the SQL API in \"$PWD\"; please use another working directory
2025-08-20T21:50:34.1948015Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> aclocal/sql.m4:3: AC_SQL_CONFIG is expanded from...
2025-08-20T21:50:34.1949410Z [00:01:27.402]➜  db-static-x86_64-unknown-linux-musl> configure.ac:1119: the top level
2025-08-20T21:50:34.1950546Z [00:01:27.431]➜  db-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:50:34.1951790Z [00:01:27.431]➜  db-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:50:34.2968315Z [00:01:27.548]➜  db-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:50:34.3065597Z [00:01:27.558]➜  db-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:50:34.3658498Z [00:01:27.617]➜  db-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:50:34.4230845Z [00:01:27.675]➜  db-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:50:34.4788719Z [00:01:27.730]➜  file-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:34.4934190Z [00:01:27.745]➜  file-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:50:34.5044885Z [00:01:27.756]➜  db-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:50:34.5062145Z [00:01:27.758]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIC -DPIC -D_GNU_SOURCE -g  -Wno-pointer-sign -Wno-enum-compare -Wno-switch -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -Wl,-z,relro  -o libauparse.la -rpath /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib lru.lo interpret.lo nvlist.lo ellist.lo auparse.lo auditd-config.lo message.lo data_buf.lo expression.lo normalize.lo normalize-llist.lo  ../lib/libaudit.la ../common/libaucommon.la
2025-08-20T21:50:34.5123068Z [00:01:27.764]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:50:34.5207204Z [00:01:27.772]➜  file-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:50:34.5212817Z [00:01:27.773]➜  file-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:50:34.5457300Z [00:01:27.797]➜  file-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:50:34.5622814Z [00:01:27.814]➜  file-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:50:34.5763049Z [00:01:27.828]➜  file-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:50:34.5767840Z [00:01:27.829]➜  file-static-x86_64-unknown-linux-musl> checking for builtin ELF support... yes
2025-08-20T21:50:34.5777081Z [00:01:27.829]➜  file-static-x86_64-unknown-linux-musl> checking for ELF core file support... yes
2025-08-20T21:50:34.5779903Z [00:01:27.830]➜  file-static-x86_64-unknown-linux-musl> checking for zlib support...
2025-08-20T21:50:34.5782037Z [00:01:27.830]➜  file-static-x86_64-unknown-linux-musl> checking for bzlib support...
2025-08-20T21:50:34.5784736Z [00:01:27.830]➜  file-static-x86_64-unknown-linux-musl> checking for xzlib support...
2025-08-20T21:50:34.5808603Z [00:01:27.832]➜  file-static-x86_64-unknown-linux-musl> checking for zstdlib support...
2025-08-20T21:50:34.5810710Z [00:01:27.833]➜  file-static-x86_64-unknown-linux-musl> checking for lzlib support...
2025-08-20T21:50:34.5812652Z [00:01:27.833]➜  file-static-x86_64-unknown-linux-musl> checking for libseccomp support...
2025-08-20T21:50:34.5814908Z [00:01:27.833]➜  file-static-x86_64-unknown-linux-musl> checking for file formats in man section 5... no
2025-08-20T21:50:34.6012798Z [00:01:27.853]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:50:34.6050207Z [00:01:27.857]➜  file-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:34.6190531Z [00:01:27.871]➜  file-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:50:34.6200849Z [00:01:27.872]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:50:34.6802955Z [00:01:27.932]➜  db-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:50:34.7248065Z [00:01:27.976]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libauparse.lax/libaucommon.a && x86_64-unknown-linux-musl-ar x "/build/source/auparse/../common/.libs/libaucommon.a")
2025-08-20T21:50:34.7314227Z [00:01:27.983]➜  db-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T21:50:34.7615417Z [00:01:28.013]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libauparse.a  lru.o interpret.o nvlist.o ellist.o auparse.o auditd-config.o message.o data_buf.o expression.o normalize.o normalize-llist.o  .libs/libauparse.lax/libaucommon.a/common.o .libs/libauparse.lax/libaucommon.a/strsplit.o
2025-08-20T21:50:34.7897804Z [00:01:28.041]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libauparse.a
2025-08-20T21:50:34.8085772Z [00:01:28.060]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libauparse.lax
2025-08-20T21:50:34.8275027Z [00:01:28.079]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libauparse.la" && ln -s "../libauparse.la" "libauparse.la" )
2025-08-20T21:50:34.8321253Z [00:01:28.084]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/auparse'
2025-08-20T21:50:34.8327595Z [00:01:28.084]➜  file-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:50:34.8332015Z [00:01:28.085]➜  file-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:50:34.8340635Z [00:01:28.086]➜  audit-static-x86_64-unknown-linux-musl> Making all in test
2025-08-20T21:50:34.8380135Z [00:01:28.090]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/auparse/test'
2025-08-20T21:50:34.8387636Z [00:01:28.090]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..  -I../../auparse -I../../lib  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auparse_test.o auparse_test.c
2025-08-20T21:50:34.8413692Z [00:01:28.093]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..  -I../../auparse -I../../lib  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auparselol_test.o auparselol_test.c
2025-08-20T21:50:34.8452523Z [00:01:28.097]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..  -I../../auparse -I../../lib  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o lookup_test.o lookup_test.c
2025-08-20T21:50:34.8519254Z [00:01:28.099]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..  -I../../auparse -I../../lib  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o databuf_test.o databuf_test.c
2025-08-20T21:50:34.8526917Z [00:01:28.099]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..  -I../../auparse -I../../lib  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auparse_extra_test.o auparse_extra_test.c
2025-08-20T21:50:34.9045398Z [00:01:28.156]➜  db-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C++... yes
2025-08-20T21:50:34.9901693Z [00:01:28.242]➜  db-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
2025-08-20T21:50:35.0175085Z [00:01:28.269]➜  file-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:50:35.0266590Z [00:01:28.278]➜  file-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:50:35.0488337Z [00:01:28.300]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -static  -o databuf_test databuf_test.o ../../auparse/libauparse.la ../../lib/libaudit.la ../../common/libaucommon.la
2025-08-20T21:50:35.1028175Z [00:01:28.354]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -static  -o auparse_extra_test auparse_extra_test.o ../../auparse/libauparse.la ../../lib/libaudit.la ../../common/libaucommon.la
2025-08-20T21:50:35.1159257Z [00:01:28.367]➜  file-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:50:35.1473145Z [00:01:28.399]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -static  -o auparselol_test auparselol_test.o ../../auparse/libauparse.la ../../lib/libaudit.la ../../common/libaucommon.la
2025-08-20T21:50:35.2022822Z [00:01:28.454]➜  file-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:50:35.2848909Z [00:01:28.537]➜  file-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:50:35.2899095Z [00:01:28.542]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
2025-08-20T21:50:35.3966160Z [00:01:28.648]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -o databuf_test databuf_test.o  ../../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a ../../lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a ../../common/.libs/libaucommon.a
2025-08-20T21:50:35.4229689Z [00:01:28.675]➜  db-static-x86_64-unknown-linux-musl> checking how to run the C++ preprocessor... x86_64-unknown-linux-musl-g++ -E
2025-08-20T21:50:35.4561618Z [00:01:28.708]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -o auparse_extra_test auparse_extra_test.o  ../../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a ../../lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a ../../common/.libs/libaucommon.a
2025-08-20T21:50:35.4873058Z [00:01:28.739]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -o auparselol_test auparselol_test.o  ../../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a ../../lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a ../../common/.libs/libaucommon.a
2025-08-20T21:50:35.5066702Z [00:01:28.758]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -static  -o auparse_test auparse_test.o ../../auparse/libauparse.la ../../lib/libaudit.la ../../common/libaucommon.la
2025-08-20T21:50:35.5369104Z [00:01:28.788]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:50:35.5946381Z [00:01:28.846]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:50:35.5947904Z [00:01:28.846]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:50:35.5949294Z [00:01:28.846]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:50:35.6999931Z [00:01:28.952]➜  file-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:50:35.7231433Z [00:01:28.975]➜  file-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:50:35.7274337Z [00:01:28.979]➜  file-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:50:35.7401405Z [00:01:28.992]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:50:35.7406309Z [00:01:28.992]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:50:35.7901116Z [00:01:29.042]➜  file-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:50:35.8261368Z [00:01:29.078]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -o auparse_test auparse_test.o  ../../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a ../../lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a ../../common/.libs/libaucommon.a
2025-08-20T21:50:35.8266695Z [00:01:29.078]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:50:35.8294258Z [00:01:29.079]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:50:35.8295386Z [00:01:29.080]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:50:35.8296489Z [00:01:29.081]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:50:35.8299594Z [00:01:29.082]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:50:35.8312014Z [00:01:29.083]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:35.8327556Z [00:01:29.085]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:50:35.8340514Z [00:01:29.086]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:35.8355263Z [00:01:29.087]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:50:35.8387521Z [00:01:29.090]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:50:35.8406130Z [00:01:29.092]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:50:35.8420435Z [00:01:29.094]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:50:35.8429787Z [00:01:29.095]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:50:35.8441107Z [00:01:29.096]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:35.8450021Z [00:01:29.096]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:50:35.8459346Z [00:01:29.098]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:50:35.8471238Z [00:01:29.099]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:35.8505501Z [00:01:29.102]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:50:35.8507352Z [00:01:29.103]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:35.8517851Z [00:01:29.104]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:50:35.8520923Z [00:01:29.104]➜  file-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:50:35.8529707Z [00:01:29.105]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:50:35.8538764Z [00:01:29.106]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:50:35.8572525Z [00:01:29.109]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:50:35.8599853Z [00:01:29.112]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:50:35.8612766Z [00:01:29.113]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:50:35.8665867Z [00:01:29.118]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:50:35.8672933Z [00:01:29.118]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:50:35.8675387Z [00:01:29.118]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:50:35.8676654Z [00:01:29.118]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:50:35.8678209Z [00:01:29.118]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:50:35.8679574Z [00:01:29.119]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:50:35.8734756Z [00:01:29.125]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:50:35.8736266Z [00:01:29.125]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:50:35.8737503Z [00:01:29.125]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:50:35.8795542Z [00:01:29.131]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:50:35.8800967Z [00:01:29.131]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:50:35.8802734Z [00:01:29.131]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:50:35.8804859Z [00:01:29.131]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:50:35.8806469Z [00:01:29.131]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:50:35.8824615Z [00:01:29.133]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:50:35.8825661Z [00:01:29.134]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:50:35.8845120Z [00:01:29.136]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:50:35.9181541Z [00:01:29.170]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:35.9282257Z [00:01:29.180]➜  file-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:50:35.9306843Z [00:01:29.182]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:50:35.9405234Z [00:01:29.192]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-cc... no
2025-08-20T21:50:35.9444892Z [00:01:29.196]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-gcc... no
2025-08-20T21:50:35.9493925Z [00:01:29.200]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-c++... no
2025-08-20T21:50:35.9495464Z [00:01:29.201]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-g++... no
2025-08-20T21:50:35.9512800Z [00:01:29.203]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-cxx... no
2025-08-20T21:50:35.9554003Z [00:01:29.207]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-gxx... no
2025-08-20T21:50:35.9573909Z [00:01:29.209]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-gcc... no
2025-08-20T21:50:35.9631635Z [00:01:29.215]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-gfortran... no
2025-08-20T21:50:35.9639791Z [00:01:29.216]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-gccgo... no
2025-08-20T21:50:35.9704304Z [00:01:29.222]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-gdc... no
2025-08-20T21:50:35.9706714Z [00:01:29.222]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-gm2... no
2025-08-20T21:50:35.9857963Z [00:01:29.237]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-ar... no
2025-08-20T21:50:35.9904472Z [00:01:29.242]➜  file-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:50:35.9917343Z [00:01:29.243]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-as... no
2025-08-20T21:50:35.9939488Z [00:01:29.246]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:35.9991735Z [00:01:29.251]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:36.0051086Z [00:01:29.257]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-ld... no
2025-08-20T21:50:36.0122776Z [00:01:29.263]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-lipo... no
2025-08-20T21:50:36.0124439Z [00:01:29.263]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-nm... no
2025-08-20T21:50:36.0184940Z [00:01:29.269]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-objcopy... no
2025-08-20T21:50:36.0188112Z [00:01:29.271]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-objdump... no
2025-08-20T21:50:36.0249919Z [00:01:29.277]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-otool... no
2025-08-20T21:50:36.0314108Z [00:01:29.283]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-ranlib... no
2025-08-20T21:50:36.0315866Z [00:01:29.283]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-readelf... no
2025-08-20T21:50:36.0357920Z [00:01:29.288]➜  file-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:50:36.0364799Z [00:01:29.288]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-strip... no
2025-08-20T21:50:36.0407322Z [00:01:29.290]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-windres... no
2025-08-20T21:50:36.0426058Z [00:01:29.294]➜  x86_64-unknown-linux-musl-binutils> checking for avr-unknown-linux-gnu-windmc... no
2025-08-20T21:50:36.0430215Z [00:01:29.295]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:50:36.0445196Z [00:01:29.296]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:50:36.0466896Z [00:01:29.298]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:50:36.0487157Z [00:01:29.300]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:50:36.0532359Z [00:01:29.305]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:50:36.0536377Z [00:01:29.305]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:50:36.0592229Z [00:01:29.311]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:50:36.0632556Z [00:01:29.315]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:50:36.0688570Z [00:01:29.321]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:50:36.0720047Z [00:01:29.324]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:50:36.0778066Z [00:01:29.329]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:50:36.0836161Z [00:01:29.335]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:50:36.0840252Z [00:01:29.335]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:50:36.0893790Z [00:01:29.341]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:50:36.0899380Z [00:01:29.341]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:50:36.0902670Z [00:01:29.342]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:50:36.0906194Z [00:01:29.342]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:50:36.0965819Z [00:01:29.348]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:50:36.0978329Z [00:01:29.349]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:50:36.0979711Z [00:01:29.349]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:50:36.0981029Z [00:01:29.349]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:50:36.0982241Z [00:01:29.349]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:50:36.0983668Z [00:01:29.349]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:50:36.0985051Z [00:01:29.349]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:50:36.1015823Z [00:01:29.353]➜  file-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:50:36.1776417Z [00:01:29.429]➜  file-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:50:36.1849917Z [00:01:29.437]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:50:36.2610496Z [00:01:29.513]➜  db-static-x86_64-unknown-linux-musl> /build/db-5.3.28
2025-08-20T21:50:36.2660426Z [00:01:29.518]➜  db-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:36.2748661Z [00:01:29.527]➜  file-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:50:36.3345361Z [00:01:29.580]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/jdbc/config.sub
2025-08-20T21:50:36.3347604Z [00:01:29.580]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/sqlite/config.sub
2025-08-20T21:50:36.3349632Z [00:01:29.584]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/odbc/config.sub
2025-08-20T21:50:36.3351693Z [00:01:29.587]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./dist/config.sub
2025-08-20T21:50:36.3638717Z [00:01:29.615]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/jdbc/config.guess
2025-08-20T21:50:36.3693686Z [00:01:29.621]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/sqlite/config.guess
2025-08-20T21:50:36.3710257Z [00:01:29.623]➜  file-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:50:36.3763671Z [00:01:29.628]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/odbc/config.guess
2025-08-20T21:50:36.3788123Z [00:01:29.631]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./dist/config.guess
2025-08-20T21:50:36.3809736Z [00:01:29.633]➜  db-static-x86_64-unknown-linux-musl> checking whether C++ supports the ISO C++ standard includes... yes
2025-08-20T21:50:36.3896039Z [00:01:29.641]➜  db-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:36.4070225Z [00:01:29.659]➜  db-static-x86_64-unknown-linux-musl> checking whether we are using gcc version 2.96... no
2025-08-20T21:50:36.4122708Z [00:01:29.663]➜  db-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:50:36.4239752Z [00:01:29.676]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/jdbc/config.sub
2025-08-20T21:50:36.4269596Z [00:01:29.678]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/sqlite/config.sub
2025-08-20T21:50:36.4271638Z [00:01:29.679]➜  db-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:36.4315734Z [00:01:29.683]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/odbc/config.sub
2025-08-20T21:50:36.4317150Z [00:01:29.683]➜  file-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:50:36.4339187Z [00:01:29.686]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./dist/config.sub
2025-08-20T21:50:36.4355690Z [00:01:29.686]➜  db-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:50:36.4390248Z [00:01:29.691]➜  db-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:50:36.4454335Z [00:01:29.697]➜  db-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:50:36.4576476Z [00:01:29.709]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -static  -o lookup_test lookup_test.o ../../auparse/libauparse.la ../../lib/libaudit.la ../../common/libaucommon.la
2025-08-20T21:50:36.4599940Z [00:01:29.711]➜  db-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:50:36.4655573Z [00:01:29.717]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:50:36.4721772Z [00:01:29.724]➜  db-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:50:36.4745766Z [00:01:29.726]➜  db-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:50:36.4749145Z [00:01:29.727]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/jdbc/config.guess
2025-08-20T21:50:36.4780460Z [00:01:29.730]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/sqlite/config.guess
2025-08-20T21:50:36.4846684Z [00:01:29.736]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./lang/sql/odbc/config.guess
2025-08-20T21:50:36.4875427Z [00:01:29.739]➜  db-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./dist/config.guess
2025-08-20T21:50:36.4944516Z [00:01:29.746]➜  db-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:50:36.5132076Z [00:01:29.765]➜  file-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:50:36.5278571Z [00:01:29.780]➜  db-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:50:36.5281815Z [00:01:29.780]➜  db-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:50:36.5598435Z [00:01:29.811]➜  db-static-x86_64-unknown-linux-musl> patching script interpreter paths in ../dist/configure
2025-08-20T21:50:36.5677960Z [00:01:29.819]➜  db-static-x86_64-unknown-linux-musl> ../dist/configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:50:36.5827484Z [00:01:29.834]➜  file-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T21:50:36.6087838Z [00:01:29.859]➜  db-static-x86_64-unknown-linux-musl> configure flags: --prefix=/nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28 --bindir=/nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin --sbindir=/nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/sbin --includedir=/nix/store/1ayf6qac3gkj8f0iqb56y6d466zcdg57-db-static-x86_64-unknown-linux-musl-5.3.28-dev/include --mandir=/nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/share/man --infodir=/nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/share/info --docdir=/nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/share/doc/db-static-x86_64-unknown-linux-musl --libdir=/nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib --libexecdir=/nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/libexec --localedir=/nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/share/locale --enable-cxx --enable-compat185 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:50:36.6369483Z [00:01:29.889]➜  db-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:50:36.6465626Z [00:01:29.898]➜  db-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:50:36.6468100Z [00:01:29.898]➜  db-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:50:36.6469974Z [00:01:29.899]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:50:36.6472683Z [00:01:29.899]➜  db-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:50:36.6475414Z [00:01:29.899]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:50:36.6504515Z [00:01:29.902]➜  db-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:50:36.6507135Z [00:01:29.903]➜  file-static-x86_64-unknown-linux-musl> checking for vfork.h... no
2025-08-20T21:50:36.6519956Z [00:01:29.904]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:50:36.6554870Z [00:01:29.906]➜  db-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:50:36.6558932Z [00:01:29.908]➜  db-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:50:36.6575025Z [00:01:29.908]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:50:36.6576618Z [00:01:29.908]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:50:36.6821797Z [00:01:29.934]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -o lookup_test lookup_test.o  ../../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a ../../lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a ../../common/.libs/libaucommon.a
2025-08-20T21:50:36.7265100Z [00:01:29.978]➜  file-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:50:36.7471976Z [00:01:29.998]➜  db-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:50:36.7474877Z [00:01:29.998]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:50:36.7476455Z [00:01:29.998]➜  db-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:50:36.7544288Z [00:01:30.006]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/auparse/test'
2025-08-20T21:50:36.7548332Z [00:01:30.007]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/auparse'
2025-08-20T21:50:36.7551959Z [00:01:30.007]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/auparse'
2025-08-20T21:50:36.7567822Z [00:01:30.008]➜  audit-static-x86_64-unknown-linux-musl> Making all in audisp
2025-08-20T21:50:36.7599988Z [00:01:30.012]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/audisp'
2025-08-20T21:50:36.7662430Z [00:01:30.018]➜  audit-static-x86_64-unknown-linux-musl> Making all in .
2025-08-20T21:50:36.7719777Z [00:01:30.024]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp'
2025-08-20T21:50:36.7725178Z [00:01:30.024]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../common  -fno-strict-aliasing -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o libdisp_la-audispd.lo `test -f 'audispd.c' || echo './'`audispd.c
2025-08-20T21:50:36.7751566Z [00:01:30.027]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../common  -fno-strict-aliasing -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o libdisp_la-audispd-pconfig.lo `test -f 'audispd-pconfig.c' || echo './'`audispd-pconfig.c
2025-08-20T21:50:36.7840289Z [00:01:30.036]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../common  -fno-strict-aliasing -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o libdisp_la-audispd-llist.lo `test -f 'audispd-llist.c' || echo './'`audispd-llist.c
2025-08-20T21:50:36.7872865Z [00:01:30.036]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../common   -g -O2 -c -o queue.lo queue.c
2025-08-20T21:50:36.8528907Z [00:01:30.104]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../common -g -O2 -c queue.c -o queue.o
2025-08-20T21:50:36.8748463Z [00:01:30.126]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../common -fno-strict-aliasing -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c audispd.c -o libdisp_la-audispd.o
2025-08-20T21:50:36.8752567Z [00:01:30.126]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../common -fno-strict-aliasing -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c audispd-llist.c -o libdisp_la-audispd-llist.o
2025-08-20T21:50:36.8763921Z [00:01:30.126]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -fPIC -DPIC -I.. -I../lib -I../src -I../common -fno-strict-aliasing -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c audispd-pconfig.c -o libdisp_la-audispd-pconfig.o
2025-08-20T21:50:36.8931792Z [00:01:30.138]➜  file-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:50:37.0539668Z [00:01:30.306]➜  db-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:50:37.0554809Z [00:01:30.307]➜  db-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:37.0690720Z [00:01:30.321]➜  db-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:50:37.0761016Z [00:01:30.328]➜  db-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:50:37.0827663Z [00:01:30.334]➜  db-static-x86_64-unknown-linux-musl> checking if building in the top-level or dist directories... no
2025-08-20T21:50:37.0900722Z [00:01:30.342]➜  db-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:50:37.0906053Z [00:01:30.342]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-smallbuild option specified... no
2025-08-20T21:50:37.0984696Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-atomicsupport option specified... no
2025-08-20T21:50:37.0987376Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-compression option specified... no
2025-08-20T21:50:37.0989038Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-hash option specified... no
2025-08-20T21:50:37.0990295Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-heap option specified... no
2025-08-20T21:50:37.0996444Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-mutexsupport option specified... no
2025-08-20T21:50:37.0999386Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-log_checksum option specified... no
2025-08-20T21:50:37.1002474Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-partition option specified... no
2025-08-20T21:50:37.1007507Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-queue option specified... no
2025-08-20T21:50:37.1010313Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-replication option specified... no
2025-08-20T21:50:37.1015939Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-statistics option specified... no
2025-08-20T21:50:37.1036407Z [00:01:30.346]➜  db-static-x86_64-unknown-linux-musl> checking if --disable-verify option specified... no
2025-08-20T21:50:37.1038237Z [00:01:30.349]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-compat185 option specified... yes
2025-08-20T21:50:37.1039661Z [00:01:30.351]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-cxx option specified... yes
2025-08-20T21:50:37.1041005Z [00:01:30.351]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-debug option specified... no
2025-08-20T21:50:37.1042329Z [00:01:30.351]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-debug_rop option specified... no
2025-08-20T21:50:37.1044238Z [00:01:30.351]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-debug_wop option specified... no
2025-08-20T21:50:37.1045696Z [00:01:30.351]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-diagnostic option specified... no
2025-08-20T21:50:37.1047111Z [00:01:30.351]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-dump185 option specified... no
2025-08-20T21:50:37.1048448Z [00:01:30.351]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-java option specified... no
2025-08-20T21:50:37.1049777Z [00:01:30.351]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-mingw option specified... no
2025-08-20T21:50:37.1051117Z [00:01:30.351]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-o_direct option specified... no
2025-08-20T21:50:37.1052486Z [00:01:30.351]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-posixmutexes option specified... no
2025-08-20T21:50:37.1054136Z [00:01:30.353]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-rpc option specified... no
2025-08-20T21:50:37.1055612Z [00:01:30.353]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-sql option specified... no
2025-08-20T21:50:37.1074665Z [00:01:30.355]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-sql_compat option specified... no
2025-08-20T21:50:37.1077301Z [00:01:30.355]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-jdbc option specified... no
2025-08-20T21:50:37.1081046Z [00:01:30.355]➜  db-static-x86_64-unknown-linux-musl> checking if --with-jdbc=DIR option specified... no
2025-08-20T21:50:37.1082514Z [00:01:30.355]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-amalgamation option specified... no
2025-08-20T21:50:37.1084242Z [00:01:30.355]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-sql_codegen option specified... no
2025-08-20T21:50:37.1086076Z [00:01:30.355]➜  db-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:50:37.1087761Z [00:01:30.360]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-stl option specified... no
2025-08-20T21:50:37.1089011Z [00:01:30.360]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-tcl option specified... no
2025-08-20T21:50:37.1092202Z [00:01:30.361]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-test option specified... no
2025-08-20T21:50:37.1099395Z [00:01:30.362]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-localization option specified... no
2025-08-20T21:50:37.1106639Z [00:01:30.362]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-stripped_messages option specified... no
2025-08-20T21:50:37.1114927Z [00:01:30.363]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-dbm option specified... no
2025-08-20T21:50:37.1121655Z [00:01:30.364]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-dtrace option specified... no
2025-08-20T21:50:37.1128438Z [00:01:30.364]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-systemtap option specified... no
2025-08-20T21:50:37.1132153Z [00:01:30.365]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-perfmon-statistics option specified... no
2025-08-20T21:50:37.1138275Z [00:01:30.365]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-uimutexes option specified... no
2025-08-20T21:50:37.1144455Z [00:01:30.366]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-umrw option specified... no
2025-08-20T21:50:37.1148678Z [00:01:30.367]➜  db-static-x86_64-unknown-linux-musl> checking if --enable-atomicfileread option specified... no
2025-08-20T21:50:37.1156746Z [00:01:30.367]➜  db-static-x86_64-unknown-linux-musl> checking if --with-cryptography option specified... yes
2025-08-20T21:50:37.1163617Z [00:01:30.368]➜  db-static-x86_64-unknown-linux-musl> checking if --with-mutex=MUTEX option specified... no
2025-08-20T21:50:37.1171491Z [00:01:30.369]➜  db-static-x86_64-unknown-linux-musl> checking if --with-tcl=DIR option specified... no
2025-08-20T21:50:37.1179499Z [00:01:30.370]➜  db-static-x86_64-unknown-linux-musl> checking if --with-uniquename=NAME option specified... no
2025-08-20T21:50:37.1193944Z [00:01:30.371]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-chmod... no
2025-08-20T21:50:37.1206113Z [00:01:30.372]➜  db-static-x86_64-unknown-linux-musl> checking for chmod... chmod
2025-08-20T21:50:37.1211516Z [00:01:30.373]➜  db-static-x86_64-unknown-linux-musl> configure: WARNING: using cross tools not prefixed with host triplet
2025-08-20T21:50:37.1225216Z [00:01:30.374]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cp... no
2025-08-20T21:50:37.1237338Z [00:01:30.376]➜  db-static-x86_64-unknown-linux-musl> checking for cp... cp
2025-08-20T21:50:37.1306947Z [00:01:30.381]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ln... no
2025-08-20T21:50:37.1344553Z [00:01:30.381]➜  db-static-x86_64-unknown-linux-musl> checking for ln... ln
2025-08-20T21:50:37.1345980Z [00:01:30.382]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mkdir... no
2025-08-20T21:50:37.1347376Z [00:01:30.382]➜  db-static-x86_64-unknown-linux-musl> checking for mkdir... mkdir
2025-08-20T21:50:37.1358375Z [00:01:30.387]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-rm... no
2025-08-20T21:50:37.1366638Z [00:01:30.388]➜  db-static-x86_64-unknown-linux-musl> checking for rm... rm
2025-08-20T21:50:37.1422011Z [00:01:30.390]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mv... no
2025-08-20T21:50:37.1424540Z [00:01:30.394]➜  db-static-x86_64-unknown-linux-musl> checking for mv... mv
2025-08-20T21:50:37.1448181Z [00:01:30.396]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:50:37.1449535Z [00:01:30.397]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-sh... no
2025-08-20T21:50:37.1465291Z [00:01:30.398]➜  db-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:50:37.1482074Z [00:01:30.400]➜  db-static-x86_64-unknown-linux-musl> checking for sh... /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh
2025-08-20T21:50:37.1521761Z [00:01:30.404]➜  db-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:50:37.1854401Z [00:01:30.437]➜  db-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:37.1859371Z [00:01:30.438]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:50:37.1993098Z [00:01:30.451]➜  file-static-x86_64-unknown-linux-musl> checking whether byte ordering is bigendian... no
2025-08-20T21:50:37.1995751Z [00:01:30.451]➜  file-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:50:37.2110899Z [00:01:30.462]➜  file-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:50:37.2148180Z [00:01:30.466]➜  db-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:50:37.2205656Z [00:01:30.472]➜  file-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:37.2299936Z [00:01:30.482]➜  file-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:50:37.2405491Z [00:01:30.492]➜  file-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:50:37.2462367Z [00:01:30.498]➜  file-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:50:37.2633640Z [00:01:30.515]➜  file-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:50:37.2826020Z [00:01:30.534]➜  db-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:50:37.2898904Z [00:01:30.542]➜  file-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:50:37.2908786Z [00:01:30.543]➜  file-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:50:37.3515328Z [00:01:30.603]➜  db-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:50:37.3608389Z [00:01:30.612]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -no-undefined -static  -o libqueue.la  queue.lo ../common/libaucommon.la -lpthread
2025-08-20T21:50:37.3667283Z [00:01:30.618]➜  file-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:50:37.4149204Z [00:01:30.667]➜  db-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:50:37.4180040Z [00:01:30.670]➜  db-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:50:37.4261860Z [00:01:30.678]➜  db-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:50:37.4873680Z [00:01:30.739]➜  db-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:50:37.4918303Z [00:01:30.743]➜  file-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:50:37.4987036Z [00:01:30.750]➜  file-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:50:37.4989636Z [00:01:30.750]➜  file-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:50:37.4993937Z [00:01:30.750]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:50:37.4996215Z [00:01:30.751]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:50:37.4997937Z [00:01:30.751]➜  file-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:50:37.5003111Z [00:01:30.752]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:50:37.5012743Z [00:01:30.753]➜  file-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:50:37.5014626Z [00:01:30.753]➜  file-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:50:37.5016399Z [00:01:30.753]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:50:37.5192179Z [00:01:30.771]➜  db-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:50:37.5313071Z [00:01:30.783]➜  db-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:50:37.5374197Z [00:01:30.789]➜  db-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:50:37.5463663Z [00:01:30.798]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libqueue.lax/libaucommon.a && x86_64-unknown-linux-musl-ar x "/build/source/audisp/../common/.libs/libaucommon.a")
2025-08-20T21:50:37.5699322Z [00:01:30.822]➜  file-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:50:37.5708917Z [00:01:30.823]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:50:37.5719778Z [00:01:30.824]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:50:37.5753598Z [00:01:30.827]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libqueue.a  queue.o  .libs/libqueue.lax/libaucommon.a/common.o .libs/libqueue.lax/libaucommon.a/strsplit.o
2025-08-20T21:50:37.5852441Z [00:01:30.837]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libqueue.a
2025-08-20T21:50:37.5911617Z [00:01:30.843]➜  db-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:50:37.5973999Z [00:01:30.849]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libqueue.lax
2025-08-20T21:50:37.6062683Z [00:01:30.858]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libqueue.la" && ln -s "../libqueue.la" "libqueue.la" )
2025-08-20T21:50:37.6081010Z [00:01:30.860]➜  db-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:50:37.6153053Z [00:01:30.867]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fno-strict-aliasing -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -no-undefined -static  -o libdisp.la  libdisp_la-audispd.lo libdisp_la-audispd-pconfig.lo libdisp_la-audispd-llist.lo libqueue.la ../common/libaucommon.la ../lib/libaudit.la -lpthread
2025-08-20T21:50:37.6516485Z [00:01:30.903]➜  db-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:50:37.6597791Z [00:01:30.911]➜  db-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:50:37.7069000Z [00:01:30.959]➜  db-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:50:37.7202143Z [00:01:30.972]➜  db-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:50:37.7510409Z [00:01:31.003]➜  file-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:50:37.7572390Z [00:01:31.009]➜  file-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:50:37.7648608Z [00:01:31.017]➜  db-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T21:50:37.7735895Z [00:01:31.025]➜  file-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:50:37.7859057Z [00:01:31.038]➜  file-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:50:37.8143608Z [00:01:31.066]➜  db-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:50:37.8157508Z [00:01:31.067]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:50:37.8290617Z [00:01:31.081]➜  db-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:50:37.8360386Z [00:01:31.088]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:50:37.8371964Z [00:01:31.089]➜  file-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:50:37.8497193Z [00:01:31.101]➜  file-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:50:37.8596902Z [00:01:31.111]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libdisp.lax/libqueue.a && x86_64-unknown-linux-musl-ar x "/build/source/audisp/./.libs/libqueue.a")
2025-08-20T21:50:37.8822322Z [00:01:31.134]➜  db-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:50:37.9051751Z [00:01:31.157]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libdisp.lax/libaucommon.a && x86_64-unknown-linux-musl-ar x "/build/source/audisp/../common/.libs/libaucommon.a")
2025-08-20T21:50:37.9191709Z [00:01:31.171]➜  file-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:50:37.9230817Z [00:01:31.175]➜  db-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T21:50:37.9319058Z [00:01:31.184]➜  audit-static-x86_64-unknown-linux-musl> copying selected object files to avoid basename conflicts...
2025-08-20T21:50:37.9360074Z [00:01:31.188]➜  file-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:50:37.9412592Z [00:01:31.193]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: ln .libs/libdisp.lax/libaucommon.a/common.o .libs/libdisp.lax/lt1-common.o || cp .libs/libdisp.lax/libaucommon.a/common.o .libs/libdisp.lax/lt1-common.o
2025-08-20T21:50:37.9510747Z [00:01:31.203]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: ln .libs/libdisp.lax/libaucommon.a/strsplit.o .libs/libdisp.lax/lt2-strsplit.o || cp .libs/libdisp.lax/libaucommon.a/strsplit.o .libs/libdisp.lax/lt2-strsplit.o
2025-08-20T21:50:37.9653492Z [00:01:31.217]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libdisp.a libdisp_la-audispd.o libdisp_la-audispd-pconfig.o libdisp_la-audispd-llist.o .libs/libdisp.lax/libqueue.a/common.o .libs/libdisp.lax/libqueue.a/queue.o .libs/libdisp.lax/libqueue.a/strsplit.o .libs/libdisp.lax/lt1-common.o .libs/libdisp.lax/lt2-strsplit.o
2025-08-20T21:50:37.9740915Z [00:01:31.226]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libdisp.a
2025-08-20T21:50:37.9804980Z [00:01:31.231]➜  db-static-x86_64-unknown-linux-musl> checking for GCC aligned attribute... yes
2025-08-20T21:50:37.9827783Z [00:01:31.234]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:37.9893600Z [00:01:31.241]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libdisp.lax .libs/libdisp.lax
2025-08-20T21:50:37.9964282Z [00:01:31.248]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:38.0040233Z [00:01:31.256]➜  x86_64-unknown-linux-musl-binutils> checking target system type... cris-axis-linux-gnu
2025-08-20T21:50:38.0098174Z [00:01:31.262]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libdisp.la" && ln -s "../libdisp.la" "libdisp.la" )
2025-08-20T21:50:38.0145095Z [00:01:31.266]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp'
2025-08-20T21:50:38.0162707Z [00:01:31.267]➜  audit-static-x86_64-unknown-linux-musl> Making all in test
2025-08-20T21:50:38.0187821Z [00:01:31.270]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:50:38.0196119Z [00:01:31.271]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/test'
2025-08-20T21:50:38.0207338Z [00:01:31.271]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:50:38.0208673Z [00:01:31.271]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/test'
2025-08-20T21:50:38.0209955Z [00:01:31.272]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/audisp'
2025-08-20T21:50:38.0211029Z [00:01:31.272]➜  audit-static-x86_64-unknown-linux-musl> Making all in auplugin
2025-08-20T21:50:38.0233438Z [00:01:31.275]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:50:38.0238199Z [00:01:31.275]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/auplugin'
2025-08-20T21:50:38.0287603Z [00:01:31.280]➜  audit-static-x86_64-unknown-linux-musl> Making all in test
2025-08-20T21:50:38.0320007Z [00:01:31.284]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/auplugin/test'
2025-08-20T21:50:38.0332014Z [00:01:31.284]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:50:38.0333752Z [00:01:31.284]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/auplugin/test'
2025-08-20T21:50:38.0360292Z [00:01:31.288]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/auplugin'
2025-08-20T21:50:38.0368910Z [00:01:31.288]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../common -I../auparse -I../auplugin -I../audisp -I../src  -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auplugin-fgets.lo auplugin-fgets.c
2025-08-20T21:50:38.0381631Z [00:01:31.290]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../common -I../auparse -I../auplugin -I../audisp -I../src  -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auplugin.lo auplugin.c
2025-08-20T21:50:38.0451311Z [00:01:31.297]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:38.0566973Z [00:01:31.308]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:50:38.0579725Z [00:01:31.308]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:50:38.0683771Z [00:01:31.320]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:38.0712854Z [00:01:31.323]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:50:38.0817812Z [00:01:31.333]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:50:38.0853605Z [00:01:31.337]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:50:38.1285347Z [00:01:31.378]➜  db-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C++... yes
2025-08-20T21:50:38.1403943Z [00:01:31.392]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../common -I../auparse -I../auplugin -I../audisp -I../src -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c auplugin-fgets.c -o auplugin-fgets.o
2025-08-20T21:50:38.1516245Z [00:01:31.400]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../common -I../auparse -I../auplugin -I../audisp -I../src -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c auplugin.c -o auplugin.o
2025-08-20T21:50:38.1602320Z [00:01:31.412]➜  file-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:50:38.1604335Z [00:01:31.412]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:50:38.1924347Z [00:01:31.444]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:50:38.1956762Z [00:01:31.447]➜  db-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
2025-08-20T21:50:38.2482993Z [00:01:31.500]➜  file-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:50:38.2906908Z [00:01:31.542]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:50:38.2913144Z [00:01:31.543]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:50:38.3673811Z [00:01:31.619]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:50:38.3680512Z [00:01:31.620]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:50:38.3715638Z [00:01:31.623]➜  file-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:50:38.3829046Z [00:01:31.634]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIC -DPIC -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -Wl,-z,relro -version-info 1:0  -o libauplugin.la -rpath /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib auplugin-fgets.lo auplugin.lo ../audisp/libqueue.la ../auparse/libauparse.la -lpthread
2025-08-20T21:50:38.3928291Z [00:01:31.645]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
2025-08-20T21:50:38.4018540Z [00:01:31.653]➜  db-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:50:38.4473908Z [00:01:31.699]➜  file-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:50:38.4504794Z [00:01:31.699]➜  file-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:50:38.4686090Z [00:01:31.720]➜  db-static-x86_64-unknown-linux-musl> checking how to run the C++ preprocessor... x86_64-unknown-linux-musl-g++ -E
2025-08-20T21:50:38.4702677Z [00:01:31.722]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:50:38.5440678Z [00:01:31.796]➜  file-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:50:38.5486935Z [00:01:31.800]➜  db-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:50:38.5490161Z [00:01:31.801]➜  db-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:50:38.5535118Z [00:01:31.805]➜  db-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:50:38.5537694Z [00:01:31.805]➜  db-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:50:38.5542372Z [00:01:31.805]➜  db-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:50:38.5545508Z [00:01:31.805]➜  db-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:50:38.5605061Z [00:01:31.812]➜  db-static-x86_64-unknown-linux-musl> checking how to run the C++ preprocessor... x86_64-unknown-linux-musl-g++ -E
2025-08-20T21:50:38.6084686Z [00:01:31.860]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:50:38.6356081Z [00:01:31.887]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libauplugin.lax/libqueue.a && x86_64-unknown-linux-musl-ar x "/build/source/auplugin/../audisp/.libs/libqueue.a")
2025-08-20T21:50:38.6734978Z [00:01:31.925]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libauplugin.a  auplugin-fgets.o auplugin.o  .libs/libauplugin.lax/libqueue.a/common.o .libs/libauplugin.lax/libqueue.a/queue.o .libs/libauplugin.lax/libqueue.a/strsplit.o
2025-08-20T21:50:38.6873723Z [00:01:31.939]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:50:38.6902204Z [00:01:31.942]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libauplugin.a
2025-08-20T21:50:38.6959892Z [00:01:31.948]➜  file-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:50:38.6967394Z [00:01:31.948]➜  file-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:50:38.7026157Z [00:01:31.954]➜  file-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:50:38.7027867Z [00:01:31.954]➜  file-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:50:38.7029327Z [00:01:31.954]➜  file-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:50:38.7030761Z [00:01:31.954]➜  file-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:50:38.7063917Z [00:01:31.958]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libauplugin.lax
2025-08-20T21:50:38.7395151Z [00:01:31.990]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libauplugin.la" && ln -s "../libauplugin.la" "libauplugin.la" )
2025-08-20T21:50:38.7492588Z [00:01:32.001]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/auplugin'
2025-08-20T21:50:38.7505881Z [00:01:32.002]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/auplugin'
2025-08-20T21:50:38.7508287Z [00:01:32.002]➜  audit-static-x86_64-unknown-linux-musl> Making all in audisp/plugins
2025-08-20T21:50:38.7542424Z [00:01:32.006]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/audisp/plugins'
2025-08-20T21:50:38.7564600Z [00:01:32.006]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:50:38.7665576Z [00:01:32.018]➜  audit-static-x86_64-unknown-linux-musl> Making all in af_unix
2025-08-20T21:50:38.7718912Z [00:01:32.024]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/plugins/af_unix'
2025-08-20T21:50:38.7726370Z [00:01:32.024]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../.. -I../../../lib -I../../../audisp -I../../../auplugin -I../../../auparse  -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o audisp_af_unix-audisp-af_unix.o `test -f 'audisp-af_unix.c' || echo './'`audisp-af_unix.c
2025-08-20T21:50:38.7797463Z [00:01:32.031]➜  file-static-x86_64-unknown-linux-musl> checking whether the -Werror option is usable... yes
2025-08-20T21:50:38.8249501Z [00:01:32.073]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:50:38.8322765Z [00:01:32.084]➜  file-static-x86_64-unknown-linux-musl> checking for simple visibility declarations... yes
2025-08-20T21:50:38.8328908Z [00:01:32.085]➜  db-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-g++... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T21:50:38.8604652Z [00:01:32.112]➜  db-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T21:50:38.9115943Z [00:01:32.163]➜  db-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:50:38.9268394Z [00:01:32.178]➜  file-static-x86_64-unknown-linux-musl> checking for sys/mkdev.h... no
2025-08-20T21:50:38.9288614Z [00:01:32.180]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:50:39.0050248Z [00:01:32.257]➜  file-static-x86_64-unknown-linux-musl> checking for sys/sysmacros.h... yes
2025-08-20T21:50:39.0571531Z [00:01:32.308]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z,relro -Wl,-z,now  -o audisp-af_unix audisp_af_unix-audisp-af_unix.o -lcap-ng ../../../lib/libaudit.la ../../../auplugin/libauplugin.la ../../../lib/libaudit.la
2025-08-20T21:50:39.0885682Z [00:01:32.340]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:50:39.0926628Z [00:01:32.344]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to produce PIC... -fPIC -DPIC
2025-08-20T21:50:39.0944712Z [00:01:32.346]➜  file-static-x86_64-unknown-linux-musl> checking for sys/wait.h that is POSIX.1 compatible... yes
2025-08-20T21:50:39.0946254Z [00:01:32.346]➜  file-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:50:39.1416548Z [00:01:32.393]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ PIC flag -fPIC -DPIC works... yes
2025-08-20T21:50:39.1559758Z [00:01:32.408]➜  file-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T21:50:39.1598854Z [00:01:32.412]➜  file-static-x86_64-unknown-linux-musl> checking for inttypes.h... (cached) yes
2025-08-20T21:50:39.1601432Z [00:01:32.412]➜  file-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:50:39.2154757Z [00:01:32.467]➜  file-static-x86_64-unknown-linux-musl> checking for byteswap.h... yes
2025-08-20T21:50:39.2345289Z [00:01:32.480]➜  db-static-x86_64-unknown-linux-musl> checking whether C++ supports the ISO C++ standard includes... yes
2025-08-20T21:50:39.2407634Z [00:01:32.492]➜  db-static-x86_64-unknown-linux-musl> checking whether we are using gcc version 2.96... no
2025-08-20T21:50:39.2534977Z [00:01:32.505]➜  db-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:50:39.2631371Z [00:01:32.515]➜  db-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:39.2667386Z [00:01:32.518]➜  file-static-x86_64-unknown-linux-musl> checking for spawn.h... yes
2025-08-20T21:50:39.2705088Z [00:01:32.522]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ static flag -static works... yes
2025-08-20T21:50:39.2741349Z [00:01:32.526]➜  db-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:50:39.2748550Z [00:01:32.527]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:50:39.2782098Z [00:01:32.530]➜  db-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:50:39.2816872Z [00:01:32.533]➜  db-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:50:39.2963492Z [00:01:32.548]➜  db-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:50:39.3112600Z [00:01:32.562]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o audisp-af_unix audisp_af_unix-audisp-af_unix.o  ../../../auplugin/.libs/libauplugin.a /build/source/auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a -lpthread ../../../lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a
2025-08-20T21:50:39.3197648Z [00:01:32.571]➜  db-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:50:39.3203834Z [00:01:32.572]➜  db-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:50:39.3316900Z [00:01:32.583]➜  file-static-x86_64-unknown-linux-musl> checking for utime.h... yes
2025-08-20T21:50:39.3322073Z [00:01:32.584]➜  file-static-x86_64-unknown-linux-musl> checking for wchar.h... (cached) yes
2025-08-20T21:50:39.3381493Z [00:01:32.590]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:50:39.3475999Z [00:01:32.599]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... yes
2025-08-20T21:50:39.3477833Z [00:01:32.599]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... (cached) yes
2025-08-20T21:50:39.3480018Z [00:01:32.599]➜  db-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:50:39.3482756Z [00:01:32.599]➜  db-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
2025-08-20T21:50:39.3502236Z [00:01:32.599]➜  db-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:50:39.3503668Z [00:01:32.600]➜  db-static-x86_64-unknown-linux-musl> checking SOSUFFIX from libtool... .so
2025-08-20T21:50:39.3504696Z [00:01:32.602]➜  db-static-x86_64-unknown-linux-musl> checking MODSUFFIX from libtool... .so
2025-08-20T21:50:39.3532949Z [00:01:32.605]➜  db-static-x86_64-unknown-linux-musl> checking JMODSUFFIX from libtool... .so
2025-08-20T21:50:39.3853048Z [00:01:32.637]➜  db-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:50:39.3854607Z [00:01:32.637]➜  db-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:50:39.3915664Z [00:01:32.643]➜  file-static-x86_64-unknown-linux-musl> checking for wctype.h... yes
2025-08-20T21:50:39.4117678Z [00:01:32.663]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/plugins/af_unix'
2025-08-20T21:50:39.4121541Z [00:01:32.664]➜  audit-static-x86_64-unknown-linux-musl> Making all in remote
2025-08-20T21:50:39.4169496Z [00:01:32.669]➜  db-static-x86_64-unknown-linux-musl> checking whether stat file-mode macros are broken... no
2025-08-20T21:50:39.4184932Z [00:01:32.670]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/plugins/remote'
2025-08-20T21:50:39.4234433Z [00:01:32.673]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../.. -I../../../lib -I../../../common -I../../../auplugin -I../../../auparse  -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o audisp_remote-audisp-remote.o `test -f 'audisp-remote.c' || echo './'`audisp-remote.c
2025-08-20T21:50:39.4238865Z [00:01:32.673]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../.. -I../../../lib -I../../../common -I../../../auplugin -I../../../auparse  -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o audisp_remote-remote-config.o `test -f 'remote-config.c' || echo './'`remote-config.c
2025-08-20T21:50:39.4243039Z [00:01:32.673]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../.. -I../../../lib -I../../../common -I../../../auplugin -I../../../auparse  -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o audisp_remote-queue.o `test -f 'queue.c' || echo './'`queue.c
2025-08-20T21:50:39.4779233Z [00:01:32.730]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:50:39.4802521Z [00:01:32.732]➜  db-static-x86_64-unknown-linux-musl> checking for dirent.h that defines DIR... yes
2025-08-20T21:50:39.4851269Z [00:01:32.737]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:50:39.4862200Z [00:01:32.738]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:50:39.4884958Z [00:01:32.740]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:50:39.4910200Z [00:01:32.743]➜  file-static-x86_64-unknown-linux-musl> checking for getopt.h... yes
2025-08-20T21:50:39.4927114Z [00:01:32.744]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:50:39.5131440Z [00:01:32.765]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:50:39.5146536Z [00:01:32.766]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:50:39.5160809Z [00:01:32.768]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:50:39.5185044Z [00:01:32.770]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:50:39.5219456Z [00:01:32.774]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:50:39.5228689Z [00:01:32.774]➜  db-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:50:39.5290881Z [00:01:32.781]➜  db-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:50:39.5300138Z [00:01:32.782]➜  db-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:50:39.5305684Z [00:01:32.782]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:50:39.5316816Z [00:01:32.783]➜  db-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:50:39.5322050Z [00:01:32.784]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:50:39.5338075Z [00:01:32.785]➜  db-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:50:39.5357022Z [00:01:32.787]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:50:39.5371818Z [00:01:32.789]➜  db-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:50:39.5399392Z [00:01:32.792]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:50:39.5422770Z [00:01:32.792]➜  db-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:50:39.5426766Z [00:01:32.794]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:50:39.5428396Z [00:01:32.794]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:50:39.5542603Z [00:01:32.806]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:50:39.5751068Z [00:01:32.826]➜  db-static-x86_64-unknown-linux-musl> checking for library containing opendir... none required
2025-08-20T21:50:39.6045162Z [00:01:32.856]➜  file-static-x86_64-unknown-linux-musl> checking for err.h... yes
2025-08-20T21:50:39.6226004Z [00:01:32.874]➜  db-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:50:39.6229468Z [00:01:32.874]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:50:39.6276847Z [00:01:32.879]➜  db-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:50:39.6326673Z [00:01:32.884]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:50:39.6328155Z [00:01:32.884]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:50:39.6336554Z [00:01:32.885]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:50:39.6517222Z [00:01:32.903]➜  db-static-x86_64-unknown-linux-musl> checking for execinfo.h... no
2025-08-20T21:50:39.6954909Z [00:01:32.947]➜  file-static-x86_64-unknown-linux-musl> checking for xlocale.h... no
2025-08-20T21:50:39.7516696Z [00:01:33.003]➜  db-static-x86_64-unknown-linux-musl> checking for sys/select.h... yes
2025-08-20T21:50:39.7857752Z [00:01:33.037]➜  file-static-x86_64-unknown-linux-musl> checking for sys/bswap.h... no
2025-08-20T21:50:39.7982110Z [00:01:33.050]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:50:39.8518297Z [00:01:33.103]➜  db-static-x86_64-unknown-linux-musl> checking for sys/socket.h... yes
2025-08-20T21:50:39.8531141Z [00:01:33.105]➜  db-static-x86_64-unknown-linux-musl> checking for sys/time.h... (cached) yes
2025-08-20T21:50:39.8683548Z [00:01:33.120]➜  file-static-x86_64-unknown-linux-musl> checking for sys/mman.h... yes
2025-08-20T21:50:39.8704360Z [00:01:33.120]➜  file-static-x86_64-unknown-linux-musl> checking for sys/stat.h... (cached) yes
2025-08-20T21:50:39.8705850Z [00:01:33.120]➜  file-static-x86_64-unknown-linux-musl> checking for sys/types.h... (cached) yes
2025-08-20T21:50:39.8837245Z [00:01:33.135]➜  db-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:50:39.8904322Z [00:01:33.142]➜  db-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:50:39.9116838Z [00:01:33.163]➜  db-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:50:39.9224967Z [00:01:33.174]➜  db-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:50:39.9386941Z [00:01:33.190]➜  file-static-x86_64-unknown-linux-musl> checking for sys/utime.h... no
2025-08-20T21:50:39.9683471Z [00:01:33.220]➜  db-static-x86_64-unknown-linux-musl> checking for struct stat.st_blksize... yes
2025-08-20T21:50:39.9689250Z [00:01:33.221]➜  db-static-x86_64-unknown-linux-musl> checking for inttypes.h... (cached) yes
2025-08-20T21:50:39.9934366Z [00:01:33.245]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:50:39.9936870Z [00:01:33.245]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:50:39.9940306Z [00:01:33.246]➜  db-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:50:40.0057087Z [00:01:33.257]➜  db-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:50:40.0087759Z [00:01:33.259]➜  file-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T21:50:40.0089256Z [00:01:33.260]➜  file-static-x86_64-unknown-linux-musl> checking for sys/sysmacros.h... (cached) yes
2025-08-20T21:50:40.0423936Z [00:01:33.294]➜  db-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:50:40.0580179Z [00:01:33.310]➜  db-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:50:40.0853916Z [00:01:33.337]➜  file-static-x86_64-unknown-linux-musl> checking for sys/ioctl.h... yes
2025-08-20T21:50:40.1076086Z [00:01:33.359]➜  db-static-x86_64-unknown-linux-musl> checking if stdint.h can be used by C++... yes
2025-08-20T21:50:40.1209430Z [00:01:33.372]➜  db-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:50:40.1574444Z [00:01:33.409]➜  file-static-x86_64-unknown-linux-musl> checking for zlib.h... yes
2025-08-20T21:50:40.1681769Z [00:01:33.420]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z,relro -Wl,-z,now  -o audisp-remote audisp_remote-audisp-remote.o audisp_remote-remote-config.o audisp_remote-queue.o -lcap-ng  ../../../lib/libaudit.la ../../../common/libaucommon.la ../../../auplugin/libauplugin.la
2025-08-20T21:50:40.1696000Z [00:01:33.421]➜  db-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:50:40.1819158Z [00:01:33.434]➜  db-static-x86_64-unknown-linux-musl> checking for stddef.h... yes
2025-08-20T21:50:40.1831344Z [00:01:33.435]➜  db-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:50:40.2116361Z [00:01:33.463]➜  db-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:50:40.2364190Z [00:01:33.488]➜  file-static-x86_64-unknown-linux-musl> checking for bzlib.h... no
2025-08-20T21:50:40.2738920Z [00:01:33.526]➜  db-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:50:40.3128617Z [00:01:33.564]➜  file-static-x86_64-unknown-linux-musl> checking for lzma.h... no
2025-08-20T21:50:40.3240695Z [00:01:33.576]➜  db-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:50:40.3675763Z [00:01:33.619]➜  db-static-x86_64-unknown-linux-musl> checking size of char... 1
2025-08-20T21:50:40.3755856Z [00:01:33.627]➜  db-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:50:40.3836787Z [00:01:33.635]➜  file-static-x86_64-unknown-linux-musl> checking for zstd.h... no
2025-08-20T21:50:40.4213527Z [00:01:33.673]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o audisp-remote audisp_remote-audisp-remote.o audisp_remote-remote-config.o audisp_remote-queue.o  ../../../lib/.libs/libaudit.a ../../../common/.libs/libaucommon.a ../../../auplugin/.libs/libauplugin.a /build/source/auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a -lpthread
2025-08-20T21:50:40.4429679Z [00:01:33.695]➜  db-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:50:40.4504738Z [00:01:33.702]➜  file-static-x86_64-unknown-linux-musl> checking for zstd_errors.h... no
2025-08-20T21:50:40.5059786Z [00:01:33.757]➜  db-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:50:40.5318081Z [00:01:33.783]➜  file-static-x86_64-unknown-linux-musl> checking for lzlib.h... no
2025-08-20T21:50:40.5379528Z [00:01:33.790]➜  db-static-x86_64-unknown-linux-musl> checking size of unsigned char... 1
2025-08-20T21:50:40.5478537Z [00:01:33.799]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/plugins/remote'
2025-08-20T21:50:40.5510058Z [00:01:33.803]➜  audit-static-x86_64-unknown-linux-musl> Making all in syslog
2025-08-20T21:50:40.5511729Z [00:01:33.803]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/plugins/syslog'
2025-08-20T21:50:40.5518370Z [00:01:33.803]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../.. -I../../../lib -I../../../common -I../../../auparse -I../../../auplugin  -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o audisp_syslog-audisp-syslog.o `test -f 'audisp-syslog.c' || echo './'`audisp-syslog.c
2025-08-20T21:50:40.5682274Z [00:01:33.820]➜  db-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T21:50:40.6355570Z [00:01:33.885]➜  db-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:50:40.6479534Z [00:01:33.899]➜  db-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:50:40.6574474Z [00:01:33.909]➜  file-static-x86_64-unknown-linux-musl> checking for sig_t... yes
2025-08-20T21:50:40.7820531Z [00:01:34.033]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z,relro -Wl,-z,now  -o audisp-syslog audisp_syslog-audisp-syslog.o -lcap-ng ../../../lib/libaudit.la ../../../auparse/libauparse.la ../../../auplugin/libauplugin.la
2025-08-20T21:50:40.7979034Z [00:01:34.049]➜  file-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T21:50:40.8618848Z [00:01:34.113]➜  db-static-x86_64-unknown-linux-musl> checking size of short... 2
2025-08-20T21:50:40.8961169Z [00:01:34.148]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:50:40.8968113Z [00:01:34.148]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:50:40.9375550Z [00:01:34.189]➜  file-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:50:40.9487143Z [00:01:34.200]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:50:41.0212664Z [00:01:34.273]➜  file-static-x86_64-unknown-linux-musl> checking for struct stat.st_rdev... yes
2025-08-20T21:50:41.0266526Z [00:01:34.277]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:50:41.0379065Z [00:01:34.289]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o audisp-syslog audisp_syslog-audisp-syslog.o  ../../../lib/.libs/libaudit.a ../../../auparse/.libs/libauparse.a ../../../auplugin/.libs/libauplugin.a /build/source/auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a -lpthread
2025-08-20T21:50:41.0723881Z [00:01:34.324]➜  file-static-x86_64-unknown-linux-musl> checking for struct tm.tm_gmtoff... yes
2025-08-20T21:50:41.1173077Z [00:01:34.369]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:50:41.1175158Z [00:01:34.369]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:50:41.1406753Z [00:01:34.392]➜  file-static-x86_64-unknown-linux-musl> checking whether struct tm is in sys/time.h or time.h... time.h
2025-08-20T21:50:41.1625371Z [00:01:34.414]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/plugins/syslog'
2025-08-20T21:50:41.1645772Z [00:01:34.416]➜  audit-static-x86_64-unknown-linux-musl> Making all in filter
2025-08-20T21:50:41.1717443Z [00:01:34.423]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/plugins/filter'
2025-08-20T21:50:41.1721816Z [00:01:34.423]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../.. -I../../../lib -I../../../common -I../../../auparse -I../../../auplugin  -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o audisp_filter-audisp-filter.o `test -f 'audisp-filter.c' || echo './'`audisp-filter.c
2025-08-20T21:50:41.2017977Z [00:01:34.453]➜  db-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:50:41.2061512Z [00:01:34.458]➜  db-static-x86_64-unknown-linux-musl> checking size of unsigned short... 2
2025-08-20T21:50:41.2423873Z [00:01:34.494]➜  file-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T21:50:41.3211014Z [00:01:34.573]➜  file-static-x86_64-unknown-linux-musl> checking for struct tm.tm_zone... yes
2025-08-20T21:50:41.3638741Z [00:01:34.615]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:50:41.3640236Z [00:01:34.615]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:50:41.3641475Z [00:01:34.616]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:50:41.3680734Z [00:01:34.620]➜  db-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:50:41.3690262Z [00:01:34.621]➜  db-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:50:41.3775110Z [00:01:34.629]➜  db-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:50:41.3780566Z [00:01:34.630]➜  db-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:50:41.3798450Z [00:01:34.630]➜  db-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:50:41.3800569Z [00:01:34.631]➜  db-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:50:41.3938380Z [00:01:34.645]➜  db-static-x86_64-unknown-linux-musl> checking how to run the C++ preprocessor... x86_64-unknown-linux-musl-g++ -E
2025-08-20T21:50:41.4010449Z [00:01:34.653]➜  file-static-x86_64-unknown-linux-musl> checking for tm_zone in struct tm... yes
2025-08-20T21:50:41.4409891Z [00:01:34.692]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z,relro -Wl,-z,now  -o audisp-filter audisp_filter-audisp-filter.o -lcap-ng ../../../common/libaucommon.la ../../../auparse/libauparse.la ../../../auplugin/libauplugin.la
2025-08-20T21:50:41.4830476Z [00:01:34.735]➜  file-static-x86_64-unknown-linux-musl> checking whether tzname is declared... yes
2025-08-20T21:50:41.4876242Z [00:01:34.739]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:50:41.4883788Z [00:01:34.740]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:50:41.5630410Z [00:01:34.815]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:50:41.5642548Z [00:01:34.816]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:50:41.5693184Z [00:01:34.820]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:50:41.5697196Z [00:01:34.820]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:50:41.5698074Z [00:01:34.820]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:50:41.5726348Z [00:01:34.824]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:41.5727451Z [00:01:34.824]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:50:41.5728429Z [00:01:34.824]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:41.5734265Z [00:01:34.825]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:50:41.5761879Z [00:01:34.828]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:50:41.5791383Z [00:01:34.831]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:50:41.5809216Z [00:01:34.833]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:50:41.5815540Z [00:01:34.833]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:50:41.5827188Z [00:01:34.834]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:41.5834027Z [00:01:34.835]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:50:41.5841913Z [00:01:34.836]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:50:41.5857198Z [00:01:34.837]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:41.5869702Z [00:01:34.839]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:50:41.5877051Z [00:01:34.839]➜  file-static-x86_64-unknown-linux-musl> checking for tzname... yes
2025-08-20T21:50:41.5890992Z [00:01:34.841]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:41.5902343Z [00:01:34.842]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:50:41.5913042Z [00:01:34.843]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:50:41.5924739Z [00:01:34.844]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:50:41.5998963Z [00:01:34.851]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:50:41.6000305Z [00:01:34.851]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:50:41.6001361Z [00:01:34.851]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:50:41.6002622Z [00:01:34.851]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:50:41.6004890Z [00:01:34.851]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:50:41.6006720Z [00:01:34.851]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:50:41.6029459Z [00:01:34.851]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:50:41.6031192Z [00:01:34.851]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:50:41.6034492Z [00:01:34.855]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:50:41.6036820Z [00:01:34.855]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:50:41.6052618Z [00:01:34.857]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:50:41.6060704Z [00:01:34.858]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:50:41.6084874Z [00:01:34.860]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:50:41.6086534Z [00:01:34.860]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:50:41.6088003Z [00:01:34.860]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:50:41.6089492Z [00:01:34.860]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:50:41.6132392Z [00:01:34.863]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:50:41.6134119Z [00:01:34.863]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:50:41.6135340Z [00:01:34.865]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:50:41.6136769Z [00:01:34.865]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:50:41.6311363Z [00:01:34.883]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:41.6374399Z [00:01:34.889]➜  db-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-g++... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T21:50:41.6445541Z [00:01:34.896]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:50:41.6773526Z [00:01:34.928]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_GNU_SOURCE -Wundef -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o audisp-filter audisp_filter-audisp-filter.o  ../../../common/.libs/libaucommon.a ../../../auparse/.libs/libauparse.a ../../../auplugin/.libs/libauplugin.a /build/source/auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a -lpthread
2025-08-20T21:50:41.6826044Z [00:01:34.933]➜  db-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T21:50:41.6827748Z [00:01:34.933]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-cc... no
2025-08-20T21:50:41.6828939Z [00:01:34.933]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-gcc... no
2025-08-20T21:50:41.6830111Z [00:01:34.933]➜  file-static-x86_64-unknown-linux-musl> checking for tm_isdst in struct tm... yes
2025-08-20T21:50:41.6831240Z [00:01:34.934]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-c++... no
2025-08-20T21:50:41.6832420Z [00:01:34.934]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-g++... no
2025-08-20T21:50:41.6833809Z [00:01:34.935]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-cxx... no
2025-08-20T21:50:41.6840493Z [00:01:34.936]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-gxx... no
2025-08-20T21:50:41.6853834Z [00:01:34.937]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-gcc... no
2025-08-20T21:50:41.6877028Z [00:01:34.939]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-gfortran... no
2025-08-20T21:50:41.6889986Z [00:01:34.941]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-gccgo... no
2025-08-20T21:50:41.6904403Z [00:01:34.942]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-gdc... no
2025-08-20T21:50:41.6945182Z [00:01:34.946]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-gm2... no
2025-08-20T21:50:41.7129949Z [00:01:34.964]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-ar... no
2025-08-20T21:50:41.7131473Z [00:01:34.965]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-as... no
2025-08-20T21:50:41.7165052Z [00:01:34.968]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:41.7170484Z [00:01:34.969]➜  db-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:50:41.7226311Z [00:01:34.974]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:41.7291748Z [00:01:34.981]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-ld... no
2025-08-20T21:50:41.7297004Z [00:01:34.981]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-lipo... no
2025-08-20T21:50:41.7354270Z [00:01:34.987]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-nm... no
2025-08-20T21:50:41.7359166Z [00:01:34.987]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-objcopy... no
2025-08-20T21:50:41.7380190Z [00:01:34.990]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-objdump... no
2025-08-20T21:50:41.7386602Z [00:01:34.990]➜  file-static-x86_64-unknown-linux-musl> checking whether daylight is declared... yes
2025-08-20T21:50:41.7396963Z [00:01:34.991]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-otool... no
2025-08-20T21:50:41.7412682Z [00:01:34.993]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-ranlib... no
2025-08-20T21:50:41.7428528Z [00:01:34.995]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-readelf... no
2025-08-20T21:50:41.7434680Z [00:01:34.995]➜  db-static-x86_64-unknown-linux-musl> checking size of int... 4
2025-08-20T21:50:41.7443790Z [00:01:34.996]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-strip... no
2025-08-20T21:50:41.7463734Z [00:01:34.998]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-windres... no
2025-08-20T21:50:41.7482668Z [00:01:35.000]➜  x86_64-unknown-linux-musl-binutils> checking for cris-unknown-linux-gnu-windmc... no
2025-08-20T21:50:41.7494080Z [00:01:35.001]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:50:41.7495795Z [00:01:35.001]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:50:41.7531516Z [00:01:35.005]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:50:41.7589254Z [00:01:35.011]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:50:41.7704492Z [00:01:35.018]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:50:41.7706172Z [00:01:35.018]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:50:41.7707869Z [00:01:35.019]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:50:41.7742166Z [00:01:35.026]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:50:41.7794492Z [00:01:35.029]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:50:41.7851969Z [00:01:35.037]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:50:41.7875769Z [00:01:35.039]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:50:41.7936783Z [00:01:35.045]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:50:41.7943392Z [00:01:35.046]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:50:41.7996319Z [00:01:35.051]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:50:41.8001502Z [00:01:35.051]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:50:41.8005254Z [00:01:35.051]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:50:41.8007828Z [00:01:35.051]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:50:41.8036229Z [00:01:35.054]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:50:41.8041517Z [00:01:35.054]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:50:41.8045213Z [00:01:35.054]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:50:41.8048531Z [00:01:35.055]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:50:41.8074927Z [00:01:35.055]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:50:41.8076384Z [00:01:35.056]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:50:41.8077836Z [00:01:35.056]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:50:41.8338777Z [00:01:35.086]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/plugins/filter'
2025-08-20T21:50:41.8363577Z [00:01:35.088]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/plugins'
2025-08-20T21:50:41.8368863Z [00:01:35.089]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:50:41.8374473Z [00:01:35.089]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/plugins'
2025-08-20T21:50:41.8388412Z [00:01:35.091]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/audisp/plugins'
2025-08-20T21:50:41.8393795Z [00:01:35.091]➜  audit-static-x86_64-unknown-linux-musl> Making all in src/libev
2025-08-20T21:50:41.8424505Z [00:01:35.094]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/src/libev'
2025-08-20T21:50:41.8432407Z [00:01:35.095]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -fPIC -DPIC -g -fno-strict-aliasing -Wno-unused-value  -g -O2 -c -o ev.lo ev.c
2025-08-20T21:50:41.8442265Z [00:01:35.096]➜  file-static-x86_64-unknown-linux-musl> checking for daylight... yes
2025-08-20T21:50:41.8453648Z [00:01:35.097]➜  file-static-x86_64-unknown-linux-musl> checking for special C compiler options needed for large files... no
2025-08-20T21:50:41.8470222Z [00:01:35.098]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -fPIC -DPIC -g -fno-strict-aliasing -Wno-unused-value  -g -O2 -c -o event.lo event.c
2025-08-20T21:50:41.8780470Z [00:01:35.129]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to produce PIC... -fPIC -DPIC
2025-08-20T21:50:41.8904913Z [00:01:35.142]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:50:41.8992587Z [00:01:35.151]➜  file-static-x86_64-unknown-linux-musl> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T21:50:41.9259937Z [00:01:35.178]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -fPIC -DPIC -g -fno-strict-aliasing -Wno-unused-value -g -O2 -c ev.c -o ev.o
2025-08-20T21:50:41.9390980Z [00:01:35.191]➜  audit-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -fPIC -DPIC -g -fno-strict-aliasing -Wno-unused-value -g -O2 -c event.c -o event.o
2025-08-20T21:50:41.9457221Z [00:01:35.197]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ PIC flag -fPIC -DPIC works... yes
2025-08-20T21:50:42.0247814Z [00:01:35.276]➜  audit-static-x86_64-unknown-linux-musl> ev.c:2146:31: warning: 'ev_default_loop_ptr' initialized and declared 'extern'
2025-08-20T21:50:42.0253701Z [00:01:35.276]➜  audit-static-x86_64-unknown-linux-musl>  2146 |   EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
2025-08-20T21:50:42.0259010Z [00:01:35.276]➜  audit-static-x86_64-unknown-linux-musl>       |                               ^~~~~~~~~~~~~~~~~~~
2025-08-20T21:50:42.0409719Z [00:01:35.293]➜  file-static-x86_64-unknown-linux-musl> checking for _LARGEFILE_SOURCE value needed for large files... no
2025-08-20T21:50:42.0739027Z [00:01:35.325]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ static flag -static works... yes
2025-08-20T21:50:42.1295461Z [00:01:35.381]➜  file-static-x86_64-unknown-linux-musl> checking for mbstate_t... yes
2025-08-20T21:50:42.1817916Z [00:01:35.433]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... yes
2025-08-20T21:50:42.1823465Z [00:01:35.434]➜  db-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... (cached) yes
2025-08-20T21:50:42.1860771Z [00:01:35.438]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:50:42.1862960Z [00:01:35.438]➜  db-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:50:42.1866157Z [00:01:35.438]➜  db-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
2025-08-20T21:50:42.1895895Z [00:01:35.438]➜  db-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:50:42.1897963Z [00:01:35.441]➜  db-static-x86_64-unknown-linux-musl> checking SOSUFFIX from libtool... .so
2025-08-20T21:50:42.1900872Z [00:01:35.441]➜  db-static-x86_64-unknown-linux-musl> checking MODSUFFIX from libtool... .so
2025-08-20T21:50:42.1985458Z [00:01:35.450]➜  db-static-x86_64-unknown-linux-musl> checking JMODSUFFIX from libtool... .so
2025-08-20T21:50:42.2142405Z [00:01:35.466]➜  file-static-x86_64-unknown-linux-musl> checking for struct option in getopt... yes
2025-08-20T21:50:42.2519841Z [00:01:35.503]➜  db-static-x86_64-unknown-linux-musl> checking whether stat file-mode macros are broken... no
2025-08-20T21:50:42.3254489Z [00:01:35.577]➜  db-static-x86_64-unknown-linux-musl> checking size of unsigned int... 4
2025-08-20T21:50:42.3484041Z [00:01:35.600]➜  db-static-x86_64-unknown-linux-musl> checking for dirent.h that defines DIR... yes
2025-08-20T21:50:42.3819701Z [00:01:35.634]➜  file-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T21:50:42.4744279Z [00:01:35.726]➜  file-static-x86_64-unknown-linux-musl> checking for uint8_t... yes
2025-08-20T21:50:42.4891387Z [00:01:35.741]➜  db-static-x86_64-unknown-linux-musl> checking for library containing opendir... none required
2025-08-20T21:50:42.5785932Z [00:01:35.830]➜  file-static-x86_64-unknown-linux-musl> checking for uint16_t... yes
2025-08-20T21:50:42.5982057Z [00:01:35.850]➜  db-static-x86_64-unknown-linux-musl> checking for execinfo.h... no
2025-08-20T21:50:42.6694715Z [00:01:35.921]➜  file-static-x86_64-unknown-linux-musl> checking for uint32_t... yes
2025-08-20T21:50:42.6942641Z [00:01:35.946]➜  db-static-x86_64-unknown-linux-musl> checking for sys/select.h... yes
2025-08-20T21:50:42.7829947Z [00:01:36.035]➜  db-static-x86_64-unknown-linux-musl> checking for sys/socket.h... yes
2025-08-20T21:50:42.7835504Z [00:01:36.035]➜  db-static-x86_64-unknown-linux-musl> checking for sys/time.h... (cached) yes
2025-08-20T21:50:42.8633154Z [00:01:36.115]➜  file-static-x86_64-unknown-linux-musl> checking for int32_t... yes
2025-08-20T21:50:42.8898826Z [00:01:36.142]➜  db-static-x86_64-unknown-linux-musl> checking for struct stat.st_blksize... yes
2025-08-20T21:50:42.8940580Z [00:01:36.145]➜  db-static-x86_64-unknown-linux-musl> checking for inttypes.h... (cached) yes
2025-08-20T21:50:42.9486257Z [00:01:36.200]➜  db-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:50:42.9554155Z [00:01:36.207]➜  file-static-x86_64-unknown-linux-musl> checking for uint64_t... yes
2025-08-20T21:50:43.0185148Z [00:01:36.270]➜  db-static-x86_64-unknown-linux-musl> checking if stdint.h can be used by C++... yes
2025-08-20T21:50:43.0877219Z [00:01:36.339]➜  db-static-x86_64-unknown-linux-musl> checking for stddef.h... yes
2025-08-20T21:50:43.0902825Z [00:01:36.342]➜  db-static-x86_64-unknown-linux-musl> checking size of long... 8
2025-08-20T21:50:43.0908392Z [00:01:36.343]➜  db-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:50:43.1240525Z [00:01:36.376]➜  file-static-x86_64-unknown-linux-musl> checking for int64_t... yes
2025-08-20T21:50:43.2931825Z [00:01:36.545]➜  file-static-x86_64-unknown-linux-musl> checking for intptr_t... yes
2025-08-20T21:50:43.3707340Z [00:01:36.622]➜  db-static-x86_64-unknown-linux-musl> checking size of char... 1
2025-08-20T21:50:43.4492328Z [00:01:36.701]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:43.4655425Z [00:01:36.717]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:43.4829713Z [00:01:36.735]➜  x86_64-unknown-linux-musl-binutils> checking target system type... hppa-unknown-linux-gnu
2025-08-20T21:50:43.5071796Z [00:01:36.759]➜  file-static-x86_64-unknown-linux-musl> checking for uintptr_t... yes
2025-08-20T21:50:43.5291213Z [00:01:36.780]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:43.5352281Z [00:01:36.787]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:50:43.5357771Z [00:01:36.788]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:50:43.5469321Z [00:01:36.799]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:43.5545812Z [00:01:36.806]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:50:43.5617227Z [00:01:36.813]➜  db-static-x86_64-unknown-linux-musl> checking size of unsigned char... 1
2025-08-20T21:50:43.5753612Z [00:01:36.827]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:50:43.6234499Z [00:01:36.875]➜  file-static-x86_64-unknown-linux-musl> checking for getpagesize... yes
2025-08-20T21:50:43.7421146Z [00:01:36.994]➜  db-static-x86_64-unknown-linux-musl> checking size of unsigned long... 8
2025-08-20T21:50:43.7828455Z [00:01:37.034]➜  file-static-x86_64-unknown-linux-musl> checking for fork... yes
2025-08-20T21:50:43.8335163Z [00:01:37.084]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:50:43.8340413Z [00:01:37.084]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:50:43.9089906Z [00:01:37.161]➜  file-static-x86_64-unknown-linux-musl> checking for vfork... yes
2025-08-20T21:50:43.9090989Z [00:01:37.161]➜  file-static-x86_64-unknown-linux-musl> checking for working mmap... yes
2025-08-20T21:50:43.9170439Z [00:01:37.169]➜  file-static-x86_64-unknown-linux-musl> checking for working fork... cross
2025-08-20T21:50:43.9222075Z [00:01:37.169]➜  file-static-x86_64-unknown-linux-musl> configure: WARNING: result yes guessed because of cross compilation
2025-08-20T21:50:43.9223742Z [00:01:37.169]➜  file-static-x86_64-unknown-linux-musl> checking for working vfork... (cached) yes
2025-08-20T21:50:43.9225393Z [00:01:37.172]➜  db-static-x86_64-unknown-linux-musl> checking size of short... 2
2025-08-20T21:50:43.9609528Z [00:01:37.213]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:50:43.9933151Z [00:01:37.245]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIC -DPIC -g -fno-strict-aliasing -Wno-unused-value  -g -O2 -no-undefined -static  -o libev.la  ev.lo event.lo
2025-08-20T21:50:44.0448551Z [00:01:37.296]➜  file-static-x86_64-unknown-linux-musl> checking whether mbrtowc and mbstate_t are properly declared... yes
2025-08-20T21:50:44.0452214Z [00:01:37.296]➜  file-static-x86_64-unknown-linux-musl> checking for gcc compiler warnings... yes
2025-08-20T21:50:44.1153862Z [00:01:37.367]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:50:44.1536660Z [00:01:37.405]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libev.a  ev.o event.o
2025-08-20T21:50:44.1599590Z [00:01:37.412]➜  file-static-x86_64-unknown-linux-musl> checking for strndup... yes
2025-08-20T21:50:44.1774264Z [00:01:37.429]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libev.a
2025-08-20T21:50:44.1896175Z [00:01:37.441]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:50:44.1929269Z [00:01:37.445]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libev.la" && ln -s "../libev.la" "libev.la" )
2025-08-20T21:50:44.2036482Z [00:01:37.455]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/src/libev'
2025-08-20T21:50:44.2072989Z [00:01:37.456]➜  audit-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:50:44.2085291Z [00:01:37.460]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/src'
2025-08-20T21:50:44.2199509Z [00:01:37.472]➜  audit-static-x86_64-unknown-linux-musl> Making all in test
2025-08-20T21:50:44.2231249Z [00:01:37.475]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/src/test'
2025-08-20T21:50:44.2237418Z [00:01:37.475]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:50:44.2242568Z [00:01:37.476]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/src/test'
2025-08-20T21:50:44.2400206Z [00:01:37.492]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/src'
2025-08-20T21:50:44.2407178Z [00:01:37.492]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditd-auditd.o `test -f 'auditd.c' || echo './'`auditd.c
2025-08-20T21:50:44.2414351Z [00:01:37.492]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditd-auditd-event.o `test -f 'auditd-event.c' || echo './'`auditd-event.c
2025-08-20T21:50:44.2476539Z [00:01:37.496]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditd-auditd-config.o `test -f 'auditd-config.c' || echo './'`auditd-config.c
2025-08-20T21:50:44.2486818Z [00:01:37.498]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditd-auditd-reconfig.o `test -f 'auditd-reconfig.c' || echo './'`auditd-reconfig.c
2025-08-20T21:50:44.2492352Z [00:01:37.498]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditd-auditd-sendmail.o `test -f 'auditd-sendmail.c' || echo './'`auditd-sendmail.c
2025-08-20T21:50:44.2686337Z [00:01:37.520]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:50:44.2687872Z [00:01:37.520]➜  db-static-x86_64-unknown-linux-musl> checking size of unsigned short... 2
2025-08-20T21:50:44.3095305Z [00:01:37.552]➜  file-static-x86_64-unknown-linux-musl> checking for mkstemp... yes
2025-08-20T21:50:44.3485315Z [00:01:37.600]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:50:44.3736911Z [00:01:37.625]➜  db-static-x86_64-unknown-linux-musl> checking size of long long... 8
2025-08-20T21:50:44.4131835Z [00:01:37.665]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditd-auditd-dispatch.o `test -f 'auditd-dispatch.c' || echo './'`auditd-dispatch.c
2025-08-20T21:50:44.4725404Z [00:01:37.722]➜  file-static-x86_64-unknown-linux-musl> checking for mkostemp... yes
2025-08-20T21:50:44.5011388Z [00:01:37.753]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditd-auditd-listen.o `test -f 'auditd-listen.c' || echo './'`auditd-listen.c
2025-08-20T21:50:44.5504111Z [00:01:37.802]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:50:44.6200963Z [00:01:37.872]➜  audit-static-x86_64-unknown-linux-musl> make -C libev
2025-08-20T21:50:44.6302485Z [00:01:37.882]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/src/libev'
2025-08-20T21:50:44.6303938Z [00:01:37.882]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all'.
2025-08-20T21:50:44.6305309Z [00:01:37.882]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/src/libev'
2025-08-20T21:50:44.6308096Z [00:01:37.882]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditctl-auditctl.o `test -f 'auditctl.c' || echo './'`auditctl.c
2025-08-20T21:50:44.6683966Z [00:01:37.920]➜  file-static-x86_64-unknown-linux-musl> checking for utimes... yes
2025-08-20T21:50:44.8476735Z [00:01:38.099]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:50:44.8672340Z [00:01:38.117]➜  file-static-x86_64-unknown-linux-musl> checking for utime... yes
2025-08-20T21:50:45.0058804Z [00:01:38.255]➜  db-static-x86_64-unknown-linux-musl> checking size of int... 4
2025-08-20T21:50:45.0216951Z [00:01:38.273]➜  file-static-x86_64-unknown-linux-musl> checking for wcwidth... yes
2025-08-20T21:50:45.0657015Z [00:01:38.317]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:50:45.2002028Z [00:01:38.452]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:50:45.2012565Z [00:01:38.452]➜  file-static-x86_64-unknown-linux-musl> checking for strtof... yes
2025-08-20T21:50:45.2335377Z [00:01:38.483]➜  db-static-x86_64-unknown-linux-musl> checking size of unsigned long long... 8
2025-08-20T21:50:45.3918914Z [00:01:38.643]➜  file-static-x86_64-unknown-linux-musl> checking for newlocale... yes
2025-08-20T21:50:45.4343903Z [00:01:38.686]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditctl-auditctl-llist.o `test -f 'auditctl-llist.c' || echo './'`auditctl-llist.c
2025-08-20T21:50:45.4414985Z [00:01:38.693]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:50:45.4544914Z [00:01:38.705]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:50:45.4557055Z [00:01:38.705]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:50:45.4624081Z [00:01:38.714]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:50:45.4628778Z [00:01:38.714]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:50:45.5056533Z [00:01:38.757]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:50:45.5061661Z [00:01:38.757]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:50:45.5090470Z [00:01:38.761]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:50:45.5127312Z [00:01:38.764]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:50:45.5156444Z [00:01:38.766]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:50:45.5321391Z [00:01:38.782]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditctl-delete_all.o `test -f 'delete_all.c' || echo './'`delete_all.c
2025-08-20T21:50:45.5342384Z [00:01:38.786]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:50:45.5627538Z [00:01:38.813]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:50:45.5992822Z [00:01:38.851]➜  file-static-x86_64-unknown-linux-musl> checking for uselocale... yes
2025-08-20T21:50:45.6519454Z [00:01:38.903]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -fPIE -DPIE -g -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditctl-auditctl-listing.o `test -f 'auditctl-listing.c' || echo './'`auditctl-listing.c
2025-08-20T21:50:45.6586282Z [00:01:38.910]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o aureport.o aureport.c
2025-08-20T21:50:45.6845143Z [00:01:38.933]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:50:45.6847889Z [00:01:38.933]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:50:45.6849403Z [00:01:38.933]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:50:45.7534722Z [00:01:39.005]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o auditd-config.o auditd-config.c
2025-08-20T21:50:45.7898314Z [00:01:39.041]➜  file-static-x86_64-unknown-linux-musl> checking for freelocale... yes
2025-08-20T21:50:45.8194989Z [00:01:39.071]➜  db-static-x86_64-unknown-linux-musl> checking size of unsigned int... 4
2025-08-20T21:50:45.8780779Z [00:01:39.130]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:50:45.9546905Z [00:01:39.206]➜  file-static-x86_64-unknown-linux-musl> checking for memmem... yes
2025-08-20T21:50:46.0025026Z [00:01:39.253]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-llist.o ausearch-llist.c
2025-08-20T21:50:46.1695093Z [00:01:39.420]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:50:46.1716845Z [00:01:39.423]➜  db-static-x86_64-unknown-linux-musl> checking size of char *... 8
2025-08-20T21:50:46.1775088Z [00:01:39.429]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o aureport-options.o aureport-options.c
2025-08-20T21:50:46.1828074Z [00:01:39.435]➜  file-static-x86_64-unknown-linux-musl> checking for pipe2... yes
2025-08-20T21:50:46.1895868Z [00:01:39.441]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-string.o ausearch-string.c
2025-08-20T21:50:46.3118495Z [00:01:39.563]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-parse.o ausearch-parse.c
2025-08-20T21:50:46.3497976Z [00:01:39.601]➜  file-static-x86_64-unknown-linux-musl> checking for posix_spawnp... yes
2025-08-20T21:50:46.3931864Z [00:01:39.645]➜  db-static-x86_64-unknown-linux-musl> checking for u_char... yes
2025-08-20T21:50:46.4457902Z [00:01:39.694]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o aureport-scan.o aureport-scan.c
2025-08-20T21:50:46.4902986Z [00:01:39.742]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o aureport-output.o aureport-output.c
2025-08-20T21:50:46.5518432Z [00:01:39.803]➜  file-static-x86_64-unknown-linux-musl> checking for getopt_long... yes
2025-08-20T21:50:46.6378775Z [00:01:39.889]➜  db-static-x86_64-unknown-linux-musl> checking for u_short... yes
2025-08-20T21:50:46.7495632Z [00:01:39.999]➜  file-static-x86_64-unknown-linux-musl> checking for asprintf... yes
2025-08-20T21:50:46.8321582Z [00:01:40.081]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-lookup.o ausearch-lookup.c
2025-08-20T21:50:46.8481035Z [00:01:40.100]➜  db-static-x86_64-unknown-linux-musl> checking for u_int... yes
2025-08-20T21:50:46.9330308Z [00:01:40.185]➜  db-static-x86_64-unknown-linux-musl> checking size of long... 8
2025-08-20T21:50:46.9553781Z [00:01:40.207]➜  file-static-x86_64-unknown-linux-musl> checking for vasprintf... yes
2025-08-20T21:50:47.0505636Z [00:01:40.302]➜  db-static-x86_64-unknown-linux-musl> checking for u_long... yes
2025-08-20T21:50:47.0559094Z [00:01:40.304]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-int.o ausearch-int.c
2025-08-20T21:50:47.1425584Z [00:01:40.393]➜  file-static-x86_64-unknown-linux-musl> checking for strlcpy... yes
2025-08-20T21:50:47.2297953Z [00:01:40.481]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-time.o ausearch-time.c
2025-08-20T21:50:47.2554260Z [00:01:40.506]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-nvpair.o ausearch-nvpair.c
2025-08-20T21:50:47.2885316Z [00:01:40.536]➜  db-static-x86_64-unknown-linux-musl> checking for u_int8_t... yes
2025-08-20T21:50:47.3023497Z [00:01:40.554]➜  file-static-x86_64-unknown-linux-musl> checking for strlcat... yes
2025-08-20T21:50:47.4056120Z [00:01:40.657]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-avc.o ausearch-avc.c
2025-08-20T21:50:47.4394761Z [00:01:40.691]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-lol.o ausearch-lol.c
2025-08-20T21:50:47.5041319Z [00:01:40.756]➜  file-static-x86_64-unknown-linux-musl> checking for getline... yes
2025-08-20T21:50:47.5116231Z [00:01:40.763]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch.o ausearch.c
2025-08-20T21:50:47.5158203Z [00:01:40.767]➜  db-static-x86_64-unknown-linux-musl> checking for u_int16_t... yes
2025-08-20T21:50:47.7106697Z [00:01:40.962]➜  file-static-x86_64-unknown-linux-musl> checking for ctime_r... yes
2025-08-20T21:50:47.7296102Z [00:01:40.981]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-options.o ausearch-options.c
2025-08-20T21:50:47.9415591Z [00:01:41.187]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:50:47.9470272Z [00:01:41.187]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:50:47.9471681Z [00:01:41.187]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:50:47.9474834Z [00:01:41.187]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-report.o ausearch-report.c
2025-08-20T21:50:47.9974790Z [00:01:41.249]➜  db-static-x86_64-unknown-linux-musl> checking for int16_t... yes
2025-08-20T21:50:48.1122141Z [00:01:41.364]➜  file-static-x86_64-unknown-linux-musl> checking for asctime_r... yes
2025-08-20T21:50:48.1254970Z [00:01:41.377]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:50:48.1260318Z [00:01:41.377]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:50:48.2400053Z [00:01:41.491]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-match.o ausearch-match.c
2025-08-20T21:50:48.2703912Z [00:01:41.522]➜  db-static-x86_64-unknown-linux-musl> checking for u_int32_t... yes
2025-08-20T21:50:48.2717141Z [00:01:41.523]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:50:48.2783452Z [00:01:41.530]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:50:48.2784735Z [00:01:41.530]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:50:48.2785753Z [00:01:41.530]➜  db-static-x86_64-unknown-linux-musl> checking size of unsigned long... 8
2025-08-20T21:50:48.2786767Z [00:01:41.530]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:50:48.2787785Z [00:01:41.530]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:50:48.2801086Z [00:01:41.532]➜  file-static-x86_64-unknown-linux-musl> checking for localtime_r... yes
2025-08-20T21:50:48.2856471Z [00:01:41.537]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:48.2857556Z [00:01:41.537]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:50:48.2858560Z [00:01:41.537]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:48.2872734Z [00:01:41.539]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:50:48.2927751Z [00:01:41.544]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:50:48.3022782Z [00:01:41.554]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:50:48.3064485Z [00:01:41.555]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:50:48.3065879Z [00:01:41.555]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:50:48.3067236Z [00:01:41.556]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:48.3068504Z [00:01:41.556]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:50:48.3154616Z [00:01:41.564]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:50:48.3156557Z [00:01:41.564]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:48.3157800Z [00:01:41.564]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:50:48.3159074Z [00:01:41.565]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:48.3185059Z [00:01:41.570]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:50:48.3187357Z [00:01:41.570]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:50:48.3192368Z [00:01:41.571]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:50:48.3232151Z [00:01:41.572]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:50:48.3236945Z [00:01:41.574]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:50:48.3262306Z [00:01:41.577]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:50:48.3304543Z [00:01:41.581]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:50:48.3309248Z [00:01:41.581]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:50:48.3310918Z [00:01:41.582]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:50:48.3312952Z [00:01:41.582]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:50:48.3314993Z [00:01:41.582]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:50:48.3365906Z [00:01:41.585]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:50:48.3367228Z [00:01:41.587]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:50:48.3391103Z [00:01:41.591]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:50:48.3434375Z [00:01:41.593]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:50:48.3439217Z [00:01:41.594]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:50:48.3440938Z [00:01:41.594]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:50:48.3505328Z [00:01:41.602]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:50:48.3507105Z [00:01:41.602]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:50:48.3509003Z [00:01:41.602]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:50:48.3510296Z [00:01:41.602]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:50:48.3511541Z [00:01:41.603]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:50:48.3535782Z [00:01:41.605]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:50:48.3697713Z [00:01:41.621]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../src/libev -I../auparse -I../audisp -I../common  -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausearch-checkpt.o ausearch-checkpt.c
2025-08-20T21:50:48.3846193Z [00:01:41.636]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:48.4019401Z [00:01:41.654]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:50:48.4155976Z [00:01:41.667]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-cc... no
2025-08-20T21:50:48.4171868Z [00:01:41.669]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-gcc... no
2025-08-20T21:50:48.4220359Z [00:01:41.674]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-c++... no
2025-08-20T21:50:48.4320773Z [00:01:41.683]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-g++... no
2025-08-20T21:50:48.4322425Z [00:01:41.683]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-cxx... no
2025-08-20T21:50:48.4324016Z [00:01:41.683]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-gxx... no
2025-08-20T21:50:48.4382021Z [00:01:41.688]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-gcc... no
2025-08-20T21:50:48.4405082Z [00:01:41.692]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-gfortran... no
2025-08-20T21:50:48.4443826Z [00:01:41.696]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-gccgo... no
2025-08-20T21:50:48.4489674Z [00:01:41.701]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-gdc... no
2025-08-20T21:50:48.4559453Z [00:01:41.708]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-gm2... no
2025-08-20T21:50:48.4793013Z [00:01:41.731]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-ar... no
2025-08-20T21:50:48.4799369Z [00:01:41.732]➜  db-static-x86_64-unknown-linux-musl> checking for int32_t... yes
2025-08-20T21:50:48.4812098Z [00:01:41.733]➜  file-static-x86_64-unknown-linux-musl> checking for gmtime_r... yes
2025-08-20T21:50:48.4828890Z [00:01:41.735]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-as... no
2025-08-20T21:50:48.4883030Z [00:01:41.740]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:48.4898456Z [00:01:41.742]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:48.4963811Z [00:01:41.748]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-ld... no
2025-08-20T21:50:48.4978311Z [00:01:41.750]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-lipo... no
2025-08-20T21:50:48.5039689Z [00:01:41.756]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-nm... no
2025-08-20T21:50:48.5056503Z [00:01:41.757]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-objcopy... no
2025-08-20T21:50:48.5101163Z [00:01:41.762]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-objdump... no
2025-08-20T21:50:48.5161219Z [00:01:41.767]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-otool... no
2025-08-20T21:50:48.5175583Z [00:01:41.769]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-ranlib... no
2025-08-20T21:50:48.5226970Z [00:01:41.774]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-readelf... no
2025-08-20T21:50:48.5284469Z [00:01:41.780]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-strip... no
2025-08-20T21:50:48.5295564Z [00:01:41.781]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-windres... no
2025-08-20T21:50:48.5355018Z [00:01:41.787]➜  x86_64-unknown-linux-musl-binutils> checking for hppa-unknown-linux-gnu-windmc... no
2025-08-20T21:50:48.5360310Z [00:01:41.788]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:50:48.5361696Z [00:01:41.788]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:50:48.5412235Z [00:01:41.793]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:50:48.5470653Z [00:01:41.799]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:50:48.5539047Z [00:01:41.806]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:50:48.5540751Z [00:01:41.806]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:50:48.5547691Z [00:01:41.807]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:50:48.5603034Z [00:01:41.812]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:50:48.5646803Z [00:01:41.816]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:50:48.5784122Z [00:01:41.830]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:50:48.5841078Z [00:01:41.832]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:50:48.5854429Z [00:01:41.837]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:50:48.5859818Z [00:01:41.838]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:50:48.5882783Z [00:01:41.840]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:50:48.5889253Z [00:01:41.841]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:50:48.5904611Z [00:01:41.842]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:50:48.5906168Z [00:01:41.842]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:50:48.6055690Z [00:01:41.855]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:50:48.6061067Z [00:01:41.855]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:50:48.6062923Z [00:01:41.855]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:50:48.6064663Z [00:01:41.855]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:50:48.6066102Z [00:01:41.855]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:50:48.6068141Z [00:01:41.855]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:50:48.6070040Z [00:01:41.855]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:50:48.6399143Z [00:01:41.888]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z,relro -Wl,-z,now  -o auditd auditd-auditd.o auditd-auditd-event.o auditd-auditd-config.o auditd-auditd-reconfig.o auditd-auditd-sendmail.o auditd-auditd-dispatch.o auditd-auditd-listen.o ../src/libev/libev.la ../audisp/libdisp.la ../lib/libaudit.la ../auparse/libauparse.la -lpthread -lm  ../common/libaucommon.la
2025-08-20T21:50:48.6527775Z [00:01:41.904]➜  file-static-x86_64-unknown-linux-musl> checking for pread... yes
2025-08-20T21:50:48.6820188Z [00:01:41.933]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z,relro -Wl,-z,now  -o auditctl auditctl-auditctl.o auditctl-auditctl-llist.o auditctl-delete_all.o auditctl-auditctl-listing.o ../lib/libaudit.la ../auparse/libauparse.la ../common/libaucommon.la
2025-08-20T21:50:48.6928704Z [00:01:41.945]➜  db-static-x86_64-unknown-linux-musl> checking for u_int64_t... yes
2025-08-20T21:50:48.7143150Z [00:01:41.966]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:50:48.8152604Z [00:01:42.066]➜  file-static-x86_64-unknown-linux-musl> checking for strcasestr... yes
2025-08-20T21:50:48.8679447Z [00:01:42.120]➜  db-static-x86_64-unknown-linux-musl> checking for int64_t... yes
2025-08-20T21:50:48.9847951Z [00:01:42.236]➜  file-static-x86_64-unknown-linux-musl> checking for fmtcheck... no
2025-08-20T21:50:49.0226343Z [00:01:42.274]➜  db-static-x86_64-unknown-linux-musl> checking for FILE *... yes
2025-08-20T21:50:49.0279949Z [00:01:42.280]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:50:49.0357984Z [00:01:42.287]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o auditctl auditctl-auditctl.o auditctl-auditctl-llist.o auditctl-delete_all.o auditctl-auditctl-listing.o  ../lib/.libs/libaudit.a ../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a ../common/.libs/libaucommon.a
2025-08-20T21:50:49.0476847Z [00:01:42.297]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o auditd auditd-auditd.o auditd-auditd-event.o auditd-auditd-config.o auditd-auditd-reconfig.o auditd-auditd-sendmail.o auditd-auditd-dispatch.o auditd-auditd-listen.o  ../src/libev/.libs/libev.a ../audisp/.libs/libdisp.a ../lib/.libs/libaudit.a ../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a -lpthread -lm ../common/.libs/libaucommon.a -pthread
2025-08-20T21:50:49.1031317Z [00:01:42.353]➜  file-static-x86_64-unknown-linux-musl> checking for dprintf... yes
2025-08-20T21:50:49.1119949Z [00:01:42.357]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2   -o ausearch ausearch.o auditd-config.o ausearch-llist.o ausearch-options.o ausearch-report.o ausearch-match.o ausearch-string.o ausearch-parse.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-lookup.o ausearch-avc.o ausearch-lol.o ausearch-checkpt.o ../lib/libaudit.la ../auparse/libauparse.la ../common/libaucommon.la
2025-08-20T21:50:49.1127875Z [00:01:42.362]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2   -o aureport aureport.o auditd-config.o ausearch-llist.o aureport-options.o ausearch-string.o ausearch-parse.o aureport-scan.o aureport-output.o ausearch-lookup.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-avc.o ausearch-lol.o ../lib/libaudit.la ../auparse/libauparse.la ../common/libaucommon.la
2025-08-20T21:50:49.1242580Z [00:01:42.376]➜  db-static-x86_64-unknown-linux-musl> checking size of long long... 8
2025-08-20T21:50:49.2242007Z [00:01:42.476]➜  db-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T21:50:49.2388229Z [00:01:42.490]➜  file-static-x86_64-unknown-linux-musl> checking for gzopen in -lz... yes
2025-08-20T21:50:49.3606266Z [00:01:42.612]➜  db-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T21:50:49.3815040Z [00:01:42.633]➜  file-static-x86_64-unknown-linux-musl> checking for BZ2_bzCompressInit in -lbz2... no
2025-08-20T21:50:49.4207688Z [00:01:42.672]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -o ausearch ausearch.o auditd-config.o ausearch-llist.o ausearch-options.o ausearch-report.o ausearch-match.o ausearch-string.o ausearch-parse.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-lookup.o ausearch-avc.o ausearch-lol.o ausearch-checkpt.o  ../lib/.libs/libaudit.a ../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a ../common/.libs/libaucommon.a
2025-08-20T21:50:49.4226641Z [00:01:42.674]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -o aureport aureport.o auditd-config.o ausearch-llist.o aureport-options.o ausearch-string.o ausearch-parse.o aureport-scan.o aureport-output.o ausearch-lookup.o ausearch-int.o ausearch-time.o ausearch-nvpair.o ausearch-avc.o ausearch-lol.o  ../lib/.libs/libaudit.a ../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a ../common/.libs/libaucommon.a
2025-08-20T21:50:49.5030188Z [00:01:42.755]➜  file-static-x86_64-unknown-linux-musl> checking for lzma_stream_decoder in -llzma... no
2025-08-20T21:50:49.5120227Z [00:01:42.764]➜  db-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:50:49.6258273Z [00:01:42.877]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/src'
2025-08-20T21:50:49.6260793Z [00:01:42.877]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/src'
2025-08-20T21:50:49.6263107Z [00:01:42.877]➜  audit-static-x86_64-unknown-linux-musl> Making all in tools
2025-08-20T21:50:49.6267688Z [00:01:42.878]➜  file-static-x86_64-unknown-linux-musl> checking for ZSTD_createDStream in -lzstd... no
2025-08-20T21:50:49.6294494Z [00:01:42.881]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/tools'
2025-08-20T21:50:49.6380067Z [00:01:42.890]➜  audit-static-x86_64-unknown-linux-musl> Making all in aulast
2025-08-20T21:50:49.6410495Z [00:01:42.893]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/tools/aulast'
2025-08-20T21:50:49.6489902Z [00:01:42.901]➜  audit-static-x86_64-unknown-linux-musl> Making all in test
2025-08-20T21:50:49.6531013Z [00:01:42.905]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/tools/aulast/test'
2025-08-20T21:50:49.6539704Z [00:01:42.905]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../tools/aulast   -g -O2 -c -o aulast_llist_test.o aulast_llist_test.c
2025-08-20T21:50:49.6650899Z [00:01:42.917]➜  db-static-x86_64-unknown-linux-musl> checking for time_t... yes
2025-08-20T21:50:49.6672030Z [00:01:42.919]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../tools/aulast   -g -O2 -c -o ../../../tools/aulast/aulast-llist.o ../../../tools/aulast/aulast-llist.c
2025-08-20T21:50:49.7857228Z [00:01:43.037]➜  file-static-x86_64-unknown-linux-musl> checking for LZ_decompress_open in -llz... no
2025-08-20T21:50:49.8360342Z [00:01:43.088]➜  db-static-x86_64-unknown-linux-musl> checking size of unsigned long long... 8
2025-08-20T21:50:49.8954614Z [00:01:43.145]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -static  -o aulast_llist_test aulast_llist_test.o ../../../tools/aulast/aulast-llist.o
2025-08-20T21:50:49.9085619Z [00:01:43.160]➜  file-static-x86_64-unknown-linux-musl> checking for seccomp_init in -lseccomp... no
2025-08-20T21:50:49.9747674Z [00:01:43.226]➜  file-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:50:49.9786247Z [00:01:43.227]➜  file-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:50:50.0222111Z [00:01:43.274]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o aulast_llist_test aulast_llist_test.o ../../../tools/aulast/aulast-llist.o
2025-08-20T21:50:50.0828512Z [00:01:43.334]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/tools/aulast/test'
2025-08-20T21:50:50.0880156Z [00:01:43.340]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/tools/aulast'
2025-08-20T21:50:50.0906645Z [00:01:43.342]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../lib -I../../auparse  -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o aulast.o aulast.c
2025-08-20T21:50:50.4099649Z [00:01:43.661]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2   -o aulast aulast.o aulast-llist.o ../../auparse/libauparse.la
2025-08-20T21:50:50.4311487Z [00:01:43.682]➜  db-static-x86_64-unknown-linux-musl> checking size of size_t... 8
2025-08-20T21:50:50.5044467Z [00:01:43.756]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:50.5137471Z [00:01:43.765]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:50.5261744Z [00:01:43.778]➜  x86_64-unknown-linux-musl-binutils> checking target system type... i686-unknown-linux-gnu
2025-08-20T21:50:50.5543108Z [00:01:43.806]➜  db-static-x86_64-unknown-linux-musl> checking for ssize_t... yes
2025-08-20T21:50:50.5649240Z [00:01:43.817]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:50.5748135Z [00:01:43.827]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:50:50.5776091Z [00:01:43.829]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:50:50.5835841Z [00:01:43.835]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:50.5871600Z [00:01:43.839]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:50:50.5928255Z [00:01:43.844]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -o aulast aulast.o aulast-llist.o  ../../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a
2025-08-20T21:50:50.5997736Z [00:01:43.852]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:50:50.6165432Z [00:01:43.868]➜  db-static-x86_64-unknown-linux-musl> checking size of char *... 8
2025-08-20T21:50:50.6873870Z [00:01:43.939]➜  db-static-x86_64-unknown-linux-musl> checking for uintmax_t... yes
2025-08-20T21:50:50.7311653Z [00:01:43.982]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/tools/aulast'
2025-08-20T21:50:50.7319794Z [00:01:43.984]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/tools/aulast'
2025-08-20T21:50:50.7345671Z [00:01:43.986]➜  audit-static-x86_64-unknown-linux-musl> Making all in aulastlog
2025-08-20T21:50:50.7375823Z [00:01:43.989]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/tools/aulastlog'
2025-08-20T21:50:50.7381706Z [00:01:43.989]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../auparse  -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o aulastlog.o aulastlog.c
2025-08-20T21:50:50.7424806Z [00:01:43.993]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../auparse  -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o aulastlog-llist.o aulastlog-llist.c
2025-08-20T21:50:50.7703509Z [00:01:44.022]➜  db-static-x86_64-unknown-linux-musl> checking for u_char... yes
2025-08-20T21:50:50.8305556Z [00:01:44.079]➜  file-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:50:50.8313434Z [00:01:44.083]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:50:50.8340270Z [00:01:44.086]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:50:50.8713722Z [00:01:44.123]➜  file-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:50:50.8782490Z [00:01:44.130]➜  db-static-x86_64-unknown-linux-musl> checking for uintptr_t... yes
2025-08-20T21:50:50.8975425Z [00:01:44.149]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2   -o aulastlog aulastlog.o aulastlog-llist.o ../../auparse/libauparse.la
2025-08-20T21:50:50.9107200Z [00:01:44.162]➜  file-static-x86_64-unknown-linux-musl> config.status: creating magic/Makefile
2025-08-20T21:50:50.9119673Z [00:01:44.164]➜  db-static-x86_64-unknown-linux-musl> checking for u_short... yes
2025-08-20T21:50:50.9502537Z [00:01:44.202]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:50:50.9526746Z [00:01:44.204]➜  file-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:50:50.9894064Z [00:01:44.241]➜  file-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:50:51.0310073Z [00:01:44.283]➜  db-static-x86_64-unknown-linux-musl> checking for socklen_t... yes
2025-08-20T21:50:51.0395982Z [00:01:44.291]➜  db-static-x86_64-unknown-linux-musl> checking for u_int... yes
2025-08-20T21:50:51.0454919Z [00:01:44.297]➜  file-static-x86_64-unknown-linux-musl> config.status: creating python/Makefile
2025-08-20T21:50:51.0697877Z [00:01:44.321]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -o aulastlog aulastlog.o aulastlog-llist.o  ../../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a
2025-08-20T21:50:51.0784419Z [00:01:44.330]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:50:51.0927073Z [00:01:44.344]➜  db-static-x86_64-unknown-linux-musl> checking for ANSI C exit success/failure values... yes
2025-08-20T21:50:51.0998372Z [00:01:44.352]➜  file-static-x86_64-unknown-linux-musl> config.status: creating libmagic.pc
2025-08-20T21:50:51.1286148Z [00:01:44.380]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:50:51.1349017Z [00:01:44.387]➜  file-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:50:51.1702287Z [00:01:44.422]➜  file-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:50:51.1759659Z [00:01:44.428]➜  file-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:50:51.1833793Z [00:01:44.435]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/tools/aulastlog'
2025-08-20T21:50:51.1838697Z [00:01:44.435]➜  audit-static-x86_64-unknown-linux-musl> Making all in ausyscall
2025-08-20T21:50:51.1872968Z [00:01:44.439]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/tools/ausyscall'
2025-08-20T21:50:51.1895529Z [00:01:44.441]➜  audit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../../lib  -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -c -o ausyscall.o ausyscall.c
2025-08-20T21:50:51.1996310Z [00:01:44.451]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:50:51.2017236Z [00:01:44.453]➜  db-static-x86_64-unknown-linux-musl> checking for u_long... yes
2025-08-20T21:50:51.2079071Z [00:01:44.459]➜  db-static-x86_64-unknown-linux-musl> checking for getopt optreset variable... yes
2025-08-20T21:50:51.2678253Z [00:01:44.519]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:50:51.3282142Z [00:01:44.580]➜  file-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:50:51.3372949Z [00:01:44.589]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2   -o ausyscall ausyscall.o ../../lib/libaudit.la
2025-08-20T21:50:51.3404033Z [00:01:44.592]➜  file-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:50:51.3463611Z [00:01:44.598]➜  file-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:50:51.3504852Z [00:01:44.602]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45'
2025-08-20T21:50:51.3528203Z [00:01:44.604]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:50:51.3606625Z [00:01:44.610]➜  file-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:50:51.3664645Z [00:01:44.617]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/src'
2025-08-20T21:50:51.3666009Z [00:01:44.617]➜  file-static-x86_64-unknown-linux-musl> sed -e "s/X.YY/$(echo 5.45 | tr -d .)/" < ../src/magic.h.in > magic.h
2025-08-20T21:50:51.3754893Z [00:01:44.627]➜  file-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T21:50:51.3811772Z [00:01:44.633]➜  db-static-x86_64-unknown-linux-musl> checking for u_int8_t... yes
2025-08-20T21:50:51.3868805Z [00:01:44.639]➜  file-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/file-5.45/src'
2025-08-20T21:50:51.3883600Z [00:01:44.640]➜  file-static-x86_64-unknown-linux-musl>   CC       file.o
2025-08-20T21:50:51.3954531Z [00:01:44.646]➜  file-static-x86_64-unknown-linux-musl>   CC       seccomp.o
2025-08-20T21:50:51.3955814Z [00:01:44.646]➜  file-static-x86_64-unknown-linux-musl>   CC       buffer.lo
2025-08-20T21:50:51.3956919Z [00:01:44.646]➜  file-static-x86_64-unknown-linux-musl>   CC       magic.lo
2025-08-20T21:50:51.4018885Z [00:01:44.654]➜  file-static-x86_64-unknown-linux-musl>   CC       apprentice.lo
2025-08-20T21:50:51.4777506Z [00:01:44.729]➜  file-static-x86_64-unknown-linux-musl>   CC       softmagic.lo
2025-08-20T21:50:51.5240017Z [00:01:44.774]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:50:51.5675018Z [00:01:44.819]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -D_GNU_SOURCE -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -o ausyscall ausyscall.o  ../../lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a
2025-08-20T21:50:51.6240270Z [00:01:44.876]➜  db-static-x86_64-unknown-linux-musl> checking for u_int16_t... yes
2025-08-20T21:50:51.6542236Z [00:01:44.906]➜  db-static-x86_64-unknown-linux-musl> checking for mutexes... POSIX/pthreads/library
2025-08-20T21:50:51.7411534Z [00:01:44.993]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/tools/ausyscall'
2025-08-20T21:50:51.7503558Z [00:01:45.002]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/tools'
2025-08-20T21:50:51.7534921Z [00:01:45.002]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:50:51.7536871Z [00:01:45.002]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/tools'
2025-08-20T21:50:51.7538852Z [00:01:45.002]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/tools'
2025-08-20T21:50:51.7540363Z [00:01:45.002]➜  audit-static-x86_64-unknown-linux-musl> Making all in bindings
2025-08-20T21:50:51.7542148Z [00:01:45.005]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/bindings'
2025-08-20T21:50:51.7547595Z [00:01:45.007]➜  db-static-x86_64-unknown-linux-musl> checking for pthread.h... yes
2025-08-20T21:50:51.7757451Z [00:01:45.027]➜  audit-static-x86_64-unknown-linux-musl> Making all in python
2025-08-20T21:50:51.7814873Z [00:01:45.030]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/bindings/python'
2025-08-20T21:50:51.7966737Z [00:01:45.048]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/bindings/python'
2025-08-20T21:50:51.7968373Z [00:01:45.048]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all-am'.
2025-08-20T21:50:51.7970184Z [00:01:45.048]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/bindings/python'
2025-08-20T21:50:51.8017865Z [00:01:45.054]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/bindings/python'
2025-08-20T21:50:51.8054633Z [00:01:45.054]➜  audit-static-x86_64-unknown-linux-musl> Making all in golang
2025-08-20T21:50:51.8056274Z [00:01:45.054]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:50:51.8062449Z [00:01:45.058]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/bindings/golang'
2025-08-20T21:50:51.8117773Z [00:01:45.064]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:50:51.8122930Z [00:01:45.064]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/bindings/golang'
2025-08-20T21:50:51.8184714Z [00:01:45.065]➜  audit-static-x86_64-unknown-linux-musl> Making all in swig
2025-08-20T21:50:51.8186278Z [00:01:45.068]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/bindings/swig'
2025-08-20T21:50:51.8187691Z [00:01:45.070]➜  file-static-x86_64-unknown-linux-musl>   CC       ascmagic.lo
2025-08-20T21:50:51.8327369Z [00:01:45.084]➜  audit-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:50:51.8454050Z [00:01:45.096]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/bindings/swig/src'
2025-08-20T21:50:51.8455347Z [00:01:45.096]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all'.
2025-08-20T21:50:51.8456838Z [00:01:45.096]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/bindings/swig/src'
2025-08-20T21:50:51.8458112Z [00:01:45.096]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/bindings/swig'
2025-08-20T21:50:51.8459290Z [00:01:45.096]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all-am'.
2025-08-20T21:50:51.8460500Z [00:01:45.096]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/bindings/swig'
2025-08-20T21:50:51.8461768Z [00:01:45.096]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/bindings/swig'
2025-08-20T21:50:51.8479030Z [00:01:45.098]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/bindings'
2025-08-20T21:50:51.8493837Z [00:01:45.098]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:50:51.8495428Z [00:01:45.099]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/bindings'
2025-08-20T21:50:51.8496934Z [00:01:45.099]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/bindings'
2025-08-20T21:50:51.8544564Z [00:01:45.105]➜  audit-static-x86_64-unknown-linux-musl> Making all in init.d
2025-08-20T21:50:51.8586529Z [00:01:45.110]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/init.d'
2025-08-20T21:50:51.8587958Z [00:01:45.110]➜  audit-static-x86_64-unknown-linux-musl> sed \
2025-08-20T21:50:51.8589916Z [00:01:45.110]➜  audit-static-x86_64-unknown-linux-musl>         -e 's![@]runstatedir[@]!/nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/var/run!' \
2025-08-20T21:50:51.8592691Z [00:01:45.110]➜  audit-static-x86_64-unknown-linux-musl>         -e 's![@]sbindir[@]!/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin!' \
2025-08-20T21:50:51.8595536Z [00:01:45.110]➜  audit-static-x86_64-unknown-linux-musl>         -e 's![@]sysconfdir[@]!/nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc!' \
2025-08-20T21:50:51.8597361Z [00:01:45.110]➜  audit-static-x86_64-unknown-linux-musl>         auditd.service.in > auditd.service
2025-08-20T21:50:51.8598594Z [00:01:45.110]➜  db-static-x86_64-unknown-linux-musl> checking for int16_t... yes
2025-08-20T21:50:51.8614975Z [00:01:45.113]➜  audit-static-x86_64-unknown-linux-musl> sed \
2025-08-20T21:50:51.8617052Z [00:01:45.113]➜  audit-static-x86_64-unknown-linux-musl>         -e 's![@]runstatedir[@]!/nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/var/run!' \
2025-08-20T21:50:51.8619658Z [00:01:45.113]➜  audit-static-x86_64-unknown-linux-musl>         -e 's![@]sbindir[@]!/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin!' \
2025-08-20T21:50:51.8622495Z [00:01:45.113]➜  audit-static-x86_64-unknown-linux-musl>         -e 's![@]sysconfdir[@]!/nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc!' \
2025-08-20T21:50:51.8624786Z [00:01:45.113]➜  audit-static-x86_64-unknown-linux-musl>         audit-rules.service.in > audit-rules.service
2025-08-20T21:50:51.8737508Z [00:01:45.125]➜  audit-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T21:50:51.8821520Z [00:01:45.134]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/init.d'
2025-08-20T21:50:51.8823152Z [00:01:45.134]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:50:51.8824825Z [00:01:45.134]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/init.d'
2025-08-20T21:50:51.8826327Z [00:01:45.134]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/init.d'
2025-08-20T21:50:51.8884944Z [00:01:45.140]➜  audit-static-x86_64-unknown-linux-musl> Making all in m4
2025-08-20T21:50:51.8918362Z [00:01:45.144]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/m4'
2025-08-20T21:50:51.8919905Z [00:01:45.144]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:51.8921365Z [00:01:45.144]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/m4'
2025-08-20T21:50:51.8922616Z [00:01:45.144]➜  audit-static-x86_64-unknown-linux-musl> Making all in docs
2025-08-20T21:50:51.8974152Z [00:01:45.149]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/docs'
2025-08-20T21:50:51.9000167Z [00:01:45.152]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:51.9002054Z [00:01:45.152]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/docs'
2025-08-20T21:50:51.9003899Z [00:01:45.152]➜  audit-static-x86_64-unknown-linux-musl> Making all in rules
2025-08-20T21:50:51.9104878Z [00:01:45.159]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/rules'
2025-08-20T21:50:51.9126030Z [00:01:45.159]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:51.9127293Z [00:01:45.159]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/rules'
2025-08-20T21:50:51.9128766Z [00:01:45.164]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source'
2025-08-20T21:50:51.9159436Z [00:01:45.168]➜  db-static-x86_64-unknown-linux-musl> checking for main in -lpthread... yes
2025-08-20T21:50:51.9212783Z [00:01:45.173]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:50:51.9296140Z [00:01:45.181]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source'
2025-08-20T21:50:51.9395455Z [00:01:45.188]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source'
2025-08-20T21:50:51.9455013Z [00:01:45.196]➜  audit-static-x86_64-unknown-linux-musl> buildPhase completed in 37 seconds
2025-08-20T21:50:51.9456594Z [00:01:45.196]➜  audit-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:50:51.9814746Z [00:01:45.233]➜  audit-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/lib/pkgconfig m4datadir=/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/share/aclocal aclocaldir=/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/share/aclocal install
2025-08-20T21:50:52.0019459Z [00:01:45.254]➜  audit-static-x86_64-unknown-linux-musl> Making install in common
2025-08-20T21:50:52.0080450Z [00:01:45.260]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/common'
2025-08-20T21:50:52.0206067Z [00:01:45.272]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/common'
2025-08-20T21:50:52.0207693Z [00:01:45.272]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:52.0209200Z [00:01:45.272]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:52.0210634Z [00:01:45.272]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/common'
2025-08-20T21:50:52.0212057Z [00:01:45.272]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/common'
2025-08-20T21:50:52.0213430Z [00:01:45.272]➜  audit-static-x86_64-unknown-linux-musl> Making install in lib
2025-08-20T21:50:52.0327530Z [00:01:45.284]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/lib'
2025-08-20T21:50:52.0328890Z [00:01:45.285]➜  audit-static-x86_64-unknown-linux-musl> make  install-recursive
2025-08-20T21:50:52.0475878Z [00:01:45.297]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/lib'
2025-08-20T21:50:52.0695443Z [00:01:45.320]➜  audit-static-x86_64-unknown-linux-musl> Making install in .
2025-08-20T21:50:52.0795142Z [00:01:45.328]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/lib'
2025-08-20T21:50:52.0887097Z [00:01:45.340]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/lib'
2025-08-20T21:50:52.0916320Z [00:01:45.340]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib'
2025-08-20T21:50:52.0920332Z [00:01:45.342]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/include'
2025-08-20T21:50:52.0924117Z [00:01:45.343]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/lib/pkgconfig'
2025-08-20T21:50:52.1037510Z [00:01:45.355]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libaudit.la '/nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib'
2025-08-20T21:50:52.1131597Z [00:01:45.360]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libaudit.h audit_logging.h audit-records.h '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/include'
2025-08-20T21:50:52.1135892Z [00:01:45.364]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 audit.pc '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/lib/pkgconfig'
2025-08-20T21:50:52.1188211Z [00:01:45.371]➜  db-static-x86_64-unknown-linux-musl> checking for u_int32_t... yes
2025-08-20T21:50:52.1579325Z [00:01:45.410]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:50:52.1655995Z [00:01:45.416]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:50:52.1671777Z [00:01:45.419]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:50:52.1740610Z [00:01:45.424]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:50:52.1745621Z [00:01:45.426]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:50:52.2047331Z [00:01:45.456]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:50:52.2092091Z [00:01:45.461]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:50:52.2111037Z [00:01:45.463]➜  file-static-x86_64-unknown-linux-musl>   CC       encoding.lo
2025-08-20T21:50:52.2130389Z [00:01:45.465]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:50:52.2158746Z [00:01:45.467]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libaudit.lai /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libaudit.la
2025-08-20T21:50:52.2195352Z [00:01:45.471]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:50:52.2200335Z [00:01:45.471]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:50:52.2279127Z [00:01:45.479]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libaudit.a /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libaudit.a
2025-08-20T21:50:52.2424573Z [00:01:45.493]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:50:52.2431469Z [00:01:45.493]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libaudit.a
2025-08-20T21:50:52.2537155Z [00:01:45.502]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libaudit.a
2025-08-20T21:50:52.2605481Z [00:01:45.512]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:50:52.2778846Z [00:01:45.530]➜  db-static-x86_64-unknown-linux-musl> checking for atomic operations... no
2025-08-20T21:50:52.3078370Z [00:01:45.559]➜  db-static-x86_64-unknown-linux-musl> checking for int32_t... yes
2025-08-20T21:50:52.3644183Z [00:01:45.616]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:50:52.3650062Z [00:01:45.616]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:50:52.3652932Z [00:01:45.616]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:50:52.3886660Z [00:01:45.638]➜  audit-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib
2025-08-20T21:50:52.3952239Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:50:52.3966180Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:50:52.3967907Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl>    /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib
2025-08-20T21:50:52.3969232Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:52.3970293Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:50:52.3971664Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:50:52.3973525Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:50:52.3974943Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:50:52.3976266Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:50:52.3977325Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:50:52.3978420Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:50:52.3979411Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:50:52.3980405Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:50:52.3981267Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:52.3982299Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:50:52.4008150Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:50:52.4009630Z [00:01:45.642]➜  audit-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:50:52.4010843Z [00:01:45.645]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/lib'
2025-08-20T21:50:52.4012008Z [00:01:45.645]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/lib'
2025-08-20T21:50:52.4013035Z [00:01:45.647]➜  audit-static-x86_64-unknown-linux-musl> Making install in test
2025-08-20T21:50:52.4060042Z [00:01:45.658]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/lib/test'
2025-08-20T21:50:52.4211299Z [00:01:45.673]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/lib/test'
2025-08-20T21:50:52.4213165Z [00:01:45.673]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:52.4214856Z [00:01:45.673]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:52.4216621Z [00:01:45.673]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/lib/test'
2025-08-20T21:50:52.4218008Z [00:01:45.673]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/lib/test'
2025-08-20T21:50:52.4219391Z [00:01:45.673]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/lib'
2025-08-20T21:50:52.4220744Z [00:01:45.673]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/lib'
2025-08-20T21:50:52.4221954Z [00:01:45.673]➜  audit-static-x86_64-unknown-linux-musl> Making install in auparse
2025-08-20T21:50:52.4311738Z [00:01:45.683]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/auparse'
2025-08-20T21:50:52.4354364Z [00:01:45.687]➜  audit-static-x86_64-unknown-linux-musl> make  install-recursive
2025-08-20T21:50:52.4434911Z [00:01:45.695]➜  file-static-x86_64-unknown-linux-musl>   CC       compress.lo
2025-08-20T21:50:52.4488107Z [00:01:45.701]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/auparse'
2025-08-20T21:50:52.4680249Z [00:01:45.720]➜  db-static-x86_64-unknown-linux-musl> checking for library containing sched_yield... none required
2025-08-20T21:50:52.4684123Z [00:01:45.720]➜  audit-static-x86_64-unknown-linux-musl> Making install in .
2025-08-20T21:50:52.4926934Z [00:01:45.744]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/auparse'
2025-08-20T21:50:52.5076847Z [00:01:45.759]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/auparse'
2025-08-20T21:50:52.5112028Z [00:01:45.763]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/include'
2025-08-20T21:50:52.5116390Z [00:01:45.763]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/lib/pkgconfig'
2025-08-20T21:50:52.5120042Z [00:01:45.763]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib'
2025-08-20T21:50:52.5178037Z [00:01:45.769]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libauparse.la '/nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib'
2025-08-20T21:50:52.5246090Z [00:01:45.776]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 auparse.h auparse-defs.h '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/include'
2025-08-20T21:50:52.5309659Z [00:01:45.782]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 auparse.pc '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/lib/pkgconfig'
2025-08-20T21:50:52.5515261Z [00:01:45.803]➜  file-static-x86_64-unknown-linux-musl>   CC       is_csv.lo
2025-08-20T21:50:52.5545652Z [00:01:45.806]➜  db-static-x86_64-unknown-linux-musl> checking for u_int64_t... yes
2025-08-20T21:50:52.5746488Z [00:01:45.826]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:50:52.6402871Z [00:01:45.891]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libauparse.lai /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libauparse.la
2025-08-20T21:50:52.6537011Z [00:01:45.905]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libauparse.a /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libauparse.a
2025-08-20T21:50:52.6540012Z [00:01:45.905]➜  db-static-x86_64-unknown-linux-musl> checking for library containing fdatasync... none required
2025-08-20T21:50:52.6654873Z [00:01:45.917]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libauparse.a
2025-08-20T21:50:52.6741360Z [00:01:45.926]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libauparse.a
2025-08-20T21:50:52.7676375Z [00:01:46.019]➜  db-static-x86_64-unknown-linux-musl> checking for int64_t... yes
2025-08-20T21:50:52.7856869Z [00:01:46.037]➜  db-static-x86_64-unknown-linux-musl> checking for library containing getaddrinfo... none required
2025-08-20T21:50:52.8059001Z [00:01:46.058]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:50:52.8620007Z [00:01:46.112]➜  audit-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib
2025-08-20T21:50:52.8666899Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:50:52.8668138Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:50:52.8669688Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl>    /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib
2025-08-20T21:50:52.8677889Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:52.8679060Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:50:52.8680553Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:50:52.8682052Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:50:52.8693814Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:50:52.8717847Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:50:52.8719035Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:50:52.8720268Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:50:52.8721414Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:50:52.8722537Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:50:52.8723780Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:52.8724960Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:50:52.8726476Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:50:52.8728209Z [00:01:46.115]➜  audit-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:50:52.8729633Z [00:01:46.119]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/auparse'
2025-08-20T21:50:52.8730992Z [00:01:46.119]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/auparse'
2025-08-20T21:50:52.8732116Z [00:01:46.121]➜  audit-static-x86_64-unknown-linux-musl> Making install in test
2025-08-20T21:50:52.8784545Z [00:01:46.130]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/auparse/test'
2025-08-20T21:50:52.8852466Z [00:01:46.137]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/auparse/test'
2025-08-20T21:50:52.8904061Z [00:01:46.142]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:52.8909978Z [00:01:46.142]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:52.8947933Z [00:01:46.142]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/auparse/test'
2025-08-20T21:50:52.8950070Z [00:01:46.142]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/auparse/test'
2025-08-20T21:50:52.8952056Z [00:01:46.142]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/auparse'
2025-08-20T21:50:52.8953830Z [00:01:46.143]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/auparse'
2025-08-20T21:50:52.8955109Z [00:01:46.143]➜  audit-static-x86_64-unknown-linux-musl> Making install in audisp
2025-08-20T21:50:52.8956358Z [00:01:46.146]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/audisp'
2025-08-20T21:50:52.9098512Z [00:01:46.162]➜  audit-static-x86_64-unknown-linux-musl> Making install in .
2025-08-20T21:50:52.9145075Z [00:01:46.166]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/audisp'
2025-08-20T21:50:52.9246040Z [00:01:46.176]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp'
2025-08-20T21:50:52.9248642Z [00:01:46.177]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:52.9256173Z [00:01:46.177]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:52.9315131Z [00:01:46.183]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp'
2025-08-20T21:50:52.9316752Z [00:01:46.183]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/audisp'
2025-08-20T21:50:52.9318034Z [00:01:46.183]➜  audit-static-x86_64-unknown-linux-musl> Making install in test
2025-08-20T21:50:52.9319527Z [00:01:46.183]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/audisp/test'
2025-08-20T21:50:52.9333123Z [00:01:46.185]➜  db-static-x86_64-unknown-linux-musl> checking for library containing hstrerror... none required
2025-08-20T21:50:52.9432674Z [00:01:46.195]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/test'
2025-08-20T21:50:52.9440126Z [00:01:46.196]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:52.9469455Z [00:01:46.198]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:52.9475601Z [00:01:46.199]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/test'
2025-08-20T21:50:52.9478898Z [00:01:46.200]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/audisp/test'
2025-08-20T21:50:52.9481417Z [00:01:46.200]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/audisp'
2025-08-20T21:50:52.9482538Z [00:01:46.200]➜  audit-static-x86_64-unknown-linux-musl> Making install in auplugin
2025-08-20T21:50:52.9599691Z [00:01:46.209]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/auplugin'
2025-08-20T21:50:52.9673705Z [00:01:46.219]➜  audit-static-x86_64-unknown-linux-musl> Making install in test
2025-08-20T21:50:52.9705577Z [00:01:46.222]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/auplugin/test'
2025-08-20T21:50:52.9830473Z [00:01:46.235]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/auplugin/test'
2025-08-20T21:50:52.9837148Z [00:01:46.235]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:52.9843554Z [00:01:46.236]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:52.9850083Z [00:01:46.237]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/auplugin/test'
2025-08-20T21:50:52.9860238Z [00:01:46.238]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/auplugin/test'
2025-08-20T21:50:52.9925480Z [00:01:46.244]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/auplugin'
2025-08-20T21:50:53.0001321Z [00:01:46.252]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/auplugin'
2025-08-20T21:50:53.0038911Z [00:01:46.256]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib'
2025-08-20T21:50:53.0071504Z [00:01:46.259]➜  db-static-x86_64-unknown-linux-musl> checking for FILE *... yes
2025-08-20T21:50:53.0090652Z [00:01:46.260]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libauplugin.la '/nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib'
2025-08-20T21:50:53.0129093Z [00:01:46.264]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/include'
2025-08-20T21:50:53.0289352Z [00:01:46.280]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 auplugin.h '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/include'
2025-08-20T21:50:53.0642705Z [00:01:46.315]➜  file-static-x86_64-unknown-linux-musl>   CC       is_json.lo
2025-08-20T21:50:53.0835942Z [00:01:46.335]➜  file-static-x86_64-unknown-linux-musl>   CC       is_simh.lo
2025-08-20T21:50:53.1053163Z [00:01:46.357]➜  db-static-x86_64-unknown-linux-musl> checking for main in -lm... yes
2025-08-20T21:50:53.1072748Z [00:01:46.359]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libauplugin.lai /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libauplugin.la
2025-08-20T21:50:53.1185048Z [00:01:46.370]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libauplugin.a /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libauplugin.a
2025-08-20T21:50:53.1305681Z [00:01:46.382]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libauplugin.a
2025-08-20T21:50:53.1439263Z [00:01:46.396]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib/libauplugin.a
2025-08-20T21:50:53.3225921Z [00:01:46.572]➜  audit-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib
2025-08-20T21:50:53.3423811Z [00:01:46.572]➜  db-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T21:50:53.3425069Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:50:53.3426299Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:50:53.3427956Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl>    /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib
2025-08-20T21:50:53.3429335Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:53.3430482Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:50:53.3431900Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:50:53.3433556Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:50:53.3434943Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:50:53.3436262Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:50:53.3437371Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:50:53.3438511Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:50:53.3439599Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:50:53.3440961Z [00:01:46.579]➜  audit-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:50:53.3441960Z [00:01:46.580]➜  audit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:50:53.3443117Z [00:01:46.580]➜  audit-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:50:53.3535398Z [00:01:46.580]➜  audit-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:50:53.3536950Z [00:01:46.583]➜  audit-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:50:53.3538265Z [00:01:46.583]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/auplugin'
2025-08-20T21:50:53.3539503Z [00:01:46.583]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/auplugin'
2025-08-20T21:50:53.3540755Z [00:01:46.585]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/auplugin'
2025-08-20T21:50:53.3541869Z [00:01:46.585]➜  audit-static-x86_64-unknown-linux-musl> Making install in audisp/plugins
2025-08-20T21:50:53.3543078Z [00:01:46.587]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/audisp/plugins'
2025-08-20T21:50:53.3705169Z [00:01:46.608]➜  db-static-x86_64-unknown-linux-musl> checking for main in -lnsl... no
2025-08-20T21:50:53.3706500Z [00:01:46.615]➜  audit-static-x86_64-unknown-linux-musl> Making install in af_unix
2025-08-20T21:50:53.3707877Z [00:01:46.619]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/audisp/plugins/af_unix'
2025-08-20T21:50:53.3885324Z [00:01:46.640]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/plugins/af_unix'
2025-08-20T21:50:53.3936201Z [00:01:46.645]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:53.4149044Z [00:01:46.666]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:53.4236481Z [00:01:46.675]➜  audit-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c audisp-af_unix '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:53.4508555Z [00:01:46.702]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 audisp-af_unix.8 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:53.4576274Z [00:01:46.709]➜  audit-static-x86_64-unknown-linux-musl> make  install-data-hook
2025-08-20T21:50:53.4856070Z [00:01:46.735]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/audisp/plugins/af_unix'
2025-08-20T21:50:53.4966229Z [00:01:46.735]➜  audit-static-x86_64-unknown-linux-musl> mkdir -p -m 0750 /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit/plugins.d
2025-08-20T21:50:53.4968453Z [00:01:46.735]➜  audit-static-x86_64-unknown-linux-musl> for i in af_unix.conf; do \
2025-08-20T21:50:53.4970746Z [00:01:46.735]➜  audit-static-x86_64-unknown-linux-musl>         /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 -D -m 640 ./"$i" \
2025-08-20T21:50:53.4973416Z [00:01:46.735]➜  audit-static-x86_64-unknown-linux-musl>                 /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit/plugins.d; \
2025-08-20T21:50:53.4975467Z [00:01:46.735]➜  audit-static-x86_64-unknown-linux-musl> done
2025-08-20T21:50:53.4976908Z [00:01:46.748]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/audisp/plugins/af_unix'
2025-08-20T21:50:53.5722373Z [00:01:46.824]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c audisp-af_unix /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/audisp-af_unix
2025-08-20T21:50:53.5845940Z [00:01:46.831]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/plugins/af_unix'
2025-08-20T21:50:53.5849942Z [00:01:46.832]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/audisp/plugins/af_unix'
2025-08-20T21:50:53.5851932Z [00:01:46.832]➜  audit-static-x86_64-unknown-linux-musl> Making install in remote
2025-08-20T21:50:53.5954991Z [00:01:46.844]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/audisp/plugins/remote'
2025-08-20T21:50:53.5964907Z [00:01:46.844]➜  db-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T21:50:53.6107018Z [00:01:46.862]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/plugins/remote'
2025-08-20T21:50:53.6128269Z [00:01:46.864]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:53.6230269Z [00:01:46.875]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man5'
2025-08-20T21:50:53.6304298Z [00:01:46.882]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:53.6364306Z [00:01:46.888]➜  db-static-x86_64-unknown-linux-musl> checking for main in -lsocket... no
2025-08-20T21:50:53.6376545Z [00:01:46.889]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 audisp-remote.conf.5 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man5'
2025-08-20T21:50:53.6405482Z [00:01:46.892]➜  audit-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c audisp-remote '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:53.6446288Z [00:01:46.896]➜  file-static-x86_64-unknown-linux-musl>   CC       is_tar.lo
2025-08-20T21:50:53.6521386Z [00:01:46.904]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 audisp-remote.8 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:53.6574933Z [00:01:46.909]➜  audit-static-x86_64-unknown-linux-musl> make  install-data-hook
2025-08-20T21:50:53.6652812Z [00:01:46.917]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/audisp/plugins/remote'
2025-08-20T21:50:53.6667130Z [00:01:46.918]➜  audit-static-x86_64-unknown-linux-musl> mkdir -p -m 0750 /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit/plugins.d
2025-08-20T21:50:53.6696346Z [00:01:46.921]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 -D -m 640 ./au-remote.conf /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit/plugins.d
2025-08-20T21:50:53.6777957Z [00:01:46.929]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 -D -m 640 ./audisp-remote.conf /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit
2025-08-20T21:50:53.6912294Z [00:01:46.943]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/audisp/plugins/remote'
2025-08-20T21:50:53.7193759Z [00:01:46.969]➜  file-static-x86_64-unknown-linux-musl>   CC       readelf.lo
2025-08-20T21:50:53.8312390Z [00:01:47.079]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c audisp-remote /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/audisp-remote
2025-08-20T21:50:53.8320694Z [00:01:47.084]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/plugins/remote'
2025-08-20T21:50:53.8322867Z [00:01:47.084]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/audisp/plugins/remote'
2025-08-20T21:50:53.8329729Z [00:01:47.085]➜  audit-static-x86_64-unknown-linux-musl> Making install in syslog
2025-08-20T21:50:53.8417797Z [00:01:47.090]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/audisp/plugins/syslog'
2025-08-20T21:50:53.8456431Z [00:01:47.095]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/plugins/syslog'
2025-08-20T21:50:53.8459225Z [00:01:47.097]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:53.8616419Z [00:01:47.113]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:53.8644809Z [00:01:47.114]➜  db-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:50:53.8840698Z [00:01:47.136]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 audisp-syslog.8 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:53.8959169Z [00:01:47.147]➜  audit-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c audisp-syslog '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:53.8971595Z [00:01:47.149]➜  audit-static-x86_64-unknown-linux-musl> make  install-data-hook
2025-08-20T21:50:53.9051158Z [00:01:47.157]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/audisp/plugins/syslog'
2025-08-20T21:50:53.9056219Z [00:01:47.157]➜  audit-static-x86_64-unknown-linux-musl> mkdir -p -m 0750 /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit/plugins.d
2025-08-20T21:50:53.9141437Z [00:01:47.164]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 -D -m 640 ./syslog.conf /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit/plugins.d
2025-08-20T21:50:53.9276355Z [00:01:47.179]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/audisp/plugins/syslog'
2025-08-20T21:50:53.9340427Z [00:01:47.186]➜  file-static-x86_64-unknown-linux-musl>   CC       print.lo
2025-08-20T21:50:53.9643515Z [00:01:47.215]➜  db-static-x86_64-unknown-linux-musl> checking for abort... yes
2025-08-20T21:50:54.0278972Z [00:01:47.279]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c audisp-syslog /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/audisp-syslog
2025-08-20T21:50:54.0332427Z [00:01:47.285]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/plugins/syslog'
2025-08-20T21:50:54.0334403Z [00:01:47.285]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/audisp/plugins/syslog'
2025-08-20T21:50:54.0340118Z [00:01:47.285]➜  audit-static-x86_64-unknown-linux-musl> Making install in filter
2025-08-20T21:50:54.0392926Z [00:01:47.291]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/audisp/plugins/filter'
2025-08-20T21:50:54.0488013Z [00:01:47.300]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/plugins/filter'
2025-08-20T21:50:54.0570522Z [00:01:47.309]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:54.0600089Z [00:01:47.312]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:54.0847962Z [00:01:47.333]➜  audit-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c audisp-filter '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:54.0874249Z [00:01:47.333]➜  db-static-x86_64-unknown-linux-musl> checking for time_t... yes
2025-08-20T21:50:54.0877166Z [00:01:47.339]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 audisp-filter.8 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:54.0954396Z [00:01:47.347]➜  audit-static-x86_64-unknown-linux-musl> make  install-data-hook
2025-08-20T21:50:54.1030601Z [00:01:47.355]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/audisp/plugins/filter'
2025-08-20T21:50:54.1044152Z [00:01:47.355]➜  audit-static-x86_64-unknown-linux-musl> mkdir -p -m 0750 /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit/plugins.d
2025-08-20T21:50:54.1105128Z [00:01:47.362]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 -D -m 640 ./filter.conf /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit/plugins.d
2025-08-20T21:50:54.1153568Z [00:01:47.367]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 -D -m 640 ./audisp-filter.conf /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit
2025-08-20T21:50:54.1208291Z [00:01:47.373]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/audisp/plugins/filter'
2025-08-20T21:50:54.1584929Z [00:01:47.410]➜  db-static-x86_64-unknown-linux-musl> checking for atoi... yes
2025-08-20T21:50:54.2087985Z [00:01:47.460]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c audisp-filter /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/audisp-filter
2025-08-20T21:50:54.2135915Z [00:01:47.465]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/plugins/filter'
2025-08-20T21:50:54.2137973Z [00:01:47.465]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/audisp/plugins/filter'
2025-08-20T21:50:54.2225232Z [00:01:47.474]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/audisp/plugins'
2025-08-20T21:50:54.2233629Z [00:01:47.475]➜  file-static-x86_64-unknown-linux-musl>   CC       fsmagic.lo
2025-08-20T21:50:54.2305841Z [00:01:47.482]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/audisp/plugins'
2025-08-20T21:50:54.2388426Z [00:01:47.489]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:54.2390119Z [00:01:47.489]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:54.2391762Z [00:01:47.489]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/audisp/plugins'
2025-08-20T21:50:54.2393453Z [00:01:47.489]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/audisp/plugins'
2025-08-20T21:50:54.2395127Z [00:01:47.489]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/audisp/plugins'
2025-08-20T21:50:54.2396306Z [00:01:47.489]➜  audit-static-x86_64-unknown-linux-musl> Making install in src/libev
2025-08-20T21:50:54.2434861Z [00:01:47.495]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/src/libev'
2025-08-20T21:50:54.2553177Z [00:01:47.507]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/src/libev'
2025-08-20T21:50:54.2576450Z [00:01:47.509]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:54.2581891Z [00:01:47.509]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:54.2591937Z [00:01:47.509]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/src/libev'
2025-08-20T21:50:54.2602759Z [00:01:47.512]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/src/libev'
2025-08-20T21:50:54.2626343Z [00:01:47.512]➜  audit-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:50:54.2694823Z [00:01:47.519]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/src'
2025-08-20T21:50:54.2726335Z [00:01:47.524]➜  audit-static-x86_64-unknown-linux-musl> Making install in test
2025-08-20T21:50:54.2814010Z [00:01:47.530]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/src/test'
2025-08-20T21:50:54.2850398Z [00:01:47.534]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/src/test'
2025-08-20T21:50:54.2851929Z [00:01:47.536]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:54.2853619Z [00:01:47.537]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:54.2855236Z [00:01:47.537]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/src/test'
2025-08-20T21:50:54.2856733Z [00:01:47.537]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/src/test'
2025-08-20T21:50:54.2925803Z [00:01:47.544]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/src'
2025-08-20T21:50:54.2927069Z [00:01:47.544]➜  audit-static-x86_64-unknown-linux-musl> make -C libev
2025-08-20T21:50:54.2994314Z [00:01:47.551]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/src/libev'
2025-08-20T21:50:54.2995836Z [00:01:47.551]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:50:54.2997249Z [00:01:47.551]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/src/libev'
2025-08-20T21:50:54.3034618Z [00:01:47.555]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z,relro -Wl,-z,now  -o auditd auditd-auditd.o auditd-auditd-event.o auditd-auditd-config.o auditd-auditd-reconfig.o auditd-auditd-sendmail.o auditd-auditd-dispatch.o auditd-auditd-listen.o ../src/libev/libev.la ../audisp/libdisp.la ../lib/libaudit.la ../auparse/libauparse.la -lpthread -lm  ../common/libaucommon.la
2025-08-20T21:50:54.3366487Z [00:01:47.588]➜  db-static-x86_64-unknown-linux-musl> checking for atol... yes
2025-08-20T21:50:54.5355467Z [00:01:47.787]➜  db-static-x86_64-unknown-linux-musl> checking for getcwd... yes
2025-08-20T21:50:54.7120871Z [00:01:47.964]➜  db-static-x86_64-unknown-linux-musl> checking for getenv... yes
2025-08-20T21:50:54.7182811Z [00:01:47.969]➜  file-static-x86_64-unknown-linux-musl>   CC       funcs.lo
2025-08-20T21:50:54.7192417Z [00:01:47.970]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o auditd auditd-auditd.o auditd-auditd-event.o auditd-auditd-config.o auditd-auditd-reconfig.o auditd-auditd-sendmail.o auditd-auditd-dispatch.o auditd-auditd-listen.o  ../src/libev/.libs/libev.a ../audisp/.libs/libdisp.a ../lib/.libs/libaudit.a ../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a -lpthread -lm ../common/.libs/libaucommon.a -pthread
2025-08-20T21:50:54.7606754Z [00:01:48.012]➜  file-static-x86_64-unknown-linux-musl>   CC       apptype.lo
2025-08-20T21:50:54.8253567Z [00:01:48.077]➜  db-static-x86_64-unknown-linux-musl> checking for getopt... yes
2025-08-20T21:50:54.9181969Z [00:01:48.169]➜  file-static-x86_64-unknown-linux-musl>   CC       der.lo
2025-08-20T21:50:55.0106742Z [00:01:48.262]➜  db-static-x86_64-unknown-linux-musl> checking for isalpha... yes
2025-08-20T21:50:55.0112895Z [00:01:48.263]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/src'
2025-08-20T21:50:55.0114574Z [00:01:48.263]➜  audit-static-x86_64-unknown-linux-musl> make -C libev
2025-08-20T21:50:55.0124994Z [00:01:48.264]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:50:55.0205538Z [00:01:48.272]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:50:55.0258248Z [00:01:48.272]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:50:55.0278171Z [00:01:48.272]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:55.0288201Z [00:01:48.274]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/src/libev'
2025-08-20T21:50:55.0302174Z [00:01:48.274]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all'.
2025-08-20T21:50:55.0316703Z [00:01:48.274]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/src/libev'
2025-08-20T21:50:55.0418945Z [00:01:48.290]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pthread -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z,relro -Wl,-z,now  -o auditd auditd-auditd.o auditd-auditd-event.o auditd-auditd-config.o auditd-auditd-reconfig.o auditd-auditd-sendmail.o auditd-auditd-dispatch.o auditd-auditd-listen.o ../src/libev/libev.la ../audisp/libdisp.la ../lib/libaudit.la ../auparse/libauparse.la -lpthread -lm  ../common/libaucommon.la
2025-08-20T21:50:55.0611648Z [00:01:48.313]➜  db-static-x86_64-unknown-linux-musl> checking size of size_t... 8
2025-08-20T21:50:55.1406203Z [00:01:48.392]➜  file-static-x86_64-unknown-linux-musl>   CC       cdf.lo
2025-08-20T21:50:55.2271511Z [00:01:48.479]➜  db-static-x86_64-unknown-linux-musl> checking for isdigit... yes
2025-08-20T21:50:55.2322843Z [00:01:48.484]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:50:55.2327654Z [00:01:48.484]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:50:55.2764948Z [00:01:48.528]➜  db-static-x86_64-unknown-linux-musl> checking for ssize_t... yes
2025-08-20T21:50:55.3701077Z [00:01:48.622]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:50:55.3706863Z [00:01:48.622]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:50:55.3764808Z [00:01:48.625]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:50:55.3765753Z [00:01:48.626]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:50:55.3766651Z [00:01:48.626]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:50:55.3805239Z [00:01:48.632]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:55.3834286Z [00:01:48.633]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:50:55.3835446Z [00:01:48.634]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:50:55.3844463Z [00:01:48.636]➜  db-static-x86_64-unknown-linux-musl> checking for isprint... yes
2025-08-20T21:50:55.3874339Z [00:01:48.637]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:50:55.3924485Z [00:01:48.644]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:50:55.3938541Z [00:01:48.646]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:50:55.3988467Z [00:01:48.651]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:50:55.4000645Z [00:01:48.652]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:50:55.4001804Z [00:01:48.652]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:55.4005308Z [00:01:48.652]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:50:55.4060976Z [00:01:48.657]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:50:55.4078816Z [00:01:48.657]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:55.4080043Z [00:01:48.658]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:50:55.4112581Z [00:01:48.660]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:55.4125240Z [00:01:48.663]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:50:55.4126858Z [00:01:48.664]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:50:55.4128316Z [00:01:48.664]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:50:55.4180969Z [00:01:48.670]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:50:55.4182450Z [00:01:48.670]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:50:55.4183874Z [00:01:48.670]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:50:55.4185430Z [00:01:48.670]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:50:55.4186973Z [00:01:48.670]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:50:55.4234642Z [00:01:48.672]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:50:55.4243372Z [00:01:48.676]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:50:55.4245015Z [00:01:48.676]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:50:55.4254017Z [00:01:48.677]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:50:55.4255495Z [00:01:48.677]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:50:55.4306661Z [00:01:48.682]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:50:55.4311586Z [00:01:48.682]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:50:55.4358499Z [00:01:48.688]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:50:55.4360190Z [00:01:48.688]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:50:55.4366444Z [00:01:48.688]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:50:55.4367957Z [00:01:48.688]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:50:55.4378600Z [00:01:48.690]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:50:55.4404037Z [00:01:48.692]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:50:55.4450098Z [00:01:48.696]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:50:55.4451729Z [00:01:48.696]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:50:55.4630560Z [00:01:48.715]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:50:55.4727473Z [00:01:48.724]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:50:55.4776434Z [00:01:48.729]➜  db-static-x86_64-unknown-linux-musl> checking for uintmax_t... yes
2025-08-20T21:50:55.4873101Z [00:01:48.739]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-cc... no
2025-08-20T21:50:55.4874497Z [00:01:48.739]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-gcc... no
2025-08-20T21:50:55.4894896Z [00:01:48.741]➜  audit-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -fPIE -DPIE -g -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -Wno-pointer-sign -Wno-format-truncation -Wno-unused-but-set-variable -g -O2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o auditd auditd-auditd.o auditd-auditd-event.o auditd-auditd-config.o auditd-auditd-reconfig.o auditd-auditd-sendmail.o auditd-auditd-dispatch.o auditd-auditd-listen.o  ../src/libev/.libs/libev.a ../audisp/.libs/libdisp.a ../lib/.libs/libaudit.a ../auparse/.libs/libauparse.a /build/source/lib/.libs/libaudit.a /nix/store/wd6llvq100x7dd2bmvkwz5pdl4dcry2c-libcap-ng-static-x86_64-unknown-linux-musl-0.8.5/lib/libcap-ng.a -lpthread -lm ../common/.libs/libaucommon.a -pthread
2025-08-20T21:50:55.4904369Z [00:01:48.742]➜  file-static-x86_64-unknown-linux-musl>   CC       cdf_time.lo
2025-08-20T21:50:55.4930589Z [00:01:48.745]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-c++... no
2025-08-20T21:50:55.4931953Z [00:01:48.745]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-g++... no
2025-08-20T21:50:55.5022188Z [00:01:48.751]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-cxx... no
2025-08-20T21:50:55.5023665Z [00:01:48.751]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-gxx... no
2025-08-20T21:50:55.5024902Z [00:01:48.751]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-gcc... no
2025-08-20T21:50:55.5026422Z [00:01:48.752]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-gfortran... no
2025-08-20T21:50:55.5038032Z [00:01:48.756]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-gccgo... no
2025-08-20T21:50:55.5051990Z [00:01:48.757]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-gdc... no
2025-08-20T21:50:55.5094544Z [00:01:48.761]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-gm2... no
2025-08-20T21:50:55.5314624Z [00:01:48.782]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-ar... no
2025-08-20T21:50:55.5316304Z [00:01:48.783]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-as... no
2025-08-20T21:50:55.5354650Z [00:01:48.787]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-dlltool... no
2025-08-20T21:50:55.5394401Z [00:01:48.791]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-dsymutil... no
2025-08-20T21:50:55.5449116Z [00:01:48.796]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-ld... no
2025-08-20T21:50:55.5464416Z [00:01:48.798]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-lipo... no
2025-08-20T21:50:55.5514828Z [00:01:48.803]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-nm... no
2025-08-20T21:50:55.5612031Z [00:01:48.813]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-objcopy... no
2025-08-20T21:50:55.5613916Z [00:01:48.813]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-objdump... no
2025-08-20T21:50:55.5711146Z [00:01:48.823]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-otool... no
2025-08-20T21:50:55.5712782Z [00:01:48.823]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-ranlib... no
2025-08-20T21:50:55.5785239Z [00:01:48.830]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-readelf... no
2025-08-20T21:50:55.5881877Z [00:01:48.840]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-strip... no
2025-08-20T21:50:55.5883750Z [00:01:48.840]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-windres... no
2025-08-20T21:50:55.5916637Z [00:01:48.843]➜  x86_64-unknown-linux-musl-binutils> checking for i686-unknown-linux-gnu-windmc... no
2025-08-20T21:50:55.5950891Z [00:01:48.847]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:50:55.5956823Z [00:01:48.847]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:50:55.5989360Z [00:01:48.851]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:50:55.6025709Z [00:01:48.854]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:50:55.6102400Z [00:01:48.862]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:50:55.6105849Z [00:01:48.862]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:50:55.6155055Z [00:01:48.867]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:50:55.6225397Z [00:01:48.874]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:50:55.6283679Z [00:01:48.880]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:50:55.6302923Z [00:01:48.882]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:50:55.6325693Z [00:01:48.884]➜  db-static-x86_64-unknown-linux-musl> checking for isspace... yes
2025-08-20T21:50:55.6369190Z [00:01:48.888]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:50:55.6419935Z [00:01:48.893]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:50:55.6421435Z [00:01:48.893]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:50:55.6452762Z [00:01:48.897]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:50:55.6454585Z [00:01:48.897]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:50:55.6456103Z [00:01:48.897]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:50:55.6457617Z [00:01:48.897]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:50:55.6506351Z [00:01:48.902]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:50:55.6515577Z [00:01:48.903]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:50:55.6560381Z [00:01:48.908]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:50:55.6565532Z [00:01:48.908]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:50:55.6567911Z [00:01:48.908]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:50:55.6570194Z [00:01:48.908]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:50:55.6572591Z [00:01:48.908]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:50:55.6885681Z [00:01:48.940]➜  file-static-x86_64-unknown-linux-musl>   CC       readcdf.lo
2025-08-20T21:50:55.7090009Z [00:01:48.961]➜  db-static-x86_64-unknown-linux-musl> checking for uintptr_t... yes
2025-08-20T21:50:55.7487052Z [00:01:49.000]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:50:55.7584113Z [00:01:49.010]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:55.7788556Z [00:01:49.030]➜  audit-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c auditd auditctl aureport ausearch '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:55.8205910Z [00:01:49.070]➜  db-static-x86_64-unknown-linux-musl> checking for memcmp... yes
2025-08-20T21:50:55.8860877Z [00:01:49.138]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c auditd /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/auditd
2025-08-20T21:50:55.9050007Z [00:01:49.157]➜  db-static-x86_64-unknown-linux-musl> checking for socklen_t... yes
2025-08-20T21:50:55.9236698Z [00:01:49.172]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c auditctl /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/auditctl
2025-08-20T21:50:55.9422122Z [00:01:49.194]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c aureport /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/aureport
2025-08-20T21:50:55.9692287Z [00:01:49.220]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c ausearch /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/ausearch
2025-08-20T21:50:55.9705426Z [00:01:49.222]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/src'
2025-08-20T21:50:55.9706992Z [00:01:49.222]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/src'
2025-08-20T21:50:55.9775992Z [00:01:49.229]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/src'
2025-08-20T21:50:55.9813084Z [00:01:49.233]➜  file-static-x86_64-unknown-linux-musl>   CC       fmtcheck.lo
2025-08-20T21:50:55.9819880Z [00:01:49.234]➜  audit-static-x86_64-unknown-linux-musl> Making install in tools
2025-08-20T21:50:55.9906125Z [00:01:49.242]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/tools'
2025-08-20T21:50:55.9987273Z [00:01:49.250]➜  audit-static-x86_64-unknown-linux-musl> Making install in aulast
2025-08-20T21:50:56.0035177Z [00:01:49.255]➜  db-static-x86_64-unknown-linux-musl> checking for ANSI C exit success/failure values... yes
2025-08-20T21:50:56.0051161Z [00:01:49.257]➜  db-static-x86_64-unknown-linux-musl> checking for memcpy... yes
2025-08-20T21:50:56.0077749Z [00:01:49.260]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/tools/aulast'
2025-08-20T21:50:56.0248996Z [00:01:49.277]➜  audit-static-x86_64-unknown-linux-musl> Making install in test
2025-08-20T21:50:56.0291140Z [00:01:49.281]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/tools/aulast/test'
2025-08-20T21:50:56.0421696Z [00:01:49.294]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/tools/aulast/test'
2025-08-20T21:50:56.0423905Z [00:01:49.294]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:56.0425451Z [00:01:49.294]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:56.0440555Z [00:01:49.294]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/tools/aulast/test'
2025-08-20T21:50:56.0525245Z [00:01:49.294]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/tools/aulast/test'
2025-08-20T21:50:56.0527604Z [00:01:49.299]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/tools/aulast'
2025-08-20T21:50:56.0615740Z [00:01:49.313]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/tools/aulast'
2025-08-20T21:50:56.0629898Z [00:01:49.315]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin'
2025-08-20T21:50:56.0657195Z [00:01:49.317]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:56.0831247Z [00:01:49.335]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 aulast.8 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:56.0878220Z [00:01:49.339]➜  audit-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c aulast '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin'
2025-08-20T21:50:56.1530246Z [00:01:49.405]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:50:56.1622502Z [00:01:49.414]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c aulast /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin/aulast
2025-08-20T21:50:56.1761415Z [00:01:49.427]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/tools/aulast'
2025-08-20T21:50:56.1770036Z [00:01:49.428]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/tools/aulast'
2025-08-20T21:50:56.1774327Z [00:01:49.429]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/tools/aulast'
2025-08-20T21:50:56.1777488Z [00:01:49.429]➜  audit-static-x86_64-unknown-linux-musl> Making install in aulastlog
2025-08-20T21:50:56.1914632Z [00:01:49.440]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/tools/aulastlog'
2025-08-20T21:50:56.2028620Z [00:01:49.455]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/tools/aulastlog'
2025-08-20T21:50:56.2080797Z [00:01:49.460]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin'
2025-08-20T21:50:56.2188592Z [00:01:49.470]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:56.2334214Z [00:01:49.482]➜  audit-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c aulastlog '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin'
2025-08-20T21:50:56.2392124Z [00:01:49.489]➜  db-static-x86_64-unknown-linux-musl> checking for getopt optreset variable... yes
2025-08-20T21:50:56.2395127Z [00:01:49.490]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 aulastlog.8 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:56.2628939Z [00:01:49.515]➜  db-static-x86_64-unknown-linux-musl> checking for memmove... yes
2025-08-20T21:50:56.3819204Z [00:01:49.633]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c aulastlog /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin/aulastlog
2025-08-20T21:50:56.3895001Z [00:01:49.641]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/tools/aulastlog'
2025-08-20T21:50:56.3899873Z [00:01:49.641]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/tools/aulastlog'
2025-08-20T21:50:56.3904328Z [00:01:49.641]➜  audit-static-x86_64-unknown-linux-musl> Making install in ausyscall
2025-08-20T21:50:56.3954771Z [00:01:49.647]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/tools/ausyscall'
2025-08-20T21:50:56.4099558Z [00:01:49.662]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/tools/ausyscall'
2025-08-20T21:50:56.4176751Z [00:01:49.669]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin'
2025-08-20T21:50:56.4330965Z [00:01:49.685]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:56.4500808Z [00:01:49.702]➜  audit-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c ausyscall '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin'
2025-08-20T21:50:56.4742331Z [00:01:49.726]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ausyscall.8 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:56.4889749Z [00:01:49.741]➜  db-static-x86_64-unknown-linux-musl> checking for printf... yes
2025-08-20T21:50:56.5789940Z [00:01:49.830]➜  audit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c ausyscall /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin/ausyscall
2025-08-20T21:50:56.5854891Z [00:01:49.837]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/tools/ausyscall'
2025-08-20T21:50:56.5863464Z [00:01:49.838]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/tools/ausyscall'
2025-08-20T21:50:56.5904241Z [00:01:49.842]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/tools'
2025-08-20T21:50:56.5982965Z [00:01:49.850]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/tools'
2025-08-20T21:50:56.5986555Z [00:01:49.850]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:56.5994444Z [00:01:49.851]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:56.5997241Z [00:01:49.851]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/tools'
2025-08-20T21:50:56.5999984Z [00:01:49.851]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/tools'
2025-08-20T21:50:56.6015151Z [00:01:49.853]➜  db-static-x86_64-unknown-linux-musl> checking for qsort... yes
2025-08-20T21:50:56.6018406Z [00:01:49.853]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/tools'
2025-08-20T21:50:56.6054071Z [00:01:49.855]➜  audit-static-x86_64-unknown-linux-musl> Making install in bindings
2025-08-20T21:50:56.6105296Z [00:01:49.862]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/bindings'
2025-08-20T21:50:56.6174400Z [00:01:49.869]➜  audit-static-x86_64-unknown-linux-musl> Making install in python
2025-08-20T21:50:56.6208062Z [00:01:49.873]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/bindings/python'
2025-08-20T21:50:56.6397339Z [00:01:49.891]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/bindings/python'
2025-08-20T21:50:56.6495879Z [00:01:49.900]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/bindings/python'
2025-08-20T21:50:56.6497251Z [00:01:49.900]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:56.6498787Z [00:01:49.900]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:56.6500129Z [00:01:49.900]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/bindings/python'
2025-08-20T21:50:56.6501458Z [00:01:49.900]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/bindings/python'
2025-08-20T21:50:56.6502787Z [00:01:49.901]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/bindings/python'
2025-08-20T21:50:56.6545828Z [00:01:49.906]➜  audit-static-x86_64-unknown-linux-musl> Making install in golang
2025-08-20T21:50:56.6575537Z [00:01:49.909]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/bindings/golang'
2025-08-20T21:50:56.6683832Z [00:01:49.920]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/bindings/golang'
2025-08-20T21:50:56.6686033Z [00:01:49.920]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:56.6687383Z [00:01:49.920]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:56.6688721Z [00:01:49.920]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/bindings/golang'
2025-08-20T21:50:56.6690236Z [00:01:49.920]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/bindings/golang'
2025-08-20T21:50:56.6714597Z [00:01:49.921]➜  audit-static-x86_64-unknown-linux-musl> Making install in swig
2025-08-20T21:50:56.6744686Z [00:01:49.923]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/bindings/swig'
2025-08-20T21:50:56.6899520Z [00:01:49.942]➜  audit-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:50:56.6952987Z [00:01:49.947]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/bindings/swig/src'
2025-08-20T21:50:56.7012317Z [00:01:49.953]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/bindings/swig/src'
2025-08-20T21:50:56.7014652Z [00:01:49.953]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:56.7016242Z [00:01:49.953]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:56.7035614Z [00:01:49.955]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/bindings/swig/src'
2025-08-20T21:50:56.7038378Z [00:01:49.956]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/bindings/swig/src'
2025-08-20T21:50:56.7094431Z [00:01:49.960]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/bindings/swig'
2025-08-20T21:50:56.7178102Z [00:01:49.969]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/bindings/swig'
2025-08-20T21:50:56.7179439Z [00:01:49.970]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:56.7180659Z [00:01:49.970]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:56.7181940Z [00:01:49.970]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/bindings/swig'
2025-08-20T21:50:56.7183417Z [00:01:49.970]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/bindings/swig'
2025-08-20T21:50:56.7184700Z [00:01:49.970]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/bindings/swig'
2025-08-20T21:50:56.7213012Z [00:01:49.973]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/bindings'
2025-08-20T21:50:56.7261846Z [00:01:49.978]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/bindings'
2025-08-20T21:50:56.7266281Z [00:01:49.978]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:56.7267837Z [00:01:49.978]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:56.7269284Z [00:01:49.978]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/bindings'
2025-08-20T21:50:56.7285145Z [00:01:49.980]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/bindings'
2025-08-20T21:50:56.7325863Z [00:01:49.984]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/bindings'
2025-08-20T21:50:56.7329638Z [00:01:49.985]➜  audit-static-x86_64-unknown-linux-musl> Making install in init.d
2025-08-20T21:50:56.7395283Z [00:01:49.991]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/init.d'
2025-08-20T21:50:56.7396516Z [00:01:49.991]➜  audit-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T21:50:56.7404797Z [00:01:49.992]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/init.d'
2025-08-20T21:50:56.7467756Z [00:01:49.999]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/init.d'
2025-08-20T21:50:56.7485669Z [00:01:50.000]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:56.7536876Z [00:01:50.005]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit'
2025-08-20T21:50:56.7596932Z [00:01:50.011]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 auditd.conf audit-stop.rules '/nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc/audit'
2025-08-20T21:50:56.7626405Z [00:01:50.014]➜  audit-static-x86_64-unknown-linux-musl> make  install-data-hook
2025-08-20T21:50:56.7627616Z [00:01:50.014]➜  db-static-x86_64-unknown-linux-musl> checking for raise... yes
2025-08-20T21:50:56.7646410Z [00:01:50.016]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c augenrules '/nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin'
2025-08-20T21:50:56.7668496Z [00:01:50.019]➜  audit-static-x86_64-unknown-linux-musl> make  install-exec-hook
2025-08-20T21:50:56.7705713Z [00:01:50.022]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/init.d'
2025-08-20T21:50:56.7712317Z [00:01:50.022]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 -D -m 640 ./libaudit.conf /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/etc
2025-08-20T21:50:56.7757495Z [00:01:50.027]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/init.d'
2025-08-20T21:50:56.7763467Z [00:01:50.028]➜  audit-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/lib/systemd/system
2025-08-20T21:50:56.7769182Z [00:01:50.029]➜  audit-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/lib/tmpfiles.d/
2025-08-20T21:50:56.7820154Z [00:01:50.034]➜  audit-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd
2025-08-20T21:50:56.7895964Z [00:01:50.039]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 -m 640 ./audit-tmpfiles.conf /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/lib/tmpfiles.d/audit.conf
2025-08-20T21:50:56.7901578Z [00:01:50.039]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -D -m 644 ./auditd.service /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/lib/systemd/system
2025-08-20T21:50:56.7918398Z [00:01:50.043]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -D -m 644 ./audit-rules.service /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/lib/systemd/system
2025-08-20T21:50:56.7920893Z [00:01:50.043]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/init.d'
2025-08-20T21:50:56.7987829Z [00:01:50.050]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -D -m 750 ./auditd.rotate /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/rotate
2025-08-20T21:50:56.8030559Z [00:01:50.054]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -D -m 750 ./auditd.resume /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/resume
2025-08-20T21:50:56.8074446Z [00:01:50.059]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -D -m 750 ./auditd.reload /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/reload
2025-08-20T21:50:56.8123423Z [00:01:50.064]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -D -m 750 ./auditd.state /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/state
2025-08-20T21:50:56.8182206Z [00:01:50.070]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -D -m 750 ./auditd.stop /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/stop
2025-08-20T21:50:56.8242842Z [00:01:50.076]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -D -m 750 ./auditd.restart /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/restart
2025-08-20T21:50:56.8293036Z [00:01:50.081]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -D -m 750 ./auditd.condrestart /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/condrestart
2025-08-20T21:50:56.8344155Z [00:01:50.086]➜  audit-static-x86_64-unknown-linux-musl> chmod 0755 /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/augenrules
2025-08-20T21:50:56.8396181Z [00:01:50.091]➜  audit-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/init.d'
2025-08-20T21:50:56.8424529Z [00:01:50.091]➜  audit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/init.d'
2025-08-20T21:50:56.8426123Z [00:01:50.091]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/init.d'
2025-08-20T21:50:56.8445900Z [00:01:50.091]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/init.d'
2025-08-20T21:50:56.8447300Z [00:01:50.092]➜  audit-static-x86_64-unknown-linux-musl> Making install in m4
2025-08-20T21:50:56.8448695Z [00:01:50.094]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/m4'
2025-08-20T21:50:56.8491815Z [00:01:50.101]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/m4'
2025-08-20T21:50:56.8493740Z [00:01:50.101]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:56.8531521Z [00:01:50.105]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/share/aclocal'
2025-08-20T21:50:56.8612328Z [00:01:50.113]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 audit.m4 '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/share/aclocal'
2025-08-20T21:50:56.8656039Z [00:01:50.117]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/m4'
2025-08-20T21:50:56.8661397Z [00:01:50.118]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/m4'
2025-08-20T21:50:56.8666889Z [00:01:50.118]➜  audit-static-x86_64-unknown-linux-musl> Making install in docs
2025-08-20T21:50:56.8714412Z [00:01:50.123]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/docs'
2025-08-20T21:50:56.8787128Z [00:01:50.130]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/docs'
2025-08-20T21:50:56.8792206Z [00:01:50.130]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:56.8850139Z [00:01:50.137]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man3'
2025-08-20T21:50:56.8919243Z [00:01:50.142]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man5'
2025-08-20T21:50:56.8971775Z [00:01:50.145]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man7'
2025-08-20T21:50:56.8987765Z [00:01:50.149]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:56.9106398Z [00:01:50.162]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 audit.rules.7 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man7'
2025-08-20T21:50:56.9134125Z [00:01:50.165]➜  db-static-x86_64-unknown-linux-musl> checking for rand... yes
2025-08-20T21:50:56.9206975Z [00:01:50.172]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 auditd.conf.5 auditd-plugins.5 ausearch-expression.5 libaudit.conf.5 zos-remote.conf.5 auditd.cron.5 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man5'
2025-08-20T21:50:56.9255918Z [00:01:50.177]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 auditctl.8 auditd.8 aureport.8 ausearch.8 audispd-zos-remote.8 augenrules.8 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man8'
2025-08-20T21:50:56.9415533Z [00:01:50.192]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 audit_add_rule_data.3 audit_add_watch.3 audit_delete_rule_data.3 audit_detect_machine.3 audit_encode_nv_string.3 audit_getloginuid.3 audit_get_reply.3 audit_get_session.3 audit_log_acct_message.3 audit_log_user_avc_message.3 audit_log_user_command.3 audit_log_user_comm_message.3 audit_log_user_message.3 audit_log_semanage_message.3 auparse_new_buffer.3 audit_open.3 audit_close.3 audit_is_enabled.3 audit_request_rules_list_data.3 audit_request_signal_info.3 audit_request_status.3 audit_set_backlog_limit.3 audit_set_enabled.3 audit_set_failure.3 audit_setloginuid.3 audit_set_pid.3 audit_set_rate_limit.3 audit_update_watch_perms.3 audit_value_needs_encoding.3 audit_encode_value.3 auparse_add_callback.3 audit_name_to_syscall.3 audit_syscall_to_name.3 audit_name_to_errno.3 audit_fstype_to_name.3 audit_name_to_fstype.3 audit_name_to_action.3 audit_flag_to_name.3 audit_name_to_flag.3 auplugin_fgets.3 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man3'
2025-08-20T21:50:56.9484776Z [00:01:50.199]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 auplugin.3 auparse_destroy.3 auparse_feed.3 auparse_feed_age_events.3 auparse_feed_has_data.3 auparse_find_field.3 auparse_find_field_next.3 auparse_first_field.3 auparse_first_record.3 auparse_flush_feed.3 auparse_get_field_int.3 auparse_get_field_name.3 auparse_get_field_str.3 auparse_get_field_type.3 auparse_get_filename.3 auparse_get_line_number.3 auparse_get_milli.3 auparse_get_node.3 auparse_get_num_fields.3 auparse_get_num_records.3 auparse_get_record_text.3 auparse_get_serial.3 auparse_get_time.3 auparse_get_timestamp.3 auparse_get_type.3 auparse_get_type_name.3 auparse_get_field_num.3 auparse_get_record_num.3 auparse_goto_field_num.3 auparse_goto_record_num.3 auparse_init.3 auparse_interpret_field.3 auparse_metrics.3 auparse_next_event.3 auparse_next_field.3 auparse_next_record.3 auparse_node_compare.3 auparse_reset.3 auparse_set_escape_mode.3 auparse_normalize.3 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man3'
2025-08-20T21:50:56.9625566Z [00:01:50.214]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 auparse_normalize_functions.3 auparse_timestamp_compare.3 auparse_set_eoe_timeout.3 ausearch_add_item.3 ausearch_add_interpreted_item.3 ausearch_add_expression.3 ausearch_add_timestamp_item.3 ausearch_add_regex.3 ausearch_add_timestamp_item_ex.3 ausearch_clear.3 ausearch_next_event.3 ausearch_cur_event.3 ausearch_set_stop.3 get_auditfail_action.3 set_aumessage_mode.3 audit_set_backlog_wait_time.3 '/nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/man3'
2025-08-20T21:50:56.9674533Z [00:01:50.219]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/docs'
2025-08-20T21:50:56.9676096Z [00:01:50.219]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/docs'
2025-08-20T21:50:56.9680574Z [00:01:50.220]➜  audit-static-x86_64-unknown-linux-musl> Making install in rules
2025-08-20T21:50:56.9748264Z [00:01:50.227]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/rules'
2025-08-20T21:50:56.9811242Z [00:01:50.233]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/rules'
2025-08-20T21:50:56.9813745Z [00:01:50.233]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:56.9846942Z [00:01:50.236]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/share/audit-rules'
2025-08-20T21:50:56.9956070Z [00:01:50.247]➜  audit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 10-base-config.rules 10-no-audit.rules 11-loginuid.rules 12-ignore-error.rules 12-cont-fail.rules 20-dont-audit.rules 21-no32bit.rules 22-ignore-chrony.rules 23-ignore-filesystems.rules 30-stig.rules 30-pci-dss-v31.rules 30-ospp-v42.rules 30-ospp-v42-1-create-failed.rules 30-ospp-v42-1-create-success.rules 30-ospp-v42-2-modify-failed.rules 30-ospp-v42-2-modify-success.rules 30-ospp-v42-3-access-failed.rules 30-ospp-v42-3-access-success.rules 30-ospp-v42-4-delete-failed.rules 30-ospp-v42-4-delete-success.rules 30-ospp-v42-5-perm-change-failed.rules 30-ospp-v42-5-perm-change-success.rules 30-ospp-v42-6-owner-change-failed.rules 30-ospp-v42-6-owner-change-success.rules 31-privileged.rules 32-power-abuse.rules 40-local.rules 41-containers.rules 42-injection.rules 43-module-load.rules 44-installers.rules 70-einval.rules 71-networking.rules 99-finalize.rules README-rules '/nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/share/audit-rules'
2025-08-20T21:50:57.0007531Z [00:01:50.252]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/rules'
2025-08-20T21:50:57.0015138Z [00:01:50.253]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/rules'
2025-08-20T21:50:57.0065833Z [00:01:50.258]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source'
2025-08-20T21:50:57.0217072Z [00:01:50.273]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source'
2025-08-20T21:50:57.0223958Z [00:01:50.273]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:50:57.0226569Z [00:01:50.273]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:50:57.0229168Z [00:01:50.273]➜  audit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source'
2025-08-20T21:50:57.0232162Z [00:01:50.273]➜  audit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source'
2025-08-20T21:50:57.0294148Z [00:01:50.281]➜  audit-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:50:57.0551281Z [00:01:50.307]➜  db-static-x86_64-unknown-linux-musl> checking for mutexes... POSIX/pthreads/library
2025-08-20T21:50:57.0670207Z [00:01:50.319]➜  db-static-x86_64-unknown-linux-musl> checking for strcasecmp... yes
2025-08-20T21:50:57.0967206Z [00:01:50.348]➜  audit-static-x86_64-unknown-linux-musl> Patching '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/lib/pkgconfig/audit.pc' includedir to output /nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev
2025-08-20T21:50:57.0987910Z [00:01:50.348]➜  audit-static-x86_64-unknown-linux-musl> Patching '/nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/lib/pkgconfig/auparse.pc' includedir to output /nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev
2025-08-20T21:50:57.1011259Z [00:01:50.353]➜  audit-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin
2025-08-20T21:50:57.1067026Z [00:01:50.358]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin/ausyscall
2025-08-20T21:50:57.1123176Z [00:01:50.364]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.1156660Z [00:01:50.367]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin/aulast
2025-08-20T21:50:57.1225430Z [00:01:50.374]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.1233464Z [00:01:50.375]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin/aulastlog
2025-08-20T21:50:57.1339066Z [00:01:50.385]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.1343601Z [00:01:50.385]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/audisp-filter
2025-08-20T21:50:57.1400676Z [00:01:50.392]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.1422574Z [00:01:50.394]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/audisp-remote
2025-08-20T21:50:57.1469720Z [00:01:50.397]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.1498294Z [00:01:50.401]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/audisp-af_unix
2025-08-20T21:50:57.1558291Z [00:01:50.407]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.1560046Z [00:01:50.407]➜  db-static-x86_64-unknown-linux-musl> checking for pthread.h... yes
2025-08-20T21:50:57.1561993Z [00:01:50.407]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/auditctl
2025-08-20T21:50:57.1632001Z [00:01:50.415]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.1642520Z [00:01:50.416]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/aureport
2025-08-20T21:50:57.1781530Z [00:01:50.430]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.1788332Z [00:01:50.431]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/audisp-syslog
2025-08-20T21:50:57.1844155Z [00:01:50.434]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.1894281Z [00:01:50.441]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/auditd
2025-08-20T21:50:57.1996276Z [00:01:50.451]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2048434Z [00:01:50.457]➜  audit-static-x86_64-unknown-linux-musl> shrinking /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/ausearch
2025-08-20T21:50:57.2166985Z [00:01:50.468]➜  db-static-x86_64-unknown-linux-musl> checking for strcat... yes
2025-08-20T21:50:57.2175758Z [00:01:50.469]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2211277Z [00:01:50.473]➜  audit-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin...
2025-08-20T21:50:57.2506044Z [00:01:50.501]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2538251Z [00:01:50.506]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2546160Z [00:01:50.506]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2586749Z [00:01:50.510]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2621187Z [00:01:50.514]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2623724Z [00:01:50.514]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2840651Z [00:01:50.534]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2842684Z [00:01:50.534]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2844735Z [00:01:50.536]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2952400Z [00:01:50.546]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.2990200Z [00:01:50.546]➜  audit-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:50:57.3050963Z [00:01:50.557]➜  audit-static-x86_64-unknown-linux-musl> moving /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin/* to /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin
2025-08-20T21:50:57.3105647Z [00:01:50.562]➜  db-static-x86_64-unknown-linux-musl> checking for main in -lpthread... yes
2025-08-20T21:50:57.3492542Z [00:01:50.601]➜  audit-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin
2025-08-20T21:50:57.3573102Z [00:01:50.609]➜  db-static-x86_64-unknown-linux-musl> checking for strchr... yes
2025-08-20T21:50:57.3621360Z [00:01:50.614]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin/augenrules: interpreter directive changed from "#!/bin/sh" to "/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:57.3865643Z [00:01:50.638]➜  audit-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/bin /nix/store/2cmbx24g163g3lbscmfqdhg8ywwivfhk-audit-static-x86_64-unknown-linux-musl-4.1.0-bin/sbin
2025-08-20T21:50:57.4572761Z [00:01:50.709]➜  audit-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib
2025-08-20T21:50:57.4700154Z [00:01:50.721]➜  audit-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib...
2025-08-20T21:50:57.4942080Z [00:01:50.746]➜  db-static-x86_64-unknown-linux-musl> checking for strdup... yes
2025-08-20T21:50:57.4970304Z [00:01:50.748]➜  audit-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib
2025-08-20T21:50:57.5090628Z [00:01:50.761]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/state: interpreter directive changed from "#!/bin/sh" to "/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:57.5351120Z [00:01:50.787]➜  db-static-x86_64-unknown-linux-musl> checking for atomic operations... no
2025-08-20T21:50:57.5385059Z [00:01:50.788]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/restart: interpreter directive changed from "#!/bin/sh" to "/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:57.5657583Z [00:01:50.815]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/stop: interpreter directive changed from "#!/bin/sh" to "/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:57.5905076Z [00:01:50.842]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/condrestart: interpreter directive changed from "#!/bin/sh" to "/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:57.6043145Z [00:01:50.856]➜  db-static-x86_64-unknown-linux-musl> checking for strerror... yes
2025-08-20T21:50:57.6239684Z [00:01:50.875]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/resume: interpreter directive changed from "#!/bin/sh" to "/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:57.6381702Z [00:01:50.890]➜  db-static-x86_64-unknown-linux-musl> checking for library containing sched_yield... none required
2025-08-20T21:50:57.6602473Z [00:01:50.912]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/reload: interpreter directive changed from "#!/bin/sh" to "/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:57.6905929Z [00:01:50.941]➜  file-static-x86_64-unknown-linux-musl>   CCLD     libmagic.la
2025-08-20T21:50:57.6983428Z [00:01:50.950]➜  audit-static-x86_64-unknown-linux-musl> /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec/initscripts/legacy-actions/auditd/rotate: interpreter directive changed from "#!/bin/sh" to "/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:50:57.7369184Z [00:01:50.988]➜  audit-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/lib /nix/store/xf8myxlsq6wfjmldzz0z0vsc59cw36wb-audit-static-x86_64-unknown-linux-musl-4.1.0-lib/libexec
2025-08-20T21:50:57.7408738Z [00:01:50.992]➜  db-static-x86_64-unknown-linux-musl> checking for strncat... yes
2025-08-20T21:50:57.7887223Z [00:01:51.040]➜  db-static-x86_64-unknown-linux-musl> checking for library containing fdatasync... none required
2025-08-20T21:50:57.8217613Z [00:01:51.073]➜  audit-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev
2025-08-20T21:50:57.8289560Z [00:01:51.080]➜  audit-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev...
2025-08-20T21:50:57.8380745Z [00:01:51.090]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:57.8530581Z [00:01:51.105]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:50:57.8539653Z [00:01:51.106]➜  audit-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev
2025-08-20T21:50:57.8582390Z [00:01:51.110]➜  db-static-x86_64-unknown-linux-musl> checking for strncmp... yes
2025-08-20T21:50:57.8641870Z [00:01:51.116]➜  audit-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/z7nkvhbq1anzlwxr6iy2sg3sczhvm8gh-audit-static-x86_64-unknown-linux-musl-4.1.0-dev/lib
2025-08-20T21:50:57.8701282Z [00:01:51.120]➜  x86_64-unknown-linux-musl-binutils> checking target system type... ia64-unknown-linux-gnu
2025-08-20T21:50:57.8915737Z [00:01:51.138]➜  file-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T21:50:57.8922352Z [00:01:51.142]➜  audit-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0
2025-08-20T21:50:57.9010423Z [00:01:51.153]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:57.9061396Z [00:01:51.158]➜  audit-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0...
2025-08-20T21:50:57.9077646Z [00:01:51.160]➜  db-static-x86_64-unknown-linux-musl> checking for library containing getaddrinfo... none required
2025-08-20T21:50:57.9139795Z [00:01:51.164]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:50:57.9141212Z [00:01:51.165]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:50:57.9239425Z [00:01:51.175]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:50:57.9279987Z [00:01:51.180]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:50:57.9405320Z [00:01:51.191]➜  audit-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0
2025-08-20T21:50:57.9445605Z [00:01:51.194]➜  file-static-x86_64-unknown-linux-musl>   CCLD     file
2025-08-20T21:50:57.9448829Z [00:01:51.196]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:50:57.9464341Z [00:01:51.198]➜  audit-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/q9jvsgkwyim41bvhf3v9vf9j6hj3a17f-audit-static-x86_64-unknown-linux-musl-4.1.0/lib
2025-08-20T21:50:57.9895027Z [00:01:51.241]➜  audit-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man
2025-08-20T21:50:57.9998310Z [00:01:51.250]➜  db-static-x86_64-unknown-linux-musl> checking for strrchr... yes
2025-08-20T21:50:58.0240166Z [00:01:51.276]➜  db-static-x86_64-unknown-linux-musl> checking for library containing hstrerror... none required
2025-08-20T21:50:58.0322144Z [00:01:51.281]➜  audit-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man...
2025-08-20T21:50:58.0905288Z [00:01:51.342]➜  audit-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man/share/man/
2025-08-20T21:50:58.0911877Z [00:01:51.343]➜  db-static-x86_64-unknown-linux-musl> checking for strsep... yes
2025-08-20T21:50:58.1561563Z [00:01:51.408]➜  db-static-x86_64-unknown-linux-musl> checking for main in -lm... yes
2025-08-20T21:50:58.1723536Z [00:01:51.424]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:50:58.1726559Z [00:01:51.424]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:50:58.1989168Z [00:01:51.448]➜  db-static-x86_64-unknown-linux-musl> checking for strtol... yes
2025-08-20T21:50:58.2515012Z [00:01:51.503]➜  file-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/file-5.45/src'
2025-08-20T21:50:58.2516305Z [00:01:51.503]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/src'
2025-08-20T21:50:58.2526666Z [00:01:51.503]➜  file-static-x86_64-unknown-linux-musl> Making all in magic
2025-08-20T21:50:58.2648269Z [00:01:51.516]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/magic'
2025-08-20T21:50:58.3198547Z [00:01:51.571]➜  db-static-x86_64-unknown-linux-musl> checking for strtoul... yes
2025-08-20T21:50:58.3269003Z [00:01:51.575]➜  db-static-x86_64-unknown-linux-musl> checking for main in -lnsl... no
2025-08-20T21:50:58.3270639Z [00:01:51.577]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:50:58.3400651Z [00:01:51.592]➜  file-static-x86_64-unknown-linux-musl> file -C -m magic
2025-08-20T21:50:58.3892553Z [00:01:51.641]➜  audit-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/9rv6m3b5imwbnajvnnlq2cc2lj3rbz5l-audit-static-x86_64-unknown-linux-musl-4.1.0-man
2025-08-20T21:50:58.4200741Z [00:01:51.672]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/magic'
2025-08-20T21:50:58.4209589Z [00:01:51.673]➜  file-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T21:50:58.4240343Z [00:01:51.676]➜  db-static-x86_64-unknown-linux-musl> checking for _fstati64... no
2025-08-20T21:50:58.4246205Z [00:01:51.676]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/tests'
2025-08-20T21:50:58.4249909Z [00:01:51.677]➜  file-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:58.4252881Z [00:01:51.677]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/tests'
2025-08-20T21:50:58.4254685Z [00:01:51.677]➜  file-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:50:58.4267166Z [00:01:51.678]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/doc'
2025-08-20T21:50:58.4315521Z [00:01:51.683]➜  file-static-x86_64-unknown-linux-musl> sed -e s@__CSECTION__@1@g \
2025-08-20T21:50:58.4343783Z [00:01:51.686]➜  file-static-x86_64-unknown-linux-musl>     -e s@__FSECTION__@4@g \
2025-08-20T21:50:58.4348205Z [00:01:51.687]➜  file-static-x86_64-unknown-linux-musl>     -e s@__VERSION__@5.45@g \
2025-08-20T21:50:58.4351155Z [00:01:51.687]➜  file-static-x86_64-unknown-linux-musl>     -e s@__MAGIC__@/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/share/misc/magic@g ./file.man > file.1
2025-08-20T21:50:58.4354490Z [00:01:51.687]➜  file-static-x86_64-unknown-linux-musl> sed -e s@__CSECTION__@1@g \
2025-08-20T21:50:58.4355862Z [00:01:51.687]➜  file-static-x86_64-unknown-linux-musl>     -e s@__FSECTION__@4@g \
2025-08-20T21:50:58.4374131Z [00:01:51.687]➜  file-static-x86_64-unknown-linux-musl>     -e s@__VERSION__@5.45@g \
2025-08-20T21:50:58.4375978Z [00:01:51.687]➜  file-static-x86_64-unknown-linux-musl>     -e s@__MAGIC__@/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/share/misc/magic@g ./magic.man > magic.4
2025-08-20T21:50:58.4388098Z [00:01:51.690]➜  db-static-x86_64-unknown-linux-musl> checking for main in -lsocket... no
2025-08-20T21:50:58.4389113Z [00:01:51.691]➜  file-static-x86_64-unknown-linux-musl> sed -e s@__CSECTION__@1@g \
2025-08-20T21:50:58.4393663Z [00:01:51.691]➜  file-static-x86_64-unknown-linux-musl>     -e s@__FSECTION__@4@g \
2025-08-20T21:50:58.4397101Z [00:01:51.691]➜  file-static-x86_64-unknown-linux-musl>     -e s@__VERSION__@5.45@g \
2025-08-20T21:50:58.4400810Z [00:01:51.691]➜  file-static-x86_64-unknown-linux-musl>     -e s@__MAGIC__@/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/share/misc/magic@g ./libmagic.man > libmagic.3
2025-08-20T21:50:58.4446487Z [00:01:51.696]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/doc'
2025-08-20T21:50:58.4451020Z [00:01:51.697]➜  file-static-x86_64-unknown-linux-musl> Making all in python
2025-08-20T21:50:58.4474961Z [00:01:51.699]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/python'
2025-08-20T21:50:58.4494241Z [00:01:51.699]➜  file-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:50:58.4500969Z [00:01:51.699]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/python'
2025-08-20T21:50:58.4514794Z [00:01:51.703]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45'
2025-08-20T21:50:58.4575634Z [00:01:51.709]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45'
2025-08-20T21:50:58.4586905Z [00:01:51.710]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45'
2025-08-20T21:50:58.4648173Z [00:01:51.717]➜  file-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T21:50:58.7715530Z [00:01:52.022]➜  building '/nix/store/vvs9i437kpgvv71bk6blinkji4ngqbd6-gdbm-static-x86_64-unknown-linux-musl-1.25.drv'...
2025-08-20T21:50:58.7717314Z [00:01:52.022]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:50:58.7718761Z [00:01:52.022]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:50:58.7720940Z [00:01:52.022]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:50:58.7722190Z [00:01:52.022]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:50:58.7723497Z [00:01:52.022]➜  db-static-x86_64-unknown-linux-musl> checking for backtrace... no
2025-08-20T21:50:58.7724863Z [00:01:52.022]➜  db-static-x86_64-unknown-linux-musl> checking for backtrace_symbols... no
2025-08-20T21:50:58.7725850Z [00:01:52.022]➜  db-static-x86_64-unknown-linux-musl> checking for abort... yes
2025-08-20T21:50:58.7726755Z [00:01:52.022]➜  db-static-x86_64-unknown-linux-musl> checking for atoi... yes
2025-08-20T21:50:58.7728232Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> check flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash VERBOSE=y check
2025-08-20T21:50:58.7729635Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> Making check in src
2025-08-20T21:50:58.7730696Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45/src'
2025-08-20T21:50:58.7731715Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make  check-am
2025-08-20T21:50:58.7732729Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/src'
2025-08-20T21:50:58.7734116Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'check-am'.
2025-08-20T21:50:58.7735306Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/src'
2025-08-20T21:50:58.7736529Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45/src'
2025-08-20T21:50:58.7737549Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> Making check in magic
2025-08-20T21:50:58.7738614Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45/magic'
2025-08-20T21:50:58.7739789Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:50:58.7741197Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45/magic'
2025-08-20T21:50:58.7742242Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> Making check in tests
2025-08-20T21:50:58.7743534Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45/tests'
2025-08-20T21:50:58.7744551Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make  test
2025-08-20T21:50:58.7745606Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/tests'
2025-08-20T21:50:58.7746670Z [00:01:52.022]➜  file-static-x86_64-unknown-linux-musl>   CC       test-test.o
2025-08-20T21:50:58.7804510Z [00:01:52.032]➜  file-static-x86_64-unknown-linux-musl>   CCLD     test
2025-08-20T21:50:58.7924615Z [00:01:52.044]➜  db-static-x86_64-unknown-linux-musl> checking for atol... yes
2025-08-20T21:50:58.7972261Z [00:01:52.049]➜  db-static-x86_64-unknown-linux-musl> checking for directio... no
2025-08-20T21:50:58.8221314Z [00:01:52.074]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:50:58.8303562Z [00:01:52.082]➜  gdbm-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:50:58.8430738Z [00:01:52.095]➜  gdbm-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/sl39naz8hlbpk66kggnbl6hwn35lgd07-gdbm-1.25.tar.gz
2025-08-20T21:50:58.9005251Z [00:01:52.151]➜  db-static-x86_64-unknown-linux-musl> checking for bsearch... yes
2025-08-20T21:50:58.9034093Z [00:01:52.155]➜  gdbm-static-x86_64-unknown-linux-musl> source root is gdbm-1.25
2025-08-20T21:50:58.9132017Z [00:01:52.165]➜  db-static-x86_64-unknown-linux-musl> checking for fchmod... yes
2025-08-20T21:50:58.9169060Z [00:01:52.169]➜  gdbm-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1742653821 of file "gdbm-1.25/src/version.c"
2025-08-20T21:50:58.9281639Z [00:01:52.176]➜  gdbm-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:50:58.9339464Z [00:01:52.186]➜  gdbm-static-x86_64-unknown-linux-musl> applying patch /nix/store/jw14p81ngrmmm1189rgkx28i030svjmw-upstream-darwin-clock-nanosleep-fix.patch
2025-08-20T21:50:58.9364823Z [00:01:52.188]➜  gdbm-static-x86_64-unknown-linux-musl> patching file src/lock.c
2025-08-20T21:50:58.9373983Z [00:01:52.189]➜  gdbm-static-x86_64-unknown-linux-musl> applying patch /nix/store/k3azmfbl1rjkflj90ahbr383vgcfs28a-upstream-lockwait-test-fixes.patch
2025-08-20T21:50:58.9430504Z [00:01:52.193]➜  gdbm-static-x86_64-unknown-linux-musl> patching file tests/t_lockwait.c
2025-08-20T21:50:58.9440996Z [00:01:52.193]➜  gdbm-static-x86_64-unknown-linux-musl> patching file tests/t_lockwait.c
2025-08-20T21:50:58.9455573Z [00:01:52.195]➜  gdbm-static-x86_64-unknown-linux-musl> patching file tests/t_lockwait.c
2025-08-20T21:50:58.9458506Z [00:01:52.196]➜  gdbm-static-x86_64-unknown-linux-musl> applying patch /nix/store/vjxyg7cyqq0s25dmma01xg57kp6ri4wg-upstream-musl-ssize_t-fix.patch
2025-08-20T21:50:58.9514687Z [00:01:52.202]➜  gdbm-static-x86_64-unknown-linux-musl> patching file tools/gdbmapp.h
2025-08-20T21:50:58.9578141Z [00:01:52.210]➜  gdbm-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:58.9705918Z [00:01:52.221]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:50:58.9711681Z [00:01:52.223]➜  gdbm-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:50:58.9789341Z [00:01:52.230]➜  gdbm-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:50:58.9850811Z [00:01:52.237]➜  gdbm-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:50:58.9922230Z [00:01:52.244]➜  gdbm-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:50:58.9995541Z [00:01:52.251]➜  gdbm-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:50:59.0054187Z [00:01:52.256]➜  gdbm-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:50:59.0222176Z [00:01:52.274]➜  gdbm-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:50:59.0231807Z [00:01:52.275]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/tests'
2025-08-20T21:50:59.0236367Z [00:01:52.275]➜  db-static-x86_64-unknown-linux-musl> checking for getcwd... yes
2025-08-20T21:50:59.0304039Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl> make  check-local
2025-08-20T21:50:59.0305842Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/tests'
2025-08-20T21:50:59.0307085Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl> set -e; \
2025-08-20T21:50:59.0308283Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl> for i in ../tests/*.testfile; do \
2025-08-20T21:50:59.0309628Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  t=${i%%.testfile}; \
2025-08-20T21:50:59.0310837Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  echo Running test: $t; \
2025-08-20T21:50:59.0311892Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  m=; \
2025-08-20T21:50:59.0313095Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  for j in $(eval echo ${t}\*.magic); do \
2025-08-20T21:50:59.0315418Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>          if [ -f "$j" ]; then \
2025-08-20T21:50:59.0316679Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>                  if [ -z "$m" ]; then \
2025-08-20T21:50:59.0326589Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>                          m=$j; \
2025-08-20T21:50:59.0327844Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>                  else \
2025-08-20T21:50:59.0329107Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>                          m=$m:$j; \
2025-08-20T21:50:59.0330271Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>                  fi \
2025-08-20T21:50:59.0331717Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>          fi \
2025-08-20T21:50:59.0341100Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  done; \
2025-08-20T21:50:59.0342434Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  if [ -z "$m" ]; then \
2025-08-20T21:50:59.0343913Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>          m=../magic/magic; \
2025-08-20T21:50:59.0344998Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  fi; \
2025-08-20T21:50:59.0346199Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  f=-e; \
2025-08-20T21:50:59.0347439Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  if [ -f ${t}.flags ]; then \
2025-08-20T21:50:59.0348822Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>          f=$f$(cat ${t}.flags); \
2025-08-20T21:50:59.0350030Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  fi; \
2025-08-20T21:50:59.0351238Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  echo TZ=UTC MAGIC=$m ./test $f $i ${t}.result; \
2025-08-20T21:50:59.0352625Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl>  TZ=UTC MAGIC=$m ./test $f $i ${t}.result; \
2025-08-20T21:50:59.0353926Z [00:01:52.280]➜  file-static-x86_64-unknown-linux-musl> done
2025-08-20T21:50:59.0369597Z [00:01:52.283]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/CVE-2014-1943
2025-08-20T21:50:59.0371803Z [00:01:52.286]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/CVE-2014-1943.testfile ../tests/CVE-2014-1943.result
2025-08-20T21:50:59.0374272Z [00:01:52.288]➜  file-static-x86_64-unknown-linux-musl> ../tests/CVE-2014-1943.testfile: Apple Driver Map, blocksize 0
2025-08-20T21:50:59.0376008Z [00:01:52.289]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/HWP2016.hwp
2025-08-20T21:50:59.0395029Z [00:01:52.290]➜  db-static-x86_64-unknown-linux-musl> checking for fclose... yes
2025-08-20T21:50:59.0409770Z [00:01:52.293]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/HWP2016.hwp.testfile ../tests/HWP2016.hwp.result
2025-08-20T21:50:59.0429187Z [00:01:52.294]➜  file-static-x86_64-unknown-linux-musl> ../tests/HWP2016.hwp.testfile: Hancom HWP (Hangul Word Processor) file, version 5.0
2025-08-20T21:50:59.0432165Z [00:01:52.295]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/HWP2016.hwpx.zip
2025-08-20T21:50:59.0451986Z [00:01:52.296]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/HWP2016.hwpx.zip.testfile ../tests/HWP2016.hwpx.zip.result
2025-08-20T21:50:59.0466412Z [00:01:52.298]➜  file-static-x86_64-unknown-linux-musl> ../tests/HWP2016.hwpx.zip.testfile: Hancom HWP (Hangul Word Processor) file, HWPX
2025-08-20T21:50:59.0487875Z [00:01:52.300]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/HWP97.hwp
2025-08-20T21:50:59.0495149Z [00:01:52.301]➜  gdbm-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:50:59.0514302Z [00:01:52.303]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/HWP97.hwp.testfile ../tests/HWP97.hwp.result
2025-08-20T21:50:59.0546280Z [00:01:52.306]➜  file-static-x86_64-unknown-linux-musl> ../tests/HWP97.hwp.testfile: Hancom HWP (Hangul Word Processor) file, version 3.0
2025-08-20T21:50:59.0561619Z [00:01:52.306]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/JW07022A.mp3
2025-08-20T21:50:59.0612777Z [00:01:52.312]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/JW07022A.mp3.testfile ../tests/JW07022A.mp3.result
2025-08-20T21:50:59.0648726Z [00:01:52.317]➜  file-static-x86_64-unknown-linux-musl> ../tests/JW07022A.mp3.testfile: Audio file with ID3 version 2.2.0, contains: MPEG ADTS, layer III, v1, 96 kbps, 44.1 kHz, Monaural
2025-08-20T21:50:59.0690126Z [00:01:52.321]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/android-vdex-1
2025-08-20T21:50:59.0716319Z [00:01:52.323]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/android-vdex-1.testfile ../tests/android-vdex-1.result
2025-08-20T21:50:59.0738456Z [00:01:52.326]➜  file-static-x86_64-unknown-linux-musl> ../tests/android-vdex-1.testfile: Android vdex file, verifier deps version: 021, dex section version: 002, number of dex files: 4, verifier deps size: 106328
2025-08-20T21:50:59.0798206Z [00:01:52.331]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/android-vdex-2
2025-08-20T21:50:59.0803032Z [00:01:52.332]➜  gdbm-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:50:59.0809463Z [00:01:52.333]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/android-vdex-2.testfile ../tests/android-vdex-2.result
2025-08-20T21:50:59.0835081Z [00:01:52.335]➜  file-static-x86_64-unknown-linux-musl> ../tests/android-vdex-2.testfile: Android vdex file, being processed by dex2oat, verifier deps version: 019, dex section version: 002, number of dex files: 1, verifier deps size: 1016
2025-08-20T21:50:59.0841352Z [00:01:52.336]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/arj
2025-08-20T21:50:59.0849574Z [00:01:52.337]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/arj.testfile ../tests/arj.result
2025-08-20T21:50:59.0875774Z [00:01:52.339]➜  gdbm-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:50:59.0892483Z [00:01:52.341]➜  file-static-x86_64-unknown-linux-musl> ../tests/arj.testfile: ARJ archive data, v11, slash-switched, created 5 1980+48, original name: example_m0.arj, os: Unix
2025-08-20T21:50:59.0894664Z [00:01:52.341]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/bcachefs
2025-08-20T21:50:59.0922789Z [00:01:52.344]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/bcachefs.testfile ../tests/bcachefs.result
2025-08-20T21:50:59.0954602Z [00:01:52.347]➜  file-static-x86_64-unknown-linux-musl> ../tests/bcachefs.testfile: bcachefs, UUID=46bd306f-80ad-4cd0-af4f-147e7d85f393, label "Label", version 13, min version 13, device 0/UUID=72a60ede-4cb6-4374-aa70-cb38a50af5ef, 1 devices
2025-08-20T21:50:59.0964190Z [00:01:52.348]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/bcachefs2
2025-08-20T21:50:59.1003148Z [00:01:52.352]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/bcachefs2.testfile ../tests/bcachefs2.result
2025-08-20T21:50:59.1048244Z [00:01:52.356]➜  file-static-x86_64-unknown-linux-musl> ../tests/bcachefs2.testfile: bcachefs, UUID=4fa11b1e-75e6-4210-9167-34e1769c0fe1, label "Label", version 26, min version 26, device 0/UUID=0a3643b7-c515-47f8-a0ea-91fc38d043d1, 1 devices (unclean)
2025-08-20T21:50:59.1058240Z [00:01:52.358]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/cl8m8ocofedso
2025-08-20T21:50:59.1077157Z [00:01:52.359]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cl8m8ocofedso.testfile ../tests/cl8m8ocofedso.result
2025-08-20T21:50:59.1124225Z [00:01:52.364]➜  file-static-x86_64-unknown-linux-musl> ../tests/cl8m8ocofedso.testfile: Audio file with ID3 version 2.4.0, contains: MPEG ADTS, layer III, v1, 192 kbps, 44.1 kHz, JntStereo
2025-08-20T21:50:59.1136814Z [00:01:52.365]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/cmd1
2025-08-20T21:50:59.1184572Z [00:01:52.370]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cmd1.testfile ../tests/cmd1.result
2025-08-20T21:50:59.1198537Z [00:01:52.372]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:50:59.1313121Z [00:01:52.381]➜  gdbm-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25 --bindir=/nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/bin --sbindir=/nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/sbin --includedir=/nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev/include --mandir=/nix/store/qdh2a39rz7r45m69i51lyf8mmi06hap6-gdbm-static-x86_64-unknown-linux-musl-1.25-man/share/man --infodir=/nix/store/k83wj808xxxx6655m4xi8rpdvl2jxpp3-gdbm-static-x86_64-unknown-linux-musl-1.25-info/share/info --docdir=/nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/share/doc/gdbm --libdir=/nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib --libexecdir=/nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/libexec --localedir=/nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale --enable-libgdbm-compat --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:50:59.1433064Z [00:01:52.394]➜  db-static-x86_64-unknown-linux-musl> checking for getenv... yes
2025-08-20T21:50:59.1442391Z [00:01:52.396]➜  db-static-x86_64-unknown-linux-musl> checking for fcntl... yes
2025-08-20T21:50:59.1627524Z [00:01:52.413]➜  file-static-x86_64-unknown-linux-musl> ../tests/cmd1.testfile: a /usr/bin/cmd1 script, ASCII text executable
2025-08-20T21:50:59.1638027Z [00:01:52.416]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/cmd2
2025-08-20T21:50:59.1705354Z [00:01:52.422]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cmd2.testfile ../tests/cmd2.result
2025-08-20T21:50:59.1857021Z [00:01:52.437]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:50:59.2142069Z [00:01:52.463]➜  file-static-x86_64-unknown-linux-musl> ../tests/cmd2.testfile: a /usr/bin/cmd2 script, ASCII text executable
2025-08-20T21:50:59.2143852Z [00:01:52.465]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/cmd3
2025-08-20T21:50:59.2160417Z [00:01:52.467]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cmd3.testfile ../tests/cmd3.result
2025-08-20T21:50:59.2197561Z [00:01:52.471]➜  file-static-x86_64-unknown-linux-musl> ../tests/cmd3.testfile: a /usr/bin/cmd3 script executable (binary data)
2025-08-20T21:50:59.2209351Z [00:01:52.473]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/cmd4
2025-08-20T21:50:59.2241191Z [00:01:52.476]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cmd4.testfile ../tests/cmd4.result
2025-08-20T21:50:59.2272879Z [00:01:52.479]➜  file-static-x86_64-unknown-linux-musl> ../tests/cmd4.testfile: a /usr/bin/cmd4 script executable (binary data)
2025-08-20T21:50:59.2310863Z [00:01:52.483]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/dsd64-dff
2025-08-20T21:50:59.2343905Z [00:01:52.486]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/dsd64-dff.testfile ../tests/dsd64-dff.result
2025-08-20T21:50:59.2376938Z [00:01:52.489]➜  file-static-x86_64-unknown-linux-musl> ../tests/dsd64-dff.testfile: DSDIFF audio bitstream data, 1 bit, mono, "DSD 64" 2822400 Hz, no compression, ID3 version 2.0.0
2025-08-20T21:50:59.2383109Z [00:01:52.490]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/dsd64-dsf
2025-08-20T21:50:59.2411196Z [00:01:52.493]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/dsd64-dsf.testfile ../tests/dsd64-dsf.result
2025-08-20T21:50:59.2435953Z [00:01:52.495]➜  db-static-x86_64-unknown-linux-musl> checking for getopt... yes
2025-08-20T21:50:59.2444792Z [00:01:52.496]➜  file-static-x86_64-unknown-linux-musl> ../tests/dsd64-dsf.testfile: DSF audio bitstream data, 1 bit, mono, "DSD 64" 2822400 Hz, no compression, ID3 version 2.3.0
2025-08-20T21:50:59.2453034Z [00:01:52.497]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/escapevel
2025-08-20T21:50:59.2465244Z [00:01:52.497]➜  db-static-x86_64-unknown-linux-musl> checking for fdatasync... yes
2025-08-20T21:50:59.2490488Z [00:01:52.499]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/escapevel.testfile ../tests/escapevel.result
2025-08-20T21:50:59.2516975Z [00:01:52.503]➜  file-static-x86_64-unknown-linux-musl> ../tests/escapevel.testfile: Zip data (MIME type "application/vnd.nz.gen.geek_central.ti5x"?)
2025-08-20T21:50:59.2522901Z [00:01:52.504]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/ext4
2025-08-20T21:50:59.2540677Z [00:01:52.506]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/ext4.testfile ../tests/ext4.result
2025-08-20T21:50:59.2579209Z [00:01:52.509]➜  file-static-x86_64-unknown-linux-musl> ../tests/ext4.testfile: Linux rev 1.0 ext4 filesystem data, UUID=d32bbb08-3a76-4510-a064-3045f887dbdf (extents) (64bit) (large files) (huge files)
2025-08-20T21:50:59.2636093Z [00:01:52.514]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/fit-map-data
2025-08-20T21:50:59.2637898Z [00:01:52.514]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/fit-map-data.testfile ../tests/fit-map-data.result
2025-08-20T21:50:59.2640327Z [00:01:52.515]➜  file-static-x86_64-unknown-linux-musl> ../tests/fit-map-data.testfile: FIT Map data, unit id 65536, serial 3879446968, Sat May 31 10:00:34 2014, manufacturer 1 (garmin), product 1632, type 4 (Activity)
2025-08-20T21:50:59.2645027Z [00:01:52.516]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/gedcom
2025-08-20T21:50:59.2664615Z [00:01:52.517]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/gedcom.testfile ../tests/gedcom.result
2025-08-20T21:50:59.3075386Z [00:01:52.559]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:50:59.3100901Z [00:01:52.562]➜  file-static-x86_64-unknown-linux-musl> ../tests/gedcom.testfile: GEDCOM genealogy text version 5.5, ASCII text
2025-08-20T21:50:59.3115528Z [00:01:52.563]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/gpkg-1-zst
2025-08-20T21:50:59.3130076Z [00:01:52.565]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:50:59.3132003Z [00:01:52.565]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/gpkg-1-zst.testfile ../tests/gpkg-1-zst.result
2025-08-20T21:50:59.3152295Z [00:01:52.566]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:50:59.3157410Z [00:01:52.567]➜  file-static-x86_64-unknown-linux-musl> ../tests/gpkg-1-zst.testfile: Gentoo GLEP 78 (GPKG) binary package for "inkscape-1.2.1-r2-1" using zstd compression
2025-08-20T21:50:59.3165015Z [00:01:52.568]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/hddrawcopytool
2025-08-20T21:50:59.3172358Z [00:01:52.569]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/hddrawcopytool.testfile ../tests/hddrawcopytool.result
2025-08-20T21:50:59.3182066Z [00:01:52.570]➜  file-static-x86_64-unknown-linux-musl> ../tests/hddrawcopytool.testfile: HDD Raw Copy Tool 1.10 - HD model: ST500DM0 02-1BD142 serial: 51D20233A7C0
2025-08-20T21:50:59.3190083Z [00:01:52.571]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:50:59.3205765Z [00:01:52.572]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:50:59.3209667Z [00:01:52.572]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/hello-racket_rkt
2025-08-20T21:50:59.3212831Z [00:01:52.573]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/hello-racket_rkt.testfile ../tests/hello-racket_rkt.result
2025-08-20T21:50:59.3234953Z [00:01:52.575]➜  file-static-x86_64-unknown-linux-musl> ../tests/hello-racket_rkt.testfile: Racket bytecode (version 8.5)
2025-08-20T21:50:59.3266589Z [00:01:52.578]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/issue311docx
2025-08-20T21:50:59.3281972Z [00:01:52.578]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/issue311docx.testfile ../tests/issue311docx.result
2025-08-20T21:50:59.3284311Z [00:01:52.580]➜  file-static-x86_64-unknown-linux-musl> ../tests/issue311docx.testfile: Microsoft Word 2007+
2025-08-20T21:50:59.3295166Z [00:01:52.581]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/issue359xlsx
2025-08-20T21:50:59.3311110Z [00:01:52.583]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/issue359xlsx.testfile ../tests/issue359xlsx.result
2025-08-20T21:50:59.3350107Z [00:01:52.587]➜  file-static-x86_64-unknown-linux-musl> ../tests/issue359xlsx.testfile: Microsoft Excel 2007+
2025-08-20T21:50:59.3361660Z [00:01:52.588]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/jpeg-text
2025-08-20T21:50:59.3389945Z [00:01:52.591]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/jpeg-text.testfile ../tests/jpeg-text.result
2025-08-20T21:50:59.3422352Z [00:01:52.594]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:50:59.3440881Z [00:01:52.596]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:50:59.3457586Z [00:01:52.598]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:50:59.3480917Z [00:01:52.600]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:50:59.3500353Z [00:01:52.602]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:50:59.3676031Z [00:01:52.619]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:50:59.3791140Z [00:01:52.631]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:50:59.3802266Z [00:01:52.632]➜  file-static-x86_64-unknown-linux-musl> ../tests/jpeg-text.testfile: ASCII text, with no line terminators
2025-08-20T21:50:59.3813162Z [00:01:52.633]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/json1
2025-08-20T21:50:59.3830956Z [00:01:52.635]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/json1.testfile ../tests/json1.result
2025-08-20T21:50:59.3838512Z [00:01:52.636]➜  db-static-x86_64-unknown-linux-musl> checking for fgetc... yes
2025-08-20T21:50:59.3856359Z [00:01:52.637]➜  file-static-x86_64-unknown-linux-musl> ../tests/json1.testfile: JSON text data
2025-08-20T21:50:59.3860987Z [00:01:52.638]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/json2
2025-08-20T21:50:59.3871563Z [00:01:52.639]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/json2.testfile ../tests/json2.result
2025-08-20T21:50:59.3884742Z [00:01:52.640]➜  file-static-x86_64-unknown-linux-musl> ../tests/json2.testfile: JSON text data
2025-08-20T21:50:59.3899733Z [00:01:52.642]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/json3
2025-08-20T21:50:59.3908659Z [00:01:52.643]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/json3.testfile ../tests/json3.result
2025-08-20T21:50:59.3926077Z [00:01:52.644]➜  file-static-x86_64-unknown-linux-musl> ../tests/json3.testfile: JSON text data
2025-08-20T21:50:59.3944924Z [00:01:52.646]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/json4
2025-08-20T21:50:59.3961115Z [00:01:52.648]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/json4.testfile ../tests/json4.result
2025-08-20T21:50:59.3987741Z [00:01:52.651]➜  file-static-x86_64-unknown-linux-musl> ../tests/json4.testfile: JSON text data
2025-08-20T21:50:59.3996728Z [00:01:52.651]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/json5
2025-08-20T21:50:59.4014274Z [00:01:52.653]➜  db-static-x86_64-unknown-linux-musl> checking for isalpha... yes
2025-08-20T21:50:59.4019842Z [00:01:52.654]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/json5.testfile ../tests/json5.result
2025-08-20T21:50:59.4394725Z [00:01:52.691]➜  file-static-x86_64-unknown-linux-musl> ../tests/json5.testfile: ASCII text
2025-08-20T21:50:59.4414888Z [00:01:52.693]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/json6
2025-08-20T21:50:59.4439257Z [00:01:52.696]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/json6.testfile ../tests/json6.result
2025-08-20T21:50:59.4471688Z [00:01:52.699]➜  file-static-x86_64-unknown-linux-musl> ../tests/json6.testfile: JSON text data
2025-08-20T21:50:59.4481230Z [00:01:52.700]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/json7
2025-08-20T21:50:59.4497657Z [00:01:52.701]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/json7.testfile ../tests/json7.result
2025-08-20T21:50:59.4499922Z [00:01:52.702]➜  gdbm-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:50:59.4535809Z [00:01:52.705]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:50:59.4557723Z [00:01:52.707]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:50:59.4561189Z [00:01:52.707]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:50:59.4578655Z [00:01:52.709]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:50:59.4760399Z [00:01:52.728]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:50:59.4788268Z [00:01:52.730]➜  gdbm-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:50:59.4794053Z [00:01:52.731]➜  gdbm-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:50:59.4953027Z [00:01:52.747]➜  file-static-x86_64-unknown-linux-musl> ../tests/json7.testfile: ASCII text
2025-08-20T21:50:59.4967418Z [00:01:52.749]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/json8
2025-08-20T21:50:59.4977273Z [00:01:52.749]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/json8.testfile ../tests/json8.result
2025-08-20T21:50:59.4984732Z [00:01:52.750]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:50:59.5002508Z [00:01:52.752]➜  file-static-x86_64-unknown-linux-musl> ../tests/json8.testfile: JSON text data
2025-08-20T21:50:59.5008925Z [00:01:52.752]➜  db-static-x86_64-unknown-linux-musl> checking for fgets... yes
2025-08-20T21:50:59.5012957Z [00:01:52.753]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/jsonlines1
2025-08-20T21:50:59.5025493Z [00:01:52.754]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/jsonlines1.testfile ../tests/jsonlines1.result
2025-08-20T21:50:59.5028390Z [00:01:52.755]➜  file-static-x86_64-unknown-linux-musl> ../tests/jsonlines1.testfile: New Line Delimited JSON text data
2025-08-20T21:50:59.5045683Z [00:01:52.756]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/matilde.arm
2025-08-20T21:50:59.5063368Z [00:01:52.758]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/matilde.arm.testfile ../tests/matilde.arm.result
2025-08-20T21:50:59.5125341Z [00:01:52.764]➜  db-static-x86_64-unknown-linux-musl> checking for isdigit... yes
2025-08-20T21:50:59.5126906Z [00:01:52.764]➜  file-static-x86_64-unknown-linux-musl> ../tests/matilde.arm.testfile: Adaptive Multi-Rate Codec (GSM telephony)
2025-08-20T21:50:59.5128744Z [00:01:52.764]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/multiple
2025-08-20T21:50:59.5139235Z [00:01:52.766]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:50:59.5151511Z [00:01:52.767]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../tests/multiple-A.magic:../tests/multiple-B.magic ./test -ek ../tests/multiple.testfile ../tests/multiple.result
2025-08-20T21:50:59.5162446Z [00:01:52.768]➜  file-static-x86_64-unknown-linux-musl> Warning: using regular magic file `../tests/multiple-B.magic'
2025-08-20T21:50:59.5167721Z [00:01:52.768]➜  file-static-x86_64-unknown-linux-musl> ../tests/multiple.testfile: RTF1.0\012- Viva File 2.0\012- ABCD File\012- Test File 1.0, ASCII text, with no line terminators
2025-08-20T21:50:59.5170232Z [00:01:52.769]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pcjr
2025-08-20T21:50:59.5177620Z [00:01:52.769]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pcjr.testfile ../tests/pcjr.result
2025-08-20T21:50:59.5194169Z [00:01:52.771]➜  file-static-x86_64-unknown-linux-musl> ../tests/pcjr.testfile: PCjr Cartridge image
2025-08-20T21:50:59.5218864Z [00:01:52.773]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pgp-binary-key-v2-phil
2025-08-20T21:50:59.5235540Z [00:01:52.775]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pgp-binary-key-v2-phil.testfile ../tests/pgp-binary-key-v2-phil.result
2025-08-20T21:50:59.5293901Z [00:01:52.781]➜  file-static-x86_64-unknown-linux-musl> ../tests/pgp-binary-key-v2-phil.testfile: OpenPGP Public Key Version 2, Created Fri May 21 05:20:00 1993, RSA (Encrypt or Sign, 1024 bits); User ID; Signature; OpenPGP Certificate
2025-08-20T21:50:59.5299214Z [00:01:52.781]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pgp-binary-key-v3-lutz
2025-08-20T21:50:59.5312074Z [00:01:52.783]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:50:59.5336364Z [00:01:52.785]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pgp-binary-key-v3-lutz.testfile ../tests/pgp-binary-key-v3-lutz.result
2025-08-20T21:50:59.5338458Z [00:01:52.785]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:50:59.5382188Z [00:01:52.790]➜  file-static-x86_64-unknown-linux-musl> ../tests/pgp-binary-key-v3-lutz.testfile: OpenPGP Public Key Version 3, Created Mon Mar 17 11:14:30 1997, RSA (Encrypt or Sign, 1127 bits); User ID; Signature; OpenPGP Certificate
2025-08-20T21:50:59.5387498Z [00:01:52.790]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pgp-binary-key-v4-dsa
2025-08-20T21:50:59.5428603Z [00:01:52.795]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pgp-binary-key-v4-dsa.testfile ../tests/pgp-binary-key-v4-dsa.result
2025-08-20T21:50:59.5452699Z [00:01:52.797]➜  file-static-x86_64-unknown-linux-musl> ../tests/pgp-binary-key-v4-dsa.testfile: OpenPGP Public Key Version 4, Created Mon Apr  7 22:23:01 1997, DSA (1024 bits); User ID; Signature; OpenPGP Certificate
2025-08-20T21:50:59.5471746Z [00:01:52.799]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pgp-binary-key-v4-ecc-no-userid-secret
2025-08-20T21:50:59.5481337Z [00:01:52.800]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pgp-binary-key-v4-ecc-no-userid-secret.testfile ../tests/pgp-binary-key-v4-ecc-no-userid-secret.result
2025-08-20T21:50:59.5523096Z [00:01:52.804]➜  file-static-x86_64-unknown-linux-musl> ../tests/pgp-binary-key-v4-ecc-no-userid-secret.testfile: OpenPGP Secret Key Version 4, Created Wed Aug 26 20:52:13 2020, EdDSA; Signature; Secret Subkey; OpenPGP Certificate
2025-08-20T21:50:59.5527346Z [00:01:52.804]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pgp-binary-key-v4-ecc-secret-key
2025-08-20T21:50:59.5537736Z [00:01:52.805]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pgp-binary-key-v4-ecc-secret-key.testfile ../tests/pgp-binary-key-v4-ecc-secret-key.result
2025-08-20T21:50:59.5572233Z [00:01:52.809]➜  file-static-x86_64-unknown-linux-musl> ../tests/pgp-binary-key-v4-ecc-secret-key.testfile: OpenPGP Secret Key Version 4, Created Sat Aug 22 14:07:46 2020, EdDSA; User ID; Signature; OpenPGP Certificate
2025-08-20T21:50:59.5616207Z [00:01:52.813]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pgp-binary-key-v4-rsa-key
2025-08-20T21:50:59.5625835Z [00:01:52.814]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pgp-binary-key-v4-rsa-key.testfile ../tests/pgp-binary-key-v4-rsa-key.result
2025-08-20T21:50:59.5667522Z [00:01:52.818]➜  file-static-x86_64-unknown-linux-musl> ../tests/pgp-binary-key-v4-rsa-key.testfile: OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); User ID; Signature; OpenPGP Certificate
2025-08-20T21:50:59.5679784Z [00:01:52.820]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pgp-binary-key-v4-rsa-no-userid-secret
2025-08-20T21:50:59.5703684Z [00:01:52.822]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pgp-binary-key-v4-rsa-no-userid-secret.testfile ../tests/pgp-binary-key-v4-rsa-no-userid-secret.result
2025-08-20T21:50:59.5730998Z [00:01:52.825]➜  file-static-x86_64-unknown-linux-musl> ../tests/pgp-binary-key-v4-rsa-no-userid-secret.testfile: OpenPGP Secret Key Version 4, Created Sat Aug 22 20:13:52 2020, RSA (Encrypt or Sign, 3072 bits); Signature; Secret Subkey; OpenPGP Certificate
2025-08-20T21:50:59.5760691Z [00:01:52.828]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pgp-binary-key-v4-rsa-secret-key
2025-08-20T21:50:59.5805488Z [00:01:52.832]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pgp-binary-key-v4-rsa-secret-key.testfile ../tests/pgp-binary-key-v4-rsa-secret-key.result
2025-08-20T21:50:59.5846359Z [00:01:52.836]➜  file-static-x86_64-unknown-linux-musl> ../tests/pgp-binary-key-v4-rsa-secret-key.testfile: OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); User ID; Signature; OpenPGP Certificate
2025-08-20T21:50:59.5866262Z [00:01:52.838]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pnm1
2025-08-20T21:50:59.5882819Z [00:01:52.840]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pnm1.testfile ../tests/pnm1.result
2025-08-20T21:50:59.5951734Z [00:01:52.847]➜  file-static-x86_64-unknown-linux-musl> ../tests/pnm1.testfile: Netpbm image data, size = 2 x 2, greymap, ASCII text
2025-08-20T21:50:59.5959364Z [00:01:52.848]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pnm2
2025-08-20T21:50:59.5984707Z [00:01:52.850]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pnm2.testfile ../tests/pnm2.result
2025-08-20T21:50:59.6018726Z [00:01:52.853]➜  file-static-x86_64-unknown-linux-musl> ../tests/pnm2.testfile: Netpbm image data, size = 2 x 2, rawbits, greymap
2025-08-20T21:50:59.6026161Z [00:01:52.854]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/pnm3
2025-08-20T21:50:59.6041312Z [00:01:52.856]➜  db-static-x86_64-unknown-linux-musl> checking for fopen... yes
2025-08-20T21:50:59.6043016Z [00:01:52.856]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:50:59.6048249Z [00:01:52.857]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/pnm3.testfile ../tests/pnm3.result
2025-08-20T21:50:59.6096901Z [00:01:52.861]➜  file-static-x86_64-unknown-linux-musl> ../tests/pnm3.testfile: Netpbm image data, size = 10 x 20, pixmap, ASCII text
2025-08-20T21:50:59.6105757Z [00:01:52.862]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/regex-eol
2025-08-20T21:50:59.6116947Z [00:01:52.863]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../tests/regex-eol.magic ./test -e ../tests/regex-eol.testfile ../tests/regex-eol.result
2025-08-20T21:50:59.6132541Z [00:01:52.865]➜  file-static-x86_64-unknown-linux-musl> ../tests/regex-eol.testfile: Ansible Vault text, version 1.1, using AES256 encryption
2025-08-20T21:50:59.6135378Z [00:01:52.865]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/registry-pol
2025-08-20T21:50:59.6147695Z [00:01:52.866]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/registry-pol.testfile ../tests/registry-pol.result
2025-08-20T21:50:59.6157189Z [00:01:52.867]➜  file-static-x86_64-unknown-linux-musl> ../tests/registry-pol.testfile: Group Policy Registry Policy, Version=1
2025-08-20T21:50:59.6164946Z [00:01:52.868]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/uf2
2025-08-20T21:50:59.6179284Z [00:01:52.870]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/uf2.testfile ../tests/uf2.result
2025-08-20T21:50:59.6205560Z [00:01:52.872]➜  file-static-x86_64-unknown-linux-musl> ../tests/uf2.testfile: UF2 firmware image, family ESP32-S2, address 00000000, 4829 total blocks
2025-08-20T21:50:59.6209536Z [00:01:52.873]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/xclbin
2025-08-20T21:50:59.6220962Z [00:01:52.874]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/xclbin.testfile ../tests/xclbin.result
2025-08-20T21:50:59.6625061Z [00:01:52.914]➜  db-static-x86_64-unknown-linux-musl> checking for isprint... yes
2025-08-20T21:50:59.6631811Z [00:01:52.915]➜  file-static-x86_64-unknown-linux-musl> ../tests/xclbin.testfile: AMD/Xilinx accelerator AXLF (xclbin) file, 46226070 bytes, created Fri Mar 25 00:51:37 2022, shell "xilinx_u55c_gen3x16_xdma_3_202210_1", uuid e106e953-cf90-4024-e075-282d1a7d820b, 11 sections
2025-08-20T21:50:59.6644078Z [00:01:52.916]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.2-FF
2025-08-20T21:50:59.6666745Z [00:01:52.918]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.2-FF.testfile ../tests/zstd-v0.2-FF.result
2025-08-20T21:50:59.6708026Z [00:01:52.921]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.2-FF.testfile: Zstandard compressed data (v0.2)
2025-08-20T21:50:59.6709369Z [00:01:52.921]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.3-FF
2025-08-20T21:50:59.6728196Z [00:01:52.925]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.3-FF.testfile ../tests/zstd-v0.3-FF.result
2025-08-20T21:50:59.6749673Z [00:01:52.927]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.3-FF.testfile: Zstandard compressed data (v0.3)
2025-08-20T21:50:59.6754014Z [00:01:52.927]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.4-FF
2025-08-20T21:50:59.6766462Z [00:01:52.928]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.4-FF.testfile ../tests/zstd-v0.4-FF.result
2025-08-20T21:50:59.6778438Z [00:01:52.930]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.4-FF.testfile: Zstandard compressed data (v0.4)
2025-08-20T21:50:59.6795212Z [00:01:52.931]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.5-FF
2025-08-20T21:50:59.6809482Z [00:01:52.933]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.5-FF.testfile ../tests/zstd-v0.5-FF.result
2025-08-20T21:50:59.6825430Z [00:01:52.934]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.5-FF.testfile: Zstandard compressed data (v0.5)
2025-08-20T21:50:59.6845952Z [00:01:52.936]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.6-FF
2025-08-20T21:50:59.6867481Z [00:01:52.938]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.6-FF.testfile ../tests/zstd-v0.6-FF.result
2025-08-20T21:50:59.6879539Z [00:01:52.940]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.6-FF.testfile: Zstandard compressed data (v0.6)
2025-08-20T21:50:59.6919850Z [00:01:52.944]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.7-21
2025-08-20T21:50:59.6957799Z [00:01:52.948]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.7-21.testfile ../tests/zstd-v0.7-21.result
2025-08-20T21:50:59.6998830Z [00:01:52.951]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.7-21.testfile: Zstandard compressed data (v0.7), Dictionary ID: 1
2025-08-20T21:50:59.7016875Z [00:01:52.951]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.7-22
2025-08-20T21:50:59.7030037Z [00:01:52.955]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.7-22.testfile ../tests/zstd-v0.7-22.result
2025-08-20T21:50:59.7054295Z [00:01:52.957]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.7-22.testfile: Zstandard compressed data (v0.7), Dictionary ID: 513
2025-08-20T21:50:59.7066289Z [00:01:52.958]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.8-01
2025-08-20T21:50:59.7104741Z [00:01:52.962]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.8-01.testfile ../tests/zstd-v0.8-01.result
2025-08-20T21:50:59.7133015Z [00:01:52.965]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.8-01.testfile: Zstandard compressed data (v0.8+), Dictionary ID: 2
2025-08-20T21:50:59.7142992Z [00:01:52.966]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.8-02
2025-08-20T21:50:59.7159037Z [00:01:52.968]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.8-02.testfile ../tests/zstd-v0.8-02.result
2025-08-20T21:50:59.7195114Z [00:01:52.971]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.8-02.testfile: Zstandard compressed data (v0.8+), Dictionary ID: 770
2025-08-20T21:50:59.7209676Z [00:01:52.973]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.8-03
2025-08-20T21:50:59.7265521Z [00:01:52.978]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.8-03.testfile ../tests/zstd-v0.8-03.result
2025-08-20T21:50:59.7303981Z [00:01:52.982]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.8-03.testfile: Zstandard compressed data (v0.8+), Dictionary ID: 84148994
2025-08-20T21:50:59.7306365Z [00:01:52.982]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.8-16
2025-08-20T21:50:59.7308338Z [00:01:52.983]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.8-16.testfile ../tests/zstd-v0.8-16.result
2025-08-20T21:50:59.7330519Z [00:01:52.985]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.8-16.testfile: Zstandard compressed data (v0.8+), Dictionary ID: 770
2025-08-20T21:50:59.7360154Z [00:01:52.988]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.8-20
2025-08-20T21:50:59.7400376Z [00:01:52.992]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.8-20.testfile ../tests/zstd-v0.8-20.result
2025-08-20T21:50:59.7428550Z [00:01:52.995]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.8-20.testfile: Zstandard compressed data (v0.8+), Dictionary ID: None
2025-08-20T21:50:59.7433387Z [00:01:52.995]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.8-21
2025-08-20T21:50:59.7450785Z [00:01:52.997]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.8-21.testfile ../tests/zstd-v0.8-21.result
2025-08-20T21:50:59.7465242Z [00:01:52.998]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.8-21.testfile: Zstandard compressed data (v0.8+), Dictionary ID: 1
2025-08-20T21:50:59.7481610Z [00:01:53.000]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.8-22
2025-08-20T21:50:59.7501377Z [00:01:53.001]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.8-22.testfile ../tests/zstd-v0.8-22.result
2025-08-20T21:50:59.7526085Z [00:01:53.004]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.8-22.testfile: Zstandard compressed data (v0.8+), Dictionary ID: 513
2025-08-20T21:50:59.7533825Z [00:01:53.005]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.8-23
2025-08-20T21:50:59.7559647Z [00:01:53.008]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.8-23.testfile ../tests/zstd-v0.8-23.result
2025-08-20T21:50:59.7562084Z [00:01:53.008]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:50:59.7579662Z [00:01:53.010]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.8-23.testfile: Zstandard compressed data (v0.8+), Dictionary ID: 67305985
2025-08-20T21:50:59.7582492Z [00:01:53.010]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.8-F4
2025-08-20T21:50:59.7611014Z [00:01:53.013]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.8-F4.testfile ../tests/zstd-v0.8-F4.result
2025-08-20T21:50:59.7624229Z [00:01:53.013]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:50:59.7625569Z [00:01:53.013]➜  gdbm-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:50:59.7627118Z [00:01:53.014]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.8-F4.testfile: Zstandard compressed data (v0.8+), Dictionary ID: None
2025-08-20T21:50:59.7632976Z [00:01:53.015]➜  file-static-x86_64-unknown-linux-musl> Running test: ../tests/zstd-v0.8-FF
2025-08-20T21:50:59.7656793Z [00:01:53.016]➜  file-static-x86_64-unknown-linux-musl> TZ=UTC MAGIC=../magic/magic ./test -e ../tests/zstd-v0.8-FF.testfile ../tests/zstd-v0.8-FF.result
2025-08-20T21:50:59.7667370Z [00:01:53.018]➜  db-static-x86_64-unknown-linux-musl> checking for fwrite... yes
2025-08-20T21:50:59.7691336Z [00:01:53.021]➜  file-static-x86_64-unknown-linux-musl> ../tests/zstd-v0.8-FF.testfile: Zstandard compressed data (v0.8+), Dictionary ID: 67305985
2025-08-20T21:50:59.7732945Z [00:01:53.025]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/tests'
2025-08-20T21:50:59.7734515Z [00:01:53.025]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45/tests'
2025-08-20T21:50:59.7735588Z [00:01:53.025]➜  file-static-x86_64-unknown-linux-musl> Making check in doc
2025-08-20T21:50:59.7759107Z [00:01:53.028]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45/doc'
2025-08-20T21:50:59.7762270Z [00:01:53.028]➜  file-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:50:59.7763695Z [00:01:53.028]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45/doc'
2025-08-20T21:50:59.7765054Z [00:01:53.028]➜  file-static-x86_64-unknown-linux-musl> Making check in python
2025-08-20T21:50:59.7792574Z [00:01:53.031]➜  db-static-x86_64-unknown-linux-musl> checking for isspace... yes
2025-08-20T21:50:59.7793974Z [00:01:53.031]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45/python'
2025-08-20T21:50:59.7798202Z [00:01:53.032]➜  file-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:50:59.7804239Z [00:01:53.032]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45/python'
2025-08-20T21:50:59.7834817Z [00:01:53.035]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45'
2025-08-20T21:50:59.7903539Z [00:01:53.042]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45'
2025-08-20T21:50:59.7995361Z [00:01:53.051]➜  file-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:50:59.8263856Z [00:01:53.077]➜  file-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev/lib/pkgconfig m4datadir=/nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev/share/aclocal aclocaldir=/nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev/share/aclocal install
2025-08-20T21:50:59.8425129Z [00:01:53.094]➜  file-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:50:59.8470292Z [00:01:53.099]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45/src'
2025-08-20T21:50:59.8474968Z [00:01:53.099]➜  file-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T21:50:59.8551116Z [00:01:53.105]➜  gdbm-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:50:59.8552553Z [00:01:53.106]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/src'
2025-08-20T21:50:59.8581763Z [00:01:53.110]➜  file-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/file-5.45/src'
2025-08-20T21:50:59.8650504Z [00:01:53.117]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib'
2025-08-20T21:50:59.8654400Z [00:01:53.117]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev/include'
2025-08-20T21:50:59.8657091Z [00:01:53.117]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:50:59.8672264Z [00:01:53.119]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libmagic.la '/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib'
2025-08-20T21:50:59.8748516Z [00:01:53.126]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 magic.h '/nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev/include'
2025-08-20T21:50:59.8808172Z [00:01:53.133]➜  db-static-x86_64-unknown-linux-musl> checking for getgid... yes
2025-08-20T21:50:59.8954786Z [00:01:53.147]➜  db-static-x86_64-unknown-linux-musl> checking for memcmp... yes
2025-08-20T21:50:59.9162324Z [00:01:53.168]➜  file-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libmagic.lai /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib/libmagic.la
2025-08-20T21:50:59.9197358Z [00:01:53.171]➜  file-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libmagic.a /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib/libmagic.a
2025-08-20T21:50:59.9234887Z [00:01:53.175]➜  file-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib/libmagic.a
2025-08-20T21:50:59.9239809Z [00:01:53.176]➜  gdbm-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:50:59.9271367Z [00:01:53.179]➜  file-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib/libmagic.a
2025-08-20T21:50:59.9790796Z [00:01:53.230]➜  db-static-x86_64-unknown-linux-musl> checking for getrusage... yes
2025-08-20T21:50:59.9912190Z [00:01:53.243]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:50:59.9960896Z [00:01:53.246]➜  file-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib
2025-08-20T21:51:00.0017397Z [00:01:53.247]➜  file-static-x86_64-unknown-linux-musl> /build/file-5.45/libtool: line 1723: ldconfig: command not found
2025-08-20T21:51:00.0018929Z [00:01:53.248]➜  file-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:51:00.0020160Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:51:00.0021692Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl>    /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib
2025-08-20T21:51:00.0022954Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:00.0034778Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:51:00.0036203Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:51:00.0037577Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:51:00.0038973Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:51:00.0040281Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:51:00.0041711Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:51:00.0042802Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:51:00.0044303Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:51:00.0045333Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:51:00.0046568Z [00:01:53.249]➜  file-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:51:00.0047643Z [00:01:53.250]➜  file-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:00.0048361Z [00:01:53.250]➜  file-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:00.0049426Z [00:01:53.250]➜  file-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:51:00.0050851Z [00:01:53.250]➜  file-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:51:00.0052203Z [00:01:53.250]➜  file-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:51:00.0077886Z [00:01:53.258]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/bin'
2025-08-20T21:51:00.0144231Z [00:01:53.266]➜  db-static-x86_64-unknown-linux-musl> checking for memcpy... yes
2025-08-20T21:51:00.0158343Z [00:01:53.267]➜  file-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c file '/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/bin'
2025-08-20T21:51:00.0505208Z [00:01:53.302]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:51:00.0648185Z [00:01:53.316]➜  file-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c file /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/bin/file
2025-08-20T21:51:00.0711950Z [00:01:53.322]➜  file-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/file-5.45/src'
2025-08-20T21:51:00.0717681Z [00:01:53.322]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/src'
2025-08-20T21:51:00.0730094Z [00:01:53.323]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45/src'
2025-08-20T21:51:00.0767063Z [00:01:53.325]➜  file-static-x86_64-unknown-linux-musl> Making install in magic
2025-08-20T21:51:00.0778929Z [00:01:53.330]➜  db-static-x86_64-unknown-linux-musl> checking for getuid... yes
2025-08-20T21:51:00.0824316Z [00:01:53.334]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45/magic'
2025-08-20T21:51:00.0894325Z [00:01:53.341]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/magic'
2025-08-20T21:51:00.0895844Z [00:01:53.341]➜  file-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:51:00.0938255Z [00:01:53.345]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/share/misc'
2025-08-20T21:51:00.1020945Z [00:01:53.354]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 magic.mgc '/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/share/misc'
2025-08-20T21:51:00.1206906Z [00:01:53.372]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/magic'
2025-08-20T21:51:00.1212895Z [00:01:53.373]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45/magic'
2025-08-20T21:51:00.1219037Z [00:01:53.374]➜  file-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T21:51:00.1249874Z [00:01:53.377]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45/tests'
2025-08-20T21:51:00.1275227Z [00:01:53.379]➜  db-static-x86_64-unknown-linux-musl> checking for memmove... yes
2025-08-20T21:51:00.1311847Z [00:01:53.383]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/tests'
2025-08-20T21:51:00.1314035Z [00:01:53.383]➜  file-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:51:00.1315915Z [00:01:53.383]➜  file-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:51:00.1317313Z [00:01:53.383]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/tests'
2025-08-20T21:51:00.1318711Z [00:01:53.383]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45/tests'
2025-08-20T21:51:00.1319976Z [00:01:53.383]➜  file-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T21:51:00.1338741Z [00:01:53.386]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45/doc'
2025-08-20T21:51:00.1375813Z [00:01:53.389]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/doc'
2025-08-20T21:51:00.1380760Z [00:01:53.390]➜  file-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:51:00.1427807Z [00:01:53.394]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man/share/man/man1'
2025-08-20T21:51:00.1508753Z [00:01:53.402]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man/share/man/man3'
2025-08-20T21:51:00.1531135Z [00:01:53.403]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man/share/man/man5'
2025-08-20T21:51:00.1540318Z [00:01:53.405]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man/share/man/man4'
2025-08-20T21:51:00.1657780Z [00:01:53.417]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 file.1 '/nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man/share/man/man1'
2025-08-20T21:51:00.1691233Z [00:01:53.421]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmagic.3 '/nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man/share/man/man3'
2025-08-20T21:51:00.1755195Z [00:01:53.427]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 magic.4 '/nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man/share/man/man4'
2025-08-20T21:51:00.1823657Z [00:01:53.434]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:51:00.1827953Z [00:01:53.435]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/doc'
2025-08-20T21:51:00.1855753Z [00:01:53.437]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45/doc'
2025-08-20T21:51:00.1857188Z [00:01:53.437]➜  file-static-x86_64-unknown-linux-musl> Making install in python
2025-08-20T21:51:00.1863427Z [00:01:53.438]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45/python'
2025-08-20T21:51:00.1964588Z [00:01:53.448]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45/python'
2025-08-20T21:51:00.1966658Z [00:01:53.448]➜  file-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:51:00.1969714Z [00:01:53.448]➜  file-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:51:00.1971277Z [00:01:53.448]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45/python'
2025-08-20T21:51:00.1972892Z [00:01:53.449]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45/python'
2025-08-20T21:51:00.2014719Z [00:01:53.453]➜  file-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/file-5.45'
2025-08-20T21:51:00.2087257Z [00:01:53.460]➜  file-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/file-5.45'
2025-08-20T21:51:00.2107271Z [00:01:53.461]➜  file-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:51:00.2131105Z [00:01:53.463]➜  db-static-x86_64-unknown-linux-musl> checking for hstrerror... yes
2025-08-20T21:51:00.2139133Z [00:01:53.463]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib/pkgconfig'
2025-08-20T21:51:00.2207377Z [00:01:53.471]➜  file-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmagic.pc '/nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib/pkgconfig'
2025-08-20T21:51:00.2244442Z [00:01:53.476]➜  file-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/file-5.45'
2025-08-20T21:51:00.2250999Z [00:01:53.477]➜  file-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/file-5.45'
2025-08-20T21:51:00.2327623Z [00:01:53.485]➜  file-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:51:00.2624370Z [00:01:53.514]➜  db-static-x86_64-unknown-linux-musl> checking for printf... yes
2025-08-20T21:51:00.2707619Z [00:01:53.522]➜  file-static-x86_64-unknown-linux-musl> Moving /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib/pkgconfig to /nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev/lib/pkgconfig
2025-08-20T21:51:00.2729547Z [00:01:53.525]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:51:00.2960723Z [00:01:53.547]➜  file-static-x86_64-unknown-linux-musl> Patching '/nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev/lib/pkgconfig/libmagic.pc' includedir to output /nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev
2025-08-20T21:51:00.2976518Z [00:01:53.549]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:51:00.2985053Z [00:01:53.550]➜  gdbm-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:51:00.3016624Z [00:01:53.553]➜  file-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45
2025-08-20T21:51:00.3048643Z [00:01:53.557]➜  file-static-x86_64-unknown-linux-musl> shrinking /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/bin/file
2025-08-20T21:51:00.3080969Z [00:01:53.560]➜  file-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:51:00.3096933Z [00:01:53.561]➜  file-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45...
2025-08-20T21:51:00.3115829Z [00:01:53.563]➜  db-static-x86_64-unknown-linux-musl> checking for mprotect... yes
2025-08-20T21:51:00.3327387Z [00:01:53.584]➜  file-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:51:00.3410670Z [00:01:53.593]➜  file-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45
2025-08-20T21:51:00.3580123Z [00:01:53.609]➜  file-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/lib /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/bin
2025-08-20T21:51:00.3594440Z [00:01:53.611]➜  db-static-x86_64-unknown-linux-musl> checking for qsort... yes
2025-08-20T21:51:00.3863403Z [00:01:53.638]➜  gdbm-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:51:00.4202260Z [00:01:53.672]➜  file-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev
2025-08-20T21:51:00.4239944Z [00:01:53.676]➜  file-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev...
2025-08-20T21:51:00.4361233Z [00:01:53.688]➜  db-static-x86_64-unknown-linux-musl> checking for pstat_getdynamic... no
2025-08-20T21:51:00.4427715Z [00:01:53.694]➜  file-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev
2025-08-20T21:51:00.4550896Z [00:01:53.707]➜  file-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/mdyal1mh3w3w2fpnz28nb3zqd5ckmb68-file-static-x86_64-unknown-linux-musl-5.45-dev/lib
2025-08-20T21:51:00.4659267Z [00:01:53.718]➜  db-static-x86_64-unknown-linux-musl> checking for raise... yes
2025-08-20T21:51:00.4781698Z [00:01:53.730]➜  file-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man
2025-08-20T21:51:00.4819904Z [00:01:53.734]➜  file-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man...
2025-08-20T21:51:00.4907362Z [00:01:53.742]➜  gdbm-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:00.5004282Z [00:01:53.752]➜  file-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man/share/man/
2025-08-20T21:51:00.5027266Z [00:01:53.753]➜  gdbm-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:51:00.5076748Z [00:01:53.759]➜  gdbm-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:51:00.5185998Z [00:01:53.770]➜  gdbm-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:51:00.5269787Z [00:01:53.779]➜  file-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/n8314dn75dr733s8qj7k4sq07bq11dzr-file-static-x86_64-unknown-linux-musl-5.45-man
2025-08-20T21:51:00.5289862Z [00:01:53.781]➜  gdbm-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:51:00.5332708Z [00:01:53.785]➜  gdbm-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:51:00.5368476Z [00:01:53.789]➜  db-static-x86_64-unknown-linux-musl> checking for pthread_self... yes
2025-08-20T21:51:00.5383542Z [00:01:53.790]➜  gdbm-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:51:00.5529282Z [00:01:53.803]➜  gdbm-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:51:00.5641430Z [00:01:53.814]➜  db-static-x86_64-unknown-linux-musl> checking for rand... yes
2025-08-20T21:51:00.5718321Z [00:01:53.824]➜  gdbm-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:51:00.5720262Z [00:01:53.824]➜  gdbm-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:51:00.7783833Z [00:01:54.030]➜  building '/nix/store/7i6d7cv1zmnhdw4dw9lj1lpvmiq9jffl-gnutar-static-x86_64-unknown-linux-musl-1.35.drv'...
2025-08-20T21:51:00.7830005Z [00:01:54.035]➜  db-static-x86_64-unknown-linux-musl> checking for pthread_yield... no
2025-08-20T21:51:00.7836694Z [00:01:54.035]➜  db-static-x86_64-unknown-linux-musl> checking for strcasecmp... yes
2025-08-20T21:51:00.7841819Z [00:01:54.036]➜  gdbm-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:51:00.7847518Z [00:01:54.036]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:51:00.7853451Z [00:01:54.037]➜  gdbm-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:51:00.7857941Z [00:01:54.037]➜  gdbm-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:51:00.7866734Z [00:01:54.038]➜  gdbm-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:51:00.7868521Z [00:01:54.038]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:51:00.7869851Z [00:01:54.038]➜  gdbm-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:51:00.7871246Z [00:01:54.038]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:51:00.7872853Z [00:01:54.038]➜  gdbm-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:51:00.7874499Z [00:01:54.038]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:51:00.7875621Z [00:01:54.038]➜  gdbm-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:51:00.7876859Z [00:01:54.038]➜  gdbm-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:51:00.7878423Z [00:01:54.038]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:51:00.7880008Z [00:01:54.038]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:51:00.7903117Z [00:01:54.042]➜  db-static-x86_64-unknown-linux-musl> checking for random... yes
2025-08-20T21:51:00.7982458Z [00:01:54.050]➜  db-static-x86_64-unknown-linux-musl> checking for strcat... yes
2025-08-20T21:51:00.8497543Z [00:01:54.099]➜  gdbm-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:51:00.8499629Z [00:01:54.100]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:51:00.8850777Z [00:01:54.137]➜  gnutar-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:51:00.8940787Z [00:01:54.146]➜  gnutar-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/vijsp4ywmsvr6jk5ypbb8hszayn7bwdd-tar-1.35.tar.xz
2025-08-20T21:51:00.9088645Z [00:01:54.160]➜  db-static-x86_64-unknown-linux-musl> checking for sched_yield... yes
2025-08-20T21:51:00.9227633Z [00:01:54.173]➜  db-static-x86_64-unknown-linux-musl> checking for strchr... yes
2025-08-20T21:51:01.0217387Z [00:01:54.273]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:51:01.0218499Z [00:01:54.273]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:51:01.0239485Z [00:01:54.275]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:51:01.0284820Z [00:01:54.280]➜  db-static-x86_64-unknown-linux-musl> checking for strdup... yes
2025-08-20T21:51:01.0340788Z [00:01:54.286]➜  db-static-x86_64-unknown-linux-musl> checking for select... yes
2025-08-20T21:51:01.0342294Z [00:01:54.286]➜  gdbm-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:51:01.0421761Z [00:01:54.293]➜  gdbm-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:51:01.0564414Z [00:01:54.307]➜  gdbm-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:51:01.0718452Z [00:01:54.323]➜  gdbm-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:51:01.1237157Z [00:01:54.373]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:51:01.1238902Z [00:01:54.373]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:51:01.1350601Z [00:01:54.387]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:51:01.1387622Z [00:01:54.391]➜  gdbm-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:51:01.1475162Z [00:01:54.399]➜  gdbm-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:51:01.1545013Z [00:01:54.403]➜  db-static-x86_64-unknown-linux-musl> checking for setgid... yes
2025-08-20T21:51:01.1562368Z [00:01:54.403]➜  db-static-x86_64-unknown-linux-musl> checking for strerror... yes
2025-08-20T21:51:01.1843069Z [00:01:54.436]➜  gnutar-static-x86_64-unknown-linux-musl> source root is tar-1.35
2025-08-20T21:51:01.2001991Z [00:01:54.452]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:51:01.2024884Z [00:01:54.453]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:51:01.2026264Z [00:01:54.454]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:51:01.2029997Z [00:01:54.455]➜  gdbm-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:51:01.2037711Z [00:01:54.456]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:51:01.2038881Z [00:01:54.456]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:51:01.2054176Z [00:01:54.456]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:01.2056217Z [00:01:54.457]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:51:01.2066632Z [00:01:54.458]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:01.2084215Z [00:01:54.460]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:51:01.2092712Z [00:01:54.461]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:51:01.2111140Z [00:01:54.463]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:51:01.2153919Z [00:01:54.464]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:51:01.2166912Z [00:01:54.465]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:51:01.2173821Z [00:01:54.465]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:01.2175008Z [00:01:54.465]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:51:01.2176185Z [00:01:54.466]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:51:01.2177485Z [00:01:54.468]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:01.2188603Z [00:01:54.471]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:51:01.2204551Z [00:01:54.472]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:01.2215476Z [00:01:54.473]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:51:01.2222752Z [00:01:54.474]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:51:01.2230458Z [00:01:54.475]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:51:01.2247519Z [00:01:54.476]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:51:01.2258063Z [00:01:54.478]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:51:01.2267266Z [00:01:54.478]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:51:01.2272854Z [00:01:54.479]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:51:01.2278708Z [00:01:54.479]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:51:01.2283170Z [00:01:54.480]➜  gnutar-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1689663323 of file "tar-1.35/ChangeLog"
2025-08-20T21:51:01.2324674Z [00:01:54.481]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:51:01.2334786Z [00:01:54.481]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:51:01.2347226Z [00:01:54.486]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:51:01.2348604Z [00:01:54.486]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:51:01.2349705Z [00:01:54.486]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:51:01.2359588Z [00:01:54.488]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:51:01.2393025Z [00:01:54.491]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:51:01.2399695Z [00:01:54.492]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:51:01.2404241Z [00:01:54.492]➜  gnutar-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:51:01.2410443Z [00:01:54.493]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:51:01.2417327Z [00:01:54.493]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:51:01.2424387Z [00:01:54.494]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:51:01.2439493Z [00:01:54.496]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:51:01.2472636Z [00:01:54.499]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:51:01.2485030Z [00:01:54.500]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:51:01.2489057Z [00:01:54.500]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:51:01.2500159Z [00:01:54.502]➜  gnutar-static-x86_64-unknown-linux-musl> applying patch /nix/store/j7bd2a4fafw9rchrf1ag9xf920g37kk7-link-libiconv.patch
2025-08-20T21:51:01.2520726Z [00:01:54.504]➜  gnutar-static-x86_64-unknown-linux-musl> patching file src/Makefile.am
2025-08-20T21:51:01.2550892Z [00:01:54.507]➜  gnutar-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:51:01.2603732Z [00:01:54.511]➜  gdbm-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:51:01.2711844Z [00:01:54.522]➜  db-static-x86_64-unknown-linux-musl> checking for strncat... yes
2025-08-20T21:51:01.2750631Z [00:01:54.526]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:01.2765287Z [00:01:54.528]➜  db-static-x86_64-unknown-linux-musl> checking for setuid... yes
2025-08-20T21:51:01.2817154Z [00:01:54.533]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:51:01.2878886Z [00:01:54.539]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-cc... no
2025-08-20T21:51:01.2902313Z [00:01:54.541]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-gcc... no
2025-08-20T21:51:01.2913517Z [00:01:54.542]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-c++... no
2025-08-20T21:51:01.2915438Z [00:01:54.543]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-g++... no
2025-08-20T21:51:01.2945300Z [00:01:54.546]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-cxx... no
2025-08-20T21:51:01.2946519Z [00:01:54.546]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-gxx... no
2025-08-20T21:51:01.2955388Z [00:01:54.547]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-gcc... no
2025-08-20T21:51:01.2969217Z [00:01:54.549]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-gfortran... no
2025-08-20T21:51:01.2986464Z [00:01:54.550]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-gccgo... no
2025-08-20T21:51:01.3021081Z [00:01:54.552]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-gdc... no
2025-08-20T21:51:01.3022744Z [00:01:54.554]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-gm2... no
2025-08-20T21:51:01.3156655Z [00:01:54.567]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-ar... no
2025-08-20T21:51:01.3165719Z [00:01:54.568]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-as... no
2025-08-20T21:51:01.3211571Z [00:01:54.573]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:01.3256127Z [00:01:54.577]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:01.3268854Z [00:01:54.579]➜  gdbm-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:51:01.3272264Z [00:01:54.579]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-ld... no
2025-08-20T21:51:01.3289805Z [00:01:54.581]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-lipo... no
2025-08-20T21:51:01.3370855Z [00:01:54.585]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-nm... no
2025-08-20T21:51:01.3384347Z [00:01:54.590]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-objcopy... no
2025-08-20T21:51:01.3436194Z [00:01:54.595]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-objdump... no
2025-08-20T21:51:01.3460064Z [00:01:54.598]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-otool... no
2025-08-20T21:51:01.3561481Z [00:01:54.604]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-ranlib... no
2025-08-20T21:51:01.3563168Z [00:01:54.607]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-readelf... no
2025-08-20T21:51:01.3585292Z [00:01:54.610]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-strip... no
2025-08-20T21:51:01.3629792Z [00:01:54.615]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-windres... no
2025-08-20T21:51:01.3654869Z [00:01:54.617]➜  x86_64-unknown-linux-musl-binutils> checking for ia64-unknown-linux-gnu-windmc... no
2025-08-20T21:51:01.3666285Z [00:01:54.618]➜  db-static-x86_64-unknown-linux-musl> checking for sigaction... yes
2025-08-20T21:51:01.3678522Z [00:01:54.620]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:51:01.3683923Z [00:01:54.620]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:51:01.3734456Z [00:01:54.625]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:51:01.3771891Z [00:01:54.629]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:51:01.3805639Z [00:01:54.632]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:51:01.3809191Z [00:01:54.633]➜  db-static-x86_64-unknown-linux-musl> checking for strncmp... yes
2025-08-20T21:51:01.3819104Z [00:01:54.633]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:51:01.3822565Z [00:01:54.633]➜  gdbm-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:51:01.3839879Z [00:01:54.636]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:51:01.3892028Z [00:01:54.641]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:51:01.3917949Z [00:01:54.644]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T21:51:01.3942305Z [00:01:54.646]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:51:01.3967691Z [00:01:54.647]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T21:51:01.3968865Z [00:01:54.648]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: running: autopoint --force
2025-08-20T21:51:01.4021947Z [00:01:54.653]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:51:01.4059468Z [00:01:54.658]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:51:01.4125109Z [00:01:54.662]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:51:01.4126928Z [00:01:54.664]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:51:01.4207109Z [00:01:54.670]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:51:01.4208788Z [00:01:54.670]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:51:01.4210530Z [00:01:54.670]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:51:01.4212257Z [00:01:54.671]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:51:01.4226318Z [00:01:54.674]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:51:01.4230179Z [00:01:54.675]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:51:01.4285325Z [00:01:54.680]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:51:01.4290273Z [00:01:54.680]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:51:01.4295564Z [00:01:54.680]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:51:01.4297238Z [00:01:54.680]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:51:01.4300428Z [00:01:54.680]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:51:01.4460408Z [00:01:54.698]➜  gdbm-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:51:01.4835945Z [00:01:54.735]➜  db-static-x86_64-unknown-linux-musl> checking for snprintf... yes
2025-08-20T21:51:01.4860979Z [00:01:54.738]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:51:01.4883635Z [00:01:54.740]➜  db-static-x86_64-unknown-linux-musl> checking for strrchr... yes
2025-08-20T21:51:01.5197647Z [00:01:54.771]➜  gdbm-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:51:01.5765818Z [00:01:54.828]➜  db-static-x86_64-unknown-linux-musl> checking for stat... yes
2025-08-20T21:51:01.5809918Z [00:01:54.833]➜  gdbm-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:51:01.5828882Z [00:01:54.833]➜  db-static-x86_64-unknown-linux-musl> checking for strsep... yes
2025-08-20T21:51:01.6346149Z [00:01:54.886]➜  gdbm-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:51:01.6873932Z [00:01:54.939]➜  db-static-x86_64-unknown-linux-musl> checking for strtol... yes
2025-08-20T21:51:01.6992669Z [00:01:54.951]➜  db-static-x86_64-unknown-linux-musl> checking for sysconf... yes
2025-08-20T21:51:01.7009588Z [00:01:54.953]➜  gdbm-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:51:01.7479413Z [00:01:55.000]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:51:01.8335492Z [00:01:55.085]➜  gdbm-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T21:51:01.8418587Z [00:01:55.094]➜  db-static-x86_64-unknown-linux-musl> checking for strtoul... yes
2025-08-20T21:51:01.8811742Z [00:01:55.133]➜  db-static-x86_64-unknown-linux-musl> checking for vsnprintf... yes
2025-08-20T21:51:01.9245222Z [00:01:55.176]➜  gdbm-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:51:01.9396198Z [00:01:55.191]➜  gdbm-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:51:01.9797054Z [00:01:55.231]➜  db-static-x86_64-unknown-linux-musl> checking for _fstati64... no
2025-08-20T21:51:02.0255315Z [00:01:55.274]➜  db-static-x86_64-unknown-linux-musl> checking for yield... no
2025-08-20T21:51:02.0989215Z [00:01:55.351]➜  db-static-x86_64-unknown-linux-musl> checking for backtrace... no
2025-08-20T21:51:02.1158407Z [00:01:55.367]➜  db-static-x86_64-unknown-linux-musl> checking for gettimeofday... yes
2025-08-20T21:51:02.1262130Z [00:01:55.378]➜  gdbm-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:51:02.1270201Z [00:01:55.379]➜  gdbm-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:51:02.1910621Z [00:01:55.443]➜  gdbm-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:51:02.2244275Z [00:01:55.476]➜  db-static-x86_64-unknown-linux-musl> checking for localtime... yes
2025-08-20T21:51:02.2357539Z [00:01:55.483]➜  db-static-x86_64-unknown-linux-musl> checking for backtrace_symbols... no
2025-08-20T21:51:02.2867808Z [00:01:55.538]➜  gdbm-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:51:02.3319853Z [00:01:55.583]➜  db-static-x86_64-unknown-linux-musl> checking for time... yes
2025-08-20T21:51:02.3733138Z [00:01:55.625]➜  db-static-x86_64-unknown-linux-musl> checking for directio... no
2025-08-20T21:51:02.3865818Z [00:01:55.638]➜  gdbm-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:51:02.3868614Z [00:01:55.638]➜  gdbm-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:51:02.4621895Z [00:01:55.713]➜  db-static-x86_64-unknown-linux-musl> checking for strftime... yes
2025-08-20T21:51:02.4740586Z [00:01:55.725]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:51:02.5020055Z [00:01:55.753]➜  db-static-x86_64-unknown-linux-musl> checking for fchmod... yes
2025-08-20T21:51:02.5560465Z [00:01:55.808]➜  db-static-x86_64-unknown-linux-musl> checking for clock_gettime... yes
2025-08-20T21:51:02.6181693Z [00:01:55.870]➜  db-static-x86_64-unknown-linux-musl> checking for fclose... yes
2025-08-20T21:51:02.6258677Z [00:01:55.878]➜  db-static-x86_64-unknown-linux-musl> checking for clock_gettime monotonic clock... no
2025-08-20T21:51:02.6298173Z [00:01:55.882]➜  gdbm-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:51:02.6300191Z [00:01:55.882]➜  gdbm-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:51:02.6353800Z [00:01:55.887]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:51:02.6357489Z [00:01:55.887]➜  gdbm-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:51:02.6360632Z [00:01:55.887]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:51:02.6363469Z [00:01:55.887]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:51:02.6430227Z [00:01:55.895]➜  gdbm-static-x86_64-unknown-linux-musl> checking for bison... $(SHELL) $(top_srcdir)/build-aux/missing bison
2025-08-20T21:51:02.6435451Z [00:01:55.895]➜  gdbm-static-x86_64-unknown-linux-musl> checking for flex... $(SHELL) $(top_srcdir)/build-aux/missing flex
2025-08-20T21:51:02.6442478Z [00:01:55.896]➜  gdbm-static-x86_64-unknown-linux-musl> checking for gzip... /nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin/gzip
2025-08-20T21:51:02.6461068Z [00:01:55.898]➜  gdbm-static-x86_64-unknown-linux-musl> checking for base64... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/base64
2025-08-20T21:51:02.6475008Z [00:01:55.899]➜  gdbm-static-x86_64-unknown-linux-musl> checking for special C compiler options needed for large files... no
2025-08-20T21:51:02.6972079Z [00:01:55.949]➜  gdbm-static-x86_64-unknown-linux-musl> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T21:51:02.7289137Z [00:01:55.981]➜  db-static-x86_64-unknown-linux-musl> checking for ctime_r... yes
2025-08-20T21:51:02.7371208Z [00:01:55.989]➜  db-static-x86_64-unknown-linux-musl> checking for fcntl... yes
2025-08-20T21:51:02.7629828Z [00:01:56.015]➜  gdbm-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:51:02.8065632Z [00:01:56.058]➜  db-static-x86_64-unknown-linux-musl> checking for 2 or 3 argument version of ctime_r... 2-argument
2025-08-20T21:51:02.8367543Z [00:01:56.088]➜  db-static-x86_64-unknown-linux-musl> checking for fdatasync... yes
2025-08-20T21:51:02.8782932Z [00:01:56.130]➜  gdbm-static-x86_64-unknown-linux-musl> checking for unsigned long long int... yes
2025-08-20T21:51:02.9259744Z [00:01:56.177]➜  db-static-x86_64-unknown-linux-musl> checking for ftruncate... yes
2025-08-20T21:51:02.9394526Z [00:01:56.191]➜  db-static-x86_64-unknown-linux-musl> checking for fgetc... yes
2025-08-20T21:51:02.9497197Z [00:01:56.201]➜  gdbm-static-x86_64-unknown-linux-musl> checking for TLS qualifier... __thread
2025-08-20T21:51:02.9527373Z [00:01:56.201]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether NLS is requested... yes
2025-08-20T21:51:02.9650735Z [00:01:56.217]➜  gdbm-static-x86_64-unknown-linux-musl> checking for msgfmt... no
2025-08-20T21:51:02.9652104Z [00:01:56.217]➜  gdbm-static-x86_64-unknown-linux-musl> checking for gmsgfmt... :
2025-08-20T21:51:02.9778233Z [00:01:56.230]➜  gdbm-static-x86_64-unknown-linux-musl> checking for xgettext... no
2025-08-20T21:51:02.9938849Z [00:01:56.246]➜  gdbm-static-x86_64-unknown-linux-musl> checking for msgmerge... no
2025-08-20T21:51:03.0053515Z [00:01:56.257]➜  gdbm-static-x86_64-unknown-linux-musl> checking for ld... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T21:51:03.0197509Z [00:01:56.271]➜  db-static-x86_64-unknown-linux-musl> checking for pread... yes
2025-08-20T21:51:03.0302797Z [00:01:56.282]➜  gdbm-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T21:51:03.0411556Z [00:01:56.293]➜  db-static-x86_64-unknown-linux-musl> checking for fgets... yes
2025-08-20T21:51:03.0879509Z [00:01:56.340]➜  gdbm-static-x86_64-unknown-linux-musl> checking for shared library run path origin... done
2025-08-20T21:51:03.1255665Z [00:01:56.377]➜  gdbm-static-x86_64-unknown-linux-musl> checking 32-bit host C ABI... no
2025-08-20T21:51:03.1516686Z [00:01:56.403]➜  gdbm-static-x86_64-unknown-linux-musl> checking for ELF binary format... yes
2025-08-20T21:51:03.1574417Z [00:01:56.409]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:03.1656709Z [00:01:56.417]➜  db-static-x86_64-unknown-linux-musl> checking for pwrite... yes
2025-08-20T21:51:03.1725901Z [00:01:56.424]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:03.1762281Z [00:01:56.428]➜  gdbm-static-x86_64-unknown-linux-musl> checking for the common suffixes of directories in the library search path... lib,lib,lib
2025-08-20T21:51:03.1834625Z [00:01:56.435]➜  x86_64-unknown-linux-musl-binutils> checking target system type... m68k-unknown-linux-gnu
2025-08-20T21:51:03.1931835Z [00:01:56.445]➜  db-static-x86_64-unknown-linux-musl> checking for fopen... yes
2025-08-20T21:51:03.2073146Z [00:01:56.459]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:51:03.2191122Z [00:01:56.471]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:51:03.2197503Z [00:01:56.471]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:51:03.2353000Z [00:01:56.483]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:51:03.2357946Z [00:01:56.487]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:51:03.2546181Z [00:01:56.506]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:51:03.2575433Z [00:01:56.509]➜  gdbm-static-x86_64-unknown-linux-musl> checking for CFPreferencesCopyAppValue... no
2025-08-20T21:51:03.2662272Z [00:01:56.518]➜  db-static-x86_64-unknown-linux-musl> checking for getaddrinfo... yes
2025-08-20T21:51:03.2751880Z [00:01:56.527]➜  gnutar-static-x86_64-unknown-linux-musl> Copying file po/Makevars.template
2025-08-20T21:51:03.2978449Z [00:01:56.549]➜  db-static-x86_64-unknown-linux-musl> checking for fwrite... yes
2025-08-20T21:51:03.3344768Z [00:01:56.586]➜  gdbm-static-x86_64-unknown-linux-musl> checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T21:51:03.3734779Z [00:01:56.625]➜  db-static-x86_64-unknown-linux-musl> checking for fcntl/F_SETFD... yes
2025-08-20T21:51:03.3835487Z [00:01:56.635]➜  db-static-x86_64-unknown-linux-musl> checking for getgid... yes
2025-08-20T21:51:03.4257715Z [00:01:56.677]➜  gdbm-static-x86_64-unknown-linux-musl> checking for GNU gettext in libc... yes
2025-08-20T21:51:03.4262365Z [00:01:56.678]➜  gdbm-static-x86_64-unknown-linux-musl> checking whether to use NLS... yes
2025-08-20T21:51:03.4265242Z [00:01:56.678]➜  gdbm-static-x86_64-unknown-linux-musl> checking where the gettext function comes from... libc
2025-08-20T21:51:03.4430642Z [00:01:56.695]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:51:03.4444810Z [00:01:56.695]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:51:03.4771104Z [00:01:56.729]➜  gdbm-static-x86_64-unknown-linux-musl> checking for sys/file.h... yes
2025-08-20T21:51:03.4788206Z [00:01:56.730]➜  gdbm-static-x86_64-unknown-linux-musl> checking for string.h... (cached) yes
2025-08-20T21:51:03.4804213Z [00:01:56.732]➜  db-static-x86_64-unknown-linux-musl> checking for getrusage... yes
2025-08-20T21:51:03.4930264Z [00:01:56.744]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable large file support... none needed
2025-08-20T21:51:03.5236587Z [00:01:56.775]➜  gdbm-static-x86_64-unknown-linux-musl> checking for locale.h... yes
2025-08-20T21:51:03.5377916Z [00:01:56.789]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:51:03.5610904Z [00:01:56.813]➜  gdbm-static-x86_64-unknown-linux-musl> checking for getopt.h... yes
2025-08-20T21:51:03.5945559Z [00:01:56.846]➜  db-static-x86_64-unknown-linux-musl> checking for getuid... yes
2025-08-20T21:51:03.5987771Z [00:01:56.850]➜  db-static-x86_64-unknown-linux-musl> checking for mlock... yes
2025-08-20T21:51:03.6403808Z [00:01:56.892]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:51:03.6645307Z [00:01:56.916]➜  gdbm-static-x86_64-unknown-linux-musl> checking for ftruncate... yes
2025-08-20T21:51:03.6709281Z [00:01:56.923]➜  db-static-x86_64-unknown-linux-musl> checking for munlock... yes
2025-08-20T21:51:03.6797764Z [00:01:56.931]➜  db-static-x86_64-unknown-linux-musl> checking for hstrerror... yes
2025-08-20T21:51:03.7112988Z [00:01:56.963]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:51:03.7385414Z [00:01:56.990]➜  gdbm-static-x86_64-unknown-linux-musl> checking for flock... yes
2025-08-20T21:51:03.7582834Z [00:01:57.010]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:51:03.7696814Z [00:01:57.021]➜  db-static-x86_64-unknown-linux-musl> checking for mprotect... yes
2025-08-20T21:51:03.7699001Z [00:01:57.021]➜  db-static-x86_64-unknown-linux-musl> checking for mmap... yes
2025-08-20T21:51:03.8136900Z [00:01:57.065]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:51:03.8181367Z [00:01:57.070]➜  gdbm-static-x86_64-unknown-linux-musl> checking for lockf... yes
2025-08-20T21:51:03.8431730Z [00:01:57.095]➜  db-static-x86_64-unknown-linux-musl> checking for pstat_getdynamic... no
2025-08-20T21:51:03.8812308Z [00:01:57.133]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:51:03.8932694Z [00:01:57.145]➜  db-static-x86_64-unknown-linux-musl> checking for munmap... yes
2025-08-20T21:51:03.9172137Z [00:01:57.169]➜  gdbm-static-x86_64-unknown-linux-musl> checking for fsync... yes
2025-08-20T21:51:03.9266796Z [00:01:57.178]➜  db-static-x86_64-unknown-linux-musl> checking for pthread_self... yes
2025-08-20T21:51:03.9902990Z [00:01:57.242]➜  db-static-x86_64-unknown-linux-musl> checking for shmget... yes
2025-08-20T21:51:03.9906600Z [00:01:57.242]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:51:04.0172727Z [00:01:57.269]➜  gdbm-static-x86_64-unknown-linux-musl> checking for setlocale... yes
2025-08-20T21:51:04.0198275Z [00:01:57.272]➜  db-static-x86_64-unknown-linux-musl> checking for pthread_yield... no
2025-08-20T21:51:04.1029288Z [00:01:57.355]➜  db-static-x86_64-unknown-linux-musl> checking for shmctl... yes
2025-08-20T21:51:04.1217434Z [00:01:57.373]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:51:04.1483514Z [00:01:57.397]➜  db-static-x86_64-unknown-linux-musl> checking for random... yes
2025-08-20T21:51:04.1524354Z [00:01:57.404]➜  gdbm-static-x86_64-unknown-linux-musl> checking for getopt_long... yes
2025-08-20T21:51:04.1615211Z [00:01:57.413]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:51:04.2088030Z [00:01:57.460]➜  db-static-x86_64-unknown-linux-musl> checking for 64-bit integral type support for sequences... yes
2025-08-20T21:51:04.2313043Z [00:01:57.483]➜  db-static-x86_64-unknown-linux-musl> checking for sched_yield... yes
2025-08-20T21:51:04.2505616Z [00:01:57.502]➜  gdbm-static-x86_64-unknown-linux-musl> checking for getline... yes
2025-08-20T21:51:04.2773802Z [00:01:57.529]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:51:04.2799820Z [00:01:57.532]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:51:04.2815899Z [00:01:57.533]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:51:04.2830100Z [00:01:57.535]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:51:04.2845626Z [00:01:57.536]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:51:04.2864391Z [00:01:57.538]➜  db-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:51:04.2978416Z [00:01:57.550]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:51:04.2993893Z [00:01:57.551]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:51:04.3007491Z [00:01:57.552]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:51:04.3031411Z [00:01:57.555]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:51:04.3046375Z [00:01:57.556]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:51:04.3148968Z [00:01:57.566]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:51:04.3175571Z [00:01:57.569]➜  db-static-x86_64-unknown-linux-musl> checking for select... yes
2025-08-20T21:51:04.3247110Z [00:01:57.576]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:51:04.3478164Z [00:01:57.598]➜  gdbm-static-x86_64-unknown-linux-musl> checking for timer_settime... yes
2025-08-20T21:51:04.3480931Z [00:01:57.599]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:51:04.3922555Z [00:01:57.644]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:51:04.3927839Z [00:01:57.644]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:51:04.3930835Z [00:01:57.644]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:51:04.3990186Z [00:01:57.651]➜  db-static-x86_64-unknown-linux-musl> checking for setgid... yes
2025-08-20T21:51:04.4912684Z [00:01:57.743]➜  gdbm-static-x86_64-unknown-linux-musl> checking for timer_settime in -lrt... yes
2025-08-20T21:51:04.5125721Z [00:01:57.764]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:51:04.5297532Z [00:01:57.781]➜  db-static-x86_64-unknown-linux-musl> checking for setuid... yes
2025-08-20T21:51:04.6077986Z [00:01:57.859]➜  gdbm-static-x86_64-unknown-linux-musl> checking for getpagesize... yes
2025-08-20T21:51:04.6096672Z [00:01:57.860]➜  gdbm-static-x86_64-unknown-linux-musl> checking for working mmap... yes
2025-08-20T21:51:04.6372539Z [00:01:57.889]➜  db-static-x86_64-unknown-linux-musl> checking for sigaction... yes
2025-08-20T21:51:04.6802897Z [00:01:57.932]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:51:04.7034964Z [00:01:57.955]➜  gdbm-static-x86_64-unknown-linux-musl> checking for msync... yes
2025-08-20T21:51:04.7398996Z [00:01:57.992]➜  db-static-x86_64-unknown-linux-musl> checking for snprintf... yes
2025-08-20T21:51:04.8765846Z [00:01:58.128]➜  db-static-x86_64-unknown-linux-musl> checking for stat... yes
2025-08-20T21:51:04.8808177Z [00:01:58.133]➜  gdbm-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T21:51:04.9862398Z [00:01:58.238]➜  db-static-x86_64-unknown-linux-musl> checking for sysconf... yes
2025-08-20T21:51:05.1197029Z [00:01:58.371]➜  db-static-x86_64-unknown-linux-musl> checking for vsnprintf... yes
2025-08-20T21:51:05.2589340Z [00:01:58.511]➜  db-static-x86_64-unknown-linux-musl> checking for yield... no
2025-08-20T21:51:05.3851942Z [00:01:58.637]➜  db-static-x86_64-unknown-linux-musl> checking for gettimeofday... yes
2025-08-20T21:51:05.4898225Z [00:01:58.741]➜  db-static-x86_64-unknown-linux-musl> checking for localtime... yes
2025-08-20T21:51:05.5895388Z [00:01:58.841]➜  gdbm-static-x86_64-unknown-linux-musl> checking size of off_t... 8
2025-08-20T21:51:05.6141001Z [00:01:58.866]➜  db-static-x86_64-unknown-linux-musl> checking for time... yes
2025-08-20T21:51:05.6697972Z [00:01:58.921]➜  gdbm-static-x86_64-unknown-linux-musl> checking for struct stat.st_blksize... yes
2025-08-20T21:51:05.7628482Z [00:01:59.014]➜  db-static-x86_64-unknown-linux-musl> checking for strftime... yes
2025-08-20T21:51:05.8178161Z [00:01:59.069]➜  gdbm-static-x86_64-unknown-linux-musl> checking for struct stat.st_mtim... yes
2025-08-20T21:51:05.8702652Z [00:01:59.122]➜  db-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:51:05.8741941Z [00:01:59.126]➜  db-static-x86_64-unknown-linux-musl> checking for clock_gettime... yes
2025-08-20T21:51:05.9149643Z [00:01:59.167]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db_cxx.h
2025-08-20T21:51:05.9362052Z [00:01:59.188]➜  db-static-x86_64-unknown-linux-musl> checking for clock_gettime monotonic clock... no
2025-08-20T21:51:05.9454221Z [00:01:59.197]➜  gdbm-static-x86_64-unknown-linux-musl> checking for struct stat.st_mtimespec... no
2025-08-20T21:51:05.9517447Z [00:01:59.203]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db_int.h
2025-08-20T21:51:05.9850983Z [00:01:59.237]➜  db-static-x86_64-unknown-linux-musl> config.status: creating clib_port.h
2025-08-20T21:51:06.0275862Z [00:01:59.279]➜  db-static-x86_64-unknown-linux-musl> config.status: creating include.tcl
2025-08-20T21:51:06.0509523Z [00:01:59.303]➜  db-static-x86_64-unknown-linux-musl> checking for ctime_r... yes
2025-08-20T21:51:06.0597960Z [00:01:59.311]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db.h
2025-08-20T21:51:06.0606911Z [00:01:59.312]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:51:06.0608076Z [00:01:59.312]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:51:06.0609115Z [00:01:59.312]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:51:06.0741025Z [00:01:59.326]➜  gdbm-static-x86_64-unknown-linux-musl> checking for tputs in -lncurses... no
2025-08-20T21:51:06.0935736Z [00:01:59.345]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db_185.h
2025-08-20T21:51:06.1208226Z [00:01:59.372]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db185_int.h
2025-08-20T21:51:06.1268803Z [00:01:59.378]➜  db-static-x86_64-unknown-linux-musl> checking for 2 or 3 argument version of ctime_r... 2-argument
2025-08-20T21:51:06.1551559Z [00:01:59.407]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db_config.h
2025-08-20T21:51:06.1813107Z [00:01:59.433]➜  db-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:51:06.2005766Z [00:01:59.452]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:51:06.2008390Z [00:01:59.453]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:51:06.2122681Z [00:01:59.464]➜  gdbm-static-x86_64-unknown-linux-musl> checking for tputs in -lcurses... no
2025-08-20T21:51:06.2365236Z [00:01:59.488]➜  db-static-x86_64-unknown-linux-musl> checking for ftruncate... yes
2025-08-20T21:51:06.2825791Z [00:01:59.534]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:51:06.2829723Z [00:01:59.535]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:51:06.2846365Z [00:01:59.536]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:51:06.2849686Z [00:01:59.536]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:51:06.2865908Z [00:01:59.538]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:51:06.2895365Z [00:01:59.541]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:06.2903550Z [00:01:59.542]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:51:06.2927049Z [00:01:59.544]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:06.2934263Z [00:01:59.545]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:51:06.2962568Z [00:01:59.548]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:51:06.3018393Z [00:01:59.554]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:51:06.3046154Z [00:01:59.556]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:51:06.3115718Z [00:01:59.563]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:51:06.3117317Z [00:01:59.563]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:06.3118666Z [00:01:59.563]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:51:06.3120105Z [00:01:59.563]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:51:06.3144600Z [00:01:59.564]➜  db-static-x86_64-unknown-linux-musl> configurePhase completed in 33 seconds
2025-08-20T21:51:06.3145826Z [00:01:59.564]➜  db-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:51:06.3147086Z [00:01:59.566]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:06.3152176Z [00:01:59.567]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:51:06.3185388Z [00:01:59.570]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:06.3187109Z [00:01:59.570]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:51:06.3188321Z [00:01:59.570]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:51:06.3189769Z [00:01:59.571]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:51:06.3200401Z [00:01:59.572]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:51:06.3209757Z [00:01:59.573]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:51:06.3214312Z [00:01:59.573]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:51:06.3218837Z [00:01:59.574]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:51:06.3221304Z [00:01:59.574]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:51:06.3244572Z [00:01:59.574]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:51:06.3246238Z [00:01:59.575]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:51:06.3247675Z [00:01:59.575]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:51:06.3249226Z [00:01:59.576]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:51:06.3254950Z [00:01:59.577]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:51:06.3267886Z [00:01:59.579]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:51:06.3294192Z [00:01:59.579]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:51:06.3297490Z [00:01:59.580]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:51:06.3298819Z [00:01:59.580]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:51:06.3300114Z [00:01:59.581]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:51:06.3301402Z [00:01:59.581]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:51:06.3304349Z [00:01:59.582]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:51:06.3313361Z [00:01:59.583]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:51:06.3318526Z [00:01:59.584]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:51:06.3322739Z [00:01:59.584]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:51:06.3325439Z [00:01:59.584]➜  gdbm-static-x86_64-unknown-linux-musl> checking for tputs in -ltermcap... no
2025-08-20T21:51:06.3337591Z [00:01:59.585]➜  db-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:51:06.3468505Z [00:01:59.599]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db185/db185.c
2025-08-20T21:51:06.3504342Z [00:01:59.602]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:06.3507313Z [00:01:59.602]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mutex/mut_pthread.c
2025-08-20T21:51:06.3517540Z [00:01:59.603]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_compare.c
2025-08-20T21:51:06.3550113Z [00:01:59.607]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_compress.c
2025-08-20T21:51:06.3577981Z [00:01:59.609]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_conv.c
2025-08-20T21:51:06.3660305Z [00:01:59.615]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:51:06.3690297Z [00:01:59.621]➜  db-static-x86_64-unknown-linux-musl> checking for pread... yes
2025-08-20T21:51:06.3800159Z [00:01:59.628]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-cc... no
2025-08-20T21:51:06.3801699Z [00:01:59.628]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-gcc... no
2025-08-20T21:51:06.3803046Z [00:01:59.629]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-c++... no
2025-08-20T21:51:06.3804576Z [00:01:59.631]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-g++... no
2025-08-20T21:51:06.3819565Z [00:01:59.634]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-cxx... no
2025-08-20T21:51:06.3836407Z [00:01:59.635]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-gxx... no
2025-08-20T21:51:06.3868214Z [00:01:59.639]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-gcc... no
2025-08-20T21:51:06.3890226Z [00:01:59.641]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-gfortran... no
2025-08-20T21:51:06.3917420Z [00:01:59.643]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-gccgo... no
2025-08-20T21:51:06.3942508Z [00:01:59.646]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-gdc... no
2025-08-20T21:51:06.3982779Z [00:01:59.650]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-gm2... no
2025-08-20T21:51:06.4086428Z [00:01:59.660]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-ar... no
2025-08-20T21:51:06.4105871Z [00:01:59.662]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-as... no
2025-08-20T21:51:06.4149124Z [00:01:59.667]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:06.4174100Z [00:01:59.669]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:06.4223818Z [00:01:59.673]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-ld... no
2025-08-20T21:51:06.4289614Z [00:01:59.680]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-lipo... no
2025-08-20T21:51:06.4315260Z [00:01:59.683]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-nm... no
2025-08-20T21:51:06.4333108Z [00:01:59.685]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-objcopy... no
2025-08-20T21:51:06.4367945Z [00:01:59.688]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mutex/mut_pthread.c -o mut_pthread.o
2025-08-20T21:51:06.4380857Z [00:01:59.690]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-objdump... no
2025-08-20T21:51:06.4427813Z [00:01:59.694]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-otool... no
2025-08-20T21:51:06.4461091Z [00:01:59.695]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_compare.c -o bt_compare.o
2025-08-20T21:51:06.4476986Z [00:01:59.699]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-ranlib... no
2025-08-20T21:51:06.4549982Z [00:01:59.707]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-readelf... no
2025-08-20T21:51:06.4551952Z [00:01:59.707]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-strip... no
2025-08-20T21:51:06.4597086Z [00:01:59.711]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-windres... no
2025-08-20T21:51:06.4634557Z [00:01:59.715]➜  x86_64-unknown-linux-musl-binutils> checking for m68k-unknown-linux-gnu-windmc... no
2025-08-20T21:51:06.4645131Z [00:01:59.715]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:51:06.4646509Z [00:01:59.715]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:51:06.4648279Z [00:01:59.716]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db185/db185.c -o db185.o
2025-08-20T21:51:06.4665852Z [00:01:59.718]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:51:06.4716137Z [00:01:59.723]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_compress.c -o bt_compress.o
2025-08-20T21:51:06.4775452Z [00:01:59.725]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:51:06.4777218Z [00:01:59.729]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:51:06.4778827Z [00:01:59.729]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:51:06.4827320Z [00:01:59.734]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:51:06.4914879Z [00:01:59.741]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:51:06.4916906Z [00:01:59.741]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_conv.c -o bt_conv.o
2025-08-20T21:51:06.4918829Z [00:01:59.742]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:51:06.4952319Z [00:01:59.747]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:51:06.5004693Z [00:01:59.749]➜  gdbm-static-x86_64-unknown-linux-musl> checking for readline in -lreadline... no
2025-08-20T21:51:06.5064896Z [00:01:59.754]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:51:06.5066302Z [00:01:59.754]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:51:06.5067608Z [00:01:59.755]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:51:06.5076594Z [00:01:59.759]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:51:06.5078740Z [00:01:59.760]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:51:06.5080512Z [00:01:59.760]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:51:06.5082495Z [00:01:59.760]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:51:06.5176563Z [00:01:59.769]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:51:06.5177933Z [00:01:59.769]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:51:06.5179260Z [00:01:59.769]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:51:06.5180591Z [00:01:59.769]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:51:06.5182285Z [00:01:59.769]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:51:06.5183872Z [00:01:59.769]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:51:06.5185379Z [00:01:59.769]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:51:06.5355134Z [00:01:59.786]➜  db-static-x86_64-unknown-linux-musl> checking for pwrite... yes
2025-08-20T21:51:06.6160392Z [00:01:59.868]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:51:06.6525632Z [00:01:59.902]➜  gdbm-static-x86_64-unknown-linux-musl> checking for linux/fs.h... yes
2025-08-20T21:51:06.6798524Z [00:01:59.931]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_curadj.c
2025-08-20T21:51:06.6963076Z [00:01:59.948]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_cursor.c
2025-08-20T21:51:06.7138790Z [00:01:59.966]➜  db-static-x86_64-unknown-linux-musl> checking for getaddrinfo... yes
2025-08-20T21:51:06.7467439Z [00:01:59.998]➜  gdbm-static-x86_64-unknown-linux-musl> checking for FICLONE ioctl support... yes
2025-08-20T21:51:06.7665282Z [00:02:00.018]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_curadj.c -o bt_curadj.o
2025-08-20T21:51:06.8180127Z [00:02:00.070]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_cursor.c -o bt_cursor.o
2025-08-20T21:51:06.8897709Z [00:02:00.141]➜  gdbm-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:51:06.8902622Z [00:02:00.141]➜  gdbm-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:51:06.9098157Z [00:02:00.161]➜  db-static-x86_64-unknown-linux-musl> checking for fcntl/F_SETFD... yes
2025-08-20T21:51:06.9767978Z [00:02:00.228]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_delete.c
2025-08-20T21:51:06.9978407Z [00:02:00.250]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:51:07.0610501Z [00:02:00.313]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_delete.c -o bt_delete.o
2025-08-20T21:51:07.1286476Z [00:02:00.379]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_method.c
2025-08-20T21:51:07.1524264Z [00:02:00.404]➜  db-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable large file support... none needed
2025-08-20T21:51:07.2352598Z [00:02:00.487]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_method.c -o bt_method.o
2025-08-20T21:51:07.3624683Z [00:02:00.614]➜  db-static-x86_64-unknown-linux-musl> checking for mlock... yes
2025-08-20T21:51:07.5386110Z [00:02:00.790]➜  db-static-x86_64-unknown-linux-musl> checking for munlock... yes
2025-08-20T21:51:07.6770977Z [00:02:00.929]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_open.c
2025-08-20T21:51:07.7218366Z [00:02:00.973]➜  db-static-x86_64-unknown-linux-musl> checking for mmap... yes
2025-08-20T21:51:07.7763863Z [00:02:01.028]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_open.c -o bt_open.o
2025-08-20T21:51:07.8991359Z [00:02:01.151]➜  db-static-x86_64-unknown-linux-musl> checking for munmap... yes
2025-08-20T21:51:07.9431833Z [00:02:01.195]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_put.c
2025-08-20T21:51:08.0281633Z [00:02:01.280]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_rec.c
2025-08-20T21:51:08.0741593Z [00:02:01.326]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_put.c -o bt_put.o
2025-08-20T21:51:08.1209162Z [00:02:01.372]➜  db-static-x86_64-unknown-linux-musl> checking for shmget... yes
2025-08-20T21:51:08.1492944Z [00:02:01.401]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_rec.c -o bt_rec.o
2025-08-20T21:51:08.3428771Z [00:02:01.595]➜  db-static-x86_64-unknown-linux-musl> checking for shmctl... yes
2025-08-20T21:51:08.4377636Z [00:02:01.689]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_reclaim.c
2025-08-20T21:51:08.5491101Z [00:02:01.801]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_reclaim.c -o bt_reclaim.o
2025-08-20T21:51:08.6032597Z [00:02:01.855]➜  db-static-x86_64-unknown-linux-musl> checking for 64-bit integral type support for sequences... yes
2025-08-20T21:51:08.6069716Z [00:02:01.859]➜  db-static-x86_64-unknown-linux-musl> checking for growing a file under an mmap region... no
2025-08-20T21:51:08.6622261Z [00:02:01.914]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:51:08.7286454Z [00:02:01.980]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating tests/atlocal
2025-08-20T21:51:08.7785559Z [00:02:02.030]➜  db-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:51:08.8012292Z [00:02:02.053]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_recno.c
2025-08-20T21:51:08.8090832Z [00:02:02.060]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile.in
2025-08-20T21:51:08.8882850Z [00:02:02.135]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating tests/dejagnu/Makefile
2025-08-20T21:51:08.9546881Z [00:02:02.206]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_recno.c -o bt_recno.o
2025-08-20T21:51:08.9740511Z [00:02:02.226]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:51:09.0306697Z [00:02:02.282]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:51:09.1052504Z [00:02:02.357]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating src/gdbm.h
2025-08-20T21:51:09.1746525Z [00:02:02.426]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating tools/Makefile
2025-08-20T21:51:09.2568173Z [00:02:02.508]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:51:09.3056263Z [00:02:02.557]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:09.3092305Z [00:02:02.559]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating compat/Makefile
2025-08-20T21:51:09.3107278Z [00:02:02.562]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_rsearch.c
2025-08-20T21:51:09.3226556Z [00:02:02.568]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_search.c
2025-08-20T21:51:09.3258087Z [00:02:02.574]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:09.3312064Z [00:02:02.583]➜  x86_64-unknown-linux-musl-binutils> checking target system type... mips-unknown-linux-gnu
2025-08-20T21:51:09.3606405Z [00:02:02.612]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating autoconf.h
2025-08-20T21:51:09.3660441Z [00:02:02.618]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:51:09.3747980Z [00:02:02.626]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:51:09.3749273Z [00:02:02.627]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:51:09.3857398Z [00:02:02.637]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:51:09.3885669Z [00:02:02.640]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:51:09.3886836Z [00:02:02.640]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:51:09.3931431Z [00:02:02.645]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:51:09.4065847Z [00:02:02.656]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_search.c -o bt_search.o
2025-08-20T21:51:09.4067803Z [00:02:02.658]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:51:09.4176348Z [00:02:02.668]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: executing po-directories commands
2025-08-20T21:51:09.4305072Z [00:02:02.682]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_rsearch.c -o bt_rsearch.o
2025-08-20T21:51:09.4612026Z [00:02:02.713]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating po/POTFILES
2025-08-20T21:51:09.4838333Z [00:02:02.735]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile
2025-08-20T21:51:09.5124785Z [00:02:02.763]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: executing tests/atconfig commands
2025-08-20T21:51:09.5210246Z [00:02:02.773]➜  gdbm-static-x86_64-unknown-linux-musl> config.status: executing status commands
2025-08-20T21:51:09.5244425Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:09.5245471Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> *******************************************************************
2025-08-20T21:51:09.5248810Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> GDBM settings summary:
2025-08-20T21:51:09.5250157Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:09.5251563Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> Compatibility library ......................... yes
2025-08-20T21:51:09.5257677Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> Memory mapped I/O ............................. yes
2025-08-20T21:51:09.5259193Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> GNU Readline .................................. no
2025-08-20T21:51:09.5261662Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> Debugging support ............................. no
2025-08-20T21:51:09.5264331Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> Reflink crash tolerance ....................... yes
2025-08-20T21:51:09.5267121Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> *******************************************************************
2025-08-20T21:51:09.5269188Z [00:02:02.774]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:09.7552215Z [00:02:03.006]➜  gdbm-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:51:09.7605245Z [00:02:03.011]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:51:09.7606855Z [00:02:03.011]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:51:09.7826707Z [00:02:03.034]➜  gdbm-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:51:09.7949567Z [00:02:03.047]➜  gdbm-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:51:09.8051640Z [00:02:03.057]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25'
2025-08-20T21:51:09.8157289Z [00:02:03.067]➜  gdbm-static-x86_64-unknown-linux-musl> Making all in po
2025-08-20T21:51:09.8237950Z [00:02:03.075]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/po'
2025-08-20T21:51:09.8242954Z [00:02:03.076]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:51:09.8244710Z [00:02:03.076]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/po'
2025-08-20T21:51:09.8245957Z [00:02:03.076]➜  gdbm-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:51:09.8316256Z [00:02:03.083]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/src'
2025-08-20T21:51:09.8317983Z [00:02:03.083]➜  gdbm-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T21:51:09.8381660Z [00:02:03.090]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/src'
2025-08-20T21:51:09.8447772Z [00:02:03.096]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmclose.lo
2025-08-20T21:51:09.8525241Z [00:02:03.104]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmcount.lo
2025-08-20T21:51:09.8576248Z [00:02:03.108]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmdelete.lo
2025-08-20T21:51:09.8594589Z [00:02:03.111]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmdump.lo
2025-08-20T21:51:09.8616124Z [00:02:03.112]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmerrno.lo
2025-08-20T21:51:10.0058242Z [00:02:03.257]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:51:10.2605306Z [00:02:03.511]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmexists.lo
2025-08-20T21:51:10.2738500Z [00:02:03.526]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmexp.lo
2025-08-20T21:51:10.2997259Z [00:02:03.547]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmfdesc.lo
2025-08-20T21:51:10.3290663Z [00:02:03.581]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:51:10.3743878Z [00:02:03.626]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmfetch.lo
2025-08-20T21:51:10.4648309Z [00:02:03.716]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:51:10.4725523Z [00:02:03.723]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmload.lo
2025-08-20T21:51:10.5690707Z [00:02:03.818]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_split.c
2025-08-20T21:51:10.5880530Z [00:02:03.837]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:51:10.6159353Z [00:02:03.868]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmopen.lo
2025-08-20T21:51:10.6304566Z [00:02:03.880]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmimp.lo
2025-08-20T21:51:10.7187679Z [00:02:03.970]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:51:10.7705900Z [00:02:04.018]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_split.c -o bt_split.o
2025-08-20T21:51:10.7852160Z [00:02:04.037]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmreorg.lo
2025-08-20T21:51:10.8027454Z [00:02:04.054]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmseq.lo
2025-08-20T21:51:10.8848246Z [00:02:04.136]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_stat.c
2025-08-20T21:51:10.9024054Z [00:02:04.154]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:51:11.0498094Z [00:02:04.297]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_stat.c -o bt_stat.o
2025-08-20T21:51:11.0835917Z [00:02:04.335]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_compact.c
2025-08-20T21:51:11.0992855Z [00:02:04.350]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmsetopt.lo
2025-08-20T21:51:11.1448800Z [00:02:04.394]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmstore.lo
2025-08-20T21:51:11.2337037Z [00:02:04.485]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:51:11.2406084Z [00:02:04.489]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_compact.c -o bt_compact.o
2025-08-20T21:51:11.3974730Z [00:02:04.649]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_upgrade.c
2025-08-20T21:51:11.4107025Z [00:02:04.662]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmsync.lo
2025-08-20T21:51:11.5528967Z [00:02:04.805]➜  db-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:51:11.6587004Z [00:02:04.910]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       avail.lo
2025-08-20T21:51:11.6611941Z [00:02:04.913]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_upgrade.c -o bt_upgrade.o
2025-08-20T21:51:11.6659908Z [00:02:04.918]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db_cxx.h
2025-08-20T21:51:11.7423710Z [00:02:04.994]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:51:11.7463802Z [00:02:04.998]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db_int.h
2025-08-20T21:51:11.7709494Z [00:02:05.023]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       base64.lo
2025-08-20T21:51:11.8403932Z [00:02:05.092]➜  db-static-x86_64-unknown-linux-musl> config.status: creating clib_port.h
2025-08-20T21:51:11.8986121Z [00:02:05.150]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:51:11.9024467Z [00:02:05.151]➜  db-static-x86_64-unknown-linux-musl> config.status: creating include.tcl
2025-08-20T21:51:11.9527993Z [00:02:05.204]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db.h
2025-08-20T21:51:12.0295329Z [00:02:05.278]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db_185.h
2025-08-20T21:51:12.0796032Z [00:02:05.330]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       bucket.lo
2025-08-20T21:51:12.0873867Z [00:02:05.339]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db185_int.h
2025-08-20T21:51:12.1416076Z [00:02:05.391]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/btree_auto.c
2025-08-20T21:51:12.1683880Z [00:02:05.420]➜  db-static-x86_64-unknown-linux-musl> config.status: creating db_config.h
2025-08-20T21:51:12.2287814Z [00:02:05.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash.c
2025-08-20T21:51:12.2298717Z [00:02:05.482]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:51:12.2306898Z [00:02:05.482]➜  db-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:51:12.2334418Z [00:02:05.483]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       falloc.lo
2025-08-20T21:51:12.2404334Z [00:02:05.492]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:51:12.2420694Z [00:02:05.494]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:51:12.2504903Z [00:02:05.502]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:51:12.2509883Z [00:02:05.502]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:51:12.3044438Z [00:02:05.556]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:51:12.3049966Z [00:02:05.556]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:51:12.3090367Z [00:02:05.561]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:51:12.3204950Z [00:02:05.569]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:51:12.3206744Z [00:02:05.569]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:51:12.3301356Z [00:02:05.582]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/btree_auto.c -o btree_auto.o
2025-08-20T21:51:12.3335018Z [00:02:05.584]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       findkey.lo
2025-08-20T21:51:12.3424970Z [00:02:05.594]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:51:12.3511512Z [00:02:05.603]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash.c -o hash.o
2025-08-20T21:51:12.3546921Z [00:02:05.603]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       fullio.lo
2025-08-20T21:51:12.3709390Z [00:02:05.623]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:51:12.3988297Z [00:02:05.648]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       hash.lo
2025-08-20T21:51:12.4433029Z [00:02:05.695]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:51:12.4438733Z [00:02:05.695]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:51:12.4464875Z [00:02:05.698]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_auto.c
2025-08-20T21:51:12.4485487Z [00:02:05.700]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:51:12.4725542Z [00:02:05.724]➜  db-static-x86_64-unknown-linux-musl> configurePhase completed in 36 seconds
2025-08-20T21:51:12.4730759Z [00:02:05.725]➜  db-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:51:12.5006355Z [00:02:05.752]➜  db-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:51:12.5286485Z [00:02:05.780]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../lang/db185/db185.c
2025-08-20T21:51:12.5290793Z [00:02:05.780]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mutex/mut_pthread.c
2025-08-20T21:51:12.5359486Z [00:02:05.788]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_compare.c
2025-08-20T21:51:12.5397855Z [00:02:05.791]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_compress.c
2025-08-20T21:51:12.5464922Z [00:02:05.797]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_conv.c
2025-08-20T21:51:12.6310248Z [00:02:05.883]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_auto.c -o hash_auto.o
2025-08-20T21:51:12.7151463Z [00:02:05.964]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../lang/db185/db185.c -o db185.o
2025-08-20T21:51:12.7238779Z [00:02:05.973]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       lock.lo
2025-08-20T21:51:12.7265137Z [00:02:05.974]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_compare.c -o bt_compare.o
2025-08-20T21:51:12.7305325Z [00:02:05.982]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mutex/mut_pthread.c -o mut_pthread.o
2025-08-20T21:51:12.7459923Z [00:02:05.998]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_conv.c -o bt_conv.o
2025-08-20T21:51:12.7550748Z [00:02:06.007]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:51:12.7758091Z [00:02:06.027]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       mmap.lo
2025-08-20T21:51:12.7834417Z [00:02:06.035]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_compress.c -o bt_compress.o
2025-08-20T21:51:13.0852571Z [00:02:06.337]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:51:13.0858592Z [00:02:06.337]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       recover.lo
2025-08-20T21:51:13.2606236Z [00:02:06.512]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_curadj.c
2025-08-20T21:51:13.2804647Z [00:02:06.532]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_cursor.c
2025-08-20T21:51:13.4746021Z [00:02:06.724]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_curadj.c -o bt_curadj.o
2025-08-20T21:51:13.4903143Z [00:02:06.742]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_cursor.c -o bt_cursor.o
2025-08-20T21:51:13.5814994Z [00:02:06.830]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       update.lo
2025-08-20T21:51:13.6055244Z [00:02:06.855]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       version.lo
2025-08-20T21:51:13.7521085Z [00:02:07.004]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_delete.c
2025-08-20T21:51:13.8254229Z [00:02:07.077]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_method.c
2025-08-20T21:51:14.0055742Z [00:02:07.257]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_delete.c -o bt_delete.o
2025-08-20T21:51:14.0179930Z [00:02:07.270]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_method.c -o bt_method.o
2025-08-20T21:51:14.3045158Z [00:02:07.556]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     libgdbm.la
2025-08-20T21:51:14.3329505Z [00:02:07.584]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:51:14.5852663Z [00:02:07.837]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_open.c
2025-08-20T21:51:14.7719756Z [00:02:08.024]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_open.c -o bt_open.o
2025-08-20T21:51:14.8127148Z [00:02:08.064]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/src'
2025-08-20T21:51:14.8167947Z [00:02:08.068]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/src'
2025-08-20T21:51:14.8173003Z [00:02:08.068]➜  gdbm-static-x86_64-unknown-linux-musl> Making all in tools
2025-08-20T21:51:14.8262928Z [00:02:08.078]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:14.8354849Z [00:02:08.081]➜  gdbm-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T21:51:14.8445770Z [00:02:08.096]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:14.8609698Z [00:02:08.111]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmtool.o
2025-08-20T21:51:14.8614607Z [00:02:08.111]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       err.o
2025-08-20T21:51:14.8621631Z [00:02:08.114]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       mem.o
2025-08-20T21:51:14.8640137Z [00:02:08.116]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_put.c
2025-08-20T21:51:14.8694705Z [00:02:08.119]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       pagerfile.o
2025-08-20T21:51:14.8864623Z [00:02:08.135]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       parseopt.o
2025-08-20T21:51:15.1908763Z [00:02:08.442]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_put.c -o bt_put.o
2025-08-20T21:51:15.2437981Z [00:02:08.495]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_conv.c
2025-08-20T21:51:15.3173710Z [00:02:08.569]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       progname.o
2025-08-20T21:51:15.4338078Z [00:02:08.685]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       datconv.o
2025-08-20T21:51:15.4440047Z [00:02:08.695]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_conv.c -o hash_conv.o
2025-08-20T21:51:15.4864368Z [00:02:08.730]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gram.o
2025-08-20T21:51:15.5426200Z [00:02:08.794]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_rec.c
2025-08-20T21:51:15.6506127Z [00:02:08.902]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       input-argv.o
2025-08-20T21:51:15.7745437Z [00:02:09.024]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_rec.c -o bt_rec.o
2025-08-20T21:51:15.8599287Z [00:02:09.112]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       input-file.o
2025-08-20T21:51:15.9438272Z [00:02:09.195]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_dup.c
2025-08-20T21:51:16.0525579Z [00:02:09.299]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       input-null.o
2025-08-20T21:51:16.1764478Z [00:02:09.428]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_dup.c -o hash_dup.o
2025-08-20T21:51:16.2336340Z [00:02:09.482]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_reclaim.c
2025-08-20T21:51:16.2776586Z [00:02:09.529]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:51:16.2786522Z [00:02:09.530]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:51:16.2793931Z [00:02:09.531]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:51:16.3005360Z [00:02:09.549]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       input-std.o
2025-08-20T21:51:16.4006548Z [00:02:09.652]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       lex.o
2025-08-20T21:51:16.4220370Z [00:02:09.674]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_reclaim.c -o bt_reclaim.o
2025-08-20T21:51:16.5834984Z [00:02:09.835]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbmshell.o
2025-08-20T21:51:16.6175241Z [00:02:09.868]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:51:16.6180291Z [00:02:09.868]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:51:16.6905242Z [00:02:09.939]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       var.o
2025-08-20T21:51:16.8127882Z [00:02:10.064]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:51:16.8164844Z [00:02:10.064]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:51:16.8175943Z [00:02:10.069]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:51:16.8295587Z [00:02:10.078]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:51:16.8300771Z [00:02:10.078]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:51:16.8302014Z [00:02:10.079]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:16.8395242Z [00:02:10.091]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:51:16.8424605Z [00:02:10.091]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:16.8455792Z [00:02:10.097]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:51:16.8477358Z [00:02:10.099]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:51:16.8596944Z [00:02:10.111]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:51:16.8704494Z [00:02:10.119]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:51:16.8710861Z [00:02:10.123]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:51:16.8713823Z [00:02:10.123]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:16.8773859Z [00:02:10.124]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:51:16.8776043Z [00:02:10.125]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:51:16.8777723Z [00:02:10.129]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:16.8824352Z [00:02:10.134]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:51:16.8907370Z [00:02:10.142]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:16.8912446Z [00:02:10.142]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:51:16.8993806Z [00:02:10.151]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:51:16.8998792Z [00:02:10.151]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:51:16.9000412Z [00:02:10.151]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:51:16.9005277Z [00:02:10.151]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:51:16.9114566Z [00:02:10.160]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:51:16.9116215Z [00:02:10.160]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:51:16.9164409Z [00:02:10.160]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:51:16.9194604Z [00:02:10.160]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:51:16.9196177Z [00:02:10.163]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:51:16.9197659Z [00:02:10.163]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:51:16.9199459Z [00:02:10.167]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:51:16.9200716Z [00:02:10.168]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:51:16.9227360Z [00:02:10.174]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:51:16.9314207Z [00:02:10.183]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:51:16.9319033Z [00:02:10.183]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:51:16.9320675Z [00:02:10.183]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:51:16.9322067Z [00:02:10.183]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:51:16.9323689Z [00:02:10.183]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:51:16.9369315Z [00:02:10.189]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:51:16.9484283Z [00:02:10.192]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:51:16.9564538Z [00:02:10.196]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:51:16.9565880Z [00:02:10.196]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:51:17.0116552Z [00:02:10.263]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:17.0357502Z [00:02:10.287]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_recno.c
2025-08-20T21:51:17.0359462Z [00:02:10.287]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       util.o
2025-08-20T21:51:17.0368754Z [00:02:10.289]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:51:17.0676720Z [00:02:10.317]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-cc... no
2025-08-20T21:51:17.0677948Z [00:02:10.319]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-gcc... no
2025-08-20T21:51:17.0775338Z [00:02:10.326]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-c++... no
2025-08-20T21:51:17.0836677Z [00:02:10.335]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-g++... no
2025-08-20T21:51:17.0846641Z [00:02:10.336]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-cxx... no
2025-08-20T21:51:17.0856517Z [00:02:10.337]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-gxx... no
2025-08-20T21:51:17.1026546Z [00:02:10.354]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-gcc... no
2025-08-20T21:51:17.1054721Z [00:02:10.354]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-gfortran... no
2025-08-20T21:51:17.1135151Z [00:02:10.362]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-gccgo... no
2025-08-20T21:51:17.1206484Z [00:02:10.366]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-gdc... no
2025-08-20T21:51:17.1245287Z [00:02:10.376]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-gm2... no
2025-08-20T21:51:17.1835975Z [00:02:10.430]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-ar... no
2025-08-20T21:51:17.1846545Z [00:02:10.436]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-as... no
2025-08-20T21:51:17.1915186Z [00:02:10.440]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:17.1961096Z [00:02:10.448]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:17.2025582Z [00:02:10.454]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-ld... no
2025-08-20T21:51:17.2215753Z [00:02:10.469]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-lipo... no
2025-08-20T21:51:17.2264980Z [00:02:10.475]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-nm... no
2025-08-20T21:51:17.2315019Z [00:02:10.480]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-objcopy... no
2025-08-20T21:51:17.2395034Z [00:02:10.489]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-objdump... no
2025-08-20T21:51:17.2525151Z [00:02:10.500]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-otool... no
2025-08-20T21:51:17.2664898Z [00:02:10.516]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-ranlib... no
2025-08-20T21:51:17.2672859Z [00:02:10.519]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-readelf... no
2025-08-20T21:51:17.2805161Z [00:02:10.529]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-strip... no
2025-08-20T21:51:17.2857405Z [00:02:10.537]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-windres... no
2025-08-20T21:51:17.2873752Z [00:02:10.539]➜  x86_64-unknown-linux-musl-binutils> checking for mips-unknown-linux-gnu-windmc... no
2025-08-20T21:51:17.2974707Z [00:02:10.546]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:51:17.2976366Z [00:02:10.546]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:51:17.3105160Z [00:02:10.560]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:51:17.3258579Z [00:02:10.577]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:51:17.3264818Z [00:02:10.577]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_recno.c -o bt_recno.o
2025-08-20T21:51:17.3328448Z [00:02:10.584]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:51:17.3505365Z [00:02:10.585]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:51:17.3506951Z [00:02:10.596]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:51:17.3614846Z [00:02:10.612]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:51:17.3703509Z [00:02:10.620]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:51:17.3814768Z [00:02:10.633]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:51:17.3936513Z [00:02:10.645]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:51:17.4056174Z [00:02:10.657]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:51:17.4057523Z [00:02:10.657]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:51:17.4215671Z [00:02:10.671]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:51:17.4217023Z [00:02:10.671]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:51:17.4218337Z [00:02:10.671]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:51:17.4219658Z [00:02:10.671]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:51:17.4362348Z [00:02:10.684]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:51:17.4363902Z [00:02:10.684]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:51:17.4365237Z [00:02:10.684]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:51:17.4366522Z [00:02:10.684]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:51:17.4367827Z [00:02:10.684]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:51:17.4369119Z [00:02:10.684]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:51:17.4370572Z [00:02:10.688]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:51:17.5566233Z [00:02:10.806]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_meta.c
2025-08-20T21:51:17.6167602Z [00:02:10.868]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_method.c
2025-08-20T21:51:17.6325327Z [00:02:10.881]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:51:17.6404416Z [00:02:10.881]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       wordwrap.o
2025-08-20T21:51:17.6595670Z [00:02:10.906]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbm_load.o
2025-08-20T21:51:17.8051017Z [00:02:11.051]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_meta.c -o hash_meta.o
2025-08-20T21:51:17.8735845Z [00:02:11.119]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_method.c -o hash_method.o
2025-08-20T21:51:18.0975178Z [00:02:11.346]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gdbm_dump.o
2025-08-20T21:51:18.1596345Z [00:02:11.409]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_rsearch.c
2025-08-20T21:51:18.3329850Z [00:02:11.585]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:51:18.4049805Z [00:02:11.657]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_open.c
2025-08-20T21:51:18.4355283Z [00:02:11.687]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_rsearch.c -o bt_rsearch.o
2025-08-20T21:51:18.4739662Z [00:02:11.725]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_page.c
2025-08-20T21:51:18.6475580Z [00:02:11.896]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_open.c -o hash_open.o
2025-08-20T21:51:18.6796465Z [00:02:11.931]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_page.c -o hash_page.o
2025-08-20T21:51:18.7888195Z [00:02:12.040]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_search.c
2025-08-20T21:51:18.9195962Z [00:02:12.171]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_rec.c
2025-08-20T21:51:18.9914925Z [00:02:12.243]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_search.c -o bt_search.o
2025-08-20T21:51:19.1140153Z [00:02:12.366]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_rec.c -o hash_rec.o
2025-08-20T21:51:19.8406023Z [00:02:13.089]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_split.c
2025-08-20T21:51:19.9449441Z [00:02:13.195]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_stat.c
2025-08-20T21:51:19.9747443Z [00:02:13.226]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_reclaim.c
2025-08-20T21:51:20.0110818Z [00:02:13.263]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_split.c -o bt_split.o
2025-08-20T21:51:20.1165920Z [00:02:13.362]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_compact.c
2025-08-20T21:51:20.1907496Z [00:02:13.442]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_reclaim.c -o hash_reclaim.o
2025-08-20T21:51:20.2085844Z [00:02:13.457]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_stat.c -o bt_stat.o
2025-08-20T21:51:20.3605890Z [00:02:13.610]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_compact.c -o bt_compact.o
2025-08-20T21:51:20.5351758Z [00:02:13.787]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_stat.c
2025-08-20T21:51:20.7147089Z [00:02:13.966]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_stat.c -o hash_stat.o
2025-08-20T21:51:20.9946465Z [00:02:14.246]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Libtool
2025-08-20T21:51:20.9994622Z [00:02:14.246]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T21:51:20.9996238Z [00:02:14.246]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:51:20.9998000Z [00:02:14.246]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:51:21.5815692Z [00:02:14.833]➜  gdbm-static-x86_64-unknown-linux-musl>   AR       libgdbmapp.a
2025-08-20T21:51:21.5895040Z [00:02:14.840]➜  gdbm-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T21:51:21.6485870Z [00:02:14.900]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gdbmtool
2025-08-20T21:51:21.6544496Z [00:02:14.904]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gdbm_load
2025-08-20T21:51:21.6661068Z [00:02:14.917]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gdbm_dump
2025-08-20T21:51:21.6837880Z [00:02:14.935]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_upgrade.c
2025-08-20T21:51:21.7168537Z [00:02:14.968]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_verify.c
2025-08-20T21:51:21.7438875Z [00:02:14.996]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:21.7688021Z [00:02:15.020]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:21.8026037Z [00:02:15.054]➜  x86_64-unknown-linux-musl-binutils> checking target system type... mips64-unknown-linux-gnu
2025-08-20T21:51:21.8694971Z [00:02:15.121]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:51:21.8904443Z [00:02:15.141]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:51:21.8923872Z [00:02:15.141]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:51:21.8984938Z [00:02:15.150]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_upgrade.c -o hash_upgrade.o
2025-08-20T21:51:21.9045181Z [00:02:15.156]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_verify.c -o hash_verify.o
2025-08-20T21:51:21.9090557Z [00:02:15.161]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:51:21.9152211Z [00:02:15.167]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:51:21.9672416Z [00:02:15.216]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:51:22.1616212Z [00:02:15.410]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_upgrade.c
2025-08-20T21:51:22.2226294Z [00:02:15.471]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/btree_auto.c
2025-08-20T21:51:22.3120625Z [00:02:15.564]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_upgrade.c -o bt_upgrade.o
2025-08-20T21:51:22.3830170Z [00:02:15.635]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:22.3834464Z [00:02:15.635]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:22.3835710Z [00:02:15.635]➜  gdbm-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:51:22.3935975Z [00:02:15.645]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/doc'
2025-08-20T21:51:22.3994616Z [00:02:15.648]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:51:22.3995849Z [00:02:15.649]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/doc'
2025-08-20T21:51:22.3996887Z [00:02:15.649]➜  gdbm-static-x86_64-unknown-linux-musl> Making all in compat
2025-08-20T21:51:22.4125070Z [00:02:15.661]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/compat'
2025-08-20T21:51:22.4126480Z [00:02:15.663]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbminit.lo
2025-08-20T21:51:22.4154259Z [00:02:15.666]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       delete.lo
2025-08-20T21:51:22.4166934Z [00:02:15.668]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       fetch.lo
2025-08-20T21:51:22.4261700Z [00:02:15.676]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       store.lo
2025-08-20T21:51:22.4262751Z [00:02:15.678]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       seq.lo
2025-08-20T21:51:22.4281341Z [00:02:15.680]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/btree_auto.c -o btree_auto.o
2025-08-20T21:51:22.4802208Z [00:02:15.732]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam.c
2025-08-20T21:51:22.5535128Z [00:02:15.805]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:51:22.5536819Z [00:02:15.805]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:51:22.6846631Z [00:02:15.936]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam.c -o qam.o
2025-08-20T21:51:22.8227229Z [00:02:16.074]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       close.lo
2025-08-20T21:51:22.8228544Z [00:02:16.074]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbmopen.lo
2025-08-20T21:51:22.8442298Z [00:02:16.096]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbmdelete.lo
2025-08-20T21:51:22.8494219Z [00:02:16.099]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbmerr.lo
2025-08-20T21:51:22.8594717Z [00:02:16.111]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbmfetch.lo
2025-08-20T21:51:22.8995354Z [00:02:16.151]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash.c
2025-08-20T21:51:22.9106924Z [00:02:16.162]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_auto.c
2025-08-20T21:51:22.9305546Z [00:02:16.182]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:51:22.9631388Z [00:02:16.215]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_compact.c
2025-08-20T21:51:23.0336536Z [00:02:16.281]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam_auto.c
2025-08-20T21:51:23.0645866Z [00:02:16.313]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_auto.c -o hash_auto.o
2025-08-20T21:51:23.1275682Z [00:02:16.375]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash.c -o hash.o
2025-08-20T21:51:23.1536610Z [00:02:16.402]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_compact.c -o hash_compact.o
2025-08-20T21:51:23.2033492Z [00:02:16.455]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbmstore.lo
2025-08-20T21:51:23.2218575Z [00:02:16.473]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbmseq.lo
2025-08-20T21:51:23.2394147Z [00:02:16.491]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam_auto.c -o qam_auto.o
2025-08-20T21:51:23.2658850Z [00:02:16.518]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbmclose.lo
2025-08-20T21:51:23.2789159Z [00:02:16.531]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbmdirfno.lo
2025-08-20T21:51:23.3304269Z [00:02:16.582]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:51:23.5113123Z [00:02:16.763]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:51:23.5195390Z [00:02:16.771]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbmpagfno.lo
2025-08-20T21:51:23.5302328Z [00:02:16.779]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_conv.c
2025-08-20T21:51:23.6305117Z [00:02:16.879]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dbmrdonly.lo
2025-08-20T21:51:23.6356710Z [00:02:16.887]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:51:23.7235278Z [00:02:16.975]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_conv.c -o hash_conv.o
2025-08-20T21:51:23.7620226Z [00:02:17.014]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:51:23.9452579Z [00:02:17.197]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:51:23.9807188Z [00:02:17.232]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     libgdbm_compat.la
2025-08-20T21:51:24.1785997Z [00:02:17.423]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_dup.c
2025-08-20T21:51:24.2706104Z [00:02:17.522]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:51:24.2787639Z [00:02:17.530]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam_conv.c
2025-08-20T21:51:24.3284374Z [00:02:17.580]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_dup.c -o hash_dup.o
2025-08-20T21:51:24.3326011Z [00:02:17.584]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/compat'
2025-08-20T21:51:24.3347564Z [00:02:17.587]➜  gdbm-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T21:51:24.3476327Z [00:02:17.599]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:24.3704209Z [00:02:17.622]➜  gdbm-static-x86_64-unknown-linux-musl> Making all in dejagnu
2025-08-20T21:51:24.3784425Z [00:02:17.630]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/tests/dejagnu'
2025-08-20T21:51:24.3814385Z [00:02:17.630]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:51:24.3816148Z [00:02:17.630]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/tests/dejagnu'
2025-08-20T21:51:24.3875051Z [00:02:17.639]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:24.3879930Z [00:02:17.639]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:51:24.3885450Z [00:02:17.639]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:24.3890360Z [00:02:17.639]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:24.3967258Z [00:02:17.648]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25'
2025-08-20T21:51:24.4025565Z [00:02:17.651]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam_files.c
2025-08-20T21:51:24.4127858Z [00:02:17.664]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25'
2025-08-20T21:51:24.4158627Z [00:02:17.668]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25'
2025-08-20T21:51:24.4302130Z [00:02:17.682]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam_conv.c -o qam_conv.o
2025-08-20T21:51:24.4321114Z [00:02:17.684]➜  gdbm-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T21:51:24.5545541Z [00:02:17.804]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_meta.c
2025-08-20T21:51:24.5697063Z [00:02:17.821]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam_files.c -o qam_files.o
2025-08-20T21:51:24.5717566Z [00:02:17.823]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_method.c
2025-08-20T21:51:24.6016726Z [00:02:17.853]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:51:24.6068517Z [00:02:17.858]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam_method.c
2025-08-20T21:51:24.6516103Z [00:02:17.900]➜  gdbm-static-x86_64-unknown-linux-musl> check flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash VERBOSE=y check
2025-08-20T21:51:24.6859580Z [00:02:17.938]➜  gdbm-static-x86_64-unknown-linux-musl> Making check in po
2025-08-20T21:51:24.6915069Z [00:02:17.941]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/po'
2025-08-20T21:51:24.6923806Z [00:02:17.941]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:51:24.6929123Z [00:02:17.941]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/po'
2025-08-20T21:51:24.6931555Z [00:02:17.944]➜  gdbm-static-x86_64-unknown-linux-musl> Making check in src
2025-08-20T21:51:24.7020805Z [00:02:17.954]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/src'
2025-08-20T21:51:24.7026075Z [00:02:17.954]➜  gdbm-static-x86_64-unknown-linux-musl> make  check-am
2025-08-20T21:51:24.7157732Z [00:02:17.964]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/src'
2025-08-20T21:51:24.7200123Z [00:02:17.968]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam_open.c
2025-08-20T21:51:24.7202147Z [00:02:17.968]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'check-am'.
2025-08-20T21:51:24.7203925Z [00:02:17.968]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/src'
2025-08-20T21:51:24.7205576Z [00:02:17.968]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/src'
2025-08-20T21:51:24.7206963Z [00:02:17.968]➜  gdbm-static-x86_64-unknown-linux-musl> Making check in tools
2025-08-20T21:51:24.7245078Z [00:02:17.974]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:51:24.7246657Z [00:02:17.975]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:24.7255178Z [00:02:17.977]➜  gdbm-static-x86_64-unknown-linux-musl> make  check-am
2025-08-20T21:51:24.7296342Z [00:02:17.981]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_meta.c -o hash_meta.o
2025-08-20T21:51:24.7365036Z [00:02:17.986]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_method.c -o hash_method.o
2025-08-20T21:51:24.7510183Z [00:02:18.002]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:24.7511857Z [00:02:18.002]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'check-am'.
2025-08-20T21:51:24.7513687Z [00:02:18.002]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:24.7515387Z [00:02:18.002]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:24.7516680Z [00:02:18.002]➜  gdbm-static-x86_64-unknown-linux-musl> Making check in doc
2025-08-20T21:51:24.7534901Z [00:02:18.005]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/doc'
2025-08-20T21:51:24.7588431Z [00:02:18.011]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:51:24.7593788Z [00:02:18.011]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/doc'
2025-08-20T21:51:24.7624470Z [00:02:18.012]➜  gdbm-static-x86_64-unknown-linux-musl> Making check in compat
2025-08-20T21:51:24.7684336Z [00:02:18.020]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/compat'
2025-08-20T21:51:24.7690405Z [00:02:18.021]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:51:24.7696594Z [00:02:18.021]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/compat'
2025-08-20T21:51:24.7785175Z [00:02:18.030]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam_method.c -o qam_method.o
2025-08-20T21:51:24.7814741Z [00:02:18.030]➜  gdbm-static-x86_64-unknown-linux-musl> Making check in tests
2025-08-20T21:51:24.7816338Z [00:02:18.030]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:24.8145798Z [00:02:18.066]➜  gdbm-static-x86_64-unknown-linux-musl> Making check in dejagnu
2025-08-20T21:51:24.8198048Z [00:02:18.071]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/tests/dejagnu'
2025-08-20T21:51:24.8199269Z [00:02:18.072]➜  gdbm-static-x86_64-unknown-linux-musl> make  check-DEJAGNU
2025-08-20T21:51:24.8300764Z [00:02:18.082]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/tests/dejagnu'
2025-08-20T21:51:24.8396248Z [00:02:18.091]➜  gdbm-static-x86_64-unknown-linux-musl> Making a new site.exp file...
2025-08-20T21:51:24.8676806Z [00:02:18.119]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam_open.c -o qam_open.o
2025-08-20T21:51:24.9424308Z [00:02:18.194]➜  gdbm-static-x86_64-unknown-linux-musl> srcdir='.'; export srcdir; \
2025-08-20T21:51:24.9425979Z [00:02:18.194]➜  gdbm-static-x86_64-unknown-linux-musl> EXPECT=expect; export EXPECT; \
2025-08-20T21:51:24.9428048Z [00:02:18.194]➜  gdbm-static-x86_64-unknown-linux-musl> if /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash -c "runtest --version" > /dev/null 2>&1; then \
2025-08-20T21:51:24.9430469Z [00:02:18.194]➜  gdbm-static-x86_64-unknown-linux-musl>   exit_status=0; l='gdbmtool'; for tool in $l; do \
2025-08-20T21:51:24.9432056Z [00:02:18.194]➜  gdbm-static-x86_64-unknown-linux-musl>     if runtest --tool $tool --srcdir $srcdir  ; \
2025-08-20T21:51:24.9433710Z [00:02:18.194]➜  gdbm-static-x86_64-unknown-linux-musl>     then :; else exit_status=1; fi; \
2025-08-20T21:51:24.9434925Z [00:02:18.194]➜  gdbm-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T21:51:24.9436256Z [00:02:18.194]➜  gdbm-static-x86_64-unknown-linux-musl> else echo "WARNING: could not find 'runtest'" 1>&2; :;\
2025-08-20T21:51:24.9437532Z [00:02:18.194]➜  gdbm-static-x86_64-unknown-linux-musl> fi; \
2025-08-20T21:51:24.9438569Z [00:02:18.194]➜  gdbm-static-x86_64-unknown-linux-musl> exit $exit_status
2025-08-20T21:51:24.9596060Z [00:02:18.211]➜  gdbm-static-x86_64-unknown-linux-musl> WARNING: could not find 'runtest'
2025-08-20T21:51:24.9597872Z [00:02:18.211]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/tests/dejagnu'
2025-08-20T21:51:24.9599477Z [00:02:18.211]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/tests/dejagnu'
2025-08-20T21:51:24.9601077Z [00:02:18.211]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:24.9695615Z [00:02:18.220]➜  gdbm-static-x86_64-unknown-linux-musl> make  closerr fdop g_open_ce g_reorg_ce gtcacheopt gtconv gtdel gtdump gtfetch gtload gtopt gtrecover gtver num2word t_dumpload t_lockwait t_wordwrap dtload dtdump dtfetch dtdel d_creat_ce
2025-08-20T21:51:24.9849740Z [00:02:18.237]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:24.9905584Z [00:02:18.241]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       closerr.o
2025-08-20T21:51:25.0254855Z [00:02:18.268]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       fdop.o
2025-08-20T21:51:25.0255894Z [00:02:18.277]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       g_open_ce.o
2025-08-20T21:51:25.0347484Z [00:02:18.286]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       g_reorg_ce.o
2025-08-20T21:51:25.0386130Z [00:02:18.290]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gtcacheopt.o
2025-08-20T21:51:25.0563584Z [00:02:18.308]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_open.c
2025-08-20T21:51:25.0815772Z [00:02:18.322]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:51:25.0817247Z [00:02:18.330]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:51:25.0818307Z [00:02:18.330]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:51:25.0864513Z [00:02:18.334]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:51:25.0865673Z [00:02:18.335]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:51:25.1125563Z [00:02:18.364]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_open.c -o hash_open.o
2025-08-20T21:51:25.1195493Z [00:02:18.371]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:51:25.1215787Z [00:02:18.373]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:51:25.1249547Z [00:02:18.377]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gtdel.o
2025-08-20T21:51:25.1254245Z [00:02:18.377]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:51:25.1283620Z [00:02:18.380]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gtconv.o
2025-08-20T21:51:25.1312985Z [00:02:18.383]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:51:25.1334562Z [00:02:18.385]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:51:25.1486099Z [00:02:18.400]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:51:25.1716499Z [00:02:18.423]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:51:25.3375394Z [00:02:18.583]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gtdump.o
2025-08-20T21:51:25.3454407Z [00:02:18.597]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:51:25.3455626Z [00:02:18.597]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:51:25.3456947Z [00:02:18.597]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:51:25.3550317Z [00:02:18.606]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gtfetch.o
2025-08-20T21:51:25.3797895Z [00:02:18.631]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gtload.o
2025-08-20T21:51:25.3878611Z [00:02:18.640]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gtopt.o
2025-08-20T21:51:25.3884474Z [00:02:18.640]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_page.c
2025-08-20T21:51:25.6156039Z [00:02:18.867]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_page.c -o hash_page.o
2025-08-20T21:51:25.6245032Z [00:02:18.874]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:51:25.7625624Z [00:02:19.011]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gtrecover.o
2025-08-20T21:51:25.7983824Z [00:02:19.045]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam_rec.c
2025-08-20T21:51:25.8067865Z [00:02:19.057]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       gtver.o
2025-08-20T21:51:25.8154505Z [00:02:19.065]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       num2word.o
2025-08-20T21:51:25.8395249Z [00:02:19.091]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam_stat.c
2025-08-20T21:51:25.9992771Z [00:02:19.251]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam_rec.c -o qam_rec.o
2025-08-20T21:51:26.0247275Z [00:02:19.276]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:51:26.0552825Z [00:02:19.307]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam_stat.c -o qam_stat.o
2025-08-20T21:51:26.0644854Z [00:02:19.311]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       t_dumpload.o
2025-08-20T21:51:26.0842969Z [00:02:19.336]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       t_lockwait.o
2025-08-20T21:51:26.1819460Z [00:02:19.434]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam_upgrade.c
2025-08-20T21:51:26.2795402Z [00:02:19.525]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       t_wordwrap.o
2025-08-20T21:51:26.2854608Z [00:02:19.531]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dtload.o
2025-08-20T21:51:26.3803648Z [00:02:19.632]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam_upgrade.c -o qam_upgrade.o
2025-08-20T21:51:26.4578911Z [00:02:19.709]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_rec.c
2025-08-20T21:51:26.6406731Z [00:02:19.892]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_rec.c -o hash_rec.o
2025-08-20T21:51:26.7307403Z [00:02:19.982]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dtdump.o
2025-08-20T21:51:26.7385753Z [00:02:19.990]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dtfetch.o
2025-08-20T21:51:26.7821989Z [00:02:20.030]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam_verify.c
2025-08-20T21:51:26.7991801Z [00:02:20.051]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       dtdel.o
2025-08-20T21:51:26.8086402Z [00:02:20.060]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_reclaim.c
2025-08-20T21:51:26.8202027Z [00:02:20.072]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_auto.c
2025-08-20T21:51:26.8396274Z [00:02:20.088]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_backup.c
2025-08-20T21:51:26.8821244Z [00:02:20.134]➜  gdbm-static-x86_64-unknown-linux-musl>   CC       d_creat_ce.o
2025-08-20T21:51:26.9280796Z [00:02:20.180]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     closerr
2025-08-20T21:51:26.9815679Z [00:02:20.233]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_reclaim.c -o hash_reclaim.o
2025-08-20T21:51:27.0039903Z [00:02:20.247]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam_verify.c -o qam_verify.o
2025-08-20T21:51:27.0467892Z [00:02:20.298]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_backup.c -o rep_backup.o
2025-08-20T21:51:27.0687257Z [00:02:20.320]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_auto.c -o rep_auto.o
2025-08-20T21:51:27.1395171Z [00:02:20.389]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     g_open_ce
2025-08-20T21:51:27.1396631Z [00:02:20.389]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     fdop
2025-08-20T21:51:27.2091251Z [00:02:20.461]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     g_reorg_ce
2025-08-20T21:51:27.2305618Z [00:02:20.481]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gtcacheopt
2025-08-20T21:51:27.4168591Z [00:02:20.668]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_stat.c
2025-08-20T21:51:27.4549559Z [00:02:20.707]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_elect.c
2025-08-20T21:51:27.5265374Z [00:02:20.775]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gtconv
2025-08-20T21:51:27.5359894Z [00:02:20.788]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_upgrade.c
2025-08-20T21:51:27.6115207Z [00:02:20.863]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_elect.c -o rep_elect.o
2025-08-20T21:51:27.6339991Z [00:02:20.885]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_stat.c -o hash_stat.o
2025-08-20T21:51:27.6808923Z [00:02:20.933]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gtdel
2025-08-20T21:51:27.7056468Z [00:02:20.955]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_verify.c
2025-08-20T21:51:27.7185041Z [00:02:20.968]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gtdump
2025-08-20T21:51:27.7485025Z [00:02:21.000]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_upgrade.c -o hash_upgrade.o
2025-08-20T21:51:27.8489759Z [00:02:21.100]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_lease.c
2025-08-20T21:51:27.8710000Z [00:02:21.122]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gtfetch
2025-08-20T21:51:27.8713006Z [00:02:21.122]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gtload
2025-08-20T21:51:27.8971075Z [00:02:21.149]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_verify.c -o hash_verify.o
2025-08-20T21:51:28.0360596Z [00:02:21.288]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_lease.c -o rep_lease.o
2025-08-20T21:51:28.1504869Z [00:02:21.402]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gtopt
2025-08-20T21:51:28.3091974Z [00:02:21.561]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_log.c
2025-08-20T21:51:28.3209028Z [00:02:21.573]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gtrecover
2025-08-20T21:51:28.3914998Z [00:02:21.643]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     gtver
2025-08-20T21:51:28.4970484Z [00:02:21.749]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     num2word
2025-08-20T21:51:28.5340274Z [00:02:21.785]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     t_dumpload
2025-08-20T21:51:28.5426711Z [00:02:21.794]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap.c
2025-08-20T21:51:28.5534797Z [00:02:21.805]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_log.c -o rep_log.o
2025-08-20T21:51:28.7589927Z [00:02:22.007]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap.c -o heap.o
2025-08-20T21:51:28.7915279Z [00:02:22.039]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     t_lockwait
2025-08-20T21:51:28.9144010Z [00:02:22.166]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     t_wordwrap
2025-08-20T21:51:28.9381565Z [00:02:22.190]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap_auto.c
2025-08-20T21:51:28.9605017Z [00:02:22.212]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     dtload
2025-08-20T21:51:29.0581610Z [00:02:22.310]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     dtdump
2025-08-20T21:51:29.1325298Z [00:02:22.384]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap_auto.c -o heap_auto.o
2025-08-20T21:51:29.1796334Z [00:02:22.429]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_method.c
2025-08-20T21:51:29.1937032Z [00:02:22.442]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:51:29.1938902Z [00:02:22.442]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:51:29.1940363Z [00:02:22.442]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:51:29.3165834Z [00:02:22.566]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     dtfetch
2025-08-20T21:51:29.4061822Z [00:02:22.658]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_method.c -o rep_method.o
2025-08-20T21:51:29.4876848Z [00:02:22.737]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     dtdel
2025-08-20T21:51:29.5109447Z [00:02:22.763]➜  gdbm-static-x86_64-unknown-linux-musl>   CCLD     d_creat_ce
2025-08-20T21:51:29.5571057Z [00:02:22.809]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:51:29.5593890Z [00:02:22.810]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:51:29.6109978Z [00:02:22.863]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap_backup.c
2025-08-20T21:51:29.7509631Z [00:02:23.002]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:51:29.7534095Z [00:02:23.002]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:51:29.7535289Z [00:02:23.005]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:51:29.7544223Z [00:02:23.006]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:51:29.7626327Z [00:02:23.014]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:51:29.7654544Z [00:02:23.014]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:29.7657997Z [00:02:23.018]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:51:29.7735529Z [00:02:23.025]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:29.7858078Z [00:02:23.025]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:51:29.7859614Z [00:02:23.029]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:51:29.7860959Z [00:02:23.034]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:51:29.7862087Z [00:02:23.035]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:51:29.7863362Z [00:02:23.036]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:51:29.7864682Z [00:02:23.036]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:29.7986498Z [00:02:23.050]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:51:29.7988175Z [00:02:23.050]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:51:29.7989888Z [00:02:23.050]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:29.7998963Z [00:02:23.052]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:51:29.8044445Z [00:02:23.056]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:29.8087699Z [00:02:23.059]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:51:29.8096937Z [00:02:23.061]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap_backup.c -o heap_backup.o
2025-08-20T21:51:29.8098502Z [00:02:23.061]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:51:29.8157988Z [00:02:23.067]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:51:29.8159966Z [00:02:23.068]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:51:29.8194366Z [00:02:23.071]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:51:29.8278498Z [00:02:23.079]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:51:29.8280043Z [00:02:23.079]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:51:29.8281422Z [00:02:23.079]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:51:29.8283003Z [00:02:23.079]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:51:29.8284611Z [00:02:23.079]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:51:29.8286062Z [00:02:23.079]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:51:29.8380166Z [00:02:23.090]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:51:29.8381659Z [00:02:23.090]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:51:29.8382973Z [00:02:23.090]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:51:29.8399672Z [00:02:23.092]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:51:29.8478204Z [00:02:23.095]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:51:29.8480949Z [00:02:23.100]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:51:29.8482543Z [00:02:23.100]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:51:29.8523682Z [00:02:23.104]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:51:29.8529138Z [00:02:23.104]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:51:29.8612531Z [00:02:23.112]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:51:29.8617402Z [00:02:23.112]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:51:29.8619035Z [00:02:23.113]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:51:29.8722805Z [00:02:23.124]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T21:51:29.9056517Z [00:02:23.157]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:29.9409583Z [00:02:23.190]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:51:29.9549536Z [00:02:23.207]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_record.c
2025-08-20T21:51:29.9664586Z [00:02:23.209]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-cc... no
2025-08-20T21:51:29.9669578Z [00:02:23.212]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-gcc... no
2025-08-20T21:51:29.9684932Z [00:02:23.220]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-c++... no
2025-08-20T21:51:29.9738697Z [00:02:23.226]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-g++... no
2025-08-20T21:51:29.9740020Z [00:02:23.226]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-cxx... no
2025-08-20T21:51:29.9814506Z [00:02:23.233]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-gxx... no
2025-08-20T21:51:29.9829589Z [00:02:23.235]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-gcc... no
2025-08-20T21:51:29.9894791Z [00:02:23.239]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-gfortran... no
2025-08-20T21:51:29.9913123Z [00:02:23.243]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-gccgo... no
2025-08-20T21:51:29.9998727Z [00:02:23.250]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-gdc... no
2025-08-20T21:51:30.0056402Z [00:02:23.254]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-gm2... no
2025-08-20T21:51:30.0297294Z [00:02:23.281]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-ar... no
2025-08-20T21:51:30.0425221Z [00:02:23.294]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-as... no
2025-08-20T21:51:30.0426701Z [00:02:23.294]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:30.0522792Z [00:02:23.304]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:30.0543634Z [00:02:23.306]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-ld... no
2025-08-20T21:51:30.0630391Z [00:02:23.314]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-lipo... no
2025-08-20T21:51:30.0681945Z [00:02:23.320]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-nm... no
2025-08-20T21:51:30.0746212Z [00:02:23.326]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-objcopy... no
2025-08-20T21:51:30.0829390Z [00:02:23.335]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-objdump... no
2025-08-20T21:51:30.0845888Z [00:02:23.336]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-otool... no
2025-08-20T21:51:30.1055742Z [00:02:23.355]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-ranlib... no
2025-08-20T21:51:30.1057868Z [00:02:23.355]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-readelf... no
2025-08-20T21:51:30.1074097Z [00:02:23.359]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-strip... no
2025-08-20T21:51:30.1145195Z [00:02:23.366]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-windres... no
2025-08-20T21:51:30.1194269Z [00:02:23.371]➜  x86_64-unknown-linux-musl-binutils> checking for mips64-unknown-linux-gnu-windmc... no
2025-08-20T21:51:30.1285063Z [00:02:23.378]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:51:30.1295848Z [00:02:23.378]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:51:30.1367689Z [00:02:23.388]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_record.c -o rep_record.o
2025-08-20T21:51:30.1444843Z [00:02:23.393]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:51:30.1454902Z [00:02:23.393]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:51:30.1493057Z [00:02:23.401]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:51:30.1507741Z [00:02:23.403]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:51:30.1566331Z [00:02:23.408]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:51:30.1623942Z [00:02:23.414]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:51:30.1681296Z [00:02:23.420]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:51:30.1703875Z [00:02:23.422]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:51:30.1761680Z [00:02:23.428]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:51:30.1784501Z [00:02:23.430]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:51:30.1855275Z [00:02:23.437]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:51:30.1857520Z [00:02:23.437]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap_conv.c
2025-08-20T21:51:30.1895905Z [00:02:23.441]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:51:30.1907015Z [00:02:23.442]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:51:30.1908395Z [00:02:23.442]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:51:30.1916010Z [00:02:23.443]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:51:30.1997017Z [00:02:23.451]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:51:30.2010346Z [00:02:23.453]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:51:30.2012209Z [00:02:23.453]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:51:30.2014013Z [00:02:23.453]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:51:30.2015632Z [00:02:23.453]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:51:30.2017207Z [00:02:23.453]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:51:30.2020480Z [00:02:23.454]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:51:30.2520653Z [00:02:23.504]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:30.2574815Z [00:02:23.507]➜  gdbm-static-x86_64-unknown-linux-musl> make  check-local
2025-08-20T21:51:30.2689604Z [00:02:23.520]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:30.2695376Z [00:02:23.520]➜  gdbm-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./testsuite
2025-08-20T21:51:30.3074705Z [00:02:23.555]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:51:30.3236515Z [00:02:23.575]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_region.c
2025-08-20T21:51:30.3319603Z [00:02:23.584]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap_conv.c -o heap_conv.o
2025-08-20T21:51:30.3346393Z [00:02:23.586]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_stat.c
2025-08-20T21:51:30.4036784Z [00:02:23.655]➜  gdbm-static-x86_64-unknown-linux-musl> ## --------------------- ##
2025-08-20T21:51:30.4047033Z [00:02:23.656]➜  gdbm-static-x86_64-unknown-linux-musl> ## gdbm 1.25 test suite. ##
2025-08-20T21:51:30.4051562Z [00:02:23.656]➜  gdbm-static-x86_64-unknown-linux-musl> ## --------------------- ##
2025-08-20T21:51:30.4344968Z [00:02:23.686]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_region.c -o rep_region.o
2025-08-20T21:51:30.4490080Z [00:02:23.701]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_stat.c -o rep_stat.o
2025-08-20T21:51:30.6076892Z [00:02:23.859]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap_method.c
2025-08-20T21:51:30.6568564Z [00:02:23.908]➜  gdbm-static-x86_64-unknown-linux-musl>   1: gdbm version                                    ok
2025-08-20T21:51:30.6946948Z [00:02:23.944]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:30.6992074Z [00:02:23.944]➜  gdbm-static-x86_64-unknown-linux-musl> GDBM interface
2025-08-20T21:51:30.6993133Z [00:02:23.946]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:30.7360096Z [00:02:23.988]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:51:30.7408032Z [00:02:23.992]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap_method.c -o heap_method.o
2025-08-20T21:51:30.7499418Z [00:02:24.002]➜  gdbm-static-x86_64-unknown-linux-musl>   2: create database                                 ok
2025-08-20T21:51:30.8523405Z [00:02:24.104]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_util.c
2025-08-20T21:51:30.8918553Z [00:02:24.143]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap_open.c
2025-08-20T21:51:30.9717532Z [00:02:24.223]➜  gdbm-static-x86_64-unknown-linux-musl>   3: fetch a record                                  ok
2025-08-20T21:51:31.0027748Z [00:02:24.254]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../rep/rep_verify.c
2025-08-20T21:51:31.0048965Z [00:02:24.257]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_util.c -o rep_util.o
2025-08-20T21:51:31.0506761Z [00:02:24.302]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap_open.c -o heap_open.o
2025-08-20T21:51:31.0968531Z [00:02:24.348]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap_rec.c
2025-08-20T21:51:31.1511717Z [00:02:24.403]➜  gdbm-static-x86_64-unknown-linux-musl>   4: fetch: nonexisting record                       ok
2025-08-20T21:51:31.1872118Z [00:02:24.439]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../rep/rep_verify.c -o rep_verify.o
2025-08-20T21:51:31.3058301Z [00:02:24.557]➜  gdbm-static-x86_64-unknown-linux-musl>   5: delete a record                                 ok
2025-08-20T21:51:31.3555928Z [00:02:24.600]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap_rec.c -o heap_rec.o
2025-08-20T21:51:31.4284862Z [00:02:24.680]➜  gdbm-static-x86_64-unknown-linux-musl>   6: delete: non existing record                     ok
2025-08-20T21:51:31.5075612Z [00:02:24.759]➜  gdbm-static-x86_64-unknown-linux-musl>   7: delete: all records                             ok
2025-08-20T21:51:31.5399853Z [00:02:24.792]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_addrinfo.c
2025-08-20T21:51:31.5670385Z [00:02:24.819]➜  gdbm-static-x86_64-unknown-linux-musl>   8: gdbm_close error                                ok
2025-08-20T21:51:31.5876681Z [00:02:24.839]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap_reclaim.c
2025-08-20T21:51:31.7092403Z [00:02:24.961]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_addrinfo.c -o os_addrinfo.o
2025-08-20T21:51:31.7707833Z [00:02:25.022]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap_reclaim.c -o heap_reclaim.o
2025-08-20T21:51:31.7938919Z [00:02:25.044]➜  gdbm-static-x86_64-unknown-linux-musl>   9: dump/load                                       ok
2025-08-20T21:51:31.8172516Z [00:02:25.069]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:31.8187067Z [00:02:25.069]➜  gdbm-static-x86_64-unknown-linux-musl> GDBM locking
2025-08-20T21:51:31.8188430Z [00:02:25.069]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:31.8375645Z [00:02:25.086]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap_stat.c
2025-08-20T21:51:31.9564005Z [00:02:25.208]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap_stat.c -o heap_stat.o
2025-08-20T21:51:32.0137896Z [00:02:25.265]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../repmgr/repmgr_auto.c
2025-08-20T21:51:32.1119537Z [00:02:25.364]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../repmgr/repmgr_elect.c
2025-08-20T21:51:32.1356914Z [00:02:25.387]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap_verify.c
2025-08-20T21:51:32.1439807Z [00:02:25.396]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../repmgr/repmgr_auto.c -o repmgr_auto.o
2025-08-20T21:51:32.2592575Z [00:02:25.511]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../repmgr/repmgr_elect.c -o repmgr_elect.o
2025-08-20T21:51:32.2982710Z [00:02:25.550]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap_verify.c -o heap_verify.o
2025-08-20T21:51:32.4243121Z [00:02:25.676]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam.c
2025-08-20T21:51:32.5041151Z [00:02:25.756]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../repmgr/repmgr_method.c
2025-08-20T21:51:32.5725877Z [00:02:25.819]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam.c -o qam.o
2025-08-20T21:51:32.6085863Z [00:02:25.855]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam_auto.c
2025-08-20T21:51:32.6122940Z [00:02:25.864]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../repmgr/repmgr_method.c -o repmgr_method.o
2025-08-20T21:51:32.6231707Z [00:02:25.875]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam_conv.c
2025-08-20T21:51:32.6847608Z [00:02:25.936]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../repmgr/repmgr_msg.c
2025-08-20T21:51:32.7465818Z [00:02:25.994]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam_auto.c -o qam_auto.o
2025-08-20T21:51:32.7492353Z [00:02:25.994]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../repmgr/repmgr_net.c
2025-08-20T21:51:32.7585891Z [00:02:26.010]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam_conv.c -o qam_conv.o
2025-08-20T21:51:32.8658118Z [00:02:26.117]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../repmgr/repmgr_msg.c -o repmgr_msg.o
2025-08-20T21:51:32.9192205Z [00:02:26.171]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../repmgr/repmgr_net.c -o repmgr_net.o
2025-08-20T21:51:33.0895927Z [00:02:26.336]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam_files.c
2025-08-20T21:51:33.1250383Z [00:02:26.377]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam_method.c
2025-08-20T21:51:33.2177060Z [00:02:26.469]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../repmgr/repmgr_posix.c
2025-08-20T21:51:33.2255048Z [00:02:26.473]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam_files.c -o qam_files.o
2025-08-20T21:51:33.2453828Z [00:02:26.497]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../repmgr/repmgr_queue.c
2025-08-20T21:51:33.2524095Z [00:02:26.504]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam_open.c
2025-08-20T21:51:33.2530618Z [00:02:26.505]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam_method.c -o qam_method.o
2025-08-20T21:51:33.3659588Z [00:02:26.618]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../repmgr/repmgr_queue.c -o repmgr_queue.o
2025-08-20T21:51:33.3776514Z [00:02:26.629]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../repmgr/repmgr_posix.c -o repmgr_posix.o
2025-08-20T21:51:33.4088415Z [00:02:26.660]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam_open.c -o qam_open.o
2025-08-20T21:51:33.4408380Z [00:02:26.686]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../repmgr/repmgr_sel.c
2025-08-20T21:51:33.5647760Z [00:02:26.816]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../repmgr/repmgr_stat.c
2025-08-20T21:51:33.5838862Z [00:02:26.835]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../repmgr/repmgr_sel.c -o repmgr_sel.o
2025-08-20T21:51:33.7081847Z [00:02:26.960]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:33.7174780Z [00:02:26.969]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../repmgr/repmgr_stat.c -o repmgr_stat.o
2025-08-20T21:51:33.7362335Z [00:02:26.988]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:33.7685108Z [00:02:27.016]➜  x86_64-unknown-linux-musl-binutils> checking target system type... msp430-unknown-linux-gnu
2025-08-20T21:51:33.8205816Z [00:02:27.072]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:51:33.8315279Z [00:02:27.083]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:51:33.8320497Z [00:02:27.083]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:51:33.8552457Z [00:02:27.107]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:51:33.8624683Z [00:02:27.112]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:51:33.8936365Z [00:02:27.144]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:51:33.9740764Z [00:02:27.226]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam_rec.c
2025-08-20T21:51:34.0352310Z [00:02:27.287]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../repmgr/repmgr_util.c
2025-08-20T21:51:34.0362442Z [00:02:27.288]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam_stat.c
2025-08-20T21:51:34.0993123Z [00:02:27.351]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_ovfl_vrfy.c
2025-08-20T21:51:34.1116539Z [00:02:27.363]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_vrfy.c
2025-08-20T21:51:34.1175210Z [00:02:27.369]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam_rec.c -o qam_rec.o
2025-08-20T21:51:34.1540325Z [00:02:27.406]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam_stat.c -o qam_stat.o
2025-08-20T21:51:34.1951002Z [00:02:27.446]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_vrfyutil.c
2025-08-20T21:51:34.2055618Z [00:02:27.457]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../repmgr/repmgr_util.c -o repmgr_util.o
2025-08-20T21:51:34.2601424Z [00:02:27.511]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_ovfl_vrfy.c -o db_ovfl_vrfy.o
2025-08-20T21:51:34.2647576Z [00:02:27.516]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_vrfy.c -o db_vrfy.o
2025-08-20T21:51:34.3326163Z [00:02:27.582]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_vrfyutil.c -o db_vrfyutil.o
2025-08-20T21:51:34.3404764Z [00:02:27.591]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:51:34.3406423Z [00:02:27.591]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:51:34.4174961Z [00:02:27.669]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam_upgrade.c
2025-08-20T21:51:34.4663731Z [00:02:27.718]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam_verify.c
2025-08-20T21:51:34.5546227Z [00:02:27.806]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam_upgrade.c -o qam_upgrade.o
2025-08-20T21:51:34.6120746Z [00:02:27.863]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:51:34.6151508Z [00:02:27.867]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam_verify.c -o qam_verify.o
2025-08-20T21:51:34.7875687Z [00:02:28.038]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_automsg.c
2025-08-20T21:51:34.8020034Z [00:02:28.054]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_backup.c
2025-08-20T21:51:34.8589869Z [00:02:28.111]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/bt_verify.c
2025-08-20T21:51:34.8665247Z [00:02:28.116]➜  gdbm-static-x86_64-unknown-linux-musl>  10: lock_wait=retry                                 ok
2025-08-20T21:51:34.8929916Z [00:02:28.145]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:51:34.9080275Z [00:02:28.160]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:51:34.9288703Z [00:02:28.181]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_automsg.c -o rep_automsg.o
2025-08-20T21:51:34.9396395Z [00:02:28.191]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../lock/lock.c
2025-08-20T21:51:34.9509277Z [00:02:28.203]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../lock/lock_deadlock.c
2025-08-20T21:51:34.9617746Z [00:02:28.212]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_backup.c -o rep_backup.o
2025-08-20T21:51:35.0142674Z [00:02:28.266]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/bt_verify.c -o bt_verify.o
2025-08-20T21:51:35.0635099Z [00:02:28.314]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:51:35.0745830Z [00:02:28.321]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../lock/lock.c -o lock.o
2025-08-20T21:51:35.0751633Z [00:02:28.327]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../lock/lock_deadlock.c -o lock_deadlock.o
2025-08-20T21:51:35.1536804Z [00:02:28.405]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:51:35.3007127Z [00:02:28.552]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:51:35.3828646Z [00:02:28.634]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../lock/lock_failchk.c
2025-08-20T21:51:35.5184965Z [00:02:28.770]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:51:35.5426040Z [00:02:28.792]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../lock/lock_failchk.c -o lock_failchk.o
2025-08-20T21:51:35.6173571Z [00:02:28.869]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_elect.c
2025-08-20T21:51:35.6285268Z [00:02:28.877]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_lease.c
2025-08-20T21:51:35.8095667Z [00:02:29.059]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_elect.c -o rep_elect.o
2025-08-20T21:51:35.8376664Z [00:02:29.089]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:51:35.8475059Z [00:02:29.097]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_log.c
2025-08-20T21:51:35.8535031Z [00:02:29.101]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_lease.c -o rep_lease.o
2025-08-20T21:51:35.8882826Z [00:02:29.140]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../lock/lock_id.c
2025-08-20T21:51:36.0106217Z [00:02:29.261]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_log.c -o rep_log.o
2025-08-20T21:51:36.0743540Z [00:02:29.326]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../lock/lock_id.c -o lock_id.o
2025-08-20T21:51:36.1519142Z [00:02:29.403]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:51:36.3169547Z [00:02:29.569]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:51:36.6057383Z [00:02:29.857]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:51:36.6138227Z [00:02:29.866]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:51:36.6225834Z [00:02:29.873]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:51:36.6227548Z [00:02:29.874]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:51:36.6241393Z [00:02:29.876]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:51:36.6778798Z [00:02:29.929]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:51:36.6815383Z [00:02:29.929]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:51:36.6816990Z [00:02:29.930]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:51:36.6896917Z [00:02:29.941]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:51:36.6901718Z [00:02:29.941]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:51:36.7145041Z [00:02:29.966]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:51:36.7218798Z [00:02:29.973]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_method.c
2025-08-20T21:51:36.7435109Z [00:02:29.993]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:51:36.8247044Z [00:02:30.076]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../lock/lock_list.c
2025-08-20T21:51:36.8602781Z [00:02:30.112]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_method.c -o rep_method.o
2025-08-20T21:51:36.8925601Z [00:02:30.137]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:51:36.8927109Z [00:02:30.137]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:51:36.8928440Z [00:02:30.140]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:51:37.0277531Z [00:02:30.279]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../lock/lock_list.c -o lock_list.o
2025-08-20T21:51:37.1745320Z [00:02:30.424]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:51:37.3726669Z [00:02:30.622]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_record.c
2025-08-20T21:51:37.4449705Z [00:02:30.697]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:51:37.5114584Z [00:02:30.763]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_record.c -o rep_record.o
2025-08-20T21:51:37.6644344Z [00:02:30.916]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_region.c
2025-08-20T21:51:37.8257798Z [00:02:31.077]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_region.c -o rep_region.o
2025-08-20T21:51:37.8595951Z [00:02:31.109]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../lock/lock_method.c
2025-08-20T21:51:37.9305649Z [00:02:31.179]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../lock/lock_region.c
2025-08-20T21:51:38.0192729Z [00:02:31.271]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../lock/lock_method.c -o lock_method.o
2025-08-20T21:51:38.0766070Z [00:02:31.325]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../lock/lock_region.c -o lock_region.o
2025-08-20T21:51:38.4209960Z [00:02:31.672]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../lock/lock_stat.c
2025-08-20T21:51:38.4867682Z [00:02:31.738]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../lock/lock_timer.c
2025-08-20T21:51:38.5674635Z [00:02:31.819]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../lock/lock_stat.c -o lock_stat.o
2025-08-20T21:51:38.6602407Z [00:02:31.912]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../lock/lock_timer.c -o lock_timer.o
2025-08-20T21:51:38.6857837Z [00:02:31.937]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_stat.c
2025-08-20T21:51:38.7067900Z [00:02:31.958]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../lock/lock_util.c
2025-08-20T21:51:38.7156968Z [00:02:31.965]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_util.c
2025-08-20T21:51:38.8214493Z [00:02:32.073]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_util.c -o rep_util.o
2025-08-20T21:51:38.8432134Z [00:02:32.095]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_stat.c -o rep_stat.o
2025-08-20T21:51:38.8504679Z [00:02:32.102]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mutex/mut_alloc.c
2025-08-20T21:51:38.8618587Z [00:02:32.113]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../lock/lock_util.c -o lock_util.o
2025-08-20T21:51:39.0150856Z [00:02:32.267]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mutex/mut_alloc.c -o mut_alloc.o
2025-08-20T21:51:39.0412898Z [00:02:32.293]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mutex/mut_failchk.c
2025-08-20T21:51:39.1619200Z [00:02:32.413]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mutex/mut_method.c
2025-08-20T21:51:39.1933562Z [00:02:32.445]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mutex/mut_failchk.c -o mut_failchk.o
2025-08-20T21:51:39.2759934Z [00:02:32.528]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mutex/mut_region.c
2025-08-20T21:51:39.3226120Z [00:02:32.574]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mutex/mut_method.c -o mut_method.o
2025-08-20T21:51:39.4256694Z [00:02:32.677]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/rep/rep_verify.c
2025-08-20T21:51:39.4336310Z [00:02:32.685]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mutex/mut_region.c -o mut_region.o
2025-08-20T21:51:39.4579725Z [00:02:32.710]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mutex/mut_stat.c
2025-08-20T21:51:39.4680849Z [00:02:32.720]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../crypto/aes_method.c
2025-08-20T21:51:39.5564582Z [00:02:32.808]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/rep/rep_verify.c -o rep_verify.o
2025-08-20T21:51:39.6171098Z [00:02:32.869]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_addrinfo.c
2025-08-20T21:51:39.6177905Z [00:02:32.869]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mutex/mut_stat.c -o mut_stat.o
2025-08-20T21:51:39.6392332Z [00:02:32.891]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../crypto/aes_method.c -o aes_method.o
2025-08-20T21:51:39.7895998Z [00:02:33.037]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_addrinfo.c -o os_addrinfo.o
2025-08-20T21:51:39.8344296Z [00:02:33.086]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../crypto/crypto.c
2025-08-20T21:51:39.8938625Z [00:02:33.145]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../crypto/mersenne/mt19937db.c
2025-08-20T21:51:39.9138186Z [00:02:33.165]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../crypto/rijndael/rijndael-alg-fst.c
2025-08-20T21:51:39.9190958Z [00:02:33.171]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:51:39.9197063Z [00:02:33.171]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:51:39.9202607Z [00:02:33.172]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:51:39.9967916Z [00:02:33.248]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../crypto/crypto.c -o crypto.o
2025-08-20T21:51:40.0323916Z [00:02:33.284]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../crypto/rijndael/rijndael-api-fst.c
2025-08-20T21:51:40.0416276Z [00:02:33.289]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../crypto/rijndael/rijndael-alg-fst.c -o rijndael-alg-fst.o
2025-08-20T21:51:40.0456260Z [00:02:33.297]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../crypto/mersenne/mt19937db.c -o mt19937db.o
2025-08-20T21:51:40.0591860Z [00:02:33.311]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_auto.c
2025-08-20T21:51:40.1795693Z [00:02:33.431]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:51:40.1805632Z [00:02:33.432]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:51:40.2004023Z [00:02:33.452]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../crypto/rijndael/rijndael-api-fst.c -o rijndael-api-fst.o
2025-08-20T21:51:40.2093514Z [00:02:33.461]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_auto.c -o repmgr_auto.o
2025-08-20T21:51:40.3207170Z [00:02:33.572]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/crdel_auto.c
2025-08-20T21:51:40.3421878Z [00:02:33.594]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:51:40.3431700Z [00:02:33.595]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:51:40.3478760Z [00:02:33.599]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:51:40.3492928Z [00:02:33.601]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:51:40.3569635Z [00:02:33.609]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:51:40.3571325Z [00:02:33.609]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:40.3588355Z [00:02:33.610]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:51:40.3669589Z [00:02:33.619]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:40.3674528Z [00:02:33.619]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:51:40.3744914Z [00:02:33.623]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:51:40.3774975Z [00:02:33.629]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:51:40.3804447Z [00:02:33.631]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:51:40.3864470Z [00:02:33.636]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:51:40.3865978Z [00:02:33.637]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:40.3867257Z [00:02:33.638]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:51:40.3868544Z [00:02:33.638]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:51:40.3954703Z [00:02:33.645]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:40.3984406Z [00:02:33.647]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:51:40.3985554Z [00:02:33.647]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:40.3992227Z [00:02:33.651]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:51:40.4104999Z [00:02:33.659]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:51:40.4106211Z [00:02:33.659]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:51:40.4107497Z [00:02:33.659]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:51:40.4108486Z [00:02:33.660]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:51:40.4109364Z [00:02:33.660]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:51:40.4110500Z [00:02:33.661]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:51:40.4111694Z [00:02:33.661]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:51:40.4112957Z [00:02:33.661]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:51:40.4115053Z [00:02:33.663]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:51:40.4194613Z [00:02:33.667]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:51:40.4209924Z [00:02:33.668]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:51:40.4216178Z [00:02:33.673]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:51:40.4222536Z [00:02:33.674]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:51:40.4329641Z [00:02:33.683]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:51:40.4331136Z [00:02:33.683]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:51:40.4332537Z [00:02:33.684]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:51:40.4339283Z [00:02:33.684]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:51:40.4341949Z [00:02:33.684]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:51:40.4343903Z [00:02:33.685]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:51:40.4447797Z [00:02:33.694]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:51:40.4452098Z [00:02:33.694]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:51:40.4453637Z [00:02:33.694]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:51:40.4545122Z [00:02:33.701]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/crdel_rec.c
2025-08-20T21:51:40.4628340Z [00:02:33.714]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_automsg.c
2025-08-20T21:51:40.4822763Z [00:02:33.734]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/crdel_auto.c -o crdel_auto.o
2025-08-20T21:51:40.4833689Z [00:02:33.735]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:40.4839824Z [00:02:33.736]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_elect.c
2025-08-20T21:51:40.5030822Z [00:02:33.755]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:51:40.5225222Z [00:02:33.772]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-cc... no
2025-08-20T21:51:40.5227069Z [00:02:33.772]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-gcc... no
2025-08-20T21:51:40.5284806Z [00:02:33.779]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-c++... no
2025-08-20T21:51:40.5291479Z [00:02:33.779]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db.c
2025-08-20T21:51:40.5339563Z [00:02:33.786]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-g++... no
2025-08-20T21:51:40.5346197Z [00:02:33.786]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-cxx... no
2025-08-20T21:51:40.5436232Z [00:02:33.795]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-gxx... no
2025-08-20T21:51:40.5437881Z [00:02:33.795]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-gcc... no
2025-08-20T21:51:40.5462011Z [00:02:33.798]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-gfortran... no
2025-08-20T21:51:40.5534920Z [00:02:33.805]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-gccgo... no
2025-08-20T21:51:40.5598047Z [00:02:33.811]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-gdc... no
2025-08-20T21:51:40.5604887Z [00:02:33.811]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-gm2... no
2025-08-20T21:51:40.5765811Z [00:02:33.828]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-ar... no
2025-08-20T21:51:40.5824125Z [00:02:33.832]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/crdel_rec.c -o crdel_rec.o
2025-08-20T21:51:40.5838648Z [00:02:33.836]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-as... no
2025-08-20T21:51:40.5895053Z [00:02:33.841]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:40.5941609Z [00:02:33.846]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:40.5948498Z [00:02:33.847]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_method.c
2025-08-20T21:51:40.6020995Z [00:02:33.854]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-ld... no
2025-08-20T21:51:40.6026895Z [00:02:33.854]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-lipo... no
2025-08-20T21:51:40.6115198Z [00:02:33.863]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-nm... no
2025-08-20T21:51:40.6117497Z [00:02:33.863]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_automsg.c -o repmgr_automsg.o
2025-08-20T21:51:40.6154651Z [00:02:33.865]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-objcopy... no
2025-08-20T21:51:40.6157379Z [00:02:33.867]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_elect.c -o repmgr_elect.o
2025-08-20T21:51:40.6294665Z [00:02:33.876]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-objdump... no
2025-08-20T21:51:40.6296059Z [00:02:33.877]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-otool... no
2025-08-20T21:51:40.6347664Z [00:02:33.887]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-ranlib... no
2025-08-20T21:51:40.6374253Z [00:02:33.889]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-readelf... no
2025-08-20T21:51:40.6462151Z [00:02:33.898]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-strip... no
2025-08-20T21:51:40.6501697Z [00:02:33.899]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-windres... no
2025-08-20T21:51:40.6534167Z [00:02:33.905]➜  x86_64-unknown-linux-musl-binutils> checking for msp430-unknown-linux-gnu-windmc... no
2025-08-20T21:51:40.6543614Z [00:02:33.906]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:51:40.6604602Z [00:02:33.910]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:51:40.6631944Z [00:02:33.914]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:51:40.6722306Z [00:02:33.924]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db.c -o db.o
2025-08-20T21:51:40.6724883Z [00:02:33.924]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:51:40.6810217Z [00:02:33.932]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:51:40.6814332Z [00:02:33.932]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:51:40.6881099Z [00:02:33.940]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:51:40.6951199Z [00:02:33.947]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:51:40.7016082Z [00:02:33.953]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:51:40.7095225Z [00:02:33.961]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:51:40.7191928Z [00:02:33.971]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:51:40.7262782Z [00:02:33.978]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:51:40.7264728Z [00:02:33.978]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:51:40.7321965Z [00:02:33.984]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:51:40.7330015Z [00:02:33.985]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:51:40.7340137Z [00:02:33.986]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:51:40.7345519Z [00:02:33.986]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:51:40.7364506Z [00:02:33.988]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_method.c -o repmgr_method.o
2025-08-20T21:51:40.7497812Z [00:02:34.001]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:51:40.7500742Z [00:02:34.001]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:51:40.7506086Z [00:02:34.001]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:51:40.7507811Z [00:02:34.001]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:51:40.7534337Z [00:02:34.002]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:51:40.7536138Z [00:02:34.002]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:51:40.7537940Z [00:02:34.002]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:51:40.9132876Z [00:02:34.165]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:51:40.9754852Z [00:02:34.225]➜  gdbm-static-x86_64-unknown-linux-musl>  11: lock_wait=signal                                ok
2025-08-20T21:51:41.0039493Z [00:02:34.256]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:41.0040746Z [00:02:34.256]➜  gdbm-static-x86_64-unknown-linux-musl> Block size selection
2025-08-20T21:51:41.0046449Z [00:02:34.256]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:41.1226495Z [00:02:34.374]➜  gdbm-static-x86_64-unknown-linux-musl>  12: block size adjustment                           ok
2025-08-20T21:51:41.2264215Z [00:02:34.478]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_am.c
2025-08-20T21:51:41.2579690Z [00:02:34.510]➜  gdbm-static-x86_64-unknown-linux-musl>  13: exact blocksize                                 ok
2025-08-20T21:51:41.3102198Z [00:02:34.562]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:51:41.3266660Z [00:02:34.578]➜  gdbm-static-x86_64-unknown-linux-musl>  14: incorrect blocksize                             ok
2025-08-20T21:51:41.3347745Z [00:02:34.586]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_auto.c
2025-08-20T21:51:41.3747642Z [00:02:34.626]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:41.3762330Z [00:02:34.627]➜  gdbm-static-x86_64-unknown-linux-musl> Compatibility library (dbm/ndbm)
2025-08-20T21:51:41.3763812Z [00:02:34.627]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:41.3894123Z [00:02:34.641]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_am.c -o db_am.o
2025-08-20T21:51:41.4187770Z [00:02:34.670]➜  gdbm-static-x86_64-unknown-linux-musl>  15: create database                                 ok
2025-08-20T21:51:41.4894096Z [00:02:34.741]➜  gdbm-static-x86_64-unknown-linux-musl>  16: converting a 1.8-style database                 ok
2025-08-20T21:51:41.4916702Z [00:02:34.743]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_msg.c
2025-08-20T21:51:41.5466088Z [00:02:34.796]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_auto.c -o db_auto.o
2025-08-20T21:51:41.5555129Z [00:02:34.804]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_net.c
2025-08-20T21:51:41.6097953Z [00:02:34.861]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_posix.c
2025-08-20T21:51:41.6138577Z [00:02:34.866]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_msg.c -o repmgr_msg.o
2025-08-20T21:51:41.6699194Z [00:02:34.918]➜  gdbm-static-x86_64-unknown-linux-musl>  17: fetch a record                                  ok
2025-08-20T21:51:41.7038907Z [00:02:34.952]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_net.c -o repmgr_net.o
2025-08-20T21:51:41.7062592Z [00:02:34.958]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/db_byteorder.c
2025-08-20T21:51:41.8046359Z [00:02:35.054]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_posix.c -o repmgr_posix.o
2025-08-20T21:51:41.8284594Z [00:02:35.080]➜  gdbm-static-x86_64-unknown-linux-musl>  18: fetch: nonexisting record                       ok
2025-08-20T21:51:41.8650887Z [00:02:35.117]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/db_byteorder.c -o db_byteorder.o
2025-08-20T21:51:41.9030735Z [00:02:35.155]➜  gdbm-static-x86_64-unknown-linux-musl>  19: fetch from a read-only database                 ok
2025-08-20T21:51:42.0167654Z [00:02:35.268]➜  gdbm-static-x86_64-unknown-linux-musl>  20: fetch from a read-only 1.8-style database       ok
2025-08-20T21:51:42.1187333Z [00:02:35.370]➜  gdbm-static-x86_64-unknown-linux-musl>  21: delete a record                                 ok
2025-08-20T21:51:42.1360514Z [00:02:35.388]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_cam.c
2025-08-20T21:51:42.1926466Z [00:02:35.444]➜  gdbm-static-x86_64-unknown-linux-musl>  22: delete: non existing record                     ok
2025-08-20T21:51:42.2776938Z [00:02:35.529]➜  gdbm-static-x86_64-unknown-linux-musl>  23: delete: all records                             ok
2025-08-20T21:51:42.3052224Z [00:02:35.557]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_cam.c -o db_cam.o
2025-08-20T21:51:42.3156434Z [00:02:35.567]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:42.3162380Z [00:02:35.568]➜  gdbm-static-x86_64-unknown-linux-musl> DB options
2025-08-20T21:51:42.3163765Z [00:02:35.568]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:42.3605859Z [00:02:35.612]➜  gdbm-static-x86_64-unknown-linux-musl>  24: setopt                                          ok
2025-08-20T21:51:42.3620553Z [00:02:35.614]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_cds.c
2025-08-20T21:51:42.4616124Z [00:02:35.713]➜  gdbm-static-x86_64-unknown-linux-musl>  25: setopt: mmap options                            ok
2025-08-20T21:51:42.5235404Z [00:02:35.772]➜  gdbm-static-x86_64-unknown-linux-musl>  26: GDBM_GETCACHESIZE/GDBM_SETCACHESIZE             ok
2025-08-20T21:51:42.5549649Z [00:02:35.807]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:42.5551126Z [00:02:35.807]➜  gdbm-static-x86_64-unknown-linux-musl> Cloexec
2025-08-20T21:51:42.5561902Z [00:02:35.808]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:42.5677640Z [00:02:35.819]➜  gdbm-static-x86_64-unknown-linux-musl>  27: cloexec: gdbm_open                              ok
2025-08-20T21:51:42.5718502Z [00:02:35.824]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_cds.c -o db_cds.o
2025-08-20T21:51:42.5997834Z [00:02:35.851]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_queue.c
2025-08-20T21:51:42.6305483Z [00:02:35.882]➜  gdbm-static-x86_64-unknown-linux-musl>  28: cloexec: gdbm_reorganize                        ok
2025-08-20T21:51:42.6934889Z [00:02:35.945]➜  gdbm-static-x86_64-unknown-linux-musl>  29: cloexec: dbm_open                               ok
2025-08-20T21:51:42.6944743Z [00:02:35.946]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/db_compint.c
2025-08-20T21:51:42.6947250Z [00:02:35.946]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_rec.c
2025-08-20T21:51:42.7342456Z [00:02:35.986]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_queue.c -o repmgr_queue.o
2025-08-20T21:51:42.7751841Z [00:02:36.023]➜  gdbm-static-x86_64-unknown-linux-musl>  30: cloexec: dbm_open -creat                        ok
2025-08-20T21:51:42.8147862Z [00:02:36.066]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:42.8148872Z [00:02:36.066]➜  gdbm-static-x86_64-unknown-linux-musl> Wordwrap
2025-08-20T21:51:42.8149781Z [00:02:36.066]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:42.8452113Z [00:02:36.097]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/db_compint.c -o db_compint.o
2025-08-20T21:51:42.8572557Z [00:02:36.109]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_rec.c -o repmgr_rec.o
2025-08-20T21:51:42.9395337Z [00:02:36.188]➜  gdbm-static-x86_64-unknown-linux-musl>  31: wordwrap                                        ok
2025-08-20T21:51:42.9849865Z [00:02:36.237]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:42.9854791Z [00:02:36.237]➜  gdbm-static-x86_64-unknown-linux-musl> gdbmtool
2025-08-20T21:51:42.9855940Z [00:02:36.237]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:43.0171093Z [00:02:36.269]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_conv.c
2025-08-20T21:51:43.0274389Z [00:02:36.279]➜  gdbm-static-x86_64-unknown-linux-musl>  32: Input from file                                 ok
2025-08-20T21:51:43.0630473Z [00:02:36.313]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_sel.c
2025-08-20T21:51:43.0933064Z [00:02:36.345]➜  gdbm-static-x86_64-unknown-linux-musl>  33: Input from stdin                                ok
2025-08-20T21:51:43.1386159Z [00:02:36.390]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_dispatch.c
2025-08-20T21:51:43.1675361Z [00:02:36.419]➜  gdbm-static-x86_64-unknown-linux-musl>  34: Input from command line                         ok
2025-08-20T21:51:43.1849605Z [00:02:36.434]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_conv.c -o db_conv.o
2025-08-20T21:51:43.1920042Z [00:02:36.444]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_sel.c -o repmgr_sel.o
2025-08-20T21:51:43.1984319Z [00:02:36.450]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_stat.c
2025-08-20T21:51:43.2436390Z [00:02:36.495]➜  gdbm-static-x86_64-unknown-linux-musl>  35: Initialization file                             ok
2025-08-20T21:51:43.2540646Z [00:02:36.506]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_util.c
2025-08-20T21:51:43.2935027Z [00:02:36.545]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_dispatch.c -o db_dispatch.o
2025-08-20T21:51:43.3146619Z [00:02:36.566]➜  gdbm-static-x86_64-unknown-linux-musl>  36: Pipe                                            ok
2025-08-20T21:51:43.3295043Z [00:02:36.578]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: 'build-aux/install-sh' is updated
2025-08-20T21:51:43.3324765Z [00:02:36.581]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T21:51:43.3496223Z [00:02:36.601]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_stat.c -o repmgr_stat.o
2025-08-20T21:51:43.3534483Z [00:02:36.605]➜  gnutar-static-x86_64-unknown-linux-musl> autoreconfPhase completed in 42 seconds
2025-08-20T21:51:43.3555380Z [00:02:36.605]➜  gnutar-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:51:43.3569542Z [00:02:36.609]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:43.3575129Z [00:02:36.609]➜  gdbm-static-x86_64-unknown-linux-musl> Database formats
2025-08-20T21:51:43.3579969Z [00:02:36.610]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:43.3676514Z [00:02:36.619]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_dup.c
2025-08-20T21:51:43.3784733Z [00:02:36.628]➜  gdbm-static-x86_64-unknown-linux-musl>  37: Database format conversion                      ok
2025-08-20T21:51:43.3889716Z [00:02:36.641]➜  gnutar-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:51:43.3978922Z [00:02:36.650]➜  gnutar-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:51:43.4116085Z [00:02:36.663]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:43.4147993Z [00:02:36.663]➜  gdbm-static-x86_64-unknown-linux-musl> Free space management
2025-08-20T21:51:43.4149283Z [00:02:36.663]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:43.4150794Z [00:02:36.663]➜  gnutar-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:51:43.4290792Z [00:02:36.681]➜  gnutar-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:51:43.4345007Z [00:02:36.686]➜  gdbm-static-x86_64-unknown-linux-musl>  38: Coalesce                                        ok
2025-08-20T21:51:43.4418987Z [00:02:36.694]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_util.c -o repmgr_util.o
2025-08-20T21:51:43.4451968Z [00:02:36.697]➜  gnutar-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:51:43.4565133Z [00:02:36.708]➜  gnutar-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:51:43.5387613Z [00:02:36.790]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_dup.c -o db_dup.o
2025-08-20T21:51:43.5532710Z [00:02:36.805]➜  gnutar-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:51:43.5622020Z [00:02:36.814]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:43.5627949Z [00:02:36.814]➜  gdbm-static-x86_64-unknown-linux-musl> ## ------------- ##
2025-08-20T21:51:43.5630224Z [00:02:36.814]➜  gdbm-static-x86_64-unknown-linux-musl> ## Test results. ##
2025-08-20T21:51:43.5632406Z [00:02:36.814]➜  gdbm-static-x86_64-unknown-linux-musl> ## ------------- ##
2025-08-20T21:51:43.5638745Z [00:02:36.814]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:43.5639655Z [00:02:36.814]➜  gdbm-static-x86_64-unknown-linux-musl> All 38 tests were successful.
2025-08-20T21:51:43.5671252Z [00:02:36.818]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:43.5672648Z [00:02:36.819]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:43.5690953Z [00:02:36.821]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:43.5708046Z [00:02:36.823]➜  gnutar-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:51:43.5757556Z [00:02:36.827]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25'
2025-08-20T21:51:43.5819041Z [00:02:36.833]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25'
2025-08-20T21:51:43.5987963Z [00:02:36.850]➜  gdbm-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:51:43.6367261Z [00:02:36.888]➜  gdbm-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev/lib/pkgconfig m4datadir=/nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev/share/aclocal aclocaldir=/nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev/share/aclocal install
2025-08-20T21:51:43.6440901Z [00:02:36.895]➜  gnutar-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35 --bindir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/bin --sbindir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/sbin --includedir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/include --mandir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/man --infodir=/nix/store/04fn1820wcw22s1fr7jmj28drarwh7p7-gnutar-static-x86_64-unknown-linux-musl-1.35-info/share/info --docdir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/doc/tar --libdir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/lib --libexecdir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/libexec --localedir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:51:43.6544464Z [00:02:36.906]➜  gdbm-static-x86_64-unknown-linux-musl> Making install in po
2025-08-20T21:51:43.6588740Z [00:02:36.909]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/po'
2025-08-20T21:51:43.6832854Z [00:02:36.935]➜  gdbm-static-x86_64-unknown-linux-musl> installing da.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/da/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.6872932Z [00:02:36.939]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_ovfl_vrfy.c
2025-08-20T21:51:43.7101928Z [00:02:36.962]➜  gdbm-static-x86_64-unknown-linux-musl> installing de.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/de/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.7310847Z [00:02:36.983]➜  gdbm-static-x86_64-unknown-linux-musl> installing eo.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/eo/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.7475975Z [00:02:36.999]➜  gdbm-static-x86_64-unknown-linux-musl> installing es.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/es/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.7614481Z [00:02:37.013]➜  gdbm-static-x86_64-unknown-linux-musl> installing fi.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/fi/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.7791366Z [00:02:37.031]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_ovfl_vrfy.c -o db_ovfl_vrfy.o
2025-08-20T21:51:43.7916527Z [00:02:37.043]➜  gdbm-static-x86_64-unknown-linux-musl> installing fr.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/fr/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.8104238Z [00:02:37.062]➜  gdbm-static-x86_64-unknown-linux-musl> installing ja.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/ja/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.8286386Z [00:02:37.080]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_vrfy.c
2025-08-20T21:51:43.8377646Z [00:02:37.089]➜  gdbm-static-x86_64-unknown-linux-musl> installing ka.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/ka/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.8521321Z [00:02:37.104]➜  gdbm-static-x86_64-unknown-linux-musl> installing pl.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/pl/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.8743646Z [00:02:37.126]➜  gdbm-static-x86_64-unknown-linux-musl> installing pt_BR.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/pt_BR/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.8881894Z [00:02:37.140]➜  gdbm-static-x86_64-unknown-linux-musl> installing ro.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/ro/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.9122311Z [00:02:37.163]➜  gdbm-static-x86_64-unknown-linux-musl> installing ru.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/ru/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.9216940Z [00:02:37.173]➜  gdbm-static-x86_64-unknown-linux-musl> installing sr.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/sr/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.9494775Z [00:02:37.201]➜  gdbm-static-x86_64-unknown-linux-musl> installing sv.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/sv/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.9623714Z [00:02:37.212]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:43.9704116Z [00:02:37.222]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_vrfy.c -o db_vrfy.o
2025-08-20T21:51:43.9729393Z [00:02:37.225]➜  gdbm-static-x86_64-unknown-linux-musl> installing uk.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/uk/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.9869503Z [00:02:37.236]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:43.9894886Z [00:02:37.241]➜  gdbm-static-x86_64-unknown-linux-musl> installing vi.gmo as /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/share/locale/vi/LC_MESSAGES/gdbm.mo
2025-08-20T21:51:43.9917809Z [00:02:37.244]➜  gdbm-static-x86_64-unknown-linux-musl> if test "gdbm" = "gettext-tools"; then \
2025-08-20T21:51:43.9924004Z [00:02:37.244]➜  gdbm-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/share/gettext/po; \
2025-08-20T21:51:43.9945487Z [00:02:37.245]➜  gdbm-static-x86_64-unknown-linux-musl>   for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
2025-08-20T21:51:43.9948111Z [00:02:37.245]➜  gdbm-static-x86_64-unknown-linux-musl>     /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$file \
2025-08-20T21:51:43.9950671Z [00:02:37.245]➜  gdbm-static-x86_64-unknown-linux-musl>              /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/share/gettext/po/$file; \
2025-08-20T21:51:43.9957715Z [00:02:37.245]➜  gdbm-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T21:51:43.9959084Z [00:02:37.245]➜  gdbm-static-x86_64-unknown-linux-musl>   for file in Makevars; do \
2025-08-20T21:51:43.9961145Z [00:02:37.245]➜  gdbm-static-x86_64-unknown-linux-musl>     rm -f /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/share/gettext/po/$file; \
2025-08-20T21:51:43.9966740Z [00:02:37.245]➜  gdbm-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T21:51:44.0034470Z [00:02:37.245]➜  gdbm-static-x86_64-unknown-linux-musl> else \
2025-08-20T21:51:44.0035782Z [00:02:37.245]➜  gdbm-static-x86_64-unknown-linux-musl>   : ; \
2025-08-20T21:51:44.0036720Z [00:02:37.245]➜  gdbm-static-x86_64-unknown-linux-musl> fi
2025-08-20T21:51:44.0037972Z [00:02:37.246]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/po'
2025-08-20T21:51:44.0039253Z [00:02:37.253]➜  gdbm-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:51:44.0082067Z [00:02:37.260]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/src'
2025-08-20T21:51:44.0084361Z [00:02:37.260]➜  gdbm-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T21:51:44.0085717Z [00:02:37.260]➜  x86_64-unknown-linux-musl-binutils> checking target system type... powerpc-unknown-linux-gnu
2025-08-20T21:51:44.0100343Z [00:02:37.262]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_vrfyutil.c
2025-08-20T21:51:44.0245374Z [00:02:37.276]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/src'
2025-08-20T21:51:44.0374876Z [00:02:37.286]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/src'
2025-08-20T21:51:44.0495709Z [00:02:37.299]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib'
2025-08-20T21:51:44.0499391Z [00:02:37.299]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev/include'
2025-08-20T21:51:44.0529895Z [00:02:37.299]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libgdbm.la '/nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib'
2025-08-20T21:51:44.0534847Z [00:02:37.305]➜  gnutar-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
2025-08-20T21:51:44.0623558Z [00:02:37.314]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gdbm.h '/nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev/include'
2025-08-20T21:51:44.1055119Z [00:02:37.357]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:51:44.1285752Z [00:02:37.380]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:51:44.1291146Z [00:02:37.380]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:51:44.1377166Z [00:02:37.389]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/db_err.c
2025-08-20T21:51:44.1485162Z [00:02:37.397]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:51:44.1534337Z [00:02:37.404]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:51:44.1670912Z [00:02:37.419]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libgdbm.lai /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib/libgdbm.la
2025-08-20T21:51:44.1781318Z [00:02:37.430]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_vrfyutil.c -o db_vrfyutil.o
2025-08-20T21:51:44.1837865Z [00:02:37.433]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:51:44.1840992Z [00:02:37.433]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libgdbm.a /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib/libgdbm.a
2025-08-20T21:51:44.2056731Z [00:02:37.457]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib/libgdbm.a
2025-08-20T21:51:44.2168940Z [00:02:37.468]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib/libgdbm.a
2025-08-20T21:51:44.2726310Z [00:02:37.521]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/db_err.c -o db_err.o
2025-08-20T21:51:44.3250013Z [00:02:37.577]➜  gnutar-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:51:44.3458574Z [00:02:37.598]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:51:44.3706067Z [00:02:37.622]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:51:44.3761412Z [00:02:37.628]➜  gnutar-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:51:44.3829567Z [00:02:37.634]➜  gnutar-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:51:44.4115627Z [00:02:37.663]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/bt_verify.c
2025-08-20T21:51:44.4206039Z [00:02:37.670]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib
2025-08-20T21:51:44.4218891Z [00:02:37.673]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:51:44.4225709Z [00:02:37.674]➜  gdbm-static-x86_64-unknown-linux-musl> /build/gdbm-1.25/libtool: line 1886: ldconfig: command not found
2025-08-20T21:51:44.4236078Z [00:02:37.675]➜  gdbm-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:51:44.4244954Z [00:02:37.676]➜  gdbm-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:51:44.4247954Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl>    /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib
2025-08-20T21:51:44.4251056Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:44.4255253Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:51:44.4257774Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:51:44.4260249Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:51:44.4262645Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:51:44.4265222Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:51:44.4267706Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:51:44.4269844Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:51:44.4271014Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:51:44.4272143Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:51:44.4273664Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:51:44.4274787Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:44.4275652Z [00:02:37.677]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:44.4285094Z [00:02:37.680]➜  gdbm-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:51:44.4288092Z [00:02:37.681]➜  gdbm-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:51:44.4291537Z [00:02:37.681]➜  gdbm-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:51:44.4295186Z [00:02:37.681]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/src'
2025-08-20T21:51:44.4298342Z [00:02:37.682]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/src'
2025-08-20T21:51:44.4301669Z [00:02:37.682]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/src'
2025-08-20T21:51:44.4314778Z [00:02:37.683]➜  gdbm-static-x86_64-unknown-linux-musl> Making install in tools
2025-08-20T21:51:44.4434035Z [00:02:37.695]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:44.4438356Z [00:02:37.695]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/db_getlong.c
2025-08-20T21:51:44.4444553Z [00:02:37.696]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:51:44.4487375Z [00:02:37.700]➜  gdbm-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T21:51:44.4615849Z [00:02:37.713]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:44.4766277Z [00:02:37.726]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:44.4819111Z [00:02:37.732]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/bin'
2025-08-20T21:51:44.4821367Z [00:02:37.733]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:51:44.4865317Z [00:02:37.738]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether UID '1000' is supported by ustar format... yes
2025-08-20T21:51:44.4935066Z [00:02:37.738]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether GID '100' is supported by ustar format... yes
2025-08-20T21:51:44.5161281Z [00:02:37.768]➜  gdbm-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c gdbmtool gdbm_load gdbm_dump '/nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/bin'
2025-08-20T21:51:44.5401289Z [00:02:37.792]➜  gnutar-static-x86_64-unknown-linux-musl> checking how to create a ustar tar archive... gnutar
2025-08-20T21:51:44.5471018Z [00:02:37.799]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/bt_verify.c -o bt_verify.o
2025-08-20T21:51:44.5505247Z [00:02:37.802]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:51:44.5510291Z [00:02:37.802]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:51:44.5601909Z [00:02:37.812]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:51:44.5615022Z [00:02:37.813]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:51:44.5838074Z [00:02:37.835]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/db_getlong.c -o db_getlong.o
2025-08-20T21:51:44.6378021Z [00:02:37.889]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/db_idspace.c
2025-08-20T21:51:44.6575912Z [00:02:37.909]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c gdbmtool /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/bin/gdbmtool
2025-08-20T21:51:44.6819508Z [00:02:37.933]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c gdbm_load /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/bin/gdbm_load
2025-08-20T21:51:44.7097697Z [00:02:37.961]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c gdbm_dump /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/bin/gdbm_dump
2025-08-20T21:51:44.7183492Z [00:02:37.970]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:44.7188797Z [00:02:37.971]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:44.7194439Z [00:02:37.971]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/tools'
2025-08-20T21:51:44.7225168Z [00:02:37.974]➜  gdbm-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T21:51:44.7344924Z [00:02:37.983]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/doc'
2025-08-20T21:51:44.7456828Z [00:02:37.997]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/doc'
2025-08-20T21:51:44.7461606Z [00:02:37.997]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:51:44.7620234Z [00:02:38.014]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/qdh2a39rz7r45m69i51lyf8mmi06hap6-gdbm-static-x86_64-unknown-linux-musl-1.25-man/share/man/man1'
2025-08-20T21:51:44.7624334Z [00:02:38.014]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/k83wj808xxxx6655m4xi8rpdvl2jxpp3-gdbm-static-x86_64-unknown-linux-musl-1.25-info/share/info'
2025-08-20T21:51:44.7655559Z [00:02:38.017]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/qdh2a39rz7r45m69i51lyf8mmi06hap6-gdbm-static-x86_64-unknown-linux-musl-1.25-man/share/man/man3'
2025-08-20T21:51:44.7824031Z [00:02:38.034]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:51:44.7861945Z [00:02:38.036]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gdbm.3 '/nix/store/qdh2a39rz7r45m69i51lyf8mmi06hap6-gdbm-static-x86_64-unknown-linux-musl-1.25-man/share/man/man3'
2025-08-20T21:51:44.8016230Z [00:02:38.052]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./gdbm.info '/nix/store/k83wj808xxxx6655m4xi8rpdvl2jxpp3-gdbm-static-x86_64-unknown-linux-musl-1.25-info/share/info'
2025-08-20T21:51:44.8020489Z [00:02:38.052]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gdbm_dump.1 gdbm_load.1 gdbmtool.1 '/nix/store/qdh2a39rz7r45m69i51lyf8mmi06hap6-gdbm-static-x86_64-unknown-linux-musl-1.25-man/share/man/man1'
2025-08-20T21:51:44.8169849Z [00:02:38.066]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/doc'
2025-08-20T21:51:44.8204550Z [00:02:38.071]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/doc'
2025-08-20T21:51:44.8274899Z [00:02:38.071]➜  gdbm-static-x86_64-unknown-linux-musl> Making install in compat
2025-08-20T21:51:44.8285632Z [00:02:38.080]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/db_idspace.c -o db_idspace.o
2025-08-20T21:51:44.8385196Z [00:02:38.087]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/compat'
2025-08-20T21:51:44.8526654Z [00:02:38.104]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/compat'
2025-08-20T21:51:44.8615878Z [00:02:38.111]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib'
2025-08-20T21:51:44.8714663Z [00:02:38.118]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev/include'
2025-08-20T21:51:44.8719488Z [00:02:38.121]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libgdbm_compat.la '/nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib'
2025-08-20T21:51:44.8799764Z [00:02:38.132]➜  gdbm-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 dbm.h ndbm.h '/nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev/include'
2025-08-20T21:51:45.0036000Z [00:02:38.249]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_verify.c
2025-08-20T21:51:45.0050850Z [00:02:38.257]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libgdbm_compat.lai /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib/libgdbm_compat.la
2025-08-20T21:51:45.0085966Z [00:02:38.260]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_iface.c
2025-08-20T21:51:45.0181436Z [00:02:38.269]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libgdbm_compat.a /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib/libgdbm_compat.a
2025-08-20T21:51:45.0264943Z [00:02:38.278]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib/libgdbm_compat.a
2025-08-20T21:51:45.0329122Z [00:02:38.285]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib/libgdbm_compat.a
2025-08-20T21:51:45.0333926Z [00:02:38.285]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:51:45.0335698Z [00:02:38.285]➜  gnutar-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:51:45.0530852Z [00:02:38.302]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:51:45.1077496Z [00:02:38.359]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_join.c
2025-08-20T21:51:45.1519953Z [00:02:38.404]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/db_log2.c
2025-08-20T21:51:45.1575982Z [00:02:38.409]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_verify.c -o log_verify.o
2025-08-20T21:51:45.1588311Z [00:02:38.411]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_verify_util.c
2025-08-20T21:51:45.1845142Z [00:02:38.435]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:51:45.1847380Z [00:02:38.435]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_iface.c -o db_iface.o
2025-08-20T21:51:45.1963786Z [00:02:38.447]➜  gdbm-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib
2025-08-20T21:51:45.2028068Z [00:02:38.455]➜  gdbm-static-x86_64-unknown-linux-musl> /build/gdbm-1.25/libtool: line 1886: ldconfig: command not found
2025-08-20T21:51:45.2047753Z [00:02:38.457]➜  gdbm-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:51:45.2053628Z [00:02:38.457]➜  gdbm-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:51:45.2059822Z [00:02:38.458]➜  gdbm-static-x86_64-unknown-linux-musl>    /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib
2025-08-20T21:51:45.2066065Z [00:02:38.458]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:45.2071834Z [00:02:38.459]➜  gdbm-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:51:45.2078479Z [00:02:38.460]➜  gdbm-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:51:45.2093633Z [00:02:38.461]➜  gdbm-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:51:45.2115677Z [00:02:38.461]➜  gdbm-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:51:45.2215915Z [00:02:38.461]➜  gdbm-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:51:45.2217089Z [00:02:38.461]➜  gdbm-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:51:45.2218260Z [00:02:38.461]➜  gdbm-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:51:45.2219345Z [00:02:38.462]➜  gdbm-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:51:45.2220414Z [00:02:38.462]➜  gdbm-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:51:45.2221634Z [00:02:38.463]➜  gdbm-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:51:45.2222584Z [00:02:38.463]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:45.2223505Z [00:02:38.463]➜  gdbm-static-x86_64-unknown-linux-musl> 
2025-08-20T21:51:45.2224630Z [00:02:38.463]➜  gdbm-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:51:45.2226041Z [00:02:38.464]➜  gdbm-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:51:45.2227739Z [00:02:38.464]➜  gdbm-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:51:45.2229000Z [00:02:38.464]➜  gnutar-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:51:45.2230301Z [00:02:38.469]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/compat'
2025-08-20T21:51:45.2231654Z [00:02:38.469]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/compat'
2025-08-20T21:51:45.2232786Z [00:02:38.469]➜  gdbm-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T21:51:45.2234071Z [00:02:38.473]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:51:45.2254989Z [00:02:38.477]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:45.2338764Z [00:02:38.486]➜  gdbm-static-x86_64-unknown-linux-musl> Making install in dejagnu
2025-08-20T21:51:45.2407350Z [00:02:38.492]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/tests/dejagnu'
2025-08-20T21:51:45.2490274Z [00:02:38.500]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/tests/dejagnu'
2025-08-20T21:51:45.2491955Z [00:02:38.501]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:51:45.2493712Z [00:02:38.501]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:51:45.2495470Z [00:02:38.501]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/tests/dejagnu'
2025-08-20T21:51:45.2496955Z [00:02:38.501]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/tests/dejagnu'
2025-08-20T21:51:45.2571370Z [00:02:38.509]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_join.c -o db_join.o
2025-08-20T21:51:45.2573980Z [00:02:38.509]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:45.2711430Z [00:02:38.523]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:45.2716750Z [00:02:38.523]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:51:45.2719354Z [00:02:38.523]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:51:45.2747561Z [00:02:38.527]➜  gdbm-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:45.2765490Z [00:02:38.527]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:45.2780794Z [00:02:38.530]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/db_log2.c -o db_log2.o
2025-08-20T21:51:45.2783768Z [00:02:38.530]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25/tests'
2025-08-20T21:51:45.2881023Z [00:02:38.540]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gdbm-1.25'
2025-08-20T21:51:45.2912415Z [00:02:38.543]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_verify_util.c -o log_verify_util.o
2025-08-20T21:51:45.3225415Z [00:02:38.568]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gdbm-1.25'
2025-08-20T21:51:45.3265422Z [00:02:38.568]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:51:45.3266742Z [00:02:38.568]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:51:45.3267963Z [00:02:38.568]➜  gdbm-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gdbm-1.25'
2025-08-20T21:51:45.3269480Z [00:02:38.568]➜  gdbm-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gdbm-1.25'
2025-08-20T21:51:45.3270768Z [00:02:38.573]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:51:45.3319348Z [00:02:38.584]➜  gdbm-static-x86_64-unknown-linux-musl> /nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev/include/gdbm /build/gdbm-1.25
2025-08-20T21:51:45.3534582Z [00:02:38.605]➜  gdbm-static-x86_64-unknown-linux-musl> /build/gdbm-1.25
2025-08-20T21:51:45.3656476Z [00:02:38.617]➜  gdbm-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:51:45.3875230Z [00:02:38.634]➜  gnutar-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:51:45.4458586Z [00:02:38.697]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:51:45.4770397Z [00:02:38.729]➜  gdbm-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25
2025-08-20T21:51:45.4895463Z [00:02:38.739]➜  gdbm-static-x86_64-unknown-linux-musl> shrinking /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/bin/gdbm_dump
2025-08-20T21:51:45.4985079Z [00:02:38.748]➜  gdbm-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:51:45.5060633Z [00:02:38.758]➜  gdbm-static-x86_64-unknown-linux-musl> shrinking /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/bin/gdbmtool
2025-08-20T21:51:45.5093876Z [00:02:38.761]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:51:45.5160258Z [00:02:38.767]➜  gdbm-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:51:45.5260060Z [00:02:38.768]➜  gdbm-static-x86_64-unknown-linux-musl> shrinking /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/bin/gdbm_load
2025-08-20T21:51:45.5286309Z [00:02:38.775]➜  gdbm-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:51:45.5314926Z [00:02:38.781]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_meta.c
2025-08-20T21:51:45.5317199Z [00:02:38.783]➜  gdbm-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25...
2025-08-20T21:51:45.5796508Z [00:02:38.831]➜  gdbm-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:51:45.5857479Z [00:02:38.837]➜  gdbm-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:51:45.5879074Z [00:02:38.840]➜  gdbm-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:51:45.5972420Z [00:02:38.849]➜  gdbm-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25
2025-08-20T21:51:45.6155957Z [00:02:38.864]➜  gdbm-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/0x41cwhsbfagf81ydjwrygrvzadyk400-gdbm-static-x86_64-unknown-linux-musl-1.25/bin
2025-08-20T21:51:45.6589084Z [00:02:38.911]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:51:45.6671688Z [00:02:38.918]➜  gdbm-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev
2025-08-20T21:51:45.6677450Z [00:02:38.919]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:51:45.6773786Z [00:02:38.929]➜  gdbm-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev...
2025-08-20T21:51:45.7024100Z [00:02:38.954]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_meta.c -o db_meta.o
2025-08-20T21:51:45.7336874Z [00:02:38.985]➜  gdbm-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/d1jjlkg21w86dwind47ls58011izg8mf-gdbm-static-x86_64-unknown-linux-musl-1.25-dev
2025-08-20T21:51:45.7530420Z [00:02:39.005]➜  gdbm-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/k83wj808xxxx6655m4xi8rpdvl2jxpp3-gdbm-static-x86_64-unknown-linux-musl-1.25-info
2025-08-20T21:51:45.7618202Z [00:02:39.013]➜  gdbm-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/k83wj808xxxx6655m4xi8rpdvl2jxpp3-gdbm-static-x86_64-unknown-linux-musl-1.25-info...
2025-08-20T21:51:45.7981831Z [00:02:39.050]➜  gdbm-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/k83wj808xxxx6655m4xi8rpdvl2jxpp3-gdbm-static-x86_64-unknown-linux-musl-1.25-info
2025-08-20T21:51:45.8226551Z [00:02:39.074]➜  gdbm-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib
2025-08-20T21:51:45.8460401Z [00:02:39.097]➜  gdbm-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib...
2025-08-20T21:51:45.8626227Z [00:02:39.114]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:51:45.8979017Z [00:02:39.149]➜  gdbm-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib
2025-08-20T21:51:45.9165858Z [00:02:39.168]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:51:45.9168022Z [00:02:39.168]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_verify_int.c
2025-08-20T21:51:45.9481259Z [00:02:39.200]➜  gdbm-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/24vq0kffslffggl24nznr3biza1zjcsj-gdbm-static-x86_64-unknown-linux-musl-1.25-lib/lib
2025-08-20T21:51:46.0292661Z [00:02:39.281]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:51:46.0666640Z [00:02:39.318]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_verify_auto.c
2025-08-20T21:51:46.0755494Z [00:02:39.323]➜  gdbm-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/qdh2a39rz7r45m69i51lyf8mmi06hap6-gdbm-static-x86_64-unknown-linux-musl-1.25-man
2025-08-20T21:51:46.0819111Z [00:02:39.334]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_verify_int.c -o log_verify_int.o
2025-08-20T21:51:46.0916514Z [00:02:39.343]➜  gdbm-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/qdh2a39rz7r45m69i51lyf8mmi06hap6-gdbm-static-x86_64-unknown-linux-musl-1.25-man...
2025-08-20T21:51:46.1243418Z [00:02:39.376]➜  gdbm-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/qdh2a39rz7r45m69i51lyf8mmi06hap6-gdbm-static-x86_64-unknown-linux-musl-1.25-man/share/man/
2025-08-20T21:51:46.1458921Z [00:02:39.398]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the compiler is clang... no
2025-08-20T21:51:46.1461249Z [00:02:39.398]➜  gnutar-static-x86_64-unknown-linux-musl> checking for compiler option needed when checking for declarations... none
2025-08-20T21:51:46.1768447Z [00:02:39.426]➜  gdbm-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/qdh2a39rz7r45m69i51lyf8mmi06hap6-gdbm-static-x86_64-unknown-linux-musl-1.25-man
2025-08-20T21:51:46.1874971Z [00:02:39.435]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:51:46.1912712Z [00:02:39.435]➜  gnutar-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:51:46.1915183Z [00:02:39.435]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:51:46.1917301Z [00:02:39.435]➜  gnutar-static-x86_64-unknown-linux-musl> checking for bison... no
2025-08-20T21:51:46.1918794Z [00:02:39.442]➜  gnutar-static-x86_64-unknown-linux-musl> checking for byacc... no
2025-08-20T21:51:46.2167961Z [00:02:39.468]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:51:46.2303502Z [00:02:39.482]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_verify_auto.c -o log_verify_auto.o
2025-08-20T21:51:46.2585152Z [00:02:39.510]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_method.c
2025-08-20T21:51:46.2873040Z [00:02:39.539]➜  gnutar-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:51:46.3563475Z [00:02:39.608]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:51:46.3664876Z [00:02:39.618]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_method.c -o db_method.o
2025-08-20T21:51:46.4171616Z [00:02:39.669]➜  gnutar-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:51:46.7383024Z [00:02:39.990]➜  building '/nix/store/2khvkai8nkgkfmy65yfdpg9hbrkh591n-compat-netbsd-filtered-src.drv'...
2025-08-20T21:51:46.7392743Z [00:02:39.990]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:51:46.7397976Z [00:02:39.990]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:51:46.7402583Z [00:02:39.990]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:51:46.7407847Z [00:02:39.990]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:51:46.7412781Z [00:02:39.990]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:51:46.7414914Z [00:02:39.990]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_open.c
2025-08-20T21:51:46.7420870Z [00:02:39.990]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_open.c -o db_open.o
2025-08-20T21:51:46.7422876Z [00:02:39.990]➜  gnutar-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:51:46.7424344Z [00:02:39.990]➜  gnutar-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:51:46.7535577Z [00:02:40.005]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:51:46.7540652Z [00:02:40.005]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:51:46.7577315Z [00:02:40.005]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:51:46.7615252Z [00:02:40.013]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:51:46.7724426Z [00:02:40.015]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:51:46.7849034Z [00:02:40.037]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/lock/lock.c
2025-08-20T21:51:46.7926668Z [00:02:40.044]➜  gnutar-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:51:46.7945189Z [00:02:40.046]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:51:46.8133110Z [00:02:40.065]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:51:46.9067208Z [00:02:40.157]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:51:46.9092088Z [00:02:40.161]➜  compat-netbsd-filtered-src> +++ path=/nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/tools/compat
2025-08-20T21:51:46.9154524Z [00:02:40.166]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:51:46.9155780Z [00:02:40.166]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:51:46.9157035Z [00:02:40.166]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:51:46.9158941Z [00:02:40.166]➜  compat-netbsd-filtered-src> ++++ dirname /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/tools/compat
2025-08-20T21:51:46.9184786Z [00:02:40.169]➜  compat-netbsd-filtered-src> +++ mkdir -p /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/tools
2025-08-20T21:51:46.9254682Z [00:02:40.172]➜  compat-netbsd-filtered-src> +++ src_path=/nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/tools/compat
2025-08-20T21:51:46.9256329Z [00:02:40.173]➜  compat-netbsd-filtered-src> +++ [[ -d /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/tools/compat ]]
2025-08-20T21:51:46.9257452Z [00:02:40.173]➜  compat-netbsd-filtered-src> +++ src_path+=/
2025-08-20T21:51:46.9259535Z [00:02:40.173]➜  compat-netbsd-filtered-src> +++ rsync --chmod=+w -r /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/tools/compat/ /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/tools/compat
2025-08-20T21:51:46.9517415Z [00:02:40.203]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/lock/lock.c -o lock.o
2025-08-20T21:51:47.0308225Z [00:02:40.282]➜  compat-netbsd-filtered-src> +++ set +x
2025-08-20T21:51:47.0319615Z [00:02:40.283]➜  compat-netbsd-filtered-src> +++ path=/nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/common
2025-08-20T21:51:47.0385977Z [00:02:40.290]➜  compat-netbsd-filtered-src> ++++ dirname /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/common
2025-08-20T21:51:47.0407238Z [00:02:40.292]➜  compat-netbsd-filtered-src> +++ mkdir -p /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src
2025-08-20T21:51:47.0494766Z [00:02:40.300]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:51:47.0496463Z [00:02:40.300]➜  compat-netbsd-filtered-src> +++ src_path=/nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/common
2025-08-20T21:51:47.0498202Z [00:02:40.300]➜  compat-netbsd-filtered-src> +++ [[ -d /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/common ]]
2025-08-20T21:51:47.0499449Z [00:02:40.300]➜  compat-netbsd-filtered-src> +++ src_path+=/
2025-08-20T21:51:47.0501558Z [00:02:40.300]➜  compat-netbsd-filtered-src> +++ rsync --chmod=+w -r /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/common/ /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/common
2025-08-20T21:51:47.1857275Z [00:02:40.437]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:51:47.2774078Z [00:02:40.529]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:51:47.3455054Z [00:02:40.597]➜  gnutar-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:51:47.5129872Z [00:02:40.765]➜  compat-netbsd-filtered-src> +++ set +x
2025-08-20T21:51:47.5133848Z [00:02:40.765]➜  compat-netbsd-filtered-src> +++ path=/nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/include
2025-08-20T21:51:47.5185688Z [00:02:40.770]➜  compat-netbsd-filtered-src> ++++ dirname /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/include
2025-08-20T21:51:47.5226316Z [00:02:40.774]➜  compat-netbsd-filtered-src> +++ mkdir -p /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src
2025-08-20T21:51:47.5254801Z [00:02:40.776]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_overflow.c
2025-08-20T21:51:47.5262365Z [00:02:40.778]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:51:47.5325707Z [00:02:40.784]➜  compat-netbsd-filtered-src> +++ src_path=/nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/include
2025-08-20T21:51:47.5327621Z [00:02:40.784]➜  compat-netbsd-filtered-src> +++ [[ -d /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/include ]]
2025-08-20T21:51:47.5328936Z [00:02:40.784]➜  compat-netbsd-filtered-src> +++ src_path+=/
2025-08-20T21:51:47.5331004Z [00:02:40.784]➜  compat-netbsd-filtered-src> +++ rsync --chmod=+w -r /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/include/ /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/include
2025-08-20T21:51:47.5843740Z [00:02:40.834]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_pr.c
2025-08-20T21:51:47.5946376Z [00:02:40.846]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:51:47.6431732Z [00:02:40.895]➜  compat-netbsd-filtered-src> +++ set +x
2025-08-20T21:51:47.6438662Z [00:02:40.895]➜  compat-netbsd-filtered-src> +++ path=/nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/lib/libc
2025-08-20T21:51:47.6458738Z [00:02:40.898]➜  compat-netbsd-filtered-src> ++++ dirname /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/lib/libc
2025-08-20T21:51:47.6520060Z [00:02:40.904]➜  compat-netbsd-filtered-src> +++ mkdir -p /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/lib
2025-08-20T21:51:47.6596385Z [00:02:40.911]➜  compat-netbsd-filtered-src> +++ src_path=/nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/lib/libc
2025-08-20T21:51:47.6602340Z [00:02:40.911]➜  compat-netbsd-filtered-src> +++ [[ -d /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/lib/libc ]]
2025-08-20T21:51:47.6604648Z [00:02:40.911]➜  compat-netbsd-filtered-src> +++ src_path+=/
2025-08-20T21:51:47.6607036Z [00:02:40.911]➜  compat-netbsd-filtered-src> +++ rsync --chmod=+w -r /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/lib/libc/ /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/lib/libc
2025-08-20T21:51:47.6988997Z [00:02:40.949]➜  gnutar-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:51:47.7031311Z [00:02:40.949]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_overflow.c -o db_overflow.o
2025-08-20T21:51:47.7034765Z [00:02:40.951]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_rec.c
2025-08-20T21:51:47.7604965Z [00:02:41.009]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_pr.c -o db_pr.o
2025-08-20T21:51:47.8198288Z [00:02:41.071]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T21:51:47.8303843Z [00:02:41.082]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_rec.c -o db_rec.o
2025-08-20T21:51:47.9776996Z [00:02:41.229]➜  gnutar-static-x86_64-unknown-linux-musl> checking for linux/fd.h... yes
2025-08-20T21:51:48.0647795Z [00:02:41.316]➜  gnutar-static-x86_64-unknown-linux-musl> checking for memory.h... yes
2025-08-20T21:51:48.1564634Z [00:02:41.408]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/lock/lock_deadlock.c
2025-08-20T21:51:48.1672238Z [00:02:41.419]➜  gnutar-static-x86_64-unknown-linux-musl> checking for net/errno.h... no
2025-08-20T21:51:48.2198208Z [00:02:41.471]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/lock/lock_deadlock.c -o lock_deadlock.o
2025-08-20T21:51:48.2344340Z [00:02:41.486]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sgtty.h... no
2025-08-20T21:51:48.3006455Z [00:02:41.552]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T21:51:48.4033862Z [00:02:41.655]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/lock/lock_failchk.c
2025-08-20T21:51:48.4201313Z [00:02:41.672]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/device.h... no
2025-08-20T21:51:48.5467218Z [00:02:41.798]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/gentape.h... no
2025-08-20T21:51:48.5642570Z [00:02:41.816]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/lock/lock_failchk.c -o lock_failchk.o
2025-08-20T21:51:48.7285366Z [00:02:41.975]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/inet.h... no
2025-08-20T21:51:48.8757527Z [00:02:42.127]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/io/trioctl.h... no
2025-08-20T21:51:48.9355943Z [00:02:42.183]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/lock/lock_id.c
2025-08-20T21:51:48.9736174Z [00:02:42.225]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_reclaim.c
2025-08-20T21:51:48.9978487Z [00:02:42.249]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/mtio.h... yes
2025-08-20T21:51:49.0360955Z [00:02:42.288]➜  compat-netbsd-filtered-src> +++ set +x
2025-08-20T21:51:49.0366413Z [00:02:42.288]➜  compat-netbsd-filtered-src> +++ path=/nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/lib/libutil
2025-08-20T21:51:49.0379020Z [00:02:42.290]➜  compat-netbsd-filtered-src> ++++ dirname /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/lib/libutil
2025-08-20T21:51:49.0475010Z [00:02:42.299]➜  compat-netbsd-filtered-src> +++ mkdir -p /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/lib
2025-08-20T21:51:49.0489517Z [00:02:42.301]➜  compat-netbsd-filtered-src> +++ src_path=/nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/lib/libutil
2025-08-20T21:51:49.0499424Z [00:02:42.302]➜  compat-netbsd-filtered-src> +++ [[ -d /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/lib/libutil ]]
2025-08-20T21:51:49.0504694Z [00:02:42.302]➜  compat-netbsd-filtered-src> +++ src_path+=/
2025-08-20T21:51:49.0507074Z [00:02:42.302]➜  compat-netbsd-filtered-src> +++ rsync --chmod=+w -r /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/lib/libutil/ /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/lib/libutil
2025-08-20T21:51:49.1025565Z [00:02:42.354]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/lock/lock_id.c -o lock_id.o
2025-08-20T21:51:49.1151833Z [00:02:42.367]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_reclaim.c -o db_reclaim.o
2025-08-20T21:51:49.1324501Z [00:02:42.384]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_remove.c
2025-08-20T21:51:49.1349671Z [00:02:42.386]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T21:51:49.1624782Z [00:02:42.406]➜  compat-netbsd-filtered-src> +++ set +x
2025-08-20T21:51:49.1627043Z [00:02:42.406]➜  compat-netbsd-filtered-src> +++ path=/nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/external/bsd/flex
2025-08-20T21:51:49.1629433Z [00:02:42.406]➜  compat-netbsd-filtered-src> ++++ dirname /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/external/bsd/flex
2025-08-20T21:51:49.1631633Z [00:02:42.407]➜  compat-netbsd-filtered-src> +++ mkdir -p /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/external/bsd
2025-08-20T21:51:49.1633941Z [00:02:42.409]➜  compat-netbsd-filtered-src> +++ src_path=/nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/external/bsd/flex
2025-08-20T21:51:49.1635935Z [00:02:42.409]➜  compat-netbsd-filtered-src> +++ [[ -d /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/external/bsd/flex ]]
2025-08-20T21:51:49.1637534Z [00:02:42.409]➜  compat-netbsd-filtered-src> +++ src_path+=/
2025-08-20T21:51:49.1640000Z [00:02:42.410]➜  compat-netbsd-filtered-src> +++ rsync --chmod=+w -r /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/external/bsd/flex/ /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/external/bsd/flex
2025-08-20T21:51:49.2786110Z [00:02:42.530]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/tprintf.h... no
2025-08-20T21:51:49.2997471Z [00:02:42.551]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_remove.c -o db_remove.o
2025-08-20T21:51:49.3792020Z [00:02:42.631]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/lock/lock_list.c
2025-08-20T21:51:49.3866706Z [00:02:42.634]➜  compat-netbsd-filtered-src> +++ set +x
2025-08-20T21:51:49.3868857Z [00:02:42.635]➜  compat-netbsd-filtered-src> +++ path=/nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/sys/sys
2025-08-20T21:51:49.3871113Z [00:02:42.638]➜  compat-netbsd-filtered-src> ++++ dirname /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/sys/sys
2025-08-20T21:51:49.3925545Z [00:02:42.644]➜  compat-netbsd-filtered-src> +++ mkdir -p /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/sys
2025-08-20T21:51:49.3966803Z [00:02:42.648]➜  compat-netbsd-filtered-src> +++ src_path=/nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/sys/sys
2025-08-20T21:51:49.3972561Z [00:02:42.649]➜  compat-netbsd-filtered-src> +++ [[ -d /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/sys/sys ]]
2025-08-20T21:51:49.3981156Z [00:02:42.649]➜  compat-netbsd-filtered-src> +++ src_path+=/
2025-08-20T21:51:49.3983652Z [00:02:42.649]➜  compat-netbsd-filtered-src> +++ rsync --chmod=+w -r /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/sys/sys/ /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src/sys/sys
2025-08-20T21:51:49.4206086Z [00:02:42.672]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/tape.h... no
2025-08-20T21:51:49.5620789Z [00:02:42.814]➜  compat-netbsd-filtered-src> +++ set +x
2025-08-20T21:51:49.5622506Z [00:02:42.814]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/lock/lock_list.c -o lock_list.o
2025-08-20T21:51:54.2068096Z [00:02:47.457]➜  building '/nix/store/a3xljm7li4wnal13m4cgqwzy5brxnszj-getent-netbsd-filtered-src.drv'...
2025-08-20T21:51:54.2071017Z [00:02:47.457]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:51:54.2073671Z [00:02:47.457]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:51:54.2078398Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:51:54.2080043Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:51:54.2085100Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:51:54.2087932Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:51:54.2090292Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:51:54.2092535Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:51:54.2093917Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:51:54.2095114Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:51:54.2097369Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:54.2099632Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:51:54.2102442Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:51:54.2103765Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:51:54.2105408Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:51:54.2107049Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:51:54.2108264Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:51:54.2109465Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:51:54.2110736Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:54.2111973Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:51:54.2113514Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:51:54.2115282Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:54.2116619Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:51:54.2118070Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:54.2119331Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:51:54.2120361Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:51:54.2121583Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:51:54.2128152Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:51:54.2130786Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:51:54.2131792Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:51:54.2132947Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:51:54.2134355Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:51:54.2135572Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:51:54.2136720Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:51:54.2137762Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:51:54.2138865Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:51:54.2139808Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:51:54.2140878Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:51:54.2141916Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:51:54.2143477Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:51:54.2144787Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:51:54.2146021Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:51:54.2147270Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:51:54.2148567Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:51:54.2149605Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:51:54.2150607Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:51:54.2151865Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:51:54.2162705Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:51:54.2164938Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:51:54.2166538Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-cc... no
2025-08-20T21:51:54.2167680Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-gcc... no
2025-08-20T21:51:54.2168777Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-c++... no
2025-08-20T21:51:54.2170093Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-g++... no
2025-08-20T21:51:54.2171193Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-cxx... no
2025-08-20T21:51:54.2172303Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-gxx... no
2025-08-20T21:51:54.2173601Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-gcc... no
2025-08-20T21:51:54.2174699Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-gfortran... no
2025-08-20T21:51:54.2175841Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-gccgo... no
2025-08-20T21:51:54.2176911Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-gdc... no
2025-08-20T21:51:54.2178000Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-gm2... no
2025-08-20T21:51:54.2179170Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-ar... no
2025-08-20T21:51:54.2180310Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-as... no
2025-08-20T21:51:54.2181510Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-dlltool... no
2025-08-20T21:51:54.2182663Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-dsymutil... no
2025-08-20T21:51:54.2183914Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-ld... no
2025-08-20T21:51:54.2184940Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-lipo... no
2025-08-20T21:51:54.2185976Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-nm... no
2025-08-20T21:51:54.2187027Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-objcopy... no
2025-08-20T21:51:54.2188103Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-objdump... no
2025-08-20T21:51:54.2189162Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-otool... no
2025-08-20T21:51:54.2190410Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-ranlib... no
2025-08-20T21:51:54.2191531Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-readelf... no
2025-08-20T21:51:54.2192608Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-strip... no
2025-08-20T21:51:54.2193965Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-windres... no
2025-08-20T21:51:54.2195252Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc-unknown-linux-gnu-windmc... no
2025-08-20T21:51:54.2196527Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:51:54.2197767Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:51:54.2199008Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:51:54.2200261Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:51:54.2201618Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:51:54.2202981Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:51:54.2204459Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:51:54.2205699Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:51:54.2207137Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:51:54.2208525Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:51:54.2209832Z [00:02:47.458]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:51:54.2296350Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_rename.c
2025-08-20T21:51:54.2298335Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_ret.c
2025-08-20T21:51:54.2300297Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_setid.c
2025-08-20T21:51:54.2302261Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_rename.c -o db_rename.o
2025-08-20T21:51:54.2304627Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_ret.c -o db_ret.o
2025-08-20T21:51:54.2306603Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_setid.c -o db_setid.o
2025-08-20T21:51:54.2308562Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_setlsn.c
2025-08-20T21:51:54.2310491Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/db_shash.c
2025-08-20T21:51:54.2312587Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_sort_multiple.c
2025-08-20T21:51:54.2314917Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_setlsn.c -o db_setlsn.o
2025-08-20T21:51:54.2316938Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/db_shash.c -o db_shash.o
2025-08-20T21:51:54.2319174Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_sort_multiple.c -o db_sort_multiple.o
2025-08-20T21:51:54.2321421Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_stati.c
2025-08-20T21:51:54.2324559Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_truncate.c
2025-08-20T21:51:54.2327704Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_stati.c -o db_stati.o
2025-08-20T21:51:54.2330746Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_upg.c
2025-08-20T21:51:54.2334644Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_truncate.c -o db_truncate.o
2025-08-20T21:51:54.2337623Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_upg.c -o db_upg.o
2025-08-20T21:51:54.2340646Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_upg_opd.c
2025-08-20T21:51:54.2343876Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../dbm/dbm.c
2025-08-20T21:51:54.2346944Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../dbreg/dbreg.c
2025-08-20T21:51:54.2350159Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../dbreg/dbreg_auto.c
2025-08-20T21:51:54.2353452Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_upg_opd.c -o db_upg_opd.o
2025-08-20T21:51:54.2356932Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../dbreg/dbreg.c -o dbreg.o
2025-08-20T21:51:54.2386360Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../dbm/dbm.c -o dbm.o
2025-08-20T21:51:54.2389654Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../dbreg/dbreg_auto.c -o dbreg_auto.o
2025-08-20T21:51:54.2424669Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../dbreg/dbreg_rec.c
2025-08-20T21:51:54.2427738Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../dbreg/dbreg_stat.c
2025-08-20T21:51:54.2430374Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../dbreg/dbreg_rec.c -o dbreg_rec.o
2025-08-20T21:51:54.2433005Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/lock/lock_method.c
2025-08-20T21:51:54.2435896Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/lock/lock_method.c -o lock_method.o
2025-08-20T21:51:54.2438808Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/lock/lock_region.c
2025-08-20T21:51:54.2441780Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/lock/lock_region.c -o lock_region.o
2025-08-20T21:51:54.2444921Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/lock/lock_stat.c
2025-08-20T21:51:54.2447992Z [00:02:47.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/lock/lock_stat.c -o lock_stat.o
2025-08-20T21:51:54.2451287Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/lock/lock_timer.c
2025-08-20T21:51:54.2454561Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/lock/lock_timer.c -o lock_timer.o
2025-08-20T21:51:54.2457622Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/lock/lock_util.c
2025-08-20T21:51:54.2460629Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mutex/mut_alloc.c
2025-08-20T21:51:54.2463776Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mutex/mut_alloc.c -o mut_alloc.o
2025-08-20T21:51:54.2466878Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/lock/lock_util.c -o lock_util.o
2025-08-20T21:51:54.2469895Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mutex/mut_failchk.c
2025-08-20T21:51:54.2472891Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mutex/mut_method.c
2025-08-20T21:51:54.2476015Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mutex/mut_failchk.c -o mut_failchk.o
2025-08-20T21:51:54.2479148Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mutex/mut_method.c -o mut_method.o
2025-08-20T21:51:54.2482173Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mutex/mut_region.c
2025-08-20T21:51:54.2485660Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mutex/mut_region.c -o mut_region.o
2025-08-20T21:51:54.2488639Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mutex/mut_stat.c
2025-08-20T21:51:54.2491482Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/crypto/aes_method.c
2025-08-20T21:51:54.2494513Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mutex/mut_stat.c -o mut_stat.o
2025-08-20T21:51:54.2497470Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/crypto/aes_method.c -o aes_method.o
2025-08-20T21:51:54.2500337Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/crypto/crypto.c
2025-08-20T21:51:54.2534833Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/crypto/mersenne/mt19937db.c
2025-08-20T21:51:54.2537941Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/crypto/crypto.c -o crypto.o
2025-08-20T21:51:54.2541248Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/crypto/rijndael/rijndael-alg-fst.c
2025-08-20T21:51:54.2544644Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/crypto/rijndael/rijndael-api-fst.c
2025-08-20T21:51:54.2547733Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/crypto/mersenne/mt19937db.c -o mt19937db.o
2025-08-20T21:51:54.2550891Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/crypto/rijndael/rijndael-api-fst.c -o rijndael-api-fst.o
2025-08-20T21:51:54.2554477Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/crypto/rijndael/rijndael-alg-fst.c -o rijndael-alg-fst.o
2025-08-20T21:51:54.2557090Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for locale.h... yes
2025-08-20T21:51:54.2558995Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for features.h... yes
2025-08-20T21:51:54.2560709Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for linewrap.h... no
2025-08-20T21:51:54.2562306Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for uchar.h... yes
2025-08-20T21:51:54.2563845Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/socket.h... yes
2025-08-20T21:51:54.2565398Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for dirent.h... yes
2025-08-20T21:51:54.2566918Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for error.h... no
2025-08-20T21:51:54.2568305Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for linux/xattr.h... yes
2025-08-20T21:51:54.2569772Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fnmatch.h... yes
2025-08-20T21:51:54.2571275Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for stdio_ext.h... yes
2025-08-20T21:51:54.2572913Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getopt.h... yes
2025-08-20T21:51:54.2574608Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/cdefs.h... yes
2025-08-20T21:51:54.2576033Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for threads.h... yes
2025-08-20T21:51:54.2604684Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for limits.h... yes
2025-08-20T21:51:54.2606454Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for crtdefs.h... no
2025-08-20T21:51:54.2608269Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wctype.h... yes
2025-08-20T21:51:54.2610166Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for langinfo.h... yes
2025-08-20T21:51:54.2612022Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for xlocale.h... no
2025-08-20T21:51:54.2614221Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/mman.h... yes
2025-08-20T21:51:54.2616077Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for priv.h... no
2025-08-20T21:51:54.2617938Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for malloc.h... yes
2025-08-20T21:51:54.2619738Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for selinux/selinux.h... no
2025-08-20T21:51:54.2621675Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for stdbool.h... yes
2025-08-20T21:51:54.2623734Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for stdckdint.h... yes
2025-08-20T21:51:54.2625685Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/random.h... yes
2025-08-20T21:51:54.2627911Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sysexits.h... yes
2025-08-20T21:51:54.2629964Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for utime.h... yes
2025-08-20T21:51:54.2631959Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for netdb.h... yes
2025-08-20T21:51:54.2634196Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/wait.h... yes
2025-08-20T21:51:54.2636141Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for pwd.h... yes
2025-08-20T21:51:54.2637955Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for grp.h... yes
2025-08-20T21:51:54.2639948Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:51:54.2642165Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:51:54.2644602Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:54.2646848Z [00:02:47.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:51:54.2649008Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:51:54.2651098Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:51:54.2653179Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:51:54.2655236Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:51:54.2657193Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:51:54.2660029Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:51:54.2661539Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:51:54.2662990Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:51:54.2665529Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:51:54.2667279Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:51:54.2669278Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:51:54.2671030Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:51:54.2673172Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:51:54.2674996Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:51:54.2676686Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:51:54.2678218Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:54.2680226Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:51:54.2681906Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking target system type... powerpc64-unknown-linux-gnu
2025-08-20T21:51:54.2684725Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:51:54.2686613Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:51:54.2688665Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:51:54.2690694Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:51:54.2692920Z [00:02:47.481]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:51:54.2695198Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../dbreg/dbreg_stat.c -o dbreg_stat.o
2025-08-20T21:51:54.2698334Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../dbreg/dbreg_util.c
2025-08-20T21:51:54.2725051Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/dbt.c
2025-08-20T21:51:54.2727455Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_alloc.c
2025-08-20T21:51:54.2730894Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../dbreg/dbreg_util.c -o dbreg_util.o
2025-08-20T21:51:54.2733009Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_config.c
2025-08-20T21:51:54.2735286Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_alloc.c -o env_alloc.o
2025-08-20T21:51:54.2737482Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/dbt.c -o dbt.o
2025-08-20T21:51:54.2739676Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_config.c -o env_config.o
2025-08-20T21:51:54.2742214Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_failchk.c
2025-08-20T21:51:54.2744608Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_failchk.c -o env_failchk.o
2025-08-20T21:51:54.2746732Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_file.c
2025-08-20T21:51:54.2748816Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_file.c -o env_file.o
2025-08-20T21:51:54.2750937Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_globals.c
2025-08-20T21:51:54.2753031Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_method.c
2025-08-20T21:51:54.2815714Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_globals.c -o env_globals.o
2025-08-20T21:51:54.2817878Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_name.c
2025-08-20T21:51:54.2820310Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_method.c -o env_method.o
2025-08-20T21:51:54.2822541Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_open.c
2025-08-20T21:51:54.2824953Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_recover.c
2025-08-20T21:51:54.2827109Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/clock.c
2025-08-20T21:51:54.2829270Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/crdel_auto.c
2025-08-20T21:51:54.2831436Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/crdel_rec.c
2025-08-20T21:51:54.2833913Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/clock.c -o clock.o
2025-08-20T21:51:54.2836130Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/crdel_auto.c -o crdel_auto.o
2025-08-20T21:51:54.2838271Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/crdel_rec.c -o crdel_rec.o
2025-08-20T21:51:54.2840320Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db.c
2025-08-20T21:51:54.2842294Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db.c -o db.o
2025-08-20T21:51:54.2905177Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_am.c
2025-08-20T21:51:54.2907312Z [00:02:47.481]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_am.c -o db_am.o
2025-08-20T21:51:54.2909472Z [00:02:47.487]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_name.c -o env_name.o
2025-08-20T21:51:54.2911223Z [00:02:47.490]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:51:54.3296908Z [00:02:47.581]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_region.c
2025-08-20T21:51:54.3765036Z [00:02:47.628]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_recover.c -o env_recover.o
2025-08-20T21:51:54.3777914Z [00:02:47.629]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_open.c -o env_open.o
2025-08-20T21:51:54.3780556Z [00:02:47.629]➜  getent-netbsd-filtered-src> +++ path=/nix/store/lcnmvn3n5cf679k0xx1dp5akk2zm52yj-getent-netbsd-filtered-src/usr.bin/getent
2025-08-20T21:51:54.3785579Z [00:02:47.630]➜  getent-netbsd-filtered-src> ++++ dirname /nix/store/lcnmvn3n5cf679k0xx1dp5akk2zm52yj-getent-netbsd-filtered-src/usr.bin/getent
2025-08-20T21:51:54.3897632Z [00:02:47.641]➜  getent-netbsd-filtered-src> +++ mkdir -p /nix/store/lcnmvn3n5cf679k0xx1dp5akk2zm52yj-getent-netbsd-filtered-src/usr.bin
2025-08-20T21:51:54.4000993Z [00:02:47.641]➜  gnutar-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:51:54.4003098Z [00:02:47.652]➜  getent-netbsd-filtered-src> +++ src_path=/nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/usr.bin/getent
2025-08-20T21:51:54.4005057Z [00:02:47.652]➜  getent-netbsd-filtered-src> +++ [[ -d /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/usr.bin/getent ]]
﻿2025-08-20T21:51:54.4048153Z [00:02:47.652]➜  getent-netbsd-filtered-src> +++ src_path+=/
2025-08-20T21:51:54.4050472Z [00:02:47.652]➜  getent-netbsd-filtered-src> +++ rsync --chmod=+w -r /nix/store/k2sl4knvf6qv31lzchazlbslsm3jzsgc-cvs-export/usr.bin/getent/ /nix/store/lcnmvn3n5cf679k0xx1dp5akk2zm52yj-getent-netbsd-filtered-src/usr.bin/getent
2025-08-20T21:51:54.4474325Z [00:02:47.699]➜  getent-netbsd-filtered-src> +++ set +x
2025-08-20T21:51:54.5942413Z [00:02:47.846]➜  building '/nix/store/vra5dlf1nbm64c6pzyp385581x4yqq00-compat-netbsd-static-x86_64-unknown-linux-musl-9.2.drv'...
2025-08-20T21:51:54.5945240Z [00:02:47.846]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_region.c -o env_region.o
2025-08-20T21:51:54.5947592Z [00:02:47.846]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_auto.c
2025-08-20T21:51:54.5949785Z [00:02:47.846]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_backup.c
2025-08-20T21:51:54.5952136Z [00:02:47.846]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/db_byteorder.c
2025-08-20T21:51:54.5954652Z [00:02:47.846]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_auto.c -o db_auto.o
2025-08-20T21:51:54.5957130Z [00:02:47.846]➜  gnutar-static-x86_64-unknown-linux-musl> checking for egrep -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:51:54.6327277Z [00:02:47.884]➜  gnutar-static-x86_64-unknown-linux-musl> checking for Minix Amsterdam compiler... no
2025-08-20T21:51:54.6329530Z [00:02:47.884]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:51:54.6713468Z [00:02:47.923]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:51:54.6716354Z [00:02:47.923]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:51:54.6719574Z [00:02:47.923]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_backup.c -o db_backup.o
2025-08-20T21:51:54.7059794Z [00:02:47.958]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/db_byteorder.c -o db_byteorder.o
2025-08-20T21:51:54.7586789Z [00:02:48.010]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_register.c
2025-08-20T21:51:54.7624113Z [00:02:48.014]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:51:54.7852110Z [00:02:48.037]➜  compat-netbsd-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/lhllyqg6aa52spnnfsrj7jl679rkha0f-compat-netbsd-filtered-src
2025-08-20T21:51:54.8561600Z [00:02:48.108]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:51:54.9029462Z [00:02:48.155]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_register.c -o env_register.o
2025-08-20T21:51:54.9182396Z [00:02:48.170]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable large file support... none needed
2025-08-20T21:51:54.9299178Z [00:02:48.182]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_cam.c
2025-08-20T21:51:54.9330323Z [00:02:48.185]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_cds.c
2025-08-20T21:51:55.1005230Z [00:02:48.352]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_cds.c -o db_cds.o
2025-08-20T21:51:55.1155987Z [00:02:48.367]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_cam.c -o db_cam.o
2025-08-20T21:51:55.1242892Z [00:02:48.374]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option for timestamps after 2038... none needed
2025-08-20T21:51:55.1282330Z [00:02:48.380]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T21:51:55.1325101Z [00:02:48.383]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable large file support... (cached) none needed
2025-08-20T21:51:55.1327191Z [00:02:48.383]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option for timestamps after 2038... (cached) none needed
2025-08-20T21:51:55.2291981Z [00:02:48.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/buf.h... no
2025-08-20T21:51:55.2761009Z [00:02:48.528]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:51:55.3696526Z [00:02:48.621]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_sig.c
2025-08-20T21:51:55.4045585Z [00:02:48.656]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/mkdev.h... no
2025-08-20T21:51:55.4096372Z [00:02:48.661]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../env/env_stat.c
2025-08-20T21:51:55.4477090Z [00:02:48.699]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:51:55.5289009Z [00:02:48.781]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:51:55.5507008Z [00:02:48.802]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/sysmacros.h... yes
2025-08-20T21:51:55.5599885Z [00:02:48.812]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_sig.c -o env_sig.o
2025-08-20T21:51:55.6380175Z [00:02:48.890]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../env/env_stat.c -o env_stat.o
2025-08-20T21:51:55.6514187Z [00:02:48.903]➜  gnutar-static-x86_64-unknown-linux-musl> checking for st_fstype string in struct stat... no
2025-08-20T21:51:55.6586876Z [00:02:48.910]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:51:55.7466765Z [00:02:48.998]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_compact.c
2025-08-20T21:51:55.7963974Z [00:02:49.048]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/acl.h... yes
2025-08-20T21:51:55.8550227Z [00:02:49.102]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../fileops/fileops_auto.c
2025-08-20T21:51:55.8982975Z [00:02:49.150]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_compact.c -o db_compact.o
2025-08-20T21:51:55.9158839Z [00:02:49.167]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../fileops/fop_basic.c
2025-08-20T21:51:55.9264445Z [00:02:49.178]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:51:55.9765541Z [00:02:49.224]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../fileops/fop_rec.c
2025-08-20T21:51:56.0255570Z [00:02:49.277]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../fileops/fileops_auto.c -o fileops_auto.o
2025-08-20T21:51:56.0754486Z [00:02:49.327]➜  compat-netbsd-static-x86_64-unknown-linux-musl> source root is compat-netbsd-filtered-src
2025-08-20T21:51:56.1028728Z [00:02:49.354]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../fileops/fop_util.c
2025-08-20T21:51:56.1146210Z [00:02:49.366]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../fileops/fop_rec.c -o fop_rec.o
2025-08-20T21:51:56.1233942Z [00:02:49.372]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../fileops/fop_basic.c -o fop_basic.o
2025-08-20T21:51:56.1586306Z [00:02:49.406]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/db_compint.c
2025-08-20T21:51:56.2205723Z [00:02:49.472]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing acl_get_file... -lacl
2025-08-20T21:51:56.2652734Z [00:02:49.517]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../fileops/fop_util.c -o fop_util.o
2025-08-20T21:51:56.3376336Z [00:02:49.589]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:51:56.3409524Z [00:02:49.593]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/db_compint.c -o db_compint.o
2025-08-20T21:51:56.4005558Z [00:02:49.652]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:51:56.4137391Z [00:02:49.665]➜  compat-netbsd-static-x86_64-unknown-linux-musl> applying patch /nix/store/mfgrnyzv2jfy959r0rpdypzx6l58jwz5-compat-cxx-safe-header.patch
2025-08-20T21:51:56.4175259Z [00:02:49.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> patching file tools/compat/nbtool_config.h.in
2025-08-20T21:51:56.4195470Z [00:02:49.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 917 (offset 237 lines).
2025-08-20T21:51:56.4209425Z [00:02:49.673]➜  compat-netbsd-static-x86_64-unknown-linux-musl> applying patch /nix/store/piacd21gxknpxlif1s0dndmdg4a4hmf8-compat-dont-configure-twice.patch
2025-08-20T21:51:56.4235322Z [00:02:49.675]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_conv.c
2025-08-20T21:51:56.4308747Z [00:02:49.683]➜  compat-netbsd-static-x86_64-unknown-linux-musl> patching file tools/compat/Makefile
2025-08-20T21:51:56.4375107Z [00:02:49.683]➜  compat-netbsd-static-x86_64-unknown-linux-musl> applying patch /nix/store/asqf12p6kmkva8jah4xm886q77c0i6fg-compat-no-force-native.patch
2025-08-20T21:51:56.4377762Z [00:02:49.683]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_copy.c
2025-08-20T21:51:56.4438044Z [00:02:49.696]➜  compat-netbsd-static-x86_64-unknown-linux-musl> patching file tools/compat/Makefile
2025-08-20T21:51:56.4439896Z [00:02:49.696]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 1 with fuzz 1.
2025-08-20T21:51:56.4655141Z [00:02:49.717]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:51:56.4825313Z [00:02:49.734]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing acl_get_fd... none required
2025-08-20T21:51:56.4863766Z [00:02:49.738]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:51:56.5171472Z [00:02:49.769]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:51:56.6066186Z [00:02:49.856]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_copy.c -o db_copy.o
2025-08-20T21:51:56.6068687Z [00:02:49.856]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_conv.c -o db_conv.o
2025-08-20T21:51:56.6748697Z [00:02:49.926]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:51:56.6877752Z [00:02:49.939]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_func.c
2025-08-20T21:51:56.7136176Z [00:02:49.965]➜  compat-netbsd-static-x86_64-unknown-linux-musl> mkdir -p  include/sys   include/machine   include/rpc   include/arpa
2025-08-20T21:51:56.7266814Z [00:02:49.978]➜  compat-netbsd-static-x86_64-unknown-linux-musl> `configure' is up to date.
2025-08-20T21:51:56.7271734Z [00:02:49.978]➜  compat-netbsd-static-x86_64-unknown-linux-musl> `nbtool_config.h.in' is up to date.
2025-08-20T21:51:56.7276607Z [00:02:49.978]➜  compat-netbsd-static-x86_64-unknown-linux-musl> `defs.mk.in' is up to date.
2025-08-20T21:51:56.7281454Z [00:02:49.980]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing acl_set_file... none required
2025-08-20T21:51:56.7958720Z [00:02:50.048]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:51:56.8456640Z [00:02:50.097]➜  compat-netbsd-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:51:56.8515802Z [00:02:50.097]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_func.c -o hash_func.o
2025-08-20T21:51:56.8614517Z [00:02:50.113]➜  compat-netbsd-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:51:56.8920197Z [00:02:50.144]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_dispatch.c
2025-08-20T21:51:56.9077504Z [00:02:50.159]➜  compat-netbsd-static-x86_64-unknown-linux-musl> configure flags: --prefix=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2 --cache-file=config.cache ac_cv_header_sys_cdefs_h=no --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:51:56.9435654Z [00:02:50.195]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hmac/hmac.c
2025-08-20T21:51:56.9625313Z [00:02:50.214]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_dup.c
2025-08-20T21:51:57.0174429Z [00:02:50.269]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hsearch/hsearch.c
2025-08-20T21:51:57.0208314Z [00:02:50.272]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing acl_set_fd... none required
2025-08-20T21:51:57.0652326Z [00:02:50.317]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_dispatch.c -o db_dispatch.o
2025-08-20T21:51:57.0736715Z [00:02:50.325]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:51:57.0815047Z [00:02:50.333]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:51:57.0823717Z [00:02:50.333]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:51:57.0918455Z [00:02:50.344]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:51:57.0934550Z [00:02:50.344]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:51:57.1043349Z [00:02:50.356]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hmac/hmac.c -o hmac.o
2025-08-20T21:51:57.1374285Z [00:02:50.387]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:51:57.1445079Z [00:02:50.387]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:51:57.1447630Z [00:02:50.389]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_dup.c -o db_dup.o
2025-08-20T21:51:57.1452807Z [00:02:50.394]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:51:57.1458957Z [00:02:50.398]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:51:57.1535001Z [00:02:50.403]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:51:57.1580112Z [00:02:50.409]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hsearch/hsearch.c -o hsearch.o
2025-08-20T21:51:57.1655733Z [00:02:50.417]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:51:57.1865061Z [00:02:50.438]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:51:57.1993169Z [00:02:50.451]➜  compat-netbsd-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
2025-08-20T21:51:57.2633674Z [00:02:50.515]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../log/log.c
2025-08-20T21:51:57.2942011Z [00:02:50.545]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing acl_to_text... none required
2025-08-20T21:51:57.2982960Z [00:02:50.550]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:51:57.2989529Z [00:02:50.551]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:51:57.2996523Z [00:02:50.551]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:51:57.3983505Z [00:02:50.650]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../log/log.c -o log.o
2025-08-20T21:51:57.3986005Z [00:02:50.650]➜  compat-netbsd-static-x86_64-unknown-linux-musl> configure: creating cache config.cache
2025-08-20T21:51:57.3987853Z [00:02:50.650]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:51:57.4724979Z [00:02:50.724]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../log/log_archive.c
2025-08-20T21:51:57.5500389Z [00:02:50.801]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing acl_from_text... none required
2025-08-20T21:51:57.6052526Z [00:02:50.857]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:51:57.6169976Z [00:02:50.869]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../log/log_archive.c -o log_archive.o
2025-08-20T21:51:57.7455008Z [00:02:50.992]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../log/log_compare.c
2025-08-20T21:51:57.7457291Z [00:02:50.993]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:51:57.7459101Z [00:02:50.993]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:51:57.7989546Z [00:02:51.051]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing acl_delete_def_file... none required
2025-08-20T21:51:57.8706619Z [00:02:51.122]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/db_err.c
2025-08-20T21:51:57.8785096Z [00:02:51.130]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../log/log_compare.c -o log_compare.o
2025-08-20T21:51:57.8864948Z [00:02:51.136]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:51:57.9485316Z [00:02:51.197]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:51:57.9561819Z [00:02:51.202]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:51:57.9652792Z [00:02:51.217]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/db_getlong.c
2025-08-20T21:51:58.0226206Z [00:02:51.271]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/db_err.c -o db_err.o
2025-08-20T21:51:58.0390103Z [00:02:51.291]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing acl_free... none required
2025-08-20T21:51:58.0897075Z [00:02:51.341]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:51:58.1486753Z [00:02:51.400]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/db_getlong.c -o db_getlong.o
2025-08-20T21:51:58.1923512Z [00:02:51.443]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../log/log_debug.c
2025-08-20T21:51:58.1983664Z [00:02:51.450]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/db_idspace.c
2025-08-20T21:51:58.2568546Z [00:02:51.508]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether we are using the GNU C compiler... yes
2025-08-20T21:51:58.3082258Z [00:02:51.560]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/db_idspace.c -o db_idspace.o
2025-08-20T21:51:58.3199064Z [00:02:51.572]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mode_t... yes
2025-08-20T21:51:58.3577446Z [00:02:51.609]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../log/log_debug.c -o log_debug.o
2025-08-20T21:51:58.3642619Z [00:02:51.616]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:51:58.4397672Z [00:02:51.691]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_iface.c
2025-08-20T21:51:58.4442260Z [00:02:51.696]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_join.c
2025-08-20T21:51:58.4879701Z [00:02:51.737]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../log/log_get.c
2025-08-20T21:51:58.5207331Z [00:02:51.772]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to accept ISO C89... none needed
2025-08-20T21:51:58.5222417Z [00:02:51.773]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-cpp
2025-08-20T21:51:58.5709592Z [00:02:51.823]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_join.c -o db_join.o
2025-08-20T21:51:58.5728050Z [00:02:51.825]➜  gnutar-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T21:51:58.6190429Z [00:02:51.869]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_iface.c -o db_iface.o
2025-08-20T21:51:58.6365297Z [00:02:51.888]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../log/log_get.c -o log_get.o
2025-08-20T21:51:58.7123171Z [00:02:51.964]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/db_log2.c
2025-08-20T21:51:58.7255677Z [00:02:51.977]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:51:58.7355469Z [00:02:51.980]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../log/log_method.c
2025-08-20T21:51:58.7383126Z [00:02:51.988]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:51:58.8204870Z [00:02:52.072]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for NetBSD... no
2025-08-20T21:51:58.8266599Z [00:02:52.078]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sh... /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh
2025-08-20T21:51:58.8464237Z [00:02:52.098]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/db_log2.c -o db_log2.o
2025-08-20T21:51:58.8660625Z [00:02:52.118]➜  gnutar-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T21:51:58.8843736Z [00:02:52.136]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../log/log_method.c -o log_method.o
2025-08-20T21:51:58.9156004Z [00:02:52.164]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../log/log_put.c
2025-08-20T21:51:59.0170193Z [00:02:52.269]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../log/log_put.c -o log_put.o
2025-08-20T21:51:59.1251853Z [00:02:52.377]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_meta.c
2025-08-20T21:51:59.1805313Z [00:02:52.432]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for ANSI C header files... yes
2025-08-20T21:51:59.2014455Z [00:02:52.453]➜  gnutar-static-x86_64-unknown-linux-musl> checking for uid_t... yes
2025-08-20T21:51:59.2165585Z [00:02:52.468]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_method.c
2025-08-20T21:51:59.2566754Z [00:02:52.508]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_meta.c -o db_meta.o
2025-08-20T21:51:59.2725885Z [00:02:52.518]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../log/log_stat.c
2025-08-20T21:51:59.2923855Z [00:02:52.544]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:51:59.3863891Z [00:02:52.638]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../log/log_stat.c -o log_stat.o
2025-08-20T21:51:59.4173962Z [00:02:52.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:51:59.4270490Z [00:02:52.678]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_method.c -o db_method.o
2025-08-20T21:51:59.4624046Z [00:02:52.714]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_open.c
2025-08-20T21:51:59.5456345Z [00:02:52.795]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_overflow.c
2025-08-20T21:51:59.5458560Z [00:02:52.796]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:51:59.5870955Z [00:02:52.839]➜  gnutar-static-x86_64-unknown-linux-musl> checking for gid_t... yes
2025-08-20T21:51:59.6521970Z [00:02:52.904]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/mkpath.c
2025-08-20T21:51:59.6566897Z [00:02:52.908]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_open.c -o db_open.o
2025-08-20T21:51:59.6839108Z [00:02:52.935]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_overflow.c -o db_overflow.o
2025-08-20T21:51:59.6849829Z [00:02:52.937]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:51:59.7438754Z [00:02:52.996]➜  gnutar-static-x86_64-unknown-linux-musl> checking for major_t... no
2025-08-20T21:51:59.8600010Z [00:02:53.112]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/mkpath.c -o mkpath.o
2025-08-20T21:51:59.8605926Z [00:02:53.112]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for memory.h... yes
2025-08-20T21:51:59.8935980Z [00:02:53.145]➜  gnutar-static-x86_64-unknown-linux-musl> checking for minor_t... no
2025-08-20T21:51:59.9205846Z [00:02:53.169]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_alloc.c
2025-08-20T21:51:59.9878524Z [00:02:53.239]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:52:00.0789652Z [00:02:53.331]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_alloc.c -o mp_alloc.o
2025-08-20T21:52:00.0960246Z [00:02:53.348]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:52:00.2249075Z [00:02:53.475]➜  gnutar-static-x86_64-unknown-linux-musl> checking for dev_t... yes
2025-08-20T21:52:00.2255090Z [00:02:53.475]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_bh.c
2025-08-20T21:52:00.2365364Z [00:02:53.487]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:52:00.2374564Z [00:02:53.487]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:52:00.2375937Z [00:02:53.487]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:52:00.2558842Z [00:02:53.503]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:52:00.3646835Z [00:02:53.616]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_bh.c -o mp_bh.o
2025-08-20T21:52:00.3934028Z [00:02:53.645]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:52:00.4683764Z [00:02:53.720]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_fget.c
2025-08-20T21:52:00.5579259Z [00:02:53.809]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:52:00.5580454Z [00:02:53.810]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:52:00.5614322Z [00:02:53.813]➜  gnutar-static-x86_64-unknown-linux-musl> checking for ino_t... yes
2025-08-20T21:52:00.6407680Z [00:02:53.890]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_fget.c -o mp_fget.o
2025-08-20T21:52:00.6440746Z [00:02:53.894]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_fmethod.c
2025-08-20T21:52:00.6761987Z [00:02:53.928]➜  gnutar-static-x86_64-unknown-linux-musl> checking for ssize_t... yes
2025-08-20T21:52:00.7016450Z [00:02:53.953]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_pr.c
2025-08-20T21:52:00.7031382Z [00:02:53.955]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:52:00.7032652Z [00:02:53.955]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:52:00.7154715Z [00:02:53.963]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:52:00.7163876Z [00:02:53.963]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:52:00.7165051Z [00:02:53.967]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:52:00.7188092Z [00:02:53.971]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:00.7216859Z [00:02:53.973]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:52:00.7301401Z [00:02:53.982]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:00.7340801Z [00:02:53.982]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:52:00.7356043Z [00:02:53.987]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:52:00.7414881Z [00:02:53.993]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:52:00.7466481Z [00:02:53.997]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:52:00.7505194Z [00:02:54.002]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:52:00.7509645Z [00:02:54.002]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether byte ordering is bigendian... no
2025-08-20T21:52:00.7511729Z [00:02:54.002]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for ANSI C header files... (cached) yes
2025-08-20T21:52:00.7514301Z [00:02:54.002]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:00.7544387Z [00:02:54.005]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:52:00.7594586Z [00:02:54.010]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:52:00.7605346Z [00:02:54.012]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:00.7615314Z [00:02:54.013]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:52:00.7627761Z [00:02:54.015]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:00.7734576Z [00:02:54.022]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:52:00.7736144Z [00:02:54.022]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:52:00.7737543Z [00:02:54.024]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:52:00.7742268Z [00:02:54.024]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:52:00.7744317Z [00:02:54.026]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:52:00.7819401Z [00:02:54.031]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:52:00.7821075Z [00:02:54.031]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:52:00.7822750Z [00:02:54.031]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:52:00.7830366Z [00:02:54.031]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:52:00.7832248Z [00:02:54.031]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:52:00.7834264Z [00:02:54.032]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:52:00.7835967Z [00:02:54.033]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:52:00.7858429Z [00:02:54.038]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:52:00.7891669Z [00:02:54.041]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:52:00.7900841Z [00:02:54.042]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:52:00.7946113Z [00:02:54.046]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:52:00.7947756Z [00:02:54.046]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:52:00.7949241Z [00:02:54.046]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:52:00.7950829Z [00:02:54.046]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:52:00.7964577Z [00:02:54.048]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:52:00.7997091Z [00:02:54.051]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:52:00.8006432Z [00:02:54.052]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_fmethod.c -o mp_fmethod.o
2025-08-20T21:52:00.8032701Z [00:02:54.055]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:52:00.8038165Z [00:02:54.055]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:52:00.8372413Z [00:02:54.089]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:00.8529946Z [00:02:54.105]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:00.8572550Z [00:02:54.109]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_pr.c -o db_pr.o
2025-08-20T21:52:00.8785227Z [00:02:54.127]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-cc... no
2025-08-20T21:52:00.8844194Z [00:02:54.127]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-gcc... no
2025-08-20T21:52:00.8845822Z [00:02:54.135]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-c++... no
2025-08-20T21:52:00.8864353Z [00:02:54.138]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-g++... no
2025-08-20T21:52:00.8881514Z [00:02:54.140]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking zlib.h usability... yes
2025-08-20T21:52:00.8929825Z [00:02:54.145]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-cxx... no
2025-08-20T21:52:00.8944097Z [00:02:54.146]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-gxx... no
2025-08-20T21:52:00.8984971Z [00:02:54.147]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-gcc... no
2025-08-20T21:52:00.9068326Z [00:02:54.159]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-gfortran... no
2025-08-20T21:52:00.9145786Z [00:02:54.159]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_rec.c
2025-08-20T21:52:00.9148020Z [00:02:54.159]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-gccgo... no
2025-08-20T21:52:00.9149523Z [00:02:54.163]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-gdc... no
2025-08-20T21:52:00.9164539Z [00:02:54.168]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-gm2... no
2025-08-20T21:52:00.9393133Z [00:02:54.191]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_reclaim.c
2025-08-20T21:52:00.9395437Z [00:02:54.191]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-ar... no
2025-08-20T21:52:00.9499560Z [00:02:54.201]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-as... no
2025-08-20T21:52:00.9515773Z [00:02:54.203]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:00.9550937Z [00:02:54.206]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fchmod... yes
2025-08-20T21:52:00.9640936Z [00:02:54.215]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:00.9642629Z [00:02:54.215]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-ld... no
2025-08-20T21:52:00.9705892Z [00:02:54.222]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-lipo... no
2025-08-20T21:52:00.9804611Z [00:02:54.230]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-nm... no
2025-08-20T21:52:00.9824980Z [00:02:54.234]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-objcopy... no
2025-08-20T21:52:00.9827661Z [00:02:54.235]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking zlib.h presence... yes
2025-08-20T21:52:00.9829254Z [00:02:54.235]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for zlib.h... yes
2025-08-20T21:52:00.9921886Z [00:02:54.244]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-objdump... no
2025-08-20T21:52:00.9924562Z [00:02:54.244]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-otool... no
2025-08-20T21:52:00.9999984Z [00:02:54.252]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-ranlib... no
2025-08-20T21:52:01.0095776Z [00:02:54.261]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-readelf... no
2025-08-20T21:52:01.0119232Z [00:02:54.264]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-strip... no
2025-08-20T21:52:01.0144844Z [00:02:54.266]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-windres... no
2025-08-20T21:52:01.0215604Z [00:02:54.273]➜  x86_64-unknown-linux-musl-binutils> checking for powerpc64-unknown-linux-gnu-windmc... no
2025-08-20T21:52:01.0315083Z [00:02:54.277]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:52:01.0368378Z [00:02:54.278]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:52:01.0369759Z [00:02:54.284]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:52:01.0376862Z [00:02:54.289]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:52:01.0407540Z [00:02:54.292]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:52:01.0413505Z [00:02:54.293]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:52:01.0419662Z [00:02:54.294]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_fopen.c
2025-08-20T21:52:01.0471082Z [00:02:54.299]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:52:01.0495770Z [00:02:54.301]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:52:01.0520420Z [00:02:54.304]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:52:01.0598305Z [00:02:54.312]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:52:01.0677963Z [00:02:54.320]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:52:01.0687981Z [00:02:54.321]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:52:01.0692613Z [00:02:54.321]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_rec.c -o db_rec.o
2025-08-20T21:52:01.0800596Z [00:02:54.323]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:52:01.0801976Z [00:02:54.332]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:52:01.0818944Z [00:02:54.333]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:52:01.0820893Z [00:02:54.333]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:52:01.0822360Z [00:02:54.333]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:52:01.0896626Z [00:02:54.340]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:52:01.0901395Z [00:02:54.340]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:52:01.0904771Z [00:02:54.340]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:52:01.0909469Z [00:02:54.340]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:52:01.0911219Z [00:02:54.340]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:52:01.0912727Z [00:02:54.340]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:52:01.0914621Z [00:02:54.340]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:52:01.0924222Z [00:02:54.344]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_reclaim.c -o db_reclaim.o
2025-08-20T21:52:01.1493887Z [00:02:54.401]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_remove.c
2025-08-20T21:52:01.1705316Z [00:02:54.422]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_fput.c
2025-08-20T21:52:01.1726519Z [00:02:54.424]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_fset.c
2025-08-20T21:52:01.1847555Z [00:02:54.436]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_fopen.c -o mp_fopen.o
2025-08-20T21:52:01.2074351Z [00:02:54.459]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:52:01.2152697Z [00:02:54.467]➜  gnutar-static-x86_64-unknown-linux-musl> checking for flockfile... yes
2025-08-20T21:52:01.2205210Z [00:02:54.468]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for gzdopen in -lz... yes
2025-08-20T21:52:01.3047252Z [00:02:54.556]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_fset.c -o mp_fset.o
2025-08-20T21:52:01.3255951Z [00:02:54.572]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_remove.c -o db_remove.o
2025-08-20T21:52:01.3640078Z [00:02:54.616]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_fput.c -o mp_fput.o
2025-08-20T21:52:01.4037861Z [00:02:54.655]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/ioctl.h usability... yes
2025-08-20T21:52:01.4433973Z [00:02:54.695]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_method.c
2025-08-20T21:52:01.4804898Z [00:02:54.732]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/ioctl.h presence... yes
2025-08-20T21:52:01.4824665Z [00:02:54.734]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/ioctl.h... yes
2025-08-20T21:52:01.5098788Z [00:02:54.762]➜  gnutar-static-x86_64-unknown-linux-musl> checking for funlockfile... yes
2025-08-20T21:52:01.5749263Z [00:02:54.827]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_mvcc.c
2025-08-20T21:52:01.5865851Z [00:02:54.835]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_method.c -o mp_method.o
2025-08-20T21:52:01.6515294Z [00:02:54.900]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:52:01.6519742Z [00:02:54.904]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/mman.h usability... yes
2025-08-20T21:52:01.7470302Z [00:02:54.999]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_mvcc.c -o mp_mvcc.o
2025-08-20T21:52:01.7526135Z [00:02:55.004]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/mman.h presence... yes
2025-08-20T21:52:01.7532002Z [00:02:55.004]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/mman.h... yes
2025-08-20T21:52:01.7534208Z [00:02:55.005]➜  gnutar-static-x86_64-unknown-linux-musl> checking for pathconf... yes
2025-08-20T21:52:01.9168474Z [00:02:55.168]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/param.h usability... yes
2025-08-20T21:52:01.9521382Z [00:02:55.204]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_rename.c
2025-08-20T21:52:01.9811786Z [00:02:55.233]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/param.h presence... yes
2025-08-20T21:52:01.9817961Z [00:02:55.234]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T21:52:02.0040526Z [00:02:55.256]➜  gnutar-static-x86_64-unknown-linux-musl> checking for btowc... yes
2025-08-20T21:52:02.0904158Z [00:02:55.342]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_region.c
2025-08-20T21:52:02.1296524Z [00:02:55.381]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_rename.c -o db_rename.o
2025-08-20T21:52:02.1607416Z [00:02:55.412]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/socket.h usability... yes
2025-08-20T21:52:02.2595521Z [00:02:55.508]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/socket.h presence... yes
2025-08-20T21:52:02.2616961Z [00:02:55.508]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/socket.h... yes
2025-08-20T21:52:02.2618456Z [00:02:55.509]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mbrtowc... yes
2025-08-20T21:52:02.2802683Z [00:02:55.532]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_region.c -o mp_region.o
2025-08-20T21:52:02.2930493Z [00:02:55.545]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/stat.h... (cached) yes
2025-08-20T21:52:02.3348093Z [00:02:55.586]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_ret.c
2025-08-20T21:52:02.4711184Z [00:02:55.723]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/time.h usability... yes
2025-08-20T21:52:02.5102833Z [00:02:55.761]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mbsinit... yes
2025-08-20T21:52:02.5492455Z [00:02:55.800]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/time.h presence... yes
2025-08-20T21:52:02.5498169Z [00:02:55.801]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T21:52:02.5719128Z [00:02:55.824]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_ret.c -o db_ret.o
2025-08-20T21:52:02.5838526Z [00:02:55.835]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/types.h... (cached) yes
2025-08-20T21:52:02.7061067Z [00:02:55.957]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/utsname.h usability... yes
2025-08-20T21:52:02.7553714Z [00:02:56.007]➜  gnutar-static-x86_64-unknown-linux-musl> checking for canonicalize_file_name... no
2025-08-20T21:52:02.7632496Z [00:02:56.015]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/utsname.h presence... yes
2025-08-20T21:52:02.7638716Z [00:02:56.016]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/utsname.h... yes
2025-08-20T21:52:02.8000588Z [00:02:56.050]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_setid.c
2025-08-20T21:52:02.8746022Z [00:02:56.124]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_register.c
2025-08-20T21:52:02.9044892Z [00:02:56.156]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_setlsn.c
2025-08-20T21:52:02.9297029Z [00:02:56.181]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/wait.h usability... yes
2025-08-20T21:52:02.9441321Z [00:02:56.196]➜  gnutar-static-x86_64-unknown-linux-musl> checking for realpath... yes
2025-08-20T21:52:02.9584871Z [00:02:56.208]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_setid.c -o db_setid.o
2025-08-20T21:52:03.0188958Z [00:02:56.270]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_register.c -o mp_register.o
2025-08-20T21:52:03.0280200Z [00:02:56.280]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/wait.h presence... yes
2025-08-20T21:52:03.0289111Z [00:02:56.280]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/wait.h... yes
2025-08-20T21:52:03.0507209Z [00:02:56.302]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_resize.c
2025-08-20T21:52:03.0585625Z [00:02:56.302]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_setlsn.c -o db_setlsn.o
2025-08-20T21:52:03.1503807Z [00:02:56.402]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/db_shash.c
2025-08-20T21:52:03.2091744Z [00:02:56.461]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_stat.c
2025-08-20T21:52:03.2097615Z [00:02:56.462]➜  gnutar-static-x86_64-unknown-linux-musl> checking for lstat... yes
2025-08-20T21:52:03.2153454Z [00:02:56.467]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking assert.h usability... yes
2025-08-20T21:52:03.2182003Z [00:02:56.470]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_resize.c -o mp_resize.o
2025-08-20T21:52:03.2666988Z [00:02:56.518]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/db_shash.c -o db_shash.o
2025-08-20T21:52:03.2920660Z [00:02:56.544]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_sync.c
2025-08-20T21:52:03.3145636Z [00:02:56.563]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking assert.h presence... yes
2025-08-20T21:52:03.3150506Z [00:02:56.563]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for assert.h... yes
2025-08-20T21:52:03.3896001Z [00:02:56.637]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_stat.c -o mp_stat.o
2025-08-20T21:52:03.4176284Z [00:02:56.669]➜  gnutar-static-x86_64-unknown-linux-musl> checking for chown... yes
2025-08-20T21:52:03.4338926Z [00:02:56.686]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../mp/mp_trickle.c
2025-08-20T21:52:03.4526348Z [00:02:56.701]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_sync.c -o mp_sync.o
2025-08-20T21:52:03.4617754Z [00:02:56.713]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking ctype.h usability... yes
2025-08-20T21:52:03.5116304Z [00:02:56.761]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_sort_multiple.c
2025-08-20T21:52:03.5164441Z [00:02:56.768]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_stati.c
2025-08-20T21:52:03.5591200Z [00:02:56.811]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking ctype.h presence... yes
2025-08-20T21:52:03.5597394Z [00:02:56.811]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for ctype.h... yes
2025-08-20T21:52:03.5852816Z [00:02:56.835]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_truncate.c
2025-08-20T21:52:03.6024623Z [00:02:56.854]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../mp/mp_trickle.c -o mp_trickle.o
2025-08-20T21:52:03.6416919Z [00:02:56.893]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fchown... yes
2025-08-20T21:52:03.6535737Z [00:02:56.904]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_stati.c -o db_stati.o
2025-08-20T21:52:03.6694445Z [00:02:56.921]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_sort_multiple.c -o db_sort_multiple.o
2025-08-20T21:52:03.6976741Z [00:02:56.949]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking errno.h usability... yes
2025-08-20T21:52:03.7168817Z [00:02:56.969]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_truncate.c -o db_truncate.o
2025-08-20T21:52:03.7486333Z [00:02:56.992]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/openflags.c
2025-08-20T21:52:03.7813729Z [00:02:57.033]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking errno.h presence... yes
2025-08-20T21:52:03.7815004Z [00:02:57.033]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for errno.h... yes
2025-08-20T21:52:03.8407013Z [00:02:57.092]➜  gnutar-static-x86_64-unknown-linux-musl> checking for _set_invalid_parameter_handler... no
2025-08-20T21:52:03.9086650Z [00:02:57.160]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/openflags.c -o openflags.o
2025-08-20T21:52:03.9349750Z [00:02:57.187]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_upg.c
2025-08-20T21:52:03.9535097Z [00:02:57.203]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking fcntl.h usability... yes
2025-08-20T21:52:03.9635408Z [00:02:57.212]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_abort.c
2025-08-20T21:52:04.0389560Z [00:02:57.290]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_upg.c -o db_upg.o
2025-08-20T21:52:04.0736055Z [00:02:57.325]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking fcntl.h presence... yes
2025-08-20T21:52:04.0750307Z [00:02:57.327]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fchdir... yes
2025-08-20T21:52:04.0755168Z [00:02:57.327]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T21:52:04.1040290Z [00:02:57.356]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_abs.c
2025-08-20T21:52:04.1117234Z [00:02:57.363]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_abort.c -o os_abort.o
2025-08-20T21:52:04.2517846Z [00:02:57.499]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking grp.h usability... yes
2025-08-20T21:52:04.2520298Z [00:02:57.503]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_alloc.c
2025-08-20T21:52:04.2718761Z [00:02:57.523]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_abs.c -o os_abs.o
2025-08-20T21:52:04.3209244Z [00:02:57.572]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_upg_opd.c
2025-08-20T21:52:04.3238787Z [00:02:57.576]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fdopendir... yes
2025-08-20T21:52:04.3257389Z [00:02:57.577]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking grp.h presence... yes
2025-08-20T21:52:04.3329032Z [00:02:57.577]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for grp.h... yes
2025-08-20T21:52:04.3674931Z [00:02:57.619]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_clock.c
2025-08-20T21:52:04.3893779Z [00:02:57.641]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_alloc.c -o os_alloc.o
2025-08-20T21:52:04.3997206Z [00:02:57.647]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:04.4179168Z [00:02:57.670]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:04.4287594Z [00:02:57.680]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/dbreg/dbreg.c
2025-08-20T21:52:04.4414254Z [00:02:57.693]➜  x86_64-unknown-linux-musl-binutils> checking target system type... s390-ibm-linux-gnu
2025-08-20T21:52:04.4626371Z [00:02:57.713]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_upg_opd.c -o db_upg_opd.o
2025-08-20T21:52:04.5066264Z [00:02:57.755]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:52:04.5106829Z [00:02:57.762]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking limits.h usability... yes
2025-08-20T21:52:04.5186465Z [00:02:57.770]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:52:04.5191839Z [00:02:57.771]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:52:04.5302028Z [00:02:57.781]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_cpu.c
2025-08-20T21:52:04.5335198Z [00:02:57.781]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fchmodat... yes
2025-08-20T21:52:04.5337531Z [00:02:57.784]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_clock.c -o os_clock.o
2025-08-20T21:52:04.5425062Z [00:02:57.792]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:52:04.5494713Z [00:02:57.796]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:52:04.5807481Z [00:02:57.832]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:52:04.5856891Z [00:02:57.837]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/dbreg/dbreg.c -o dbreg.o
2025-08-20T21:52:04.5975169Z [00:02:57.845]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking limits.h presence... yes
2025-08-20T21:52:04.5976681Z [00:02:57.849]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for limits.h... yes
2025-08-20T21:52:04.6722012Z [00:02:57.924]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/dbreg/dbreg_stat.c
2025-08-20T21:52:04.6862521Z [00:02:57.936]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_cpu.c -o os_cpu.o
2025-08-20T21:52:04.7414129Z [00:02:57.993]➜  gnutar-static-x86_64-unknown-linux-musl> checking for lchmod... yes
2025-08-20T21:52:04.7855392Z [00:02:58.034]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking locale.h usability... yes
2025-08-20T21:52:04.8274044Z [00:02:58.076]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_ctime.c
2025-08-20T21:52:04.8339278Z [00:02:58.086]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/dbreg/dbreg_stat.c -o dbreg_stat.o
2025-08-20T21:52:04.8558650Z [00:02:58.107]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_config.c
2025-08-20T21:52:04.8685433Z [00:02:58.117]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/dbreg/dbreg_auto.c
2025-08-20T21:52:04.8694459Z [00:02:58.117]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking locale.h presence... yes
2025-08-20T21:52:04.8696105Z [00:02:58.117]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for locale.h... yes
2025-08-20T21:52:04.9087825Z [00:02:58.160]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_dir.c
2025-08-20T21:52:04.9102525Z [00:02:58.162]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_errno.c
2025-08-20T21:52:04.9569056Z [00:02:58.206]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fcntl... yes
2025-08-20T21:52:04.9597621Z [00:02:58.211]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_fid.c
2025-08-20T21:52:04.9754445Z [00:02:58.227]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_config.c -o os_config.o
2025-08-20T21:52:04.9865034Z [00:02:58.238]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_ctime.c -o os_ctime.o
2025-08-20T21:52:05.0033609Z [00:02:58.255]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:52:05.0039412Z [00:02:58.256]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:52:05.0269833Z [00:02:58.279]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking netdb.h usability... yes
2025-08-20T21:52:05.0366055Z [00:02:58.288]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/dbreg/dbreg_auto.c -o dbreg_auto.o
2025-08-20T21:52:05.0574477Z [00:02:58.309]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_errno.c -o os_errno.o
2025-08-20T21:52:05.0916394Z [00:02:58.342]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_dir.c -o os_dir.o
2025-08-20T21:52:05.1030773Z [00:02:58.354]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking netdb.h presence... yes
2025-08-20T21:52:05.1032476Z [00:02:58.354]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for netdb.h... yes
2025-08-20T21:52:05.1259445Z [00:02:58.377]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_fid.c -o os_fid.o
2025-08-20T21:52:05.1656880Z [00:02:58.417]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_flock.c
2025-08-20T21:52:05.1893466Z [00:02:58.441]➜  gnutar-static-x86_64-unknown-linux-musl> checking for symlink... yes
2025-08-20T21:52:05.2379178Z [00:02:58.489]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_fsync.c
2025-08-20T21:52:05.2798794Z [00:02:58.530]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:52:05.2952683Z [00:02:58.547]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking pwd.h usability... yes
2025-08-20T21:52:05.3196738Z [00:02:58.571]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_flock.c -o os_flock.o
2025-08-20T21:52:05.3211103Z [00:02:58.572]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_getenv.c
2025-08-20T21:52:05.3572845Z [00:02:58.609]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_fsync.c -o os_fsync.o
2025-08-20T21:52:05.3622157Z [00:02:58.614]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_handle.c
2025-08-20T21:52:05.3659110Z [00:02:58.618]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking pwd.h presence... yes
2025-08-20T21:52:05.3660723Z [00:02:58.618]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for pwd.h... yes
2025-08-20T21:52:05.3842103Z [00:02:58.635]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/dbreg/dbreg_rec.c
2025-08-20T21:52:05.3953143Z [00:02:58.647]➜  gnutar-static-x86_64-unknown-linux-musl> checking for listxattr... yes
2025-08-20T21:52:05.4072566Z [00:02:58.658]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/dbreg/dbreg_util.c
2025-08-20T21:52:05.4615862Z [00:02:58.711]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/dbt.c
2025-08-20T21:52:05.4747606Z [00:02:58.717]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_getenv.c -o os_getenv.o
2025-08-20T21:52:05.4796164Z [00:02:58.731]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_map.c
2025-08-20T21:52:05.4980095Z [00:02:58.750]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_handle.c -o os_handle.o
2025-08-20T21:52:05.5429037Z [00:02:58.795]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking signal.h usability... yes
2025-08-20T21:52:05.5512229Z [00:02:58.803]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/dbreg/dbreg_rec.c -o dbreg_rec.o
2025-08-20T21:52:05.5565034Z [00:02:58.805]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/dbreg/dbreg_util.c -o dbreg_util.o
2025-08-20T21:52:05.5692567Z [00:02:58.821]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fnmatch... yes
2025-08-20T21:52:05.5975570Z [00:02:58.847]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:52:05.6087428Z [00:02:58.855]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/os_method.c
2025-08-20T21:52:05.6114604Z [00:02:58.859]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking signal.h presence... yes
2025-08-20T21:52:05.6116404Z [00:02:58.859]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for signal.h... yes
2025-08-20T21:52:05.6252998Z [00:02:58.877]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_map.c -o os_map.o
2025-08-20T21:52:05.6336923Z [00:02:58.885]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/dbt.c -o dbt.o
2025-08-20T21:52:05.6529488Z [00:02:58.904]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_mkdir.c
2025-08-20T21:52:05.6955163Z [00:02:58.945]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:52:05.7233120Z [00:02:58.975]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_open.c
2025-08-20T21:52:05.7589531Z [00:02:59.011]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mbsrtowcs... yes
2025-08-20T21:52:05.7765047Z [00:02:59.028]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking stdarg.h usability... yes
2025-08-20T21:52:05.7859860Z [00:02:59.035]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/os_method.c -o os_method.o
2025-08-20T21:52:05.8186148Z [00:02:59.070]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:52:05.8188436Z [00:02:59.070]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_mkdir.c -o os_mkdir.o
2025-08-20T21:52:05.8666961Z [00:02:59.117]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_pid.c
2025-08-20T21:52:05.8669336Z [00:02:59.117]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking stdarg.h presence... yes
2025-08-20T21:52:05.8670851Z [00:02:59.117]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for stdarg.h... yes
2025-08-20T21:52:05.8869434Z [00:02:59.139]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_alloc.c
2025-08-20T21:52:05.9225094Z [00:02:59.172]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_config.c
2025-08-20T21:52:05.9294598Z [00:02:59.181]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_open.c -o os_open.o
2025-08-20T21:52:05.9359989Z [00:02:59.188]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:52:05.9908680Z [00:02:59.242]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking stdio.h usability... yes
2025-08-20T21:52:06.0086474Z [00:02:59.260]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fstatat... yes
2025-08-20T21:52:06.0224542Z [00:02:59.274]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_pid.c -o os_pid.o
2025-08-20T21:52:06.0433729Z [00:02:59.295]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking stdio.h presence... yes
2025-08-20T21:52:06.0441716Z [00:02:59.296]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:52:06.0616259Z [00:02:59.313]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_alloc.c -o env_alloc.o
2025-08-20T21:52:06.0744056Z [00:02:59.326]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_config.c -o env_config.o
2025-08-20T21:52:06.0857487Z [00:02:59.337]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for stdlib.h... (cached) yes
2025-08-20T21:52:06.1009745Z [00:02:59.353]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:52:06.1211159Z [00:02:59.371]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_rename.c
2025-08-20T21:52:06.1225443Z [00:02:59.371]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_root.c
2025-08-20T21:52:06.1264416Z [00:02:59.378]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for string.h... (cached) yes
2025-08-20T21:52:06.1473648Z [00:02:59.395]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_backup.c
2025-08-20T21:52:06.2233994Z [00:02:59.475]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getdtablesize... yes
2025-08-20T21:52:06.2377359Z [00:02:59.489]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_rpath.c
2025-08-20T21:52:06.2631898Z [00:02:59.515]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_root.c -o os_root.o
2025-08-20T21:52:06.2656632Z [00:02:59.517]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_rename.c -o os_rename.o
2025-08-20T21:52:06.2733803Z [00:02:59.525]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking termios.h usability... yes
2025-08-20T21:52:06.2876349Z [00:02:59.538]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_rw.c
2025-08-20T21:52:06.2896658Z [00:02:59.541]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_seek.c
2025-08-20T21:52:06.3053144Z [00:02:59.557]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_backup.c -o env_backup.o
2025-08-20T21:52:06.3727622Z [00:02:59.624]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_rpath.c -o os_rpath.o
2025-08-20T21:52:06.3824780Z [00:02:59.630]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking termios.h presence... yes
2025-08-20T21:52:06.3876152Z [00:02:59.630]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for termios.h... yes
2025-08-20T21:52:06.4088906Z [00:02:59.661]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:52:06.4354343Z [00:02:59.687]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_rw.c -o os_rw.o
2025-08-20T21:52:06.4377795Z [00:02:59.690]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:52:06.4638158Z [00:02:59.715]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getexecname... no
2025-08-20T21:52:06.4755988Z [00:02:59.725]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_seek.c -o os_seek.o
2025-08-20T21:52:06.4969978Z [00:02:59.749]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_stack.c
2025-08-20T21:52:06.5607356Z [00:02:59.812]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_stat.c
2025-08-20T21:52:06.5612491Z [00:02:59.812]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for dirent.h that defines DIR... yes
2025-08-20T21:52:06.6301362Z [00:02:59.882]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_tmpdir.c
2025-08-20T21:52:06.6599056Z [00:02:59.910]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_failchk.c
2025-08-20T21:52:06.6764750Z [00:02:59.928]➜  gnutar-static-x86_64-unknown-linux-musl> checking for gettimeofday... yes
2025-08-20T21:52:06.6810720Z [00:02:59.933]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_stat.c -o os_stat.o
2025-08-20T21:52:06.6817817Z [00:02:59.933]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_stack.c -o os_stack.o
2025-08-20T21:52:06.7488275Z [00:03:00.000]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:52:06.7857512Z [00:03:00.037]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_tmpdir.c -o os_tmpdir.o
2025-08-20T21:52:06.7962983Z [00:03:00.048]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for library containing opendir... none required
2025-08-20T21:52:06.8086031Z [00:03:00.060]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_truncate.c
2025-08-20T21:52:06.8243891Z [00:03:00.076]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_failchk.c -o env_failchk.o
2025-08-20T21:52:06.8576127Z [00:03:00.109]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_file.c
2025-08-20T21:52:06.8844324Z [00:03:00.136]➜  gnutar-static-x86_64-unknown-linux-musl> checking for isblank... yes
2025-08-20T21:52:06.8846655Z [00:03:00.136]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_globals.c
2025-08-20T21:52:06.8974790Z [00:03:00.149]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:52:06.9322426Z [00:03:00.184]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/mtio.h usability... yes
2025-08-20T21:52:06.9341771Z [00:03:00.186]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_uid.c
2025-08-20T21:52:06.9507685Z [00:03:00.202]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_open.c
2025-08-20T21:52:06.9575455Z [00:03:00.208]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_truncate.c -o os_truncate.o
2025-08-20T21:52:06.9982847Z [00:03:00.246]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_file.c -o env_file.o
2025-08-20T21:52:07.0098374Z [00:03:00.258]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_unlink.c
2025-08-20T21:52:07.0288500Z [00:03:00.280]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/mtio.h presence... yes
2025-08-20T21:52:07.0301763Z [00:03:00.280]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/mtio.h... yes
2025-08-20T21:52:07.0307961Z [00:03:00.282]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_globals.c -o env_globals.o
2025-08-20T21:52:07.0314091Z [00:03:00.283]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../os/os_yield.c
2025-08-20T21:52:07.0456808Z [00:03:00.297]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/partition.c
2025-08-20T21:52:07.0798796Z [00:03:00.331]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_uid.c -o os_uid.o
2025-08-20T21:52:07.1216699Z [00:03:00.373]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_unlink.c -o os_unlink.o
2025-08-20T21:52:07.1334878Z [00:03:00.381]➜  gnutar-static-x86_64-unknown-linux-musl> checking for iswcntrl... yes
2025-08-20T21:52:07.1362508Z [00:03:00.385]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_open.c -o env_open.o
2025-08-20T21:52:07.1475131Z [00:03:00.397]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/sysmacros.h usability... yes
2025-08-20T21:52:07.1596882Z [00:03:00.411]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../os/os_yield.c -o os_yield.o
2025-08-20T21:52:07.1666465Z [00:03:00.418]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:52:07.1681642Z [00:03:00.420]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:52:07.1697125Z [00:03:00.421]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:52:07.1765038Z [00:03:00.428]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:52:07.1770065Z [00:03:00.428]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:52:07.2038755Z [00:03:00.455]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../sequence/seq_stat.c
2025-08-20T21:52:07.2136173Z [00:03:00.465]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:52:07.2166412Z [00:03:00.468]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:52:07.2168610Z [00:03:00.468]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/partition.c -o partition.o
2025-08-20T21:52:07.2237104Z [00:03:00.475]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:52:07.2304461Z [00:03:00.482]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:52:07.2312137Z [00:03:00.483]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/sysmacros.h presence... yes
2025-08-20T21:52:07.2331130Z [00:03:00.485]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/sysmacros.h... yes
2025-08-20T21:52:07.2349446Z [00:03:00.487]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:52:07.2634897Z [00:03:00.515]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:52:07.2791927Z [00:03:00.531]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:52:07.3146758Z [00:03:00.566]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_method.c
2025-08-20T21:52:07.3249098Z [00:03:00.577]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../sequence/seq_stat.c -o seq_stat.o
2025-08-20T21:52:07.3597998Z [00:03:00.611]➜  gnutar-static-x86_64-unknown-linux-musl> checking for link... yes
2025-08-20T21:52:07.3735774Z [00:03:00.625]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../sequence/sequence.c
2025-08-20T21:52:07.3809414Z [00:03:00.633]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hmac/sha1.c
2025-08-20T21:52:07.3946027Z [00:03:00.646]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:52:07.3951176Z [00:03:00.647]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:52:07.4009533Z [00:03:00.652]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../clib/snprintf.c
2025-08-20T21:52:07.4029264Z [00:03:00.653]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:52:07.4227179Z [00:03:00.667]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_name.c
2025-08-20T21:52:07.4229805Z [00:03:00.674]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/syslimits.h usability... no
2025-08-20T21:52:07.4890735Z [00:03:00.741]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_method.c -o env_method.o
2025-08-20T21:52:07.4965040Z [00:03:00.748]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../sequence/sequence.c -o sequence.o
2025-08-20T21:52:07.5065350Z [00:03:00.758]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/syslimits.h presence... no
2025-08-20T21:52:07.5083919Z [00:03:00.758]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/syslimits.h... no
2025-08-20T21:52:07.5389860Z [00:03:00.790]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hmac/sha1.c -o sha1.o
2025-08-20T21:52:07.5461015Z [00:03:00.798]➜  gnutar-static-x86_64-unknown-linux-musl> checking for readlink... yes
2025-08-20T21:52:07.5765998Z [00:03:00.819]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../clib/snprintf.c -o snprintf.o
2025-08-20T21:52:07.6080918Z [00:03:00.860]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_name.c -o env_name.o
2025-08-20T21:52:07.6290628Z [00:03:00.881]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking stdio_ext.h usability... yes
2025-08-20T21:52:07.6961071Z [00:03:00.948]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:52:07.7172801Z [00:03:00.969]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking stdio_ext.h presence... yes
2025-08-20T21:52:07.7178720Z [00:03:00.969]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for stdio_ext.h... yes
2025-08-20T21:52:07.7723767Z [00:03:01.024]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_recover.c
2025-08-20T21:52:07.7746379Z [00:03:01.026]➜  gnutar-static-x86_64-unknown-linux-musl> checking for openat... yes
2025-08-20T21:52:07.7955996Z [00:03:01.044]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn.c
2025-08-20T21:52:07.8708263Z [00:03:01.122]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking getopt.h usability... yes
2025-08-20T21:52:07.8961469Z [00:03:01.148]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn_auto.c
2025-08-20T21:52:07.9231631Z [00:03:01.175]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mprotect... yes
2025-08-20T21:52:07.9477228Z [00:03:01.199]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn.c -o txn.o
2025-08-20T21:52:07.9580596Z [00:03:01.210]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:52:07.9582469Z [00:03:01.210]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_recover.c -o env_recover.o
2025-08-20T21:52:07.9584428Z [00:03:01.210]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking getopt.h presence... yes
2025-08-20T21:52:07.9596693Z [00:03:01.211]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for getopt.h... yes
2025-08-20T21:52:08.0258217Z [00:03:01.273]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn_auto.c -o txn_auto.o
2025-08-20T21:52:08.1345419Z [00:03:01.386]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking features.h usability... yes
2025-08-20T21:52:08.1405832Z [00:03:01.392]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mkdirat... yes
2025-08-20T21:52:08.1901332Z [00:03:01.442]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_region.c
2025-08-20T21:52:08.2136821Z [00:03:01.465]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking features.h presence... yes
2025-08-20T21:52:08.2148736Z [00:03:01.465]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for features.h... yes
2025-08-20T21:52:08.3655011Z [00:03:01.617]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mknod... yes
2025-08-20T21:52:08.3775007Z [00:03:01.629]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_region.c -o env_region.o
2025-08-20T21:52:08.3805358Z [00:03:01.632]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking malloc.h usability... yes
2025-08-20T21:52:08.4628830Z [00:03:01.713]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking malloc.h presence... yes
2025-08-20T21:52:08.4630546Z [00:03:01.713]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for malloc.h... yes
2025-08-20T21:52:08.5530393Z [00:03:01.804]➜  gnutar-static-x86_64-unknown-linux-musl> checking for pipe... yes
2025-08-20T21:52:08.6037192Z [00:03:01.851]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_register.c
2025-08-20T21:52:08.6895672Z [00:03:01.941]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/poll.h usability... yes
2025-08-20T21:52:08.6961077Z [00:03:01.946]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn_chkpt.c
2025-08-20T21:52:08.7366877Z [00:03:01.988]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_register.c -o env_register.o
2025-08-20T21:52:08.7412285Z [00:03:01.993]➜  gnutar-static-x86_64-unknown-linux-musl> checking for iswctype... yes
2025-08-20T21:52:08.7715659Z [00:03:02.021]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/poll.h presence... yes
2025-08-20T21:52:08.7721412Z [00:03:02.021]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/poll.h... yes
2025-08-20T21:52:08.8562704Z [00:03:02.108]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn_chkpt.c -o txn_chkpt.o
2025-08-20T21:52:08.9455267Z [00:03:02.197]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking pthread.h usability... yes
2025-08-20T21:52:08.9542127Z [00:03:02.206]➜  gnutar-static-x86_64-unknown-linux-musl> checking for renameat... yes
2025-08-20T21:52:09.0371581Z [00:03:02.289]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking pthread.h presence... yes
2025-08-20T21:52:09.0373187Z [00:03:02.289]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for pthread.h... yes
2025-08-20T21:52:09.1763966Z [00:03:02.428]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_sig.c
2025-08-20T21:52:09.1897800Z [00:03:02.441]➜  gnutar-static-x86_64-unknown-linux-musl> checking for setenv... yes
2025-08-20T21:52:09.2090671Z [00:03:02.459]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking stddef.h usability... yes
2025-08-20T21:52:09.3035650Z [00:03:02.554]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking stddef.h presence... yes
2025-08-20T21:52:09.3037577Z [00:03:02.554]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for stddef.h... yes
2025-08-20T21:52:09.3039531Z [00:03:02.555]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_sig.c -o env_sig.o
2025-08-20T21:52:09.4209167Z [00:03:02.672]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn_failchk.c
2025-08-20T21:52:09.4383965Z [00:03:02.690]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/env/env_stat.c
2025-08-20T21:52:09.4418221Z [00:03:02.692]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sleep... yes
2025-08-20T21:52:09.4447097Z [00:03:02.696]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/uio.h usability... yes
2025-08-20T21:52:09.4614927Z [00:03:02.713]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn_method.c
2025-08-20T21:52:09.5452995Z [00:03:02.797]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn_failchk.c -o txn_failchk.o
2025-08-20T21:52:09.5617180Z [00:03:02.813]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/uio.h presence... yes
2025-08-20T21:52:09.5618884Z [00:03:02.813]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/uio.h... yes
2025-08-20T21:52:09.5640537Z [00:03:02.816]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/env/env_stat.c -o env_stat.o
2025-08-20T21:52:09.5836340Z [00:03:02.831]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn_method.c -o txn_method.o
2025-08-20T21:52:09.5916089Z [00:03:02.836]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/fileops/fileops_auto.c
2025-08-20T21:52:09.6265570Z [00:03:02.875]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn_rec.c
2025-08-20T21:52:09.6576696Z [00:03:02.909]➜  gnutar-static-x86_64-unknown-linux-musl> checking for snprintf... yes
2025-08-20T21:52:09.6695591Z [00:03:02.920]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/fileops/fop_basic.c
2025-08-20T21:52:09.7241847Z [00:03:02.974]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/bswap.h usability... no
2025-08-20T21:52:09.7490102Z [00:03:03.000]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/fileops/fileops_auto.c -o fileops_auto.o
2025-08-20T21:52:09.7692263Z [00:03:03.021]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn_rec.c -o txn_rec.o
2025-08-20T21:52:09.7802024Z [00:03:03.032]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/fileops/fop_rec.c
2025-08-20T21:52:09.7946014Z [00:03:03.046]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/fileops/fop_util.c
2025-08-20T21:52:09.8203121Z [00:03:03.072]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/fileops/fop_basic.c -o fop_basic.o
2025-08-20T21:52:09.8297015Z [00:03:03.081]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/bswap.h presence... no
2025-08-20T21:52:09.8320185Z [00:03:03.083]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/bswap.h... no
2025-08-20T21:52:09.8705502Z [00:03:03.119]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn_recover.c
2025-08-20T21:52:09.8813464Z [00:03:03.133]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn_region.c
2025-08-20T21:52:09.8847165Z [00:03:03.136]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strndup... yes
2025-08-20T21:52:09.9215276Z [00:03:03.173]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/fileops/fop_rec.c -o fop_rec.o
2025-08-20T21:52:09.9567081Z [00:03:03.205]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/fileops/fop_util.c -o fop_util.o
2025-08-20T21:52:09.9885761Z [00:03:03.240]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn_region.c -o txn_region.o
2025-08-20T21:52:10.0026022Z [00:03:03.251]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking machine/bswap.h usability... no
2025-08-20T21:52:10.0190888Z [00:03:03.271]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn_recover.c -o txn_recover.o
2025-08-20T21:52:10.0882863Z [00:03:03.340]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strtoimax... yes
2025-08-20T21:52:10.1212366Z [00:03:03.370]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking machine/bswap.h presence... no
2025-08-20T21:52:10.1214132Z [00:03:03.370]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for machine/bswap.h... no
2025-08-20T21:52:10.1423618Z [00:03:03.394]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn_stat.c
2025-08-20T21:52:10.1426102Z [00:03:03.394]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/cdefs.h... (cached) no
2025-08-20T21:52:10.1548898Z [00:03:03.403]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_func.c
2025-08-20T21:52:10.2836566Z [00:03:03.535]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_func.c -o hash_func.o
2025-08-20T21:52:10.3055065Z [00:03:03.555]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking machine/endian.h usability... no
2025-08-20T21:52:10.3088184Z [00:03:03.560]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn_stat.c -o txn_stat.o
2025-08-20T21:52:10.3090249Z [00:03:03.560]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strtoumax... yes
2025-08-20T21:52:10.3167758Z [00:03:03.568]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:52:10.3168936Z [00:03:03.568]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:52:10.3169964Z [00:03:03.568]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:52:10.3868666Z [00:03:03.638]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking machine/endian.h presence... no
2025-08-20T21:52:10.3871716Z [00:03:03.639]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for machine/endian.h... no
2025-08-20T21:52:10.4955978Z [00:03:03.744]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hmac/hmac.c
2025-08-20T21:52:10.5149818Z [00:03:03.767]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn_util.c
2025-08-20T21:52:10.5270742Z [00:03:03.778]➜  gnutar-static-x86_64-unknown-linux-musl> checking for localtime_r... yes
2025-08-20T21:52:10.5296554Z [00:03:03.781]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/zerofill.c
2025-08-20T21:52:10.5517156Z [00:03:03.803]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/endian.h usability... no
2025-08-20T21:52:10.5584463Z [00:03:03.807]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:52:10.5587827Z [00:03:03.807]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:52:10.6376472Z [00:03:03.888]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hmac/hmac.c -o hmac.o
2025-08-20T21:52:10.6447691Z [00:03:03.896]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/endian.h presence... no
2025-08-20T21:52:10.6462775Z [00:03:03.898]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/endian.h... no
2025-08-20T21:52:10.6659410Z [00:03:03.918]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn_util.c -o txn_util.o
2025-08-20T21:52:10.6803461Z [00:03:03.932]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/zerofill.c -o zerofill.o
2025-08-20T21:52:10.7224468Z [00:03:03.969]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:52:10.7254329Z [00:03:03.970]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:52:10.7255811Z [00:03:03.974]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:52:10.7354322Z [00:03:03.979]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:52:10.7355326Z [00:03:03.979]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:52:10.7363439Z [00:03:03.980]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:10.7364387Z [00:03:03.988]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:52:10.7365329Z [00:03:03.988]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:10.7404751Z [00:03:03.992]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:52:10.7445032Z [00:03:03.996]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:52:10.7562031Z [00:03:04.008]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:52:10.7612371Z [00:03:04.013]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:52:10.7667967Z [00:03:04.019]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:52:10.7669186Z [00:03:04.019]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:10.7670398Z [00:03:04.019]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:52:10.7671586Z [00:03:04.019]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:52:10.7672916Z [00:03:04.019]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:10.7675052Z [00:03:04.019]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log.c
2025-08-20T21:52:10.7714493Z [00:03:04.019]➜  gnutar-static-x86_64-unknown-linux-musl> checking for unlinkat... yes
2025-08-20T21:52:10.7734230Z [00:03:04.023]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:52:10.7794908Z [00:03:04.031]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:10.7796145Z [00:03:04.031]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:52:10.7904816Z [00:03:04.041]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:52:10.7906181Z [00:03:04.041]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:52:10.7907476Z [00:03:04.041]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:52:10.7908540Z [00:03:04.042]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:52:10.8016189Z [00:03:04.053]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:52:10.8017436Z [00:03:04.053]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:52:10.8018672Z [00:03:04.053]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:52:10.8019925Z [00:03:04.053]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:52:10.8021135Z [00:03:04.053]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:52:10.8022380Z [00:03:04.053]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:52:10.8063082Z [00:03:04.058]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/featuretest.h usability... no
2025-08-20T21:52:10.8097692Z [00:03:04.059]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:52:10.8098861Z [00:03:04.059]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:52:10.8100030Z [00:03:04.061]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:52:10.8122697Z [00:03:04.064]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:52:10.8162874Z [00:03:04.068]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:52:10.8165227Z [00:03:04.068]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:52:10.8180090Z [00:03:04.070]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:52:10.8181805Z [00:03:04.070]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:52:10.8206197Z [00:03:04.072]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:52:10.8214415Z [00:03:04.073]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:52:10.8294545Z [00:03:04.078]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:52:10.8296251Z [00:03:04.078]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:52:10.8637397Z [00:03:04.115]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_archive.c
2025-08-20T21:52:10.8750869Z [00:03:04.127]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:10.8976100Z [00:03:04.147]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_db.cpp
2025-08-20T21:52:10.9015343Z [00:03:04.153]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:10.9075506Z [00:03:04.158]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking sys/featuretest.h presence... no
2025-08-20T21:52:10.9076822Z [00:03:04.158]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for sys/featuretest.h... no
2025-08-20T21:52:10.9131122Z [00:03:04.165]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log.c -o log.o
2025-08-20T21:52:10.9195756Z [00:03:04.170]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-cc... no
2025-08-20T21:52:10.9250185Z [00:03:04.175]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-gcc... no
2025-08-20T21:52:10.9416585Z [00:03:04.188]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-c++... no
2025-08-20T21:52:10.9417885Z [00:03:04.188]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-g++... no
2025-08-20T21:52:10.9461187Z [00:03:04.188]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_compare.c
2025-08-20T21:52:10.9462807Z [00:03:04.189]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-cxx... no
2025-08-20T21:52:10.9464448Z [00:03:04.193]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-gxx... no
2025-08-20T21:52:10.9501763Z [00:03:04.202]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-gcc... no
2025-08-20T21:52:10.9524164Z [00:03:04.204]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-gfortran... no
2025-08-20T21:52:10.9602608Z [00:03:04.211]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-gccgo... no
2025-08-20T21:52:10.9630659Z [00:03:04.215]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-gdc... no
2025-08-20T21:52:10.9723441Z [00:03:04.224]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-gm2... no
2025-08-20T21:52:10.9771966Z [00:03:04.229]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_dbc.cpp
2025-08-20T21:52:10.9948910Z [00:03:04.247]➜  gnutar-static-x86_64-unknown-linux-musl> checking for vasnprintf... no
2025-08-20T21:52:11.0034580Z [00:03:04.254]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-ar... no
2025-08-20T21:52:11.0128523Z [00:03:04.262]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-as... no
2025-08-20T21:52:11.0142394Z [00:03:04.264]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:11.0188861Z [00:03:04.269]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:11.0205822Z [00:03:04.272]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-ld... no
2025-08-20T21:52:11.0269019Z [00:03:04.278]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking err.h usability... yes
2025-08-20T21:52:11.0314918Z [00:03:04.281]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-lipo... no
2025-08-20T21:52:11.0348881Z [00:03:04.286]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-nm... no
2025-08-20T21:52:11.0418833Z [00:03:04.291]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-objcopy... no
2025-08-20T21:52:11.0420669Z [00:03:04.292]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-objdump... no
2025-08-20T21:52:11.0422661Z [00:03:04.293]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_archive.c -o log_archive.o
2025-08-20T21:52:11.0595659Z [00:03:04.304]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-otool... no
2025-08-20T21:52:11.0597866Z [00:03:04.310]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-ranlib... no
2025-08-20T21:52:11.0600823Z [00:03:04.311]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-readelf... no
2025-08-20T21:52:11.0657086Z [00:03:04.317]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-strip... no
2025-08-20T21:52:11.0701542Z [00:03:04.322]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-windres... no
2025-08-20T21:52:11.0735587Z [00:03:04.325]➜  x86_64-unknown-linux-musl-binutils> checking for s390-unknown-linux-gnu-windmc... no
2025-08-20T21:52:11.0745283Z [00:03:04.326]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:52:11.0754619Z [00:03:04.327]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:52:11.0782680Z [00:03:04.330]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:52:11.0810893Z [00:03:04.333]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:52:11.0817347Z [00:03:04.333]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_db.cpp -o cxx_db.o
2025-08-20T21:52:11.0856543Z [00:03:04.337]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:52:11.0865636Z [00:03:04.338]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:52:11.0891882Z [00:03:04.341]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:52:11.0937733Z [00:03:04.346]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:52:11.0965251Z [00:03:04.348]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:52:11.1101914Z [00:03:04.357]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:52:11.1116409Z [00:03:04.357]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_compare.c -o log_compare.o
2025-08-20T21:52:11.1122720Z [00:03:04.364]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:52:11.1127452Z [00:03:04.364]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking err.h presence... yes
2025-08-20T21:52:11.1131860Z [00:03:04.364]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for err.h... yes
2025-08-20T21:52:11.1152000Z [00:03:04.367]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:52:11.1154669Z [00:03:04.367]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:52:11.1239607Z [00:03:04.376]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:52:11.1245560Z [00:03:04.376]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:52:11.1249863Z [00:03:04.377]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:52:11.1252954Z [00:03:04.377]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:52:11.1375005Z [00:03:04.386]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:52:11.1376714Z [00:03:04.386]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:52:11.1378196Z [00:03:04.386]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:52:11.1379823Z [00:03:04.386]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:52:11.1381339Z [00:03:04.386]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:52:11.1382882Z [00:03:04.386]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:52:11.1384952Z [00:03:04.386]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:52:11.1505385Z [00:03:04.396]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_debug.c
2025-08-20T21:52:11.1550872Z [00:03:04.407]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for inttypes.h... (cached) yes
2025-08-20T21:52:11.1746174Z [00:03:04.424]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_dbc.cpp -o cxx_dbc.o
2025-08-20T21:52:11.1974410Z [00:03:04.449]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_dbt.cpp
2025-08-20T21:52:11.2599615Z [00:03:04.511]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wcrtomb... yes
2025-08-20T21:52:11.2813005Z [00:03:04.533]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:52:11.3196517Z [00:03:04.571]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_debug.c -o log_debug.o
2025-08-20T21:52:11.3276134Z [00:03:04.578]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking libgen.h usability... yes
2025-08-20T21:52:11.4165597Z [00:03:04.668]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_dbt.cpp -o cxx_dbt.o
2025-08-20T21:52:11.4230535Z [00:03:04.672]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking libgen.h presence... yes
2025-08-20T21:52:11.4236261Z [00:03:04.672]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for libgen.h... yes
2025-08-20T21:52:11.4554576Z [00:03:04.706]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wcwidth... yes
2025-08-20T21:52:11.4556810Z [00:03:04.707]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_get.c
2025-08-20T21:52:11.5458271Z [00:03:04.795]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_env.cpp
2025-08-20T21:52:11.5776446Z [00:03:04.829]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking paths.h usability... yes
2025-08-20T21:52:11.6397624Z [00:03:04.891]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_get.c -o log_get.o
2025-08-20T21:52:11.6424683Z [00:03:04.893]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking paths.h presence... yes
2025-08-20T21:52:11.6437329Z [00:03:04.893]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for paths.h... yes
2025-08-20T21:52:11.6707003Z [00:03:04.922]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for libgen.h... (cached) yes
2025-08-20T21:52:11.6966701Z [00:03:04.948]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mkfifo... yes
2025-08-20T21:52:11.7045583Z [00:03:04.956]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:52:11.7316635Z [00:03:04.983]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_env.cpp -o cxx_env.o
2025-08-20T21:52:11.7429572Z [00:03:04.995]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:52:11.8048471Z [00:03:05.056]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_method.c
2025-08-20T21:52:11.9036177Z [00:03:05.155]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking util.h usability... no
2025-08-20T21:52:11.9236332Z [00:03:05.175]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_except.cpp
2025-08-20T21:52:11.9583128Z [00:03:05.210]➜  gnutar-static-x86_64-unknown-linux-musl> checking for setlocale... yes
2025-08-20T21:52:11.9688692Z [00:03:05.220]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_method.c -o log_method.o
2025-08-20T21:52:12.0170837Z [00:03:05.269]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking util.h presence... no
2025-08-20T21:52:12.0227553Z [00:03:05.269]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for util.h... no
2025-08-20T21:52:12.1217430Z [00:03:05.373]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_except.cpp -o cxx_except.o
2025-08-20T21:52:12.2179370Z [00:03:05.470]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fsync... yes
2025-08-20T21:52:12.2232115Z [00:03:05.475]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/acl.h... (cached) yes
2025-08-20T21:52:12.2237760Z [00:03:05.476]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing acl_get_file... (cached) -lacl
2025-08-20T21:52:12.2351514Z [00:03:05.487]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking resolv.h usability... yes
2025-08-20T21:52:12.3625550Z [00:03:05.613]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking resolv.h presence... yes
2025-08-20T21:52:12.3626847Z [00:03:05.613]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for resolv.h... yes
2025-08-20T21:52:12.3755311Z [00:03:05.625]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_print.c
2025-08-20T21:52:12.5045683Z [00:03:05.754]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_get_file... yes
2025-08-20T21:52:12.5461390Z [00:03:05.798]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking arpa/nameser.h usability... yes
2025-08-20T21:52:12.5514491Z [00:03:05.803]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_print.c -o log_print.o
2025-08-20T21:52:12.6406205Z [00:03:05.892]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking arpa/nameser.h presence... yes
2025-08-20T21:52:12.6410356Z [00:03:05.892]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for arpa/nameser.h... yes
2025-08-20T21:52:12.7847260Z [00:03:06.036]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_get_fd... yes
2025-08-20T21:52:12.7981395Z [00:03:06.050]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_put.c
2025-08-20T21:52:12.8215204Z [00:03:06.070]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking rpc/types.h usability... no
2025-08-20T21:52:12.8220382Z [00:03:06.072]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/log/log_stat.c
2025-08-20T21:52:12.9077935Z [00:03:06.159]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/mkpath.c
2025-08-20T21:52:12.9178623Z [00:03:06.170]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking rpc/types.h presence... no
2025-08-20T21:52:12.9180373Z [00:03:06.170]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for rpc/types.h... no
2025-08-20T21:52:12.9582952Z [00:03:06.210]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_put.c -o log_put.o
2025-08-20T21:52:12.9917698Z [00:03:06.243]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_set_file... yes
2025-08-20T21:52:13.0013995Z [00:03:06.253]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/log/log_stat.c -o log_stat.o
2025-08-20T21:52:13.0748650Z [00:03:06.326]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/mkpath.c -o mkpath.o
2025-08-20T21:52:13.0865259Z [00:03:06.335]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking netconfig.h usability... no
2025-08-20T21:52:13.1957352Z [00:03:06.447]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking netconfig.h presence... no
2025-08-20T21:52:13.1959160Z [00:03:06.447]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for netconfig.h... no
2025-08-20T21:52:13.2575806Z [00:03:06.509]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_set_fd... yes
2025-08-20T21:52:13.2706496Z [00:03:06.522]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_lock.cpp
2025-08-20T21:52:13.4509461Z [00:03:06.696]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_alloc.c
2025-08-20T21:52:13.5063501Z [00:03:06.758]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_logc.cpp
2025-08-20T21:52:13.5187089Z [00:03:06.770]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_lock.cpp -o cxx_lock.o
2025-08-20T21:52:13.5516072Z [00:03:06.798]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_free... yes
2025-08-20T21:52:13.5871356Z [00:03:06.839]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:52:13.6000055Z [00:03:06.852]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_backup.c
2025-08-20T21:52:13.6591369Z [00:03:06.911]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_alloc.c -o mp_alloc.o
2025-08-20T21:52:13.6775885Z [00:03:06.929]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_bh.c
2025-08-20T21:52:13.7907814Z [00:03:07.042]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_logc.cpp -o cxx_logc.o
2025-08-20T21:52:13.8025446Z [00:03:07.054]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_from_mode... yes
2025-08-20T21:52:13.8456151Z [00:03:07.096]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_backup.c -o mp_backup.o
2025-08-20T21:52:13.8657489Z [00:03:07.117]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_bh.c -o mp_bh.o
2025-08-20T21:52:13.9745266Z [00:03:07.225]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for id_t... yes
2025-08-20T21:52:14.0410389Z [00:03:07.293]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_from_text... yes
2025-08-20T21:52:14.0961901Z [00:03:07.348]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_mpool.cpp
2025-08-20T21:52:14.1117959Z [00:03:07.363]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_fget.c
2025-08-20T21:52:14.2570980Z [00:03:07.509]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_fget.c -o mp_fget.o
2025-08-20T21:52:14.2728563Z [00:03:07.524]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_delete_def_file... yes
2025-08-20T21:52:14.2752475Z [00:03:07.527]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_mpool.cpp -o cxx_mpool.o
2025-08-20T21:52:14.3167313Z [00:03:07.568]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for long long... yes
2025-08-20T21:52:14.4227311Z [00:03:07.674]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_fmethod.c
2025-08-20T21:52:14.4945270Z [00:03:07.746]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_extended_file... yes
2025-08-20T21:52:14.5129525Z [00:03:07.765]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_multi.cpp
2025-08-20T21:52:14.5967914Z [00:03:07.846]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_fmethod.c -o mp_fmethod.o
2025-08-20T21:52:14.6806791Z [00:03:07.932]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for u_long... yes
2025-08-20T21:52:14.6970044Z [00:03:07.948]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_multi.cpp -o cxx_multi.o
2025-08-20T21:52:14.7632227Z [00:03:08.015]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_delete_fd_np... no
2025-08-20T21:52:14.8113768Z [00:03:08.063]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:14.8415962Z [00:03:08.093]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:14.8716501Z [00:03:08.123]➜  x86_64-unknown-linux-musl-binutils> checking target system type... sparc-unknown-linux-gnu
2025-08-20T21:52:14.9262064Z [00:03:08.176]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_fopen.c
2025-08-20T21:52:14.9325583Z [00:03:08.184]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:52:14.9615149Z [00:03:08.207]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:52:14.9625095Z [00:03:08.207]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:52:14.9785023Z [00:03:08.227]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_delete_file_np... no
2025-08-20T21:52:14.9793059Z [00:03:08.228]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:52:14.9848484Z [00:03:08.237]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:52:15.0268175Z [00:03:08.278]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:52:15.0314835Z [00:03:08.283]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_fopen.c -o mp_fopen.o
2025-08-20T21:52:15.0876273Z [00:03:08.339]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for u_char... yes
2025-08-20T21:52:15.1405938Z [00:03:08.390]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_copy_ext_native... no
2025-08-20T21:52:15.3809854Z [00:03:08.633]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_create_entry_np... no
2025-08-20T21:52:15.3904751Z [00:03:08.639]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for u_short... yes
2025-08-20T21:52:15.4856372Z [00:03:08.737]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_fput.c
2025-08-20T21:52:15.4861703Z [00:03:08.738]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_fset.c
2025-08-20T21:52:15.5675264Z [00:03:08.818]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:52:15.5677005Z [00:03:08.818]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:52:15.6286378Z [00:03:08.877]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_fput.c -o mp_fput.o
2025-08-20T21:52:15.6292242Z [00:03:08.877]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for u_int... yes
2025-08-20T21:52:15.6469469Z [00:03:08.898]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_to_short_text... no
2025-08-20T21:52:15.7045681Z [00:03:08.952]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_fset.c -o mp_fset.o
2025-08-20T21:52:15.7436301Z [00:03:08.995]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:52:15.7949681Z [00:03:09.046]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_seq.cpp
2025-08-20T21:52:15.8184131Z [00:03:09.070]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_free_text... no
2025-08-20T21:52:15.8941328Z [00:03:09.146]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_method.c
2025-08-20T21:52:15.9041498Z [00:03:09.156]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:52:15.9741971Z [00:03:09.226]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for u_quad_t... yes
2025-08-20T21:52:15.9753949Z [00:03:09.227]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_seq.cpp -o cxx_seq.o
2025-08-20T21:52:15.9901471Z [00:03:09.242]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:52:16.0501072Z [00:03:09.302]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_method.c -o mp_method.o
2025-08-20T21:52:16.0864793Z [00:03:09.335]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:52:16.0984963Z [00:03:09.346]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working acl_get_file... guessing yes
2025-08-20T21:52:16.0986872Z [00:03:09.348]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_mvcc.c
2025-08-20T21:52:16.1015328Z [00:03:09.348]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for uchar_t... no
2025-08-20T21:52:16.1236061Z [00:03:09.375]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_txn.cpp
2025-08-20T21:52:16.2125494Z [00:03:09.456]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl/libacl.h... yes
2025-08-20T21:52:16.2257169Z [00:03:09.477]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:52:16.2498342Z [00:03:09.496]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_mvcc.c -o mp_mvcc.o
2025-08-20T21:52:16.2821601Z [00:03:09.534]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for ushort_t... no
2025-08-20T21:52:16.3085989Z [00:03:09.556]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_txn.cpp -o cxx_txn.o
2025-08-20T21:52:16.4096069Z [00:03:09.658]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_region.c
2025-08-20T21:52:16.4155916Z [00:03:09.665]➜  gnutar-static-x86_64-unknown-linux-musl> checking for acl_entries... yes
2025-08-20T21:52:16.4317783Z [00:03:09.683]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for uint_t... no
2025-08-20T21:52:16.4789482Z [00:03:09.731]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:52:16.4831387Z [00:03:09.735]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_archive/db_archive.c
2025-08-20T21:52:16.5384800Z [00:03:09.790]➜  gnutar-static-x86_64-unknown-linux-musl> checking for ACL_FIRST_ENTRY... yes
2025-08-20T21:52:16.5571987Z [00:03:09.809]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_region.c -o mp_region.o
2025-08-20T21:52:16.5876019Z [00:03:09.839]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for ulong_t... no
2025-08-20T21:52:16.6170538Z [00:03:09.869]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_archive/db_archive.c -o db_archive.o
2025-08-20T21:52:16.6701296Z [00:03:09.922]➜  gnutar-static-x86_64-unknown-linux-musl> checking for ACL_TYPE_EXTENDED... no
2025-08-20T21:52:16.7597046Z [00:03:10.011]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:52:16.8433508Z [00:03:10.095]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for socklen_t... yes
2025-08-20T21:52:17.0108596Z [00:03:10.262]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/util_sig.c
2025-08-20T21:52:17.0290047Z [00:03:10.279]➜  gnutar-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:52:17.0575873Z [00:03:10.309]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_checkpoint/db_checkpoint.c
2025-08-20T21:52:17.0996491Z [00:03:10.351]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:52:17.1373585Z [00:03:10.389]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_register.c
2025-08-20T21:52:17.1715731Z [00:03:10.423]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/util_sig.c -o util_sig.o
2025-08-20T21:52:17.1996678Z [00:03:10.451]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/util_log.c
2025-08-20T21:52:17.2207515Z [00:03:10.471]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:52:17.2288521Z [00:03:10.480]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_checkpoint/db_checkpoint.c -o db_checkpoint.o
2025-08-20T21:52:17.2464551Z [00:03:10.496]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working alloca.h... yes
2025-08-20T21:52:17.2466198Z [00:03:10.496]➜  gnutar-static-x86_64-unknown-linux-musl> checking for alloca... yes
2025-08-20T21:52:17.2630133Z [00:03:10.515]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_register.c -o mp_register.o
2025-08-20T21:52:17.3246698Z [00:03:10.576]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/util_log.c -o util_log.o
2025-08-20T21:52:17.3248691Z [00:03:10.576]➜  gnutar-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T21:52:17.3515913Z [00:03:10.600]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for enum uio_rw... checking for enum uio_seg... checking for uint8_t... yes
2025-08-20T21:52:17.4116901Z [00:03:10.663]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_resize.c
2025-08-20T21:52:17.4810392Z [00:03:10.733]➜  gnutar-static-x86_64-unknown-linux-musl> checking for C/C++ restrict keyword... __restrict__
2025-08-20T21:52:17.4895594Z [00:03:10.739]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_deadlock/db_deadlock.c
2025-08-20T21:52:17.5122133Z [00:03:10.764]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_stat.c
2025-08-20T21:52:17.5673711Z [00:03:10.819]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_resize.c -o mp_resize.o
2025-08-20T21:52:17.5763032Z [00:03:10.828]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:52:17.5788753Z [00:03:10.830]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_dump/db_dump.c
2025-08-20T21:52:17.5914945Z [00:03:10.842]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:52:17.5916572Z [00:03:10.842]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:52:17.5957635Z [00:03:10.847]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:52:17.5972981Z [00:03:10.849]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_sync.c
2025-08-20T21:52:17.6024816Z [00:03:10.854]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:52:17.6450653Z [00:03:10.897]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../common/util_cache.c
2025-08-20T21:52:17.6481017Z [00:03:10.900]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_stat.c -o mp_stat.o
2025-08-20T21:52:17.6501732Z [00:03:10.902]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:52:17.6525454Z [00:03:10.904]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:52:17.6566726Z [00:03:10.907]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:52:17.6614137Z [00:03:10.913]➜  gnutar-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T21:52:17.6617256Z [00:03:10.914]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:52:17.6629581Z [00:03:10.915]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:52:17.6660082Z [00:03:10.915]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_deadlock/db_deadlock.c -o db_deadlock.o
2025-08-20T21:52:17.6698499Z [00:03:10.922]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for u_int8_t... yes
2025-08-20T21:52:17.6863856Z [00:03:10.938]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:52:17.6943944Z [00:03:10.946]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:52:17.7113979Z [00:03:10.963]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_dump/db_dump.c -o db_dump.o
2025-08-20T21:52:17.7295213Z [00:03:10.981]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/mp/mp_trickle.c
2025-08-20T21:52:17.7456677Z [00:03:10.997]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_sync.c -o mp_sync.o
2025-08-20T21:52:17.7732778Z [00:03:11.024]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/openflags.c
2025-08-20T21:52:17.7989053Z [00:03:11.050]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../common/util_cache.c -o util_cache.o
2025-08-20T21:52:17.8169308Z [00:03:11.069]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:52:17.8173976Z [00:03:11.069]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:52:17.8178755Z [00:03:11.069]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:52:17.8277981Z [00:03:11.075]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether clearerr_unlocked is declared... yes
2025-08-20T21:52:17.8962663Z [00:03:11.148]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/mp/mp_trickle.c -o mp_trickle.o
2025-08-20T21:52:17.9590760Z [00:03:11.211]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/openflags.c -o openflags.o
2025-08-20T21:52:18.0245308Z [00:03:11.276]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_hotbackup/db_hotbackup.c
2025-08-20T21:52:18.0298034Z [00:03:11.279]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for uint16_t... yes
2025-08-20T21:52:18.0616118Z [00:03:11.313]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether feof_unlocked is declared... yes
2025-08-20T21:52:18.0894273Z [00:03:11.341]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_load/db_load.c
2025-08-20T21:52:18.1321921Z [00:03:11.383]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:52:18.1906650Z [00:03:11.442]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_hotbackup/db_hotbackup.c -o db_hotbackup.o
2025-08-20T21:52:18.2142537Z [00:03:11.465]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether ferror_unlocked is declared... yes
2025-08-20T21:52:18.2656031Z [00:03:11.514]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_abort.c
2025-08-20T21:52:18.2705630Z [00:03:11.519]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_load/db_load.c -o db_load.o
2025-08-20T21:52:18.3248956Z [00:03:11.576]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_printlog/db_printlog.c
2025-08-20T21:52:18.3543605Z [00:03:11.603]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for u_int16_t... yes
2025-08-20T21:52:18.3978138Z [00:03:11.649]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_abs.c
2025-08-20T21:52:18.4186825Z [00:03:11.670]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_abort.c -o os_abort.o
2025-08-20T21:52:18.4305754Z [00:03:11.682]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fflush_unlocked is declared... yes
2025-08-20T21:52:18.4727704Z [00:03:11.724]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:52:18.4837767Z [00:03:11.734]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_printlog/db_printlog.c -o db_printlog.o
2025-08-20T21:52:18.5005634Z [00:03:11.752]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../btree/btree_autop.c
2025-08-20T21:52:18.5386695Z [00:03:11.790]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_abs.c -o os_abs.o
2025-08-20T21:52:18.6270099Z [00:03:11.879]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../btree/btree_autop.c -o btree_autop.o
2025-08-20T21:52:18.6392134Z [00:03:11.891]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for uint32_t... yes
2025-08-20T21:52:18.6468096Z [00:03:11.899]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fgets_unlocked is declared... yes
2025-08-20T21:52:18.6610119Z [00:03:11.913]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_alloc.c
2025-08-20T21:52:18.8061335Z [00:03:12.058]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_alloc.c -o os_alloc.o
2025-08-20T21:52:18.8115611Z [00:03:12.063]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/crdel_autop.c
2025-08-20T21:52:18.8477020Z [00:03:12.099]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_clock.c
2025-08-20T21:52:18.8590653Z [00:03:12.111]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_cpu.c
2025-08-20T21:52:18.8832997Z [00:03:12.135]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fputc_unlocked is declared... yes
2025-08-20T21:52:18.9440934Z [00:03:12.195]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/crdel_autop.c -o crdel_autop.o
2025-08-20T21:52:18.9856173Z [00:03:12.237]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_clock.c -o os_clock.o
2025-08-20T21:52:19.0041399Z [00:03:12.256]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for u_int32_t... yes
2025-08-20T21:52:19.0198229Z [00:03:12.271]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_cpu.c -o os_cpu.o
2025-08-20T21:52:19.0754848Z [00:03:12.327]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fputs_unlocked is declared... yes
2025-08-20T21:52:19.2175826Z [00:03:12.466]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_ctime.c
2025-08-20T21:52:19.2559519Z [00:03:12.507]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_config.c
2025-08-20T21:52:19.2946555Z [00:03:12.546]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fread_unlocked is declared... yes
2025-08-20T21:52:19.2952334Z [00:03:12.546]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for uint64_t... yes
2025-08-20T21:52:19.3332051Z [00:03:12.585]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db/db_autop.c
2025-08-20T21:52:19.3451448Z [00:03:12.597]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_dir.c
2025-08-20T21:52:19.3557392Z [00:03:12.607]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_errno.c
2025-08-20T21:52:19.3814313Z [00:03:12.633]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_config.c -o os_config.o
2025-08-20T21:52:19.3840594Z [00:03:12.636]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_ctime.c -o os_ctime.o
2025-08-20T21:52:19.4016131Z [00:03:12.649]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_fid.c
2025-08-20T21:52:19.4538894Z [00:03:12.706]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fwrite_unlocked is declared... yes
2025-08-20T21:52:19.4628342Z [00:03:12.714]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../dbreg/dbreg_autop.c
2025-08-20T21:52:19.4726060Z [00:03:12.714]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db/db_autop.c -o db_autop.o
2025-08-20T21:52:19.4728839Z [00:03:12.717]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../fileops/fileops_autop.c
2025-08-20T21:52:19.4731361Z [00:03:12.722]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_dir.c -o os_dir.o
2025-08-20T21:52:19.5266138Z [00:03:12.776]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_errno.c -o os_errno.o
2025-08-20T21:52:19.5349464Z [00:03:12.787]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_fid.c -o os_fid.o
2025-08-20T21:52:19.5486405Z [00:03:12.800]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for u_int64_t... yes
2025-08-20T21:52:19.5825704Z [00:03:12.834]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../dbreg/dbreg_autop.c -o dbreg_autop.o
2025-08-20T21:52:19.6222247Z [00:03:12.874]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../fileops/fileops_autop.c -o fileops_autop.o
2025-08-20T21:52:19.6449129Z [00:03:12.897]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_flock.c
2025-08-20T21:52:19.6515313Z [00:03:12.903]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getc_unlocked is declared... yes
2025-08-20T21:52:19.6650858Z [00:03:12.916]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_fsync.c
2025-08-20T21:52:19.7395057Z [00:03:12.986]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for DIR.dd_fd... no
2025-08-20T21:52:19.7960739Z [00:03:13.048]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_getenv.c
2025-08-20T21:52:19.7972415Z [00:03:13.049]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_flock.c -o os_flock.o
2025-08-20T21:52:19.8234522Z [00:03:13.074]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_fsync.c -o os_fsync.o
2025-08-20T21:52:19.8440323Z [00:03:13.096]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_handle.c
2025-08-20T21:52:19.8535723Z [00:03:13.105]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getchar_unlocked is declared... yes
2025-08-20T21:52:19.8839544Z [00:03:13.133]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_map.c
2025-08-20T21:52:19.8912129Z [00:03:13.143]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../hash/hash_autop.c
2025-08-20T21:52:19.9042974Z [00:03:13.156]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../qam/qam_autop.c
2025-08-20T21:52:19.9466060Z [00:03:13.198]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_getenv.c -o os_getenv.o
2025-08-20T21:52:19.9616702Z [00:03:13.212]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for DIR.__dd_fd... no
2025-08-20T21:52:20.0024592Z [00:03:13.253]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_handle.c -o os_handle.o
2025-08-20T21:52:20.0165659Z [00:03:13.261]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_map.c -o os_map.o
2025-08-20T21:52:20.0302113Z [00:03:13.282]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../hash/hash_autop.c -o hash_autop.o
2025-08-20T21:52:20.0474446Z [00:03:13.299]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether putc_unlocked is declared... yes
2025-08-20T21:52:20.0670927Z [00:03:13.319]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../qam/qam_autop.c -o qam_autop.o
2025-08-20T21:52:20.0859739Z [00:03:13.337]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/os_method.c
2025-08-20T21:52:20.1455087Z [00:03:13.397]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_mkdir.c
2025-08-20T21:52:20.1627605Z [00:03:13.414]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for struct dirent.d_namlen... no
2025-08-20T21:52:20.2139441Z [00:03:13.465]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_open.c
2025-08-20T21:52:20.2510162Z [00:03:13.503]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/os_method.c -o os_method.o
2025-08-20T21:52:20.2585005Z [00:03:13.509]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether putchar_unlocked is declared... yes
2025-08-20T21:52:20.2956114Z [00:03:13.547]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_mkdir.c -o os_mkdir.o
2025-08-20T21:52:20.3620912Z [00:03:13.612]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for struct stat.st_flags... no
2025-08-20T21:52:20.3644577Z [00:03:13.616]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_open.c -o os_open.o
2025-08-20T21:52:20.3916043Z [00:03:13.640]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_path.c
2025-08-20T21:52:20.4563935Z [00:03:13.708]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strerror_r is declared... yes
2025-08-20T21:52:20.5239802Z [00:03:13.776]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_path.c -o os_path.o
2025-08-20T21:52:20.5660182Z [00:03:13.818]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../txn/txn_autop.c
2025-08-20T21:52:20.5679375Z [00:03:13.818]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strerror_r returns char *... no
2025-08-20T21:52:20.5774610Z [00:03:13.829]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for struct stat.st_gen... no
2025-08-20T21:52:20.6162567Z [00:03:13.868]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_pid.c
2025-08-20T21:52:20.6180236Z [00:03:13.870]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_recover/db_recover.c
2025-08-20T21:52:20.6653104Z [00:03:13.917]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the preprocessor supports include_next... yes
2025-08-20T21:52:20.6855490Z [00:03:13.937]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_rename.c
2025-08-20T21:52:20.6958299Z [00:03:13.947]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_root.c
2025-08-20T21:52:20.7101992Z [00:03:13.962]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_rpath.c
2025-08-20T21:52:20.7168332Z [00:03:13.969]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../txn/txn_autop.c -o txn_autop.o
2025-08-20T21:52:20.7189863Z [00:03:13.971]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/db_sql.c
2025-08-20T21:52:20.7310035Z [00:03:13.983]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether source code line length is unlimited... yes
2025-08-20T21:52:20.7415150Z [00:03:13.990]➜  gnutar-static-x86_64-unknown-linux-musl> checking for d_ino member in directory struct... guessing yes
2025-08-20T21:52:20.7418035Z [00:03:13.990]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_pid.c -o os_pid.o
2025-08-20T21:52:20.7439581Z [00:03:13.996]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:52:20.7464310Z [00:03:13.996]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:52:20.7470210Z [00:03:13.999]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:52:20.7608722Z [00:03:14.012]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_rw.c
2025-08-20T21:52:20.7706508Z [00:03:14.022]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_recover/db_recover.c -o db_recover.o
2025-08-20T21:52:20.7779451Z [00:03:14.022]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for struct stat.st_birthtime... no
2025-08-20T21:52:20.7781270Z [00:03:14.023]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/sqlite/parse.c
2025-08-20T21:52:20.7845649Z [00:03:14.036]➜  gnutar-static-x86_64-unknown-linux-musl> checking for long file names... yes
2025-08-20T21:52:20.7847489Z [00:03:14.036]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether <wchar.h> uses 'inline' correctly... yes
2025-08-20T21:52:20.8173573Z [00:03:14.069]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_rename.c -o os_rename.o
2025-08-20T21:52:20.8285828Z [00:03:14.080]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_root.c -o os_root.o
2025-08-20T21:52:20.8456066Z [00:03:14.094]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/db_sql.c -o db_sql.o
2025-08-20T21:52:20.8545244Z [00:03:14.105]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_rpath.c -o os_rpath.o
2025-08-20T21:52:20.8948898Z [00:03:14.146]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/sqlite/parse.c -o parse.o
2025-08-20T21:52:20.9044885Z [00:03:14.155]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/preparser.c
2025-08-20T21:52:20.9352690Z [00:03:14.187]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_rw.c -o os_rw.o
2025-08-20T21:52:20.9529795Z [00:03:14.204]➜  gnutar-static-x86_64-unknown-linux-musl> checking for nl_langinfo and CODESET... yes
2025-08-20T21:52:20.9686136Z [00:03:14.219]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for struct stat.st_birthtimensec... no
2025-08-20T21:52:21.0262397Z [00:03:14.278]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_seek.c
2025-08-20T21:52:21.0489476Z [00:03:14.300]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_stack.c
2025-08-20T21:52:21.0514675Z [00:03:14.302]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:52:21.0516155Z [00:03:14.302]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:52:21.0617316Z [00:03:14.313]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_stat.c
2025-08-20T21:52:21.0971817Z [00:03:14.349]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/preparser.c -o preparser.o
2025-08-20T21:52:21.1561323Z [00:03:14.408]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_seek.c -o os_seek.o
2025-08-20T21:52:21.1735628Z [00:03:14.423]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_stack.c -o os_stack.o
2025-08-20T21:52:21.1858033Z [00:03:14.437]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for struct stat.st_atim... yes
2025-08-20T21:52:21.1861850Z [00:03:14.438]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_tmpdir.c
2025-08-20T21:52:21.2005533Z [00:03:14.447]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_stat.c -o os_stat.o
2025-08-20T21:52:21.2055024Z [00:03:14.457]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:52:21.2056104Z [00:03:14.457]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:52:21.2090002Z [00:03:14.460]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:52:21.2194392Z [00:03:14.468]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:52:21.2195538Z [00:03:14.468]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:52:21.2196619Z [00:03:14.470]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:21.2197790Z [00:03:14.470]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:52:21.2244416Z [00:03:14.475]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:21.2245589Z [00:03:14.475]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:52:21.2317620Z [00:03:14.483]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:52:21.2374384Z [00:03:14.486]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:52:21.2414344Z [00:03:14.491]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:52:21.2415497Z [00:03:14.492]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:52:21.2416784Z [00:03:14.492]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:21.2434966Z [00:03:14.495]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:52:21.2436139Z [00:03:14.495]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:52:21.2464490Z [00:03:14.496]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:21.2574552Z [00:03:14.506]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:52:21.2575872Z [00:03:14.506]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:21.2604249Z [00:03:14.511]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:52:21.2605373Z [00:03:14.511]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:52:21.2606647Z [00:03:14.512]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:52:21.2626660Z [00:03:14.513]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:52:21.2631625Z [00:03:14.515]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:52:21.2671579Z [00:03:14.519]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:52:21.2672784Z [00:03:14.519]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:52:21.2674499Z [00:03:14.519]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:52:21.2679467Z [00:03:14.520]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:52:21.2680738Z [00:03:14.520]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:52:21.2774740Z [00:03:14.521]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:52:21.2776330Z [00:03:14.526]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:52:21.2777567Z [00:03:14.527]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:52:21.2779273Z [00:03:14.530]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:52:21.2844491Z [00:03:14.532]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:52:21.2846498Z [00:03:14.532]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/parsefuncs.c
2025-08-20T21:52:21.2848493Z [00:03:14.537]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:52:21.2904733Z [00:03:14.539]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:52:21.2906246Z [00:03:14.539]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:52:21.2907879Z [00:03:14.539]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:52:21.2909453Z [00:03:14.541]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:52:21.2913000Z [00:03:14.543]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:52:21.2945300Z [00:03:14.546]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:52:21.2946958Z [00:03:14.546]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:52:21.2975161Z [00:03:14.549]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/tokenize.c
2025-08-20T21:52:21.3387147Z [00:03:14.590]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_tmpdir.c -o os_tmpdir.o
2025-08-20T21:52:21.3417569Z [00:03:14.593]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:21.3489123Z [00:03:14.601]➜  gnutar-static-x86_64-unknown-linux-musl> checking for a traditional french locale... none
2025-08-20T21:52:21.3550939Z [00:03:14.607]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:21.3728482Z [00:03:14.623]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-cc... no
2025-08-20T21:52:21.3734893Z [00:03:14.623]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/sqlite/sqlprintf.c
2025-08-20T21:52:21.3745296Z [00:03:14.626]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-gcc... no
2025-08-20T21:52:21.3761835Z [00:03:14.628]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-c++... no
2025-08-20T21:52:21.3840471Z [00:03:14.636]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-g++... no
2025-08-20T21:52:21.3856536Z [00:03:14.637]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-cxx... no
2025-08-20T21:52:21.3925974Z [00:03:14.644]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-gxx... no
2025-08-20T21:52:21.3946509Z [00:03:14.645]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for struct stat.st_mtimensec... no
2025-08-20T21:52:21.3958090Z [00:03:14.648]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-gcc... no
2025-08-20T21:52:21.3998640Z [00:03:14.651]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/buildpt.c
2025-08-20T21:52:21.4051273Z [00:03:14.657]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-gfortran... no
2025-08-20T21:52:21.4087978Z [00:03:14.661]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-gccgo... no
2025-08-20T21:52:21.4159579Z [00:03:14.668]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-gdc... no
2025-08-20T21:52:21.4167428Z [00:03:14.668]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-gm2... no
2025-08-20T21:52:21.4373949Z [00:03:14.689]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_truncate.c
2025-08-20T21:52:21.4398513Z [00:03:14.692]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-ar... no
2025-08-20T21:52:21.4413915Z [00:03:14.693]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/parsefuncs.c -o parsefuncs.o
2025-08-20T21:52:21.4455094Z [00:03:14.697]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_uid.c
2025-08-20T21:52:21.4583838Z [00:03:14.710]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-as... no
2025-08-20T21:52:21.4624885Z [00:03:14.710]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:21.4630362Z [00:03:14.710]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether char8_t is correctly defined... no
2025-08-20T21:52:21.4632215Z [00:03:14.711]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/tokenize.c -o tokenize.o
2025-08-20T21:52:21.4671720Z [00:03:14.715]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:21.4784867Z [00:03:14.722]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-ld... no
2025-08-20T21:52:21.4786373Z [00:03:14.730]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-lipo... no
2025-08-20T21:52:21.4875681Z [00:03:14.739]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-nm... no
2025-08-20T21:52:21.4891972Z [00:03:14.741]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-objcopy... no
2025-08-20T21:52:21.4955625Z [00:03:14.747]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-objdump... no
2025-08-20T21:52:21.5022823Z [00:03:14.754]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-otool... no
2025-08-20T21:52:21.5050609Z [00:03:14.757]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-ranlib... no
2025-08-20T21:52:21.5114488Z [00:03:14.763]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-readelf... no
2025-08-20T21:52:21.5151991Z [00:03:14.767]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-strip... no
2025-08-20T21:52:21.5211791Z [00:03:14.773]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-windres... no
2025-08-20T21:52:21.5285620Z [00:03:14.780]➜  x86_64-unknown-linux-musl-binutils> checking for sparc-unknown-linux-gnu-windmc... no
2025-08-20T21:52:21.5345285Z [00:03:14.784]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/sqlite/sqlprintf.c -o sqlprintf.o
2025-08-20T21:52:21.5394583Z [00:03:14.784]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:52:21.5395836Z [00:03:14.785]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:52:21.5397568Z [00:03:14.788]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/buildpt.c -o buildpt.o
2025-08-20T21:52:21.5489979Z [00:03:14.799]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:52:21.5491814Z [00:03:14.801]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:52:21.5553001Z [00:03:14.807]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:52:21.5602854Z [00:03:14.807]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:52:21.5604785Z [00:03:14.810]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:52:21.5608493Z [00:03:14.813]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_unlink.c
2025-08-20T21:52:21.5620222Z [00:03:14.814]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:52:21.5642709Z [00:03:14.816]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_truncate.c -o os_truncate.o
2025-08-20T21:52:21.5706918Z [00:03:14.822]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:52:21.5767323Z [00:03:14.828]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:52:21.5860525Z [00:03:14.836]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether char16_t is correctly defined... yes
2025-08-20T21:52:21.5862480Z [00:03:14.838]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:52:21.5865375Z [00:03:14.838]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_uid.c -o os_uid.o
2025-08-20T21:52:21.5953695Z [00:03:14.847]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:52:21.5955378Z [00:03:14.847]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:52:21.6072523Z [00:03:14.859]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:52:21.6078291Z [00:03:14.860]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:52:21.6084151Z [00:03:14.860]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:52:21.6089727Z [00:03:14.861]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:52:21.6114287Z [00:03:14.861]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for struct statvfs.f_iosize... no
2025-08-20T21:52:21.6116253Z [00:03:14.863]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:52:21.6117738Z [00:03:14.863]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:52:21.6127960Z [00:03:14.865]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:52:21.6129711Z [00:03:14.865]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:52:21.6194146Z [00:03:14.871]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:52:21.6195983Z [00:03:14.871]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:52:21.6197621Z [00:03:14.871]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:52:21.6199794Z [00:03:14.871]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/os/os_yield.c
2025-08-20T21:52:21.6509662Z [00:03:14.903]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/partition.c
2025-08-20T21:52:21.6777589Z [00:03:14.929]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether char32_t is correctly defined... yes
2025-08-20T21:52:21.7163512Z [00:03:14.968]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_unlink.c -o os_unlink.o
2025-08-20T21:52:21.7457702Z [00:03:14.997]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:52:21.7495589Z [00:03:15.001]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for struct tm.tm_gmtoff... yes
2025-08-20T21:52:21.7679529Z [00:03:15.020]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/partition.c -o partition.o
2025-08-20T21:52:21.7881298Z [00:03:15.040]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/os/os_yield.c -o os_yield.o
2025-08-20T21:52:21.8355980Z [00:03:15.084]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/sequence/seq_stat.c
2025-08-20T21:52:21.9032424Z [00:03:15.155]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/sequence/sequence.c
2025-08-20T21:52:21.9222509Z [00:03:15.173]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether asprintf is declared... yes
2025-08-20T21:52:21.9992506Z [00:03:15.251]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/sequence/seq_stat.c -o seq_stat.o
2025-08-20T21:52:22.0262863Z [00:03:15.278]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/sequence/sequence.c -o sequence.o
2025-08-20T21:52:22.0514956Z [00:03:15.299]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether asnprintf is declared... no
2025-08-20T21:52:22.0879033Z [00:03:15.339]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hmac/sha1.c
2025-08-20T21:52:22.1056065Z [00:03:15.354]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/utils.c
2025-08-20T21:52:22.1262881Z [00:03:15.378]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:52:22.1421035Z [00:03:15.393]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/clib/snprintf.c
2025-08-20T21:52:22.1930283Z [00:03:15.445]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether vasprintf is declared... yes
2025-08-20T21:52:22.2636411Z [00:03:15.515]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hmac/sha1.c -o sha1.o
2025-08-20T21:52:22.2665804Z [00:03:15.518]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/utils.c -o utils.o
2025-08-20T21:52:22.3038150Z [00:03:15.555]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether vasnprintf is declared... no
2025-08-20T21:52:22.3184804Z [00:03:15.570]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/clib/snprintf.c -o snprintf.o
2025-08-20T21:52:22.4383633Z [00:03:15.690]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/generate.c
2025-08-20T21:52:22.4464511Z [00:03:15.698]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/generate_test.c
2025-08-20T21:52:22.4677936Z [00:03:15.719]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether vsnprintf is declared... yes
2025-08-20T21:52:22.5738358Z [00:03:15.825]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether fgetln is declared... yes
2025-08-20T21:52:22.5873603Z [00:03:15.839]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/generate_test.c -o generate_test.o
2025-08-20T21:52:22.5934443Z [00:03:15.845]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/generate.c -o generate.o
2025-08-20T21:52:22.6134686Z [00:03:15.863]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn.c
2025-08-20T21:52:22.6364467Z [00:03:15.888]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn_auto.c
2025-08-20T21:52:22.6617611Z [00:03:15.913]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/generation_utils.c
2025-08-20T21:52:22.6709882Z [00:03:15.923]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether fparseln is declared... no
2025-08-20T21:52:22.7734474Z [00:03:16.025]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether fpurge is declared... no
2025-08-20T21:52:22.8001462Z [00:03:16.052]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn.c -o txn.o
2025-08-20T21:52:22.8104801Z [00:03:16.062]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/generation_utils.c -o generation_utils.o
2025-08-20T21:52:22.8204511Z [00:03:16.072]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn_auto.c -o txn_auto.o
2025-08-20T21:52:22.9325897Z [00:03:16.183]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether getdelim is declared... yes
2025-08-20T21:52:23.0896405Z [00:03:16.340]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/generate_verification.c
2025-08-20T21:52:23.1085597Z [00:03:16.357]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether getline is declared... yes
2025-08-20T21:52:23.2264227Z [00:03:16.478]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_sql/hint_comment.c
2025-08-20T21:52:23.2338575Z [00:03:16.486]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether snprintf is declared... yes
2025-08-20T21:52:23.2416793Z [00:03:16.493]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn_chkpt.c
2025-08-20T21:52:23.2592388Z [00:03:16.511]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/generate_verification.c -o generate_verification.o
2025-08-20T21:52:23.3281569Z [00:03:16.580]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_sql/hint_comment.c -o hint_comment.o
2025-08-20T21:52:23.3429220Z [00:03:16.595]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_stat/db_stat.c
2025-08-20T21:52:23.3503699Z [00:03:16.602]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether atoll is declared... yes
2025-08-20T21:52:23.4399580Z [00:03:16.690]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn_chkpt.c -o txn_chkpt.o
2025-08-20T21:52:23.4613039Z [00:03:16.708]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether heapsort is declared... no
2025-08-20T21:52:23.4614915Z [00:03:16.708]➜  gnutar-static-x86_64-unknown-linux-musl> checking for bit size of wchar_t... 32
2025-08-20T21:52:23.4676979Z [00:03:16.719]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn_failchk.c
2025-08-20T21:52:23.4979612Z [00:03:16.745]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_stat/db_stat.c -o db_stat.o
2025-08-20T21:52:23.5175710Z [00:03:16.758]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_upgrade/db_upgrade.c
2025-08-20T21:52:23.6086034Z [00:03:16.860]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn_failchk.c -o txn_failchk.o
2025-08-20T21:52:23.6177603Z [00:03:16.865]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../dist/..  -D_GNU_SOURCE -D_REENTRANT -O3  ../dist/../db_verify/db_verify.c
2025-08-20T21:52:23.6183643Z [00:03:16.868]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether mkdtemp is declared... yes
2025-08-20T21:52:23.6294455Z [00:03:16.878]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mbstate_t... yes
2025-08-20T21:52:23.6665267Z [00:03:16.918]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_upgrade/db_upgrade.c -o db_upgrade.o
2025-08-20T21:52:23.7239214Z [00:03:16.974]➜  db-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar cr libdb-4.8.a db185.o mut_pthread.o  bt_compare.o bt_compress.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_auto.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o  aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_byteorder.o db_cam.o db_cds.o db_compint.o db_conv.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_sort_multiple.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbm.o dbreg.o dbreg_auto.o dbreg_rec.o dbreg_stat.o dbreg_util.o dbt.o env_alloc.o env_config.o env_failchk.o env_file.o env_globals.o env_method.o env_name.o env_open.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o hsearch.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o partition.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o zerofill.o
2025-08-20T21:52:23.7706935Z [00:03:17.022]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O3 ../dist/../db_verify/db_verify.c -o db_verify.o
2025-08-20T21:52:23.8166495Z [00:03:17.068]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether mkstemp is declared... yes
2025-08-20T21:52:23.8865585Z [00:03:17.135]➜  db-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libdb-4.8.a
2025-08-20T21:52:23.9586291Z [00:03:17.208]➜  gnutar-static-x86_64-unknown-linux-musl> checking for a traditional japanese locale... none
2025-08-20T21:52:23.9591496Z [00:03:17.208]➜  gnutar-static-x86_64-unknown-linux-musl> checking for a french Unicode locale... fr_FR.UTF-8
2025-08-20T21:52:23.9970546Z [00:03:17.248]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether reallocarr is declared... no
2025-08-20T21:52:24.0159926Z [00:03:17.268]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn_method.c
2025-08-20T21:52:24.0163739Z [00:03:17.268]➜  db-static-x86_64-unknown-linux-musl> rm -f libdb.a
2025-08-20T21:52:24.0227338Z [00:03:17.273]➜  db-static-x86_64-unknown-linux-musl> ln -s libdb-4.8.a libdb.a
2025-08-20T21:52:24.0290229Z [00:03:17.279]➜  db-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar cr libdb_cxx-4.8.a cxx_db.o cxx_dbc.o cxx_dbt.o cxx_env.o cxx_except.o cxx_lock.o cxx_logc.o cxx_mpool.o cxx_multi.o cxx_seq.o cxx_txn.o db185.o mut_pthread.o  bt_compare.o bt_compress.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_auto.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o  aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_byteorder.o db_cam.o db_cds.o db_compint.o db_conv.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_sort_multiple.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbm.o dbreg.o dbreg_auto.o dbreg_rec.o dbreg_stat.o dbreg_util.o dbt.o env_alloc.o env_config.o env_failchk.o env_file.o env_globals.o env_method.o env_name.o env_open.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o hsearch.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o partition.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o zerofill.o
2025-08-20T21:52:24.0445862Z [00:03:17.294]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_archive  \
2025-08-20T21:52:24.0447802Z [00:03:17.294]➜  db-static-x86_64-unknown-linux-musl>     db_archive.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:24.0563986Z [00:03:17.308]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn_rec.c
2025-08-20T21:52:24.1277514Z [00:03:17.379]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_checkpoint  \
2025-08-20T21:52:24.1282714Z [00:03:17.379]➜  db-static-x86_64-unknown-linux-musl>     db_checkpoint.o util_log.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:24.1450787Z [00:03:17.396]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn_recover.c
2025-08-20T21:52:24.1713507Z [00:03:17.423]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn_method.c -o txn_method.o
2025-08-20T21:52:24.1882834Z [00:03:17.440]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether getsubopt is declared... yes
2025-08-20T21:52:24.1973580Z [00:03:17.449]➜  db-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libdb_cxx-4.8.a
2025-08-20T21:52:24.2078166Z [00:03:17.458]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn_rec.c -o txn_rec.o
2025-08-20T21:52:24.2263100Z [00:03:17.478]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_deadlock  \
2025-08-20T21:52:24.2294550Z [00:03:17.478]➜  db-static-x86_64-unknown-linux-musl>     db_deadlock.o util_log.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:24.2673984Z [00:03:17.519]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn_recover.c -o txn_recover.o
2025-08-20T21:52:24.2698196Z [00:03:17.521]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_dump  \
2025-08-20T21:52:24.2699653Z [00:03:17.521]➜  db-static-x86_64-unknown-linux-musl>     db_dump.o util_cache.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:24.2768793Z [00:03:17.527]➜  gnutar-static-x86_64-unknown-linux-musl> checking for a transitional chinese locale... none
2025-08-20T21:52:24.2805067Z [00:03:17.532]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtowc handles incomplete characters... guessing yes
2025-08-20T21:52:24.2807044Z [00:03:17.532]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtowc works as well as mbtowc... guessing yes
2025-08-20T21:52:24.3261398Z [00:03:17.578]➜  db-static-x86_64-unknown-linux-musl> rm -f libdb_cxx.a
2025-08-20T21:52:24.3308469Z [00:03:17.582]➜  db-static-x86_64-unknown-linux-musl> ln -s libdb_cxx-4.8.a libdb_cxx.a
2025-08-20T21:52:24.3319846Z [00:03:17.584]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_archive db_archive.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:24.3331010Z [00:03:17.585]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_hotbackup  \
2025-08-20T21:52:24.3379783Z [00:03:17.585]➜  db-static-x86_64-unknown-linux-musl>     db_hotbackup.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:24.3432208Z [00:03:17.595]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether setenv is declared... yes
2025-08-20T21:52:24.3737331Z [00:03:17.625]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn_region.c
2025-08-20T21:52:24.4105228Z [00:03:17.662]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_checkpoint db_checkpoint.o util_log.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:24.4240491Z [00:03:17.676]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtoc32 is declared... yes
2025-08-20T21:52:24.4929308Z [00:03:17.744]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn_region.c -o txn_region.o
2025-08-20T21:52:24.4942538Z [00:03:17.746]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strtoi is declared... no
2025-08-20T21:52:24.5304147Z [00:03:17.782]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_deadlock db_deadlock.o util_log.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:24.5448559Z [00:03:17.796]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_hotbackup db_hotbackup.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:24.5503668Z [00:03:17.801]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_dump db_dump.o util_cache.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:24.5587788Z [00:03:17.805]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn_stat.c
2025-08-20T21:52:24.6356684Z [00:03:17.887]➜  db-static-x86_64-unknown-linux-musl> :  db_archive
2025-08-20T21:52:24.6377849Z [00:03:17.890]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_load  \
2025-08-20T21:52:24.6391067Z [00:03:17.890]➜  db-static-x86_64-unknown-linux-musl>     db_load.o util_cache.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:24.6406176Z [00:03:17.892]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mbrtoc32... yes
2025-08-20T21:52:24.6412379Z [00:03:17.893]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtoc32 works as well as mbrtowc... guessing yes
2025-08-20T21:52:24.6460156Z [00:03:17.898]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strtoll is declared... yes
2025-08-20T21:52:24.7045681Z [00:03:17.956]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn_stat.c -o txn_stat.o
2025-08-20T21:52:24.7423636Z [00:03:17.994]➜  db-static-x86_64-unknown-linux-musl> :  db_checkpoint
2025-08-20T21:52:24.7516667Z [00:03:18.003]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_printlog  \
2025-08-20T21:52:24.7522682Z [00:03:18.003]➜  db-static-x86_64-unknown-linux-musl>     db_printlog.o btree_autop.o crdel_autop.o db_autop.o dbreg_autop.o fileops_autop.o hash_autop.o qam_autop.o txn_autop.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:24.7668252Z [00:03:18.019]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strtou is declared... no
2025-08-20T21:52:24.7673525Z [00:03:18.019]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether malloc is ptrdiff_t safe... yes
2025-08-20T21:52:24.7724906Z [00:03:18.023]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether malloc, realloc, calloc set errno on failure... yes
2025-08-20T21:52:24.7787289Z [00:03:18.030]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether lstat correctly handles trailing slash... guessing yes
2025-08-20T21:52:24.7800795Z [00:03:18.032]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether // is distinct from /... unknown, assuming no
2025-08-20T21:52:24.8069253Z [00:03:18.059]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether realpath works... guessing nearly
2025-08-20T21:52:24.8793115Z [00:03:18.130]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether setprogname is declared... no
2025-08-20T21:52:24.9047540Z [00:03:18.156]➜  db-static-x86_64-unknown-linux-musl> :  db_deadlock
2025-08-20T21:52:24.9164152Z [00:03:18.165]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_recover  \
2025-08-20T21:52:24.9166027Z [00:03:18.165]➜  db-static-x86_64-unknown-linux-musl>     db_recover.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:24.9264161Z [00:03:18.178]➜  db-static-x86_64-unknown-linux-musl> :  db_hotbackup
2025-08-20T21:52:24.9340409Z [00:03:18.182]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_sql  db_sql.o parse.o preparser.o parsefuncs.o tokenize.o sqlprintf.o buildpt.o utils.o generate.o generate_test.o generation_utils.o generate_verification.o hint_comment.o \
2025-08-20T21:52:24.9342952Z [00:03:18.182]➜  db-static-x86_64-unknown-linux-musl>             libdb-4.8.a -lpthread
2025-08-20T21:52:24.9393486Z [00:03:18.191]➜  db-static-x86_64-unknown-linux-musl> :  db_dump
2025-08-20T21:52:24.9467556Z [00:03:18.198]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_stat  \
2025-08-20T21:52:24.9473067Z [00:03:18.198]➜  db-static-x86_64-unknown-linux-musl>     db_stat.o util_cache.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:24.9475333Z [00:03:18.198]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_load db_load.o util_cache.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:24.9847381Z [00:03:18.236]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether getprogname is declared... no
2025-08-20T21:52:25.0076224Z [00:03:18.259]➜  gnutar-static-x86_64-unknown-linux-musl> checking for faccessat... yes
2025-08-20T21:52:25.0502511Z [00:03:18.302]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:25.0726452Z [00:03:18.313]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_printlog db_printlog.o btree_autop.o crdel_autop.o db_autop.o dbreg_autop.o fileops_autop.o hash_autop.o qam_autop.o txn_autop.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:25.0825487Z [00:03:18.325]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn_util.c
2025-08-20T21:52:25.0827167Z [00:03:18.334]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:25.1039989Z [00:03:18.356]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/xa/xa.c
2025-08-20T21:52:25.1079898Z [00:03:18.360]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether basename is declared... yes
2025-08-20T21:52:25.1100960Z [00:03:18.362]➜  x86_64-unknown-linux-musl-binutils> checking target system type... vax-dec-linux-gnu
2025-08-20T21:52:25.1275237Z [00:03:18.379]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/xa/xa_map.c
2025-08-20T21:52:25.1600872Z [00:03:18.411]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_recover db_recover.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:25.1675539Z [00:03:18.419]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:52:25.1778803Z [00:03:18.430]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:52:25.1783769Z [00:03:18.430]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:52:25.1939043Z [00:03:18.445]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:52:25.2075844Z [00:03:18.459]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:52:25.2115783Z [00:03:18.461]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_sql db_sql.o parse.o preparser.o parsefuncs.o tokenize.o sqlprintf.o buildpt.o utils.o generate.o generate_test.o generation_utils.o generate_verification.o hint_comment.o  libdb-4.8.a -lpthread
2025-08-20T21:52:25.2180144Z [00:03:18.469]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_stat db_stat.o util_cache.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:25.2275770Z [00:03:18.479]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:52:25.2409138Z [00:03:18.492]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn_util.c -o txn_util.o
2025-08-20T21:52:25.2422643Z [00:03:18.493]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getcwd... yes
2025-08-20T21:52:25.2505351Z [00:03:18.499]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/xa/xa.c -o xa.o
2025-08-20T21:52:25.2507285Z [00:03:18.499]➜  gnutar-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:52:25.2624110Z [00:03:18.514]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether dirname is declared... yes
2025-08-20T21:52:25.2638910Z [00:03:18.516]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working chown... guessing yes
2025-08-20T21:52:25.2640319Z [00:03:18.516]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether chown dereferences symlinks... guessing yes
2025-08-20T21:52:25.2736106Z [00:03:18.525]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether chown honors trailing slash... guessing yes
2025-08-20T21:52:25.2754850Z [00:03:18.527]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether chown always updates ctime... guessing yes
2025-08-20T21:52:25.2849668Z [00:03:18.537]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/xa/xa_map.c -o xa_map.o
2025-08-20T21:52:25.3204983Z [00:03:18.572]➜  db-static-x86_64-unknown-linux-musl> :  db_load
2025-08-20T21:52:25.3219520Z [00:03:18.574]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_upgrade  \
2025-08-20T21:52:25.3221099Z [00:03:18.574]➜  db-static-x86_64-unknown-linux-musl>     db_upgrade.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:25.3762960Z [00:03:18.628]➜  db-static-x86_64-unknown-linux-musl> :  db_sql
2025-08-20T21:52:25.3794693Z [00:03:18.629]➜  gnutar-static-x86_64-unknown-linux-musl> checking if environ is properly declared... yes
2025-08-20T21:52:25.3797514Z [00:03:18.631]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_verify  \
2025-08-20T21:52:25.3798968Z [00:03:18.631]➜  db-static-x86_64-unknown-linux-musl>     db_verify.o util_cache.o util_sig.o libdb-4.8.a -lpthread
2025-08-20T21:52:25.3944496Z [00:03:18.644]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether raise_default_signal is declared... no
2025-08-20T21:52:25.4654184Z [00:03:18.717]➜  gnutar-static-x86_64-unknown-linux-musl> checking for complete errno.h... yes
2025-08-20T21:52:25.4656104Z [00:03:18.717]➜  db-static-x86_64-unknown-linux-musl> :  db_printlog
2025-08-20T21:52:25.5582527Z [00:03:18.810]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_upgrade db_upgrade.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:25.5586361Z [00:03:18.810]➜  db-static-x86_64-unknown-linux-musl> :  db_recover
2025-08-20T21:52:25.5646339Z [00:03:18.816]➜  db-static-x86_64-unknown-linux-musl> :  db_stat
2025-08-20T21:52:25.5776673Z [00:03:18.829]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether issetugid is declared... yes
2025-08-20T21:52:25.6035419Z [00:03:18.853]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/zerofill.c
2025-08-20T21:52:25.6136118Z [00:03:18.865]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_channel.cpp
2025-08-20T21:52:25.6228419Z [00:03:18.875]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_verify db_verify.o util_cache.o util_sig.o  libdb-4.8.a -lpthread
2025-08-20T21:52:25.6362791Z [00:03:18.888]➜  gnutar-static-x86_64-unknown-linux-musl> checking for error... no
2025-08-20T21:52:25.6843792Z [00:03:18.936]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether pread is declared... yes
2025-08-20T21:52:25.6864920Z [00:03:18.937]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/zerofill.c -o zerofill.o
2025-08-20T21:52:25.7079848Z [00:03:18.959]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether error_at_line is declared... no
2025-08-20T21:52:25.7206420Z [00:03:18.972]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:52:25.7211261Z [00:03:18.973]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:52:25.7456699Z [00:03:18.993]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_channel.cpp -o cxx_channel.o
2025-08-20T21:52:25.8183136Z [00:03:19.070]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether pwrite is declared... yes
2025-08-20T21:52:25.8478386Z [00:03:19.099]➜  db-static-x86_64-unknown-linux-musl> :  db_verify
2025-08-20T21:52:25.8730825Z [00:03:19.125]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_db.cpp
2025-08-20T21:52:25.8901616Z [00:03:19.142]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:52:25.8907040Z [00:03:19.142]➜  db-static-x86_64-unknown-linux-musl> :  db_upgrade
2025-08-20T21:52:25.8992403Z [00:03:19.151]➜  gnutar-static-x86_64-unknown-linux-musl> checking type of array argument to getgroups... gid_t
2025-08-20T21:52:25.9001914Z [00:03:19.152]➜  db-static-x86_64-unknown-linux-musl> buildPhase completed in 1 minutes 19 seconds
2025-08-20T21:52:25.9013155Z [00:03:19.153]➜  db-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:52:25.9164047Z [00:03:19.168]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_dbc.cpp
2025-08-20T21:52:25.9281409Z [00:03:19.179]➜  db-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/iniamz3hw721fiw95ip80j66wmgpqw5l-db-static-x86_64-unknown-linux-musl-4.8.30-dev/lib/pkgconfig m4datadir=/nix/store/iniamz3hw721fiw95ip80j66wmgpqw5l-db-static-x86_64-unknown-linux-musl-4.8.30-dev/share/aclocal aclocaldir=/nix/store/iniamz3hw721fiw95ip80j66wmgpqw5l-db-static-x86_64-unknown-linux-musl-4.8.30-dev/share/aclocal install
2025-08-20T21:52:25.9423538Z [00:03:19.194]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strmode is declared... no
2025-08-20T21:52:25.9649313Z [00:03:19.215]➜  db-static-x86_64-unknown-linux-musl> Installing DB include files: /nix/store/iniamz3hw721fiw95ip80j66wmgpqw5l-db-static-x86_64-unknown-linux-musl-4.8.30-dev/include ...
2025-08-20T21:52:25.9651858Z [00:03:19.215]➜  db-static-x86_64-unknown-linux-musl> Installing DB library: /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib ...
2025-08-20T21:52:25.9654485Z [00:03:19.215]➜  db-static-x86_64-unknown-linux-musl> Installing DB utilities: /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin ...
2025-08-20T21:52:25.9657142Z [00:03:19.215]➜  db-static-x86_64-unknown-linux-musl> Installing documentation: /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/docs ...
2025-08-20T21:52:25.9780226Z [00:03:19.230]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether ctype.h defines __header_inline... no
2025-08-20T21:52:25.9951147Z [00:03:19.247]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_db.cpp -o cxx_db.o
2025-08-20T21:52:26.0560220Z [00:03:19.308]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_dbc.cpp -o cxx_dbc.o
2025-08-20T21:52:26.0778674Z [00:03:19.329]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether isblank is declared... yes
2025-08-20T21:52:26.1293769Z [00:03:19.377]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p libdb-4.8.a /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb-4.8.a
2025-08-20T21:52:26.1296154Z [00:03:19.377]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fchdir is declared... yes
2025-08-20T21:52:26.1302032Z [00:03:19.381]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working fcntl.h... cross-compiling
2025-08-20T21:52:26.1380467Z [00:03:19.390]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:52:26.1428673Z [00:03:19.395]➜  db-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb-4.8.a
2025-08-20T21:52:26.1584227Z [00:03:19.404]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_archive /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_archive
2025-08-20T21:52:26.1616225Z [00:03:19.413]➜  db-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb-4.8.a
2025-08-20T21:52:26.2369704Z [00:03:19.489]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_dbt.cpp
2025-08-20T21:52:26.2420182Z [00:03:19.493]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether optind is declared... yes
2025-08-20T21:52:26.2449857Z [00:03:19.497]➜  gnutar-static-x86_64-unknown-linux-musl> checking for promoted mode_t type... mode_t
2025-08-20T21:52:26.2458124Z [00:03:19.498]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:52:26.2518425Z [00:03:19.504]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fopen recognizes a trailing slash... guessing yes
2025-08-20T21:52:26.2547218Z [00:03:19.506]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fflush works on input streams... cross
2025-08-20T21:52:26.2806479Z [00:03:19.532]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p libdb.a /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb.a
2025-08-20T21:52:26.3090671Z [00:03:19.561]➜  db-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb.a
2025-08-20T21:52:26.3172740Z [00:03:19.569]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_checkpoint /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_checkpoint
2025-08-20T21:52:26.3256007Z [00:03:19.577]➜  db-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb.a
2025-08-20T21:52:26.3518101Z [00:03:19.603]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:52:26.3874621Z [00:03:19.639]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_dbt.cpp -o cxx_dbt.o
2025-08-20T21:52:26.3895925Z [00:03:19.641]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether optreset is declared... yes
2025-08-20T21:52:26.4512453Z [00:03:19.703]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:52:26.4676504Z [00:03:19.719]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_deadlock /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_deadlock
2025-08-20T21:52:26.4737780Z [00:03:19.725]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p libdb_cxx-4.8.a /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb_cxx-4.8.a
2025-08-20T21:52:26.4834740Z [00:03:19.734]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether stdin defaults to large file offsets... yes
2025-08-20T21:52:26.5066136Z [00:03:19.758]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether sys_signame is declared... no
2025-08-20T21:52:26.5084492Z [00:03:19.758]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_env.cpp
2025-08-20T21:52:26.5087488Z [00:03:19.758]➜  db-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb_cxx-4.8.a
2025-08-20T21:52:26.5138518Z [00:03:19.766]➜  db-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb_cxx-4.8.a
2025-08-20T21:52:26.6312767Z [00:03:19.883]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_dump /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_dump
2025-08-20T21:52:26.6441495Z [00:03:19.896]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p libdb_cxx.a /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb_cxx.a
2025-08-20T21:52:26.6624264Z [00:03:19.913]➜  db-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb_cxx.a
2025-08-20T21:52:26.6630015Z [00:03:19.913]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:52:26.6635576Z [00:03:19.915]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_env.cpp -o cxx_env.o
2025-08-20T21:52:26.6716031Z [00:03:19.923]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fseeko is declared... yes
2025-08-20T21:52:26.6823093Z [00:03:19.934]➜  db-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib/libdb_cxx.a
2025-08-20T21:52:26.7052928Z [00:03:19.957]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for working alloca.h... yes
2025-08-20T21:52:26.8193013Z [00:03:20.071]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_hotbackup /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_hotbackup
2025-08-20T21:52:26.8617249Z [00:03:20.113]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for alloca... yes
2025-08-20T21:52:26.8744438Z [00:03:20.126]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fseeko... yes
2025-08-20T21:52:26.8750812Z [00:03:20.127]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fflush works on input streams... (cached) cross
2025-08-20T21:52:26.9670497Z [00:03:20.218]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_load /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_load
2025-08-20T21:52:26.9721284Z [00:03:20.224]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:52:27.0096360Z [00:03:20.261]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether stat file-mode macros are broken... no
2025-08-20T21:52:27.0912638Z [00:03:20.343]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for atoll... yes
2025-08-20T21:52:27.1467519Z [00:03:20.398]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:52:27.1469622Z [00:03:20.399]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_printlog /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_printlog
2025-08-20T21:52:27.2110364Z [00:03:20.463]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:52:27.2202764Z [00:03:20.472]➜  gnutar-static-x86_64-unknown-linux-musl> checking for nlink_t... yes
2025-08-20T21:52:27.2206853Z [00:03:20.472]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getcwd (NULL, 0) allocates memory for result... guessing yes
2025-08-20T21:52:27.3192614Z [00:03:20.571]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_recover /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_recover
2025-08-20T21:52:27.3198497Z [00:03:20.571]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for asprintf... yes
2025-08-20T21:52:27.3312772Z [00:03:20.583]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getcwd with POSIX signature... yes
2025-08-20T21:52:27.4897895Z [00:03:20.741]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_sql /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_sql
2025-08-20T21:52:27.5079617Z [00:03:20.760]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getcwd is declared... yes
2025-08-20T21:52:27.5288089Z [00:03:20.779]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:52:27.5405120Z [00:03:20.788]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:52:27.5410877Z [00:03:20.788]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:52:27.5412713Z [00:03:20.792]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:52:27.5448630Z [00:03:20.793]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:52:27.5742464Z [00:03:20.826]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for asnprintf... no
2025-08-20T21:52:27.5757291Z [00:03:20.826]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:52:27.5761181Z [00:03:20.827]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:52:27.5835915Z [00:03:20.835]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:52:27.5838791Z [00:03:20.835]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_except.cpp
2025-08-20T21:52:27.5855710Z [00:03:20.837]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:52:27.5889520Z [00:03:20.839]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:52:27.6048719Z [00:03:20.856]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:52:27.6236086Z [00:03:20.875]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_stat /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_stat
2025-08-20T21:52:27.6305412Z [00:03:20.882]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:52:27.6480105Z [00:03:20.900]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getdelim is declared... yes
2025-08-20T21:52:27.6852380Z [00:03:20.937]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_lock.cpp
2025-08-20T21:52:27.7276569Z [00:03:20.976]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_except.cpp -o cxx_except.o
2025-08-20T21:52:27.7306548Z [00:03:20.981]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:52:27.7308261Z [00:03:20.981]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:52:27.7309777Z [00:03:20.981]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:52:27.7311950Z [00:03:20.982]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for basename... yes
2025-08-20T21:52:27.7816189Z [00:03:21.031]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_upgrade /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_upgrade
2025-08-20T21:52:27.7837145Z [00:03:21.035]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getdtablesize is declared... yes
2025-08-20T21:52:27.8173470Z [00:03:21.069]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_lock.cpp -o cxx_lock.o
2025-08-20T21:52:27.9071360Z [00:03:21.158]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getline is declared... yes
2025-08-20T21:52:27.9072617Z [00:03:21.158]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getopt.h... (cached) yes
2025-08-20T21:52:27.9126518Z [00:03:21.164]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:52:27.9308793Z [00:03:21.183]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for devname... no
2025-08-20T21:52:27.9371285Z [00:03:21.189]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_logc.cpp
2025-08-20T21:52:27.9570158Z [00:03:21.208]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_verify /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_verify
2025-08-20T21:52:28.0443173Z [00:03:21.296]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_logc.cpp -o cxx_logc.o
2025-08-20T21:52:28.0860084Z [00:03:21.337]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getopt_long_only... yes
2025-08-20T21:52:28.0861901Z [00:03:21.337]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getopt is POSIX compatible... guessing yes
2025-08-20T21:52:28.0980234Z [00:03:21.349]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working GNU getopt function... guessing no
2025-08-20T21:52:28.1094980Z [00:03:21.361]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for dirfd... yes
2025-08-20T21:52:28.1311620Z [00:03:21.383]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:52:28.1992082Z [00:03:21.450]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether timespec_get is declared... yes
2025-08-20T21:52:28.3020571Z [00:03:21.554]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for dirname... yes
2025-08-20T21:52:28.3055342Z [00:03:21.557]➜  db-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:52:28.3167408Z [00:03:21.568]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_mpool.cpp
2025-08-20T21:52:28.3561583Z [00:03:21.608]➜  db-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin
2025-08-20T21:52:28.3645860Z [00:03:21.615]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_stat
2025-08-20T21:52:28.3741237Z [00:03:21.623]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.3756629Z [00:03:21.627]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_sql
2025-08-20T21:52:28.3758556Z [00:03:21.627]➜  gnutar-static-x86_64-unknown-linux-musl> checking for timespec_get... yes
2025-08-20T21:52:28.3830478Z [00:03:21.635]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.3840600Z [00:03:21.636]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_dump
2025-08-20T21:52:28.3977077Z [00:03:21.649]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.3979514Z [00:03:21.649]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_load
2025-08-20T21:52:28.4057214Z [00:03:21.657]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.4095497Z [00:03:21.661]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_archive
2025-08-20T21:52:28.4182341Z [00:03:21.670]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.4250866Z [00:03:21.675]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_printlog
2025-08-20T21:52:28.4359911Z [00:03:21.687]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.4361992Z [00:03:21.687]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_recover
2025-08-20T21:52:28.4430409Z [00:03:21.695]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.4480300Z [00:03:21.700]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_verify
2025-08-20T21:52:28.4578647Z [00:03:21.710]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.4592997Z [00:03:21.711]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_checkpoint
2025-08-20T21:52:28.4693987Z [00:03:21.720]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.4736669Z [00:03:21.725]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_upgrade
2025-08-20T21:52:28.4805025Z [00:03:21.728]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_mpool.cpp -o cxx_mpool.o
2025-08-20T21:52:28.4852327Z [00:03:21.736]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.4868085Z [00:03:21.738]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_hotbackup
2025-08-20T21:52:28.4920860Z [00:03:21.744]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct timeval... yes
2025-08-20T21:52:28.4942141Z [00:03:21.745]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for dprintf... yes
2025-08-20T21:52:28.5002473Z [00:03:21.752]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5049814Z [00:03:21.757]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin/db_deadlock
2025-08-20T21:52:28.5159951Z [00:03:21.768]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5183103Z [00:03:21.770]➜  db-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin...
2025-08-20T21:52:28.5614574Z [00:03:21.810]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5628416Z [00:03:21.812]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5630764Z [00:03:21.814]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5824148Z [00:03:21.834]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5829959Z [00:03:21.834]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5860217Z [00:03:21.838]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5883796Z [00:03:21.839]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5885900Z [00:03:21.840]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5982308Z [00:03:21.850]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.5991101Z [00:03:21.851]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.6119233Z [00:03:21.864]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.6219468Z [00:03:21.874]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wide-enough struct timeval.tv_sec member... yes
2025-08-20T21:52:28.6225941Z [00:03:21.874]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:52:28.6272437Z [00:03:21.879]➜  db-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin
2025-08-20T21:52:28.6406343Z [00:03:21.892]➜  db-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/kw526p8vsjh7vn8bdm5k6rb3vr2df4ya-db-static-x86_64-unknown-linux-musl-4.8.30-bin/bin
2025-08-20T21:52:28.7345454Z [00:03:21.983]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for esetfunc... no
2025-08-20T21:52:28.7506908Z [00:03:22.002]➜  gnutar-static-x86_64-unknown-linux-musl> checking for pthread.h... yes
2025-08-20T21:52:28.7553633Z [00:03:22.007]➜  db-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30
2025-08-20T21:52:28.7627493Z [00:03:22.014]➜  db-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30...
2025-08-20T21:52:28.7939544Z [00:03:22.043]➜  db-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30
2025-08-20T21:52:28.8064435Z [00:03:22.056]➜  db-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/2njkx45m4p25yaiajb24jrbfs9flpp9j-db-static-x86_64-unknown-linux-musl-4.8.30/lib
2025-08-20T21:52:28.9871622Z [00:03:22.239]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for fgetln... yes
2025-08-20T21:52:29.2345101Z [00:03:22.486]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for flock... yes
2025-08-20T21:52:29.2421791Z [00:03:22.494]➜  gnutar-static-x86_64-unknown-linux-musl> checking for pthread_kill in -lpthread... yes
2025-08-20T21:52:29.2431093Z [00:03:22.495]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether POSIX threads API is available... yes
2025-08-20T21:52:29.2692121Z [00:03:22.521]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_multi.cpp
2025-08-20T21:52:29.4002950Z [00:03:22.652]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_multi.cpp -o cxx_multi.o
2025-08-20T21:52:29.4237485Z [00:03:22.675]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether setlocale (LC_ALL, NULL) is multithread-safe... no
2025-08-20T21:52:29.4242670Z [00:03:22.675]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether setlocale (category, NULL) is multithread-safe... yes
2025-08-20T21:52:29.4397806Z [00:03:22.691]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for fpurge... yes
2025-08-20T21:52:29.5652769Z [00:03:22.817]➜  db-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/iniamz3hw721fiw95ip80j66wmgpqw5l-db-static-x86_64-unknown-linux-musl-4.8.30-dev
2025-08-20T21:52:29.5710356Z [00:03:22.823]➜  db-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/iniamz3hw721fiw95ip80j66wmgpqw5l-db-static-x86_64-unknown-linux-musl-4.8.30-dev...
2025-08-20T21:52:29.5769548Z [00:03:22.829]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_rid.cpp
2025-08-20T21:52:29.5977442Z [00:03:22.849]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_seq.cpp
2025-08-20T21:52:29.6055135Z [00:03:22.857]➜  db-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/iniamz3hw721fiw95ip80j66wmgpqw5l-db-static-x86_64-unknown-linux-musl-4.8.30-dev
2025-08-20T21:52:29.6565838Z [00:03:22.908]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for __fpurge... yes
2025-08-20T21:52:29.6691710Z [00:03:22.921]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether imported symbols can be declared weak... guessing yes
2025-08-20T21:52:30.8085613Z [00:03:24.059]➜  building '/nix/store/ppqrk71yfap69l7wnh6ds4fc79l73c8f-go-1.24.5.drv'...
2025-08-20T21:52:30.8137182Z [00:03:24.065]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:52:30.8155186Z [00:03:24.067]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:52:30.8166497Z [00:03:24.068]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:52:30.8168012Z [00:03:24.068]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:52:30.8169401Z [00:03:24.068]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:52:30.8170621Z [00:03:24.068]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:52:30.8171774Z [00:03:24.068]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:52:30.8172807Z [00:03:24.069]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:52:30.8194840Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:52:30.8195767Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:52:30.8196643Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:30.8197508Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:52:30.8198407Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:30.8199331Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:52:30.8200605Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:52:30.8201795Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:52:30.8202914Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:52:30.8204084Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:52:30.8205236Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:30.8206338Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:52:30.8207495Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:52:30.8208895Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:30.8210116Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:52:30.8211247Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:30.8212346Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:52:30.8213453Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:52:30.8214659Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:52:30.8215944Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:52:30.8217018Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:52:30.8217963Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:52:30.8219227Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:52:30.8220493Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:52:30.8221789Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:52:30.8223049Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:52:30.8224546Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:52:30.8225943Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:52:30.8227119Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:52:30.8228500Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:52:30.8229633Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:52:30.8230644Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:52:30.8231943Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:52:30.8233654Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:52:30.8234954Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:52:30.8236314Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:52:30.8237434Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:52:30.8238488Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:52:30.8239731Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:52:30.8241231Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:30.8243505Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:30.8245670Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-cc... no
2025-08-20T21:52:30.8246879Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-gcc... no
2025-08-20T21:52:30.8300694Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-c++... no
2025-08-20T21:52:30.8302308Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-g++... no
2025-08-20T21:52:30.8303959Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-cxx... no
2025-08-20T21:52:30.8305581Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-gxx... no
2025-08-20T21:52:30.8307039Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-gcc... no
2025-08-20T21:52:30.8308402Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-gfortran... no
2025-08-20T21:52:30.8309761Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-gccgo... no
2025-08-20T21:52:30.8311060Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-gdc... no
2025-08-20T21:52:30.8312423Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-gm2... no
2025-08-20T21:52:30.8313960Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-ar... no
2025-08-20T21:52:30.8315233Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-as... no
2025-08-20T21:52:30.8316616Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:30.8318015Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:30.8319498Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-ld... no
2025-08-20T21:52:30.8320892Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-lipo... no
2025-08-20T21:52:30.8322324Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-nm... no
2025-08-20T21:52:30.8323924Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-objcopy... no
2025-08-20T21:52:30.8325493Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-objdump... no
2025-08-20T21:52:30.8326790Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-otool... no
2025-08-20T21:52:30.8328075Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-ranlib... no
2025-08-20T21:52:30.8329534Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-readelf... no
2025-08-20T21:52:30.8330832Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-strip... no
2025-08-20T21:52:30.8332172Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-windres... no
2025-08-20T21:52:30.8333617Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking for vax-unknown-linux-gnu-windmc... no
2025-08-20T21:52:30.8334945Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:52:30.8336279Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:52:30.8337653Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:52:30.8339013Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:52:30.8340442Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:52:30.8341859Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:52:30.8343433Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:52:30.8344904Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:52:30.8346412Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:52:30.8347855Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:52:30.8349389Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:52:30.8350807Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:52:30.8352132Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:52:30.8404349Z [00:03:24.071]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_rid.cpp -o cxx_rid.o
2025-08-20T21:52:30.8406635Z [00:03:24.071]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_seq.cpp -o cxx_seq.o
2025-08-20T21:52:30.8408840Z [00:03:24.071]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_site.cpp
2025-08-20T21:52:30.8410965Z [00:03:24.071]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_site.cpp -o cxx_site.o
2025-08-20T21:52:30.8413133Z [00:03:24.071]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_txn.cpp
2025-08-20T21:52:30.8415489Z [00:03:24.071]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../lang/cxx/cxx_txn.cpp -o cxx_txn.o
2025-08-20T21:52:30.8417505Z [00:03:24.071]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no
2025-08-20T21:52:30.8418815Z [00:03:24.071]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wint_t... yes
2025-08-20T21:52:30.8420034Z [00:03:24.071]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether wint_t is large enough... yes
2025-08-20T21:52:30.8421454Z [00:03:24.071]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the compiler produces multi-arch binaries... no
2025-08-20T21:52:30.8423042Z [00:03:24.071]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether stdint.h conforms to C99... guessing yes
2025-08-20T21:52:30.8424627Z [00:03:24.071]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether stdint.h works without ISO C predefines... yes
2025-08-20T21:52:30.8426006Z [00:03:24.071]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether stdint.h has UINTMAX_WIDTH etc.... no
2025-08-20T21:52:30.8427256Z [00:03:24.071]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether INT32_MAX < INTMAX_MAX... yes
2025-08-20T21:52:30.8428604Z [00:03:24.071]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether INT64_MAX == LONG_MAX... yes
2025-08-20T21:52:30.8429848Z [00:03:24.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for futimes... yes
2025-08-20T21:52:30.8430943Z [00:03:24.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for getline... yes
2025-08-20T21:52:30.8432002Z [00:03:24.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for getopt... yes
2025-08-20T21:52:30.8433075Z [00:03:24.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for getopt_long... yes
2025-08-20T21:52:30.8514768Z [00:03:24.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for group_from_gid... no
2025-08-20T21:52:30.8516126Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:52:30.8517494Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:52:30.8519067Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:52:30.8520665Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:52:30.8521956Z [00:03:24.071]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:52:30.8523612Z [00:03:24.072]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:52:30.8524926Z [00:03:24.072]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:52:30.8526188Z [00:03:24.072]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:52:30.8527449Z [00:03:24.072]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:52:30.8528752Z [00:03:24.072]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:52:30.8530172Z [00:03:24.072]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:52:30.8531527Z [00:03:24.077]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for gid_from_group... no
2025-08-20T21:52:30.8594535Z [00:03:24.106]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether UINT32_MAX < UINTMAX_MAX... yes
2025-08-20T21:52:30.8606868Z [00:03:24.112]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:52:30.9271216Z [00:03:24.179]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_archive.c
2025-08-20T21:52:30.9484806Z [00:03:24.200]➜  go> Running phase: unpackPhase
2025-08-20T21:52:30.9636117Z [00:03:24.215]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether UINT64_MAX == ULONG_MAX... yes
2025-08-20T21:52:30.9664507Z [00:03:24.215]➜  go> unpacking source archive /nix/store/z70sz3xynna9w7mfhl81h4vff307n0cz-go1.24.5.src.tar.gz
2025-08-20T21:52:30.9946259Z [00:03:24.246]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/util_sig.c
2025-08-20T21:52:31.0146691Z [00:03:24.266]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for heapsort... no
2025-08-20T21:52:31.0268952Z [00:03:24.278]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_archive.c -o db_archive.o
2025-08-20T21:52:31.0798803Z [00:03:24.331]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether iswcntrl works... guessing yes
2025-08-20T21:52:31.1118752Z [00:03:24.363]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/util_sig.c -o util_sig.o
2025-08-20T21:52:31.1804134Z [00:03:24.432]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:52:31.2171635Z [00:03:24.469]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for isblank... yes
2025-08-20T21:52:31.2599618Z [00:03:24.511]➜  gnutar-static-x86_64-unknown-linux-musl> checking for towlower... yes
2025-08-20T21:52:31.3576632Z [00:03:24.609]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wctype_t... yes
2025-08-20T21:52:31.3715481Z [00:03:24.621]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_checkpoint.c
2025-08-20T21:52:31.3875921Z [00:03:24.639]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for issetugid... yes
2025-08-20T21:52:31.4012264Z [00:03:24.653]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/util_log.c
2025-08-20T21:52:31.4089399Z [00:03:24.655]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_deadlock.c
2025-08-20T21:52:31.4747230Z [00:03:24.726]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wctrans_t... yes
2025-08-20T21:52:31.4867277Z [00:03:24.738]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_checkpoint.c -o db_checkpoint.o
2025-08-20T21:52:31.5094987Z [00:03:24.761]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/util_log.c -o util_log.o
2025-08-20T21:52:31.5185183Z [00:03:24.770]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_deadlock.c -o db_deadlock.o
2025-08-20T21:52:31.5567581Z [00:03:24.808]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for lchflags... no
2025-08-20T21:52:31.5629505Z [00:03:24.813]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether langinfo.h defines CODESET... yes
2025-08-20T21:52:31.6418629Z [00:03:24.893]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether langinfo.h defines T_FMT_AMPM... yes
2025-08-20T21:52:31.7276923Z [00:03:24.979]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_dump.c
2025-08-20T21:52:31.7394885Z [00:03:24.986]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether langinfo.h defines ALTMON_1... no
2025-08-20T21:52:31.7484350Z [00:03:25.000]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/common/util_cache.c
2025-08-20T21:52:31.7555700Z [00:03:25.007]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for lchmod... yes
2025-08-20T21:52:31.8308347Z [00:03:25.082]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether langinfo.h defines ERA... yes
2025-08-20T21:52:31.8421841Z [00:03:25.094]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_dump.c -o db_dump.o
2025-08-20T21:52:31.8433546Z [00:03:25.095]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_hotbackup.c
2025-08-20T21:52:31.8612175Z [00:03:25.113]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/common/util_cache.c -o util_cache.o
2025-08-20T21:52:31.8899009Z [00:03:25.140]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_load.c
2025-08-20T21:52:31.9124943Z [00:03:25.163]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for lchown... yes
2025-08-20T21:52:31.9212986Z [00:03:25.173]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether langinfo.h defines YESEXPR... yes
2025-08-20T21:52:31.9630113Z [00:03:25.215]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_hotbackup.c -o db_hotbackup.o
2025-08-20T21:52:31.9774543Z [00:03:25.229]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_load.c -o db_load.o
2025-08-20T21:52:32.0304223Z [00:03:25.282]➜  gnutar-static-x86_64-unknown-linux-musl> checking for O_CLOEXEC... yes
2025-08-20T21:52:32.0867738Z [00:03:25.338]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_log_verify.c
2025-08-20T21:52:32.1085239Z [00:03:25.360]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for lutimes... yes
2025-08-20T21:52:32.1585324Z [00:03:25.406]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wchar_t... yes
2025-08-20T21:52:32.2306252Z [00:03:25.479]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_log_verify.c -o db_log_verify.o
2025-08-20T21:52:32.2492184Z [00:03:25.500]➜  gnutar-static-x86_64-unknown-linux-musl> checking for good max_align_t... yes
2025-08-20T21:52:32.2853651Z [00:03:25.537]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for mkstemp... yes
2025-08-20T21:52:32.3556397Z [00:03:25.607]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether NULL can be used in arbitrary expressions... yes
2025-08-20T21:52:32.4312276Z [00:03:25.683]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_printlog.c
2025-08-20T21:52:32.4323058Z [00:03:25.684]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for mkdtemp... yes
2025-08-20T21:52:32.4413658Z [00:03:25.693]➜  gnutar-static-x86_64-unknown-linux-musl> checking for unreachable... no
2025-08-20T21:52:32.4697095Z [00:03:25.721]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/btree/btree_autop.c
2025-08-20T21:52:32.4894170Z [00:03:25.741]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/crdel_autop.c
2025-08-20T21:52:32.5357890Z [00:03:25.787]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether locale.h defines locale_t... yes
2025-08-20T21:52:32.5506624Z [00:03:25.802]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_printlog.c -o db_printlog.o
2025-08-20T21:52:32.5642030Z [00:03:25.816]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for poll... yes
2025-08-20T21:52:32.5655627Z [00:03:25.817]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/btree/btree_autop.c -o btree_autop.o
2025-08-20T21:52:32.6075366Z [00:03:25.859]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/crdel_autop.c -o crdel_autop.o
2025-08-20T21:52:32.6080420Z [00:03:25.859]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether locale.h conforms to POSIX:2001... yes
2025-08-20T21:52:32.6965248Z [00:03:25.948]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/db/db_autop.c
2025-08-20T21:52:32.7167742Z [00:03:25.968]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether struct lconv is properly defined... yes
2025-08-20T21:52:32.7173772Z [00:03:25.969]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether malloc (0) returns nonnull... guessing yes
2025-08-20T21:52:32.7352250Z [00:03:25.987]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for pread... yes
2025-08-20T21:52:32.8044447Z [00:03:26.056]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/db/db_autop.c -o db_autop.o
2025-08-20T21:52:32.8634976Z [00:03:26.115]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/dbreg/dbreg_autop.c
2025-08-20T21:52:32.8742675Z [00:03:26.126]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/fileops/fileops_autop.c
2025-08-20T21:52:32.8811764Z [00:03:26.133]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mmap... yes
2025-08-20T21:52:32.9134634Z [00:03:26.165]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for putc_unlocked... yes
2025-08-20T21:52:32.9224085Z [00:03:26.173]➜  gnutar-static-x86_64-unknown-linux-musl> checking for MAP_ANONYMOUS... yes
2025-08-20T21:52:32.9225333Z [00:03:26.173]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether memchr works... guessing no
2025-08-20T21:52:32.9636048Z [00:03:26.215]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/dbreg/dbreg_autop.c -o dbreg_autop.o
2025-08-20T21:52:32.9905627Z [00:03:26.236]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/fileops/fileops_autop.c -o fileops_autop.o
2025-08-20T21:52:33.0385973Z [00:03:26.290]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:33.0669963Z [00:03:26.319]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether memrchr is declared... yes
2025-08-20T21:52:33.0694855Z [00:03:26.320]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:33.0764700Z [00:03:26.328]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for pwcache_userdb... no
2025-08-20T21:52:33.0922082Z [00:03:26.344]➜  x86_64-unknown-linux-musl-binutils> checking target system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:33.1294488Z [00:03:26.381]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:52:33.1468049Z [00:03:26.398]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether <limits.h> defines MIN and MAX... no
2025-08-20T21:52:33.1469292Z [00:03:26.398]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:52:33.1470542Z [00:03:26.398]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:52:33.1603872Z [00:03:26.412]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:52:33.1655391Z [00:03:26.417]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:52:33.1657243Z [00:03:26.417]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/hash/hash_autop.c
2025-08-20T21:52:33.1915271Z [00:03:26.440]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:52:33.2036434Z [00:03:26.455]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/heap/heap_autop.c
2025-08-20T21:52:33.2126804Z [00:03:26.464]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/qam/qam_autop.c
2025-08-20T21:52:33.2434601Z [00:03:26.495]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/hash/hash_autop.c -o hash_autop.o
2025-08-20T21:52:33.2574843Z [00:03:26.509]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether <sys/param.h> defines MIN and MAX... yes
2025-08-20T21:52:33.2576781Z [00:03:26.509]➜  gnutar-static-x86_64-unknown-linux-musl> checking for compiler option needed when checking for future declarations... none
2025-08-20T21:52:33.2605320Z [00:03:26.512]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for pwcache_groupdb... no
2025-08-20T21:52:33.2791869Z [00:03:26.531]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/repmgr/repmgr_autop.c
2025-08-20T21:52:33.3088101Z [00:03:26.560]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/qam/qam_autop.c -o qam_autop.o
2025-08-20T21:52:33.3099353Z [00:03:26.562]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/heap/heap_autop.c -o heap_autop.o
2025-08-20T21:52:33.3447588Z [00:03:26.596]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/repmgr/repmgr_autop.c -o repmgr_autop.o
2025-08-20T21:52:33.3619764Z [00:03:26.614]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether time_t is signed... yes
2025-08-20T21:52:33.4421784Z [00:03:26.694]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../src/txn/txn_autop.c
2025-08-20T21:52:33.4578324Z [00:03:26.709]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for pwrite... yes
2025-08-20T21:52:33.5062680Z [00:03:26.758]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_recover.c
2025-08-20T21:52:33.5070498Z [00:03:26.759]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_replicate.c
2025-08-20T21:52:33.5289400Z [00:03:26.781]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether alarm is declared... yes
2025-08-20T21:52:33.5298879Z [00:03:26.782]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working mktime... guessing no
2025-08-20T21:52:33.5582868Z [00:03:26.810]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_stat.c
2025-08-20T21:52:33.5746471Z [00:03:26.826]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:52:33.5750631Z [00:03:26.827]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:52:33.5757602Z [00:03:26.827]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../src/txn/txn_autop.c -o txn_autop.o
2025-08-20T21:52:33.5827150Z [00:03:26.833]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_tuner.c
2025-08-20T21:52:33.6271358Z [00:03:26.879]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether struct tm is in sys/time.h or time.h... time.h
2025-08-20T21:52:33.6342040Z [00:03:26.886]➜  go> source root is go
2025-08-20T21:52:33.6358256Z [00:03:26.886]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_replicate.c -o db_replicate.o
2025-08-20T21:52:33.6415721Z [00:03:26.893]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_recover.c -o db_recover.o
2025-08-20T21:52:33.6594706Z [00:03:26.907]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for raise_default_signal... no
2025-08-20T21:52:33.6851576Z [00:03:26.937]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_stat.c -o db_stat.o
2025-08-20T21:52:33.6856888Z [00:03:26.937]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_tuner.c -o db_tuner.o
2025-08-20T21:52:33.7625015Z [00:03:27.014]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct tm.tm_zone... yes
2025-08-20T21:52:33.8114984Z [00:03:27.060]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:52:33.8562784Z [00:03:27.108]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for random... yes
2025-08-20T21:52:33.8611556Z [00:03:27.113]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct tm.tm_gmtoff... yes
2025-08-20T21:52:33.8728475Z [00:03:27.124]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_upgrade.c
2025-08-20T21:52:33.8810122Z [00:03:27.133]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../util/db_verify.c
2025-08-20T21:52:33.8880157Z [00:03:27.138]➜  db-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar cr libdb-5.3.a db185.o mut_pthread.o  bt_compare.o bt_compress.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_compact.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o heap.o heap_auto.o heap_backup.o heap_conv.o heap_method.o heap_open.o heap_rec.o heap_reclaim.o heap_stat.o heap_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_automsg.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_automsg.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_rec.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o log_verify.o log_verify_util.o log_verify_int.o log_verify_auto.o  lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o  aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o clock.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_backup.o db_byteorder.o db_cam.o db_cds.o db_compact.o db_compint.o db_conv.o db_copy.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_sort_multiple.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbreg.o dbreg_stat.o dbreg_auto.o dbreg_rec.o dbreg_util.o dbt.o env_alloc.o env_config.o env_backup.o env_failchk.o env_file.o env_globals.o env_open.o env_method.o env_name.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_print.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_backup.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_path.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o partition.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o xa.o xa_map.o zerofill.o
2025-08-20T21:52:33.9866925Z [00:03:27.236]➜  gnutar-static-x86_64-unknown-linux-musl> checking for compound literals... yes
2025-08-20T21:52:34.0079349Z [00:03:27.260]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_verify.c -o db_verify.o
2025-08-20T21:52:34.0087324Z [00:03:27.260]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../util/db_upgrade.c -o db_upgrade.o
2025-08-20T21:52:34.0169941Z [00:03:27.266]➜  db-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar cr libdb_cxx-5.3.a cxx_channel.o cxx_db.o cxx_dbc.o cxx_dbt.o cxx_env.o cxx_except.o cxx_lock.o cxx_logc.o cxx_mpool.o cxx_multi.o cxx_rid.o cxx_seq.o cxx_site.o cxx_txn.o db185.o mut_pthread.o  bt_compare.o bt_compress.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_compact.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o heap.o heap_auto.o heap_backup.o heap_conv.o heap_method.o heap_open.o heap_rec.o heap_reclaim.o heap_stat.o heap_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_automsg.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_automsg.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_rec.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o log_verify.o log_verify_util.o log_verify_int.o log_verify_auto.o  lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o  aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o clock.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_backup.o db_byteorder.o db_cam.o db_cds.o db_compact.o db_compint.o db_conv.o db_copy.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_sort_multiple.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbreg.o dbreg_stat.o dbreg_auto.o dbreg_rec.o dbreg_util.o dbt.o env_alloc.o env_config.o env_backup.o env_failchk.o env_file.o env_globals.o env_open.o env_method.o env_name.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_print.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_backup.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_path.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o partition.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o xa.o xa_map.o zerofill.o
2025-08-20T21:52:34.0346974Z [00:03:27.286]➜  db-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libdb-5.3.a
2025-08-20T21:52:34.0461932Z [00:03:27.298]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:52:34.1001204Z [00:03:27.352]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for reallocarr... no
2025-08-20T21:52:34.1437687Z [00:03:27.395]➜  db-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libdb_cxx-5.3.a
2025-08-20T21:52:34.1746049Z [00:03:27.425]➜  go> setting SOURCE_DATE_EPOCH to timestamp 1751492835 of file "go/test/zerosize.go"
2025-08-20T21:52:34.1787883Z [00:03:27.430]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:52:34.1995705Z [00:03:27.451]➜  go> Running phase: patchPhase
2025-08-20T21:52:34.2155854Z [00:03:27.465]➜  go> applying patch /nix/store/yk4xm2zwyd0sw2f6xwhdxblg175032yv-iana-etc-1.17.patch
2025-08-20T21:52:34.2236729Z [00:03:27.469]➜  db-static-x86_64-unknown-linux-musl> rm -f libdb.a
2025-08-20T21:52:34.2275230Z [00:03:27.472]➜  db-static-x86_64-unknown-linux-musl> ln -s libdb-5.3.a libdb.a
2025-08-20T21:52:34.2276243Z [00:03:27.476]➜  go> patching file src/net/lookup_unix.go
2025-08-20T21:52:34.2277137Z [00:03:27.476]➜  go> Hunk #1 succeeded at 17 (offset -4 lines).
2025-08-20T21:52:34.2277964Z [00:03:27.476]➜  go> patching file src/net/port_unix.go
2025-08-20T21:52:34.2278778Z [00:03:27.476]➜  go> Hunk #1 succeeded at 16 (offset -1 lines).
2025-08-20T21:52:34.2280067Z [00:03:27.479]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_archive  \
2025-08-20T21:52:34.2281546Z [00:03:27.480]➜  db-static-x86_64-unknown-linux-musl>     db_archive.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:34.2282947Z [00:03:27.480]➜  go> applying patch /nix/store/spydzl4xdlbv4yfjaj2zxakmwspkwicq-mailcap-1.17.patch
2025-08-20T21:52:34.2345903Z [00:03:27.486]➜  go> patching file src/mime/type_unix.go
2025-08-20T21:52:34.2346759Z [00:03:27.486]➜  go> Hunk #1 succeeded at 25 (offset -1 lines).
2025-08-20T21:52:34.2347851Z [00:03:27.487]➜  go> applying patch /nix/store/2217z4gb8ifz8lvvmaz37vxi652z8dzl-tzdata-1.19.patch
2025-08-20T21:52:34.2417120Z [00:03:27.493]➜  go> patching file src/time/zoneinfo_unix.go
2025-08-20T21:52:34.2417919Z [00:03:27.493]➜  go> Hunk #1 succeeded at 19 with fuzz 2 (offset 1 line).
2025-08-20T21:52:34.2425677Z [00:03:27.494]➜  go> applying patch /nix/store/x48d0s4gns4jrck6qkwrpqn7nh9ygpx6-remove-tools-1.11.patch
2025-08-20T21:52:34.2508309Z [00:03:27.502]➜  go> patching file src/go/build/build.go
2025-08-20T21:52:34.2509281Z [00:03:27.502]➜  go> Hunk #1 succeeded at 2054 (offset 346 lines).
2025-08-20T21:52:34.2510033Z [00:03:27.502]➜  go> patching file src/runtime/extern.go
2025-08-20T21:52:34.2510858Z [00:03:27.502]➜  go> Hunk #1 succeeded at 360 with fuzz 2 (offset 131 lines).
2025-08-20T21:52:34.2519651Z [00:03:27.504]➜  go> applying patch /nix/store/lb4rwkznywz4l367dmnwyhac4rcyq85s-go_no_vendor_checks-1.23.patch
2025-08-20T21:52:34.2603728Z [00:03:27.512]➜  go> patching file src/cmd/go/internal/modload/import.go
2025-08-20T21:52:34.2604817Z [00:03:27.512]➜  go> patching file src/cmd/go/internal/modload/vendor.go
2025-08-20T21:52:34.2633720Z [00:03:27.514]➜  go> patching script interpreter paths in .
2025-08-20T21:52:34.2927093Z [00:03:27.544]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:52:34.3366577Z [00:03:27.588]➜  db-static-x86_64-unknown-linux-musl> rm -f libdb_cxx.a
2025-08-20T21:52:34.3485159Z [00:03:27.598]➜  db-static-x86_64-unknown-linux-musl> ln -s libdb_cxx-5.3.a libdb_cxx.a
2025-08-20T21:52:34.3492326Z [00:03:27.601]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for setenv... yes
2025-08-20T21:52:34.3514867Z [00:03:27.603]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_checkpoint  \
2025-08-20T21:52:34.3516668Z [00:03:27.603]➜  db-static-x86_64-unknown-linux-musl>     db_checkpoint.o util_log.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:34.3716334Z [00:03:27.623]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_deadlock  \
2025-08-20T21:52:34.3718057Z [00:03:27.623]➜  db-static-x86_64-unknown-linux-musl>     db_deadlock.o util_log.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:34.3912901Z [00:03:27.642]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing setfilecon... no
2025-08-20T21:52:34.4046491Z [00:03:27.656]➜  go> ./src/runtime/race/mkcgo.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.4174115Z [00:03:27.669]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:52:34.4337929Z [00:03:27.685]➜  go> ./src/all.bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.4808684Z [00:03:27.733]➜  go> ./src/bootstrap.bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.4810734Z [00:03:27.733]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_dump  \
2025-08-20T21:52:34.4812414Z [00:03:27.733]➜  db-static-x86_64-unknown-linux-musl>     db_dump.o util_cache.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:34.5074741Z [00:03:27.759]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether setenv is declared... yes
2025-08-20T21:52:34.5125500Z [00:03:27.764]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_archive db_archive.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:34.5306102Z [00:03:27.782]➜  go> ./src/crypto/internal/boring/build.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.5363848Z [00:03:27.787]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for setgroupent... no
2025-08-20T21:52:34.5540178Z [00:03:27.805]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:52:34.5776731Z [00:03:27.829]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_checkpoint db_checkpoint.o util_log.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:34.5779108Z [00:03:27.829]➜  go> ./src/crypto/internal/boring/build-goboring.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.6103061Z [00:03:27.861]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_deadlock db_deadlock.o util_log.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:34.6131225Z [00:03:27.861]➜  gnutar-static-x86_64-unknown-linux-musl> checking for search.h... yes
2025-08-20T21:52:34.6388194Z [00:03:27.887]➜  go> ./src/crypto/internal/boring/build-boring.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.6765627Z [00:03:27.928]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_dump db_dump.o util_cache.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:34.6930957Z [00:03:27.945]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:52:34.7007350Z [00:03:27.952]➜  go> ./src/cmp.bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.7461770Z [00:03:27.997]➜  go> ./src/go/doc/comment/mkstd.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.7527509Z [00:03:28.004]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_hotbackup  \
2025-08-20T21:52:34.7554838Z [00:03:28.004]➜  db-static-x86_64-unknown-linux-musl>     db_hotbackup.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:34.7704924Z [00:03:28.022]➜  gnutar-static-x86_64-unknown-linux-musl> checking for tsearch... yes
2025-08-20T21:52:34.7848851Z [00:03:28.033]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for setprogname... no
2025-08-20T21:52:34.7906508Z [00:03:28.042]➜  db-static-x86_64-unknown-linux-musl> :  db_checkpoint
2025-08-20T21:52:34.7921244Z [00:03:28.044]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_load  \
2025-08-20T21:52:34.7922933Z [00:03:28.044]➜  db-static-x86_64-unknown-linux-musl>     db_load.o util_cache.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:34.7968335Z [00:03:28.049]➜  go> ./src/syscall/mkall.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.8245209Z [00:03:28.076]➜  go> ./src/syscall/mkerrors.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.8356746Z [00:03:28.087]➜  db-static-x86_64-unknown-linux-musl> :  db_deadlock
2025-08-20T21:52:34.8368131Z [00:03:28.089]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_log_verify  \
2025-08-20T21:52:34.8369885Z [00:03:28.089]➜  db-static-x86_64-unknown-linux-musl>     db_log_verify.o util_cache.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:34.8471604Z [00:03:28.099]➜  go> ./src/syscall/mksysnum_plan9.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:52:34.8644212Z [00:03:28.116]➜  db-static-x86_64-unknown-linux-musl> :  db_archive
2025-08-20T21:52:34.8645423Z [00:03:28.116]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_printlog  \
2025-08-20T21:52:34.8647637Z [00:03:28.116]➜  db-static-x86_64-unknown-linux-musl>     db_printlog.o btree_autop.o crdel_autop.o db_autop.o dbreg_autop.o fileops_autop.o hash_autop.o heap_autop.o qam_autop.o repmgr_autop.o txn_autop.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:34.8879964Z [00:03:28.140]➜  go> ./src/buildall.bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.9124916Z [00:03:28.164]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:52:34.9146305Z [00:03:28.166]➜  go> ./src/cmd/vendor/golang.org/x/sys/windows/mkknownfolderids.bash: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.9252862Z [00:03:28.177]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_hotbackup db_hotbackup.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:34.9456911Z [00:03:28.197]➜  go> ./src/cmd/vendor/golang.org/x/sys/windows/mkerrors.bash: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:34.9552247Z [00:03:28.204]➜  db-static-x86_64-unknown-linux-musl> :  db_dump
2025-08-20T21:52:34.9553661Z [00:03:28.205]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_recover  \
2025-08-20T21:52:34.9555093Z [00:03:28.205]➜  db-static-x86_64-unknown-linux-musl>     db_recover.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:34.9585527Z [00:03:28.209]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_load db_load.o util_cache.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:34.9594757Z [00:03:28.210]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for setpassent... no
2025-08-20T21:52:34.9701351Z [00:03:28.222]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sigset_t... yes
2025-08-20T21:52:34.9860993Z [00:03:28.238]➜  go> ./src/cmd/vendor/golang.org/x/sys/unix/mkall.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.0010165Z [00:03:28.249]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:52:35.0090863Z [00:03:28.261]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_log_verify db_log_verify.o util_cache.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:35.0182102Z [00:03:28.269]➜  go> ./src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.0284240Z [00:03:28.280]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_printlog db_printlog.o btree_autop.o crdel_autop.o db_autop.o dbreg_autop.o fileops_autop.o hash_autop.o heap_autop.o qam_autop.o repmgr_autop.o txn_autop.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:35.0537445Z [00:03:28.305]➜  go> ./src/cmd/vendor/golang.org/x/sys/plan9/mkall.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.0865746Z [00:03:28.337]➜  go> ./src/cmd/vendor/golang.org/x/sys/plan9/mkerrors.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.1153428Z [00:03:28.367]➜  go> ./src/cmd/vendor/golang.org/x/sys/plan9/mksysnum_plan9.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:52:35.1314543Z [00:03:28.383]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for snprintb_m... no
2025-08-20T21:52:35.1419353Z [00:03:28.394]➜  go> ./src/cmd/compile/internal/ssa/_gen/cover.bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.1457282Z [00:03:28.397]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_recover db_recover.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:35.1557491Z [00:03:28.407]➜  gnutar-static-x86_64-unknown-linux-musl> checking for volatile sig_atomic_t... yes
2025-08-20T21:52:35.1715431Z [00:03:28.422]➜  go> ./src/race.bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.1795032Z [00:03:28.429]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:52:35.1823063Z [00:03:28.434]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:52:35.1824503Z [00:03:28.434]➜  db-static-x86_64-unknown-linux-musl> :  db_hotbackup
2025-08-20T21:52:35.1825893Z [00:03:28.434]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_replicate  \
2025-08-20T21:52:35.1827281Z [00:03:28.434]➜  db-static-x86_64-unknown-linux-musl>     db_replicate.o util_log.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:35.1833659Z [00:03:28.435]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:52:35.1886351Z [00:03:28.440]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:52:35.1887679Z [00:03:28.440]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:52:35.1971175Z [00:03:28.449]➜  go> ./src/make.bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.2147629Z [00:03:28.466]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:52:35.2149516Z [00:03:28.466]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:52:35.2150669Z [00:03:28.466]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:52:35.2197342Z [00:03:28.471]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:52:35.2209415Z [00:03:28.473]➜  go> ./src/run.bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.2269531Z [00:03:28.476]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:52:35.2275338Z [00:03:28.479]➜  db-static-x86_64-unknown-linux-musl> :  db_load
2025-08-20T21:52:35.2287801Z [00:03:28.480]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_stat  \
2025-08-20T21:52:35.2289367Z [00:03:28.480]➜  db-static-x86_64-unknown-linux-musl>     db_stat.o util_cache.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:35.2394741Z [00:03:28.491]➜  go> ./src/clean.bash: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.2445239Z [00:03:28.496]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:52:35.2556918Z [00:03:28.507]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:52:35.2895363Z [00:03:28.541]➜  go> ./misc/ios/clangwrap.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:52:35.2998852Z [00:03:28.552]➜  db-static-x86_64-unknown-linux-musl> :  db_printlog
2025-08-20T21:52:35.3016419Z [00:03:28.553]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_tuner  \
2025-08-20T21:52:35.3017967Z [00:03:28.553]➜  db-static-x86_64-unknown-linux-musl>     db_tuner.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:35.3055685Z [00:03:28.557]➜  db-static-x86_64-unknown-linux-musl> :  db_log_verify
2025-08-20T21:52:35.3104602Z [00:03:28.560]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_upgrade  \
2025-08-20T21:52:35.3110597Z [00:03:28.560]➜  db-static-x86_64-unknown-linux-musl>     db_upgrade.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:35.3210888Z [00:03:28.573]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sighandler_t... yes
2025-08-20T21:52:35.3220835Z [00:03:28.574]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether snprintf returns a byte count as in C99... guessing yes
2025-08-20T21:52:35.3267686Z [00:03:28.578]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether printf supports POSIX/XSI format strings with positions... guessing yes
2025-08-20T21:52:35.3269808Z [00:03:28.578]➜  go> ./lib/time/update.bash: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.3299159Z [00:03:28.582]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for snprintf... yes
2025-08-20T21:52:35.3497515Z [00:03:28.601]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:52:35.3503919Z [00:03:28.602]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:52:35.3505435Z [00:03:28.602]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:52:35.3577341Z [00:03:28.609]➜  go> ./lib/wasm/go_js_wasm_exec: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.3613898Z [00:03:28.613]➜  db-static-x86_64-unknown-linux-musl> :  db_recover
2025-08-20T21:52:35.3619895Z [00:03:28.614]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_replicate db_replicate.o util_log.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:35.3647345Z [00:03:28.616]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o db_verify  \
2025-08-20T21:52:35.3651441Z [00:03:28.617]➜  db-static-x86_64-unknown-linux-musl>     db_verify.o util_cache.o util_sig.o libdb-5.3.a -lpthread
2025-08-20T21:52:35.3951555Z [00:03:28.647]➜  go> ./lib/wasm/go_wasip1_wasm_exec: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:52:35.4180793Z [00:03:28.670]➜  go> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:52:35.4221944Z [00:03:28.670]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_stat db_stat.o util_cache.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:35.4283951Z [00:03:28.680]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether snprintf is declared... yes
2025-08-20T21:52:35.4880367Z [00:03:28.740]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_tuner db_tuner.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:35.4985236Z [00:03:28.747]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_upgrade db_upgrade.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:35.5014364Z [00:03:28.751]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strlcat... yes
2025-08-20T21:52:35.5329460Z [00:03:28.783]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o db_verify db_verify.o util_cache.o util_sig.o  libdb-5.3.a -lpthread
2025-08-20T21:52:35.5463399Z [00:03:28.798]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fcloseall is declared... no
2025-08-20T21:52:35.5512928Z [00:03:28.802]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:52:35.5952278Z [00:03:28.845]➜  db-static-x86_64-unknown-linux-musl> :  db_replicate
2025-08-20T21:52:35.6185503Z [00:03:28.867]➜  go> Running phase: configurePhase
2025-08-20T21:52:35.6688105Z [00:03:28.920]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getw is declared... yes
2025-08-20T21:52:35.6695540Z [00:03:28.921]➜  db-static-x86_64-unknown-linux-musl> :  db_upgrade
2025-08-20T21:52:35.6700827Z [00:03:28.922]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strlcpy... yes
2025-08-20T21:52:35.6949332Z [00:03:28.947]➜  db-static-x86_64-unknown-linux-musl> :  db_stat
2025-08-20T21:52:35.7328113Z [00:03:28.984]➜  db-static-x86_64-unknown-linux-musl> :  db_tuner
2025-08-20T21:52:35.7347273Z [00:03:28.987]➜  db-static-x86_64-unknown-linux-musl> :  db_verify
2025-08-20T21:52:35.7406712Z [00:03:28.992]➜  db-static-x86_64-unknown-linux-musl> buildPhase completed in 1 minutes 23 seconds
2025-08-20T21:52:35.7422967Z [00:03:28.993]➜  db-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T21:52:35.7507310Z [00:03:29.002]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:52:35.7532904Z [00:03:29.005]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_access.c
2025-08-20T21:52:35.7577982Z [00:03:29.008]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether putw is declared... yes
2025-08-20T21:52:35.7602388Z [00:03:29.012]➜  go> no configure script, doing nothing
2025-08-20T21:52:35.7630440Z [00:03:29.015]➜  go> Running phase: buildPhase
2025-08-20T21:52:35.7695908Z [00:03:29.020]➜  go> real-time non-blocking time  (microseconds, -R) unlimited
2025-08-20T21:52:35.7696724Z [00:03:29.020]➜  go> core file size              (blocks, -c) 0
2025-08-20T21:52:35.7697664Z [00:03:29.020]➜  go> data seg size               (kbytes, -d) unlimited
2025-08-20T21:52:35.7698419Z [00:03:29.020]➜  go> scheduling priority                 (-e) 0
2025-08-20T21:52:35.7699163Z [00:03:29.020]➜  go> file size                   (blocks, -f) unlimited
2025-08-20T21:52:35.7699885Z [00:03:29.020]➜  go> pending signals                     (-i) 63952
2025-08-20T21:52:35.7700597Z [00:03:29.020]➜  go> max locked memory           (kbytes, -l) 8192
2025-08-20T21:52:35.7701325Z [00:03:29.020]➜  go> max memory size             (kbytes, -m) unlimited
2025-08-20T21:52:35.7702024Z [00:03:29.020]➜  go> open files                          (-n) 65536
2025-08-20T21:52:35.7702784Z [00:03:29.020]➜  go> pipe size                (512 bytes, -p) 8
2025-08-20T21:52:35.7703704Z [00:03:29.020]➜  go> POSIX message queues         (bytes, -q) 819200
2025-08-20T21:52:35.7704425Z [00:03:29.020]➜  go> real-time priority                  (-r) 0
2025-08-20T21:52:35.7705138Z [00:03:29.021]➜  go> stack size                  (kbytes, -s) unlimited
2025-08-20T21:52:35.7706024Z [00:03:29.021]➜  go> cpu time                   (seconds, -t) unlimited
2025-08-20T21:52:35.7706719Z [00:03:29.021]➜  go> max user processes                  (-u) 63952
2025-08-20T21:52:35.7707431Z [00:03:29.021]➜  go> virtual memory              (kbytes, -v) unlimited
2025-08-20T21:52:35.7708158Z [00:03:29.022]➜  go> file locks                          (-x) unlimited
2025-08-20T21:52:35.7708863Z [00:03:29.022]➜  go> /build/go/src /build/go
2025-08-20T21:52:35.7951632Z [00:03:29.046]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_access.c -o ex_access.o
2025-08-20T21:52:35.7956832Z [00:03:29.047]➜  go> Building Go cmd/dist using /nix/store/fmd3w4i7i8iqicclg05sa1d1imjxairm-go-1.22.12-linux-amd64-bootstrap/share/go. (go1.22.12 linux/amd64)
2025-08-20T21:52:35.7965398Z [00:03:29.048]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strmode... no
2025-08-20T21:52:35.8175034Z [00:03:29.069]➜  gnutar-static-x86_64-unknown-linux-musl> checking which flavor of printf attribute matches inttypes macros... system
2025-08-20T21:52:35.8780002Z [00:03:29.129]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether ecvt is declared... yes
2025-08-20T21:52:35.9328872Z [00:03:29.184]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strcasecmp... yes
2025-08-20T21:52:35.9526179Z [00:03:29.204]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fcvt is declared... yes
2025-08-20T21:52:35.9561140Z [00:03:29.207]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_access  ex_access.o libdb-5.3.a -lpthread
2025-08-20T21:52:36.1227081Z [00:03:29.374]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strncasecmp... yes
2025-08-20T21:52:36.1333725Z [00:03:29.381]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether gcvt is declared... yes
2025-08-20T21:52:36.1335212Z [00:03:29.382]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether MB_CUR_MAX is correct... guessing yes
2025-08-20T21:52:36.1405017Z [00:03:29.392]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_access ex_access.o  libdb-5.3.a -lpthread
2025-08-20T21:52:36.3167195Z [00:03:29.568]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strndup... yes
2025-08-20T21:52:36.3352968Z [00:03:29.587]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strdup is declared... yes
2025-08-20T21:52:36.3379978Z [00:03:29.590]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strerror(0) succeeds... guessing yes
2025-08-20T21:52:36.4756151Z [00:03:29.727]➜  db-static-x86_64-unknown-linux-musl> :  ex_access
2025-08-20T21:52:36.4815453Z [00:03:29.731]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_apprec/ex_apprec.c
2025-08-20T21:52:36.4904584Z [00:03:29.738]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strnlen... yes
2025-08-20T21:52:36.5173653Z [00:03:29.769]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strndup is declared... yes
2025-08-20T21:52:36.5587358Z [00:03:29.810]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_apprec/ex_apprec.c -o ex_apprec.o
2025-08-20T21:52:36.6018140Z [00:03:29.853]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strsep... yes
2025-08-20T21:52:36.6136778Z [00:03:29.865]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strnlen is declared... yes
2025-08-20T21:52:36.7082383Z [00:03:29.960]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strtoimax is declared... yes
2025-08-20T21:52:36.7262856Z [00:03:29.978]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_apprec/ex_apprec_auto.c
2025-08-20T21:52:36.7270301Z [00:03:29.979]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strsuftoll... no
2025-08-20T21:52:36.7838862Z [00:03:30.036]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strtoumax is declared... yes
2025-08-20T21:52:36.7956297Z [00:03:30.047]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_apprec/ex_apprec_auto.c -o ex_apprec_auto.o
2025-08-20T21:52:36.8106228Z [00:03:30.062]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strtoi... no
2025-08-20T21:52:36.8413920Z [00:03:30.093]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct timespec in <time.h>... yes
2025-08-20T21:52:36.8894235Z [00:03:30.141]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_apprec/ex_apprec_autop.c
2025-08-20T21:52:36.8972615Z [00:03:30.147]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strtoll... yes
2025-08-20T21:52:36.8974286Z [00:03:30.148]➜  gnutar-static-x86_64-unknown-linux-musl> checking for TIME_UTC in <time.h>... yes
2025-08-20T21:52:36.9354467Z [00:03:30.187]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_apprec/ex_apprec_autop.c -o ex_apprec_autop.o
2025-08-20T21:52:36.9750369Z [00:03:30.227]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether execvpe is declared... yes
2025-08-20T21:52:37.0185838Z [00:03:30.270]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for strtou... no
2025-08-20T21:52:37.0496633Z [00:03:30.298]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_apprec/ex_apprec_rec.c
2025-08-20T21:52:37.0657503Z [00:03:30.317]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether unsetenv is declared... yes
2025-08-20T21:52:37.0674797Z [00:03:30.319]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the utimes function works... guessing yes
2025-08-20T21:52:37.1125782Z [00:03:30.364]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for user_from_uid... no
2025-08-20T21:52:37.1161369Z [00:03:30.368]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_apprec/ex_apprec_rec.c -o ex_apprec_rec.o
2025-08-20T21:52:37.1215759Z [00:03:30.372]➜  gnutar-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:52:37.1260637Z [00:03:30.378]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:52:37.1262313Z [00:03:30.378]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:52:37.1264333Z [00:03:30.378]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:52:37.1723765Z [00:03:30.424]➜  gnutar-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:52:37.2034766Z [00:03:30.455]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for uid_from_user... no
2025-08-20T21:52:37.2298322Z [00:03:30.481]➜  gnutar-static-x86_64-unknown-linux-musl> checking for intmax_t... yes
2025-08-20T21:52:37.2317049Z [00:03:30.483]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether snprintf truncates the result as in C99... guessing yes
2025-08-20T21:52:37.2473942Z [00:03:30.499]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_apprec \
2025-08-20T21:52:37.2475823Z [00:03:30.499]➜  db-static-x86_64-unknown-linux-musl>      ex_apprec.o ex_apprec_auto.o ex_apprec_autop.o ex_apprec_rec.o libdb-5.3.a -lm -lpthread
2025-08-20T21:52:37.2735056Z [00:03:30.524]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:52:37.2736473Z [00:03:30.524]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:52:37.2962579Z [00:03:30.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for vasprintf... yes
2025-08-20T21:52:37.3371774Z [00:03:30.589]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:52:37.3378535Z [00:03:30.590]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:52:37.3390278Z [00:03:30.591]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:52:37.3400687Z [00:03:30.592]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:52:37.3406830Z [00:03:30.592]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:52:37.3424201Z [00:03:30.593]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:37.3426424Z [00:03:30.594]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:52:37.3439104Z [00:03:30.596]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:37.3449558Z [00:03:30.597]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:52:37.3462623Z [00:03:30.598]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:52:37.3519898Z [00:03:30.604]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:52:37.3534336Z [00:03:30.605]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:52:37.3545228Z [00:03:30.606]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:52:37.3552240Z [00:03:30.607]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:37.3560222Z [00:03:30.608]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:52:37.3574346Z [00:03:30.609]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:52:37.3606053Z [00:03:30.612]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:37.3639442Z [00:03:30.612]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:52:37.3650771Z [00:03:30.616]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_apprec ex_apprec.o ex_apprec_auto.o ex_apprec_autop.o ex_apprec_rec.o  libdb-5.3.a -lm -lpthread
2025-08-20T21:52:37.3652937Z [00:03:30.617]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:37.3671808Z [00:03:30.619]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:52:37.3678933Z [00:03:30.620]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:52:37.3689474Z [00:03:30.621]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:52:37.3708341Z [00:03:30.623]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:52:37.3731692Z [00:03:30.625]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:52:37.3743148Z [00:03:30.626]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:52:37.3749498Z [00:03:30.627]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:52:37.3757540Z [00:03:30.627]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:52:37.3765434Z [00:03:30.628]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:52:37.3773884Z [00:03:30.629]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:52:37.3780950Z [00:03:30.630]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:52:37.3798786Z [00:03:30.632]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:52:37.3812740Z [00:03:30.633]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:52:37.3830814Z [00:03:30.635]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:52:37.3847038Z [00:03:30.636]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:52:37.3854084Z [00:03:30.637]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:52:37.3864362Z [00:03:30.638]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:52:37.3871114Z [00:03:30.639]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:52:37.3884361Z [00:03:30.640]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:52:37.3895276Z [00:03:30.641]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:52:37.3909659Z [00:03:30.643]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:52:37.3918891Z [00:03:30.644]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:52:37.3927719Z [00:03:30.645]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:52:37.3935121Z [00:03:30.645]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for vasnprintf... no
2025-08-20T21:52:37.4145109Z [00:03:30.662]➜  gnutar-static-x86_64-unknown-linux-musl> checking where to find the exponent in a 'double'... word 1 bit 20
2025-08-20T21:52:37.4178118Z [00:03:30.663]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:37.4276835Z [00:03:30.679]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:37.4393877Z [00:03:30.691]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-cc... no
2025-08-20T21:52:37.4435340Z [00:03:30.695]➜  x86_64-unknown-linux-musl-binutils> checking for cc... cc
2025-08-20T21:52:37.4453767Z [00:03:30.697]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-c++... x86_64-unknown-linux-gnu-c++
2025-08-20T21:52:37.4461644Z [00:03:30.698]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... x86_64-unknown-linux-gnu-gcc
2025-08-20T21:52:37.4509453Z [00:03:30.703]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gfortran... no
2025-08-20T21:52:37.4525797Z [00:03:30.704]➜  x86_64-unknown-linux-musl-binutils> checking for gfortran... no
2025-08-20T21:52:37.4544810Z [00:03:30.706]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gccgo... no
2025-08-20T21:52:37.4559431Z [00:03:30.708]➜  x86_64-unknown-linux-musl-binutils> checking for gccgo... no
2025-08-20T21:52:37.4578127Z [00:03:30.710]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:52:37.4592632Z [00:03:30.711]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:52:37.4613112Z [00:03:30.713]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gm2... no
2025-08-20T21:52:37.4629191Z [00:03:30.715]➜  x86_64-unknown-linux-musl-binutils> checking for gm2... no
2025-08-20T21:52:37.4945990Z [00:03:30.746]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... no
2025-08-20T21:52:37.4954269Z [00:03:30.747]➜  x86_64-unknown-linux-musl-binutils> checking for ar... ar
2025-08-20T21:52:37.4964005Z [00:03:30.748]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... no
2025-08-20T21:52:37.4968352Z [00:03:30.749]➜  x86_64-unknown-linux-musl-binutils> checking for as... as
2025-08-20T21:52:37.4983928Z [00:03:30.750]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:37.4993171Z [00:03:30.751]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:52:37.5026248Z [00:03:30.752]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:37.5027935Z [00:03:30.753]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:52:37.5045432Z [00:03:30.756]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... no
2025-08-20T21:52:37.5050088Z [00:03:30.757]➜  x86_64-unknown-linux-musl-binutils> checking for ld... ld
2025-08-20T21:52:37.5063631Z [00:03:30.758]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:52:37.5071837Z [00:03:30.759]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:52:37.5087582Z [00:03:30.761]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... no
2025-08-20T21:52:37.5091506Z [00:03:30.761]➜  x86_64-unknown-linux-musl-binutils> checking for nm... nm
2025-08-20T21:52:37.5106574Z [00:03:30.762]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... no
2025-08-20T21:52:37.5109682Z [00:03:30.763]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... objcopy
2025-08-20T21:52:37.5122041Z [00:03:30.764]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for vsnprintf... yes
2025-08-20T21:52:37.5125770Z [00:03:30.764]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... no
2025-08-20T21:52:37.5128185Z [00:03:30.765]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... objdump
2025-08-20T21:52:37.5166978Z [00:03:30.768]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:52:37.5168546Z [00:03:30.768]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:52:37.5172256Z [00:03:30.769]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... no
2025-08-20T21:52:37.5175906Z [00:03:30.769]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... ranlib
2025-08-20T21:52:37.5199644Z [00:03:30.772]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... no
2025-08-20T21:52:37.5214212Z [00:03:30.772]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... readelf
2025-08-20T21:52:37.5216034Z [00:03:30.773]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_btrec.c
2025-08-20T21:52:37.5220039Z [00:03:30.774]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... no
2025-08-20T21:52:37.5223392Z [00:03:30.774]➜  x86_64-unknown-linux-musl-binutils> checking for strip... strip
2025-08-20T21:52:37.5239537Z [00:03:30.776]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:52:37.5249119Z [00:03:30.777]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:52:37.5273355Z [00:03:30.779]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:52:37.5284458Z [00:03:30.780]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:52:37.5292960Z [00:03:30.781]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:52:37.5318084Z [00:03:30.782]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:52:37.5331670Z [00:03:30.785]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wcslen... yes
2025-08-20T21:52:37.5337790Z [00:03:30.785]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... host tool
2025-08-20T21:52:37.5349682Z [00:03:30.786]➜  gnutar-static-x86_64-unknown-linux-musl> checking for snprintf... (cached) yes
2025-08-20T21:52:37.5374528Z [00:03:30.789]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... host tool
2025-08-20T21:52:37.5434246Z [00:03:30.795]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... host tool
2025-08-20T21:52:37.5437144Z [00:03:30.795]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:52:37.5458168Z [00:03:30.797]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... host tool
2025-08-20T21:52:37.5484105Z [00:03:30.800]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... host tool
2025-08-20T21:52:37.5508378Z [00:03:30.802]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... host tool
2025-08-20T21:52:37.5540044Z [00:03:30.806]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... host tool
2025-08-20T21:52:37.5559219Z [00:03:30.808]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... host tool
2025-08-20T21:52:37.5585008Z [00:03:30.810]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... host tool
2025-08-20T21:52:37.5596319Z [00:03:30.811]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:52:37.5620871Z [00:03:30.814]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... host tool
2025-08-20T21:52:37.5629229Z [00:03:30.815]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:52:37.5655699Z [00:03:30.816]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:52:37.5656862Z [00:03:30.816]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:52:37.5659982Z [00:03:30.818]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... host tool
2025-08-20T21:52:37.5664897Z [00:03:30.818]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:52:37.5668440Z [00:03:30.819]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:52:37.5670531Z [00:03:30.819]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:52:37.5675533Z [00:03:30.819]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:52:37.5681232Z [00:03:30.820]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:52:37.5692017Z [00:03:30.821]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:52:37.5709438Z [00:03:30.823]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether user_from_uid is declared... no
2025-08-20T21:52:37.5830575Z [00:03:30.835]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_btrec.c -o ex_btrec.o
2025-08-20T21:52:37.6212737Z [00:03:30.873]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:52:37.6239497Z [00:03:30.876]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether uid_from_user is declared... no
2025-08-20T21:52:37.6349586Z [00:03:30.887]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strnlen... yes
2025-08-20T21:52:37.6363970Z [00:03:30.887]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wcrtomb... (cached) yes
2025-08-20T21:52:37.6715160Z [00:03:30.921]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether pwcache_userdb is declared... no
2025-08-20T21:52:37.7082491Z [00:03:30.960]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether _snprintf is declared... no
2025-08-20T21:52:37.7218657Z [00:03:30.973]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether group_from_gid is declared... no
2025-08-20T21:52:37.7350991Z [00:03:30.987]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_btrec  ex_btrec.o libdb-5.3.a -lpthread
2025-08-20T21:52:37.7799555Z [00:03:31.027]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether vsnprintf is declared... yes
2025-08-20T21:52:37.7887750Z [00:03:31.040]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether gid_from_group is declared... no
2025-08-20T21:52:37.8000193Z [00:03:31.052]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:52:37.8357958Z [00:03:31.087]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether pwcache_groupdb is declared... no
2025-08-20T21:52:37.8393977Z [00:03:31.091]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether wcsdup is declared... yes
2025-08-20T21:52:37.8669083Z [00:03:31.119]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_btrec ex_btrec.o  libdb-5.3.a -lpthread
2025-08-20T21:52:37.9108323Z [00:03:31.162]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strcasecmp is declared... yes
2025-08-20T21:52:37.9135638Z [00:03:31.163]➜  gnutar-static-x86_64-unknown-linux-musl> checking for C compiler option to allow warnings... -Wno-error
2025-08-20T21:52:37.9989315Z [00:03:31.251]➜  db-static-x86_64-unknown-linux-musl> :  ex_btrec
2025-08-20T21:52:38.0006553Z [00:03:31.252]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_bulk.c
2025-08-20T21:52:38.0143028Z [00:03:31.266]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strncasecmp is declared... yes
2025-08-20T21:52:38.0211761Z [00:03:31.273]➜  gnutar-static-x86_64-unknown-linux-musl> checking for alignas and alignof... yes, <stdalign.h> macros
2025-08-20T21:52:38.0461242Z [00:03:31.298]➜  gnutar-static-x86_64-unknown-linux-musl> checking for alloca as a compiler built-in... yes
2025-08-20T21:52:38.0728054Z [00:03:31.321]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_bulk.c -o ex_bulk.o
2025-08-20T21:52:38.1001979Z [00:03:31.352]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strlcpy is declared... yes
2025-08-20T21:52:38.1046296Z [00:03:31.356]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether program_invocation_name is declared... yes
2025-08-20T21:52:38.1728982Z [00:03:31.425]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether program_invocation_short_name is declared... yes
2025-08-20T21:52:38.1946859Z [00:03:31.446]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strlcat is declared... yes
2025-08-20T21:52:38.2857646Z [00:03:31.537]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strndup is declared... yes
2025-08-20T21:52:38.3232590Z [00:03:31.575]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether program_invocation_name is defined... yes
2025-08-20T21:52:38.3818456Z [00:03:31.633]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strnlen is declared... yes
2025-08-20T21:52:38.4417153Z [00:03:31.693]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether program_invocation_short_name is defined... yes
2025-08-20T21:52:38.5115170Z [00:03:31.760]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strsep is declared... yes
2025-08-20T21:52:38.6115368Z [00:03:31.860]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether strsuftoll is declared... no
2025-08-20T21:52:38.6118228Z [00:03:31.863]➜  gnutar-static-x86_64-unknown-linux-musl> checking for static_assert... yes, an <assert.h> macro
2025-08-20T21:52:38.6119586Z [00:03:31.863]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether btowc(0) is correct... guessing yes
2025-08-20T21:52:38.6120907Z [00:03:31.863]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether btowc(EOF) is correct... guessing yes
2025-08-20T21:52:38.6122442Z [00:03:31.863]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether btowc is consistent with mbrtowc in the C locale... guessing yes
2025-08-20T21:52:38.6125216Z [00:03:31.864]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the C locale is free of encoding errors... guessing no
2025-08-20T21:52:38.6888398Z [00:03:31.940]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether mi_vector_hash is declared... no
2025-08-20T21:52:38.7541152Z [00:03:32.005]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether lchflags is declared... no
2025-08-20T21:52:38.8501160Z [00:03:32.101]➜  gnutar-static-x86_64-unknown-linux-musl> checking for __builtin_expect... yes
2025-08-20T21:52:38.8535038Z [00:03:32.103]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether calloc (0, n) and calloc (n, 0) return nonnull... guessing yes
2025-08-20T21:52:38.8685546Z [00:03:32.120]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether lchmod is declared... yes
2025-08-20T21:52:38.9562291Z [00:03:32.208]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_bulk  ex_bulk.o libdb-5.3.a -lpthread
2025-08-20T21:52:38.9634644Z [00:03:32.215]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether lchown is declared... yes
2025-08-20T21:52:38.9882197Z [00:03:32.240]➜  gnutar-static-x86_64-unknown-linux-musl> checking for readlinkat... yes
2025-08-20T21:52:39.0352668Z [00:03:32.287]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether this system supports file names of any length... no
2025-08-20T21:52:39.0401917Z [00:03:32.292]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether chmod works... guessing yes
2025-08-20T21:52:39.0875182Z [00:03:32.336]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether err is declared... yes
2025-08-20T21:52:39.1615774Z [00:03:32.410]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_bulk ex_bulk.o  libdb-5.3.a -lpthread
2025-08-20T21:52:39.1741800Z [00:03:32.426]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing clock_gettime... none required
2025-08-20T21:52:39.2002849Z [00:03:32.452]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether errc is declared... no
2025-08-20T21:52:39.3103775Z [00:03:32.562]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether errx is declared... yes
2025-08-20T21:52:39.3442913Z [00:03:32.596]➜  gnutar-static-x86_64-unknown-linux-musl> checking for clock_getres... yes
2025-08-20T21:52:39.3772312Z [00:03:32.629]➜  db-static-x86_64-unknown-linux-musl> :  ex_bulk
2025-08-20T21:52:39.3820058Z [00:03:32.633]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_env.c
2025-08-20T21:52:39.4065954Z [00:03:32.657]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether verrc is declared... no
2025-08-20T21:52:39.4877677Z [00:03:32.735]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_env.c -o ex_env.o
2025-08-20T21:52:39.5027321Z [00:03:32.754]➜  gnutar-static-x86_64-unknown-linux-musl> checking for clock_gettime... yes
2025-08-20T21:52:39.5100864Z [00:03:32.762]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:39.5132837Z [00:03:32.765]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether verrx is declared... yes
2025-08-20T21:52:39.5343901Z [00:03:32.786]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:39.5597791Z [00:03:32.811]➜  x86_64-unknown-linux-musl-binutils> checking target system type... arm-unknown-linux-gnu
2025-08-20T21:52:39.5978824Z [00:03:32.849]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:52:39.6086953Z [00:03:32.860]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:52:39.6088167Z [00:03:32.861]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:52:39.6162571Z [00:03:32.868]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether warn is declared... yes
2025-08-20T21:52:39.6270732Z [00:03:32.879]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:52:39.6326937Z [00:03:32.884]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:52:39.6591304Z [00:03:32.907]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:52:39.6715290Z [00:03:32.923]➜  gnutar-static-x86_64-unknown-linux-musl> checking for clock_settime... yes
2025-08-20T21:52:39.6773149Z [00:03:32.926]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_env  ex_env.o libdb-5.3.a -lpthread
2025-08-20T21:52:39.6995654Z [00:03:32.951]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether warnc is declared... no
2025-08-20T21:52:39.7865638Z [00:03:33.034]➜  gnutar-static-x86_64-unknown-linux-musl> checking for closedir... yes
2025-08-20T21:52:39.7968940Z [00:03:33.048]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether warnx is declared... yes
2025-08-20T21:52:39.8694576Z [00:03:33.121]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether vwarnc is declared... no
2025-08-20T21:52:39.8730793Z [00:03:33.125]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_env ex_env.o  libdb-5.3.a -lpthread
2025-08-20T21:52:39.9170593Z [00:03:33.169]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:52:39.9171868Z [00:03:33.169]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:52:39.9997593Z [00:03:33.249]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether vwarnx is declared... yes
2025-08-20T21:52:40.0758880Z [00:03:33.328]➜  db-static-x86_64-unknown-linux-musl> :  ex_env
2025-08-20T21:52:40.0760315Z [00:03:33.328]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_heap.c
2025-08-20T21:52:40.0978751Z [00:03:33.350]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether htobe16 is declared... yes
2025-08-20T21:52:40.1317821Z [00:03:33.383]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:52:40.1445734Z [00:03:33.393]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_heap.c -o ex_heap.o
2025-08-20T21:52:40.1871667Z [00:03:33.439]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether htobe32 is declared... yes
2025-08-20T21:52:40.2138496Z [00:03:33.465]➜  gnutar-static-x86_64-unknown-linux-musl> checking for d_ino member in directory struct... (cached) guessing yes
2025-08-20T21:52:40.2882629Z [00:03:33.540]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether htobe64 is declared... yes
2025-08-20T21:52:40.3033770Z [00:03:33.555]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:52:40.3175922Z [00:03:33.569]➜  gnutar-static-x86_64-unknown-linux-musl> checking for dirfd... yes
2025-08-20T21:52:40.3934487Z [00:03:33.645]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether htole16 is declared... yes
2025-08-20T21:52:40.4009694Z [00:03:33.653]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether dirfd is declared... yes
2025-08-20T21:52:40.4012638Z [00:03:33.653]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:52:40.4298935Z [00:03:33.681]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_heap  ex_heap.o libdb-5.3.a -lpthread
2025-08-20T21:52:40.4345174Z [00:03:33.686]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether dirfd is a macro... no
2025-08-20T21:52:40.4346666Z [00:03:33.686]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether // is distinct from /... (cached) unknown, assuming no
2025-08-20T21:52:40.4347977Z [00:03:33.686]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether dup works... guessing yes
2025-08-20T21:52:40.4384222Z [00:03:33.690]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether dup2 works... guessing yes
2025-08-20T21:52:40.4463472Z [00:03:33.698]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:52:40.4529233Z [00:03:33.705]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether htole32 is declared... yes
2025-08-20T21:52:40.5283493Z [00:03:33.780]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:52:40.5427099Z [00:03:33.794]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether htole64 is declared... yes
2025-08-20T21:52:40.5606327Z [00:03:33.812]➜  gnutar-static-x86_64-unknown-linux-musl> checking for euidaccess... yes
2025-08-20T21:52:40.5611392Z [00:03:33.812]➜  gnutar-static-x86_64-unknown-linux-musl> checking for faccessat... (cached) yes
2025-08-20T21:52:40.5641629Z [00:03:33.816]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_heap ex_heap.o  libdb-5.3.a -lpthread
2025-08-20T21:52:40.5727740Z [00:03:33.824]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fchmodat works... guessing no
2025-08-20T21:52:40.5733653Z [00:03:33.824]➜  gnutar-static-x86_64-unknown-linux-musl> checking for readlinkat... (cached) yes
2025-08-20T21:52:40.6464916Z [00:03:33.898]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether be16toh is declared... yes
2025-08-20T21:52:40.6485004Z [00:03:33.900]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:52:40.7199963Z [00:03:33.972]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fchownat... yes
2025-08-20T21:52:40.7283798Z [00:03:33.980]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fchownat works with AT_SYMLINK_NOFOLLOW... guessing no
2025-08-20T21:52:40.7285434Z [00:03:33.980]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fchownat works with an empty file name... guessing no
2025-08-20T21:52:40.7287003Z [00:03:33.980]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fcntl handles F_DUPFD correctly... guessing yes
2025-08-20T21:52:40.7288656Z [00:03:33.980]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fcntl understands F_DUPFD_CLOEXEC... guessing no
2025-08-20T21:52:40.7398707Z [00:03:33.992]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether be32toh is declared... yes
2025-08-20T21:52:40.7613781Z [00:03:34.013]➜  db-static-x86_64-unknown-linux-musl> :  ex_heap
2025-08-20T21:52:40.7737255Z [00:03:34.022]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_lock.c
2025-08-20T21:52:40.8246234Z [00:03:34.076]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:52:40.8407900Z [00:03:34.092]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fdopendir is declared... yes
2025-08-20T21:52:40.8409673Z [00:03:34.093]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fdopendir works... guessing yes
2025-08-20T21:52:40.8514085Z [00:03:34.103]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_lock.c -o ex_lock.o
2025-08-20T21:52:40.9052419Z [00:03:34.157]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether be64toh is declared... yes
2025-08-20T21:52:40.9579517Z [00:03:34.209]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct stat.st_blocks... yes
2025-08-20T21:52:41.0291820Z [00:03:34.281]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether le16toh is declared... yes
2025-08-20T21:52:41.0333720Z [00:03:34.285]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:52:41.0942644Z [00:03:34.346]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether le32toh is declared... yes
2025-08-20T21:52:41.1675480Z [00:03:34.419]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:52:41.1727517Z [00:03:34.424]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether le64toh is declared... yes
2025-08-20T21:52:41.2256410Z [00:03:34.477]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mempcpy... yes
2025-08-20T21:52:41.3007961Z [00:03:34.552]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_lock  ex_lock.o libdb-5.3.a -lpthread
2025-08-20T21:52:41.3240231Z [00:03:34.576]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether bswap16 is declared... no
2025-08-20T21:52:41.3652505Z [00:03:34.611]➜  gnutar-static-x86_64-unknown-linux-musl> checking for flexible array member... yes
2025-08-20T21:52:41.3684729Z [00:03:34.611]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether conversion from 'int' to 'long double' works... guessing yes
2025-08-20T21:52:41.3687052Z [00:03:34.617]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working GNU fnmatch... guessing yes
2025-08-20T21:52:41.3806804Z [00:03:34.632]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fopen supports the mode character 'x'... guessing yes
2025-08-20T21:52:41.3809065Z [00:03:34.632]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fopen supports the mode character 'e'... guessing yes
2025-08-20T21:52:41.4766871Z [00:03:34.728]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether bswap32 is declared... no
2025-08-20T21:52:41.4837929Z [00:03:34.735]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:52:41.4891859Z [00:03:34.741]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:52:41.4927361Z [00:03:34.744]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:52:41.4977372Z [00:03:34.749]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:52:41.4978848Z [00:03:34.749]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:52:41.5250119Z [00:03:34.777]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_lock ex_lock.o  libdb-5.3.a -lpthread
2025-08-20T21:52:41.5258687Z [00:03:34.777]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:52:41.5266788Z [00:03:34.778]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:52:41.5275064Z [00:03:34.779]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:52:41.5348449Z [00:03:34.786]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:52:41.5357313Z [00:03:34.787]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:52:41.5508712Z [00:03:34.802]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:52:41.5597136Z [00:03:34.811]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:52:41.5737368Z [00:03:34.825]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether bswap64 is declared... no
2025-08-20T21:52:41.5881146Z [00:03:34.840]➜  gnutar-static-x86_64-unknown-linux-musl> checking for __fpending... yes
2025-08-20T21:52:41.6635946Z [00:03:34.915]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:52:41.6641013Z [00:03:34.915]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:52:41.6694502Z [00:03:34.917]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:52:41.6963785Z [00:03:34.948]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether be16enc is declared... no
2025-08-20T21:52:41.7514727Z [00:03:35.003]➜  db-static-x86_64-unknown-linux-musl> :  ex_lock
2025-08-20T21:52:41.7545107Z [00:03:35.006]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_mpool.c
2025-08-20T21:52:41.7626081Z [00:03:35.014]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether __fpending is declared... yes
2025-08-20T21:52:41.7925386Z [00:03:35.042]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether le16enc is declared... no
2025-08-20T21:52:41.8179316Z [00:03:35.070]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:52:41.8438632Z [00:03:35.095]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether free is known to preserve errno... no
2025-08-20T21:52:41.8452781Z [00:03:35.097]➜  gnutar-static-x86_64-unknown-linux-musl> checking for fseeko... (cached) yes
2025-08-20T21:52:41.8457888Z [00:03:35.097]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fflush works on input streams... (cached) cross
2025-08-20T21:52:41.8522198Z [00:03:35.104]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_mpool.c -o ex_mpool.o
2025-08-20T21:52:41.8810370Z [00:03:35.126]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether be16dec is declared... no
2025-08-20T21:52:42.0171878Z [00:03:35.263]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether le16dec is declared... no
2025-08-20T21:52:42.0598207Z [00:03:35.311]➜  gnutar-static-x86_64-unknown-linux-musl> checking for _fseeki64... no
2025-08-20T21:52:42.0632557Z [00:03:35.315]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether fstatat (..., 0) works... guessing yes
2025-08-20T21:52:42.0979766Z [00:03:35.350]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether be32enc is declared... no
2025-08-20T21:52:42.1199587Z [00:03:35.372]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:52:42.1725278Z [00:03:35.424]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether le32enc is declared... no
2025-08-20T21:52:42.1762133Z [00:03:35.426]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_mpool  ex_mpool.o libdb-5.3.a -lpthread
2025-08-20T21:52:42.2165690Z [00:03:35.468]➜  gnutar-static-x86_64-unknown-linux-musl> checking for futimens... yes
2025-08-20T21:52:42.2216452Z [00:03:35.473]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether futimens works... guessing no
2025-08-20T21:52:42.2228624Z [00:03:35.475]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getcwd handles long file names properly... guessing no, but it is partly working
2025-08-20T21:52:42.2601422Z [00:03:35.512]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether be32dec is declared... no
2025-08-20T21:52:42.3068307Z [00:03:35.558]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_mpool ex_mpool.o  libdb-5.3.a -lpthread
2025-08-20T21:52:42.3289989Z [00:03:35.581]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether le32dec is declared... no
2025-08-20T21:52:42.3532307Z [00:03:35.605]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getpagesize... yes
2025-08-20T21:52:42.3575644Z [00:03:35.609]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getcwd succeeds when 4k < cwd_length < 16k... guessing no
2025-08-20T21:52:42.4547315Z [00:03:35.705]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether be64enc is declared... no
2025-08-20T21:52:42.4885858Z [00:03:35.739]➜  db-static-x86_64-unknown-linux-musl> :  ex_mpool
2025-08-20T21:52:42.4919528Z [00:03:35.744]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_rep/base/rep_base.c
2025-08-20T21:52:42.4949384Z [00:03:35.747]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getdelim... yes
2025-08-20T21:52:42.5525881Z [00:03:35.802]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether le64enc is declared... no
2025-08-20T21:52:42.5661500Z [00:03:35.818]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working getdelim function... guessing yes
2025-08-20T21:52:42.5706972Z [00:03:35.822]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getdtablesize works... guessing yes
2025-08-20T21:52:42.6363413Z [00:03:35.888]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_rep/base/rep_base.c -o rep_base.o
2025-08-20T21:52:42.6419675Z [00:03:35.894]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether be64dec is declared... no
2025-08-20T21:52:42.6965442Z [00:03:35.947]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getgroups... yes
2025-08-20T21:52:42.6975975Z [00:03:35.947]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working getgroups... guessing yes
2025-08-20T21:52:42.6977802Z [00:03:35.947]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getgroups handles negative values... guessing yes
2025-08-20T21:52:42.7484135Z [00:03:36.000]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether le64dec is declared... no
2025-08-20T21:52:42.7993478Z [00:03:36.051]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_rep/common/rep_common.c
2025-08-20T21:52:42.8045231Z [00:03:36.056]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getline... yes
2025-08-20T21:52:42.8338329Z [00:03:36.085]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working getline function... guessing yes
2025-08-20T21:52:42.8356067Z [00:03:36.087]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getpagesize... (cached) yes
2025-08-20T21:52:42.8439593Z [00:03:36.096]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether fstatvfs is declared... yes
2025-08-20T21:52:42.8817817Z [00:03:36.133]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_rep/common/rep_common.c -o rep_common.o
2025-08-20T21:52:42.9114987Z [00:03:36.161]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getpagesize is declared... yes
2025-08-20T21:52:42.9290324Z [00:03:36.181]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether setgroupent is declared... no
2025-08-20T21:52:43.0116212Z [00:03:36.263]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking whether setpassent is declared... no
2025-08-20T21:52:43.0629613Z [00:03:36.314]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getprogname... no
2025-08-20T21:52:43.0679672Z [00:03:36.320]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether program_invocation_name is declared... (cached) yes
2025-08-20T21:52:43.0728209Z [00:03:36.324]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether program_invocation_name is declared... (cached) yes
2025-08-20T21:52:43.0751245Z [00:03:36.327]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether program_invocation_short_name is declared... (cached) yes
2025-08-20T21:52:43.1452331Z [00:03:36.397]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether __argv is declared... no
2025-08-20T21:52:43.1477417Z [00:03:36.399]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for regfree in -lregex... no
2025-08-20T21:52:43.2592782Z [00:03:36.511]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_rep/base/rep_msg.c
2025-08-20T21:52:43.2735674Z [00:03:36.525]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getrandom... yes
2025-08-20T21:52:43.3240731Z [00:03:36.576]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for library containing regfree... none required
2025-08-20T21:52:43.3416714Z [00:03:36.593]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getrandom is compatible with its GNU+BSD signature... yes
2025-08-20T21:52:43.3641439Z [00:03:36.616]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_rep/base/rep_msg.c -o rep_msg.o
2025-08-20T21:52:43.4182174Z [00:03:36.670]➜  gnutar-static-x86_64-unknown-linux-musl> checking for gettimeofday with POSIX signature... yes
2025-08-20T21:52:43.4663545Z [00:03:36.718]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for clock_gettime in -lrt... yes
2025-08-20T21:52:43.5976459Z [00:03:36.849]➜  gnutar-static-x86_64-unknown-linux-musl> checking for group_member... no
2025-08-20T21:52:43.6319431Z [00:03:36.883]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:52:43.6331582Z [00:03:36.884]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:52:43.6334427Z [00:03:36.885]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:52:43.6347599Z [00:03:36.886]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for fparseln... no
2025-08-20T21:52:43.6846217Z [00:03:36.936]➜  compat-netbsd-static-x86_64-unknown-linux-musl> configure: updating cache config.cache
2025-08-20T21:52:43.6983948Z [00:03:36.950]➜  compat-netbsd-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:52:43.7263579Z [00:03:36.978]➜  gnutar-static-x86_64-unknown-linux-musl> checking for iswblank... yes
2025-08-20T21:52:43.7568117Z [00:03:37.008]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_rep/base/rep_net.c
2025-08-20T21:52:43.7986424Z [00:03:37.050]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether iswblank is declared... yes
2025-08-20T21:52:43.7998992Z [00:03:37.052]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:52:43.8009689Z [00:03:37.052]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:52:43.8016103Z [00:03:37.053]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether iswdigit is ISO C compliant... guessing yes
2025-08-20T21:52:43.8071549Z [00:03:37.059]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether iswxdigit is ISO C compliant... guessing yes
2025-08-20T21:52:43.8403780Z [00:03:37.092]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_rep/base/rep_net.c -o rep_net.o
2025-08-20T21:52:43.8682547Z [00:03:37.120]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:52:43.8694163Z [00:03:37.121]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:52:43.8709961Z [00:03:37.123]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:52:43.8724439Z [00:03:37.124]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:52:43.8730140Z [00:03:37.125]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:52:43.8744254Z [00:03:37.126]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:43.8756821Z [00:03:37.127]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:52:43.8770190Z [00:03:37.129]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:43.8783170Z [00:03:37.130]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:52:43.8811817Z [00:03:37.133]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:52:43.8838354Z [00:03:37.136]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:52:43.8847503Z [00:03:37.137]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:52:43.8853964Z [00:03:37.137]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:52:43.8855414Z [00:03:37.137]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:43.8859229Z [00:03:37.138]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:52:43.8861975Z [00:03:37.138]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:52:43.8871475Z [00:03:37.139]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:43.8900120Z [00:03:37.141]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:52:43.8901551Z [00:03:37.142]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:43.8906683Z [00:03:37.142]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:52:43.8914182Z [00:03:37.143]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:52:43.8921108Z [00:03:37.144]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:52:43.8938599Z [00:03:37.146]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:52:43.8951909Z [00:03:37.147]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:52:43.8959955Z [00:03:37.148]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:52:43.8971238Z [00:03:37.149]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:52:43.8975260Z [00:03:37.149]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:52:43.8984000Z [00:03:37.150]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:52:43.8990965Z [00:03:37.150]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:52:43.8992487Z [00:03:37.151]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:52:43.9005259Z [00:03:37.152]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:52:43.9009015Z [00:03:37.153]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:52:43.9017316Z [00:03:37.153]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:52:43.9024509Z [00:03:37.154]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:52:43.9030089Z [00:03:37.154]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:52:43.9039105Z [00:03:37.155]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:52:43.9040415Z [00:03:37.155]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:52:43.9041733Z [00:03:37.155]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:52:43.9048813Z [00:03:37.156]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:52:43.9062918Z [00:03:37.158]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:52:43.9067337Z [00:03:37.158]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:52:43.9068628Z [00:03:37.158]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:52:43.9155538Z [00:03:37.166]➜  gnutar-static-x86_64-unknown-linux-musl> checking for lchown... yes
2025-08-20T21:52:43.9212704Z [00:03:37.173]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:43.9218833Z [00:03:37.173]➜  compat-netbsd-static-x86_64-unknown-linux-musl> config.status: creating defs.mk
2025-08-20T21:52:43.9298972Z [00:03:37.181]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:43.9419052Z [00:03:37.194]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-cc... no
2025-08-20T21:52:43.9444963Z [00:03:37.196]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-gcc... no
2025-08-20T21:52:43.9449153Z [00:03:37.196]➜  compat-netbsd-static-x86_64-unknown-linux-musl> config.status: creating nbtool_config.h
2025-08-20T21:52:43.9465320Z [00:03:37.198]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-c++... no
2025-08-20T21:52:43.9483608Z [00:03:37.200]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-g++... no
2025-08-20T21:52:43.9514657Z [00:03:37.201]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-cxx... no
2025-08-20T21:52:43.9517880Z [00:03:37.202]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-gxx... no
2025-08-20T21:52:43.9519187Z [00:03:37.204]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-gcc... no
2025-08-20T21:52:43.9531065Z [00:03:37.205]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-gfortran... no
2025-08-20T21:52:43.9544368Z [00:03:37.206]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-gccgo... no
2025-08-20T21:52:43.9558040Z [00:03:37.208]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-gdc... no
2025-08-20T21:52:43.9598502Z [00:03:37.212]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-gm2... no
2025-08-20T21:52:43.9642575Z [00:03:37.216]➜  compat-netbsd-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
2025-08-20T21:52:43.9712892Z [00:03:37.223]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-ar... no
2025-08-20T21:52:43.9732595Z [00:03:37.225]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-as... no
2025-08-20T21:52:43.9735996Z [00:03:37.225]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the compiler supports the __inline keyword... yes
2025-08-20T21:52:43.9754922Z [00:03:37.227]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:43.9773643Z [00:03:37.229]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:43.9792378Z [00:03:37.231]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-ld... no
2025-08-20T21:52:43.9818592Z [00:03:37.234]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-lipo... no
2025-08-20T21:52:43.9832952Z [00:03:37.235]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-nm... no
2025-08-20T21:52:43.9834766Z [00:03:37.235]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether link obeys POSIX... guessing yes
2025-08-20T21:52:43.9852364Z [00:03:37.237]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-objcopy... no
2025-08-20T21:52:43.9871096Z [00:03:37.239]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-objdump... no
2025-08-20T21:52:43.9891151Z [00:03:37.241]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-otool... no
2025-08-20T21:52:43.9917672Z [00:03:37.244]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-ranlib... no
2025-08-20T21:52:43.9944500Z [00:03:37.245]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-readelf... no
2025-08-20T21:52:43.9948685Z [00:03:37.247]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-strip... no
2025-08-20T21:52:43.9966378Z [00:03:37.248]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-windres... no
2025-08-20T21:52:43.9985464Z [00:03:37.250]➜  x86_64-unknown-linux-musl-binutils> checking for xscale-unknown-linux-gnu-windmc... no
2025-08-20T21:52:43.9988496Z [00:03:37.251]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:52:43.9993899Z [00:03:37.251]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:52:44.0018249Z [00:03:37.254]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:52:44.0058331Z [00:03:37.256]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:52:44.0093987Z [00:03:37.260]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:52:44.0096295Z [00:03:37.261]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:52:44.0099106Z [00:03:37.262]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:52:44.0119145Z [00:03:37.264]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:52:44.0144222Z [00:03:37.266]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:52:44.0176739Z [00:03:37.269]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:52:44.0229767Z [00:03:37.275]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:52:44.0256077Z [00:03:37.277]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:52:44.0266590Z [00:03:37.278]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:52:44.0293046Z [00:03:37.281]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:52:44.0299460Z [00:03:37.282]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:52:44.0306685Z [00:03:37.282]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:52:44.0319265Z [00:03:37.283]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:52:44.0374211Z [00:03:37.289]➜  compat-netbsd-static-x86_64-unknown-linux-musl> configurePhase completed in 48 seconds
2025-08-20T21:52:44.0382439Z [00:03:37.289]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:52:44.0385593Z [00:03:37.290]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:52:44.0386882Z [00:03:37.290]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:52:44.0387895Z [00:03:37.290]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:52:44.0388896Z [00:03:37.290]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:52:44.0390035Z [00:03:37.290]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:52:44.0399903Z [00:03:37.292]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:52:44.0429823Z [00:03:37.295]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:52:44.0536705Z [00:03:37.304]➜  compat-netbsd-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash MANDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man INCSDIR=/nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include -j 5 LOCALEDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/locale DOCDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/doc INFODIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/info SHAREDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share SHLIBDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib LIBDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib BINDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/bin STRIP=x86_64-unknown-linux-musl-strip LD=x86_64-unknown-linux-musl-ld CXX=x86_64-unknown-linux-musl-g++ CPP=x86_64-unknown-linux-musl-cpp CC=x86_64-unknown-linux-musl-gcc AR=x86_64-unknown-linux-musl-ar MACHINE_ARCH=x86_64 MACHINE=amd64 MKSOFTFLOAT=no INSTALL=/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install DATADIR=\$\(dev\)/share LORDER=echo TSORT=cat MKSHARE=no
2025-08-20T21:52:44.0931113Z [00:03:37.345]➜  gnutar-static-x86_64-unknown-linux-musl> checking for __xpg4... no
2025-08-20T21:52:44.0959174Z [00:03:37.347]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether link(2) dereferences a symlink... guessing no
2025-08-20T21:52:44.1041883Z [00:03:37.356]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_rep_base \
2025-08-20T21:52:44.1047847Z [00:03:37.356]➜  db-static-x86_64-unknown-linux-musl>      rep_base.o rep_common.o rep_msg.o rep_net.o libdb-5.3.a -lm -lpthread
2025-08-20T21:52:44.1096343Z [00:03:37.361]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:52:44.1618243Z [00:03:37.413]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- atoll.o ---
2025-08-20T21:52:44.1619510Z [00:03:37.414]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- basename.o ---
2025-08-20T21:52:44.1704765Z [00:03:37.420]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbr.o ---
2025-08-20T21:52:44.1826341Z [00:03:37.426]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbw.o ---
2025-08-20T21:52:44.1834685Z [00:03:37.426]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dirname.o ---
2025-08-20T21:52:44.1835749Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- atoll.o ---
2025-08-20T21:52:44.1836826Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/atoll.o
2025-08-20T21:52:44.1840281Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/atoll.c -o atoll.o
2025-08-20T21:52:44.1843609Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- basename.o ---
2025-08-20T21:52:44.1844790Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/basename.o
2025-08-20T21:52:44.1848174Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/basename.c -o basename.o
2025-08-20T21:52:44.1851187Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbr.o ---
2025-08-20T21:52:44.1852212Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/cdbr.o
2025-08-20T21:52:44.1855637Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/cdb/cdbr.c -o cdbr.o
2025-08-20T21:52:44.1858615Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dirname.o ---
2025-08-20T21:52:44.1859635Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/dirname.o
2025-08-20T21:52:44.1883838Z [00:03:37.428]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/dirname.c -o dirname.o
2025-08-20T21:52:44.1886892Z [00:03:37.429]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbw.o ---
2025-08-20T21:52:44.1887953Z [00:03:37.429]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/cdbw.o
2025-08-20T21:52:44.1891194Z [00:03:37.429]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/cdb/cdbw.c -o cdbw.o
2025-08-20T21:52:44.1984506Z [00:03:37.444]➜  gnutar-static-x86_64-unknown-linux-musl> checking for linkat... yes
2025-08-20T21:52:44.2167860Z [00:03:37.468]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether linkat() can link symlinks... guessing yes
2025-08-20T21:52:44.2321904Z [00:03:37.484]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether linkat handles trailing slash correctly... guessing yes
2025-08-20T21:52:44.2346934Z [00:03:37.484]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether localeconv works... guessing yes
2025-08-20T21:52:44.2675571Z [00:03:37.519]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dirname.o ---
2025-08-20T21:52:44.2677230Z [00:03:37.519]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  dirname.o
2025-08-20T21:52:44.2713061Z [00:03:37.523]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dprintf.o ---
2025-08-20T21:52:44.2815774Z [00:03:37.532]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/dprintf.o
2025-08-20T21:52:44.2819283Z [00:03:37.532]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    dprintf.c -o dprintf.o
2025-08-20T21:52:44.2865299Z [00:03:37.537]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- atoll.o ---
2025-08-20T21:52:44.2895386Z [00:03:37.537]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  atoll.o
2025-08-20T21:52:44.2945044Z [00:03:37.544]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fgetln.o ---
2025-08-20T21:52:44.2946118Z [00:03:37.546]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fgetln.o
2025-08-20T21:52:44.2982394Z [00:03:37.550]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether lseek detects pipes... yes
2025-08-20T21:52:44.2991990Z [00:03:37.551]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    fgetln.c -o fgetln.o
2025-08-20T21:52:44.3036154Z [00:03:37.555]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- basename.o ---
2025-08-20T21:52:44.3037589Z [00:03:37.555]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  basename.o
2025-08-20T21:52:44.3049812Z [00:03:37.557]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_rep_base rep_base.o rep_common.o rep_msg.o rep_net.o  libdb-5.3.a -lm -lpthread
2025-08-20T21:52:44.3141579Z [00:03:37.565]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- flock.o ---
2025-08-20T21:52:44.3142966Z [00:03:37.565]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/flock.o
2025-08-20T21:52:44.3146144Z [00:03:37.565]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    flock.c -o flock.o
2025-08-20T21:52:44.3806905Z [00:03:37.632]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dprintf.o ---
2025-08-20T21:52:44.3808751Z [00:03:37.632]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  dprintf.o
2025-08-20T21:52:44.3868723Z [00:03:37.639]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fparseln.o ---
2025-08-20T21:52:44.3932300Z [00:03:37.645]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fparseln.o
2025-08-20T21:52:44.3940562Z [00:03:37.645]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/fparseln.c -o fparseln.o
2025-08-20T21:52:44.3967134Z [00:03:37.648]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether SEEK_DATA works but is incompatible with GNU... no
2025-08-20T21:52:44.3999780Z [00:03:37.652]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether malloc (0) returns nonnull... (cached) guessing yes
2025-08-20T21:52:44.4092628Z [00:03:37.656]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtoc32 works on empty input... guessing yes
2025-08-20T21:52:44.4125296Z [00:03:37.656]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the C locale is free of encoding errors... guessing no
2025-08-20T21:52:44.4127285Z [00:03:37.662]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtowc handles a NULL pwc argument... guessing yes
2025-08-20T21:52:44.4129154Z [00:03:37.662]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fgetln.o ---
2025-08-20T21:52:44.4130544Z [00:03:37.662]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  fgetln.o
2025-08-20T21:52:44.4222672Z [00:03:37.671]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtowc handles a NULL string argument... guessing yes
2025-08-20T21:52:44.4254662Z [00:03:37.671]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtowc has a correct return value... guessing yes
2025-08-20T21:52:44.4256471Z [00:03:37.671]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
2025-08-20T21:52:44.4258159Z [00:03:37.671]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtowc stores incomplete characters... guessing no
2025-08-20T21:52:44.4259800Z [00:03:37.671]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbrtowc works on empty input... guessing yes
2025-08-20T21:52:44.4261550Z [00:03:37.671]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the C locale is free of encoding errors... (cached) guessing no
2025-08-20T21:52:44.4262925Z [00:03:37.676]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fpurge.o ---
2025-08-20T21:52:44.4264343Z [00:03:37.676]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fpurge.o
2025-08-20T21:52:44.4273967Z [00:03:37.679]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    fpurge.c -o fpurge.o
2025-08-20T21:52:44.4277077Z [00:03:37.679]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mbsrtowcs works... guessing yes
2025-08-20T21:52:44.4310209Z [00:03:37.683]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the C locale is free of encoding errors... (cached) guessing no
2025-08-20T21:52:44.4496380Z [00:03:37.701]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- flock.o ---
2025-08-20T21:52:44.4498066Z [00:03:37.701]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  flock.o
2025-08-20T21:52:44.4540168Z [00:03:37.706]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getcap.o ---
2025-08-20T21:52:44.4575037Z [00:03:37.707]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getcap.o
2025-08-20T21:52:44.4656019Z [00:03:37.717]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/getcap.c -o getcap.o
2025-08-20T21:52:44.5290639Z [00:03:37.779]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:52:44.5608259Z [00:03:37.812]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fpurge.o ---
2025-08-20T21:52:44.5613740Z [00:03:37.812]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  fpurge.o
2025-08-20T21:52:44.5734645Z [00:03:37.823]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getline.o ---
2025-08-20T21:52:44.5739198Z [00:03:37.825]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getline.o
2025-08-20T21:52:44.5742333Z [00:03:37.825]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    getline.c -o getline.o
2025-08-20T21:52:44.5939460Z [00:03:37.846]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbr.o ---
2025-08-20T21:52:44.5944746Z [00:03:37.846]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  cdbr.o
2025-08-20T21:52:44.6010468Z [00:03:37.853]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getmode.o ---
2025-08-20T21:52:44.6031301Z [00:03:37.855]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getmode.o
2025-08-20T21:52:44.6037206Z [00:03:37.855]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    getmode.c -o getmode.o
2025-08-20T21:52:44.6785384Z [00:03:37.925]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mbtowc... yes
2025-08-20T21:52:44.6874286Z [00:03:37.938]➜  db-static-x86_64-unknown-linux-musl> :  ex_rep_base
2025-08-20T21:52:44.6946069Z [00:03:37.946]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_rep_chan/rep_chan.c
2025-08-20T21:52:44.7123123Z [00:03:37.964]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getline.o ---
2025-08-20T21:52:44.7129828Z [00:03:37.965]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  getline.o
2025-08-20T21:52:44.7201328Z [00:03:37.972]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getopt_long.o ---
2025-08-20T21:52:44.7294511Z [00:03:37.981]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getopt_long.o
2025-08-20T21:52:44.7301674Z [00:03:37.981]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/getopt_long.c -o getopt_long.o
2025-08-20T21:52:44.7681396Z [00:03:38.020]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fparseln.o ---
2025-08-20T21:52:44.7687769Z [00:03:38.021]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  fparseln.o
2025-08-20T21:52:44.7733041Z [00:03:38.025]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- gettemp.o ---
2025-08-20T21:52:44.7754840Z [00:03:38.027]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/gettemp.o
2025-08-20T21:52:44.7763697Z [00:03:38.028]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/gettemp.c -o gettemp.o
2025-08-20T21:52:44.7896334Z [00:03:38.041]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getmode.o ---
2025-08-20T21:52:44.7900413Z [00:03:38.042]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  getmode.o
2025-08-20T21:52:44.7927824Z [00:03:38.045]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- heapsort.o ---
2025-08-20T21:52:44.7949927Z [00:03:38.047]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/heapsort.o
2025-08-20T21:52:44.7957920Z [00:03:38.047]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/heapsort.c -o heapsort.o
2025-08-20T21:52:44.7997796Z [00:03:38.051]➜  gnutar-static-x86_64-unknown-linux-musl> checking for bp-sym.h... no
2025-08-20T21:52:44.8029455Z [00:03:38.054]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mempcpy... (cached) yes
2025-08-20T21:52:44.8251418Z [00:03:38.077]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_rep_chan/rep_chan.c -o rep_chan.o
2025-08-20T21:52:44.8957511Z [00:03:38.147]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- gettemp.o ---
2025-08-20T21:52:44.8959337Z [00:03:38.147]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  gettemp.o
2025-08-20T21:52:44.9051037Z [00:03:38.157]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getsubopt.o ---
2025-08-20T21:52:44.9065957Z [00:03:38.158]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getsubopt.o
2025-08-20T21:52:44.9073466Z [00:03:38.158]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/getsubopt.c -o getsubopt.o
2025-08-20T21:52:44.9877396Z [00:03:38.239]➜  gnutar-static-x86_64-unknown-linux-musl> checking for memrchr... yes
2025-08-20T21:52:44.9933612Z [00:03:38.245]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getopt_long.o ---
2025-08-20T21:52:44.9938590Z [00:03:38.245]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  getopt_long.o
2025-08-20T21:52:44.9990686Z [00:03:38.251]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- issetugid.o ---
2025-08-20T21:52:44.9992338Z [00:03:38.251]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mkdir handles trailing slash... guessing yes
2025-08-20T21:52:44.9994800Z [00:03:38.251]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/issetugid.o
2025-08-20T21:52:44.9998365Z [00:03:38.251]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    issetugid.c -o issetugid.o
2025-08-20T21:52:45.0155680Z [00:03:38.267]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mkdir handles trailing dot... guessing yes
2025-08-20T21:52:45.0467543Z [00:03:38.296]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- heapsort.o ---
2025-08-20T21:52:45.0469104Z [00:03:38.297]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  heapsort.o
2025-08-20T21:52:45.0551538Z [00:03:38.307]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchflags.o ---
2025-08-20T21:52:45.0553472Z [00:03:38.307]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/lchflags.o
2025-08-20T21:52:45.0556893Z [00:03:38.307]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    lchflags.c -o lchflags.o
2025-08-20T21:52:45.0569496Z [00:03:38.309]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbw.o ---
2025-08-20T21:52:45.0571032Z [00:03:38.309]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  cdbw.o
2025-08-20T21:52:45.0630873Z [00:03:38.315]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchmod.o ---
2025-08-20T21:52:45.0652930Z [00:03:38.317]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/lchmod.o
2025-08-20T21:52:45.0659412Z [00:03:38.317]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    lchmod.c -o lchmod.o
2025-08-20T21:52:45.0825455Z [00:03:38.334]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- issetugid.o ---
2025-08-20T21:52:45.0830642Z [00:03:38.334]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  issetugid.o
2025-08-20T21:52:45.0903675Z [00:03:38.342]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getsubopt.o ---
2025-08-20T21:52:45.0917362Z [00:03:38.342]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  getsubopt.o
2025-08-20T21:52:45.0919857Z [00:03:38.343]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchown.o ---
2025-08-20T21:52:45.0951553Z [00:03:38.347]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/lchown.o
2025-08-20T21:52:45.0955438Z [00:03:38.347]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    lchown.c -o lchown.o
2025-08-20T21:52:45.0975713Z [00:03:38.349]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- libyywrap.o ---
2025-08-20T21:52:45.1024267Z [00:03:38.354]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/libyywrap.o
2025-08-20T21:52:45.1033563Z [00:03:38.354]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../external/bsd/flex/dist/src/libyywrap.c -o libyywrap.o
2025-08-20T21:52:45.1233704Z [00:03:38.375]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchflags.o ---
2025-08-20T21:52:45.1239248Z [00:03:38.375]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  lchflags.o
2025-08-20T21:52:45.1288827Z [00:03:38.381]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2.o ---
2025-08-20T21:52:45.1335560Z [00:03:38.385]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md2.o
2025-08-20T21:52:45.1342244Z [00:03:38.385]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/md2/md2.c -o md2.o
2025-08-20T21:52:45.1927377Z [00:03:38.444]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- libyywrap.o ---
2025-08-20T21:52:45.1928693Z [00:03:38.444]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  libyywrap.o
2025-08-20T21:52:45.1936743Z [00:03:38.445]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchmod.o ---
2025-08-20T21:52:45.1938425Z [00:03:38.445]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  lchmod.o
2025-08-20T21:52:45.1984962Z [00:03:38.449]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2hl.o ---
2025-08-20T21:52:45.1990682Z [00:03:38.451]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchown.o ---
2025-08-20T21:52:45.1995572Z [00:03:38.451]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  lchown.o
2025-08-20T21:52:45.2065517Z [00:03:38.454]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4c.o ---
2025-08-20T21:52:45.2067107Z [00:03:38.454]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md4c.o
2025-08-20T21:52:45.2070517Z [00:03:38.454]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/md/md4c.c -o md4c.o
2025-08-20T21:52:45.2073966Z [00:03:38.458]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2hl.o ---
2025-08-20T21:52:45.2075084Z [00:03:38.458]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md2hl.o
2025-08-20T21:52:45.2088992Z [00:03:38.458]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/md2/md2hl.c -o md2hl.o
2025-08-20T21:52:45.2092080Z [00:03:38.458]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4hl.o ---
2025-08-20T21:52:45.2093478Z [00:03:38.461]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md4hl.o
2025-08-20T21:52:45.2147903Z [00:03:38.466]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/md/md4hl.c -o md4hl.o
2025-08-20T21:52:45.2234547Z [00:03:38.475]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mkdtemp... yes
2025-08-20T21:52:45.2606177Z [00:03:38.512]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2.o ---
2025-08-20T21:52:45.2608363Z [00:03:38.512]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md2.o
2025-08-20T21:52:45.2677325Z [00:03:38.519]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5c.o ---
2025-08-20T21:52:45.2700364Z [00:03:38.522]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md5c.o
2025-08-20T21:52:45.2708617Z [00:03:38.522]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/md/md5c.c -o md5c.o
2025-08-20T21:52:45.3505544Z [00:03:38.600]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getcap.o ---
2025-08-20T21:52:45.3507796Z [00:03:38.600]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  getcap.o
2025-08-20T21:52:45.3549263Z [00:03:38.607]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5hl.o ---
2025-08-20T21:52:45.3572968Z [00:03:38.609]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md5hl.o
2025-08-20T21:52:45.3577067Z [00:03:38.609]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/md/md5hl.c -o md5hl.o
2025-08-20T21:52:45.3793478Z [00:03:38.631]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4hl.o ---
2025-08-20T21:52:45.3795327Z [00:03:38.631]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md4hl.o
2025-08-20T21:52:45.3800260Z [00:03:38.631]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2hl.o ---
2025-08-20T21:52:45.3801637Z [00:03:38.631]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md2hl.o
2025-08-20T21:52:45.3804326Z [00:03:38.631]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mi_vector_hash.o ---
2025-08-20T21:52:45.3816223Z [00:03:38.633]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mi_vector_hash.o
2025-08-20T21:52:45.3820668Z [00:03:38.633]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/mi_vector_hash.c -o mi_vector_hash.o
2025-08-20T21:52:45.3885373Z [00:03:38.640]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkdtemp.o ---
2025-08-20T21:52:45.3886871Z [00:03:38.640]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mkdtemp.o
2025-08-20T21:52:45.3929326Z [00:03:38.644]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/mkdtemp.c -o mkdtemp.o
2025-08-20T21:52:45.3995682Z [00:03:38.651]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mkfifo... yes
2025-08-20T21:52:45.4070622Z [00:03:38.659]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mkfifo rejects trailing slashes... guessing yes
2025-08-20T21:52:45.4925631Z [00:03:38.742]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  mkdtemp.o
2025-08-20T21:52:45.4950857Z [00:03:38.747]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkstemp.o ---
2025-08-20T21:52:45.4955485Z [00:03:38.747]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mkstemp.o
2025-08-20T21:52:45.4959538Z [00:03:38.747]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/mkstemp.c -o mkstemp.o
2025-08-20T21:52:45.5200261Z [00:03:38.772]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5hl.o ---
2025-08-20T21:52:45.5201922Z [00:03:38.772]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md5hl.o
2025-08-20T21:52:45.5231058Z [00:03:38.775]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pread.o ---
2025-08-20T21:52:45.5251893Z [00:03:38.777]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pread.o
2025-08-20T21:52:45.5259573Z [00:03:38.778]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    pread.c -o pread.o
2025-08-20T21:52:45.5502098Z [00:03:38.802]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mknodat... yes
2025-08-20T21:52:45.5583094Z [00:03:38.807]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_rep_chan/rep_chan_util.c
2025-08-20T21:52:45.5770829Z [00:03:38.829]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  pread.o
2025-08-20T21:52:45.5808472Z [00:03:38.833]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- putc_unlocked.o ---
2025-08-20T21:52:45.5862061Z [00:03:38.838]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/putc_unlocked.o
2025-08-20T21:52:45.5869420Z [00:03:38.838]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    putc_unlocked.c -o putc_unlocked.o
2025-08-20T21:52:45.6019274Z [00:03:38.853]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkstemp.o ---
2025-08-20T21:52:45.6020513Z [00:03:38.853]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  mkstemp.o
2025-08-20T21:52:45.6021665Z [00:03:38.853]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwcache.o ---
2025-08-20T21:52:45.6023085Z [00:03:38.853]➜  go> Building Go toolchain1 using /nix/store/fmd3w4i7i8iqicclg05sa1d1imjxairm-go-1.22.12-linux-amd64-bootstrap/share/go.
2025-08-20T21:52:45.6028694Z [00:03:38.855]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pwcache.o
2025-08-20T21:52:45.6032340Z [00:03:38.855]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/pwcache.c -o pwcache.o
2025-08-20T21:52:45.6726529Z [00:03:38.924]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- putc_unlocked.o ---
2025-08-20T21:52:45.6732388Z [00:03:38.924]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  putc_unlocked.o
2025-08-20T21:52:45.6735343Z [00:03:38.925]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_rep_chan/rep_chan_util.c -o rep_chan_util.o
2025-08-20T21:52:45.6784409Z [00:03:38.929]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwrite.o ---
2025-08-20T21:52:45.6807398Z [00:03:38.932]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pwrite.o
2025-08-20T21:52:45.6815899Z [00:03:38.933]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    pwrite.c -o pwrite.o
2025-08-20T21:52:45.7014783Z [00:03:38.953]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4c.o ---
2025-08-20T21:52:45.7020569Z [00:03:38.954]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md4c.o
2025-08-20T21:52:45.7111093Z [00:03:38.963]➜  gnutar-static-x86_64-unknown-linux-musl> checking for mkfifoat... yes
2025-08-20T21:52:45.7118020Z [00:03:38.964]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pw_scan.o ---
2025-08-20T21:52:45.7156648Z [00:03:38.967]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pw_scan.o
2025-08-20T21:52:45.7194673Z [00:03:38.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/pw_scan.c -o pw_scan.o
2025-08-20T21:52:45.7222415Z [00:03:38.974]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mi_vector_hash.o ---
2025-08-20T21:52:45.7224379Z [00:03:38.974]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  mi_vector_hash.o
2025-08-20T21:52:45.7258076Z [00:03:38.978]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mkfifoat rejects trailing slashes... guessing yes
2025-08-20T21:52:45.7306853Z [00:03:38.982]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- raise_default_signal.o ---
2025-08-20T21:52:45.7311907Z [00:03:38.982]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether mknod can create fifo without root privileges... guessing yes
2025-08-20T21:52:45.7353343Z [00:03:38.987]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/raise_default_signal.o
2025-08-20T21:52:45.7357338Z [00:03:38.987]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libutil/raise_default_signal.c -o raise_default_signal.o
2025-08-20T21:52:45.7777713Z [00:03:39.029]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwrite.o ---
2025-08-20T21:52:45.7783990Z [00:03:39.029]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  pwrite.o
2025-08-20T21:52:45.7814752Z [00:03:39.033]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rb.o ---
2025-08-20T21:52:45.7852252Z [00:03:39.037]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rb.o
2025-08-20T21:52:45.7855892Z [00:03:39.037]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/gen/rb.c -o rb.o
2025-08-20T21:52:45.8187645Z [00:03:39.070]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5c.o ---
2025-08-20T21:52:45.8189596Z [00:03:39.070]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md5c.o
2025-08-20T21:52:45.8214171Z [00:03:39.073]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- reallocarr.o ---
2025-08-20T21:52:45.8294887Z [00:03:39.079]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/reallocarr.o
2025-08-20T21:52:45.8347306Z [00:03:39.082]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/reallocarr.c -o reallocarr.o
2025-08-20T21:52:45.8795187Z [00:03:39.127]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- raise_default_signal.o ---
2025-08-20T21:52:45.8801271Z [00:03:39.127]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  raise_default_signal.o
2025-08-20T21:52:45.8803027Z [00:03:39.132]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160.o ---
2025-08-20T21:52:45.8895298Z [00:03:39.138]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rmd160.o
2025-08-20T21:52:45.8899104Z [00:03:39.138]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/hash/rmd160/rmd160.c -o rmd160.o
2025-08-20T21:52:45.9293835Z [00:03:39.181]➜  gnutar-static-x86_64-unknown-linux-musl> checking for __mktime_internal... no
2025-08-20T21:52:45.9627242Z [00:03:39.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwcache.o ---
2025-08-20T21:52:45.9632416Z [00:03:39.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  pwcache.o
2025-08-20T21:52:45.9666764Z [00:03:39.218]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160hl.o ---
2025-08-20T21:52:45.9716260Z [00:03:39.223]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rmd160hl.o
2025-08-20T21:52:45.9722448Z [00:03:39.223]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/rmd160/rmd160hl.c -o rmd160hl.o
2025-08-20T21:52:45.9978135Z [00:03:39.249]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- reallocarr.o ---
2025-08-20T21:52:45.9983769Z [00:03:39.249]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  reallocarr.o
2025-08-20T21:52:45.9985777Z [00:03:39.250]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pw_scan.o ---
2025-08-20T21:52:45.9988076Z [00:03:39.250]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  pw_scan.o
2025-08-20T21:52:46.0011682Z [00:03:39.252]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regcomp.o ---
2025-08-20T21:52:46.0016873Z [00:03:39.253]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regcomp.o
2025-08-20T21:52:46.0052754Z [00:03:39.257]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regcomp.c -o regcomp.o
2025-08-20T21:52:46.0092474Z [00:03:39.261]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regerror.o ---
2025-08-20T21:52:46.0102420Z [00:03:39.262]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regerror.o
2025-08-20T21:52:46.0141188Z [00:03:39.266]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regerror.c -o regerror.o
2025-08-20T21:52:46.1145631Z [00:03:39.365]➜  gnutar-static-x86_64-unknown-linux-musl> checking for nl_langinfo... yes
2025-08-20T21:52:46.1147757Z [00:03:39.366]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether YESEXPR works... guessing yes
2025-08-20T21:52:46.1281223Z [00:03:39.380]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  regerror.o
2025-08-20T21:52:46.1286076Z [00:03:39.380]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regexec.o ---
2025-08-20T21:52:46.1326306Z [00:03:39.383]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regexec.o
2025-08-20T21:52:46.1330346Z [00:03:39.383]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regexec.c -o regexec.o
2025-08-20T21:52:46.2444915Z [00:03:39.494]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160hl.o ---
2025-08-20T21:52:46.2453708Z [00:03:39.494]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rmd160hl.o
2025-08-20T21:52:46.2472157Z [00:03:39.498]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regfree.o ---
2025-08-20T21:52:46.2492626Z [00:03:39.501]➜  gnutar-static-x86_64-unknown-linux-musl> checking for obstacks that work with any size object... no
2025-08-20T21:52:46.2547094Z [00:03:39.506]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regfree.o
2025-08-20T21:52:46.2611703Z [00:03:39.506]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regfree.c -o regfree.o
2025-08-20T21:52:46.2705504Z [00:03:39.515]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether open recognizes a trailing slash... guessing yes
2025-08-20T21:52:46.2862280Z [00:03:39.538]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_rep_chan \
2025-08-20T21:52:46.2864965Z [00:03:39.538]➜  db-static-x86_64-unknown-linux-musl>      rep_chan.o rep_chan_util.o libdb-5.3.a -lm -lpthread
2025-08-20T21:52:46.3061667Z [00:03:39.558]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rb.o ---
2025-08-20T21:52:46.3067203Z [00:03:39.558]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rb.o
2025-08-20T21:52:46.3137103Z [00:03:39.565]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setenv.o ---
2025-08-20T21:52:46.3202682Z [00:03:39.572]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setenv.o
2025-08-20T21:52:46.3210966Z [00:03:39.573]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    setenv.c -o setenv.o
2025-08-20T21:52:46.4087774Z [00:03:39.659]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  setenv.o
2025-08-20T21:52:46.4089807Z [00:03:39.659]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setgroupent.o ---
2025-08-20T21:52:46.4091427Z [00:03:39.660]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setgroupent.o
2025-08-20T21:52:46.4094627Z [00:03:39.660]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    setgroupent.c -o setgroupent.o
2025-08-20T21:52:46.4430736Z [00:03:39.694]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regfree.o ---
2025-08-20T21:52:46.4435785Z [00:03:39.694]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  regfree.o
2025-08-20T21:52:46.4518868Z [00:03:39.704]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setpassent.o ---
2025-08-20T21:52:46.4567056Z [00:03:39.708]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setpassent.o
2025-08-20T21:52:46.4573147Z [00:03:39.708]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    setpassent.c -o setpassent.o
2025-08-20T21:52:46.4747881Z [00:03:39.726]➜  gnutar-static-x86_64-unknown-linux-musl> checking for opendir... yes
2025-08-20T21:52:46.4804079Z [00:03:39.732]➜  gnutar-static-x86_64-unknown-linux-musl> checking for bison... no
2025-08-20T21:52:46.4816466Z [00:03:39.733]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct tm.tm_zone... (cached) yes
2025-08-20T21:52:46.5075961Z [00:03:39.759]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_rep_chan rep_chan.o rep_chan_util.o  libdb-5.3.a -lm -lpthread
2025-08-20T21:52:46.5416231Z [00:03:39.793]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setgroupent.o ---
2025-08-20T21:52:46.5474956Z [00:03:39.793]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  setgroupent.o
2025-08-20T21:52:46.5477029Z [00:03:39.793]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setprogname.o ---
2025-08-20T21:52:46.5478735Z [00:03:39.798]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setprogname.o
2025-08-20T21:52:46.5482187Z [00:03:39.798]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    setprogname.c -o setprogname.o
2025-08-20T21:52:46.6040795Z [00:03:39.856]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setpassent.o ---
2025-08-20T21:52:46.6042585Z [00:03:39.856]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  setpassent.o
2025-08-20T21:52:46.6145777Z [00:03:39.866]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1.o ---
2025-08-20T21:52:46.6204595Z [00:03:39.868]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha1.o
2025-08-20T21:52:46.6208019Z [00:03:39.868]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/hash/sha1/sha1.c -o sha1.o
2025-08-20T21:52:46.6668260Z [00:03:39.918]➜  gnutar-static-x86_64-unknown-linux-musl> checking for getppriv... no
2025-08-20T21:52:46.6711794Z [00:03:39.923]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether program_invocation_name is declared... (cached) yes
2025-08-20T21:52:46.6814922Z [00:03:39.931]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether program_invocation_short_name is declared... (cached) yes
2025-08-20T21:52:46.6930101Z [00:03:39.945]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setprogname.o ---
2025-08-20T21:52:46.6934856Z [00:03:39.945]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  setprogname.o
2025-08-20T21:52:46.6985651Z [00:03:39.950]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1hl.o ---
2025-08-20T21:52:46.7001274Z [00:03:39.952]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha1hl.o
2025-08-20T21:52:46.7023930Z [00:03:39.954]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha1/sha1hl.c -o sha1hl.o
2025-08-20T21:52:46.8541462Z [00:03:40.106]➜  db-static-x86_64-unknown-linux-musl> :  ex_rep_chan
2025-08-20T21:52:46.8584935Z [00:03:40.110]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_rep_gsg/rep_mgr_gsg.c
2025-08-20T21:52:46.8824982Z [00:03:40.134]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160.o ---
2025-08-20T21:52:46.8826868Z [00:03:40.134]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rmd160.o
2025-08-20T21:52:46.9039291Z [00:03:40.151]➜  gnutar-static-x86_64-unknown-linux-musl> checking for raise... yes
2025-08-20T21:52:46.9042836Z [00:03:40.152]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha2.o ---
2025-08-20T21:52:46.9044413Z [00:03:40.156]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha2.o
2025-08-20T21:52:46.9052927Z [00:03:40.156]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/hash/sha2/sha2.c -o sha2.o
2025-08-20T21:52:46.9122976Z [00:03:40.164]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:46.9456487Z [00:03:40.197]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:46.9626973Z [00:03:40.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1hl.o ---
2025-08-20T21:52:46.9634611Z [00:03:40.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha1hl.o
2025-08-20T21:52:46.9680118Z [00:03:40.220]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha256hl.o ---
2025-08-20T21:52:46.9700940Z [00:03:40.222]➜  x86_64-unknown-linux-musl-binutils> checking target system type... x86_64-unknown-linux-musl
2025-08-20T21:52:46.9717625Z [00:03:40.223]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha256hl.o
2025-08-20T21:52:46.9726151Z [00:03:40.224]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha2/sha256hl.c -o sha256hl.o
2025-08-20T21:52:47.0106076Z [00:03:40.251]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_rep_gsg/rep_mgr_gsg.c -o rep_mgr_gsg.o
2025-08-20T21:52:47.0677981Z [00:03:40.319]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:52:47.1015995Z [00:03:40.353]➜  x86_64-unknown-linux-musl-binutils> checking whether ln works... yes
2025-08-20T21:52:47.1038002Z [00:03:40.353]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:52:47.1165040Z [00:03:40.367]➜  gnutar-static-x86_64-unknown-linux-musl> checking for rawmemchr... no
2025-08-20T21:52:47.1169709Z [00:03:40.369]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:52:47.1257184Z [00:03:40.377]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:52:47.1589236Z [00:03:40.410]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:52:47.2935763Z [00:03:40.540]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha256hl.o
2025-08-20T21:52:47.2937608Z [00:03:40.544]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha384hl.o ---
2025-08-20T21:52:47.2959221Z [00:03:40.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha384hl.o
2025-08-20T21:52:47.2962973Z [00:03:40.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha2/sha384hl.c -o sha384hl.o
2025-08-20T21:52:47.3955499Z [00:03:40.642]➜  gnutar-static-x86_64-unknown-linux-musl> checking for readdir... yes
2025-08-20T21:52:47.5967597Z [00:03:40.848]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha384hl.o
2025-08-20T21:52:47.5973393Z [00:03:40.848]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether readlink signature is correct... yes
2025-08-20T21:52:47.6064562Z [00:03:40.856]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha512hl.o ---
2025-08-20T21:52:47.6119645Z [00:03:40.862]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether readlink handles trailing slash correctly... guessing yes
2025-08-20T21:52:47.6125307Z [00:03:40.862]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha512hl.o
2025-08-20T21:52:47.6132837Z [00:03:40.862]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha2/sha512hl.c -o sha512hl.o
2025-08-20T21:52:47.6305361Z [00:03:40.880]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether readlink truncates results correctly... guessing yes
2025-08-20T21:52:47.6320760Z [00:03:40.880]➜  gnutar-static-x86_64-unknown-linux-musl> checking for readlinkat... (cached) yes
2025-08-20T21:52:47.7325388Z [00:03:40.982]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:52:47.7355194Z [00:03:40.985]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:52:47.7693433Z [00:03:41.018]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether readlinkat signature is correct... yes
2025-08-20T21:52:47.7704799Z [00:03:41.019]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether realloc (0, 0) returns nonnull... guessing yes
2025-08-20T21:52:47.8566310Z [00:03:41.108]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha512hl.o
2025-08-20T21:52:47.8576443Z [00:03:41.108]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintb.o ---
2025-08-20T21:52:47.8605686Z [00:03:41.112]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/snprintb.o
2025-08-20T21:52:47.8614632Z [00:03:41.112]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libutil/snprintb.c -o snprintb.o
2025-08-20T21:52:47.9145759Z [00:03:41.159]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_rep_gsg_repmgr \
2025-08-20T21:52:47.9147810Z [00:03:41.159]➜  db-static-x86_64-unknown-linux-musl>      rep_mgr_gsg.o libdb-5.3.a -lm -lpthread
2025-08-20T21:52:47.9896681Z [00:03:41.241]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:52:48.0019203Z [00:03:41.254]➜  gnutar-static-x86_64-unknown-linux-musl> checking for reallocarray... yes
2025-08-20T21:52:48.0099114Z [00:03:41.262]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working re_compile_pattern... guessing no
2025-08-20T21:52:48.0447147Z [00:03:41.296]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1.o ---
2025-08-20T21:52:48.0453771Z [00:03:41.296]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha1.o
2025-08-20T21:52:48.0535236Z [00:03:41.305]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintf.o ---
2025-08-20T21:52:48.0553110Z [00:03:41.307]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/snprintf.o
2025-08-20T21:52:48.0696984Z [00:03:41.319]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    snprintf.c -o snprintf.o
2025-08-20T21:52:48.2116027Z [00:03:41.463]➜  gnutar-static-x86_64-unknown-linux-musl> checking for libintl.h... yes
2025-08-20T21:52:48.2233790Z [00:03:41.475]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_rep_gsg_repmgr rep_mgr_gsg.o  libdb-5.3.a -lm -lpthread
2025-08-20T21:52:48.3077074Z [00:03:41.559]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:52:48.3251093Z [00:03:41.577]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether isblank is declared... yes
2025-08-20T21:52:48.3473671Z [00:03:41.599]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regcomp.o ---
2025-08-20T21:52:48.3479050Z [00:03:41.599]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  regcomp.o
2025-08-20T21:52:48.3535964Z [00:03:41.605]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether rename honors trailing slash on destination... guessing yes
2025-08-20T21:52:48.3635589Z [00:03:41.615]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- stat_flags.o ---
2025-08-20T21:52:48.3664376Z [00:03:41.616]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/stat_flags.o
2025-08-20T21:52:48.3667724Z [00:03:41.616]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libutil/stat_flags.c -o stat_flags.o
2025-08-20T21:52:48.3712907Z [00:03:41.623]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether rename honors trailing slash on source... guessing yes
2025-08-20T21:52:48.3717470Z [00:03:41.623]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether rename manages hard links correctly... guessing yes
2025-08-20T21:52:48.3884990Z [00:03:41.640]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether rename manages existing destinations correctly... guessing yes
2025-08-20T21:52:48.4126947Z [00:03:41.664]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:52:48.4416260Z [00:03:41.693]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha2.o ---
2025-08-20T21:52:48.4417492Z [00:03:41.693]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha2.o
2025-08-20T21:52:48.4454481Z [00:03:41.695]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcat.o ---
2025-08-20T21:52:48.4455846Z [00:03:41.696]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strlcat.o
2025-08-20T21:52:48.4459463Z [00:03:41.697]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strlcat.c -o strlcat.o
2025-08-20T21:52:48.4634900Z [00:03:41.713]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regexec.o ---
2025-08-20T21:52:48.4636381Z [00:03:41.713]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  regexec.o
2025-08-20T21:52:48.4662101Z [00:03:41.718]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcpy.o ---
2025-08-20T21:52:48.4675557Z [00:03:41.719]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strlcpy.o
2025-08-20T21:52:48.4711227Z [00:03:41.723]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strlcpy.c -o strlcpy.o
2025-08-20T21:52:48.4959037Z [00:03:41.748]➜  gnutar-static-x86_64-unknown-linux-musl> checking for linux/fs.h... yes
2025-08-20T21:52:48.5024503Z [00:03:41.754]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- stat_flags.o ---
2025-08-20T21:52:48.5026541Z [00:03:41.754]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  stat_flags.o
2025-08-20T21:52:48.5095537Z [00:03:41.761]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strmode.o ---
2025-08-20T21:52:48.5113018Z [00:03:41.763]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strmode.o
2025-08-20T21:52:48.5124795Z [00:03:41.764]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcat.o ---
2025-08-20T21:52:48.5126076Z [00:03:41.764]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strlcat.o
2025-08-20T21:52:48.5145674Z [00:03:41.766]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:52:48.5197572Z [00:03:41.766]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strmode.o ---
2025-08-20T21:52:48.5201130Z [00:03:41.766]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/string/strmode.c -o strmode.o
2025-08-20T21:52:48.5212422Z [00:03:41.773]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strcasecmp.o ---
2025-08-20T21:52:48.5247432Z [00:03:41.776]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strcasecmp.o
2025-08-20T21:52:48.5251358Z [00:03:41.777]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strcasecmp.c -o strcasecmp.o
2025-08-20T21:52:48.5685139Z [00:03:41.820]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcpy.o ---
2025-08-20T21:52:48.5686848Z [00:03:41.820]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strlcpy.o
2025-08-20T21:52:48.5755092Z [00:03:41.827]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strncasecmp.o ---
2025-08-20T21:52:48.5765646Z [00:03:41.828]➜  db-static-x86_64-unknown-linux-musl> :  ex_rep_gsg_repmgr
2025-08-20T21:52:48.5795121Z [00:03:41.828]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strncasecmp.o
2025-08-20T21:52:48.5800637Z [00:03:41.830]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_rep_gsg/simple_txn.c
2025-08-20T21:52:48.5876773Z [00:03:41.834]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strncasecmp.c -o strncasecmp.o
2025-08-20T21:52:48.5952440Z [00:03:41.847]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:52:48.6496397Z [00:03:41.901]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strcasecmp.o ---
2025-08-20T21:52:48.6497986Z [00:03:41.901]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strcasecmp.o
2025-08-20T21:52:48.6531824Z [00:03:41.905]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strndup.o ---
2025-08-20T21:52:48.6567231Z [00:03:41.908]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strndup.o
2025-08-20T21:52:48.6575751Z [00:03:41.909]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/string/strndup.c -o strndup.o
2025-08-20T21:52:48.6584009Z [00:03:41.910]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintb.o ---
2025-08-20T21:52:48.6588523Z [00:03:41.910]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  snprintb.o
2025-08-20T21:52:48.6674186Z [00:03:41.919]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strnlen.o ---
2025-08-20T21:52:48.6763630Z [00:03:41.927]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strnlen.o
2025-08-20T21:52:48.6771060Z [00:03:41.927]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strnlen.c -o strnlen.o
2025-08-20T21:52:48.6874696Z [00:03:41.937]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strncasecmp.o ---
2025-08-20T21:52:48.6924580Z [00:03:41.937]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strncasecmp.o
2025-08-20T21:52:48.6926299Z [00:03:41.942]➜  gnutar-static-x86_64-unknown-linux-musl> checking for renameat2... no
2025-08-20T21:52:48.6927731Z [00:03:41.942]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsep.o ---
2025-08-20T21:52:48.6929028Z [00:03:41.942]➜  gnutar-static-x86_64-unknown-linux-musl> checking for linux/fs.h... (cached) yes
2025-08-20T21:52:48.6930351Z [00:03:41.942]➜  gnutar-static-x86_64-unknown-linux-musl> checking for renameat2... (cached) no
2025-08-20T21:52:48.6935474Z [00:03:41.945]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strsep.o
2025-08-20T21:52:48.6939163Z [00:03:41.945]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strsep.c -o strsep.o
2025-08-20T21:52:48.7238046Z [00:03:41.975]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_rep_gsg/simple_txn.c -o simple_txn.o
2025-08-20T21:52:48.7240139Z [00:03:41.975]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strmode.o ---
2025-08-20T21:52:48.7241607Z [00:03:41.975]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strmode.o
2025-08-20T21:52:48.7258890Z [00:03:41.978]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsuftoll.o ---
2025-08-20T21:52:48.7320105Z [00:03:41.984]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strsuftoll.o
2025-08-20T21:52:48.7324217Z [00:03:41.984]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/strsuftoll.c -o strsuftoll.o
2025-08-20T21:52:48.7600380Z [00:03:42.012]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strnlen.o ---
2025-08-20T21:52:48.7601852Z [00:03:42.012]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strnlen.o
2025-08-20T21:52:48.7665427Z [00:03:42.018]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoll.o ---
2025-08-20T21:52:48.7755234Z [00:03:42.024]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:52:48.7805437Z [00:03:42.032]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strndup.o ---
2025-08-20T21:52:48.7807047Z [00:03:42.032]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strndup.o
2025-08-20T21:52:48.7808846Z [00:03:42.032]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoll.o ---
2025-08-20T21:52:48.7810227Z [00:03:42.032]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strtoll.o
2025-08-20T21:52:48.7814160Z [00:03:42.032]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/strtoll.c -o strtoll.o
2025-08-20T21:52:48.7817620Z [00:03:42.032]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoi.o ---
2025-08-20T21:52:48.7836218Z [00:03:42.035]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strtoi.o
2025-08-20T21:52:48.7840645Z [00:03:42.036]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/strtoi.c -o strtoi.o
2025-08-20T21:52:48.8156983Z [00:03:42.067]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsep.o ---
2025-08-20T21:52:48.8159022Z [00:03:42.067]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strsep.o
2025-08-20T21:52:48.8160535Z [00:03:42.067]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintf.o ---
2025-08-20T21:52:48.8162002Z [00:03:42.067]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  snprintf.o
2025-08-20T21:52:48.8187052Z [00:03:42.070]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtou.o ---
2025-08-20T21:52:48.8188702Z [00:03:42.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- unvis.o ---
2025-08-20T21:52:48.8264541Z [00:03:42.076]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtou.o ---
2025-08-20T21:52:48.8266228Z [00:03:42.076]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strtou.o
2025-08-20T21:52:48.8269850Z [00:03:42.076]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/strtou.c -o strtou.o
2025-08-20T21:52:48.8273028Z [00:03:42.076]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- unvis.o ---
2025-08-20T21:52:48.8274587Z [00:03:42.076]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/unvis.o
2025-08-20T21:52:48.8278294Z [00:03:42.076]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/unvis.c -o unvis.o
2025-08-20T21:52:48.8713644Z [00:03:42.123]➜  gnutar-static-x86_64-unknown-linux-musl> checking for rewinddir... yes
2025-08-20T21:52:48.8838359Z [00:03:42.136]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether rmdir works... guessing yes
2025-08-20T21:52:48.9209750Z [00:03:42.173]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsuftoll.o ---
2025-08-20T21:52:48.9211380Z [00:03:42.173]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strsuftoll.o
2025-08-20T21:52:48.9243717Z [00:03:42.176]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vis.o ---
2025-08-20T21:52:48.9265674Z [00:03:42.178]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vis.o
2025-08-20T21:52:48.9272982Z [00:03:42.178]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vis.c -o vis.o
2025-08-20T21:52:48.9461710Z [00:03:42.195]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtou.o ---
2025-08-20T21:52:48.9463096Z [00:03:42.195]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strtou.o
2025-08-20T21:52:48.9471819Z [00:03:42.199]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- err.o ---
2025-08-20T21:52:48.9491359Z [00:03:42.201]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/err.o
2025-08-20T21:52:48.9496555Z [00:03:42.201]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/err.c -o err.o
2025-08-20T21:52:48.9595737Z [00:03:42.211]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C99... none needed
2025-08-20T21:52:48.9618923Z [00:03:42.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoi.o ---
2025-08-20T21:52:48.9620463Z [00:03:42.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strtoi.o
2025-08-20T21:52:48.9642439Z [00:03:42.216]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errx.o ---
2025-08-20T21:52:48.9764727Z [00:03:42.227]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/errx.o
2025-08-20T21:52:48.9816580Z [00:03:42.227]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/errx.c -o errx.o
2025-08-20T21:52:49.0437989Z [00:03:42.295]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- err.o ---
2025-08-20T21:52:49.0439209Z [00:03:42.295]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  err.o
2025-08-20T21:52:49.0482797Z [00:03:42.300]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errc.o ---
2025-08-20T21:52:49.0511682Z [00:03:42.302]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/errc.o
2025-08-20T21:52:49.0528634Z [00:03:42.304]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/errc.c -o errc.o
2025-08-20T21:52:49.0689545Z [00:03:42.321]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errx.o ---
2025-08-20T21:52:49.0695637Z [00:03:42.321]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  errx.o
2025-08-20T21:52:49.0705822Z [00:03:42.322]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoll.o ---
2025-08-20T21:52:49.0707401Z [00:03:42.322]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strtoll.o
2025-08-20T21:52:49.0746655Z [00:03:42.326]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verr.o ---
2025-08-20T21:52:49.0749836Z [00:03:42.327]➜  gnutar-static-x86_64-unknown-linux-musl> checking for rpmatch... no
2025-08-20T21:52:49.0766155Z [00:03:42.328]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/verr.o
2025-08-20T21:52:49.0777856Z [00:03:42.329]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/verr.c -o verr.o
2025-08-20T21:52:49.0851412Z [00:03:42.337]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrx.o ---
2025-08-20T21:52:49.0915154Z [00:03:42.343]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/verrx.o
2025-08-20T21:52:49.0918783Z [00:03:42.343]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/verrx.c -o verrx.o
2025-08-20T21:52:49.0938186Z [00:03:42.345]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_rep_gsg_simple \
2025-08-20T21:52:49.0974332Z [00:03:42.345]➜  db-static-x86_64-unknown-linux-musl>      simple_txn.o libdb-5.3.a -lm -lpthread
2025-08-20T21:52:49.1651921Z [00:03:42.417]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errc.o ---
2025-08-20T21:52:49.1657819Z [00:03:42.417]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  errc.o
2025-08-20T21:52:49.1686499Z [00:03:42.418]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verr.o ---
2025-08-20T21:52:49.1688015Z [00:03:42.418]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  verr.o
2025-08-20T21:52:49.1689463Z [00:03:42.418]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrx.o ---
2025-08-20T21:52:49.1690851Z [00:03:42.418]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  verrx.o
2025-08-20T21:52:49.1702518Z [00:03:42.422]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrc.o ---
2025-08-20T21:52:49.1712511Z [00:03:42.423]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarn.o ---
2025-08-20T21:52:49.1797850Z [00:03:42.432]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrc.o ---
2025-08-20T21:52:49.1803717Z [00:03:42.432]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/verrc.o
2025-08-20T21:52:49.1811805Z [00:03:42.433]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/verrc.c -o verrc.o
2025-08-20T21:52:49.1827742Z [00:03:42.434]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnx.o ---
2025-08-20T21:52:49.1834317Z [00:03:42.435]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarn.o ---
2025-08-20T21:52:49.1836783Z [00:03:42.435]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vwarn.o
2025-08-20T21:52:49.1868378Z [00:03:42.435]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vwarn.c -o vwarn.o
2025-08-20T21:52:49.1871950Z [00:03:42.438]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnx.o ---
2025-08-20T21:52:49.1879228Z [00:03:42.439]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vwarnx.o
2025-08-20T21:52:49.1891488Z [00:03:42.440]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vwarnx.c -o vwarnx.o
2025-08-20T21:52:49.2204412Z [00:03:42.472]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... yes
2025-08-20T21:52:49.2551505Z [00:03:42.507]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- unvis.o ---
2025-08-20T21:52:49.2560974Z [00:03:42.507]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  unvis.o
2025-08-20T21:52:49.2618650Z [00:03:42.514]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnc.o ---
2025-08-20T21:52:49.2652867Z [00:03:42.517]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vwarnc.o
2025-08-20T21:52:49.2659861Z [00:03:42.517]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vwarnc.c -o vwarnc.o
2025-08-20T21:52:49.2674635Z [00:03:42.519]➜  gnutar-static-x86_64-unknown-linux-musl> checking for nl_langinfo and YESEXPR... yes
2025-08-20T21:52:49.2721854Z [00:03:42.524]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_rep_gsg_simple simple_txn.o  libdb-5.3.a -lm -lpthread
2025-08-20T21:52:49.2847129Z [00:03:42.534]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarn.o ---
2025-08-20T21:52:49.2850511Z [00:03:42.534]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  vwarn.o
2025-08-20T21:52:49.2852405Z [00:03:42.534]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnx.o ---
2025-08-20T21:52:49.2854090Z [00:03:42.534]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  vwarnx.o
2025-08-20T21:52:49.2870199Z [00:03:42.539]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warn.o ---
2025-08-20T21:52:49.2883990Z [00:03:42.540]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/warn.o
2025-08-20T21:52:49.2934647Z [00:03:42.541]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnx.o ---
2025-08-20T21:52:49.2958389Z [00:03:42.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warn.o ---
2025-08-20T21:52:49.2961627Z [00:03:42.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/warn.c -o warn.o
2025-08-20T21:52:49.2965035Z [00:03:42.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnx.o ---
2025-08-20T21:52:49.2966131Z [00:03:42.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/warnx.o
2025-08-20T21:52:49.2969765Z [00:03:42.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/warnx.c -o warnx.o
2025-08-20T21:52:49.3211732Z [00:03:42.573]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrc.o ---
2025-08-20T21:52:49.3213743Z [00:03:42.573]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  verrc.o
2025-08-20T21:52:49.3260432Z [00:03:42.578]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnc.o ---
2025-08-20T21:52:49.3276862Z [00:03:42.579]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/warnc.o
2025-08-20T21:52:49.3284676Z [00:03:42.580]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/warnc.c -o warnc.o
2025-08-20T21:52:49.3373808Z [00:03:42.588]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:52:49.3628542Z [00:03:42.614]➜  gnutar-static-x86_64-unknown-linux-musl> checking for selinux/flask.h... no
2025-08-20T21:52:49.3678915Z [00:03:42.619]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether setenv validates arguments... guessing yes
2025-08-20T21:52:49.3681401Z [00:03:42.619]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) no
2025-08-20T21:52:49.3683565Z [00:03:42.619]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
2025-08-20T21:52:49.3691379Z [00:03:42.621]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether imported symbols can be declared weak... (cached) guessing yes
2025-08-20T21:52:49.3840503Z [00:03:42.636]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warn.o ---
2025-08-20T21:52:49.3844747Z [00:03:42.636]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  warn.o
2025-08-20T21:52:49.3955743Z [00:03:42.647]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fts.o ---
2025-08-20T21:52:49.3985080Z [00:03:42.647]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fts.o
2025-08-20T21:52:49.3988796Z [00:03:42.647]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/fts.c -o fts.o
2025-08-20T21:52:49.3991827Z [00:03:42.647]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnx.o ---
2025-08-20T21:52:49.3993150Z [00:03:42.647]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  warnx.o
2025-08-20T21:52:49.3994773Z [00:03:42.651]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- glob.o ---
2025-08-20T21:52:49.4020252Z [00:03:42.654]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/glob.o
2025-08-20T21:52:49.4056588Z [00:03:42.654]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/glob.c -o glob.o
2025-08-20T21:52:49.4255883Z [00:03:42.677]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnc.o ---
2025-08-20T21:52:49.4257398Z [00:03:42.677]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  vwarnc.o
2025-08-20T21:52:49.4268901Z [00:03:42.679]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- efun.o ---
2025-08-20T21:52:49.4325120Z [00:03:42.684]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/efun.o
2025-08-20T21:52:49.4332799Z [00:03:42.684]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libutil/efun.c -o efun.o
2025-08-20T21:52:49.4672372Z [00:03:42.718]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether the -Werror option is usable... yes
2025-08-20T21:52:49.4968659Z [00:03:42.748]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnc.o ---
2025-08-20T21:52:49.4975601Z [00:03:42.749]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  warnc.o
2025-08-20T21:52:49.5054090Z [00:03:42.757]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_close.o ---
2025-08-20T21:52:49.5100330Z [00:03:42.762]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_close.o
2025-08-20T21:52:49.5109122Z [00:03:42.762]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_close.c -o bt_close.o
2025-08-20T21:52:49.5336708Z [00:03:42.785]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
2025-08-20T21:52:49.5365404Z [00:03:42.788]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatbind... no
2025-08-20T21:52:49.5434728Z [00:03:42.792]➜  x86_64-unknown-linux-musl-binutils> checking for gnatbind... no
2025-08-20T21:52:49.5446436Z [00:03:42.796]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gnatmake... no
2025-08-20T21:52:49.5464498Z [00:03:42.798]➜  x86_64-unknown-linux-musl-binutils> checking for gnatmake... no
2025-08-20T21:52:49.5788884Z [00:03:42.831]➜  x86_64-unknown-linux-musl-binutils> checking whether compiler driver understands Ada and is recent enough... no
2025-08-20T21:52:49.5796381Z [00:03:42.831]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gdc... no
2025-08-20T21:52:49.5855522Z [00:03:42.837]➜  x86_64-unknown-linux-musl-binutils> checking for gdc... no
2025-08-20T21:52:49.5857183Z [00:03:42.837]➜  x86_64-unknown-linux-musl-binutils> checking whether the D compiler works... no
2025-08-20T21:52:49.5860043Z [00:03:42.838]➜  x86_64-unknown-linux-musl-binutils> checking for cargo... no
2025-08-20T21:52:49.5909044Z [00:03:42.841]➜  db-static-x86_64-unknown-linux-musl> :  ex_rep_gsg_simple
2025-08-20T21:52:49.5928781Z [00:03:42.845]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vis.o ---
2025-08-20T21:52:49.5932136Z [00:03:42.845]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  vis.o
2025-08-20T21:52:49.5939901Z [00:03:42.846]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_rep/mgr/rep_mgr.c
2025-08-20T21:52:49.6005265Z [00:03:42.852]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:52:49.6018870Z [00:03:42.853]➜  gnutar-static-x86_64-unknown-linux-musl> checking for simple visibility declarations... yes
2025-08-20T21:52:49.6049451Z [00:03:42.857]➜  gnutar-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:52:49.6054500Z [00:03:42.857]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_conv.o ---
2025-08-20T21:52:49.6087318Z [00:03:42.858]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_conv.o
2025-08-20T21:52:49.6103770Z [00:03:42.858]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_conv.c -o bt_conv.o
2025-08-20T21:52:49.6230164Z [00:03:42.875]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:52:49.6546576Z [00:03:42.906]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- efun.o ---
2025-08-20T21:52:49.6549054Z [00:03:42.906]➜  gnutar-static-x86_64-unknown-linux-musl> checking for SIZE_MAX... yes
2025-08-20T21:52:49.6550559Z [00:03:42.907]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  efun.o
2025-08-20T21:52:49.6598941Z [00:03:42.912]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_debug.o ---
2025-08-20T21:52:49.6624956Z [00:03:42.914]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_debug.o
2025-08-20T21:52:49.6633711Z [00:03:42.915]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_debug.c -o bt_debug.o
2025-08-20T21:52:49.6645545Z [00:03:42.916]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_close.o ---
2025-08-20T21:52:49.6646859Z [00:03:42.916]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_close.o
2025-08-20T21:52:49.6687787Z [00:03:42.920]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_delete.o ---
2025-08-20T21:52:49.6711865Z [00:03:42.923]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_delete.o
2025-08-20T21:52:49.6717741Z [00:03:42.923]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_delete.c -o bt_delete.o
2025-08-20T21:52:49.7226676Z [00:03:42.974]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_debug.o ---
2025-08-20T21:52:49.7228457Z [00:03:42.974]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_debug.o
2025-08-20T21:52:49.7312325Z [00:03:42.983]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_get.o ---
2025-08-20T21:52:49.7339674Z [00:03:42.986]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_get.o
2025-08-20T21:52:49.7406072Z [00:03:42.991]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_get.c -o bt_get.o
2025-08-20T21:52:49.7410120Z [00:03:42.991]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_rep/mgr/rep_mgr.c -o rep_mgr.o
2025-08-20T21:52:49.7446160Z [00:03:42.996]➜  x86_64-unknown-linux-musl-binutils> checking for isl 0.15 or later... no
2025-08-20T21:52:49.7459060Z [00:03:42.998]➜  x86_64-unknown-linux-musl-binutils> required isl version is 0.15 or later
2025-08-20T21:52:49.7469821Z [00:03:42.999]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable libdiagnostics... no
2025-08-20T21:52:49.7686420Z [00:03:43.020]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether sleep is declared... yes
2025-08-20T21:52:49.7688777Z [00:03:43.020]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working sleep... guessing yes
2025-08-20T21:52:49.7690278Z [00:03:43.020]➜  gnutar-static-x86_64-unknown-linux-musl> checking for snprintf... (cached) yes
2025-08-20T21:52:49.7691757Z [00:03:43.020]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether snprintf respects a size of 1... guessing yes
2025-08-20T21:52:49.7693109Z [00:03:43.020]➜  gnutar-static-x86_64-unknown-linux-musl> checking for ssize_t... (cached) yes
2025-08-20T21:52:49.7824983Z [00:03:43.033]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether stat handles trailing slashes on files... guessing yes
2025-08-20T21:52:49.8911033Z [00:03:43.143]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_get.o
2025-08-20T21:52:49.9045817Z [00:03:43.156]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_open.o ---
2025-08-20T21:52:49.9107144Z [00:03:43.160]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_open.o
2025-08-20T21:52:49.9111123Z [00:03:43.160]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_open.c -o bt_open.o
2025-08-20T21:52:49.9362990Z [00:03:43.188]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct stat.st_atim.tv_nsec... yes
2025-08-20T21:52:49.9603371Z [00:03:43.212]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_rep_mgr \
2025-08-20T21:52:49.9605982Z [00:03:43.212]➜  db-static-x86_64-unknown-linux-musl>      rep_common.o rep_mgr.o libdb-5.3.a -lm -lpthread
2025-08-20T21:52:49.9674703Z [00:03:43.219]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_conv.o ---
2025-08-20T21:52:49.9681049Z [00:03:43.220]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_conv.o
2025-08-20T21:52:49.9718647Z [00:03:43.224]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_overflow.o ---
2025-08-20T21:52:49.9739324Z [00:03:43.226]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_overflow.o
2025-08-20T21:52:49.9747399Z [00:03:43.226]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_overflow.c -o bt_overflow.o
2025-08-20T21:52:49.9886267Z [00:03:43.240]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... none required
2025-08-20T21:52:50.0654112Z [00:03:43.317]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether struct stat.st_atim is of type struct timespec... yes
2025-08-20T21:52:50.0889407Z [00:03:43.341]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_overflow.o
2025-08-20T21:52:50.0986266Z [00:03:43.350]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_page.o ---
2025-08-20T21:52:50.1075002Z [00:03:43.355]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_page.o
2025-08-20T21:52:50.1079148Z [00:03:43.355]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_page.c -o bt_page.o
2025-08-20T21:52:50.1511347Z [00:03:43.403]➜  x86_64-unknown-linux-musl-binutils> checking for library containing pthread_create... none required
2025-08-20T21:52:50.2116022Z [00:03:43.463]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_rep_mgr rep_common.o rep_mgr.o  libdb-5.3.a -lm -lpthread
2025-08-20T21:52:50.2165861Z [00:03:43.468]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_page.o
2025-08-20T21:52:50.2225343Z [00:03:43.474]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_put.o ---
2025-08-20T21:52:50.2291454Z [00:03:43.480]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_put.o
2025-08-20T21:52:50.2295413Z [00:03:43.480]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_put.c -o bt_put.o
2025-08-20T21:52:50.2481609Z [00:03:43.500]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct stat.st_birthtimespec.tv_nsec... no
2025-08-20T21:52:50.2780336Z [00:03:43.530]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_delete.o ---
2025-08-20T21:52:50.2785912Z [00:03:43.530]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_delete.o
2025-08-20T21:52:50.2818322Z [00:03:43.534]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_search.o ---
2025-08-20T21:52:50.2860850Z [00:03:43.538]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_search.o
2025-08-20T21:52:50.2869097Z [00:03:43.538]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_search.c -o bt_search.o
2025-08-20T21:52:50.3273984Z [00:03:43.577]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fts.o ---
2025-08-20T21:52:50.3275502Z [00:03:43.577]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  fts.o
2025-08-20T21:52:50.3398846Z [00:03:43.592]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_seq.o ---
2025-08-20T21:52:50.3412938Z [00:03:43.592]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_open.o ---
2025-08-20T21:52:50.3415338Z [00:03:43.592]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_open.o
2025-08-20T21:52:50.3465604Z [00:03:43.598]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_seq.o ---
2025-08-20T21:52:50.3473847Z [00:03:43.598]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_seq.o
2025-08-20T21:52:50.3477845Z [00:03:43.598]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_seq.c -o bt_seq.o
2025-08-20T21:52:50.3524419Z [00:03:43.603]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_split.o ---
2025-08-20T21:52:50.3616182Z [00:03:43.613]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_split.o
2025-08-20T21:52:50.3707113Z [00:03:43.613]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_split.c -o bt_split.o
2025-08-20T21:52:50.4194116Z [00:03:43.671]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- glob.o ---
2025-08-20T21:52:50.4200567Z [00:03:43.672]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  glob.o
2025-08-20T21:52:50.4250266Z [00:03:43.677]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_utils.o ---
2025-08-20T21:52:50.4268109Z [00:03:43.679]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_utils.o
2025-08-20T21:52:50.4278736Z [00:03:43.679]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_utils.c -o bt_utils.o
2025-08-20T21:52:50.4302580Z [00:03:43.682]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct stat.st_birthtimensec... no
2025-08-20T21:52:50.5712230Z [00:03:43.821]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_put.o ---
2025-08-20T21:52:50.5717667Z [00:03:43.821]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_put.o
2025-08-20T21:52:50.5722355Z [00:03:43.821]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- db.o ---
2025-08-20T21:52:50.5743702Z [00:03:43.826]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/db.o
2025-08-20T21:52:50.5750560Z [00:03:43.826]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/db/db.c -o db.o
2025-08-20T21:52:50.5818766Z [00:03:43.832]➜  db-static-x86_64-unknown-linux-musl> :  ex_rep_mgr
2025-08-20T21:52:50.5820371Z [00:03:43.832]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_sequence.c
2025-08-20T21:52:50.5954975Z [00:03:43.847]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct stat.st_birthtim.tv_nsec... no
2025-08-20T21:52:50.5966411Z [00:03:43.848]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_seq.o ---
2025-08-20T21:52:50.5967817Z [00:03:43.848]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_seq.o
2025-08-20T21:52:50.5994727Z [00:03:43.851]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dbfile.o ---
2025-08-20T21:52:50.6027459Z [00:03:43.855]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/dbfile.o
2025-08-20T21:52:50.6035545Z [00:03:43.855]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/db/dbfile.c -o dbfile.o
2025-08-20T21:52:50.6595113Z [00:03:43.911]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_search.o ---
2025-08-20T21:52:50.6599614Z [00:03:43.912]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_search.o
2025-08-20T21:52:50.6664548Z [00:03:43.918]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash.o ---
2025-08-20T21:52:50.6735703Z [00:03:43.925]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash.o
2025-08-20T21:52:50.6742643Z [00:03:43.925]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash.c -o hash.o
2025-08-20T21:52:50.6942486Z [00:03:43.946]➜  gnutar-static-x86_64-unknown-linux-musl> checking for va_copy... yes
2025-08-20T21:52:50.7076665Z [00:03:43.959]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_sequence.c -o ex_sequence.o
2025-08-20T21:52:50.7100086Z [00:03:43.962]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_utils.o ---
2025-08-20T21:52:50.7101841Z [00:03:43.962]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_utils.o
2025-08-20T21:52:50.7203993Z [00:03:43.972]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_bigkey.o ---
2025-08-20T21:52:50.7244459Z [00:03:43.974]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_bigkey.o
2025-08-20T21:52:50.7248149Z [00:03:43.974]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_bigkey.c -o hash_bigkey.o
2025-08-20T21:52:50.7306005Z [00:03:43.982]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- db.o ---
2025-08-20T21:52:50.7308294Z [00:03:43.983]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  db.o
2025-08-20T21:52:50.7345783Z [00:03:43.986]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_buf.o ---
2025-08-20T21:52:50.7395711Z [00:03:43.991]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_buf.o
2025-08-20T21:52:50.7403484Z [00:03:43.991]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_buf.c -o hash_buf.o
2025-08-20T21:52:50.7607513Z [00:03:44.012]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dbfile.o ---
2025-08-20T21:52:50.7614944Z [00:03:44.013]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  dbfile.o
2025-08-20T21:52:50.7666690Z [00:03:44.018]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_func.o ---
2025-08-20T21:52:50.7718607Z [00:03:44.024]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_func.o
2025-08-20T21:52:50.7741313Z [00:03:44.024]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_func.c -o hash_func.o
2025-08-20T21:52:50.7857070Z [00:03:44.037]➜  gnutar-static-x86_64-unknown-linux-musl> checking for bool, true, false... no
2025-08-20T21:52:50.9628478Z [00:03:44.214]➜  gnutar-static-x86_64-unknown-linux-musl> checking for stpcpy... yes
2025-08-20T21:52:50.9659549Z [00:03:44.218]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_sequence  ex_sequence.o libdb-5.3.a -lpthread
2025-08-20T21:52:51.0157387Z [00:03:44.267]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash_func.o
2025-08-20T21:52:51.0232129Z [00:03:44.275]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_log2.o ---
2025-08-20T21:52:51.0306159Z [00:03:44.282]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_log2.o
2025-08-20T21:52:51.0313686Z [00:03:44.282]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_log2.c -o hash_log2.o
2025-08-20T21:52:51.1527296Z [00:03:44.403]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strcasecmp... yes
2025-08-20T21:52:51.1775544Z [00:03:44.429]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_sequence ex_sequence.o  libdb-5.3.a -lpthread
2025-08-20T21:52:51.2151862Z [00:03:44.467]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_split.o ---
2025-08-20T21:52:51.2154238Z [00:03:44.467]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_split.o
2025-08-20T21:52:51.2173392Z [00:03:44.469]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_buf.o ---
2025-08-20T21:52:51.2177381Z [00:03:44.469]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash_buf.o
2025-08-20T21:52:51.2194609Z [00:03:44.471]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_page.o ---
2025-08-20T21:52:51.2256273Z [00:03:44.477]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_page.o
2025-08-20T21:52:51.2264125Z [00:03:44.477]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_page.c -o hash_page.o
2025-08-20T21:52:51.2267782Z [00:03:44.478]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbmdatum.o ---
2025-08-20T21:52:51.2326496Z [00:03:44.484]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/ndbmdatum.o
2025-08-20T21:52:51.2330389Z [00:03:44.484]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/ndbmdatum.c -o ndbmdatum.o
2025-08-20T21:52:51.2578867Z [00:03:44.510]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_log2.o ---
2025-08-20T21:52:51.2580730Z [00:03:44.510]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash_log2.o
2025-08-20T21:52:51.2584203Z [00:03:44.510]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbm.o ---
2025-08-20T21:52:51.2625475Z [00:03:44.512]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/ndbm.o
2025-08-20T21:52:51.2629323Z [00:03:44.512]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/ndbm.c -o ndbm.o
2025-08-20T21:52:51.4035313Z [00:03:44.655]➜  db-static-x86_64-unknown-linux-musl> :  ex_sequence
2025-08-20T21:52:51.4086462Z [00:03:44.660]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_stream.c
2025-08-20T21:52:51.4164456Z [00:03:44.668]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strncasecmp... yes
2025-08-20T21:52:51.4450283Z [00:03:44.697]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbmdatum.o ---
2025-08-20T21:52:51.4452121Z [00:03:44.697]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  ndbmdatum.o
2025-08-20T21:52:51.4509100Z [00:03:44.703]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mpool.o ---
2025-08-20T21:52:51.4592604Z [00:03:44.711]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mpool.o
2025-08-20T21:52:51.4596534Z [00:03:44.711]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/mpool/mpool.c -o mpool.o
2025-08-20T21:52:51.5115536Z [00:03:44.760]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbm.o ---
2025-08-20T21:52:51.5133726Z [00:03:44.760]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  ndbm.o
2025-08-20T21:52:51.5156274Z [00:03:44.767]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_close.o ---
2025-08-20T21:52:51.5195681Z [00:03:44.771]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_close.o
2025-08-20T21:52:51.5210886Z [00:03:44.771]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_close.c -o rec_close.o
2025-08-20T21:52:51.5627183Z [00:03:44.814]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strncasecmp is declared... yes
2025-08-20T21:52:51.5746314Z [00:03:44.826]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_stream.c -o ex_stream.o
2025-08-20T21:52:51.5864597Z [00:03:44.838]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_bigkey.o ---
2025-08-20T21:52:51.5866285Z [00:03:44.838]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash_bigkey.o
2025-08-20T21:52:51.5888312Z [00:03:44.841]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_delete.o ---
2025-08-20T21:52:51.5976137Z [00:03:44.848]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_delete.o
2025-08-20T21:52:51.5979988Z [00:03:44.849]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_delete.c -o rec_delete.o
2025-08-20T21:52:51.7662449Z [00:03:45.018]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_close.o ---
2025-08-20T21:52:51.7664498Z [00:03:45.018]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_close.o
2025-08-20T21:52:51.7760963Z [00:03:45.028]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_get.o ---
2025-08-20T21:52:51.7854796Z [00:03:45.031]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_get.o
2025-08-20T21:52:51.7856475Z [00:03:45.034]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strchrnul... yes
2025-08-20T21:52:51.7860482Z [00:03:45.034]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_get.c -o rec_get.o
2025-08-20T21:52:51.8324706Z [00:03:45.083]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash.o ---
2025-08-20T21:52:51.8404311Z [00:03:45.083]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash.o
2025-08-20T21:52:51.8406146Z [00:03:45.085]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_open.o ---
2025-08-20T21:52:51.8407679Z [00:03:45.090]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_open.o
2025-08-20T21:52:51.8411561Z [00:03:45.092]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_open.c -o rec_open.o
2025-08-20T21:52:51.8550688Z [00:03:45.107]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strchrnul works... guessing yes
2025-08-20T21:52:51.8586494Z [00:03:45.110]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working strerror function... guessing yes
2025-08-20T21:52:51.8618042Z [00:03:45.114]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working strndup... guessing yes
2025-08-20T21:52:51.8640150Z [00:03:45.116]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working strnlen... yes
2025-08-20T21:52:51.8646177Z [00:03:45.116]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strtoimax works... guessing yes
2025-08-20T21:52:51.8920530Z [00:03:45.144]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mpool.o ---
2025-08-20T21:52:51.8926608Z [00:03:45.144]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  mpool.o
2025-08-20T21:52:51.9038763Z [00:03:45.156]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_put.o ---
2025-08-20T21:52:51.9097067Z [00:03:45.161]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_put.o
2025-08-20T21:52:51.9102979Z [00:03:45.162]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_put.c -o rec_put.o
2025-08-20T21:52:51.9594733Z [00:03:45.210]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_delete.o ---
2025-08-20T21:52:51.9605766Z [00:03:45.210]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_delete.o
2025-08-20T21:52:51.9607903Z [00:03:45.212]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_search.o ---
2025-08-20T21:52:51.9622330Z [00:03:45.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_search.o
2025-08-20T21:52:51.9627151Z [00:03:45.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_search.c -o rec_search.o
2025-08-20T21:52:52.0566098Z [00:03:45.308]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_stream  ex_stream.o libdb-5.3.a -lpthread
2025-08-20T21:52:52.0572097Z [00:03:45.308]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strtol... yes
2025-08-20T21:52:52.0576919Z [00:03:45.309]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strtol works... guessing no
2025-08-20T21:52:52.0845789Z [00:03:45.333]➜  x86_64-unknown-linux-musl-binutils> *** This configuration is not supported in the following subdirectories:
2025-08-20T21:52:52.0847515Z [00:03:45.333]➜  x86_64-unknown-linux-musl-binutils>      zlib
2025-08-20T21:52:52.0849132Z [00:03:45.333]➜  x86_64-unknown-linux-musl-binutils>     (Any other directories should still work fine.)
2025-08-20T21:52:52.1018046Z [00:03:45.353]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_search.o
2025-08-20T21:52:52.1040523Z [00:03:45.356]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_open.o ---
2025-08-20T21:52:52.1046147Z [00:03:45.356]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_open.o
2025-08-20T21:52:52.1087245Z [00:03:45.360]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_seq.o ---
2025-08-20T21:52:52.1126260Z [00:03:45.363]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_seq.o
2025-08-20T21:52:52.1130152Z [00:03:45.363]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_seq.c -o rec_seq.o
2025-08-20T21:52:52.1133429Z [00:03:45.363]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_utils.o ---
2025-08-20T21:52:52.1134813Z [00:03:45.364]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_utils.o
2025-08-20T21:52:52.1144398Z [00:03:45.366]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_utils.c -o rec_utils.o
2025-08-20T21:52:52.1808288Z [00:03:45.432]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_page.o ---
2025-08-20T21:52:52.1864915Z [00:03:45.433]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash_page.o
2025-08-20T21:52:52.1878107Z [00:03:45.440]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- atoll.po ---
2025-08-20T21:52:52.1915057Z [00:03:45.443]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/atoll.po
2025-08-20T21:52:52.1923820Z [00:03:45.444]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/atoll.c -o atoll.po
2025-08-20T21:52:52.2364368Z [00:03:45.488]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_put.o ---
2025-08-20T21:52:52.2424910Z [00:03:45.489]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_put.o
2025-08-20T21:52:52.2442841Z [00:03:45.496]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- basename.po ---
2025-08-20T21:52:52.2511375Z [00:03:45.503]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/basename.po
2025-08-20T21:52:52.2515208Z [00:03:45.503]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/basename.c -o basename.po
2025-08-20T21:52:52.2655093Z [00:03:45.515]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_utils.o ---
2025-08-20T21:52:52.2670530Z [00:03:45.515]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_utils.o
2025-08-20T21:52:52.2724016Z [00:03:45.522]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_stream ex_stream.o  libdb-5.3.a -lpthread
2025-08-20T21:52:52.2744328Z [00:03:45.526]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbr.po ---
2025-08-20T21:52:52.2760782Z [00:03:45.528]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/cdbr.po
2025-08-20T21:52:52.2764847Z [00:03:45.528]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/cdb/cdbr.c -o cdbr.po
2025-08-20T21:52:52.2794828Z [00:03:45.531]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strtoll... yes
2025-08-20T21:52:52.2799968Z [00:03:45.532]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strtoll works... guessing no
2025-08-20T21:52:52.2878615Z [00:03:45.540]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- atoll.po ---
2025-08-20T21:52:52.2884410Z [00:03:45.540]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  atoll.po
2025-08-20T21:52:52.2965419Z [00:03:45.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbw.po ---
2025-08-20T21:52:52.2978044Z [00:03:45.550]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/cdbw.po
2025-08-20T21:52:52.2985417Z [00:03:45.550]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/cdb/cdbw.c -o cdbw.po
2025-08-20T21:52:52.3005239Z [00:03:45.552]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_get.o ---
2025-08-20T21:52:52.3025282Z [00:03:45.552]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_get.o
2025-08-20T21:52:52.3225342Z [00:03:45.572]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dirname.po ---
2025-08-20T21:52:52.3226927Z [00:03:45.572]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/dirname.po
2025-08-20T21:52:52.3230863Z [00:03:45.572]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/dirname.c -o dirname.po
2025-08-20T21:52:52.3631000Z [00:03:45.615]➜  x86_64-unknown-linux-musl-binutils> checking for default BUILD_CONFIG...
2025-08-20T21:52:52.3674644Z [00:03:45.615]➜  x86_64-unknown-linux-musl-binutils> checking for --enable-vtable-verify... no
2025-08-20T21:52:52.3998550Z [00:03:45.651]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- basename.po ---
2025-08-20T21:52:52.4036925Z [00:03:45.652]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  basename.po
2025-08-20T21:52:52.4126689Z [00:03:45.663]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_seq.o ---
2025-08-20T21:52:52.4142583Z [00:03:45.663]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_seq.o
2025-08-20T21:52:52.4144634Z [00:03:45.663]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dprintf.po ---
2025-08-20T21:52:52.4150900Z [00:03:45.667]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/dprintf.po
2025-08-20T21:52:52.4156788Z [00:03:45.667]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fgetln.po ---
2025-08-20T21:52:52.4170882Z [00:03:45.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fgetln.po
2025-08-20T21:52:52.4175951Z [00:03:45.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dprintf.po ---
2025-08-20T21:52:52.4179495Z [00:03:45.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC dprintf.c -o dprintf.po
2025-08-20T21:52:52.4295378Z [00:03:45.681]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fgetln.po ---
2025-08-20T21:52:52.4386374Z [00:03:45.681]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC fgetln.c -o fgetln.po
2025-08-20T21:52:52.4437417Z [00:03:45.695]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strtoul... yes
2025-08-20T21:52:52.4476619Z [00:03:45.699]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strtoul works... guessing no
2025-08-20T21:52:52.4590174Z [00:03:45.711]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dirname.po ---
2025-08-20T21:52:52.4591537Z [00:03:45.711]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  dirname.po
2025-08-20T21:52:52.4640159Z [00:03:45.716]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- flock.po ---
2025-08-20T21:52:52.4660837Z [00:03:45.717]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/flock.po
2025-08-20T21:52:52.4664668Z [00:03:45.717]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC flock.c -o flock.po
2025-08-20T21:52:52.5118778Z [00:03:45.764]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:52:52.5129947Z [00:03:45.765]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison
2025-08-20T21:52:52.5152633Z [00:03:45.767]➜  x86_64-unknown-linux-musl-binutils> checking for gm4... no
2025-08-20T21:52:52.5215589Z [00:03:45.773]➜  x86_64-unknown-linux-musl-binutils> checking for gnum4... no
2025-08-20T21:52:52.5226721Z [00:03:45.774]➜  x86_64-unknown-linux-musl-binutils> checking for m4... m4
2025-08-20T21:52:52.5240551Z [00:03:45.776]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:52.5318844Z [00:03:45.780]➜  x86_64-unknown-linux-musl-binutils> checking for lex... no
2025-08-20T21:52:52.5329311Z [00:03:45.785]➜  x86_64-unknown-linux-musl-binutils> checking for flex... no
2025-08-20T21:52:52.5345043Z [00:03:45.786]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... no
2025-08-20T21:52:52.5347084Z [00:03:45.786]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fgetln.po ---
2025-08-20T21:52:52.5348323Z [00:03:45.786]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  fgetln.po
2025-08-20T21:52:52.5426648Z [00:03:45.794]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/missing: line 81: makeinfo: not found
2025-08-20T21:52:52.5427953Z [00:03:45.794]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fparseln.po ---
2025-08-20T21:52:52.5438464Z [00:03:45.796]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:52:52.5454155Z [00:03:45.797]➜  x86_64-unknown-linux-musl-binutils> checking for runtest... no
2025-08-20T21:52:52.5462794Z [00:03:45.798]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fparseln.po
2025-08-20T21:52:52.5468233Z [00:03:45.798]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/fparseln.c -o fparseln.po
2025-08-20T21:52:52.5472475Z [00:03:45.798]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dprintf.po ---
2025-08-20T21:52:52.5475728Z [00:03:45.798]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  dprintf.po
2025-08-20T21:52:52.5513403Z [00:03:45.803]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fpurge.po ---
2025-08-20T21:52:52.5528639Z [00:03:45.805]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fpurge.po
2025-08-20T21:52:52.5535698Z [00:03:45.805]➜  x86_64-unknown-linux-musl-binutils> checking for ar... (cached) ar
2025-08-20T21:52:52.5562921Z [00:03:45.808]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:52.5566541Z [00:03:45.808]➜  x86_64-unknown-linux-musl-binutils> checking for as... (cached) as
2025-08-20T21:52:52.5568073Z [00:03:45.808]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-as... (cached) as
2025-08-20T21:52:52.5572169Z [00:03:45.808]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC fpurge.c -o fpurge.po
2025-08-20T21:52:52.5604593Z [00:03:45.808]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dlltool... no
2025-08-20T21:52:52.5609889Z [00:03:45.813]➜  x86_64-unknown-linux-musl-binutils> checking for dlltool... no
2025-08-20T21:52:52.5633876Z [00:03:45.815]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-dsymutil... no
2025-08-20T21:52:52.5635595Z [00:03:45.815]➜  x86_64-unknown-linux-musl-binutils> checking for dsymutil... no
2025-08-20T21:52:52.5685020Z [00:03:45.820]➜  x86_64-unknown-linux-musl-binutils> checking for ld... (cached) ld
2025-08-20T21:52:52.5690071Z [00:03:45.820]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ld... (cached) ld
2025-08-20T21:52:52.5691867Z [00:03:45.820]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-lipo... no
2025-08-20T21:52:52.5702558Z [00:03:45.822]➜  x86_64-unknown-linux-musl-binutils> checking for lipo... no
2025-08-20T21:52:52.5764478Z [00:03:45.827]➜  x86_64-unknown-linux-musl-binutils> checking for nm... (cached) nm
2025-08-20T21:52:52.5768255Z [00:03:45.827]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... (cached) nm
2025-08-20T21:52:52.5770091Z [00:03:45.827]➜  x86_64-unknown-linux-musl-binutils> checking for ranlib... (cached) ranlib
2025-08-20T21:52:52.5774132Z [00:03:45.827]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
2025-08-20T21:52:52.5776216Z [00:03:45.827]➜  x86_64-unknown-linux-musl-binutils> checking for strip... (cached) strip
2025-08-20T21:52:52.5779023Z [00:03:45.827]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... (cached) strip
2025-08-20T21:52:52.5795841Z [00:03:45.831]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windres... no
2025-08-20T21:52:52.5810156Z [00:03:45.833]➜  x86_64-unknown-linux-musl-binutils> checking for windres... no
2025-08-20T21:52:52.5851034Z [00:03:45.837]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-windmc... no
2025-08-20T21:52:52.5852640Z [00:03:45.837]➜  x86_64-unknown-linux-musl-binutils> checking for windmc... no
2025-08-20T21:52:52.5943902Z [00:03:45.842]➜  x86_64-unknown-linux-musl-binutils> checking for objcopy... (cached) objcopy
2025-08-20T21:52:52.5952589Z [00:03:45.842]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objcopy... (cached) objcopy
2025-08-20T21:52:52.5955116Z [00:03:45.842]➜  x86_64-unknown-linux-musl-binutils> checking for objdump... (cached) objdump
2025-08-20T21:52:52.5958273Z [00:03:45.842]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... (cached) objdump
2025-08-20T21:52:52.5961360Z [00:03:45.842]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-otool... no
2025-08-20T21:52:52.5962564Z [00:03:45.846]➜  x86_64-unknown-linux-musl-binutils> checking for otool... no
2025-08-20T21:52:52.5963947Z [00:03:45.848]➜  x86_64-unknown-linux-musl-binutils> checking for readelf... (cached) readelf
2025-08-20T21:52:52.5965400Z [00:03:45.848]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-readelf... (cached) readelf
2025-08-20T21:52:52.6022625Z [00:03:45.854]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- flock.po ---
2025-08-20T21:52:52.6024380Z [00:03:45.854]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  flock.po
2025-08-20T21:52:52.6182071Z [00:03:45.868]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getcap.po ---
2025-08-20T21:52:52.6214437Z [00:03:45.870]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getcap.po
2025-08-20T21:52:52.6218126Z [00:03:45.870]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/getcap.c -o getcap.po
2025-08-20T21:52:52.6481566Z [00:03:45.900]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... checking for x86_64-unknown-linux-gnu-ar... (cached) ar
2025-08-20T21:52:52.6500317Z [00:03:45.902]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbr.po ---
2025-08-20T21:52:52.6505634Z [00:03:45.902]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  cdbr.po
2025-08-20T21:52:52.6546617Z [00:03:45.906]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getline.po ---
2025-08-20T21:52:52.6592979Z [00:03:45.911]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getline.po
2025-08-20T21:52:52.6596480Z [00:03:45.911]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC getline.c -o getline.po
2025-08-20T21:52:52.6756636Z [00:03:45.927]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fpurge.po ---
2025-08-20T21:52:52.6758415Z [00:03:45.927]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  fpurge.po
2025-08-20T21:52:52.6760602Z [00:03:45.927]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:52.6791878Z [00:03:45.931]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getmode.po ---
2025-08-20T21:52:52.6890906Z [00:03:45.936]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getmode.po
2025-08-20T21:52:52.6894800Z [00:03:45.936]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC getmode.c -o getmode.po
2025-08-20T21:52:52.6897605Z [00:03:45.936]➜  db-static-x86_64-unknown-linux-musl> :  ex_stream
2025-08-20T21:52:52.6904508Z [00:03:45.938]➜  gnutar-static-x86_64-unknown-linux-musl> checking for strtoull... yes
2025-08-20T21:52:52.6916270Z [00:03:45.938]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_thread.c
2025-08-20T21:52:52.6945468Z [00:03:45.946]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-cc... no
2025-08-20T21:52:52.6947034Z [00:03:45.946]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gcc... no
2025-08-20T21:52:52.6948440Z [00:03:45.946]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether strtoull works... guessing no
2025-08-20T21:52:52.6994671Z [00:03:45.948]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether symlink handles trailing slash correctly... guessing yes
2025-08-20T21:52:52.7004689Z [00:03:45.949]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-c++... no
2025-08-20T21:52:52.7024883Z [00:03:45.954]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-g++... no
2025-08-20T21:52:52.7057957Z [00:03:45.955]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-cxx... no
2025-08-20T21:52:52.7059606Z [00:03:45.956]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gxx... no
2025-08-20T21:52:52.7078926Z [00:03:45.960]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gcc... no
2025-08-20T21:52:52.7125917Z [00:03:45.964]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gfortran... no
2025-08-20T21:52:52.7184666Z [00:03:45.969]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gccgo... no
2025-08-20T21:52:52.7186532Z [00:03:45.969]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gdc... no
2025-08-20T21:52:52.7250765Z [00:03:45.974]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-gm2... no
2025-08-20T21:52:52.7426863Z [00:03:45.994]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-ar... no
2025-08-20T21:52:52.7485573Z [00:03:46.000]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-as... no
2025-08-20T21:52:52.7522970Z [00:03:46.004]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:52:52.7583963Z [00:03:46.010]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-dsymutil... no
2025-08-20T21:52:52.7598724Z [00:03:46.012]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-ld... no
2025-08-20T21:52:52.7651825Z [00:03:46.017]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-lipo... no
2025-08-20T21:52:52.7683400Z [00:03:46.020]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-nm... no
2025-08-20T21:52:52.7744426Z [00:03:46.024]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getline.po ---
2025-08-20T21:52:52.7745706Z [00:03:46.024]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  getline.po
2025-08-20T21:52:52.7751130Z [00:03:46.027]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-objcopy... no
2025-08-20T21:52:52.7777614Z [00:03:46.030]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getopt_long.po ---
2025-08-20T21:52:52.7794236Z [00:03:46.031]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getopt_long.po
2025-08-20T21:52:52.7865112Z [00:03:46.031]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/getopt_long.c -o getopt_long.po
2025-08-20T21:52:52.7868589Z [00:03:46.034]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-objdump... no
2025-08-20T21:52:52.7869846Z [00:03:46.038]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-otool... no
2025-08-20T21:52:52.7945034Z [00:03:46.046]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-ranlib... no
2025-08-20T21:52:52.7968620Z [00:03:46.049]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-readelf... no
2025-08-20T21:52:52.7970374Z [00:03:46.049]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-strip... no
2025-08-20T21:52:52.8042485Z [00:03:46.056]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-windres... no
2025-08-20T21:52:52.8056417Z [00:03:46.057]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-musl-windmc... no
2025-08-20T21:52:52.8071872Z [00:03:46.059]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ar... just compiled
2025-08-20T21:52:52.8104493Z [00:03:46.059]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target as... just compiled
2025-08-20T21:52:52.8134472Z [00:03:46.065]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target cc... pre-installed
2025-08-20T21:52:52.8204183Z [00:03:46.072]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++... pre-installed
2025-08-20T21:52:52.8282259Z [00:03:46.080]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target c++ for libstdc++... pre-installed
2025-08-20T21:52:52.8287988Z [00:03:46.081]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dlltool... just compiled
2025-08-20T21:52:52.8387232Z [00:03:46.090]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target dsymutil... pre-installed
2025-08-20T21:52:52.8414712Z [00:03:46.090]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gcc... pre-installed
2025-08-20T21:52:52.8473679Z [00:03:46.099]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_thread.c -o ex_thread.o
2025-08-20T21:52:52.8477068Z [00:03:46.099]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gfortran... pre-installed
2025-08-20T21:52:52.8585158Z [00:03:46.110]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gccgo... pre-installed
2025-08-20T21:52:52.8683897Z [00:03:46.117]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gdc... pre-installed
2025-08-20T21:52:52.8744648Z [00:03:46.117]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target gm2... pre-installed
2025-08-20T21:52:52.8746238Z [00:03:46.117]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ld... just compiled
2025-08-20T21:52:52.8747762Z [00:03:46.120]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target lipo... pre-installed
2025-08-20T21:52:52.8749210Z [00:03:46.121]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target nm... just compiled
2025-08-20T21:52:52.8750646Z [00:03:46.121]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objcopy... just compiled
2025-08-20T21:52:52.8752128Z [00:03:46.121]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target objdump... just compiled
2025-08-20T21:52:52.8753792Z [00:03:46.123]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target otool... pre-installed
2025-08-20T21:52:52.8844625Z [00:03:46.129]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target ranlib... just compiled
2025-08-20T21:52:52.8846232Z [00:03:46.129]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target readelf... just compiled
2025-08-20T21:52:52.8847590Z [00:03:46.129]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target strip... just compiled
2025-08-20T21:52:52.8848967Z [00:03:46.129]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windres... just compiled
2025-08-20T21:52:52.8850293Z [00:03:46.129]➜  x86_64-unknown-linux-musl-binutils> checking where to find the target windmc... just compiled
2025-08-20T21:52:52.8851756Z [00:03:46.129]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:52:52.8853063Z [00:03:46.129]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getmode.po ---
2025-08-20T21:52:52.8854423Z [00:03:46.129]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  getmode.po
2025-08-20T21:52:52.8855504Z [00:03:46.129]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- gettemp.po ---
2025-08-20T21:52:52.8856497Z [00:03:46.132]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/gettemp.po
2025-08-20T21:52:52.8859703Z [00:03:46.132]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/gettemp.c -o gettemp.po
2025-08-20T21:52:52.9356856Z [00:03:46.187]➜  gnutar-static-x86_64-unknown-linux-musl> checking for symlinkat... yes
2025-08-20T21:52:52.9367374Z [00:03:46.188]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether symlinkat handles trailing slash correctly... guessing yes
2025-08-20T21:52:52.9620894Z [00:03:46.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fparseln.po ---
2025-08-20T21:52:52.9626965Z [00:03:46.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  fparseln.po
2025-08-20T21:52:52.9701354Z [00:03:46.220]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- heapsort.po ---
2025-08-20T21:52:52.9708431Z [00:03:46.222]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/heapsort.po
2025-08-20T21:52:52.9712571Z [00:03:46.223]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/heapsort.c -o heapsort.po
2025-08-20T21:52:52.9906195Z [00:03:46.242]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:52:53.0336094Z [00:03:46.285]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- gettemp.po ---
2025-08-20T21:52:53.0341735Z [00:03:46.285]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  gettemp.po
2025-08-20T21:52:53.0451873Z [00:03:46.297]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getsubopt.po ---
2025-08-20T21:52:53.0504263Z [00:03:46.302]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getsubopt.po
2025-08-20T21:52:53.0514344Z [00:03:46.303]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/getsubopt.c -o getsubopt.po
2025-08-20T21:52:53.1770071Z [00:03:46.429]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether localtime_r is declared... yes
2025-08-20T21:52:53.2159274Z [00:03:46.467]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- heapsort.po ---
2025-08-20T21:52:53.2162227Z [00:03:46.467]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  heapsort.po
2025-08-20T21:52:53.2215419Z [00:03:46.473]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- issetugid.po ---
2025-08-20T21:52:53.2244616Z [00:03:46.474]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/issetugid.po
2025-08-20T21:52:53.2248446Z [00:03:46.474]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC issetugid.c -o issetugid.po
2025-08-20T21:52:53.2644233Z [00:03:46.516]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether localtime_r is compatible with its POSIX signature... yes
2025-08-20T21:52:53.2677501Z [00:03:46.519]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether localtime works even near extrema... guessing yes
2025-08-20T21:52:53.3327368Z [00:03:46.584]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getopt_long.po ---
2025-08-20T21:52:53.3338099Z [00:03:46.584]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  getopt_long.po
2025-08-20T21:52:53.3340624Z [00:03:46.584]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- issetugid.po ---
2025-08-20T21:52:53.3343149Z [00:03:46.584]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  issetugid.po
2025-08-20T21:52:53.3368069Z [00:03:46.585]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchflags.po ---
2025-08-20T21:52:53.3395807Z [00:03:46.589]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/lchflags.po
2025-08-20T21:52:53.3400314Z [00:03:46.589]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC lchflags.c -o lchflags.po
2025-08-20T21:52:53.3444959Z [00:03:46.589]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchmod.po ---
2025-08-20T21:52:53.3446403Z [00:03:46.590]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/lchmod.po
2025-08-20T21:52:53.3461757Z [00:03:46.598]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:52:53.3465910Z [00:03:46.598]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC lchmod.c -o lchmod.po
2025-08-20T21:52:53.3469064Z [00:03:46.598]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getsubopt.po ---
2025-08-20T21:52:53.3470542Z [00:03:46.598]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  getsubopt.po
2025-08-20T21:52:53.3505764Z [00:03:46.602]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchown.po ---
2025-08-20T21:52:53.3524666Z [00:03:46.604]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/lchown.po
2025-08-20T21:52:53.3530841Z [00:03:46.605]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC lchown.c -o lchown.po
2025-08-20T21:52:53.3698228Z [00:03:46.621]➜  gnutar-static-x86_64-unknown-linux-musl> checking for timezone_t... no
2025-08-20T21:52:53.3888882Z [00:03:46.641]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbw.po ---
2025-08-20T21:52:53.3905011Z [00:03:46.641]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  cdbw.po
2025-08-20T21:52:53.3979567Z [00:03:46.650]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- libyywrap.po ---
2025-08-20T21:52:53.3998916Z [00:03:46.652]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/libyywrap.po
2025-08-20T21:52:53.4017975Z [00:03:46.653]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../external/bsd/flex/dist/src/libyywrap.c -o libyywrap.po
2025-08-20T21:52:53.4402088Z [00:03:46.692]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchown.po ---
2025-08-20T21:52:53.4405038Z [00:03:46.692]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  lchown.po
2025-08-20T21:52:53.4425170Z [00:03:46.694]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2.po ---
2025-08-20T21:52:53.4448678Z [00:03:46.697]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md2.po
2025-08-20T21:52:53.4456243Z [00:03:46.697]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/md2/md2.c -o md2.po
2025-08-20T21:52:53.4651111Z [00:03:46.715]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getcap.po ---
2025-08-20T21:52:53.4654465Z [00:03:46.715]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  getcap.po
2025-08-20T21:52:53.4657183Z [00:03:46.717]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2hl.po ---
2025-08-20T21:52:53.4662925Z [00:03:46.718]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md2hl.po
2025-08-20T21:52:53.4669524Z [00:03:46.718]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/md2/md2hl.c -o md2hl.po
2025-08-20T21:52:53.4689152Z [00:03:46.721]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchflags.po ---
2025-08-20T21:52:53.4690976Z [00:03:46.721]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  lchflags.po
2025-08-20T21:52:53.4739372Z [00:03:46.726]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchmod.po ---
2025-08-20T21:52:53.4740956Z [00:03:46.726]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  lchmod.po
2025-08-20T21:52:53.4742598Z [00:03:46.726]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4c.po ---
2025-08-20T21:52:53.4753126Z [00:03:46.727]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md4c.po
2025-08-20T21:52:53.4762440Z [00:03:46.727]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/md/md4c.c -o md4c.po
2025-08-20T21:52:53.4847050Z [00:03:46.736]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4hl.po ---
2025-08-20T21:52:53.4886177Z [00:03:46.740]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md4hl.po
2025-08-20T21:52:53.4895158Z [00:03:46.741]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/md/md4hl.c -o md4hl.po
2025-08-20T21:52:53.5130220Z [00:03:46.765]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- libyywrap.po ---
2025-08-20T21:52:53.5133055Z [00:03:46.765]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  libyywrap.po
2025-08-20T21:52:53.5229428Z [00:03:46.775]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5c.po ---
2025-08-20T21:52:53.5257562Z [00:03:46.777]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md5c.po
2025-08-20T21:52:53.5264876Z [00:03:46.778]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/md/md5c.c -o md5c.po
2025-08-20T21:52:53.5575706Z [00:03:46.809]➜  gnutar-static-x86_64-unknown-linux-musl> checking for timegm... yes
2025-08-20T21:52:53.5764984Z [00:03:46.828]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether unlink honors trailing slashes... guessing yes
2025-08-20T21:52:53.5781646Z [00:03:46.829]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether unlink of a parent directory fails as it should... guessing yes
2025-08-20T21:52:53.6604907Z [00:03:46.912]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2.po ---
2025-08-20T21:52:53.6628987Z [00:03:46.915]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  md2.po
2025-08-20T21:52:53.6641417Z [00:03:46.916]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5hl.po ---
2025-08-20T21:52:53.6687675Z [00:03:46.919]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md5hl.po
2025-08-20T21:52:53.6691542Z [00:03:46.919]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/md/md5hl.c -o md5hl.po
2025-08-20T21:52:53.6710782Z [00:03:46.923]➜  gnutar-static-x86_64-unknown-linux-musl> checking for unsetenv... yes
2025-08-20T21:52:53.7272509Z [00:03:46.979]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_thread \
2025-08-20T21:52:53.7278081Z [00:03:46.979]➜  db-static-x86_64-unknown-linux-musl>      ex_thread.o libdb-5.3.a -lm -lpthread
2025-08-20T21:52:53.7409209Z [00:03:46.993]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4hl.po ---
2025-08-20T21:52:53.7412670Z [00:03:46.993]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  md4hl.po
2025-08-20T21:52:53.7518573Z [00:03:47.003]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mi_vector_hash.po ---
2025-08-20T21:52:53.7577333Z [00:03:47.009]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2hl.po ---
2025-08-20T21:52:53.7580080Z [00:03:47.009]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  md2hl.po
2025-08-20T21:52:53.7582661Z [00:03:47.009]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mi_vector_hash.po ---
2025-08-20T21:52:53.7586143Z [00:03:47.009]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mi_vector_hash.po
2025-08-20T21:52:53.7591505Z [00:03:47.009]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/mi_vector_hash.c -o mi_vector_hash.po
2025-08-20T21:52:53.7615788Z [00:03:47.013]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkdtemp.po ---
2025-08-20T21:52:53.7665592Z [00:03:47.018]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mkdtemp.po
2025-08-20T21:52:53.7672150Z [00:03:47.018]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/mkdtemp.c -o mkdtemp.po
2025-08-20T21:52:53.7738120Z [00:03:47.026]➜  gnutar-static-x86_64-unknown-linux-musl> checking for unsetenv() return type... int
2025-08-20T21:52:53.7776556Z [00:03:47.029]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether unsetenv obeys POSIX... guessing no
2025-08-20T21:52:53.7834572Z [00:03:47.030]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4c.po ---
2025-08-20T21:52:53.7836041Z [00:03:47.030]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  md4c.po
2025-08-20T21:52:53.7847216Z [00:03:47.036]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkstemp.po ---
2025-08-20T21:52:53.7867879Z [00:03:47.039]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mkstemp.po
2025-08-20T21:52:53.7875366Z [00:03:47.039]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/mkstemp.c -o mkstemp.po
2025-08-20T21:52:53.8642075Z [00:03:47.116]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkdtemp.po ---
2025-08-20T21:52:53.8648355Z [00:03:47.117]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  mkdtemp.po
2025-08-20T21:52:53.8686390Z [00:03:47.120]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5hl.po ---
2025-08-20T21:52:53.8692560Z [00:03:47.121]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  md5hl.po
2025-08-20T21:52:53.8735337Z [00:03:47.125]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pread.po ---
2025-08-20T21:52:53.8757156Z [00:03:47.127]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pread.po
2025-08-20T21:52:53.8768955Z [00:03:47.128]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC pread.c -o pread.po
2025-08-20T21:52:53.8773087Z [00:03:47.128]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- putc_unlocked.po ---
2025-08-20T21:52:53.8802599Z [00:03:47.132]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/putc_unlocked.po
2025-08-20T21:52:53.8807457Z [00:03:47.132]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC putc_unlocked.c -o putc_unlocked.po
2025-08-20T21:52:53.8967395Z [00:03:47.145]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_thread ex_thread.o  libdb-5.3.a -lm -lpthread
2025-08-20T21:52:53.9183767Z [00:03:47.169]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkstemp.po ---
2025-08-20T21:52:53.9185859Z [00:03:47.169]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  mkstemp.po
2025-08-20T21:52:53.9300610Z [00:03:47.179]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwcache.po ---
2025-08-20T21:52:53.9302224Z [00:03:47.180]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pwcache.po
2025-08-20T21:52:53.9306166Z [00:03:47.181]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/pwcache.c -o pwcache.po
2025-08-20T21:52:53.9798587Z [00:03:47.231]➜  gnutar-static-x86_64-unknown-linux-musl> checking for utime... yes
2025-08-20T21:52:53.9956365Z [00:03:47.246]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether utime handles trailing slashes on files... guessing yes
2025-08-20T21:52:54.0036196Z [00:03:47.255]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pread.po ---
2025-08-20T21:52:54.0037959Z [00:03:47.255]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  pread.po
2025-08-20T21:52:54.0090441Z [00:03:47.261]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwrite.po ---
2025-08-20T21:52:54.0112472Z [00:03:47.263]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pwrite.po
2025-08-20T21:52:54.0125614Z [00:03:47.264]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC pwrite.c -o pwrite.po
2025-08-20T21:52:54.0205828Z [00:03:47.272]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- putc_unlocked.po ---
2025-08-20T21:52:54.0208875Z [00:03:47.272]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  putc_unlocked.po
2025-08-20T21:52:54.0250931Z [00:03:47.277]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pw_scan.po ---
2025-08-20T21:52:54.0410419Z [00:03:47.289]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pw_scan.po
2025-08-20T21:52:54.0487414Z [00:03:47.289]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/pw_scan.c -o pw_scan.po
2025-08-20T21:52:54.0688459Z [00:03:47.320]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mi_vector_hash.po ---
2025-08-20T21:52:54.0695571Z [00:03:47.321]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  mi_vector_hash.po
2025-08-20T21:52:54.0768314Z [00:03:47.329]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- raise_default_signal.po ---
2025-08-20T21:52:54.0847501Z [00:03:47.336]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/raise_default_signal.po
2025-08-20T21:52:54.0851946Z [00:03:47.336]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libutil/raise_default_signal.c -o raise_default_signal.po
2025-08-20T21:52:54.1073658Z [00:03:47.359]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwrite.po ---
2025-08-20T21:52:54.1079914Z [00:03:47.359]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  pwrite.po
2025-08-20T21:52:54.1117679Z [00:03:47.363]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rb.po ---
2025-08-20T21:52:54.1180671Z [00:03:47.370]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rb.po
2025-08-20T21:52:54.1188775Z [00:03:47.370]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/gen/rb.c -o rb.po
2025-08-20T21:52:54.1235963Z [00:03:47.375]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5c.po ---
2025-08-20T21:52:54.1284608Z [00:03:47.375]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  md5c.po
2025-08-20T21:52:54.1415246Z [00:03:47.390]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- reallocarr.po ---
2025-08-20T21:52:54.1472930Z [00:03:47.399]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/reallocarr.po
2025-08-20T21:52:54.1477384Z [00:03:47.399]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/reallocarr.c -o reallocarr.po
2025-08-20T21:52:54.2326120Z [00:03:47.484]➜  gnutar-static-x86_64-unknown-linux-musl> checking for futimes... yes
2025-08-20T21:52:54.2431941Z [00:03:47.495]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- raise_default_signal.po ---
2025-08-20T21:52:54.2475058Z [00:03:47.495]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  raise_default_signal.po
2025-08-20T21:52:54.2500293Z [00:03:47.502]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160.po ---
2025-08-20T21:52:54.2635265Z [00:03:47.511]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rmd160.po
2025-08-20T21:52:54.2639466Z [00:03:47.511]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/hash/rmd160/rmd160.c -o rmd160.po
2025-08-20T21:52:54.2684824Z [00:03:47.516]➜  db-static-x86_64-unknown-linux-musl> :  ex_thread
2025-08-20T21:52:54.2815509Z [00:03:47.523]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/ex_tpcb.c
2025-08-20T21:52:54.4261014Z [00:03:47.678]➜  gnutar-static-x86_64-unknown-linux-musl> checking for futimesat... yes
2025-08-20T21:52:54.4318962Z [00:03:47.684]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- reallocarr.po ---
2025-08-20T21:52:54.4320717Z [00:03:47.684]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  reallocarr.po
2025-08-20T21:52:54.4325782Z [00:03:47.684]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pw_scan.po ---
2025-08-20T21:52:54.4327584Z [00:03:47.684]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  pw_scan.po
2025-08-20T21:52:54.4408211Z [00:03:47.690]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160hl.po ---
2025-08-20T21:52:54.4464292Z [00:03:47.698]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regcomp.po ---
2025-08-20T21:52:54.4485285Z [00:03:47.700]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/ex_tpcb.c -o ex_tpcb.o
2025-08-20T21:52:54.4584622Z [00:03:47.703]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160hl.po ---
2025-08-20T21:52:54.4586152Z [00:03:47.703]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rmd160hl.po
2025-08-20T21:52:54.4590069Z [00:03:47.703]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/rmd160/rmd160hl.c -o rmd160hl.po
2025-08-20T21:52:54.4593687Z [00:03:47.703]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regcomp.po ---
2025-08-20T21:52:54.4595090Z [00:03:47.703]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regcomp.po
2025-08-20T21:52:54.4598789Z [00:03:47.703]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regcomp.c -o regcomp.po
2025-08-20T21:52:54.6395715Z [00:03:47.890]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwcache.po ---
2025-08-20T21:52:54.6397765Z [00:03:47.890]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  pwcache.po
2025-08-20T21:52:54.6515919Z [00:03:47.903]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regerror.po ---
2025-08-20T21:52:54.6594724Z [00:03:47.909]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regerror.po
2025-08-20T21:52:54.6599087Z [00:03:47.909]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regerror.c -o regerror.po
2025-08-20T21:52:54.7267912Z [00:03:47.978]➜  gnutar-static-x86_64-unknown-linux-musl> checking for lutimes... yes
2025-08-20T21:52:54.7278431Z [00:03:47.978]➜  gnutar-static-x86_64-unknown-linux-musl> checking for futimens... (cached) yes
2025-08-20T21:52:54.8944578Z [00:03:48.146]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160hl.po ---
2025-08-20T21:52:54.8949781Z [00:03:48.146]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rmd160hl.po
2025-08-20T21:52:54.8955136Z [00:03:48.146]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regexec.po ---
2025-08-20T21:52:54.9105013Z [00:03:48.159]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regexec.po
2025-08-20T21:52:54.9108990Z [00:03:48.159]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regexec.c -o regexec.po
2025-08-20T21:52:54.9636403Z [00:03:48.215]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regerror.po ---
2025-08-20T21:52:54.9641103Z [00:03:48.215]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  regerror.po
2025-08-20T21:52:54.9741040Z [00:03:48.226]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regfree.po ---
2025-08-20T21:52:54.9762816Z [00:03:48.228]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regfree.po
2025-08-20T21:52:54.9770310Z [00:03:48.228]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regfree.c -o regfree.po
2025-08-20T21:52:55.0094299Z [00:03:48.261]➜  gnutar-static-x86_64-unknown-linux-musl> checking for utimensat... yes
2025-08-20T21:52:55.0112940Z [00:03:48.263]➜  gnutar-static-x86_64-unknown-linux-musl> checking for utimensat... (cached) yes
2025-08-20T21:52:55.0131762Z [00:03:48.265]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether utimensat works... guessing yes
2025-08-20T21:52:55.0566330Z [00:03:48.308]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rb.po ---
2025-08-20T21:52:55.0571517Z [00:03:48.309]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rb.po
2025-08-20T21:52:55.0593722Z [00:03:48.311]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setenv.po ---
2025-08-20T21:52:55.0670455Z [00:03:48.319]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setenv.po
2025-08-20T21:52:55.0677740Z [00:03:48.319]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC setenv.c -o setenv.po
2025-08-20T21:52:55.1937528Z [00:03:48.445]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  setenv.po
2025-08-20T21:52:55.1944228Z [00:03:48.446]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setgroupent.po ---
2025-08-20T21:52:55.1959958Z [00:03:48.448]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setgroupent.po
2025-08-20T21:52:55.1987388Z [00:03:48.450]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC setgroupent.c -o setgroupent.po
2025-08-20T21:52:55.2063368Z [00:03:48.458]➜  x86_64-unknown-linux-musl-binutils> configurePhase completed in 2 minutes 53 seconds
2025-08-20T21:52:55.2076603Z [00:03:48.459]➜  x86_64-unknown-linux-musl-binutils> Running phase: buildPhase
2025-08-20T21:52:55.2133816Z [00:03:48.465]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regfree.po ---
2025-08-20T21:52:55.2147921Z [00:03:48.466]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  regfree.po
2025-08-20T21:52:55.2265224Z [00:03:48.475]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setpassent.po ---
2025-08-20T21:52:55.2271641Z [00:03:48.477]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setpassent.po
2025-08-20T21:52:55.2293896Z [00:03:48.477]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC setpassent.c -o setpassent.po
2025-08-20T21:52:55.2562297Z [00:03:48.508]➜  x86_64-unknown-linux-musl-binutils> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash MAKEINFO=true
2025-08-20T21:52:55.3817709Z [00:03:48.633]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setgroupent.po ---
2025-08-20T21:52:55.3822948Z [00:03:48.633]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  setgroupent.po
2025-08-20T21:52:55.3914910Z [00:03:48.638]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setprogname.po ---
2025-08-20T21:52:55.3916522Z [00:03:48.641]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setprogname.po
2025-08-20T21:52:55.3920149Z [00:03:48.641]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC setprogname.c -o setprogname.po
2025-08-20T21:52:55.4010900Z [00:03:48.653]➜  gnutar-static-x86_64-unknown-linux-musl> checking for variable-length arrays... yes
2025-08-20T21:52:55.4535352Z [00:03:48.697]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setpassent.po ---
2025-08-20T21:52:55.4545389Z [00:03:48.697]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  setpassent.po
2025-08-20T21:52:55.4594687Z [00:03:48.709]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1.po ---
2025-08-20T21:52:55.4596015Z [00:03:48.711]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha1.po
2025-08-20T21:52:55.4635868Z [00:03:48.711]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/hash/sha1/sha1.c -o sha1.po
2025-08-20T21:52:55.4722766Z [00:03:48.724]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o ex_tpcb  ex_tpcb.o libdb-5.3.a -lpthread
2025-08-20T21:52:55.4897374Z [00:03:48.741]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160.po ---
2025-08-20T21:52:55.4903055Z [00:03:48.741]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rmd160.po
2025-08-20T21:52:55.5044584Z [00:03:48.756]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1hl.po ---
2025-08-20T21:52:55.5324825Z [00:03:48.776]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha1hl.po
2025-08-20T21:52:55.5354298Z [00:03:48.776]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha1/sha1hl.c -o sha1hl.po
2025-08-20T21:52:55.5976259Z [00:03:48.849]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setprogname.po ---
2025-08-20T21:52:55.5981598Z [00:03:48.849]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  setprogname.po
2025-08-20T21:52:55.6025718Z [00:03:48.854]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha2.po ---
2025-08-20T21:52:55.6038956Z [00:03:48.856]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha2.po
2025-08-20T21:52:55.6096998Z [00:03:48.856]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/hash/sha2/sha2.c -o sha2.po
2025-08-20T21:52:55.7721202Z [00:03:49.020]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o ex_tpcb ex_tpcb.o  libdb-5.3.a -lpthread
2025-08-20T21:52:55.8055259Z [00:03:49.052]➜  gnutar-static-x86_64-unknown-linux-musl> checking for ptrdiff_t... yes
2025-08-20T21:52:55.9174277Z [00:03:49.164]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1hl.po ---
2025-08-20T21:52:55.9175644Z [00:03:49.164]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  sha1hl.po
2025-08-20T21:52:55.9234571Z [00:03:49.175]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha256hl.po ---
2025-08-20T21:52:55.9334894Z [00:03:49.183]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha256hl.po
2025-08-20T21:52:55.9427346Z [00:03:49.183]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha2/sha256hl.c -o sha256hl.po
2025-08-20T21:52:55.9705358Z [00:03:49.220]➜  x86_64-unknown-linux-musl-binutils> make[1]: Entering directory '/build/build'
2025-08-20T21:52:56.0215992Z [00:03:49.273]➜  x86_64-unknown-linux-musl-binutils> mkdir -p -- ./libiberty
2025-08-20T21:52:56.0455086Z [00:03:49.283]➜  x86_64-unknown-linux-musl-binutils> mkdir -p -- ./etc
2025-08-20T21:52:56.0484477Z [00:03:49.290]➜  x86_64-unknown-linux-musl-binutils> mkdir -p -- ./libsframe
2025-08-20T21:52:56.0519384Z [00:03:49.294]➜  x86_64-unknown-linux-musl-binutils> mkdir -p -- ./binutils
2025-08-20T21:52:56.0522722Z [00:03:49.294]➜  x86_64-unknown-linux-musl-binutils> mkdir -p -- ./gold
2025-08-20T21:52:56.0524086Z [00:03:49.296]➜  x86_64-unknown-linux-musl-binutils> Configuring in ./libiberty
2025-08-20T21:52:56.0538732Z [00:03:49.306]➜  x86_64-unknown-linux-musl-binutils> Configuring in ./binutils
2025-08-20T21:52:56.0570084Z [00:03:49.309]➜  x86_64-unknown-linux-musl-binutils> Configuring in ./gold
2025-08-20T21:52:56.0574396Z [00:03:49.309]➜  x86_64-unknown-linux-musl-binutils> Configuring in ./etc
2025-08-20T21:52:56.0645441Z [00:03:49.310]➜  x86_64-unknown-linux-musl-binutils> Configuring in ./libsframe
2025-08-20T21:52:56.1517170Z [00:03:49.403]➜  gnutar-static-x86_64-unknown-linux-musl> checking for vasprintf... yes
2025-08-20T21:52:56.3615879Z [00:03:49.610]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  sha256hl.po
2025-08-20T21:52:56.3705161Z [00:03:49.620]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha384hl.po ---
2025-08-20T21:52:56.3726800Z [00:03:49.621]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha384hl.po
2025-08-20T21:52:56.3731124Z [00:03:49.621]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha2/sha384hl.c -o sha384hl.po
2025-08-20T21:52:56.3784477Z [00:03:49.627]➜  db-static-x86_64-unknown-linux-musl> :  ex_tpcb
2025-08-20T21:52:56.3881572Z [00:03:49.637]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/getting_started/example_database_load.c
2025-08-20T21:52:56.4941769Z [00:03:49.746]➜  gnutar-static-x86_64-unknown-linux-musl> checking for vsnprintf... yes
2025-08-20T21:52:56.5027415Z [00:03:49.754]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether snprintf respects a size of 1... (cached) guessing yes
2025-08-20T21:52:56.5029849Z [00:03:49.754]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether wcrtomb works in the C locale... guessing yes
2025-08-20T21:52:56.5031772Z [00:03:49.754]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether wcrtomb return value is correct... guessing yes
2025-08-20T21:52:56.6296813Z [00:03:49.881]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/getting_started/example_database_load.c -o example_database_load.o
2025-08-20T21:52:56.7950311Z [00:03:50.043]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether wcwidth is declared... yes
2025-08-20T21:52:56.7952273Z [00:03:50.043]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether wcwidth works reasonably in UTF-8 locales... guessing yes
2025-08-20T21:52:56.8436367Z [00:03:50.094]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  sha384hl.po
2025-08-20T21:52:56.8534940Z [00:03:50.101]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha512hl.po ---
2025-08-20T21:52:56.8538710Z [00:03:50.106]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha512hl.po
2025-08-20T21:52:56.8542476Z [00:03:50.106]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha2/sha512hl.c -o sha512hl.po
2025-08-20T21:52:57.2016910Z [00:03:50.453]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wmemchr... yes
2025-08-20T21:52:57.2213067Z [00:03:50.471]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1.po ---
2025-08-20T21:52:57.2218462Z [00:03:50.471]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  sha1.po
2025-08-20T21:52:57.2405563Z [00:03:50.487]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintb.po ---
2025-08-20T21:52:57.2426341Z [00:03:50.494]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/snprintb.po
2025-08-20T21:52:57.2430485Z [00:03:50.494]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libutil/snprintb.c -o snprintb.po
2025-08-20T21:52:57.2933065Z [00:03:50.545]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regcomp.po ---
2025-08-20T21:52:57.2935084Z [00:03:50.545]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  regcomp.po
2025-08-20T21:52:57.3021522Z [00:03:50.554]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintf.po ---
2025-08-20T21:52:57.3081074Z [00:03:50.555]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/snprintf.po
2025-08-20T21:52:57.3154860Z [00:03:50.566]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha512hl.po ---
2025-08-20T21:52:57.3156182Z [00:03:50.566]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  sha512hl.po
2025-08-20T21:52:57.3157362Z [00:03:50.566]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintf.po ---
2025-08-20T21:52:57.3160276Z [00:03:50.566]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC snprintf.c -o snprintf.po
2025-08-20T21:52:57.3162874Z [00:03:50.566]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- stat_flags.po ---
2025-08-20T21:52:57.3255115Z [00:03:50.571]➜  x86_64-unknown-linux-musl-binutils> configure: creating cache ./config.cache
2025-08-20T21:52:57.3301835Z [00:03:50.579]➜  x86_64-unknown-linux-musl-binutils> configure: creating cache ./config.cache
2025-08-20T21:52:57.3372788Z [00:03:50.579]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/stat_flags.po
2025-08-20T21:52:57.3376559Z [00:03:50.579]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libutil/stat_flags.c -o stat_flags.po
2025-08-20T21:52:57.3380250Z [00:03:50.583]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:52:57.3382266Z [00:03:50.583]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:52:57.3495010Z [00:03:50.597]➜  x86_64-unknown-linux-musl-binutils> checking whether build environment is sane... configure: creating cache ./config.cache
2025-08-20T21:52:57.3624428Z [00:03:50.614]➜  x86_64-unknown-linux-musl-binutils> configure: creating cache ./config.cache
2025-08-20T21:52:57.3693783Z [00:03:50.619]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:52:57.3727714Z [00:03:50.624]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... true --split-size=5000000
2025-08-20T21:52:57.3729045Z [00:03:50.624]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:52:57.3731044Z [00:03:50.624]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -I../examples/c/getting_started -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/getting_started/gettingstarted_common.c
2025-08-20T21:52:57.3858283Z [00:03:50.637]➜  x86_64-unknown-linux-musl-binutils> checking build system type... checking build system type... configure: creating cache ./config.cache
2025-08-20T21:52:57.3918815Z [00:03:50.642]➜  x86_64-unknown-linux-musl-binutils> checking for perl... perl
2025-08-20T21:52:57.4098525Z [00:03:50.661]➜  x86_64-unknown-linux-musl-binutils> checking for a thread-safe mkdir -p... x86_64-unknown-linux-gnu
2025-08-20T21:52:57.4172529Z [00:03:50.669]➜  x86_64-unknown-linux-musl-binutils> checking host system type... checking build system type... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:52:57.4178253Z [00:03:50.669]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:52:57.4205404Z [00:03:50.672]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... x86_64-unknown-linux-gnu
2025-08-20T21:52:57.4473812Z [00:03:50.697]➜  x86_64-unknown-linux-musl-binutils> checking host system type... checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:57.4479228Z [00:03:50.699]➜  x86_64-unknown-linux-musl-binutils> checking host system type... yes
2025-08-20T21:52:57.4526978Z [00:03:50.704]➜  x86_64-unknown-linux-musl-binutils> x86_64-unknown-linux-gnu
2025-08-20T21:52:57.4531917Z [00:03:50.704]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:57.4541683Z [00:03:50.705]➜  x86_64-unknown-linux-musl-binutils> checking target system type... x86_64-unknown-linux-gnu
2025-08-20T21:52:57.4736111Z [00:03:50.723]➜  x86_64-unknown-linux-musl-binutils> checking target system type... checking whether make supports nested variables... x86_64-unknown-linux-gnu
2025-08-20T21:52:57.4807081Z [00:03:50.731]➜  x86_64-unknown-linux-musl-binutils> checking target system type... x86_64-unknown-linux-musl
2025-08-20T21:52:57.4837171Z [00:03:50.732]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... x86_64-unknown-linux-musl
2025-08-20T21:52:57.4839516Z [00:03:50.732]➜  x86_64-unknown-linux-musl-binutils> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:52:57.4865247Z [00:03:50.738]➜  x86_64-unknown-linux-musl-binutils> checking whether build environment is sane... yes
2025-08-20T21:52:57.4870067Z [00:03:50.738]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:52:57.4982942Z [00:03:50.738]➜  x86_64-unknown-linux-musl-binutils> x86_64-unknown-linux-gnu
2025-08-20T21:52:57.4985679Z [00:03:50.738]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:57.4988501Z [00:03:50.739]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:57.4990520Z [00:03:50.743]➜  x86_64-unknown-linux-musl-binutils> checking for -plugin option... yes
2025-08-20T21:52:57.4991515Z [00:03:50.747]➜  x86_64-unknown-linux-musl-binutils> x86_64-unknown-linux-musl
2025-08-20T21:52:57.4993124Z [00:03:50.747]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:52:57.5117827Z [00:03:50.763]➜  x86_64-unknown-linux-musl-binutils> checking whether build environment is sane... checking whether make supports nested variables... (cached) yes
2025-08-20T21:52:57.5156382Z [00:03:50.767]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:52:57.5276553Z [00:03:50.779]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -I../examples/c/getting_started -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/getting_started/gettingstarted_common.c -o gettingstarted_common.o
2025-08-20T21:52:57.5349372Z [00:03:50.787]➜  x86_64-unknown-linux-musl-binutils> checking for a thread-safe mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:52:57.5484694Z [00:03:50.787]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:52:57.5487692Z [00:03:50.790]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  stat_flags.po
2025-08-20T21:52:57.5488958Z [00:03:50.793]➜  gnutar-static-x86_64-unknown-linux-musl> checking for wmempcpy... no
2025-08-20T21:52:57.5490005Z [00:03:50.794]➜  gnutar-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:52:57.5491066Z [00:03:50.794]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcat.po ---
2025-08-20T21:52:57.5492160Z [00:03:50.796]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strlcat.po
2025-08-20T21:52:57.5495899Z [00:03:50.796]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strlcat.c -o strlcat.po
2025-08-20T21:52:57.5528724Z [00:03:50.804]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... checking for x86_64-unknown-linux-gnu-ar... (cached) ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:57.5605171Z [00:03:50.812]➜  x86_64-unknown-linux-musl-binutils> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:52:57.5633987Z [00:03:50.815]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:52:57.5752139Z [00:03:50.827]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... yes
2025-08-20T21:52:57.5754428Z [00:03:50.827]➜  x86_64-unknown-linux-musl-binutils> --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:52:57.5911501Z [00:03:50.843]➜  x86_64-unknown-linux-musl-binutils> configure: updating cache ./config.cache
2025-08-20T21:52:57.5981746Z [00:03:50.850]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... yes
2025-08-20T21:52:57.6072756Z [00:03:50.855]➜  x86_64-unknown-linux-musl-binutils> checking whether to install libiberty headers and static library... no
2025-08-20T21:52:57.6078590Z [00:03:50.859]➜  x86_64-unknown-linux-musl-binutils> configure: target_header_dir =
2025-08-20T21:52:57.6080000Z [00:03:50.859]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:52:57.6085655Z [00:03:50.860]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha2.po ---
2025-08-20T21:52:57.6087302Z [00:03:50.860]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  sha2.po
2025-08-20T21:52:57.6091312Z [00:03:50.861]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcpy.po ---
2025-08-20T21:52:57.6194639Z [00:03:50.868]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:52:57.6226118Z [00:03:50.872]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strlcpy.po
2025-08-20T21:52:57.6229828Z [00:03:50.872]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strlcpy.c -o strlcpy.po
2025-08-20T21:52:57.6429829Z [00:03:50.895]➜  x86_64-unknown-linux-musl-binutils> checking that generated files are newer than configure... checking whether make supports nested variables... yes
2025-08-20T21:52:57.6576430Z [00:03:50.909]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... (cached) yes
2025-08-20T21:52:57.6737552Z [00:03:50.925]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcat.po ---
2025-08-20T21:52:57.6742593Z [00:03:50.925]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strlcat.po
2025-08-20T21:52:57.6867956Z [00:03:50.935]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strmode.po ---
2025-08-20T21:52:57.6907826Z [00:03:50.936]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strmode.po
2025-08-20T21:52:57.6911777Z [00:03:50.936]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/string/strmode.c -o strmode.po
2025-08-20T21:52:57.6916031Z [00:03:50.941]➜  x86_64-unknown-linux-musl-binutils> checking for style of include used by make... checking whether make supports nested variables... (cached) yes
2025-08-20T21:52:57.6917930Z [00:03:50.941]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:52:57.7086357Z [00:03:50.960]➜  x86_64-unknown-linux-musl-binutils> GNU
2025-08-20T21:52:57.7203133Z [00:03:50.972]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:52:57.7846894Z [00:03:51.036]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcpy.po ---
2025-08-20T21:52:57.7860527Z [00:03:51.036]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strlcpy.po
2025-08-20T21:52:57.7880333Z [00:03:51.040]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strcasecmp.po ---
2025-08-20T21:52:57.7954653Z [00:03:51.045]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strcasecmp.po
2025-08-20T21:52:57.7958706Z [00:03:51.045]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strcasecmp.c -o strcasecmp.po
2025-08-20T21:52:57.8177021Z [00:03:51.069]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing setsockopt... none required
2025-08-20T21:52:57.8304966Z [00:03:51.069]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing setsockopt... (cached) none required
2025-08-20T21:52:57.8306905Z [00:03:51.072]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/mtio.h... (cached) yes
2025-08-20T21:52:57.9299315Z [00:03:51.182]➜  gnutar-static-x86_64-unknown-linux-musl> checking which ioctl field to test for reversed bytes... mt_type
2025-08-20T21:52:57.9305350Z [00:03:51.182]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether to build rmt... yes
2025-08-20T21:52:58.0227891Z [00:03:51.274]➜  gnutar-static-x86_64-unknown-linux-musl> checking for remote tape header files... yes
2025-08-20T21:52:58.0311617Z [00:03:51.283]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... checking whether the C compiler works... checking whether the C compiler works... yes
2025-08-20T21:52:58.0317201Z [00:03:51.283]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:52:58.0322018Z [00:03:51.283]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/buf.h... (cached) no
2025-08-20T21:52:58.0397407Z [00:03:51.287]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o example_database_load  \
2025-08-20T21:52:58.0399561Z [00:03:51.287]➜  db-static-x86_64-unknown-linux-musl>     example_database_load.o gettingstarted_common.o libdb-5.3.a -lpthread
2025-08-20T21:52:58.0510786Z [00:03:51.303]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strmode.po ---
2025-08-20T21:52:58.0517199Z [00:03:51.303]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strmode.po
2025-08-20T21:52:58.0685959Z [00:03:51.318]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strncasecmp.po ---
2025-08-20T21:52:58.0899674Z [00:03:51.329]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strncasecmp.po
2025-08-20T21:52:58.0904286Z [00:03:51.329]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strncasecmp.c -o strncasecmp.po
2025-08-20T21:52:58.1180813Z [00:03:51.370]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strcasecmp.po ---
2025-08-20T21:52:58.1182704Z [00:03:51.370]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strcasecmp.po
2025-08-20T21:52:58.1285941Z [00:03:51.376]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strndup.po ---
2025-08-20T21:52:58.1425732Z [00:03:51.389]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strndup.po
2025-08-20T21:52:58.1431281Z [00:03:51.389]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/string/strndup.c -o strndup.po
2025-08-20T21:52:58.2276031Z [00:03:51.477]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables... checking whether the C compiler works... yes
2025-08-20T21:52:58.2282166Z [00:03:51.477]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:52:58.2374606Z [00:03:51.487]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:52:58.2380145Z [00:03:51.487]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:52:58.2596854Z [00:03:51.511]➜  gnutar-static-x86_64-unknown-linux-musl> checking for struct stat.st_blksize... yes
2025-08-20T21:52:58.3135868Z [00:03:51.563]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strndup.po
2025-08-20T21:52:58.3141599Z [00:03:51.566]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strnlen.po ---
2025-08-20T21:52:58.3235701Z [00:03:51.575]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strnlen.po
2025-08-20T21:52:58.3246952Z [00:03:51.575]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strnlen.c -o strnlen.po
2025-08-20T21:52:58.3550149Z [00:03:51.607]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o example_database_load example_database_load.o gettingstarted_common.o  libdb-5.3.a -lpthread
2025-08-20T21:52:58.3845400Z [00:03:51.632]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strncasecmp.po ---
2025-08-20T21:52:58.3847400Z [00:03:51.632]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strncasecmp.po
2025-08-20T21:52:58.3849496Z [00:03:51.632]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables... checking for suffix of executables...
2025-08-20T21:52:58.3866702Z [00:03:51.638]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsep.po ---
2025-08-20T21:52:58.3925670Z [00:03:51.642]➜  x86_64-unknown-linux-musl-binutils> done
2025-08-20T21:52:58.3926898Z [00:03:51.642]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:52:58.3966894Z [00:03:51.648]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strsep.po
2025-08-20T21:52:58.3970981Z [00:03:51.648]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strsep.c -o strsep.po
2025-08-20T21:52:58.4395800Z [00:03:51.687]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... yes
2025-08-20T21:52:58.4452719Z [00:03:51.687]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:52:58.4545496Z [00:03:51.706]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strnlen.po ---
2025-08-20T21:52:58.4547184Z [00:03:51.706]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strnlen.po
2025-08-20T21:52:58.4609780Z [00:03:51.710]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsuftoll.po ---
2025-08-20T21:52:58.4619929Z [00:03:51.714]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strsuftoll.po
2025-08-20T21:52:58.4624141Z [00:03:51.714]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/strsuftoll.c -o strsuftoll.po
2025-08-20T21:52:58.5360889Z [00:03:51.788]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:52:58.5565254Z [00:03:51.804]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsep.po ---
2025-08-20T21:52:58.5595877Z [00:03:51.804]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strsep.po
2025-08-20T21:52:58.5611490Z [00:03:51.813]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoll.po ---
2025-08-20T21:52:58.5755313Z [00:03:51.823]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling...
2025-08-20T21:52:58.5772920Z [00:03:51.823]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strtoll.po
2025-08-20T21:52:58.5777260Z [00:03:51.823]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/strtoll.c -o strtoll.po
2025-08-20T21:52:58.5951128Z [00:03:51.847]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing gethostbyname... none required
2025-08-20T21:52:58.7356584Z [00:03:51.987]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintf.po ---
2025-08-20T21:52:58.7401693Z [00:03:51.987]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  snprintf.po
2025-08-20T21:52:58.7433017Z [00:03:51.995]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoi.po ---
2025-08-20T21:52:58.7472512Z [00:03:51.999]➜  gnutar-static-x86_64-unknown-linux-musl> checking for sys/xattr.h... yes
2025-08-20T21:52:58.7565708Z [00:03:52.008]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strtoi.po
2025-08-20T21:52:58.7573429Z [00:03:52.008]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/strtoi.c -o strtoi.po
2025-08-20T21:52:58.7690484Z [00:03:52.021]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling...
2025-08-20T21:52:58.7728931Z [00:03:52.025]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:52:58.8135342Z [00:03:52.065]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... checking whether we are cross compiling... config.status: creating Makefile
2025-08-20T21:52:58.8178626Z [00:03:52.070]➜  db-static-x86_64-unknown-linux-musl> :  example_database_load
2025-08-20T21:52:58.8199782Z [00:03:52.072]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/getting_started/example_database_read.c
2025-08-20T21:52:58.8783917Z [00:03:52.130]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsuftoll.po ---
2025-08-20T21:52:58.8789874Z [00:03:52.130]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strsuftoll.po
2025-08-20T21:52:58.8895037Z [00:03:52.140]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtou.po ---
2025-08-20T21:52:58.9097453Z [00:03:52.140]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strtou.po
2025-08-20T21:52:58.9104512Z [00:03:52.140]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/strtou.c -o strtou.po
2025-08-20T21:52:58.9107765Z [00:03:52.148]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:52:58.9346123Z [00:03:52.186]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... no
2025-08-20T21:52:58.9347041Z [00:03:52.186]➜  x86_64-unknown-linux-musl-binutils> o
2025-08-20T21:52:58.9439656Z [00:03:52.196]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintb.po ---
2025-08-20T21:52:58.9441126Z [00:03:52.196]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  snprintb.po
2025-08-20T21:52:58.9447841Z [00:03:52.197]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing getxattr... none required
2025-08-20T21:52:58.9634980Z [00:03:52.211]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- unvis.po ---
2025-08-20T21:52:58.9636124Z [00:03:52.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/unvis.po
2025-08-20T21:52:58.9640218Z [00:03:52.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/unvis.c -o unvis.po
2025-08-20T21:52:58.9805371Z [00:03:52.232]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... checking for suffix of object files... mkdir -p -- ./gprof
2025-08-20T21:52:58.9881272Z [00:03:52.240]➜  x86_64-unknown-linux-musl-binutils> Configuring in ./gprof
2025-08-20T21:52:58.9983056Z [00:03:52.250]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/getting_started/example_database_read.c -o example_database_read.o
2025-08-20T21:52:59.0630379Z [00:03:52.315]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoi.po ---
2025-08-20T21:52:59.0684953Z [00:03:52.315]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strtoi.po
2025-08-20T21:52:59.0686210Z [00:03:52.317]➜  x86_64-unknown-linux-musl-binutils> o
2025-08-20T21:52:59.0699503Z [00:03:52.321]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vis.po ---
2025-08-20T21:52:59.0730881Z [00:03:52.324]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vis.po
2025-08-20T21:52:59.0731940Z [00:03:52.325]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... no
2025-08-20T21:52:59.0735963Z [00:03:52.325]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vis.c -o vis.po
2025-08-20T21:52:59.1115675Z [00:03:52.361]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... yes
2025-08-20T21:52:59.1285812Z [00:03:52.375]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoll.po ---
2025-08-20T21:52:59.1301151Z [00:03:52.375]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strtoll.po
2025-08-20T21:52:59.1302785Z [00:03:52.375]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... o
2025-08-20T21:52:59.1303997Z [00:03:52.377]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- err.po ---
2025-08-20T21:52:59.1367736Z [00:03:52.387]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/err.po
2025-08-20T21:52:59.1371467Z [00:03:52.387]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/err.c -o err.po
2025-08-20T21:52:59.1914359Z [00:03:52.443]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtou.po ---
2025-08-20T21:52:59.1915816Z [00:03:52.443]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  strtou.po
2025-08-20T21:52:59.2023461Z [00:03:52.454]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... o
2025-08-20T21:52:59.2139377Z [00:03:52.463]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errx.po ---
2025-08-20T21:52:59.2141895Z [00:03:52.466]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing fgetxattr... none required
2025-08-20T21:52:59.2177543Z [00:03:52.469]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/errx.po
2025-08-20T21:52:59.2180981Z [00:03:52.470]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/errx.c -o errx.po
2025-08-20T21:52:59.2323148Z [00:03:52.484]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:52:59.2550678Z [00:03:52.506]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:52:59.2582932Z [00:03:52.510]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- err.po ---
2025-08-20T21:52:59.2584810Z [00:03:52.510]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  err.po
2025-08-20T21:52:59.2674497Z [00:03:52.518]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... yes
2025-08-20T21:52:59.2706283Z [00:03:52.519]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errc.po ---
2025-08-20T21:52:59.2820957Z [00:03:52.534]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/errc.po
2025-08-20T21:52:59.2876995Z [00:03:52.534]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/errc.c -o errc.po
2025-08-20T21:52:59.3425483Z [00:03:52.590]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regexec.po ---
2025-08-20T21:52:59.3427030Z [00:03:52.590]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  regexec.po
2025-08-20T21:52:59.3428280Z [00:03:52.594]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:52:59.3453601Z [00:03:52.595]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verr.po ---
2025-08-20T21:52:59.3454890Z [00:03:52.597]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/verr.po
2025-08-20T21:52:59.3458870Z [00:03:52.597]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/verr.c -o verr.po
2025-08-20T21:52:59.4107480Z [00:03:52.662]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:52:59.4430167Z [00:03:52.695]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errx.po ---
2025-08-20T21:52:59.4431720Z [00:03:52.695]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  errx.po
2025-08-20T21:52:59.4620505Z [00:03:52.714]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrx.po ---
2025-08-20T21:52:59.4641178Z [00:03:52.716]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/verrx.po
2025-08-20T21:52:59.4711005Z [00:03:52.716]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/verrx.c -o verrx.po
2025-08-20T21:52:59.4766899Z [00:03:52.728]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... yes
2025-08-20T21:52:59.4995263Z [00:03:52.749]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing lgetxattr... none required
2025-08-20T21:52:59.5075555Z [00:03:52.756]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... yes
2025-08-20T21:52:59.5164847Z [00:03:52.765]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verr.po ---
2025-08-20T21:52:59.5166448Z [00:03:52.765]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  verr.po
2025-08-20T21:52:59.5180679Z [00:03:52.770]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o example_database_read  \
2025-08-20T21:52:59.5182424Z [00:03:52.770]➜  db-static-x86_64-unknown-linux-musl>     example_database_read.o gettingstarted_common.o libdb-5.3.a -lpthread
2025-08-20T21:52:59.5309867Z [00:03:52.782]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrc.po ---
2025-08-20T21:52:59.5344595Z [00:03:52.784]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/verrc.po
2025-08-20T21:52:59.5348238Z [00:03:52.784]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/verrc.c -o verrc.po
2025-08-20T21:52:59.5439409Z [00:03:52.796]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errc.po ---
2025-08-20T21:52:59.5440687Z [00:03:52.796]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  errc.po
2025-08-20T21:52:59.5557600Z [00:03:52.807]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarn.po ---
2025-08-20T21:52:59.5624826Z [00:03:52.813]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vwarn.po
2025-08-20T21:52:59.5626257Z [00:03:52.814]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- unvis.po ---
2025-08-20T21:52:59.5627720Z [00:03:52.814]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  unvis.po
2025-08-20T21:52:59.5654116Z [00:03:52.816]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarn.po ---
2025-08-20T21:52:59.5657573Z [00:03:52.816]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vwarn.c -o vwarn.po
2025-08-20T21:52:59.5720131Z [00:03:52.824]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:52:59.5721914Z [00:03:52.824]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnx.po ---
2025-08-20T21:52:59.5723792Z [00:03:52.824]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vwarnx.po
2025-08-20T21:52:59.5727879Z [00:03:52.824]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vwarnx.c -o vwarnx.po
2025-08-20T21:52:59.6399313Z [00:03:52.892]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrx.po ---
2025-08-20T21:52:59.6404412Z [00:03:52.892]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  verrx.po
2025-08-20T21:52:59.6455017Z [00:03:52.897]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnc.po ---
2025-08-20T21:52:59.6459378Z [00:03:52.897]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vwarnc.po
2025-08-20T21:52:59.6526819Z [00:03:52.899]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vwarnc.c -o vwarnc.po
2025-08-20T21:52:59.6959662Z [00:03:52.948]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... none needed
2025-08-20T21:52:59.7095351Z [00:03:52.960]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... none needed
2025-08-20T21:52:59.7098890Z [00:03:52.961]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnx.po ---
2025-08-20T21:52:59.7101439Z [00:03:52.961]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  vwarnx.po
2025-08-20T21:52:59.7165017Z [00:03:52.968]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warn.po ---
2025-08-20T21:52:59.7182484Z [00:03:52.970]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/warn.po
2025-08-20T21:52:59.7294523Z [00:03:52.975]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/warn.c -o warn.po
2025-08-20T21:52:59.7510225Z [00:03:53.002]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... none needed
2025-08-20T21:52:59.7511540Z [00:03:53.002]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarn.po ---
2025-08-20T21:52:59.7512763Z [00:03:53.002]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  vwarn.po
2025-08-20T21:52:59.7557959Z [00:03:53.008]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnx.po ---
2025-08-20T21:52:59.7677061Z [00:03:53.019]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/warnx.po
2025-08-20T21:52:59.7681366Z [00:03:53.019]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/warnx.c -o warnx.po
2025-08-20T21:52:59.7833531Z [00:03:53.034]➜  x86_64-unknown-linux-musl-binutils> checking how to run the C preprocessor... yes
2025-08-20T21:52:59.7907634Z [00:03:53.042]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrc.po ---
2025-08-20T21:52:59.7909294Z [00:03:53.042]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  verrc.po
2025-08-20T21:52:59.7953867Z [00:03:53.047]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o example_database_read example_database_read.o gettingstarted_common.o  libdb-5.3.a -lpthread
2025-08-20T21:52:59.8100138Z [00:03:53.061]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnc.po ---
2025-08-20T21:52:59.8209164Z [00:03:53.070]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/warnc.po
2025-08-20T21:52:59.8213020Z [00:03:53.070]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/warnc.c -o warnc.po
2025-08-20T21:52:59.8530719Z [00:03:53.102]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing setxattr... none required
2025-08-20T21:52:59.8534405Z [00:03:53.105]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnc.po ---
2025-08-20T21:52:59.8539932Z [00:03:53.105]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  vwarnc.po
2025-08-20T21:52:59.8630701Z [00:03:53.109]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fts.po ---
2025-08-20T21:52:59.8632243Z [00:03:53.111]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fts.po
2025-08-20T21:52:59.8636163Z [00:03:53.111]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/fts.c -o fts.po
2025-08-20T21:52:59.9085351Z [00:03:53.157]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warn.po ---
2025-08-20T21:52:59.9190322Z [00:03:53.157]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  warn.po
2025-08-20T21:52:59.9191879Z [00:03:53.157]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- glob.po ---
2025-08-20T21:52:59.9193401Z [00:03:53.157]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/glob.po
2025-08-20T21:52:59.9197008Z [00:03:53.157]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/glob.c -o glob.po
2025-08-20T21:52:59.9901184Z [00:03:53.242]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnx.po ---
2025-08-20T21:52:59.9958474Z [00:03:53.247]➜  x86_64-unknown-linux-musl-binutils> checking how to run the C preprocessor... gcc -E
2025-08-20T21:52:59.9964794Z [00:03:53.248]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  warnx.po
2025-08-20T21:53:00.0232552Z [00:03:53.275]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- efun.po ---
2025-08-20T21:53:00.0266667Z [00:03:53.278]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/efun.po
2025-08-20T21:53:00.0286190Z [00:03:53.280]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libutil/efun.c -o efun.po
2025-08-20T21:53:00.0418558Z [00:03:53.294]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:00.0486809Z [00:03:53.300]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnc.po ---
2025-08-20T21:53:00.0495266Z [00:03:53.301]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  warnc.po
2025-08-20T21:53:00.0617188Z [00:03:53.313]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_close.po ---
2025-08-20T21:53:00.0685075Z [00:03:53.320]➜  x86_64-unknown-linux-musl-binutils> checking dependency style of gcc... gcc -E
2025-08-20T21:53:00.0707333Z [00:03:53.322]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_close.po
2025-08-20T21:53:00.0714964Z [00:03:53.322]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_close.c -o bt_close.po
2025-08-20T21:53:00.0901112Z [00:03:53.338]➜  x86_64-unknown-linux-musl-binutils> configure: creating cache ./config.cache
2025-08-20T21:53:00.0907447Z [00:03:53.338]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:00.1152886Z [00:03:53.367]➜  x86_64-unknown-linux-musl-binutils> checking for style of include used by make... GNU
2025-08-20T21:53:00.1808734Z [00:03:53.431]➜  x86_64-unknown-linux-musl-binutils> checking dependency style of gcc... checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:53:00.2110320Z [00:03:53.463]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:53:00.2326571Z [00:03:53.484]➜  x86_64-unknown-linux-musl-binutils> checking target system type... gcc3
2025-08-20T21:53:00.2526260Z [00:03:53.503]➜  x86_64-unknown-linux-musl-binutils> checking how to run the C preprocessor... x86_64-unknown-linux-musl
2025-08-20T21:53:00.2532479Z [00:03:53.503]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:53:00.2623344Z [00:03:53.509]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing fsetxattr... none required
2025-08-20T21:53:00.2667905Z [00:03:53.518]➜  x86_64-unknown-linux-musl-binutils> checking whether build environment is sane... yes
2025-08-20T21:53:00.3091408Z [00:03:53.561]➜  x86_64-unknown-linux-musl-binutils> checking for grep that handles long lines and -e... checking for a thread-safe mkdir -p... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:53:00.3307649Z [00:03:53.582]➜  x86_64-unknown-linux-musl-binutils> checking for egrep... checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:53:00.3435580Z [00:03:53.594]➜  x86_64-unknown-linux-musl-binutils> checking for ANSI C header files... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:53:00.3482391Z [00:03:53.599]➜  x86_64-unknown-linux-musl-binutils> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:53:00.3495891Z [00:03:53.600]➜  x86_64-unknown-linux-musl-binutils> checking for ANSI C header files... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:53:00.3497688Z [00:03:53.600]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:53:00.3647734Z [00:03:53.616]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... gcc3
2025-08-20T21:53:00.4146102Z [00:03:53.660]➜  x86_64-unknown-linux-musl-binutils> checking how to run the C preprocessor... yes
2025-08-20T21:53:00.4596972Z [00:03:53.711]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... yes
2025-08-20T21:53:00.4678729Z [00:03:53.720]➜  db-static-x86_64-unknown-linux-musl> :  example_database_read
2025-08-20T21:53:00.4784311Z [00:03:53.726]➜  x86_64-unknown-linux-musl-binutils> gcc -E
2025-08-20T21:53:00.4794052Z [00:03:53.726]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/txn_guide/txn_guide.c
2025-08-20T21:53:00.5081453Z [00:03:53.759]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_close.po
2025-08-20T21:53:00.5088780Z [00:03:53.760]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_conv.po ---
2025-08-20T21:53:00.5090849Z [00:03:53.760]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... (cached) yes
2025-08-20T21:53:00.5114471Z [00:03:53.760]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:53:00.5214500Z [00:03:53.773]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_conv.po
2025-08-20T21:53:00.5240926Z [00:03:53.773]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_conv.c -o bt_conv.po
2025-08-20T21:53:00.6355406Z [00:03:53.886]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing lsetxattr... none required
2025-08-20T21:53:00.6384605Z [00:03:53.886]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- efun.po ---
2025-08-20T21:53:00.6386242Z [00:03:53.886]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  efun.po
2025-08-20T21:53:00.6423138Z [00:03:53.894]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_debug.po ---
2025-08-20T21:53:00.6535280Z [00:03:53.905]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_debug.po
2025-08-20T21:53:00.6679795Z [00:03:53.905]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_debug.c -o bt_debug.po
2025-08-20T21:53:00.6714592Z [00:03:53.906]➜  x86_64-unknown-linux-musl-binutils> gcc -E
2025-08-20T21:53:00.7100921Z [00:03:53.962]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/txn_guide/txn_guide.c -o txn_guide.o
2025-08-20T21:53:00.7122627Z [00:03:53.963]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vis.po ---
2025-08-20T21:53:00.7123988Z [00:03:53.963]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  vis.po
2025-08-20T21:53:00.7215387Z [00:03:53.973]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_delete.po ---
2025-08-20T21:53:00.7325554Z [00:03:53.979]➜  x86_64-unknown-linux-musl-binutils> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:53:00.7327286Z [00:03:53.979]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_delete.po
2025-08-20T21:53:00.7330922Z [00:03:53.980]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_delete.c -o bt_delete.po
2025-08-20T21:53:00.7368050Z [00:03:53.986]➜  x86_64-unknown-linux-musl-binutils> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:53:00.8355512Z [00:03:54.085]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_debug.po ---
2025-08-20T21:53:00.8357567Z [00:03:54.085]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_debug.po
2025-08-20T21:53:00.8439052Z [00:03:54.096]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_get.po ---
2025-08-20T21:53:00.8461434Z [00:03:54.098]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_get.po
2025-08-20T21:53:00.8469558Z [00:03:54.098]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_get.c -o bt_get.po
2025-08-20T21:53:00.9122855Z [00:03:54.159]➜  x86_64-unknown-linux-musl-binutils> checking for ANSI C header files... checking whether the C compiler works... checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:53:00.9131522Z [00:03:54.161]➜  x86_64-unknown-linux-musl-binutils> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:53:00.9805539Z [00:03:54.228]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing listxattr... none required
2025-08-20T21:53:01.0961983Z [00:03:54.347]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_get.po
2025-08-20T21:53:01.1091615Z [00:03:54.361]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_open.po ---
2025-08-20T21:53:01.1120488Z [00:03:54.364]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_open.po
2025-08-20T21:53:01.1129592Z [00:03:54.364]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_open.c -o bt_open.po
2025-08-20T21:53:01.2147404Z [00:03:54.466]➜  x86_64-unknown-linux-musl-binutils> checking for ANSI C header files... yes
2025-08-20T21:53:01.2153455Z [00:03:54.466]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:53:01.4145398Z [00:03:54.652]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing flistxattr... none required
2025-08-20T21:53:01.4204527Z [00:03:54.652]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables... yes
2025-08-20T21:53:01.4455558Z [00:03:54.696]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_conv.po ---
2025-08-20T21:53:01.4457224Z [00:03:54.696]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_conv.po
2025-08-20T21:53:01.4540270Z [00:03:54.706]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_overflow.po ---
2025-08-20T21:53:01.4650694Z [00:03:54.714]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_overflow.po
2025-08-20T21:53:01.4687641Z [00:03:54.714]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_overflow.c -o bt_overflow.po
2025-08-20T21:53:01.4692090Z [00:03:54.714]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o txn_guide  txn_guide.o libdb-5.3.a -lpthread
2025-08-20T21:53:01.6026600Z [00:03:54.854]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... yes
2025-08-20T21:53:01.6312876Z [00:03:54.882]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fts.po ---
2025-08-20T21:53:01.6317948Z [00:03:54.882]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  fts.po
2025-08-20T21:53:01.6345026Z [00:03:54.886]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_page.po ---
2025-08-20T21:53:01.6415176Z [00:03:54.891]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_page.po
2025-08-20T21:53:01.6426792Z [00:03:54.892]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_page.c -o bt_page.po
2025-08-20T21:53:01.7195327Z [00:03:54.967]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... yes
2025-08-20T21:53:01.7333123Z [00:03:54.985]➜  x86_64-unknown-linux-musl-binutils> 
2025-08-20T21:53:01.7798286Z [00:03:55.031]➜  gnutar-static-x86_64-unknown-linux-musl> checking for library containing llistxattr... none required
2025-08-20T21:53:01.8816418Z [00:03:55.133]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... checking for sys/stat.h... yes
2025-08-20T21:53:01.8877960Z [00:03:55.139]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_page.po
2025-08-20T21:53:01.8980334Z [00:03:55.150]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_put.po ---
2025-08-20T21:53:01.9034705Z [00:03:55.154]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_put.po
2025-08-20T21:53:01.9038713Z [00:03:55.154]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_put.c -o bt_put.po
2025-08-20T21:53:01.9145775Z [00:03:55.165]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o txn_guide txn_guide.o  libdb-5.3.a -lpthread
2025-08-20T21:53:01.9147805Z [00:03:55.165]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_open.po ---
2025-08-20T21:53:01.9149373Z [00:03:55.165]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_open.po
2025-08-20T21:53:01.9252731Z [00:03:55.177]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_search.po ---
2025-08-20T21:53:01.9376480Z [00:03:55.189]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_search.po
2025-08-20T21:53:01.9497491Z [00:03:55.189]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_search.c -o bt_search.po
2025-08-20T21:53:01.9625161Z [00:03:55.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- glob.po ---
2025-08-20T21:53:01.9631716Z [00:03:55.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  glob.po
2025-08-20T21:53:01.9713092Z [00:03:55.223]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_seq.po ---
2025-08-20T21:53:01.9905326Z [00:03:55.229]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_seq.po
2025-08-20T21:53:01.9937078Z [00:03:55.229]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_seq.c -o bt_seq.po
2025-08-20T21:53:01.9940220Z [00:03:55.234]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_overflow.po ---
2025-08-20T21:53:01.9941572Z [00:03:55.234]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_overflow.po
2025-08-20T21:53:01.9958622Z [00:03:55.248]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_split.po ---
2025-08-20T21:53:02.0068693Z [00:03:55.249]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_split.po
2025-08-20T21:53:02.0135178Z [00:03:55.249]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_split.c -o bt_split.po
2025-08-20T21:53:02.0143501Z [00:03:55.266]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getgrgid is declared... yes
2025-08-20T21:53:02.0386934Z [00:03:55.290]➜  x86_64-unknown-linux-musl-binutils> checking for sys/stat.h... yes
2025-08-20T21:53:02.0454761Z [00:03:55.293]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:02.0635098Z [00:03:55.310]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:02.1835390Z [00:03:55.429]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_delete.po ---
2025-08-20T21:53:02.1894915Z [00:03:55.429]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_delete.po
2025-08-20T21:53:02.1914885Z [00:03:55.440]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_utils.po ---
2025-08-20T21:53:02.2055071Z [00:03:55.449]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_utils.po
2025-08-20T21:53:02.2059156Z [00:03:55.449]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_utils.c -o bt_utils.po
2025-08-20T21:53:02.2165230Z [00:03:55.465]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... checking for sys/types.h... checking for stdlib.h... yes
2025-08-20T21:53:02.2695568Z [00:03:55.519]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:02.2995507Z [00:03:55.549]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether getpwuid is declared... yes
2025-08-20T21:53:02.3475765Z [00:03:55.594]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... checking for suffix of object files... yes
2025-08-20T21:53:02.3665251Z [00:03:55.614]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:02.3951719Z [00:03:55.644]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:02.5155532Z [00:03:55.760]➜  x86_64-unknown-linux-musl-binutils> checking for string.h... checking for sys/stat.h... checking for sys/stat.h... o
2025-08-20T21:53:02.5756069Z [00:03:55.827]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether time is declared... yes
2025-08-20T21:53:02.5985850Z [00:03:55.850]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:53:02.6146203Z [00:03:55.866]➜  db-static-x86_64-unknown-linux-musl> :  txn_guide
2025-08-20T21:53:02.6251276Z [00:03:55.877]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-gcc -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O3  ../examples/c/txn_guide/txn_guide_inmemory.c
2025-08-20T21:53:02.6400930Z [00:03:55.892]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_put.po ---
2025-08-20T21:53:02.6409770Z [00:03:55.892]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_put.po
2025-08-20T21:53:02.6632530Z [00:03:55.915]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- db.po ---
2025-08-20T21:53:02.6694815Z [00:03:55.916]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_search.po ---
2025-08-20T21:53:02.6696562Z [00:03:55.916]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_search.po
2025-08-20T21:53:02.6707348Z [00:03:55.916]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- db.po ---
2025-08-20T21:53:02.6708604Z [00:03:55.916]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/db.po
2025-08-20T21:53:02.6712602Z [00:03:55.916]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/db/db.c -o db.po
2025-08-20T21:53:02.6845821Z [00:03:55.936]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dbfile.po ---
2025-08-20T21:53:02.6864852Z [00:03:55.936]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/dbfile.po
2025-08-20T21:53:02.6868904Z [00:03:55.936]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/db/dbfile.c -o dbfile.po
2025-08-20T21:53:02.7215142Z [00:03:55.971]➜  x86_64-unknown-linux-musl-binutils> checking for string.h... yes
2025-08-20T21:53:02.7222845Z [00:03:55.973]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:02.7527372Z [00:03:56.002]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:02.7537172Z [00:03:56.005]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:02.9495403Z [00:03:56.201]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_seq.po ---
2025-08-20T21:53:02.9501176Z [00:03:56.202]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_seq.po
2025-08-20T21:53:02.9522944Z [00:03:56.204]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash.po ---
2025-08-20T21:53:02.9729368Z [00:03:56.225]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_utils.po ---
2025-08-20T21:53:02.9735506Z [00:03:56.225]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_utils.po
2025-08-20T21:53:02.9740802Z [00:03:56.226]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash.po ---
2025-08-20T21:53:02.9746310Z [00:03:56.226]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash.po
2025-08-20T21:53:02.9754503Z [00:03:56.227]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash.c -o hash.po
2025-08-20T21:53:02.9906662Z [00:03:56.242]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_bigkey.po ---
2025-08-20T21:53:02.9953605Z [00:03:56.247]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_bigkey.po
2025-08-20T21:53:02.9975326Z [00:03:56.249]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... checking for memory.h... checking for stdlib.h... checking for stdlib.h... yes
2025-08-20T21:53:03.0059538Z [00:03:56.257]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_bigkey.c -o hash_bigkey.po
2025-08-20T21:53:03.0153958Z [00:03:56.267]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O3 ../examples/c/txn_guide/txn_guide_inmemory.c -o txn_guide_inmemory.o
2025-08-20T21:53:03.0254545Z [00:03:56.277]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dbfile.po ---
2025-08-20T21:53:03.0256224Z [00:03:56.277]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  dbfile.po
2025-08-20T21:53:03.0283135Z [00:03:56.280]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_buf.po ---
2025-08-20T21:53:03.0360679Z [00:03:56.288]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... yes
2025-08-20T21:53:03.0366568Z [00:03:56.288]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_buf.po
2025-08-20T21:53:03.0370759Z [00:03:56.288]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_buf.c -o hash_buf.po
2025-08-20T21:53:03.0591239Z [00:03:56.311]➜  gnutar-static-x86_64-unknown-linux-musl> checking for waitpid... yes
2025-08-20T21:53:03.0592989Z [00:03:56.311]➜  gnutar-static-x86_64-unknown-linux-musl> checking for remote shell... no
2025-08-20T21:53:03.0609737Z [00:03:56.313]➜  gnutar-static-x86_64-unknown-linux-musl> checking for netdb.h... (cached) yes
2025-08-20T21:53:03.0631041Z [00:03:56.314]➜  gnutar-static-x86_64-unknown-linux-musl> checking for default archive format... GNU
2025-08-20T21:53:03.0637109Z [00:03:56.314]➜  gnutar-static-x86_64-unknown-linux-musl> checking for default archive... -
2025-08-20T21:53:03.0659809Z [00:03:56.318]➜  gnutar-static-x86_64-unknown-linux-musl> checking for default blocking... 20
2025-08-20T21:53:03.0668346Z [00:03:56.318]➜  gnutar-static-x86_64-unknown-linux-musl> checking for default quoting style... escape
2025-08-20T21:53:03.0797346Z [00:03:56.331]➜  gnutar-static-x86_64-unknown-linux-musl> checking for ld... x86_64-unknown-linux-musl-ld
2025-08-20T21:53:03.1585749Z [00:03:56.402]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- db.po ---
2025-08-20T21:53:03.1735397Z [00:03:56.402]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  db.po
2025-08-20T21:53:03.1925524Z [00:03:56.407]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_func.po ---
2025-08-20T21:53:03.1927055Z [00:03:56.420]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_func.po
2025-08-20T21:53:03.1930847Z [00:03:56.420]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_func.c -o hash_func.po
2025-08-20T21:53:03.1934735Z [00:03:56.424]➜  gnutar-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:53:03.1936177Z [00:03:56.426]➜  x86_64-unknown-linux-musl-binutils> checking for memory.h... yes
2025-08-20T21:53:03.2315263Z [00:03:56.480]➜  x86_64-unknown-linux-musl-binutils> checking for string.h... yes
2025-08-20T21:53:03.2778013Z [00:03:56.529]➜  x86_64-unknown-linux-musl-binutils> checking for string.h... yes
2025-08-20T21:53:03.3969929Z [00:03:56.644]➜  gnutar-static-x86_64-unknown-linux-musl> checking for shared library run path origin... done
2025-08-20T21:53:03.4016476Z [00:03:56.653]➜  x86_64-unknown-linux-musl-binutils> checking for strings.h... none needed
2025-08-20T21:53:03.4385887Z [00:03:56.684]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... yes
2025-08-20T21:53:03.4498382Z [00:03:56.702]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:03.4782636Z [00:03:56.730]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  hash_func.po
2025-08-20T21:53:03.4861799Z [00:03:56.738]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_split.po ---
2025-08-20T21:53:03.4867530Z [00:03:56.738]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  bt_split.po
2025-08-20T21:53:03.4878157Z [00:03:56.740]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_log2.po ---
2025-08-20T21:53:03.4974235Z [00:03:56.746]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_log2.po
2025-08-20T21:53:03.4982275Z [00:03:56.746]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_log2.c -o hash_log2.po
2025-08-20T21:53:03.5018344Z [00:03:56.754]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_page.po ---
2025-08-20T21:53:03.5186332Z [00:03:56.770]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_page.po
2025-08-20T21:53:03.5190371Z [00:03:56.770]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_page.c -o hash_page.po
2025-08-20T21:53:03.5425567Z [00:03:56.791]➜  gnutar-static-x86_64-unknown-linux-musl> checking 32-bit host C ABI... no
2025-08-20T21:53:03.5598569Z [00:03:56.811]➜  x86_64-unknown-linux-musl-binutils> checking for strings.h... checking for memory.h... yes
2025-08-20T21:53:03.6064816Z [00:03:56.858]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:03.6407084Z [00:03:56.892]➜  gnutar-static-x86_64-unknown-linux-musl> checking for ELF binary format... yes
2025-08-20T21:53:03.7159673Z [00:03:56.967]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_buf.po ---
2025-08-20T21:53:03.7161586Z [00:03:56.967]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  hash_buf.po
2025-08-20T21:53:03.7266074Z [00:03:56.975]➜  gnutar-static-x86_64-unknown-linux-musl> checking for the common suffixes of directories in the library search path... lib,lib,lib
2025-08-20T21:53:03.7267922Z [00:03:56.975]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbmdatum.po ---
2025-08-20T21:53:03.7315225Z [00:03:56.982]➜  x86_64-unknown-linux-musl-binutils> checking for memory.h... checking for inttypes.h... yes
2025-08-20T21:53:03.7324184Z [00:03:56.982]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:03.7325558Z [00:03:56.982]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/ndbmdatum.po
2025-08-20T21:53:03.7333117Z [00:03:56.982]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/ndbmdatum.c -o ndbmdatum.po
2025-08-20T21:53:03.7456069Z [00:03:56.997]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_log2.po ---
2025-08-20T21:53:03.7461100Z [00:03:56.997]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  hash_log2.po
2025-08-20T21:53:03.7635599Z [00:03:57.012]➜  x86_64-unknown-linux-musl-binutils> checking for style of include used by make... yes
2025-08-20T21:53:03.7637256Z [00:03:57.012]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbm.po ---
2025-08-20T21:53:03.7664528Z [00:03:57.017]➜  x86_64-unknown-linux-musl-binutils> GNU
2025-08-20T21:53:03.7665776Z [00:03:57.017]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/ndbm.po
2025-08-20T21:53:03.7669493Z [00:03:57.017]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/ndbm.c -o ndbm.po
2025-08-20T21:53:03.8075654Z [00:03:57.056]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-gcc -O3  -o txn_guide_inmemory  txn_guide_inmemory.o libdb-5.3.a -lpthread
2025-08-20T21:53:03.9115247Z [00:03:57.162]➜  x86_64-unknown-linux-musl-binutils> checking dependency style of gcc... checking for strings.h... checking for inttypes.h... yes
2025-08-20T21:53:03.9797197Z [00:03:57.231]➜  x86_64-unknown-linux-musl-binutils> checking for strings.h... yes
2025-08-20T21:53:04.0470831Z [00:03:57.299]➜  x86_64-unknown-linux-musl-binutils> checking for stdint.h... gcc3
2025-08-20T21:53:04.0845528Z [00:03:57.336]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  ndbm.po
2025-08-20T21:53:04.0945007Z [00:03:57.339]➜  x86_64-unknown-linux-musl-binutils> checking how to run the C preprocessor... yes
2025-08-20T21:53:04.0946459Z [00:03:57.340]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mpool.po ---
2025-08-20T21:53:04.0947767Z [00:03:57.346]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:04.0948862Z [00:03:57.346]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mpool.po
2025-08-20T21:53:04.0958991Z [00:03:57.347]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/mpool/mpool.c -o mpool.po
2025-08-20T21:53:04.1040389Z [00:03:57.356]➜  gnutar-static-x86_64-unknown-linux-musl> checking for iconv... yes
2025-08-20T21:53:04.1084327Z [00:03:57.360]➜  gnutar-static-x86_64-unknown-linux-musl> checking for working iconv... guessing yes
2025-08-20T21:53:04.1446078Z [00:03:57.390]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbmdatum.po ---
2025-08-20T21:53:04.1487736Z [00:03:57.390]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  ndbmdatum.po
2025-08-20T21:53:04.1514474Z [00:03:57.402]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_close.po ---
2025-08-20T21:53:04.1672905Z [00:03:57.413]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_close.po
2025-08-20T21:53:04.1677054Z [00:03:57.413]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_close.c -o rec_close.po
2025-08-20T21:53:04.2052136Z [00:03:57.457]➜  x86_64-unknown-linux-musl-binutils> checking for stdint.h... checking for inttypes.h... yes
2025-08-20T21:53:04.2596501Z [00:03:57.511]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -O3 -o txn_guide_inmemory txn_guide_inmemory.o  libdb-5.3.a -lpthread
2025-08-20T21:53:04.3231207Z [00:03:57.575]➜  x86_64-unknown-linux-musl-binutils> checking for inttypes.h... yes
2025-08-20T21:53:04.3418780Z [00:03:57.594]➜  x86_64-unknown-linux-musl-binutils> gcc -E
2025-08-20T21:53:04.3424688Z [00:03:57.594]➜  gnutar-static-x86_64-unknown-linux-musl> checking for iconv declaration...
2025-08-20T21:53:04.3442469Z [00:03:57.596]➜  gnutar-static-x86_64-unknown-linux-musl>          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
2025-08-20T21:53:04.3608244Z [00:03:57.608]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_bigkey.po ---
2025-08-20T21:53:04.3610344Z [00:03:57.608]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  hash_bigkey.po
2025-08-20T21:53:04.3786258Z [00:03:57.630]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_delete.po ---
2025-08-20T21:53:04.3868065Z [00:03:57.638]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... yes
2025-08-20T21:53:04.3985416Z [00:03:57.638]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_delete.po
2025-08-20T21:53:04.3989897Z [00:03:57.639]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_delete.c -o rec_delete.po
2025-08-20T21:53:04.3993505Z [00:03:57.645]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:04.5258808Z [00:03:57.778]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... checking for stdint.h... yes
2025-08-20T21:53:04.5749446Z [00:03:57.827]➜  gnutar-static-x86_64-unknown-linux-musl> checking for iconv.h... yes
2025-08-20T21:53:04.5958558Z [00:03:57.848]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_close.po ---
2025-08-20T21:53:04.6022478Z [00:03:57.848]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rec_close.po
2025-08-20T21:53:04.6178658Z [00:03:57.868]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_get.po ---
2025-08-20T21:53:04.6183955Z [00:03:57.868]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_get.po
2025-08-20T21:53:04.6188074Z [00:03:57.868]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_get.c -o rec_get.po
2025-08-20T21:53:04.6293620Z [00:03:57.878]➜  x86_64-unknown-linux-musl-binutils> checking for stdint.h... checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:53:04.6321515Z [00:03:57.884]➜  x86_64-unknown-linux-musl-binutils> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:53:04.6918690Z [00:03:57.943]➜  x86_64-unknown-linux-musl-binutils> checking for ANSI C header files... yes
2025-08-20T21:53:04.7191123Z [00:03:57.970]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:04.8040207Z [00:03:58.054]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h usability... checking for unistd.h... yes
2025-08-20T21:53:04.8056304Z [00:03:58.057]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_delete.po ---
2025-08-20T21:53:04.8057920Z [00:03:58.057]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rec_delete.po
2025-08-20T21:53:04.8206366Z [00:03:58.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_open.po ---
2025-08-20T21:53:04.8275956Z [00:03:58.079]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_open.po
2025-08-20T21:53:04.8280169Z [00:03:58.079]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_open.c -o rec_open.po
2025-08-20T21:53:04.8514887Z [00:03:58.103]➜  db-static-x86_64-unknown-linux-musl> :  txn_guide_inmemory
2025-08-20T21:53:04.8562663Z [00:03:58.108]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/txn_guide/TxnGuide.cpp
2025-08-20T21:53:04.9215860Z [00:03:58.173]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h usability... yes
2025-08-20T21:53:04.9284490Z [00:03:58.180]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mpool.po ---
2025-08-20T21:53:04.9288977Z [00:03:58.180]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  mpool.po
2025-08-20T21:53:04.9455669Z [00:03:58.193]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_put.po ---
2025-08-20T21:53:04.9574343Z [00:03:58.194]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_put.po
2025-08-20T21:53:04.9683943Z [00:03:58.194]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_put.c -o rec_put.po
2025-08-20T21:53:04.9966134Z [00:03:58.248]➜  gnutar-static-x86_64-unknown-linux-musl> checking for iconv_t... yes
2025-08-20T21:53:05.0365814Z [00:03:58.287]➜  gnutar-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:53:05.0471447Z [00:03:58.295]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether NLS is requested... yes
2025-08-20T21:53:05.0696149Z [00:03:58.321]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... no
2025-08-20T21:53:05.1014958Z [00:03:58.353]➜  gnutar-static-x86_64-unknown-linux-musl> checking for msgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T21:53:05.1076278Z [00:03:58.357]➜  gnutar-static-x86_64-unknown-linux-musl> checking for gmsgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T21:53:05.1144684Z [00:03:58.366]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/txn_guide/TxnGuide.cpp -o TxnGuide.o
2025-08-20T21:53:05.1723998Z [00:03:58.424]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h presence... yes
2025-08-20T21:53:05.1866857Z [00:03:58.438]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:05.1875818Z [00:03:58.439]➜  x86_64-unknown-linux-musl-binutils> checking for minix/config.h... no
2025-08-20T21:53:05.2040455Z [00:03:58.454]➜  gnutar-static-x86_64-unknown-linux-musl> checking for xgettext... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext
2025-08-20T21:53:05.2150989Z [00:03:58.467]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash.po ---
2025-08-20T21:53:05.2156849Z [00:03:58.467]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  hash.po
2025-08-20T21:53:05.2194288Z [00:03:58.471]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_search.po ---
2025-08-20T21:53:05.2226047Z [00:03:58.474]➜  x86_64-unknown-linux-musl-binutils> checking whether it is safe to define __EXTENSIONS__... checking minix/config.h usability... no
2025-08-20T21:53:05.2231511Z [00:03:58.474]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_search.po
2025-08-20T21:53:05.2235771Z [00:03:58.474]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_search.c -o rec_search.po
2025-08-20T21:53:05.2575788Z [00:03:58.507]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h presence... yes
2025-08-20T21:53:05.2983974Z [00:03:58.549]➜  gnutar-static-x86_64-unknown-linux-musl> checking for msgmerge... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgmerge
2025-08-20T21:53:05.4036256Z [00:03:58.655]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h usability... no
2025-08-20T21:53:05.4037778Z [00:03:58.655]➜  x86_64-unknown-linux-musl-binutils> checking for minix/config.h... no
2025-08-20T21:53:05.4045233Z [00:03:58.656]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_open.po ---
2025-08-20T21:53:05.4047263Z [00:03:58.656]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rec_open.po
2025-08-20T21:53:05.4177827Z [00:03:58.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_get.po ---
2025-08-20T21:53:05.4183001Z [00:03:58.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rec_get.po
2025-08-20T21:53:05.4188281Z [00:03:58.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_seq.po ---
2025-08-20T21:53:05.4234136Z [00:03:58.673]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_seq.po
2025-08-20T21:53:05.4240763Z [00:03:58.675]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_seq.c -o rec_seq.po
2025-08-20T21:53:05.4247802Z [00:03:58.675]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_utils.po ---
2025-08-20T21:53:05.4385066Z [00:03:58.687]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_utils.po
2025-08-20T21:53:05.4416752Z [00:03:58.687]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c -DGPROF -DPROF    -pg -fPIC /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_utils.c -o rec_utils.po
2025-08-20T21:53:05.4635143Z [00:03:58.714]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_page.po ---
2025-08-20T21:53:05.4637447Z [00:03:58.714]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  hash_page.po
2025-08-20T21:53:05.4865553Z [00:03:58.733]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- atoll.pico ---
2025-08-20T21:53:05.5045427Z [00:03:58.746]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/atoll.pico
2025-08-20T21:53:05.5053777Z [00:03:58.746]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/atoll.c -o atoll.pico
2025-08-20T21:53:05.5284497Z [00:03:58.773]➜  gnutar-static-x86_64-unknown-linux-musl> checking for CFPreferencesCopyAppValue... no
2025-08-20T21:53:05.6075379Z [00:03:58.853]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_search.po ---
2025-08-20T21:53:05.6085129Z [00:03:58.853]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rec_search.po
2025-08-20T21:53:05.6091788Z [00:03:58.860]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- basename.pico ---
2025-08-20T21:53:05.6096584Z [00:03:58.861]➜  x86_64-unknown-linux-musl-binutils> checking whether it is safe to define __EXTENSIONS__... no
2025-08-20T21:53:05.6119193Z [00:03:58.864]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/basename.pico
2025-08-20T21:53:05.6126309Z [00:03:58.864]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/basename.c -o basename.pico
2025-08-20T21:53:05.6417012Z [00:03:58.893]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h presence... no
2025-08-20T21:53:05.6772644Z [00:03:58.927]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_put.po ---
2025-08-20T21:53:05.6796042Z [00:03:58.927]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rec_put.po
2025-08-20T21:53:05.6797874Z [00:03:58.927]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h presence... yes
2025-08-20T21:53:05.6799559Z [00:03:58.927]➜  x86_64-unknown-linux-musl-binutils> checking for special C compiler options needed for large files... no
2025-08-20T21:53:05.6801071Z [00:03:58.931]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbr.pico ---
2025-08-20T21:53:05.6914839Z [00:03:58.935]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/cdbr.pico
2025-08-20T21:53:05.6918887Z [00:03:58.935]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/cdb/cdbr.c -o cdbr.pico
2025-08-20T21:53:05.7164576Z [00:03:58.968]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- atoll.pico ---
2025-08-20T21:53:05.7295762Z [00:03:58.968]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  atoll.pico
2025-08-20T21:53:05.7297772Z [00:03:58.978]➜  gnutar-static-x86_64-unknown-linux-musl> checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T21:53:05.7299078Z [00:03:58.978]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbw.pico ---
2025-08-20T21:53:05.7300344Z [00:03:58.979]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/cdbw.pico
2025-08-20T21:53:05.7304197Z [00:03:58.980]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/cdb/cdbw.c -o cdbw.pico
2025-08-20T21:53:05.7418582Z [00:03:58.993]➜  x86_64-unknown-linux-musl-binutils> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T21:53:05.7420278Z [00:03:58.993]➜  x86_64-unknown-linux-musl-binutils> checking for minix/config.h... no
2025-08-20T21:53:05.7915944Z [00:03:59.043]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_seq.po ---
2025-08-20T21:53:05.7917785Z [00:03:59.043]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rec_seq.po
2025-08-20T21:53:05.8059906Z [00:03:59.052]➜  x86_64-unknown-linux-musl-binutils> checking whether it is safe to define __EXTENSIONS__... no
2025-08-20T21:53:05.8061674Z [00:03:59.052]➜  x86_64-unknown-linux-musl-binutils> checking for minix/config.h... no
2025-08-20T21:53:05.8062859Z [00:03:59.052]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dirname.pico ---
2025-08-20T21:53:05.8148533Z [00:03:59.067]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_utils.po ---
2025-08-20T21:53:05.8355312Z [00:03:59.067]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -X  rec_utils.po
2025-08-20T21:53:05.8535119Z [00:03:59.067]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dirname.pico ---
2025-08-20T21:53:05.8536226Z [00:03:59.067]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/dirname.pico
2025-08-20T21:53:05.8539427Z [00:03:59.067]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/dirname.c -o dirname.pico
2025-08-20T21:53:05.8542495Z [00:03:59.067]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dprintf.pico ---
2025-08-20T21:53:05.8543947Z [00:03:59.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- basename.pico ---
2025-08-20T21:53:05.8545365Z [00:03:59.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  basename.pico
2025-08-20T21:53:05.8546908Z [00:03:59.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dprintf.pico ---
2025-08-20T21:53:05.8548181Z [00:03:59.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/dprintf.pico
2025-08-20T21:53:05.8551308Z [00:03:59.071]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   dprintf.c -o dprintf.pico
2025-08-20T21:53:05.8554425Z [00:03:59.072]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fgetln.pico ---
2025-08-20T21:53:05.8555731Z [00:03:59.076]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fgetln.pico
2025-08-20T21:53:05.8558796Z [00:03:59.076]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   fgetln.c -o fgetln.pico
2025-08-20T21:53:05.8905533Z [00:03:59.141]➜  x86_64-unknown-linux-musl-binutils> checking whether it is safe to define __EXTENSIONS__... no
2025-08-20T21:53:05.8998912Z [00:03:59.152]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:05.9000779Z [00:03:59.152]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:53:05.9281852Z [00:03:59.180]➜  x86_64-unknown-linux-musl-binutils> checking whether build environment is sane... checking whether gcc supports -W... yes
2025-08-20T21:53:05.9941414Z [00:03:59.246]➜  x86_64-unknown-linux-musl-binutils> checking for a thread-safe mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:53:05.9943504Z [00:03:59.246]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:53:05.9965136Z [00:03:59.248]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dprintf.pico ---
2025-08-20T21:53:06.0025053Z [00:03:59.251]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  dprintf.pico
2025-08-20T21:53:06.0123818Z [00:03:59.264]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- flock.pico ---
2025-08-20T21:53:06.0137574Z [00:03:59.266]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/flock.pico
2025-08-20T21:53:06.0140547Z [00:03:59.266]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   flock.c -o flock.pico
2025-08-20T21:53:06.0272016Z [00:03:59.279]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... yes
2025-08-20T21:53:06.0316380Z [00:03:59.281]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:06.0317889Z [00:03:59.281]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dirname.pico ---
2025-08-20T21:53:06.0319450Z [00:03:59.281]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  dirname.pico
2025-08-20T21:53:06.0320996Z [00:03:59.284]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fparseln.pico ---
2025-08-20T21:53:06.0333623Z [00:03:59.285]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fparseln.pico
2025-08-20T21:53:06.0458890Z [00:03:59.297]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/fparseln.c -o fparseln.pico
2025-08-20T21:53:06.0681027Z [00:03:59.320]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fgetln.pico ---
2025-08-20T21:53:06.0697432Z [00:03:59.320]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  fgetln.pico
2025-08-20T21:53:06.0764779Z [00:03:59.326]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fpurge.pico ---
2025-08-20T21:53:06.0825033Z [00:03:59.329]➜  gnutar-static-x86_64-unknown-linux-musl> checking for GNU gettext in libc... yes
2025-08-20T21:53:06.0830587Z [00:03:59.330]➜  gnutar-static-x86_64-unknown-linux-musl> checking whether to use NLS... yes
2025-08-20T21:53:06.0885352Z [00:03:59.330]➜  gnutar-static-x86_64-unknown-linux-musl> checking where the gettext function comes from... libc
2025-08-20T21:53:06.0887832Z [00:03:59.331]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... checking for style of include used by make... GNU
2025-08-20T21:53:06.0889123Z [00:03:59.333]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fpurge.pico
2025-08-20T21:53:06.0891856Z [00:03:59.333]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   fpurge.c -o fpurge.pico
2025-08-20T21:53:06.1002585Z [00:03:59.352]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... yes
2025-08-20T21:53:06.1027076Z [00:03:59.354]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:06.1405376Z [00:03:59.392]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wall... checking dependency style of gcc... yes
2025-08-20T21:53:06.1589321Z [00:03:59.411]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:06.2125265Z [00:03:59.458]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- flock.pico ---
2025-08-20T21:53:06.2126971Z [00:03:59.458]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  flock.pico
2025-08-20T21:53:06.2128464Z [00:03:59.464]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getcap.pico ---
2025-08-20T21:53:06.2214778Z [00:03:59.471]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getcap.pico
2025-08-20T21:53:06.2246832Z [00:03:59.471]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/getcap.c -o getcap.pico
2025-08-20T21:53:06.2742164Z [00:03:59.526]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fpurge.pico ---
2025-08-20T21:53:06.2744495Z [00:03:59.526]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  fpurge.pico
2025-08-20T21:53:06.2817765Z [00:03:59.534]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getline.pico ---
2025-08-20T21:53:06.2887915Z [00:03:59.540]➜  x86_64-unknown-linux-musl-binutils> checking whether byte ordering is bigendian... checking for dlfcn.h... yes
2025-08-20T21:53:06.2889707Z [00:03:59.540]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getline.pico
2025-08-20T21:53:06.2893092Z [00:03:59.540]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   getline.c -o getline.pico
2025-08-20T21:53:06.3021699Z [00:03:59.554]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:06.3577619Z [00:03:59.609]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbr.pico ---
2025-08-20T21:53:06.3579459Z [00:03:59.609]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  cdbr.pico
2025-08-20T21:53:06.3701330Z [00:03:59.622]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getmode.pico ---
2025-08-20T21:53:06.3795773Z [00:03:59.629]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getmode.pico
2025-08-20T21:53:06.3799406Z [00:03:59.629]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   getmode.c -o getmode.pico
2025-08-20T21:53:06.3802633Z [00:03:59.632]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wwrite-strings... checking for sys/stat.h... gcc3
2025-08-20T21:53:06.4073917Z [00:03:59.659]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... (cached) yes
2025-08-20T21:53:06.4321366Z [00:03:59.684]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T21:53:06.4475382Z [00:03:59.684]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
2025-08-20T21:53:06.4787419Z [00:03:59.730]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:06.5016485Z [00:03:59.751]➜  x86_64-unknown-linux-musl-binutils> checking for windows.h... yes
2025-08-20T21:53:06.5328501Z [00:03:59.783]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getline.pico ---
2025-08-20T21:53:06.5330428Z [00:03:59.783]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  getline.pico
2025-08-20T21:53:06.5471623Z [00:03:59.799]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getopt_long.pico ---
2025-08-20T21:53:06.5498198Z [00:03:59.801]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wc++-compat... yes
2025-08-20T21:53:06.5565736Z [00:03:59.808]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getopt_long.pico
2025-08-20T21:53:06.5572626Z [00:03:59.808]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/getopt_long.c -o getopt_long.pico
2025-08-20T21:53:06.6208800Z [00:03:59.873]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... yes
2025-08-20T21:53:06.6649701Z [00:03:59.916]➜  gnutar-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:53:06.6810604Z [00:03:59.933]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getmode.pico ---
2025-08-20T21:53:06.6816037Z [00:03:59.933]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  getmode.pico
2025-08-20T21:53:06.7005758Z [00:03:59.948]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wstrict-prototypes... checking whether we are using the GNU C compiler... (cached) yes
2025-08-20T21:53:06.7105132Z [00:03:59.948]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... (cached) yes
2025-08-20T21:53:06.7107048Z [00:03:59.948]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... (cached) none needed
2025-08-20T21:53:06.7108673Z [00:03:59.948]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... (cached) yes
2025-08-20T21:53:06.7111184Z [00:03:59.948]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:06.7114789Z [00:03:59.948]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:06.7116900Z [00:03:59.949]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- gettemp.pico ---
2025-08-20T21:53:06.7118196Z [00:03:59.954]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/gettemp.pico
2025-08-20T21:53:06.7121900Z [00:03:59.954]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/gettemp.c -o gettemp.pico
2025-08-20T21:53:06.7864560Z [00:04:00.036]➜  x86_64-unknown-linux-musl-binutils> checking the archiver (ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so) interface... no
2025-08-20T21:53:06.8016438Z [00:04:00.053]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlsym... yes
2025-08-20T21:53:06.8170280Z [00:04:00.069]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fparseln.pico ---
2025-08-20T21:53:06.8172122Z [00:04:00.069]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  fparseln.pico
2025-08-20T21:53:06.8220262Z [00:04:00.074]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:06.8251319Z [00:04:00.077]➜  x86_64-unknown-linux-musl-binutils> ar
2025-08-20T21:53:06.8305388Z [00:04:00.080]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- heapsort.pico ---
2025-08-20T21:53:06.8470475Z [00:04:00.095]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/heapsort.pico
2025-08-20T21:53:06.8488094Z [00:04:00.095]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/heapsort.c -o heapsort.pico
2025-08-20T21:53:06.8492082Z [00:04:00.100]➜  x86_64-unknown-linux-musl-binutils> checking how to print strings... checking whether gcc supports -Wshadow=local... no
2025-08-20T21:53:06.8525453Z [00:04:00.104]➜  x86_64-unknown-linux-musl-binutils> printf
2025-08-20T21:53:06.8699474Z [00:04:00.118]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... checking how to print strings... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:53:06.8780999Z [00:04:00.129]➜  x86_64-unknown-linux-musl-binutils> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:53:06.8967989Z [00:04:00.148]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by gcc... printf
2025-08-20T21:53:06.9065452Z [00:04:00.154]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:53:06.9067546Z [00:04:00.158]➜  gnutar-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:53:06.9173858Z [00:04:00.169]➜  x86_64-unknown-linux-musl-binutils> checking for string.h... checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:53:06.9315016Z [00:04:00.181]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by gcc... ld
2025-08-20T21:53:06.9495327Z [00:04:00.200]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... ld
2025-08-20T21:53:06.9499140Z [00:04:00.202]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- gettemp.pico ---
2025-08-20T21:53:06.9500734Z [00:04:00.202]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  gettemp.pico
2025-08-20T21:53:06.9636493Z [00:04:00.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getsubopt.pico ---
2025-08-20T21:53:06.9641681Z [00:04:00.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/getsubopt.pico
2025-08-20T21:53:06.9748370Z [00:04:00.227]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:53:06.9756160Z [00:04:00.227]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/getsubopt.c -o getsubopt.pico
2025-08-20T21:53:07.0013110Z [00:04:00.253]➜  x86_64-unknown-linux-musl-binutils> checking for BSD- or MS-compatible name lister (nm)... yes
2025-08-20T21:53:07.0219799Z [00:04:00.274]➜  x86_64-unknown-linux-musl-binutils> checking for BSD- or MS-compatible name lister (nm)... yes
2025-08-20T21:53:07.1296594Z [00:04:00.381]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -pedantic ... yes
2025-08-20T21:53:07.1917502Z [00:04:00.443]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc and cc understand -c and -o together... yes
2025-08-20T21:53:07.2151216Z [00:04:00.463]➜  x86_64-unknown-linux-musl-binutils> grep: write error: Broken pipe
2025-08-20T21:53:07.2638379Z [00:04:00.515]➜  x86_64-unknown-linux-musl-binutils> checking for memory.h... none required
2025-08-20T21:53:07.3707229Z [00:04:00.622]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-nm... nm
2025-08-20T21:53:07.3709121Z [00:04:00.622]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
2025-08-20T21:53:07.3956090Z [00:04:00.647]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- heapsort.pico ---
2025-08-20T21:53:07.3961485Z [00:04:00.647]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  heapsort.pico
2025-08-20T21:53:07.4080607Z [00:04:00.657]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getsubopt.pico ---
2025-08-20T21:53:07.4082441Z [00:04:00.657]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  getsubopt.pico
2025-08-20T21:53:07.4100556Z [00:04:00.662]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- issetugid.pico ---
2025-08-20T21:53:07.4186171Z [00:04:00.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/issetugid.pico
2025-08-20T21:53:07.4300527Z [00:04:00.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   issetugid.c -o issetugid.pico
2025-08-20T21:53:07.4303736Z [00:04:00.669]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchflags.pico ---
2025-08-20T21:53:07.4305217Z [00:04:00.675]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/lchflags.pico
2025-08-20T21:53:07.4308265Z [00:04:00.675]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   lchflags.c -o lchflags.pico
2025-08-20T21:53:07.4855339Z [00:04:00.732]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getopt_long.pico ---
2025-08-20T21:53:07.4857630Z [00:04:00.732]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  getopt_long.pico
2025-08-20T21:53:07.5002231Z [00:04:00.752]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:07.5004325Z [00:04:00.752]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchmod.pico ---
2025-08-20T21:53:07.5005824Z [00:04:00.752]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/lchmod.pico
2025-08-20T21:53:07.5009126Z [00:04:00.752]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   lchmod.c -o lchmod.pico
2025-08-20T21:53:07.5446369Z [00:04:00.796]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:53:07.5897508Z [00:04:00.841]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- cdbw.pico ---
2025-08-20T21:53:07.6043054Z [00:04:00.841]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  cdbw.pico
2025-08-20T21:53:07.6064757Z [00:04:00.858]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchown.pico ---
2025-08-20T21:53:07.6085043Z [00:04:00.860]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/lchown.pico
2025-08-20T21:53:07.6110787Z [00:04:00.863]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   lchown.c -o lchown.pico
2025-08-20T21:53:07.6265657Z [00:04:00.878]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchflags.pico ---
2025-08-20T21:53:07.6267383Z [00:04:00.878]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  lchflags.pico
2025-08-20T21:53:07.6325838Z [00:04:00.884]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- libyywrap.pico ---
2025-08-20T21:53:07.6499625Z [00:04:00.900]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/libyywrap.pico
2025-08-20T21:53:07.6513532Z [00:04:00.900]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../external/bsd/flex/dist/src/libyywrap.c -o libyywrap.pico
2025-08-20T21:53:07.6532112Z [00:04:00.900]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- issetugid.pico ---
2025-08-20T21:53:07.6534910Z [00:04:00.900]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  issetugid.pico
2025-08-20T21:53:07.6657370Z [00:04:00.912]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2.pico ---
2025-08-20T21:53:07.6660042Z [00:04:00.918]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md2.pico
2025-08-20T21:53:07.6663746Z [00:04:00.918]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/md2/md2.c -o md2.pico
2025-08-20T21:53:07.7460987Z [00:04:00.998]➜  x86_64-unknown-linux-musl-binutils> checking for strings.h... checking whether we are using the GNU C compiler... (cached) yes
2025-08-20T21:53:07.7684933Z [00:04:00.998]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... (cached) yes
2025-08-20T21:53:07.7819427Z [00:04:00.998]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... (cached) none needed
2025-08-20T21:53:07.7821294Z [00:04:00.998]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... (cached) yes
2025-08-20T21:53:07.7822965Z [00:04:00.998]➜  x86_64-unknown-linux-musl-binutils> checking dependency style of gcc... (cached) gcc3
2025-08-20T21:53:07.7827202Z [00:04:01.005]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchmod.pico ---
2025-08-20T21:53:07.7828737Z [00:04:01.005]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  lchmod.pico
2025-08-20T21:53:07.7830323Z [00:04:01.034]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2hl.pico ---
2025-08-20T21:53:07.7915316Z [00:04:01.043]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md2hl.pico
2025-08-20T21:53:07.7919146Z [00:04:01.043]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/md2/md2hl.c -o md2hl.pico
2025-08-20T21:53:07.8111918Z [00:04:01.063]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating tests/atlocal
2025-08-20T21:53:07.8156102Z [00:04:01.067]➜  x86_64-unknown-linux-musl-binutils> /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm
2025-08-20T21:53:07.8234548Z [00:04:01.075]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- getcap.pico ---
2025-08-20T21:53:07.8236401Z [00:04:01.075]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  getcap.pico
2025-08-20T21:53:07.8431817Z [00:04:01.091]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4c.pico ---
2025-08-20T21:53:07.8545335Z [00:04:01.098]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md4c.pico
2025-08-20T21:53:07.8549244Z [00:04:01.101]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/md/md4c.c -o md4c.pico
2025-08-20T21:53:07.8561894Z [00:04:01.101]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- libyywrap.pico ---
2025-08-20T21:53:07.8563584Z [00:04:01.101]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  libyywrap.pico
2025-08-20T21:53:07.8739680Z [00:04:01.126]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4hl.pico ---
2025-08-20T21:53:07.9007844Z [00:04:01.152]➜  x86_64-unknown-linux-musl-binutils> checking the name lister (/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm) interface... yes
2025-08-20T21:53:07.9014038Z [00:04:01.152]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md4hl.pico
2025-08-20T21:53:07.9017775Z [00:04:01.152]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/md/md4hl.c -o md4hl.pico
2025-08-20T21:53:07.9021201Z [00:04:01.152]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- lchown.pico ---
2025-08-20T21:53:07.9027655Z [00:04:01.152]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  lchown.pico
2025-08-20T21:53:07.9070284Z [00:04:01.159]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5c.pico ---
2025-08-20T21:53:07.9151439Z [00:04:01.167]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md5c.pico
2025-08-20T21:53:07.9155255Z [00:04:01.167]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/md/md5c.c -o md5c.pico
2025-08-20T21:53:07.9275397Z [00:04:01.179]➜  x86_64-unknown-linux-musl-binutils> /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm
2025-08-20T21:53:07.9967224Z [00:04:01.248]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:53:08.0084826Z [00:04:01.258]➜  x86_64-unknown-linux-musl-binutils> checking the name lister (/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm) interface... checking for inttypes.h... yes
2025-08-20T21:53:08.0776616Z [00:04:01.324]➜  x86_64-unknown-linux-musl-binutils> checking for an ANSI C-conforming const... BSD nm
2025-08-20T21:53:08.0798860Z [00:04:01.324]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:53:08.1072312Z [00:04:01.359]➜  x86_64-unknown-linux-musl-binutils> checking the maximum length of command line arguments... 4718592
2025-08-20T21:53:08.1139065Z [00:04:01.362]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands some XSI constructs... BSD nm
2025-08-20T21:53:08.1141046Z [00:04:01.362]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:53:08.1142539Z [00:04:01.366]➜  x86_64-unknown-linux-musl-binutils> checking the maximum length of command line arguments... yes
2025-08-20T21:53:08.1182716Z [00:04:01.370]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands "+="... yes
2025-08-20T21:53:08.1446104Z [00:04:01.389]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... 4718592
2025-08-20T21:53:08.1466564Z [00:04:01.389]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:53:08.1468005Z [00:04:01.392]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands some XSI constructs... yes
2025-08-20T21:53:08.1472738Z [00:04:01.399]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands "+="... yes
2025-08-20T21:53:08.1556526Z [00:04:01.407]➜  x86_64-unknown-linux-musl-binutils> checking for ld option to reload object files... -r
2025-08-20T21:53:08.1705528Z [00:04:01.407]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... objdump
2025-08-20T21:53:08.1816318Z [00:04:01.416]➜  x86_64-unknown-linux-musl-binutils> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:53:08.1844757Z [00:04:01.423]➜  x86_64-unknown-linux-musl-binutils> checking for ld option to reload object files... -r
2025-08-20T21:53:08.1846490Z [00:04:01.423]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... objdump
2025-08-20T21:53:08.1848045Z [00:04:01.426]➜  x86_64-unknown-linux-musl-binutils> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:53:08.2236249Z [00:04:01.475]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2.pico ---
2025-08-20T21:53:08.2237928Z [00:04:01.475]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md2.pico
2025-08-20T21:53:08.2239464Z [00:04:01.476]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:08.2307375Z [00:04:01.482]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5hl.pico ---
2025-08-20T21:53:08.2381110Z [00:04:01.486]➜  x86_64-unknown-linux-musl-binutils> checking for inline... checking for x86_64-unknown-linux-gnu-ar... (cached) ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:08.2384481Z [00:04:01.490]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/md5hl.pico
2025-08-20T21:53:08.2391796Z [00:04:01.491]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/md/md5hl.c -o md5hl.pico
2025-08-20T21:53:08.2600955Z [00:04:01.511]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:08.2607848Z [00:04:01.511]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:08.2755637Z [00:04:01.527]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... strip
2025-08-20T21:53:08.2840403Z [00:04:01.532]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:08.2975604Z [00:04:01.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4hl.pico ---
2025-08-20T21:53:08.2977616Z [00:04:01.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md4hl.pico
2025-08-20T21:53:08.2979995Z [00:04:01.549]➜  x86_64-unknown-linux-musl-binutils> checking command to parse /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm output from gcc object... checking for x86_64-unknown-linux-gnu-strip... strip
2025-08-20T21:53:08.2996528Z [00:04:01.551]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:08.3070192Z [00:04:01.557]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating gnu/Makefile
2025-08-20T21:53:08.3075312Z [00:04:01.557]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mi_vector_hash.pico ---
2025-08-20T21:53:08.3117811Z [00:04:01.563]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mi_vector_hash.pico
2025-08-20T21:53:08.3125715Z [00:04:01.564]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/mi_vector_hash.c -o mi_vector_hash.pico
2025-08-20T21:53:08.3422014Z [00:04:01.591]➜  x86_64-unknown-linux-musl-binutils> checking for stdint.h... checking command to parse /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm output from gcc object... yes
2025-08-20T21:53:08.3454058Z [00:04:01.594]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md2hl.pico ---
2025-08-20T21:53:08.3455995Z [00:04:01.595]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md2hl.pico
2025-08-20T21:53:08.3755462Z [00:04:01.627]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkdtemp.pico ---
2025-08-20T21:53:08.3803668Z [00:04:01.632]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mkdtemp.pico
2025-08-20T21:53:08.3827085Z [00:04:01.632]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/mkdtemp.c -o mkdtemp.pico
2025-08-20T21:53:08.4228861Z [00:04:01.673]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... inline
2025-08-20T21:53:08.5372927Z [00:04:01.789]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md4c.pico ---
2025-08-20T21:53:08.5388777Z [00:04:01.789]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md4c.pico
2025-08-20T21:53:08.5390485Z [00:04:01.789]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkstemp.pico ---
2025-08-20T21:53:08.5391876Z [00:04:01.790]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mkstemp.pico
2025-08-20T21:53:08.5417856Z [00:04:01.793]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdio/mkstemp.c -o mkstemp.pico
2025-08-20T21:53:08.6123992Z [00:04:01.860]➜  x86_64-unknown-linux-musl-binutils> checking whether byte ordering is bigendian... yes
2025-08-20T21:53:08.6273661Z [00:04:01.879]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkdtemp.pico ---
2025-08-20T21:53:08.6278555Z [00:04:01.879]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  mkdtemp.pico
2025-08-20T21:53:08.6284911Z [00:04:01.879]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mkstemp.pico ---
2025-08-20T21:53:08.6287607Z [00:04:01.879]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  mkstemp.pico
2025-08-20T21:53:08.6290033Z [00:04:01.880]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pread.pico ---
2025-08-20T21:53:08.6376742Z [00:04:01.888]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- putc_unlocked.pico ---
2025-08-20T21:53:08.6414191Z [00:04:01.893]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/putc_unlocked.pico
2025-08-20T21:53:08.6421981Z [00:04:01.893]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   putc_unlocked.c -o putc_unlocked.pico
2025-08-20T21:53:08.6471792Z [00:04:01.899]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pread.pico ---
2025-08-20T21:53:08.6477123Z [00:04:01.899]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pread.pico
2025-08-20T21:53:08.6480346Z [00:04:01.899]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   pread.c -o pread.pico
2025-08-20T21:53:08.6785482Z [00:04:01.928]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating lib/Makefile
2025-08-20T21:53:08.7118407Z [00:04:01.962]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5hl.pico ---
2025-08-20T21:53:08.7125982Z [00:04:01.962]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md5hl.pico
2025-08-20T21:53:08.7196291Z [00:04:01.971]➜  x86_64-unknown-linux-musl-binutils> checking dependency style of g++... yes
2025-08-20T21:53:08.7453153Z [00:04:01.990]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwcache.pico ---
2025-08-20T21:53:08.7470505Z [00:04:01.990]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pwcache.pico
2025-08-20T21:53:08.7474435Z [00:04:01.990]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/pwcache.c -o pwcache.pico
2025-08-20T21:53:08.7958210Z [00:04:02.047]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mi_vector_hash.pico ---
2025-08-20T21:53:08.7984605Z [00:04:02.047]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  mi_vector_hash.pico
2025-08-20T21:53:08.8096328Z [00:04:02.051]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... gcc3
2025-08-20T21:53:08.8105534Z [00:04:02.051]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:53:08.8107712Z [00:04:02.054]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:08.8109628Z [00:04:02.061]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:53:08.8110623Z [00:04:02.061]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:53:08.8111647Z [00:04:02.061]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwrite.pico ---
2025-08-20T21:53:08.8112693Z [00:04:02.061]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- putc_unlocked.pico ---
2025-08-20T21:53:08.8114190Z [00:04:02.061]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  putc_unlocked.pico
2025-08-20T21:53:08.8115479Z [00:04:02.061]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwrite.pico ---
2025-08-20T21:53:08.8116724Z [00:04:02.061]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pwrite.pico
2025-08-20T21:53:08.8173884Z [00:04:02.069]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile.in
2025-08-20T21:53:08.8205778Z [00:04:02.072]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   pwrite.c -o pwrite.pico
2025-08-20T21:53:08.8208484Z [00:04:02.072]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pw_scan.pico ---
2025-08-20T21:53:08.8315584Z [00:04:02.074]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/pw_scan.pico
2025-08-20T21:53:08.8319060Z [00:04:02.074]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/pw_scan.c -o pw_scan.pico
2025-08-20T21:53:08.8322135Z [00:04:02.076]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pread.pico ---
2025-08-20T21:53:08.8323676Z [00:04:02.076]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  pread.pico
2025-08-20T21:53:08.8325027Z [00:04:02.083]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- raise_default_signal.pico ---
2025-08-20T21:53:08.8375226Z [00:04:02.089]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... no
2025-08-20T21:53:08.8376724Z [00:04:02.089]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/raise_default_signal.pico
2025-08-20T21:53:08.8403668Z [00:04:02.090]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... :
2025-08-20T21:53:08.8407500Z [00:04:02.090]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libutil/raise_default_signal.c -o raise_default_signal.pico
2025-08-20T21:53:08.8715277Z [00:04:02.117]➜  x86_64-unknown-linux-musl-binutils> checking for xgettext... no
2025-08-20T21:53:08.9040667Z [00:04:02.156]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... no
2025-08-20T21:53:08.9474565Z [00:04:02.199]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating scripts/Makefile
2025-08-20T21:53:08.9543490Z [00:04:02.206]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by GCC... ld
2025-08-20T21:53:08.9595182Z [00:04:02.211]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... no
2025-08-20T21:53:08.9607974Z [00:04:02.212]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:53:08.9939713Z [00:04:02.238]➜  x86_64-unknown-linux-musl-binutils> checking for CET support... ok
2025-08-20T21:53:09.0836665Z [00:04:02.333]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:09.0842605Z [00:04:02.333]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwrite.pico ---
2025-08-20T21:53:09.0848439Z [00:04:02.333]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  pwrite.pico
2025-08-20T21:53:09.0856085Z [00:04:02.335]➜  x86_64-unknown-linux-musl-binutils> checking for shared library run path origin... ok
2025-08-20T21:53:09.0938100Z [00:04:02.343]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rb.pico ---
2025-08-20T21:53:09.0954126Z [00:04:02.347]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rb.pico
2025-08-20T21:53:09.0962819Z [00:04:02.348]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/gen/rb.c -o rb.pico
2025-08-20T21:53:09.0977171Z [00:04:02.349]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating rmt/Makefile
2025-08-20T21:53:09.1264119Z [00:04:02.378]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/libsframe/configure: line 7343: /usr/bin/file: No such file or directory
2025-08-20T21:53:09.1327435Z [00:04:02.384]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:09.1976983Z [00:04:02.449]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... checking minix/config.h usability... /build/binutils-with-gold-2.44/binutils/configure: line 6831: /usr/bin/file: No such file or directory
2025-08-20T21:53:09.2275959Z [00:04:02.479]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- raise_default_signal.pico ---
2025-08-20T21:53:09.2278099Z [00:04:02.479]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  raise_default_signal.pico
2025-08-20T21:53:09.2455994Z [00:04:02.495]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- reallocarr.pico ---
2025-08-20T21:53:09.2474866Z [00:04:02.498]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/reallocarr.pico
2025-08-20T21:53:09.2478821Z [00:04:02.498]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/reallocarr.c -o reallocarr.pico
2025-08-20T21:53:09.2665358Z [00:04:02.515]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- md5c.pico ---
2025-08-20T21:53:09.2709070Z [00:04:02.515]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  md5c.pico
2025-08-20T21:53:09.2727790Z [00:04:02.524]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160.pico ---
2025-08-20T21:53:09.2815782Z [00:04:02.533]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rmd160.pico
2025-08-20T21:53:09.2827797Z [00:04:02.533]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/hash/rmd160/rmd160.c -o rmd160.pico
2025-08-20T21:53:09.2831707Z [00:04:02.533]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:53:09.2832977Z [00:04:02.533]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... done
2025-08-20T21:53:09.3815866Z [00:04:02.628]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o TxnGuide  TxnGuide.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:09.4526693Z [00:04:02.704]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:53:09.5052706Z [00:04:02.755]➜  x86_64-unknown-linux-musl-binutils> checking for CFPreferencesCopyAppValue... no
2025-08-20T21:53:09.5054594Z [00:04:02.755]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pw_scan.pico ---
2025-08-20T21:53:09.5056323Z [00:04:02.755]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  pw_scan.pico
2025-08-20T21:53:09.5160918Z [00:04:02.764]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160hl.pico ---
2025-08-20T21:53:09.5162860Z [00:04:02.767]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rmd160hl.pico
2025-08-20T21:53:09.5257255Z [00:04:02.776]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/rmd160/rmd160hl.c -o rmd160hl.pico
2025-08-20T21:53:09.5516820Z [00:04:02.803]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h presence... no
2025-08-20T21:53:09.5741000Z [00:04:02.824]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- reallocarr.pico ---
2025-08-20T21:53:09.5747003Z [00:04:02.824]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  reallocarr.pico
2025-08-20T21:53:09.5748907Z [00:04:02.826]➜  x86_64-unknown-linux-musl-binutils> checking for CFLocaleCopyPreferredLanguages... yes
2025-08-20T21:53:09.5777309Z [00:04:02.829]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regcomp.pico ---
2025-08-20T21:53:09.5799941Z [00:04:02.832]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regcomp.pico
2025-08-20T21:53:09.5807060Z [00:04:02.832]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regcomp.c -o regcomp.pico
2025-08-20T21:53:09.5970815Z [00:04:02.847]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:53:09.6018327Z [00:04:02.852]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... yes
2025-08-20T21:53:09.6145618Z [00:04:02.866]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: executing po-directories commands
2025-08-20T21:53:09.6204134Z [00:04:02.870]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:53:09.6319205Z [00:04:02.884]➜  x86_64-unknown-linux-musl-binutils> .libs
2025-08-20T21:53:09.6435032Z [00:04:02.894]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:09.6436342Z [00:04:02.894]➜  x86_64-unknown-linux-musl-binutils> checking for minix/config.h... no
2025-08-20T21:53:09.6627304Z [00:04:02.914]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating po/POTFILES
2025-08-20T21:53:09.6986402Z [00:04:02.950]➜  x86_64-unknown-linux-musl-binutils> checking whether it is safe to define __EXTENSIONS__... no
2025-08-20T21:53:09.6988448Z [00:04:02.950]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- pwcache.pico ---
2025-08-20T21:53:09.6996049Z [00:04:02.950]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  pwcache.pico
2025-08-20T21:53:09.6997682Z [00:04:02.950]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regerror.pico ---
2025-08-20T21:53:09.7090237Z [00:04:02.961]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regerror.pico
2025-08-20T21:53:09.7097553Z [00:04:02.961]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regerror.c -o regerror.pico
2025-08-20T21:53:09.7167541Z [00:04:02.967]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile
2025-08-20T21:53:09.7621983Z [00:04:03.014]➜  gnutar-static-x86_64-unknown-linux-musl> config.status: executing tests/atconfig commands
2025-08-20T21:53:09.7936293Z [00:04:03.045]➜  gnutar-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
2025-08-20T21:53:10.0562597Z [00:04:03.307]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160hl.pico ---
2025-08-20T21:53:10.0568048Z [00:04:03.307]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rmd160hl.pico
2025-08-20T21:53:10.0664808Z [00:04:03.318]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regexec.pico ---
2025-08-20T21:53:10.0855967Z [00:04:03.334]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regexec.pico
2025-08-20T21:53:10.0969900Z [00:04:03.334]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regexec.c -o regexec.pico
2025-08-20T21:53:10.0974249Z [00:04:03.343]➜  x86_64-unknown-linux-musl-binutils> checking for GNU gettext in libc... yes
2025-08-20T21:53:10.1024538Z [00:04:03.354]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regerror.pico ---
2025-08-20T21:53:10.1026031Z [00:04:03.354]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  regerror.pico
2025-08-20T21:53:10.1145319Z [00:04:03.365]➜  x86_64-unknown-linux-musl-binutils> checking how to print strings... printf
2025-08-20T21:53:10.1166723Z [00:04:03.368]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regfree.pico ---
2025-08-20T21:53:10.1326418Z [00:04:03.382]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:53:10.1328498Z [00:04:03.382]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/regfree.pico
2025-08-20T21:53:10.1332226Z [00:04:03.382]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/regex/regfree.c -o regfree.pico
2025-08-20T21:53:10.1505497Z [00:04:03.398]➜  x86_64-unknown-linux-musl-binutils> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:53:10.1819426Z [00:04:03.433]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o TxnGuide TxnGuide.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:10.2006651Z [00:04:03.449]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by gcc... ld
2025-08-20T21:53:10.2014846Z [00:04:03.451]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:53:10.2015975Z [00:04:03.452]➜  x86_64-unknown-linux-musl-binutils> checking whether to use NLS... yes
2025-08-20T21:53:10.2017158Z [00:04:03.452]➜  x86_64-unknown-linux-musl-binutils> checking where the gettext function comes from... libc
2025-08-20T21:53:10.2142978Z [00:04:03.462]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:53:10.2654625Z [00:04:03.517]➜  x86_64-unknown-linux-musl-binutils> checking for catalogs to be installed... yes
2025-08-20T21:53:10.2795390Z [00:04:03.528]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rb.pico ---
2025-08-20T21:53:10.2797128Z [00:04:03.528]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rb.pico
2025-08-20T21:53:10.3077555Z [00:04:03.549]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setenv.pico ---
2025-08-20T21:53:10.3295608Z [00:04:03.549]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setenv.pico
2025-08-20T21:53:10.3467247Z [00:04:03.549]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   setenv.c -o setenv.pico
2025-08-20T21:53:10.4364171Z [00:04:03.688]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regfree.pico ---
2025-08-20T21:53:10.4366097Z [00:04:03.688]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  regfree.pico
2025-08-20T21:53:10.4595100Z [00:04:03.703]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setgroupent.pico ---
2025-08-20T21:53:10.4597505Z [00:04:03.706]➜  x86_64-unknown-linux-musl-binutils> checking for BSD- or MS-compatible name lister (nm)... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:53:10.4599590Z [00:04:03.708]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:53:10.4600941Z [00:04:03.708]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setgroupent.pico
2025-08-20T21:53:10.4617026Z [00:04:03.708]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   setgroupent.c -o setgroupent.pico
2025-08-20T21:53:10.5196484Z [00:04:03.771]➜  x86_64-unknown-linux-musl-binutils> checking if gcc PIC flag -fPIC -DPIC works... no
2025-08-20T21:53:10.5198361Z [00:04:03.771]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:53:10.5878392Z [00:04:03.839]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setenv.pico ---
2025-08-20T21:53:10.5880458Z [00:04:03.839]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  setenv.pico
2025-08-20T21:53:10.6055313Z [00:04:03.856]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setpassent.pico ---
2025-08-20T21:53:10.6083145Z [00:04:03.860]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setpassent.pico
2025-08-20T21:53:10.6183521Z [00:04:03.869]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   setpassent.c -o setpassent.pico
2025-08-20T21:53:10.6845727Z [00:04:03.931]➜  x86_64-unknown-linux-musl-binutils> checking if gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:53:10.6847624Z [00:04:03.931]➜  x86_64-unknown-linux-musl-binutils> checking target system type... yes
2025-08-20T21:53:10.6849137Z [00:04:03.931]➜  x86_64-unknown-linux-musl-binutils> checking if gcc static flag -static works... yes
2025-08-20T21:53:10.7279466Z [00:04:03.972]➜  x86_64-unknown-linux-musl-binutils> checking if gcc static flag -static works... x86_64-unknown-linux-musl
2025-08-20T21:53:10.7281241Z [00:04:03.976]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setgroupent.pico ---
2025-08-20T21:53:10.7282820Z [00:04:03.978]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  setgroupent.pico
2025-08-20T21:53:10.7346582Z [00:04:03.984]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setprogname.pico ---
2025-08-20T21:53:10.7464751Z [00:04:03.989]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/setprogname.pico
2025-08-20T21:53:10.7495720Z [00:04:03.989]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   setprogname.c -o setprogname.pico
2025-08-20T21:53:10.8107481Z [00:04:04.062]➜  gnutar-static-x86_64-unknown-linux-musl> configurePhase completed in 1 minutes 27 seconds
2025-08-20T21:53:10.8142788Z [00:04:04.062]➜  gnutar-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:53:10.8697654Z [00:04:04.121]➜  gnutar-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:53:10.8725163Z [00:04:04.124]➜  x86_64-unknown-linux-musl-binutils> checking for sys/file.h... yes
2025-08-20T21:53:10.9225868Z [00:04:04.174]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setpassent.pico ---
2025-08-20T21:53:10.9231314Z [00:04:04.175]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  setpassent.pico
2025-08-20T21:53:10.9239993Z [00:04:04.176]➜  gnutar-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:53:10.9396415Z [00:04:04.191]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1.pico ---
2025-08-20T21:53:10.9432850Z [00:04:04.195]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha1.pico
2025-08-20T21:53:10.9460326Z [00:04:04.195]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/hash/sha1/sha1.c -o sha1.pico
2025-08-20T21:53:10.9530591Z [00:04:04.205]➜  x86_64-unknown-linux-musl-binutils> checking for sys/param.h...  es fi fr id it ja ka ro sr sv uk vi zh_CN es fi fr id it ja ka ro sr sv uk vi zh_CN
2025-08-20T21:53:10.9576684Z [00:04:04.209]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/tar-1.35'
2025-08-20T21:53:10.9688418Z [00:04:04.221]➜  gnutar-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:53:10.9714576Z [00:04:04.223]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... (cached) no
2025-08-20T21:53:10.9719505Z [00:04:04.224]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... (cached) :
2025-08-20T21:53:10.9762247Z [00:04:04.227]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:11.0010728Z [00:04:04.253]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/doc'
2025-08-20T21:53:11.0024773Z [00:04:04.254]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... checking for xgettext... (cached) no
2025-08-20T21:53:11.0130971Z [00:04:04.265]➜  x86_64-unknown-linux-musl-binutils> /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm
2025-08-20T21:53:11.0311304Z [00:04:04.279]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- setprogname.pico ---
2025-08-20T21:53:11.0313692Z [00:04:04.279]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  setprogname.pico
2025-08-20T21:53:11.0433660Z [00:04:04.285]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1hl.pico ---
2025-08-20T21:53:11.0435655Z [00:04:04.286]➜  x86_64-unknown-linux-musl-binutils> checking the name lister (/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm) interface... checking for msgmerge... (cached) no
2025-08-20T21:53:11.0450708Z [00:04:04.292]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha1hl.pico
2025-08-20T21:53:11.0455169Z [00:04:04.292]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha1/sha1hl.c -o sha1hl.pico
2025-08-20T21:53:11.0458381Z [00:04:04.294]➜  x86_64-unknown-linux-musl-binutils> checking whether byte ordering is bigendian... no
2025-08-20T21:53:11.0714504Z [00:04:04.323]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/doc'
2025-08-20T21:53:11.0721544Z [00:04:04.324]➜  gnutar-static-x86_64-unknown-linux-musl> Making all in gnu
2025-08-20T21:53:11.0910172Z [00:04:04.343]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... yes
2025-08-20T21:53:11.1274517Z [00:04:04.375]➜  x86_64-unknown-linux-musl-binutils> BSD nm
2025-08-20T21:53:11.1354502Z [00:04:04.378]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:53:11.1597667Z [00:04:04.411]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/gnu'
2025-08-20T21:53:11.1608964Z [00:04:04.413]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      alloca.h
2025-08-20T21:53:11.1676018Z [00:04:04.419]➜  x86_64-unknown-linux-musl-binutils> checking the maximum length of command line arguments... checking for limits.h... 4718592
2025-08-20T21:53:11.1755824Z [00:04:04.424]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands some XSI constructs... yes
2025-08-20T21:53:11.1757694Z [00:04:04.425]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands "+="... yes
2025-08-20T21:53:11.1903988Z [00:04:04.442]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      configmake.h
2025-08-20T21:53:11.1988404Z [00:04:04.451]➜  x86_64-unknown-linux-musl-binutils> checking for ld option to reload object files... -r
2025-08-20T21:53:11.2117201Z [00:04:04.463]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... yes
2025-08-20T21:53:11.2118947Z [00:04:04.463]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... (cached) yes
2025-08-20T21:53:11.2120627Z [00:04:04.463]➜  x86_64-unknown-linux-musl-binutils> checking whether the gcc linker (ld) supports shared libraries... objdump
2025-08-20T21:53:11.2122320Z [00:04:04.463]➜  x86_64-unknown-linux-musl-binutils> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:53:11.2123976Z [00:04:04.463]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      ctype.h
2025-08-20T21:53:11.2462510Z [00:04:04.498]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      dirent.h
2025-08-20T21:53:11.2559260Z [00:04:04.508]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:11.2748501Z [00:04:04.526]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:11.2925942Z [00:04:04.534]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:11.2985006Z [00:04:04.536]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... (cached) yes
2025-08-20T21:53:11.2986574Z [00:04:04.548]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      error.h
2025-08-20T21:53:11.3155830Z [00:04:04.567]➜  x86_64-unknown-linux-musl-binutils> checking whether the gcc linker (ld) supports shared libraries... checking for stdlib.h... (cached) yes
2025-08-20T21:53:11.3165939Z [00:04:04.568]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      fcntl.h
2025-08-20T21:53:11.3378186Z [00:04:04.580]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... strip
2025-08-20T21:53:11.3380525Z [00:04:04.585]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:11.3696490Z [00:04:04.621]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      getopt.h
2025-08-20T21:53:11.3860922Z [00:04:04.638]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      getopt-cdefs.h
2025-08-20T21:53:11.4166173Z [00:04:04.668]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      malloc/dynarray.gl.h
2025-08-20T21:53:11.4245152Z [00:04:04.670]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rmd160.pico ---
2025-08-20T21:53:11.4304354Z [00:04:04.670]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rmd160.pico
2025-08-20T21:53:11.4305884Z [00:04:04.679]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha2.pico ---
2025-08-20T21:53:11.4346398Z [00:04:04.686]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha2.pico
2025-08-20T21:53:11.4447145Z [00:04:04.686]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/hash/sha2/sha2.c -o sha2.pico
2025-08-20T21:53:11.4626740Z [00:04:04.714]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      malloc/dynarray-skeleton.gl.h
2025-08-20T21:53:11.4844933Z [00:04:04.733]➜  x86_64-unknown-linux-musl-binutils> checking command to parse /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm output from gcc object... checking for malloc.h... yes
2025-08-20T21:53:11.4847401Z [00:04:04.733]➜  x86_64-unknown-linux-musl-binutils> checking whether -lc should be explicitly linked in... yes
2025-08-20T21:53:11.5106112Z [00:04:04.758]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      malloc/scratch_buffer.gl.h
2025-08-20T21:53:11.5113977Z [00:04:04.758]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1hl.pico ---
2025-08-20T21:53:11.5115556Z [00:04:04.758]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha1hl.pico
2025-08-20T21:53:11.5117038Z [00:04:04.761]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha256hl.pico ---
2025-08-20T21:53:11.5118478Z [00:04:04.762]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha256hl.pico
2025-08-20T21:53:11.5122063Z [00:04:04.763]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha2/sha256hl.c -o sha256hl.pico
2025-08-20T21:53:11.5335066Z [00:04:04.772]➜  x86_64-unknown-linux-musl-binutils> checking for string.h... (cached) yes
2025-08-20T21:53:11.5446371Z [00:04:04.796]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      inttypes.h
2025-08-20T21:53:11.5732544Z [00:04:04.825]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... (cached) yes
2025-08-20T21:53:11.5767908Z [00:04:04.828]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:11.5986893Z [00:04:04.850]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      langinfo.h
2025-08-20T21:53:11.6218467Z [00:04:04.874]➜  x86_64-unknown-linux-musl-binutils> checking whether -lc should be explicitly linked in... checking for strings.h... (cached) yes
2025-08-20T21:53:11.6308036Z [00:04:04.882]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      limits.h
2025-08-20T21:53:11.6648962Z [00:04:04.913]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      locale.h
2025-08-20T21:53:11.7005303Z [00:04:04.950]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      selinux/selinux.h
2025-08-20T21:53:11.7435812Z [00:04:04.994]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      selinux/context.h
2025-08-20T21:53:11.7475668Z [00:04:04.999]➜  db-static-x86_64-unknown-linux-musl> :  TxnGuide
2025-08-20T21:53:11.7551179Z [00:04:05.007]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/txn_guide/TxnGuideInMemory.cpp
2025-08-20T21:53:11.7633888Z [00:04:05.015]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      selinux/label.h
2025-08-20T21:53:11.7803180Z [00:04:05.032]➜  x86_64-unknown-linux-musl-binutils> checking for sys/time.h... yes
2025-08-20T21:53:11.7839668Z [00:04:05.035]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:11.7866726Z [00:04:05.038]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      signal.h
2025-08-20T21:53:11.8003038Z [00:04:05.052]➜  x86_64-unknown-linux-musl-binutils> checking whether static linking works... no
2025-08-20T21:53:11.8137138Z [00:04:05.064]➜  x86_64-unknown-linux-musl-binutils> checking dynamic linker characteristics... ok
2025-08-20T21:53:11.8147945Z [00:04:05.067]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      stddef.h
2025-08-20T21:53:11.8555946Z [00:04:05.103]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      stdint.h
2025-08-20T21:53:11.8761477Z [00:04:05.128]➜  x86_64-unknown-linux-musl-binutils> checking for time.h... no
2025-08-20T21:53:11.8985687Z [00:04:05.150]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      stdio.h
2025-08-20T21:53:11.9282977Z [00:04:05.177]➜  x86_64-unknown-linux-musl-binutils> checking dynamic linker characteristics... yes
2025-08-20T21:53:11.9322755Z [00:04:05.184]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/gprof/configure: line 6403: /usr/bin/file: No such file or directory
2025-08-20T21:53:11.9538814Z [00:04:05.205]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/txn_guide/TxnGuideInMemory.cpp -o TxnGuideInMemory.o
2025-08-20T21:53:11.9777788Z [00:04:05.224]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      stdlib.h
2025-08-20T21:53:12.0772731Z [00:04:05.329]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha256hl.pico
2025-08-20T21:53:12.0955739Z [00:04:05.344]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha384hl.pico ---
2025-08-20T21:53:12.1001951Z [00:04:05.352]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha384hl.pico
2025-08-20T21:53:12.1006224Z [00:04:05.352]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha2/sha384hl.c -o sha384hl.pico
2025-08-20T21:53:12.1094121Z [00:04:05.361]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... checking for sys/resource.h... yes
2025-08-20T21:53:12.1291296Z [00:04:05.381]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:12.1480546Z [00:04:05.400]➜  x86_64-unknown-linux-musl-binutils> checking for gcc >= 4.1... checking for sys/stat.h... (cached) yes
2025-08-20T21:53:12.1605494Z [00:04:05.412]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      string.h
2025-08-20T21:53:12.2675394Z [00:04:05.513]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      strings.h
2025-08-20T21:53:12.2898498Z [00:04:05.541]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      sys/random.h
2025-08-20T21:53:12.2958986Z [00:04:05.548]➜  x86_64-unknown-linux-musl-binutils> checking for sys/mman.h... yes
2025-08-20T21:53:12.3268918Z [00:04:05.579]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      sys/stat.h
2025-08-20T21:53:12.3386156Z [00:04:05.588]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:12.3786928Z [00:04:05.625]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... yes
2025-08-20T21:53:12.3813885Z [00:04:05.633]➜  x86_64-unknown-linux-musl-binutils> .libs
2025-08-20T21:53:12.3815071Z [00:04:05.633]➜  x86_64-unknown-linux-musl-binutils> GNU/Linux ld.so
2025-08-20T21:53:12.3816505Z [00:04:05.633]➜  x86_64-unknown-linux-musl-binutils> checking how to hardcode library paths into programs... immediate
2025-08-20T21:53:12.4127957Z [00:04:05.664]➜  x86_64-unknown-linux-musl-binutils> checking whether stripping libraries is possible... yes
2025-08-20T21:53:12.4179308Z [00:04:05.664]➜  x86_64-unknown-linux-musl-binutils> checking if libtool supports shared libraries... yes
2025-08-20T21:53:12.4180556Z [00:04:05.664]➜  x86_64-unknown-linux-musl-binutils> checking whether to build shared libraries... yes
2025-08-20T21:53:12.4181704Z [00:04:05.664]➜  x86_64-unknown-linux-musl-binutils> checking whether to build static libraries... no
2025-08-20T21:53:12.4182990Z [00:04:05.664]➜  x86_64-unknown-linux-musl-binutils> checking for special C compiler options needed for large files... no
2025-08-20T21:53:12.4245187Z [00:04:05.676]➜  x86_64-unknown-linux-musl-binutils> checking for _FILE_OFFSET_BITS value needed for large files... GNU/Linux ld.so
2025-08-20T21:53:12.4301497Z [00:04:05.676]➜  x86_64-unknown-linux-musl-binutils> checking how to hardcode library paths into programs... immediate
2025-08-20T21:53:12.4461205Z [00:04:05.698]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      sys/time.h
2025-08-20T21:53:12.4578648Z [00:04:05.709]➜  x86_64-unknown-linux-musl-binutils> checking whether stripping libraries is possible... checking for fcntl.h... checking for gcc >= 9... yes
2025-08-20T21:53:12.4585296Z [00:04:05.710]➜  x86_64-unknown-linux-musl-binutils> checking if libtool supports shared libraries... yes
2025-08-20T21:53:12.4587783Z [00:04:05.711]➜  x86_64-unknown-linux-musl-binutils> checking whether to build shared libraries... yes
2025-08-20T21:53:12.4592209Z [00:04:05.711]➜  x86_64-unknown-linux-musl-binutils> checking whether to build static libraries... no
2025-08-20T21:53:12.4610752Z [00:04:05.712]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... (cached) yes
2025-08-20T21:53:12.4945571Z [00:04:05.741]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      sys/types.h
2025-08-20T21:53:12.5244943Z [00:04:05.774]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      time.h
2025-08-20T21:53:12.5579573Z [00:04:05.810]➜  x86_64-unknown-linux-musl-binutils> checking for windows.h... yes
2025-08-20T21:53:12.5783474Z [00:04:05.830]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      uchar.h
2025-08-20T21:53:12.5820521Z [00:04:05.833]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:12.6165069Z [00:04:05.866]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha384hl.pico
2025-08-20T21:53:12.6255640Z [00:04:05.877]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha512hl.pico ---
2025-08-20T21:53:12.6314767Z [00:04:05.882]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/sha512hl.pico
2025-08-20T21:53:12.6341067Z [00:04:05.882]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/hash/sha2/sha512hl.c -o sha512hl.pico
2025-08-20T21:53:12.6344436Z [00:04:05.885]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      unicase.h
2025-08-20T21:53:12.6664942Z [00:04:05.918]➜  x86_64-unknown-linux-musl-binutils> checking for -fcf-protection... checking for alloca.h... no
2025-08-20T21:53:12.6765846Z [00:04:05.928]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      unictype.h
2025-08-20T21:53:12.6804364Z [00:04:05.930]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:12.6967350Z [00:04:05.948]➜  x86_64-unknown-linux-musl-binutils> checking for aclocal... ${SHELL} /build/binutils-with-gold-2.44/missing aclocal-1.15
2025-08-20T21:53:12.6969714Z [00:04:05.948]➜  x86_64-unknown-linux-musl-binutils> checking for autoconf... ${SHELL} /build/binutils-with-gold-2.44/missing autoconf
2025-08-20T21:53:12.6971778Z [00:04:05.948]➜  x86_64-unknown-linux-musl-binutils> checking for autoheader... ${SHELL} /build/binutils-with-gold-2.44/missing autoheader
2025-08-20T21:53:12.7454944Z [00:04:05.996]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wall... checking for sys/pstat.h... no
2025-08-20T21:53:12.7748868Z [00:04:06.027]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlsym... no
2025-08-20T21:53:12.9027496Z [00:04:06.154]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -fmerge-constants... no
2025-08-20T21:53:12.9451611Z [00:04:06.191]➜  x86_64-unknown-linux-musl-binutils> checking for sys/sysmp.h... yes
2025-08-20T21:53:12.9490905Z [00:04:06.200]➜  x86_64-unknown-linux-musl-binutils> checking for thread support... yes
2025-08-20T21:53:12.9955335Z [00:04:06.241]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      uninorm.h
2025-08-20T21:53:13.0099449Z [00:04:06.262]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      unistd.h
2025-08-20T21:53:13.0831893Z [00:04:06.335]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wextra... checking if gcc supports -fno-rtti -fno-exceptions... yes
2025-08-20T21:53:13.0859819Z [00:04:06.338]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha1.pico ---
2025-08-20T21:53:13.0861697Z [00:04:06.338]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha1.pico
2025-08-20T21:53:13.1142010Z [00:04:06.362]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintb.pico ---
2025-08-20T21:53:13.1234422Z [00:04:06.370]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/snprintb.pico
2025-08-20T21:53:13.1420100Z [00:04:06.374]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libutil/snprintb.c -o snprintb.pico
2025-08-20T21:53:13.1491887Z [00:04:06.393]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wwrite-strings... no
2025-08-20T21:53:13.1493541Z [00:04:06.398]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:13.1826331Z [00:04:06.434]➜  x86_64-unknown-linux-musl-binutils> checking for glibc >= 2.4... checking for sys/sysinfo.h... no
2025-08-20T21:53:13.1831381Z [00:04:06.434]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:53:13.1840257Z [00:04:06.436]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha512hl.pico ---
2025-08-20T21:53:13.1841889Z [00:04:06.436]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha512hl.pico
2025-08-20T21:53:13.2087184Z [00:04:06.460]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintf.pico ---
2025-08-20T21:53:13.2119559Z [00:04:06.461]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/snprintf.pico
2025-08-20T21:53:13.2134626Z [00:04:06.464]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   snprintf.c -o snprintf.pico
2025-08-20T21:53:13.2266007Z [00:04:06.470]➜  x86_64-unknown-linux-musl-binutils> checking if gcc PIC flag -fPIC -DPIC works... none required
2025-08-20T21:53:13.2334996Z [00:04:06.470]➜  x86_64-unknown-linux-musl-binutils> checking for special C compiler options needed for large files... no
2025-08-20T21:53:13.2336722Z [00:04:06.472]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      unitypes.h
2025-08-20T21:53:13.2402986Z [00:04:06.492]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      uniwidth.h
2025-08-20T21:53:13.2474721Z [00:04:06.499]➜  x86_64-unknown-linux-musl-binutils> checking for _FILE_OFFSET_BITS value needed for large files... yes
2025-08-20T21:53:13.2621244Z [00:04:06.509]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      utime.h
2025-08-20T21:53:13.2906271Z [00:04:06.542]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      wchar.h
2025-08-20T21:53:13.3045604Z [00:04:06.547]➜  x86_64-unknown-linux-musl-binutils> checking for machine/hal_sysinfo.h... yes
2025-08-20T21:53:13.3266904Z [00:04:06.578]➜  x86_64-unknown-linux-musl-binutils> checking for omp support... yes
2025-08-20T21:53:13.3324909Z [00:04:06.581]➜  x86_64-unknown-linux-musl-binutils> checking if gcc static flag -static works... yes
2025-08-20T21:53:13.3474117Z [00:04:06.599]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      wctype.h
2025-08-20T21:53:13.3651802Z [00:04:06.617]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:13.3774601Z [00:04:06.629]➜  gnutar-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:53:13.4286892Z [00:04:06.680]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wmissing-format-attribute... checking for sys/table.h... yes
2025-08-20T21:53:13.4332862Z [00:04:06.685]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:13.4675414Z [00:04:06.714]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regcomp.pico ---
2025-08-20T21:53:13.4692306Z [00:04:06.714]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  regcomp.pico
2025-08-20T21:53:13.4694183Z [00:04:06.721]➜  gnutar-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/tar-1.35/gnu'
2025-08-20T21:53:13.4695551Z [00:04:06.721]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- stat_flags.pico ---
2025-08-20T21:53:13.4825104Z [00:04:06.726]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/stat_flags.pico
2025-08-20T21:53:13.4848961Z [00:04:06.726]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libutil/stat_flags.c -o stat_flags.pico
2025-08-20T21:53:13.4871628Z [00:04:06.739]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:13.5005116Z [00:04:06.746]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:13.5006668Z [00:04:06.748]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-pkg-config... no
2025-08-20T21:53:13.5007926Z [00:04:06.749]➜  x86_64-unknown-linux-musl-binutils> checking for pkg-config... no
2025-08-20T21:53:13.5012719Z [00:04:06.749]➜  x86_64-unknown-linux-musl-binutils> checking whether to use debuginfod... auto
2025-08-20T21:53:13.5043778Z [00:04:06.756]➜  x86_64-unknown-linux-musl-binutils> checking for sys/sysctl.h... checking for libdebuginfod >= 0.188... no
2025-08-20T21:53:13.5046326Z [00:04:06.756]➜  x86_64-unknown-linux-musl-binutils> configure: WARNING: libdebuginfod is missing or some features may be unavailable.
2025-08-20T21:53:13.5048100Z [00:04:06.756]➜  x86_64-unknown-linux-musl-binutils> checking for libdebuginfod >= 0.179... no
2025-08-20T21:53:13.5053090Z [00:04:06.756]➜  x86_64-unknown-linux-musl-binutils> configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable.
2025-08-20T21:53:13.5690434Z [00:04:06.817]➜  gnutar-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/tar-1.35/gnu'
2025-08-20T21:53:13.5765124Z [00:04:06.818]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-acl-errno-valid.o
2025-08-20T21:53:13.5965406Z [00:04:06.846]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wstrict-prototypes... no
2025-08-20T21:53:13.6860826Z [00:04:06.938]➜  x86_64-unknown-linux-musl-binutils> checking for sys/systemcfg.h... checking for glibc >= 2.9... no
2025-08-20T21:53:13.7121189Z [00:04:06.964]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  stat_flags.pico
2025-08-20T21:53:13.7202229Z [00:04:06.972]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-acl-internal.o
2025-08-20T21:53:13.7208676Z [00:04:06.973]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcat.pico ---
2025-08-20T21:53:13.7248738Z [00:04:06.976]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strlcat.pico
2025-08-20T21:53:13.7256073Z [00:04:06.976]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strlcat.c -o strlcat.pico
2025-08-20T21:53:13.7506242Z [00:04:07.002]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... yes
2025-08-20T21:53:13.7529495Z [00:04:07.005]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:13.7887247Z [00:04:07.039]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wmissing-prototypes... checking for stdint.h... (cached) yes
2025-08-20T21:53:13.8455145Z [00:04:07.095]➜  x86_64-unknown-linux-musl-binutils> checking for stdio_ext.h... yes
2025-08-20T21:53:13.8951488Z [00:04:07.143]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strlcat.pico
2025-08-20T21:53:13.8956412Z [00:04:07.143]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcpy.pico ---
2025-08-20T21:53:13.8957830Z [00:04:07.145]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strlcpy.pico
2025-08-20T21:53:13.8971213Z [00:04:07.149]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strlcpy.c -o strlcpy.pico
2025-08-20T21:53:13.9207790Z [00:04:07.172]➜  x86_64-unknown-linux-musl-binutils> checking for -frandom-seed support... yes
2025-08-20T21:53:13.9312789Z [00:04:07.181]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- sha2.pico ---
2025-08-20T21:53:13.9315664Z [00:04:07.181]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  sha2.pico
2025-08-20T21:53:13.9317403Z [00:04:07.181]➜  x86_64-unknown-linux-musl-binutils> checking for incompatibility between DejaGnu and GCC...
2025-08-20T21:53:13.9374615Z [00:04:07.187]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strmode.pico ---
2025-08-20T21:53:13.9444473Z [00:04:07.196]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strmode.pico
2025-08-20T21:53:13.9448417Z [00:04:07.196]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/string/strmode.c -o strmode.pico
2025-08-20T21:53:13.9524665Z [00:04:07.202]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:13.9655602Z [00:04:07.202]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... (cached) yes
2025-08-20T21:53:13.9829938Z [00:04:07.235]➜  x86_64-unknown-linux-musl-binutils> checking whether the gcc linker (ld) supports shared libraries... yes
2025-08-20T21:53:14.0156374Z [00:04:07.267]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:14.0247575Z [00:04:07.276]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-get-permissions.o
2025-08-20T21:53:14.0569308Z [00:04:07.309]➜  x86_64-unknown-linux-musl-binutils> checking for glibc ifunc support... checking for process.h... no
2025-08-20T21:53:14.0574487Z [00:04:07.309]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... true --split-size=5000000
2025-08-20T21:53:14.0745995Z [00:04:07.326]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strlcpy.pico ---
2025-08-20T21:53:14.0751533Z [00:04:07.327]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strlcpy.pico
2025-08-20T21:53:14.0811365Z [00:04:07.331]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strcasecmp.pico ---
2025-08-20T21:53:14.0816323Z [00:04:07.333]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strcasecmp.pico
2025-08-20T21:53:14.0826999Z [00:04:07.333]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strcasecmp.c -o strcasecmp.pico
2025-08-20T21:53:14.1001621Z [00:04:07.352]➜  x86_64-unknown-linux-musl-binutils> checking if using Solaris linker... no
2025-08-20T21:53:14.1241489Z [00:04:07.376]➜  x86_64-unknown-linux-musl-binutils> Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
2025-08-20T21:53:14.1244010Z [00:04:07.376]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:53:14.1245448Z [00:04:07.376]➜  x86_64-unknown-linux-musl-binutils> checking for flex... /build/binutils-with-gold-2.44/missing flex
2025-08-20T21:53:14.1251594Z [00:04:07.376]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:53:14.1315286Z [00:04:07.383]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:14.1374930Z [00:04:07.389]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... no
2025-08-20T21:53:14.1402857Z [00:04:07.392]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... :
2025-08-20T21:53:14.1570254Z [00:04:07.407]➜  x86_64-unknown-linux-musl-binutils> checking for sys/prctl.h... yes
2025-08-20T21:53:14.1632638Z [00:04:07.415]➜  x86_64-unknown-linux-musl-binutils> checking whether -lc should be explicitly linked in... checking for xgettext... no
2025-08-20T21:53:14.1652237Z [00:04:07.417]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:14.1658247Z [00:04:07.418]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:53:14.1663861Z [00:04:07.418]➜  x86_64-unknown-linux-musl-binutils> checking whether to install libbfd... yes
2025-08-20T21:53:14.1764080Z [00:04:07.428]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... (cached) yes
2025-08-20T21:53:14.2039896Z [00:04:07.456]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... no
2025-08-20T21:53:14.2045892Z [00:04:07.456]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by GCC... checking for unistd.h... (cached) yes
2025-08-20T21:53:14.2295044Z [00:04:07.481]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strcasecmp.pico
2025-08-20T21:53:14.2346174Z [00:04:07.486]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strncasecmp.pico ---
2025-08-20T21:53:14.2424945Z [00:04:07.493]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strncasecmp.pico
2025-08-20T21:53:14.2440880Z [00:04:07.493]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strncasecmp.c -o strncasecmp.pico
2025-08-20T21:53:14.2446159Z [00:04:07.495]➜  x86_64-unknown-linux-musl-binutils> checking for sys/param.h... ld
2025-08-20T21:53:14.2521324Z [00:04:07.504]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:53:14.3244900Z [00:04:07.576]➜  x86_64-unknown-linux-musl-binutils> checking for spawn.h... yes
2025-08-20T21:53:14.3659140Z [00:04:07.618]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-set-permissions.o
2025-08-20T21:53:14.3734528Z [00:04:07.625]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strncasecmp.pico
2025-08-20T21:53:14.3849437Z [00:04:07.637]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strndup.pico ---
2025-08-20T21:53:14.4125382Z [00:04:07.659]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strndup.pico
2025-08-20T21:53:14.4207188Z [00:04:07.659]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/string/strndup.c -o strndup.pico
2025-08-20T21:53:14.4211078Z [00:04:07.659]➜  x86_64-unknown-linux-musl-binutils> checking for shared library run path origin... no
2025-08-20T21:53:14.4372413Z [00:04:07.689]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strmode.pico ---
2025-08-20T21:53:14.4374857Z [00:04:07.689]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strmode.pico
2025-08-20T21:53:14.4486096Z [00:04:07.700]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:14.4487425Z [00:04:07.700]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strnlen.pico ---
2025-08-20T21:53:14.4564296Z [00:04:07.702]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strnlen.pico
2025-08-20T21:53:14.4568299Z [00:04:07.702]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strnlen.c -o strnlen.pico
2025-08-20T21:53:14.4834816Z [00:04:07.735]➜  x86_64-unknown-linux-musl-binutils> checking for sys/wait.h that is POSIX.1 compatible... no
2025-08-20T21:53:14.4958154Z [00:04:07.747]➜  x86_64-unknown-linux-musl-binutils> checking dynamic linker characteristics... done
2025-08-20T21:53:14.5348840Z [00:04:07.786]➜  x86_64-unknown-linux-musl-binutils> checking for CFPreferencesCopyAppValue... yes
2025-08-20T21:53:14.5752556Z [00:04:07.823]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strndup.pico ---
2025-08-20T21:53:14.5757020Z [00:04:07.823]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strndup.pico
2025-08-20T21:53:14.5910819Z [00:04:07.839]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsep.pico ---
2025-08-20T21:53:14.5916650Z [00:04:07.843]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strsep.pico
2025-08-20T21:53:14.5920701Z [00:04:07.843]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/string/strsep.c -o strsep.pico
2025-08-20T21:53:14.6095832Z [00:04:07.859]➜  x86_64-unknown-linux-musl-binutils> checking for getpagesize... no
2025-08-20T21:53:14.6436090Z [00:04:07.895]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strnlen.pico ---
2025-08-20T21:53:14.6460506Z [00:04:07.895]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strnlen.pico
2025-08-20T21:53:14.6464900Z [00:04:07.898]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsuftoll.pico ---
2025-08-20T21:53:14.6510284Z [00:04:07.903]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strsuftoll.pico
2025-08-20T21:53:14.6514501Z [00:04:07.903]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/stdlib/strsuftoll.c -o strsuftoll.pico
2025-08-20T21:53:14.7315277Z [00:04:07.981]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsep.pico ---
2025-08-20T21:53:14.7339150Z [00:04:07.981]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strsep.pico
2025-08-20T21:53:14.7340607Z [00:04:07.984]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoll.pico ---
2025-08-20T21:53:14.7342057Z [00:04:07.986]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strtoll.pico
2025-08-20T21:53:14.7345798Z [00:04:07.986]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/strtoll.c -o strtoll.pico
2025-08-20T21:53:14.7564229Z [00:04:08.008]➜  x86_64-unknown-linux-musl-binutils> checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T21:53:14.8395137Z [00:04:08.091]➜  x86_64-unknown-linux-musl-binutils> checking for GNU gettext in libc... yes
2025-08-20T21:53:14.8672624Z [00:04:08.119]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-allocator.o
2025-08-20T21:53:14.9027835Z [00:04:08.154]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintb.pico ---
2025-08-20T21:53:14.9032780Z [00:04:08.154]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  snprintb.pico
2025-08-20T21:53:14.9185945Z [00:04:08.167]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoi.pico ---
2025-08-20T21:53:14.9187518Z [00:04:08.170]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strtoi.pico
2025-08-20T21:53:14.9191670Z [00:04:08.170]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/strtoi.c -o strtoi.pico
2025-08-20T21:53:14.9345573Z [00:04:08.184]➜  x86_64-unknown-linux-musl-binutils> checking whether time.h and sys/time.h may both be included... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
2025-08-20T21:53:15.0030100Z [00:04:08.255]➜  x86_64-unknown-linux-musl-binutils> checking sys/mman.h usability... GNU/Linux ld.so
2025-08-20T21:53:15.0031491Z [00:04:08.255]➜  x86_64-unknown-linux-musl-binutils> checking how to hardcode library paths into programs... immediate
2025-08-20T21:53:15.0090184Z [00:04:08.261]➜  x86_64-unknown-linux-musl-binutils> checking whether stripping libraries is possible... yes
2025-08-20T21:53:15.0379590Z [00:04:08.288]➜  x86_64-unknown-linux-musl-binutils> checking for working mmap... yes
2025-08-20T21:53:15.0381201Z [00:04:08.288]➜  x86_64-unknown-linux-musl-binutils> checking if libtool supports shared libraries... yes
2025-08-20T21:53:15.0382568Z [00:04:08.288]➜  x86_64-unknown-linux-musl-binutils> checking whether to build shared libraries... yes
2025-08-20T21:53:15.0384611Z [00:04:08.288]➜  x86_64-unknown-linux-musl-binutils> checking whether to build static libraries... no
2025-08-20T21:53:15.0385893Z [00:04:08.288]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... (cached) yes
2025-08-20T21:53:15.0387066Z [00:04:08.289]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-areadlink.o
2025-08-20T21:53:15.0536798Z [00:04:08.302]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:15.0538311Z [00:04:08.302]➜  x86_64-unknown-linux-musl-binutils> checking whether to use NLS... checking for windows.h... yes
2025-08-20T21:53:15.0539900Z [00:04:08.302]➜  x86_64-unknown-linux-musl-binutils> checking where the gettext function comes from... libc
2025-08-20T21:53:15.0541570Z [00:04:08.303]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:53:15.0894984Z [00:04:08.338]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strsuftoll.pico ---
2025-08-20T21:53:15.0995502Z [00:04:08.338]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strsuftoll.pico
2025-08-20T21:53:15.1011369Z [00:04:08.353]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtou.pico ---
2025-08-20T21:53:15.1056276Z [00:04:08.357]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/strtou.pico
2025-08-20T21:53:15.1060100Z [00:04:08.357]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../common/lib/libc/stdlib/strtou.c -o strtou.pico
2025-08-20T21:53:15.1355759Z [00:04:08.382]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- snprintf.pico ---
2025-08-20T21:53:15.1357539Z [00:04:08.382]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  snprintf.pico
2025-08-20T21:53:15.1359010Z [00:04:08.382]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- unvis.pico ---
2025-08-20T21:53:15.1360296Z [00:04:08.384]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/unvis.pico
2025-08-20T21:53:15.1371819Z [00:04:08.388]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/unvis.c -o unvis.pico
2025-08-20T21:53:15.1545414Z [00:04:08.403]➜  x86_64-unknown-linux-musl-binutils> checking for catalogs to be installed... yes
2025-08-20T21:53:15.2224811Z [00:04:08.470]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:15.2230286Z [00:04:08.470]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:15.2235353Z [00:04:08.470]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:15.2240496Z [00:04:08.470]➜  gnutar-static-x86_64-unknown-linux-musl>                  from careadlinkat.h:28,
2025-08-20T21:53:15.2242105Z [00:04:08.470]➜  gnutar-static-x86_64-unknown-linux-musl>                  from areadlink.c:27:
2025-08-20T21:53:15.2244970Z [00:04:08.470]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:15.2247659Z [00:04:08.470]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:15.2248936Z [00:04:08.470]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:15.2294518Z [00:04:08.479]➜  x86_64-unknown-linux-musl-binutils> checking whether errno must be declared... yes
2025-08-20T21:53:15.2761376Z [00:04:08.525]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoi.pico ---
2025-08-20T21:53:15.2763092Z [00:04:08.525]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strtoi.pico
2025-08-20T21:53:15.2974592Z [00:04:08.549]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vis.pico ---
2025-08-20T21:53:15.2980300Z [00:04:08.549]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vis.pico
2025-08-20T21:53:15.2985065Z [00:04:08.549]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vis.c -o vis.pico
2025-08-20T21:53:15.3541676Z [00:04:08.603]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-areadlink-with-size.o
2025-08-20T21:53:15.3659659Z [00:04:08.610]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtoll.pico ---
2025-08-20T21:53:15.3661511Z [00:04:08.610]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strtoll.pico
2025-08-20T21:53:15.3663170Z [00:04:08.615]➜  x86_64-unknown-linux-musl-binutils> checking sys/mman.h presence... yes
2025-08-20T21:53:15.3664515Z [00:04:08.615]➜  x86_64-unknown-linux-musl-binutils> checking for sys/mman.h... yes
2025-08-20T21:53:15.3678142Z [00:04:08.620]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- err.pico ---
2025-08-20T21:53:15.3785260Z [00:04:08.626]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/err.pico
2025-08-20T21:53:15.3813137Z [00:04:08.626]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/err.c -o err.pico
2025-08-20T21:53:15.3861513Z [00:04:08.632]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:15.4036325Z [00:04:08.655]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlsym... checking for chsize... no
2025-08-20T21:53:15.4445373Z [00:04:08.692]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- strtou.pico ---
2025-08-20T21:53:15.4446927Z [00:04:08.692]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  strtou.pico
2025-08-20T21:53:15.4515053Z [00:04:08.698]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errx.pico ---
2025-08-20T21:53:15.4516915Z [00:04:08.699]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/errx.pico
2025-08-20T21:53:15.4529004Z [00:04:08.704]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/errx.c -o errx.pico
2025-08-20T21:53:15.5298822Z [00:04:08.782]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- err.pico ---
2025-08-20T21:53:15.5305228Z [00:04:08.782]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  err.pico
2025-08-20T21:53:15.5512612Z [00:04:08.800]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errc.pico ---
2025-08-20T21:53:15.5523457Z [00:04:08.804]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/errc.pico
2025-08-20T21:53:15.5527640Z [00:04:08.804]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/errc.c -o errc.pico
2025-08-20T21:53:15.5843981Z [00:04:08.836]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:15.5845580Z [00:04:08.836]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:15.5847155Z [00:04:08.836]➜  gnutar-static-x86_64-unknown-linux-musl>                  from areadlink-with-size.c:30:
2025-08-20T21:53:15.5849981Z [00:04:08.836]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:15.5852768Z [00:04:08.836]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:15.5854577Z [00:04:08.836]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:15.6298267Z [00:04:08.880]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errx.pico ---
2025-08-20T21:53:15.6302915Z [00:04:08.880]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  errx.pico
2025-08-20T21:53:15.6320723Z [00:04:08.884]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verr.pico ---
2025-08-20T21:53:15.6366419Z [00:04:08.888]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/verr.pico
2025-08-20T21:53:15.6374151Z [00:04:08.889]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/verr.c -o verr.pico
2025-08-20T21:53:15.7204992Z [00:04:08.971]➜  x86_64-unknown-linux-musl-binutils> checking size of int... none required
2025-08-20T21:53:15.7295551Z [00:04:08.979]➜  x86_64-unknown-linux-musl-binutils> checking for special C compiler options needed for large files... no
2025-08-20T21:53:15.7364264Z [00:04:08.988]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- errc.pico ---
2025-08-20T21:53:15.7370688Z [00:04:08.989]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  errc.pico
2025-08-20T21:53:15.7492174Z [00:04:09.001]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrx.pico ---
2025-08-20T21:53:15.7603098Z [00:04:09.012]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/verrx.pico
2025-08-20T21:53:15.7633863Z [00:04:09.012]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/verrx.c -o verrx.pico
2025-08-20T21:53:15.7830165Z [00:04:09.035]➜  x86_64-unknown-linux-musl-binutils> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T21:53:15.8577671Z [00:04:09.109]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verr.pico ---
2025-08-20T21:53:15.8583429Z [00:04:09.110]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  verr.pico
2025-08-20T21:53:15.8638874Z [00:04:09.116]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrc.pico ---
2025-08-20T21:53:15.8663938Z [00:04:09.118]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/verrc.pico
2025-08-20T21:53:15.8747519Z [00:04:09.125]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-areadlinkat.o
2025-08-20T21:53:15.8755147Z [00:04:09.125]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/verrc.c -o verrc.pico
2025-08-20T21:53:15.8824512Z [00:04:09.131]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- unvis.pico ---
2025-08-20T21:53:15.8995940Z [00:04:09.131]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  unvis.pico
2025-08-20T21:53:15.8997797Z [00:04:09.144]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarn.pico ---
2025-08-20T21:53:15.8999236Z [00:04:09.144]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vwarn.pico
2025-08-20T21:53:15.9218368Z [00:04:09.144]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vwarn.c -o vwarn.pico
2025-08-20T21:53:15.9221366Z [00:04:09.173]➜  x86_64-unknown-linux-musl-binutils> checking for mmap... no
2025-08-20T21:53:16.0009743Z [00:04:09.253]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrx.pico ---
2025-08-20T21:53:16.0016860Z [00:04:09.253]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  verrx.pico
2025-08-20T21:53:16.0191712Z [00:04:09.267]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnx.pico ---
2025-08-20T21:53:16.0212243Z [00:04:09.273]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vwarnx.pico
2025-08-20T21:53:16.0239277Z [00:04:09.275]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vwarnx.c -o vwarnx.pico
2025-08-20T21:53:16.0421674Z [00:04:09.290]➜  x86_64-unknown-linux-musl-binutils> checking sys/time.h usability... yes
2025-08-20T21:53:16.0836000Z [00:04:09.332]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- regexec.pico ---
2025-08-20T21:53:16.1015696Z [00:04:09.332]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  regexec.pico
2025-08-20T21:53:16.1017659Z [00:04:09.334]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:16.1019180Z [00:04:09.334]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:16.1020537Z [00:04:09.334]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:16.1021870Z [00:04:09.334]➜  gnutar-static-x86_64-unknown-linux-musl>                  from careadlinkat.h:28,
2025-08-20T21:53:16.1023463Z [00:04:09.334]➜  gnutar-static-x86_64-unknown-linux-musl>                  from areadlinkat.c:30:
2025-08-20T21:53:16.1026544Z [00:04:09.334]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:16.1052721Z [00:04:09.334]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:16.1054498Z [00:04:09.334]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:16.1055759Z [00:04:09.342]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnc.pico ---
2025-08-20T21:53:16.1057147Z [00:04:09.352]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/vwarnc.pico
2025-08-20T21:53:16.1060860Z [00:04:09.352]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/vwarnc.c -o vwarnc.pico
2025-08-20T21:53:16.1275340Z [00:04:09.375]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- verrc.pico ---
2025-08-20T21:53:16.1281109Z [00:04:09.375]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  verrc.pico
2025-08-20T21:53:16.1308875Z [00:04:09.383]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warn.pico ---
2025-08-20T21:53:16.1324290Z [00:04:09.384]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/warn.pico
2025-08-20T21:53:16.1327742Z [00:04:09.384]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/warn.c -o warn.pico
2025-08-20T21:53:16.1367024Z [00:04:09.388]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarn.pico ---
2025-08-20T21:53:16.1368677Z [00:04:09.388]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  vwarn.pico
2025-08-20T21:53:16.1499872Z [00:04:09.399]➜  x86_64-unknown-linux-musl-binutils> checking byteswap.h usability... 4
2025-08-20T21:53:16.1507058Z [00:04:09.402]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnx.pico ---
2025-08-20T21:53:16.1555458Z [00:04:09.407]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/warnx.pico
2025-08-20T21:53:16.1567035Z [00:04:09.408]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/warnx.c -o warnx.pico
2025-08-20T21:53:16.1826212Z [00:04:09.426]➜  x86_64-unknown-linux-musl-binutils> checking size of long...  bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW
2025-08-20T21:53:16.1959671Z [00:04:09.448]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... (cached) no
2025-08-20T21:53:16.1968876Z [00:04:09.449]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... (cached) :
2025-08-20T21:53:16.2022757Z [00:04:09.454]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-areadlinkat-with-size.o
2025-08-20T21:53:16.2249270Z [00:04:09.477]➜  x86_64-unknown-linux-musl-binutils> checking for xgettext... (cached) no
2025-08-20T21:53:16.2711249Z [00:04:09.521]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:16.2805601Z [00:04:09.521]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnx.pico ---
2025-08-20T21:53:16.2807857Z [00:04:09.521]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  vwarnx.pico
2025-08-20T21:53:16.2809622Z [00:04:09.521]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... (cached) no
2025-08-20T21:53:16.2811673Z [00:04:09.521]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:53:16.2814896Z [00:04:09.531]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:16.2817314Z [00:04:09.532]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnc.pico ---
2025-08-20T21:53:16.2927213Z [00:04:09.544]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/warnc.pico
2025-08-20T21:53:16.2935187Z [00:04:09.544]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/warnc.c -o warnc.pico
2025-08-20T21:53:16.3110270Z [00:04:09.563]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warn.pico ---
2025-08-20T21:53:16.3255266Z [00:04:09.563]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  warn.pico
2025-08-20T21:53:16.3257215Z [00:04:09.576]➜  x86_64-unknown-linux-musl-binutils> checking for link... checking fcntl.h usability... yes
2025-08-20T21:53:16.3262491Z [00:04:09.578]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fts.pico ---
2025-08-20T21:53:16.3283494Z [00:04:09.580]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/fts.pico
2025-08-20T21:53:16.3287470Z [00:04:09.580]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/fts.c -o fts.pico
2025-08-20T21:53:16.3792112Z [00:04:09.631]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnx.pico ---
2025-08-20T21:53:16.3794117Z [00:04:09.631]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  warnx.pico
2025-08-20T21:53:16.3861480Z [00:04:09.638]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- glob.pico ---
2025-08-20T21:53:16.3903006Z [00:04:09.642]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/glob.pico
2025-08-20T21:53:16.3910162Z [00:04:09.642]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/gen/glob.c -o glob.pico
2025-08-20T21:53:16.4235726Z [00:04:09.670]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:16.4237421Z [00:04:09.670]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:16.4239074Z [00:04:09.670]➜  gnutar-static-x86_64-unknown-linux-musl>                  from areadlinkat-with-size.c:31:
2025-08-20T21:53:16.4241871Z [00:04:09.670]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:16.4245197Z [00:04:09.670]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:16.4246604Z [00:04:09.670]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:16.4247766Z [00:04:09.670]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vwarnc.pico ---
2025-08-20T21:53:16.4249292Z [00:04:09.670]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  vwarnc.pico
2025-08-20T21:53:16.4250833Z [00:04:09.673]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- efun.pico ---
2025-08-20T21:53:16.4306522Z [00:04:09.682]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/efun.pico
2025-08-20T21:53:16.4310387Z [00:04:09.682]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libutil/efun.c -o efun.pico
2025-08-20T21:53:16.4605776Z [00:04:09.706]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o TxnGuideInMemory  TxnGuideInMemory.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:16.4808143Z [00:04:09.732]➜  x86_64-unknown-linux-musl-binutils> checking sys/time.h presence... yes
2025-08-20T21:53:16.4834403Z [00:04:09.733]➜  x86_64-unknown-linux-musl-binutils> checking for sys/time.h... yes
2025-08-20T21:53:16.5003579Z [00:04:09.752]➜  x86_64-unknown-linux-musl-binutils> checking for setitimer... yes
2025-08-20T21:53:16.5699877Z [00:04:09.822]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- warnc.pico ---
2025-08-20T21:53:16.5701724Z [00:04:09.822]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  warnc.pico
2025-08-20T21:53:16.5845486Z [00:04:09.833]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_close.pico ---
2025-08-20T21:53:16.5904876Z [00:04:09.840]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_close.pico
2025-08-20T21:53:16.5912015Z [00:04:09.840]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_close.c -o bt_close.pico
2025-08-20T21:53:16.6328213Z [00:04:09.885]➜  x86_64-unknown-linux-musl-binutils> checking byteswap.h presence... yes
2025-08-20T21:53:16.6334596Z [00:04:09.885]➜  x86_64-unknown-linux-musl-binutils> checking for byteswap.h... yes
2025-08-20T21:53:16.6501318Z [00:04:09.900]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:16.6812002Z [00:04:09.932]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argmatch.o
2025-08-20T21:53:16.7002179Z [00:04:09.952]➜  x86_64-unknown-linux-musl-binutils> checking fcntl.h presence... checking endian.h usability... yes
2025-08-20T21:53:16.7444235Z [00:04:09.996]➜  x86_64-unknown-linux-musl-binutils> checking for pread... yes
2025-08-20T21:53:16.7445859Z [00:04:09.996]➜  x86_64-unknown-linux-musl-binutils> checking for fcntl.h... yes
2025-08-20T21:53:16.7935491Z [00:04:10.045]➜  x86_64-unknown-linux-musl-binutils> checking for inttypes.h... (cached) yes
2025-08-20T21:53:16.7993655Z [00:04:10.051]➜  x86_64-unknown-linux-musl-binutils> 8
2025-08-20T21:53:16.8295264Z [00:04:10.074]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- efun.pico ---
2025-08-20T21:53:16.8316522Z [00:04:10.074]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  efun.pico
2025-08-20T21:53:16.8348555Z [00:04:10.086]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_conv.pico ---
2025-08-20T21:53:16.8380078Z [00:04:10.089]➜  x86_64-unknown-linux-musl-binutils> checking size of size_t... checking for stdint.h... (cached) yes
2025-08-20T21:53:16.8414407Z [00:04:10.091]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_conv.pico
2025-08-20T21:53:16.8418789Z [00:04:10.091]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_conv.c -o bt_conv.pico
2025-08-20T21:53:16.8694769Z [00:04:10.120]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:16.8731966Z [00:04:10.125]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:53:16.8883933Z [00:04:10.139]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- vis.pico ---
2025-08-20T21:53:16.8888578Z [00:04:10.139]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  vis.pico
2025-08-20T21:53:16.8962158Z [00:04:10.148]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... checking sys/file.h usability... no
2025-08-20T21:53:16.8967281Z [00:04:10.148]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_debug.pico ---
2025-08-20T21:53:16.8977717Z [00:04:10.150]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... :
2025-08-20T21:53:16.9010634Z [00:04:10.153]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_debug.pico
2025-08-20T21:53:16.9017896Z [00:04:10.153]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_debug.c -o bt_debug.pico
2025-08-20T21:53:16.9188364Z [00:04:10.169]➜  x86_64-unknown-linux-musl-binutils> checking for xgettext... no
2025-08-20T21:53:16.9362527Z [00:04:10.188]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... no
2025-08-20T21:53:16.9480202Z [00:04:10.200]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_close.pico ---
2025-08-20T21:53:16.9482923Z [00:04:10.200]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_close.pico
2025-08-20T21:53:16.9502827Z [00:04:10.202]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_delete.pico ---
2025-08-20T21:53:16.9715292Z [00:04:10.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_delete.pico
2025-08-20T21:53:16.9756915Z [00:04:10.214]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_delete.c -o bt_delete.pico
2025-08-20T21:53:16.9933005Z [00:04:10.245]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by GCC... ld
2025-08-20T21:53:17.0128528Z [00:04:10.264]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:53:17.0361329Z [00:04:10.288]➜  x86_64-unknown-linux-musl-binutils> checking endian.h presence... yes
2025-08-20T21:53:17.1534105Z [00:04:10.402]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_debug.pico ---
2025-08-20T21:53:17.1545093Z [00:04:10.402]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_debug.pico
2025-08-20T21:53:17.1546446Z [00:04:10.406]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_get.pico ---
2025-08-20T21:53:17.1605147Z [00:04:10.408]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o TxnGuideInMemory TxnGuideInMemory.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:17.1636415Z [00:04:10.410]➜  x86_64-unknown-linux-musl-binutils> checking for shared library run path origin... yes
2025-08-20T21:53:17.1645741Z [00:04:10.416]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_get.pico
2025-08-20T21:53:17.1652432Z [00:04:10.416]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_get.c -o bt_get.pico
2025-08-20T21:53:17.1698898Z [00:04:10.419]➜  x86_64-unknown-linux-musl-binutils> checking for ftruncate... yes
2025-08-20T21:53:17.1700273Z [00:04:10.419]➜  x86_64-unknown-linux-musl-binutils> checking sys/file.h presence... yes
2025-08-20T21:53:17.1701727Z [00:04:10.420]➜  x86_64-unknown-linux-musl-binutils> checking for endian.h... yes
2025-08-20T21:53:17.2394540Z [00:04:10.491]➜  x86_64-unknown-linux-musl-binutils> done
2025-08-20T21:53:17.2767465Z [00:04:10.528]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-ba.o
2025-08-20T21:53:17.3217101Z [00:04:10.573]➜  x86_64-unknown-linux-musl-binutils> checking whether bswap_16 is declared... checking for CFPreferencesCopyAppValue... yes
2025-08-20T21:53:17.3218958Z [00:04:10.573]➜  x86_64-unknown-linux-musl-binutils> checking for sys/file.h... yes
2025-08-20T21:53:17.3726955Z [00:04:10.624]➜  x86_64-unknown-linux-musl-binutils> checking for sys/stat.h... (cached) yes
2025-08-20T21:53:17.4194108Z [00:04:10.668]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-eexst.o
2025-08-20T21:53:17.4446567Z [00:04:10.696]➜  x86_64-unknown-linux-musl-binutils> checking sys/time.h usability... no
2025-08-20T21:53:17.5088456Z [00:04:10.760]➜  x86_64-unknown-linux-musl-binutils> checking for CFLocaleCopyPreferredLanguages... yes
2025-08-20T21:53:17.5667037Z [00:04:10.816]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:17.5672582Z [00:04:10.816]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./getopt.h:84,
2025-08-20T21:53:17.5674353Z [00:04:10.816]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp.h:29,
2025-08-20T21:53:17.5675598Z [00:04:10.816]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp-eexst.c:25:
2025-08-20T21:53:17.5678092Z [00:04:10.816]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:17.5680540Z [00:04:10.816]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:17.5681692Z [00:04:10.816]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:17.5682943Z [00:04:10.817]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_get.pico
2025-08-20T21:53:17.5804484Z [00:04:10.828]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_open.pico ---
2025-08-20T21:53:17.5805666Z [00:04:10.829]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_open.pico
2025-08-20T21:53:17.5809091Z [00:04:10.829]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_open.c -o bt_open.pico
2025-08-20T21:53:17.6147223Z [00:04:10.866]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-fmtstream.o
2025-08-20T21:53:17.6184850Z [00:04:10.870]➜  x86_64-unknown-linux-musl-binutils> checking whether bswap_32 is declared... no
2025-08-20T21:53:17.6288348Z [00:04:10.878]➜  x86_64-unknown-linux-musl-binutils> checking for GNU gettext in libc... 8
2025-08-20T21:53:17.6486387Z [00:04:10.900]➜  x86_64-unknown-linux-musl-binutils> checking for long long... yes
2025-08-20T21:53:17.7007800Z [00:04:10.952]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_conv.pico ---
2025-08-20T21:53:17.7013024Z [00:04:10.952]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_conv.pico
2025-08-20T21:53:17.7147896Z [00:04:10.964]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_overflow.pico ---
2025-08-20T21:53:17.7152683Z [00:04:10.966]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_overflow.pico
2025-08-20T21:53:17.7159480Z [00:04:10.966]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_overflow.c -o bt_overflow.pico
2025-08-20T21:53:17.7320325Z [00:04:10.979]➜  x86_64-unknown-linux-musl-binutils> checking for ffsll... yes
2025-08-20T21:53:17.8647037Z [00:04:11.116]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:17.8648847Z [00:04:11.116]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:17.8650509Z [00:04:11.116]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp-fmtstream.h:35,
2025-08-20T21:53:17.8652036Z [00:04:11.116]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp-fmtstream.c:32:
2025-08-20T21:53:17.8655683Z [00:04:11.116]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:17.8658632Z [00:04:11.116]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:17.8660147Z [00:04:11.116]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:17.8661480Z [00:04:11.116]➜  x86_64-unknown-linux-musl-binutils> checking whether bswap_64 is declared... yes
2025-08-20T21:53:17.9605716Z [00:04:11.210]➜  x86_64-unknown-linux-musl-binutils> checking sys/time.h presence... yes
2025-08-20T21:53:17.9943060Z [00:04:11.246]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:17.9945264Z [00:04:11.246]➜  x86_64-unknown-linux-musl-binutils> checking for sys/time.h... yes
2025-08-20T21:53:18.0342039Z [00:04:11.286]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... (cached) yes
2025-08-20T21:53:18.0579874Z [00:04:11.310]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... (cached) yes
2025-08-20T21:53:18.0845326Z [00:04:11.330]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:18.1158347Z [00:04:11.366]➜  x86_64-unknown-linux-musl-binutils> checking mremap with MREMAP_MAYMOVE... checking for sys/wait.h that is POSIX.1 compatible... yes
2025-08-20T21:53:18.1160372Z [00:04:11.367]➜  x86_64-unknown-linux-musl-binutils> checking whether to use NLS... yes
2025-08-20T21:53:18.1161760Z [00:04:11.367]➜  x86_64-unknown-linux-musl-binutils> checking where the gettext function comes from... libc
2025-08-20T21:53:18.1163397Z [00:04:11.368]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:53:18.1495692Z [00:04:11.398]➜  x86_64-unknown-linux-musl-binutils> checking for catalogs to be installed... configure: updating cache ./config.cache
2025-08-20T21:53:18.1644331Z [00:04:11.416]➜  x86_64-unknown-linux-musl-binutils> checking that generated files are newer than configure... done
2025-08-20T21:53:18.1653577Z [00:04:11.417]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:53:18.2135881Z [00:04:11.461]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_overflow.pico
2025-08-20T21:53:18.2170078Z [00:04:11.469]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_page.pico ---
2025-08-20T21:53:18.2190837Z [00:04:11.471]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_page.pico
2025-08-20T21:53:18.2197924Z [00:04:11.471]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_page.c -o bt_page.pico
2025-08-20T21:53:18.2695402Z [00:04:11.518]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_open.pico ---
2025-08-20T21:53:18.2697105Z [00:04:11.518]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_open.pico
2025-08-20T21:53:18.2806394Z [00:04:11.532]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_put.pico ---
2025-08-20T21:53:18.2848779Z [00:04:11.535]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_put.pico
2025-08-20T21:53:18.2852343Z [00:04:11.535]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_put.c -o bt_put.pico
2025-08-20T21:53:18.2887231Z [00:04:11.535]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_delete.pico ---
2025-08-20T21:53:18.2888874Z [00:04:11.535]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_delete.pico
2025-08-20T21:53:18.2958874Z [00:04:11.548]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_search.pico ---
2025-08-20T21:53:18.3044435Z [00:04:11.554]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_search.pico
2025-08-20T21:53:18.3107079Z [00:04:11.554]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_search.c -o bt_search.pico
2025-08-20T21:53:18.3928757Z [00:04:11.644]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- fts.pico ---
2025-08-20T21:53:18.3940330Z [00:04:11.645]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  fts.pico
2025-08-20T21:53:18.4044304Z [00:04:11.656]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_seq.pico ---
2025-08-20T21:53:18.4047575Z [00:04:11.656]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_seq.pico
2025-08-20T21:53:18.4051228Z [00:04:11.656]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_seq.c -o bt_seq.pico
2025-08-20T21:53:18.4339481Z [00:04:11.685]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:18.4537408Z [00:04:11.704]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... (cached) yes
2025-08-20T21:53:18.4869772Z [00:04:11.739]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... (cached) yes
2025-08-20T21:53:18.4879478Z [00:04:11.739]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:18.4889604Z [00:04:11.741]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-pkg-config... no
2025-08-20T21:53:18.5005784Z [00:04:11.752]➜  x86_64-unknown-linux-musl-binutils> checking for pkg-config... no
2025-08-20T21:53:18.5070890Z [00:04:11.759]➜  x86_64-unknown-linux-musl-binutils> checking for libzstd >= 1.4.0... no
2025-08-20T21:53:18.5124627Z [00:04:11.764]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_page.pico ---
2025-08-20T21:53:18.5126282Z [00:04:11.764]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_page.pico
2025-08-20T21:53:18.5245677Z [00:04:11.776]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_split.pico ---
2025-08-20T21:53:18.5247330Z [00:04:11.776]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_split.pico
2025-08-20T21:53:18.5406543Z [00:04:11.789]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_split.c -o bt_split.pico
2025-08-20T21:53:18.5460835Z [00:04:11.793]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc is Clang... checking for sys/param.h... yes
2025-08-20T21:53:18.5654824Z [00:04:11.817]➜  db-static-x86_64-unknown-linux-musl> :  TxnGuideInMemory
2025-08-20T21:53:18.5743582Z [00:04:11.826]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/AccessExample.cpp
2025-08-20T21:53:18.6404183Z [00:04:11.890]➜  x86_64-unknown-linux-musl-binutils> checking size of long long... no
2025-08-20T21:53:18.6577354Z [00:04:11.905]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-fs-xinl.o
2025-08-20T21:53:18.6617148Z [00:04:11.913]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- glob.pico ---
2025-08-20T21:53:18.6620695Z [00:04:11.913]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  glob.pico
2025-08-20T21:53:18.6805151Z [00:04:11.928]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_utils.pico ---
2025-08-20T21:53:18.6924933Z [00:04:11.940]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/bt_utils.pico
2025-08-20T21:53:18.6928512Z [00:04:11.940]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/btree/bt_utils.c -o bt_utils.pico
2025-08-20T21:53:18.8613739Z [00:04:12.113]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:18.8618795Z [00:04:12.113]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:18.8620344Z [00:04:12.113]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp-fmtstream.h:35,
2025-08-20T21:53:18.8621641Z [00:04:12.113]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp-fs-xinl.c:30:
2025-08-20T21:53:18.8625220Z [00:04:12.113]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:18.8628643Z [00:04:12.113]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:18.8630038Z [00:04:12.113]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:18.9346180Z [00:04:12.183]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/AccessExample.cpp -o AccessExample.o
2025-08-20T21:53:18.9975838Z [00:04:12.247]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_put.pico ---
2025-08-20T21:53:19.0004667Z [00:04:12.247]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_put.pico
2025-08-20T21:53:19.0006185Z [00:04:12.249]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- db.pico ---
2025-08-20T21:53:19.0007545Z [00:04:12.249]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/db.pico
2025-08-20T21:53:19.0011470Z [00:04:12.249]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/db/db.c -o db.pico
2025-08-20T21:53:19.0130837Z [00:04:12.265]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_search.pico ---
2025-08-20T21:53:19.0132766Z [00:04:12.265]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_search.pico
2025-08-20T21:53:19.0325509Z [00:04:12.282]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dbfile.pico ---
2025-08-20T21:53:19.0351876Z [00:04:12.287]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/dbfile.pico
2025-08-20T21:53:19.0355984Z [00:04:12.287]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/db/dbfile.c -o dbfile.pico
2025-08-20T21:53:19.0425382Z [00:04:12.289]➜  x86_64-unknown-linux-musl-binutils> checking whether pthreads work with -pthread... yes
2025-08-20T21:53:19.1075854Z [00:04:12.359]➜  x86_64-unknown-linux-musl-binutils> checking for getpagesize... yes
2025-08-20T21:53:19.2109772Z [00:04:12.463]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_utils.pico ---
2025-08-20T21:53:19.2115219Z [00:04:12.463]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_utils.pico
2025-08-20T21:53:19.2186807Z [00:04:12.470]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-help.o
2025-08-20T21:53:19.2221313Z [00:04:12.474]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash.pico ---
2025-08-20T21:53:19.2239710Z [00:04:12.476]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash.pico
2025-08-20T21:53:19.2357847Z [00:04:12.484]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash.c -o hash.pico
2025-08-20T21:53:19.3267512Z [00:04:12.578]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- db.pico ---
2025-08-20T21:53:19.3272627Z [00:04:12.578]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  db.pico
2025-08-20T21:53:19.3306713Z [00:04:12.582]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- dbfile.pico ---
2025-08-20T21:53:19.3312165Z [00:04:12.583]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  dbfile.pico
2025-08-20T21:53:19.3348385Z [00:04:12.587]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_bigkey.pico ---
2025-08-20T21:53:19.3389155Z [00:04:12.591]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_buf.pico ---
2025-08-20T21:53:19.3413957Z [00:04:12.593]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_bigkey.pico ---
2025-08-20T21:53:19.3419633Z [00:04:12.594]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_bigkey.pico
2025-08-20T21:53:19.3476871Z [00:04:12.598]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_bigkey.c -o hash_bigkey.pico
2025-08-20T21:53:19.3482198Z [00:04:12.598]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_buf.pico ---
2025-08-20T21:53:19.3485052Z [00:04:12.598]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_buf.pico
2025-08-20T21:53:19.3490305Z [00:04:12.598]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_buf.c -o hash_buf.pico
2025-08-20T21:53:19.3617769Z [00:04:12.613]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_seq.pico ---
2025-08-20T21:53:19.3741288Z [00:04:12.613]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_seq.pico
2025-08-20T21:53:19.3743131Z [00:04:12.620]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_func.pico ---
2025-08-20T21:53:19.3744804Z [00:04:12.624]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_func.pico
2025-08-20T21:53:19.3753686Z [00:04:12.627]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_func.c -o hash_func.pico
2025-08-20T21:53:19.3911841Z [00:04:12.629]➜  x86_64-unknown-linux-musl-binutils> checking for joinable pthread attribute... 8
2025-08-20T21:53:19.3935652Z [00:04:12.645]➜  x86_64-unknown-linux-musl-binutils> checking for a 64-bit type...  bg da de eo es fi fr ga hu id it ja ka ms nl pt_BR ro ru rw sr sv tr uk vi bg da de eo es fi fr ga hu id it ja ka ms nl pt_BR ro ru rw sr sv tr uk vi
2025-08-20T21:53:19.4081679Z [00:04:12.660]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... (cached) no
2025-08-20T21:53:19.4087797Z [00:04:12.660]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... (cached) :
2025-08-20T21:53:19.4272837Z [00:04:12.679]➜  x86_64-unknown-linux-musl-binutils> checking for xgettext... (cached) no
2025-08-20T21:53:19.4515020Z [00:04:12.703]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... (cached) no
2025-08-20T21:53:19.4520144Z [00:04:12.703]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:53:19.4628429Z [00:04:12.711]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:19.4630020Z [00:04:12.711]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./getopt.h:84,
2025-08-20T21:53:19.4631630Z [00:04:12.711]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp.h:29,
2025-08-20T21:53:19.4638204Z [00:04:12.711]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp-help.c:51:
2025-08-20T21:53:19.4641407Z [00:04:12.711]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:19.4644737Z [00:04:12.711]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:19.4646242Z [00:04:12.711]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:19.5105663Z [00:04:12.756]➜  x86_64-unknown-linux-musl-binutils> checking sys/gmon_out.h usability... PTHREAD_CREATE_JOINABLE
2025-08-20T21:53:19.5107660Z [00:04:12.756]➜  x86_64-unknown-linux-musl-binutils> checking whether more special flags are required for pthreads... no
2025-08-20T21:53:19.5490020Z [00:04:12.801]➜  x86_64-unknown-linux-musl-binutils> checking for PTHREAD_PRIO_INHERIT... yes
2025-08-20T21:53:19.6031929Z [00:04:12.855]➜  x86_64-unknown-linux-musl-binutils> checking for working mmap... uint64_t
2025-08-20T21:53:19.6455031Z [00:04:12.896]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash_func.pico
2025-08-20T21:53:19.6554807Z [00:04:12.907]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_log2.pico ---
2025-08-20T21:53:19.6735053Z [00:04:12.907]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_log2.pico
2025-08-20T21:53:19.6857176Z [00:04:12.907]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_log2.c -o hash_log2.pico
2025-08-20T21:53:19.7502266Z [00:04:13.002]➜  x86_64-unknown-linux-musl-binutils> checking for intptr_t... yes
2025-08-20T21:53:19.8729036Z [00:04:13.125]➜  x86_64-unknown-linux-musl-binutils> checking sys/gmon_out.h presence... yes
2025-08-20T21:53:19.8730690Z [00:04:13.125]➜  x86_64-unknown-linux-musl-binutils> checking for sys/gmon_out.h... yes
2025-08-20T21:53:19.9655407Z [00:04:13.215]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_buf.pico ---
2025-08-20T21:53:19.9657176Z [00:04:13.215]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash_buf.pico
2025-08-20T21:53:19.9825124Z [00:04:13.229]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_log2.pico ---
2025-08-20T21:53:19.9829966Z [00:04:13.229]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash_log2.pico
2025-08-20T21:53:19.9835300Z [00:04:13.229]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_page.pico ---
2025-08-20T21:53:19.9837868Z [00:04:13.229]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/hash_page.pico
2025-08-20T21:53:19.9842461Z [00:04:13.229]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/hash_page.c -o hash_page.pico
2025-08-20T21:53:19.9961125Z [00:04:13.242]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbmdatum.pico ---
2025-08-20T21:53:20.0014826Z [00:04:13.250]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/ndbmdatum.pico
2025-08-20T21:53:20.0026482Z [00:04:13.250]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/ndbmdatum.c -o ndbmdatum.pico
2025-08-20T21:53:20.0255703Z [00:04:13.274]➜  x86_64-unknown-linux-musl-binutils> checking for a known getopt prototype in unistd.h... yes
2025-08-20T21:53:20.1041211Z [00:04:13.356]➜  x86_64-unknown-linux-musl-binutils> checking whether basename is declared... yes
2025-08-20T21:53:20.2002432Z [00:04:13.452]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- bt_split.pico ---
2025-08-20T21:53:20.2004710Z [00:04:13.452]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  bt_split.pico
2025-08-20T21:53:20.2165270Z [00:04:13.466]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbm.pico ---
2025-08-20T21:53:20.2285228Z [00:04:13.477]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/ndbm.pico
2025-08-20T21:53:20.2357517Z [00:04:13.477]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/hash/ndbm.c -o ndbm.pico
2025-08-20T21:53:20.3455843Z [00:04:13.597]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbmdatum.pico ---
2025-08-20T21:53:20.3457899Z [00:04:13.597]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  ndbmdatum.pico
2025-08-20T21:53:20.3573516Z [00:04:13.609]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mpool.pico ---
2025-08-20T21:53:20.3597932Z [00:04:13.611]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/mpool.pico
2025-08-20T21:53:20.3606043Z [00:04:13.612]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/mpool/mpool.c -o mpool.pico
2025-08-20T21:53:20.3766330Z [00:04:13.625]➜  x86_64-unknown-linux-musl-binutils> checking for library containing fabs... yes
2025-08-20T21:53:20.3971704Z [00:04:13.647]➜  x86_64-unknown-linux-musl-binutils> checking for uintptr_t... yes
2025-08-20T21:53:20.4685387Z [00:04:13.715]➜  x86_64-unknown-linux-musl-binutils> checking for fseeko... yes
2025-08-20T21:53:20.5001375Z [00:04:13.752]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- ndbm.pico ---
2025-08-20T21:53:20.5003543Z [00:04:13.752]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  ndbm.pico
2025-08-20T21:53:20.5134776Z [00:04:13.764]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_bigkey.pico ---
2025-08-20T21:53:20.5154930Z [00:04:13.764]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash_bigkey.pico
2025-08-20T21:53:20.5157132Z [00:04:13.765]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_close.pico ---
2025-08-20T21:53:20.5158666Z [00:04:13.767]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_delete.pico ---
2025-08-20T21:53:20.5385300Z [00:04:13.785]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_close.pico ---
2025-08-20T21:53:20.5539905Z [00:04:13.785]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_close.pico
2025-08-20T21:53:20.5657077Z [00:04:13.785]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_close.c -o rec_close.pico
2025-08-20T21:53:20.5661091Z [00:04:13.785]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_delete.pico ---
2025-08-20T21:53:20.5662749Z [00:04:13.785]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_delete.pico
2025-08-20T21:53:20.5667066Z [00:04:13.785]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_delete.c -o rec_delete.pico
2025-08-20T21:53:20.9429933Z [00:04:14.195]➜  x86_64-unknown-linux-musl-binutils> checking whether ffs is declared... yes
2025-08-20T21:53:20.9962816Z [00:04:14.248]➜  x86_64-unknown-linux-musl-binutils> checking for fseeko64... yes
2025-08-20T21:53:21.0127930Z [00:04:14.264]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:53:21.0176156Z [00:04:14.269]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_close.pico ---
2025-08-20T21:53:21.0181542Z [00:04:14.269]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_close.pico
2025-08-20T21:53:21.0295866Z [00:04:14.281]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_get.pico ---
2025-08-20T21:53:21.0315591Z [00:04:14.283]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_get.pico
2025-08-20T21:53:21.0378631Z [00:04:14.289]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_get.c -o rec_get.pico
2025-08-20T21:53:21.0635432Z [00:04:14.315]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_delete.pico ---
2025-08-20T21:53:21.0640985Z [00:04:14.315]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_delete.pico
2025-08-20T21:53:21.1066664Z [00:04:14.353]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_open.pico ---
2025-08-20T21:53:21.1116608Z [00:04:14.353]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_open.pico
2025-08-20T21:53:21.1120436Z [00:04:14.353]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_open.c -o rec_open.pico
2025-08-20T21:53:21.1162708Z [00:04:14.361]➜  x86_64-unknown-linux-musl-binutils> checking whether asprintf is declared... -lm
2025-08-20T21:53:21.1415076Z [00:04:14.386]➜  x86_64-unknown-linux-musl-binutils> config.status: creating config.h
2025-08-20T21:53:21.2329960Z [00:04:14.485]➜  x86_64-unknown-linux-musl-binutils> config.status: executing depfiles commands
2025-08-20T21:53:21.3105119Z [00:04:14.562]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- mpool.pico ---
2025-08-20T21:53:21.3155160Z [00:04:14.562]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  mpool.pico
2025-08-20T21:53:21.3229556Z [00:04:14.575]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_put.pico ---
2025-08-20T21:53:21.3247310Z [00:04:14.576]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_put.pico
2025-08-20T21:53:21.3251173Z [00:04:14.576]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_put.c -o rec_put.pico
2025-08-20T21:53:21.3350416Z [00:04:14.587]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:21.3523736Z [00:04:14.604]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash.pico ---
2025-08-20T21:53:21.3525282Z [00:04:14.604]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash.pico
2025-08-20T21:53:21.3705627Z [00:04:14.617]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_search.pico ---
2025-08-20T21:53:21.3754170Z [00:04:14.624]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_search.pico
2025-08-20T21:53:21.3758427Z [00:04:14.624]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_search.c -o rec_search.pico
2025-08-20T21:53:21.4755613Z [00:04:14.727]➜  x86_64-unknown-linux-musl-binutils> checking for ssize_t... yes
2025-08-20T21:53:21.4959792Z [00:04:14.748]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:21.5150975Z [00:04:14.766]➜  x86_64-unknown-linux-musl-binutils> checking whether vasprintf is declared... config.status: executing libtool commands
2025-08-20T21:53:21.6921498Z [00:04:14.944]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_open.pico ---
2025-08-20T21:53:21.6923622Z [00:04:14.944]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_open.pico
2025-08-20T21:53:21.7145517Z [00:04:14.960]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_seq.pico ---
2025-08-20T21:53:21.7158029Z [00:04:14.963]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_seq.pico
2025-08-20T21:53:21.7161956Z [00:04:14.964]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_seq.c -o rec_seq.pico
2025-08-20T21:53:21.7910691Z [00:04:15.043]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_search.pico ---
2025-08-20T21:53:21.7912424Z [00:04:15.043]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_search.pico
2025-08-20T21:53:21.8074954Z [00:04:15.057]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_utils.pico ---
2025-08-20T21:53:21.8145387Z [00:04:15.064]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   compile  compat/rec_utils.pico
2025-08-20T21:53:21.8149315Z [00:04:15.064]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -std=gnu99      -fPIE    -I. -I./include -I/build/compat-netbsd-filtered-src/tools/compat -I/build/compat-netbsd-filtered-src/tools/compat/sys  -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE  -c    -fPIC   /build/compat-netbsd-filtered-src/tools/compat/../../lib/libc/db/recno/rec_utils.c -o rec_utils.pico
2025-08-20T21:53:21.9056042Z [00:04:15.157]➜  x86_64-unknown-linux-musl-binutils> checking for getc_unlocked... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
2025-08-20T21:53:21.9348745Z [00:04:15.186]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_get.pico ---
2025-08-20T21:53:21.9356312Z [00:04:15.187]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_get.pico
2025-08-20T21:53:21.9358343Z [00:04:15.187]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- libnbcompat.a ---
2025-08-20T21:53:21.9395798Z [00:04:15.191]➜  x86_64-unknown-linux-musl-binutils> make[1]: Nothing to be done for 'all-target'.
2025-08-20T21:53:21.9445343Z [00:04:15.196]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #     build  compat/libnbcompat.a
2025-08-20T21:53:21.9488718Z [00:04:15.200]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar crs libnbcompat.a `NM=x86_64-unknown-linux-musl-nm echo atoll.o basename.o cdbr.o cdbw.o dirname.o dprintf.o fgetln.o flock.o fparseln.o fpurge.o getcap.o getline.o getmode.o getopt_long.o gettemp.o heapsort.o getsubopt.o issetugid.o lchflags.o lchmod.o lchown.o libyywrap.o md2.o md2hl.o md4c.o md4hl.o md5c.o md5hl.o mi_vector_hash.o mkdtemp.o mkstemp.o pread.o putc_unlocked.o pwcache.o pwrite.o pw_scan.o raise_default_signal.o rb.o reallocarr.o rmd160.o rmd160hl.o regcomp.o regerror.o regexec.o regfree.o setenv.o setgroupent.o setpassent.o setprogname.o sha1.o sha1hl.o sha2.o sha256hl.o sha384hl.o sha512hl.o snprintb.o snprintf.o stat_flags.o strlcat.o strlcpy.o strmode.o strcasecmp.o strncasecmp.o strndup.o strnlen.o strsep.o strsuftoll.o strtoll.o strtoi.o strtou.o unvis.o vis.o err.o errx.o errc.o verr.o verrx.o verrc.o vwarn.o vwarnx.o vwarnc.o warn.o warnx.o warnc.o fts.o glob.o efun.o bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o bt_utils.o db.o dbfile.o hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o ndbmdatum.o ndbm.o mpool.o rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o rec_search.o rec_seq.o rec_utils.o | cat`
2025-08-20T21:53:21.9623839Z [00:04:15.205]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_put.pico ---
2025-08-20T21:53:21.9625519Z [00:04:15.205]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_put.pico
2025-08-20T21:53:21.9630283Z [00:04:15.212]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:21.9649836Z [00:04:15.217]➜  x86_64-unknown-linux-musl-binutils> mkdir -p -- ./ld
2025-08-20T21:53:21.9700339Z [00:04:15.222]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- libnbcompat_p.a ---
2025-08-20T21:53:21.9745588Z [00:04:15.226]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #     build  compat/libnbcompat_p.a
2025-08-20T21:53:21.9871388Z [00:04:15.238]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar crs libnbcompat_p.a `NM=x86_64-unknown-linux-musl-nm echo atoll.po basename.po cdbr.po cdbw.po dirname.po dprintf.po fgetln.po flock.po fparseln.po fpurge.po getcap.po getline.po getmode.po getopt_long.po gettemp.po heapsort.po getsubopt.po issetugid.po lchflags.po lchmod.po lchown.po libyywrap.po md2.po md2hl.po md4c.po md4hl.po md5c.po md5hl.po mi_vector_hash.po mkdtemp.po mkstemp.po pread.po putc_unlocked.po pwcache.po pwrite.po pw_scan.po raise_default_signal.po rb.po reallocarr.po rmd160.po rmd160hl.po regcomp.po regerror.po regexec.po regfree.po setenv.po setgroupent.po setpassent.po setprogname.po sha1.po sha1hl.po sha2.po sha256hl.po sha384hl.po sha512hl.po snprintb.po snprintf.po stat_flags.po strlcat.po strlcpy.po strmode.po strcasecmp.po strncasecmp.po strndup.po strnlen.po strsep.po strsuftoll.po strtoll.po strtoi.po strtou.po unvis.po vis.po err.po errx.po errc.po verr.po verrx.po verrc.po vwarn.po vwarnx.po vwarnc.po warn.po warnx.po warnc.po fts.po glob.po efun.po bt_close.po bt_conv.po bt_debug.po bt_delete.po bt_get.po bt_open.po bt_overflow.po bt_page.po bt_put.po bt_search.po bt_seq.po bt_split.po bt_utils.po db.po dbfile.po hash.po hash_bigkey.po hash_buf.po hash_func.po hash_log2.po hash_page.po ndbmdatum.po ndbm.po mpool.po rec_close.po rec_delete.po rec_get.po rec_open.po rec_put.po rec_search.po rec_seq.po rec_utils.po | cat`
2025-08-20T21:53:21.9894566Z [00:04:15.240]➜  x86_64-unknown-linux-musl-binutils> Configuring in ./ld
2025-08-20T21:53:21.9973512Z [00:04:15.248]➜  x86_64-unknown-linux-musl-binutils> checking whether snprintf is declared... yes
2025-08-20T21:53:22.0411387Z [00:04:15.293]➜  x86_64-unknown-linux-musl-binutils> configure: updating cache ./config.cache
2025-08-20T21:53:22.0752837Z [00:04:15.327]➜  x86_64-unknown-linux-musl-binutils> checking for mkdtemp... checking that generated files are newer than configure... done
2025-08-20T21:53:22.0760974Z [00:04:15.327]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:53:22.0767138Z [00:04:15.328]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- hash_page.pico ---
2025-08-20T21:53:22.0768925Z [00:04:15.328]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  hash_page.pico
2025-08-20T21:53:22.1204745Z [00:04:15.372]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_seq.pico ---
2025-08-20T21:53:22.1211034Z [00:04:15.372]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_seq.pico
2025-08-20T21:53:22.1977341Z [00:04:15.444]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:22.2440988Z [00:04:15.496]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- rec_utils.pico ---
2025-08-20T21:53:22.2442942Z [00:04:15.496]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objcopy -x  rec_utils.pico
2025-08-20T21:53:22.2617871Z [00:04:15.512]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- libnbcompat_pic.a ---
2025-08-20T21:53:22.2726017Z [00:04:15.524]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #     build  compat/libnbcompat_pic.a
2025-08-20T21:53:22.2879149Z [00:04:15.538]➜  compat-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar crs libnbcompat_pic.a `NM=x86_64-unknown-linux-musl-nm echo atoll.pico basename.pico cdbr.pico cdbw.pico dirname.pico dprintf.pico fgetln.pico flock.pico fparseln.pico fpurge.pico getcap.pico getline.pico getmode.pico getopt_long.pico gettemp.pico heapsort.pico getsubopt.pico issetugid.pico lchflags.pico lchmod.pico lchown.pico libyywrap.pico md2.pico md2hl.pico md4c.pico md4hl.pico md5c.pico md5hl.pico mi_vector_hash.pico mkdtemp.pico mkstemp.pico pread.pico putc_unlocked.pico pwcache.pico pwrite.pico pw_scan.pico raise_default_signal.pico rb.pico reallocarr.pico rmd160.pico rmd160hl.pico regcomp.pico regerror.pico regexec.pico regfree.pico setenv.pico setgroupent.pico setpassent.pico setprogname.pico sha1.pico sha1hl.pico sha2.pico sha256hl.pico sha384hl.pico sha512hl.pico snprintb.pico snprintf.pico stat_flags.pico strlcat.pico strlcpy.pico strmode.pico strcasecmp.pico strncasecmp.pico strndup.pico strnlen.pico strsep.pico strsuftoll.pico strtoll.pico strtoi.pico strtou.pico unvis.pico vis.pico err.pico errx.pico errc.pico verr.pico verrx.pico verrc.pico vwarn.pico vwarnx.pico vwarnc.pico warn.pico warnx.pico warnc.pico fts.pico glob.pico efun.pico bt_close.pico bt_conv.pico bt_debug.pico bt_delete.pico bt_get.pico bt_open.pico bt_overflow.pico bt_page.pico bt_put.pico bt_search.pico bt_seq.pico bt_split.pico bt_utils.pico db.pico dbfile.pico hash.pico hash_bigkey.pico hash_buf.pico hash_func.pico hash_log2.pico hash_page.pico ndbmdatum.pico ndbm.pico mpool.pico rec_close.pico rec_delete.pico rec_get.pico rec_open.pico rec_put.pico rec_search.pico rec_seq.pico rec_utils.pico | cat`
2025-08-20T21:53:22.3499916Z [00:04:15.599]➜  x86_64-unknown-linux-musl-binutils> checking for pid_t... yes
2025-08-20T21:53:22.4235422Z [00:04:15.673]➜  x86_64-unknown-linux-musl-binutils> checking whether vsnprintf is declared... yes
2025-08-20T21:53:22.4405584Z [00:04:15.689]➜  compat-netbsd-static-x86_64-unknown-linux-musl> buildPhase completed in 38 seconds
2025-08-20T21:53:22.4412708Z [00:04:15.689]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:53:22.4622257Z [00:04:15.713]➜  compat-netbsd-static-x86_64-unknown-linux-musl> includes flags: MANDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man INCSDIR=/nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include -j 5 LOCALEDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/locale DOCDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/doc INFODIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/info SHAREDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share SHLIBDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib LIBDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib BINDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/bin STRIP=x86_64-unknown-linux-musl-strip LD=x86_64-unknown-linux-musl-ld CXX=x86_64-unknown-linux-musl-g++ CPP=x86_64-unknown-linux-musl-cpp CC=x86_64-unknown-linux-musl-gcc AR=x86_64-unknown-linux-musl-ar MACHINE_ARCH=x86_64 MACHINE=amd64 MKSOFTFLOAT=no INSTALL=/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install DATADIR=\$\(dev\)/share LORDER=echo TSORT=cat MKSHARE=no INSTALL_FILE=\$\{INSTALL\}\ \$\{COPY\}\ \$\{PRESERVE\}\ \$\{RENAME\} INSTALL_DIR=\$\{INSTALL\}\ -d INSTALL_SYMLINK=\$\{INSTALL\}\ \$\{SYMLINK\}\ \$\{RENAME\} includes
2025-08-20T21:53:22.6887756Z [00:04:15.939]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/sys ---
2025-08-20T21:53:22.7016408Z [00:04:15.953]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/machine ---
2025-08-20T21:53:22.7097893Z [00:04:15.959]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/rpc ---
2025-08-20T21:53:22.7179508Z [00:04:15.963]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/arpa ---
2025-08-20T21:53:22.7197970Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/sys ---
2025-08-20T21:53:22.7200878Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/sys
2025-08-20T21:53:22.7204538Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -d /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/sys
2025-08-20T21:53:22.7210764Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/machine ---
2025-08-20T21:53:22.7213898Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/machine
2025-08-20T21:53:22.7217428Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -d /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/machine
2025-08-20T21:53:22.7220701Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/arpa ---
2025-08-20T21:53:22.7229023Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/arpa
2025-08-20T21:53:22.7232579Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -d /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/arpa
2025-08-20T21:53:22.7236519Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/rpc ---
2025-08-20T21:53:22.7239637Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/rpc
2025-08-20T21:53:22.7243605Z [00:04:15.971]➜  compat-netbsd-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -d /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/rpc
2025-08-20T21:53:22.7246896Z [00:04:15.975]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/nbtool_config.h ---
2025-08-20T21:53:22.7252634Z [00:04:15.977]➜  x86_64-unknown-linux-musl-binutils> checking for mkstemp... yes
2025-08-20T21:53:22.7329421Z [00:04:15.985]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/nbtool_config.h
2025-08-20T21:53:22.7332861Z [00:04:15.985]➜  compat-netbsd-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  -D nbtool_config.h /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include/nbtool_config.h
2025-08-20T21:53:22.7504808Z [00:04:15.999]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- includes ---
2025-08-20T21:53:22.7869889Z [00:04:16.039]➜  x86_64-unknown-linux-musl-binutils> checking whether strverscmp is declared... yes
2025-08-20T21:53:22.7905958Z [00:04:16.040]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:22.8296841Z [00:04:16.080]➜  compat-netbsd-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash MANDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man INCSDIR=/nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/include -j 5 LOCALEDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/locale DOCDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/doc INFODIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share/info SHAREDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/share SHLIBDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib LIBDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib BINDIR=/nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/bin STRIP=x86_64-unknown-linux-musl-strip LD=x86_64-unknown-linux-musl-ld CXX=x86_64-unknown-linux-musl-g++ CPP=x86_64-unknown-linux-musl-cpp CC=x86_64-unknown-linux-musl-gcc AR=x86_64-unknown-linux-musl-ar MACHINE_ARCH=x86_64 MACHINE=amd64 MKSOFTFLOAT=no INSTALL=/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install DATADIR=\$\(dev\)/share LORDER=echo TSORT=cat MKSHARE=no INSTALL_FILE=\$\{INSTALL\}\ \$\{COPY\}\ \$\{PRESERVE\}\ \$\{RENAME\} INSTALL_DIR=\$\{INSTALL\}\ -d INSTALL_SYMLINK=\$\{INSTALL\}\ \$\{SYMLINK\}\ \$\{RENAME\} install
2025-08-20T21:53:22.9777587Z [00:04:16.229]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib/libnbcompat.a ---
2025-08-20T21:53:22.9854519Z [00:04:16.237]➜  x86_64-unknown-linux-musl-binutils> checking for library containing strerror... checking for utimensat... yes
2025-08-20T21:53:22.9857350Z [00:04:16.237]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib/libnbcompat_p.a ---
2025-08-20T21:53:22.9897081Z [00:04:16.241]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib/libnbcompat.a ---
2025-08-20T21:53:22.9900036Z [00:04:16.241]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib/libnbcompat.a
2025-08-20T21:53:22.9904167Z [00:04:16.241]➜  compat-netbsd-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  -D   -m 444   libnbcompat.a /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib/libnbcompat.a
2025-08-20T21:53:22.9907599Z [00:04:16.241]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib/libnbcompat_p.a ---
2025-08-20T21:53:22.9910362Z [00:04:16.241]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib/libnbcompat_p.a
2025-08-20T21:53:22.9914006Z [00:04:16.241]➜  compat-netbsd-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  -D   -m 444   libnbcompat_p.a /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib/libnbcompat_p.a
2025-08-20T21:53:22.9991054Z [00:04:16.251]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/share/defs.mk ---
2025-08-20T21:53:23.0016468Z [00:04:16.253]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- includes ---
2025-08-20T21:53:23.0098742Z [00:04:16.262]➜  x86_64-unknown-linux-musl-binutils> configure: creating cache ./config.cache
2025-08-20T21:53:23.0105811Z [00:04:16.262]➜  compat-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/share/defs.mk ---
2025-08-20T21:53:23.0108813Z [00:04:16.262]➜  compat-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/share/defs.mk
2025-08-20T21:53:23.0115962Z [00:04:16.262]➜  compat-netbsd-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -d /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/share
2025-08-20T21:53:23.0119939Z [00:04:16.262]➜  compat-netbsd-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  -D defs.mk /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/share/defs.mk
2025-08-20T21:53:23.0391692Z [00:04:16.291]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:23.0868578Z [00:04:16.338]➜  x86_64-unknown-linux-musl-binutils> checking for utimes... checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:53:23.1062558Z [00:04:16.358]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:53:23.1125070Z [00:04:16.364]➜  x86_64-unknown-linux-musl-binutils> checking target system type... none required
2025-08-20T21:53:23.1366492Z [00:04:16.388]➜  x86_64-unknown-linux-musl-binutils> checking for asprintf... x86_64-unknown-linux-musl
2025-08-20T21:53:23.1368686Z [00:04:16.388]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:53:23.1670074Z [00:04:16.414]➜  x86_64-unknown-linux-musl-binutils> checking whether build environment is sane... checking how to run the C++ preprocessor... yes
2025-08-20T21:53:23.1732112Z [00:04:16.425]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:53:23.2021841Z [00:04:16.454]➜  x86_64-unknown-linux-musl-binutils> checking for a thread-safe mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:53:23.2024428Z [00:04:16.454]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:53:23.2298731Z [00:04:16.479]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_access  AccessExample.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:23.2486379Z [00:04:16.500]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... yes
2025-08-20T21:53:23.2529473Z [00:04:16.504]➜  compat-netbsd-static-x86_64-unknown-linux-musl> Patching '/nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/lib/pkgconfig/libbsd-overlay.pc' includedir to output /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev
2025-08-20T21:53:23.2680181Z [00:04:16.520]➜  compat-netbsd-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2
2025-08-20T21:53:23.2728747Z [00:04:16.525]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2...
2025-08-20T21:53:23.2811948Z [00:04:16.533]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... yes
2025-08-20T21:53:23.3188842Z [00:04:16.570]➜  compat-netbsd-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2
2025-08-20T21:53:23.3256446Z [00:04:16.575]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... (cached) yes
2025-08-20T21:53:23.3263743Z [00:04:16.575]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:53:23.3265142Z [00:04:16.575]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:53:23.3367059Z [00:04:16.588]➜  compat-netbsd-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/b3vr4n26r1j0n91nay883karp11gy4dw-compat-netbsd-static-x86_64-unknown-linux-musl-9.2/lib
2025-08-20T21:53:23.3454429Z [00:04:16.591]➜  x86_64-unknown-linux-musl-binutils> g++ -E
2025-08-20T21:53:23.3631069Z [00:04:16.615]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:23.4228536Z [00:04:16.674]➜  x86_64-unknown-linux-musl-binutils> checking for mbstate_t... yes
2025-08-20T21:53:23.5522922Z [00:04:16.803]➜  x86_64-unknown-linux-musl-binutils> checking for atexit... yes
2025-08-20T21:53:23.6257150Z [00:04:16.877]➜  compat-netbsd-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev
2025-08-20T21:53:23.6574410Z [00:04:16.909]➜  compat-netbsd-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev...
2025-08-20T21:53:23.6618032Z [00:04:16.913]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... checking for struct stat.st_atim.tv_nsec... checking unordered_set usability... yes
2025-08-20T21:53:23.7138006Z [00:04:16.965]➜  x86_64-unknown-linux-musl-binutils> checking for basename... yes
2025-08-20T21:53:23.7235582Z [00:04:16.973]➜  compat-netbsd-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev
2025-08-20T21:53:23.7311920Z [00:04:16.983]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_access AccessExample.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:23.7492103Z [00:04:17.001]➜  compat-netbsd-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/b748nc9gylc87k7klns8s53qk3jzahij-compat-netbsd-static-x86_64-unknown-linux-musl-9.2-dev/lib
2025-08-20T21:53:23.7938853Z [00:04:17.045]➜  x86_64-unknown-linux-musl-binutils> checking whether struct stat.st_atim is of type struct timespec... yes
2025-08-20T21:53:23.7940932Z [00:04:17.045]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:53:23.9345500Z [00:04:17.183]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables... yes
2025-08-20T21:53:24.6134136Z [00:04:17.865]➜  building '/nix/store/z7y7w239k2968xyz7kd547mnax64hdpk-gzip-static-x86_64-unknown-linux-musl-1.14.drv'...
2025-08-20T21:53:24.6149740Z [00:04:17.867]➜  x86_64-unknown-linux-musl-binutils> checking for library containing frexp... yes
2025-08-20T21:53:24.6196037Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> checking for bcmp... config.status: creating Makefile
2025-08-20T21:53:24.6197602Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile.in
2025-08-20T21:53:24.6198819Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> 
2025-08-20T21:53:24.6199859Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> config.status: creating gconfig.h
2025-08-20T21:53:24.6201433Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... config.status: executing depfiles commands
2025-08-20T21:53:24.6203065Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:24.6204263Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> none required
2025-08-20T21:53:24.6205621Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> checking for LC_MESSAGES... checking for bcopy... no
2025-08-20T21:53:24.6207413Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... config.status: executing libtool commands
2025-08-20T21:53:24.6208699Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:24.6209922Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> checking for a known getopt prototype in unistd.h... yes
2025-08-20T21:53:24.6211577Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> checking for bsearch... config.status: executing default-1 commands
2025-08-20T21:53:24.6212816Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> o
2025-08-20T21:53:24.6214329Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... config.status: creating po/POTFILES
2025-08-20T21:53:24.6244162Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile
2025-08-20T21:53:24.6245521Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-2 commands
2025-08-20T21:53:24.6246752Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/POTFILES
2025-08-20T21:53:24.6247702Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:24.6248824Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> checking for utime.h... config.status: creating po/Makefile
2025-08-20T21:53:24.6249897Z [00:04:17.871]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:24.6251041Z [00:04:17.871]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-parse.o
2025-08-20T21:53:24.6252332Z [00:04:17.871]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:24.6253833Z [00:04:17.871]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:24.6255098Z [00:04:17.871]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp-parse.c:27:
2025-08-20T21:53:24.6257626Z [00:04:17.871]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:24.6259707Z [00:04:17.871]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:24.6260655Z [00:04:17.871]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:24.6664438Z [00:04:17.918]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:53:24.6858149Z [00:04:17.937]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... yes
2025-08-20T21:53:24.7088857Z [00:04:17.961]➜  x86_64-unknown-linux-musl-binutils> checking whether environ is declared... yes
2025-08-20T21:53:24.7199383Z [00:04:17.972]➜  db-static-x86_64-unknown-linux-musl> :  excxx_access
2025-08-20T21:53:24.7204493Z [00:04:17.972]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/BtRecExample.cpp
2025-08-20T21:53:24.7585478Z [00:04:18.009]➜  gzip-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:53:24.7790099Z [00:04:18.031]➜  gzip-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/14iyrl7hzinpfn9ijq1kx2pmwb9bcvaw-gzip-1.14.tar.xz
2025-08-20T21:53:24.8072771Z [00:04:18.059]➜  x86_64-unknown-linux-musl-binutils> checking for bzero... make[2]: Entering directory '/build/build/libsframe'
2025-08-20T21:53:24.8177243Z [00:04:18.069]➜  x86_64-unknown-linux-musl-binutils> make  all-am
2025-08-20T21:53:24.8227536Z [00:04:18.075]➜  x86_64-unknown-linux-musl-binutils> none needed
2025-08-20T21:53:24.8299005Z [00:04:18.082]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... make[3]: Entering directory '/build/build/libsframe'
2025-08-20T21:53:24.8369441Z [00:04:18.089]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/BtRecExample.cpp -o BtRecExample.o
2025-08-20T21:53:24.8426958Z [00:04:18.094]➜  x86_64-unknown-linux-musl-binutils>   CC       libsframe_la-sframe.lo
2025-08-20T21:53:24.9635388Z [00:04:18.210]➜  gzip-static-x86_64-unknown-linux-musl> source root is gzip-1.14
2025-08-20T21:53:24.9792903Z [00:04:18.231]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:24.9842329Z [00:04:18.236]➜  gzip-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1744256887 of file "gzip-1.14/ChangeLog"
2025-08-20T21:53:24.9876253Z [00:04:18.239]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:24.9960827Z [00:04:18.248]➜  gzip-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:53:25.0117458Z [00:04:18.263]➜  x86_64-unknown-linux-musl-binutils> checking for style of include used by make... checking whether getc_unlocked is declared... GNU
2025-08-20T21:53:25.0211214Z [00:04:18.273]➜  x86_64-unknown-linux-musl-binutils> checking dependency style of gcc... yes
2025-08-20T21:53:25.0226107Z [00:04:18.274]➜  gzip-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:53:25.0463139Z [00:04:18.295]➜  gzip-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:53:25.0635397Z [00:04:18.312]➜  gzip-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:53:25.0755182Z [00:04:18.325]➜  gzip-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:53:25.0895127Z [00:04:18.341]➜  x86_64-unknown-linux-musl-binutils> checking for calloc... yes
2025-08-20T21:53:25.1049338Z [00:04:18.352]➜  gzip-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:53:25.1054854Z [00:04:18.357]➜  gzip-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:53:25.1336126Z [00:04:18.385]➜  gzip-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:53:25.2514209Z [00:04:18.503]➜  x86_64-unknown-linux-musl-binutils> checking unordered_set presence... gcc3
2025-08-20T21:53:25.2854546Z [00:04:18.537]➜  gzip-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:53:25.2965263Z [00:04:18.546]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:25.3076128Z [00:04:18.559]➜  gzip-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:53:25.3903697Z [00:04:18.641]➜  gzip-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14 --bindir=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin --sbindir=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/sbin --includedir=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/include --mandir=/nix/store/05kizbszlh5kwwax8hiy0sp0s67y6833-gzip-static-x86_64-unknown-linux-musl-1.14-man/share/man --infodir=/nix/store/xn82ymvvvk5jmjnr2hj41a4jr96dhv6x-gzip-static-x86_64-unknown-linux-musl-1.14-info/share/info --docdir=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/share/doc/gzip --libdir=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/lib --libexecdir=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/libexec --localedir=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:53:25.4611361Z [00:04:18.712]➜  x86_64-unknown-linux-musl-binutils> checking whether stpcpy is declared... yes
2025-08-20T21:53:25.5700705Z [00:04:18.822]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C++ compiler... checking for clock... yes
2025-08-20T21:53:25.5706444Z [00:04:18.822]➜  x86_64-unknown-linux-musl-binutils> checking for unordered_set... yes
2025-08-20T21:53:25.6124077Z [00:04:18.864]➜  x86_64-unknown-linux-musl-binutils> checking unordered_map usability... yes
2025-08-20T21:53:25.6185431Z [00:04:18.870]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ accepts -g... yes
2025-08-20T21:53:25.7087377Z [00:04:18.960]➜  gzip-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
2025-08-20T21:53:25.7969499Z [00:04:19.048]➜  x86_64-unknown-linux-musl-binutils> checking whether strnlen is declared... yes
2025-08-20T21:53:25.8231056Z [00:04:19.075]➜  x86_64-unknown-linux-musl-binutils> checking dependency style of g++... yes
2025-08-20T21:53:25.8899074Z [00:04:19.142]➜  x86_64-unknown-linux-musl-binutils> checking for ffs... gcc3
2025-08-20T21:53:25.9075809Z [00:04:19.155]➜  x86_64-unknown-linux-musl-binutils> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:53:25.9581487Z [00:04:19.210]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-pin.o
2025-08-20T21:53:25.9720291Z [00:04:19.223]➜  gzip-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:53:25.9813894Z [00:04:19.232]➜  gzip-static-x86_64-unknown-linux-musl> checking whether sleep supports fractional seconds... yes
2025-08-20T21:53:25.9990624Z [00:04:19.248]➜  x86_64-unknown-linux-musl-binutils> checking how to run the C preprocessor... yes
2025-08-20T21:53:26.0076646Z [00:04:19.259]➜  x86_64-unknown-linux-musl-binutils> checking for libzstd >= 1.4.0... no
2025-08-20T21:53:26.0078058Z [00:04:19.259]➜  x86_64-unknown-linux-musl-binutils> checking for msgpack... no
2025-08-20T21:53:26.0644050Z [00:04:19.316]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-pv.o
2025-08-20T21:53:26.0996316Z [00:04:19.351]➜  x86_64-unknown-linux-musl-binutils> checking iconv.h usability... gcc -E
2025-08-20T21:53:26.1470006Z [00:04:19.399]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:26.1711033Z [00:04:19.423]➜  gzip-static-x86_64-unknown-linux-musl> checking filesystem timestamp resolution... 0.01
2025-08-20T21:53:26.1855526Z [00:04:19.436]➜  gzip-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:53:26.1907587Z [00:04:19.442]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-pvh.o
2025-08-20T21:53:26.2127236Z [00:04:19.464]➜  gzip-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:53:26.2183498Z [00:04:19.470]➜  gzip-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:53:26.2190927Z [00:04:19.471]➜  gzip-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:53:26.2475681Z [00:04:19.499]➜  gzip-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:53:26.2685641Z [00:04:19.519]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:26.2691095Z [00:04:19.519]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./getopt.h:84,
2025-08-20T21:53:26.2692623Z [00:04:19.519]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp.h:29,
2025-08-20T21:53:26.2694396Z [00:04:19.519]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp-pvh.c:23:
2025-08-20T21:53:26.2697212Z [00:04:19.519]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:26.2710017Z [00:04:19.519]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:26.2712414Z [00:04:19.519]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:26.2714345Z [00:04:19.523]➜  gzip-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:53:26.2910530Z [00:04:19.543]➜  x86_64-unknown-linux-musl-binutils> checking for getcwd... checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:53:26.2954738Z [00:04:19.547]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-xinl.o
2025-08-20T21:53:26.2986663Z [00:04:19.550]➜  gzip-static-x86_64-unknown-linux-musl> checking xargs -n works... yes
2025-08-20T21:53:26.3062782Z [00:04:19.558]➜  gzip-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:53:26.3288441Z [00:04:19.580]➜  x86_64-unknown-linux-musl-binutils> checking for ANSI C header files... yes
2025-08-20T21:53:26.3868600Z [00:04:19.638]➜  x86_64-unknown-linux-musl-binutils> checking iconv.h presence... yes
2025-08-20T21:53:26.3870832Z [00:04:19.639]➜  x86_64-unknown-linux-musl-binutils> checking for iconv.h... yes
2025-08-20T21:53:26.4061238Z [00:04:19.658]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:26.4062848Z [00:04:19.658]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./getopt.h:84,
2025-08-20T21:53:26.4064827Z [00:04:19.658]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp.h:29,
2025-08-20T21:53:26.4066292Z [00:04:19.658]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp-xinl.c:37:
2025-08-20T21:53:26.4069061Z [00:04:19.658]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:26.4074642Z [00:04:19.658]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:26.4090884Z [00:04:19.658]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:26.4692848Z [00:04:19.721]➜  x86_64-unknown-linux-musl-binutils> checking for iconv... yes
2025-08-20T21:53:26.5085289Z [00:04:19.757]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-argp-version-etc.o
2025-08-20T21:53:26.5785794Z [00:04:19.827]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:26.5787529Z [00:04:19.827]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./getopt.h:84,
2025-08-20T21:53:26.5789030Z [00:04:19.827]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./argp.h:29,
2025-08-20T21:53:26.5790386Z [00:04:19.827]➜  gnutar-static-x86_64-unknown-linux-musl>                  from argp-version-etc.c:19:
2025-08-20T21:53:26.5793412Z [00:04:19.827]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:26.5796322Z [00:04:19.827]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:26.5798977Z [00:04:19.827]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:26.6369203Z [00:04:19.889]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-openat-proc.o
2025-08-20T21:53:26.6398141Z [00:04:19.892]➜  gzip-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:53:26.6405239Z [00:04:19.892]➜  gzip-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:53:26.7259601Z [00:04:19.978]➜  x86_64-unknown-linux-musl-binutils> checking for getpagesize... yes
2025-08-20T21:53:26.7650176Z [00:04:20.016]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:26.7704832Z [00:04:20.016]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:26.7706084Z [00:04:20.016]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:26.7707264Z [00:04:20.016]➜  gnutar-static-x86_64-unknown-linux-musl>                  from openat-proc.c:26:
2025-08-20T21:53:26.7709742Z [00:04:20.016]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:26.7712291Z [00:04:20.016]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:26.7713829Z [00:04:20.016]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:26.7734994Z [00:04:20.025]➜  x86_64-unknown-linux-musl-binutils> checking for working iconv... yes
2025-08-20T21:53:26.8405322Z [00:04:20.090]➜  gzip-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:53:26.8476688Z [00:04:20.096]➜  gzip-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:53:26.8543848Z [00:04:20.106]➜  x86_64-unknown-linux-musl-binutils> checking for gettimeofday... yes
2025-08-20T21:53:26.9037407Z [00:04:20.155]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... yes
2025-08-20T21:53:26.9336356Z [00:04:20.185]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-backupfile.o
2025-08-20T21:53:26.9566055Z [00:04:20.208]➜  gzip-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:53:27.0027520Z [00:04:20.254]➜  x86_64-unknown-linux-musl-binutils> checking unordered_map presence...   CC       libsframe_la-sframe-dump.lo
2025-08-20T21:53:27.0397168Z [00:04:20.291]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:27.0398853Z [00:04:20.291]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:27.0400097Z [00:04:20.291]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:27.0401301Z [00:04:20.291]➜  gnutar-static-x86_64-unknown-linux-musl>                  from backupfile.h:28,
2025-08-20T21:53:27.0402536Z [00:04:20.291]➜  gnutar-static-x86_64-unknown-linux-musl>                  from backup-internal.h:18,
2025-08-20T21:53:27.0404044Z [00:04:20.291]➜  gnutar-static-x86_64-unknown-linux-musl>                  from backupfile.c:23:
2025-08-20T21:53:27.0406561Z [00:04:20.291]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:27.0409411Z [00:04:20.291]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:27.0410885Z [00:04:20.291]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:27.0515355Z [00:04:20.303]➜  gzip-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:53:27.0578640Z [00:04:20.310]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:27.0931965Z [00:04:20.345]➜  x86_64-unknown-linux-musl-binutils> checking for sys/stat.h... yes
2025-08-20T21:53:27.1371220Z [00:04:20.389]➜  x86_64-unknown-linux-musl-binutils> checking for index... yes
2025-08-20T21:53:27.1615490Z [00:04:20.410]➜  gzip-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:53:27.1905706Z [00:04:20.442]➜  x86_64-unknown-linux-musl-binutils> checking whether iconv is compatible with its POSIX signature... yes
2025-08-20T21:53:27.2400180Z [00:04:20.491]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... yes
2025-08-20T21:53:27.2401289Z [00:04:20.491]➜  x86_64-unknown-linux-musl-binutils> checking for unordered_map... yes
2025-08-20T21:53:27.2789202Z [00:04:20.531]➜  x86_64-unknown-linux-musl-binutils> checking tr1/unordered_set usability... yes
2025-08-20T21:53:27.2986042Z [00:04:20.550]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:27.3779116Z [00:04:20.630]➜  x86_64-unknown-linux-musl-binutils> checking for string.h... yes
2025-08-20T21:53:27.3789163Z [00:04:20.631]➜  gzip-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C23 features... -std=gnu23
2025-08-20T21:53:27.4201228Z [00:04:20.672]➜  x86_64-unknown-linux-musl-binutils> configure: updating cache ./config.cache
2025-08-20T21:53:27.4257732Z [00:04:20.677]➜  x86_64-unknown-linux-musl-binutils>   CC       libsframe_la-sframe-error.lo
2025-08-20T21:53:27.4388212Z [00:04:20.689]➜  x86_64-unknown-linux-musl-binutils> checking that generated files are newer than configure... done
2025-08-20T21:53:27.4389790Z [00:04:20.689]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:53:27.5056843Z [00:04:20.757]➜  x86_64-unknown-linux-musl-binutils> checking for insque... yes
2025-08-20T21:53:27.5262368Z [00:04:20.778]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_btrec  BtRecExample.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:27.5328043Z [00:04:20.784]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-backup-find.o
2025-08-20T21:53:27.5494048Z [00:04:20.801]➜  gzip-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc -std=gnu23 understands -c and -o together... yes
2025-08-20T21:53:27.6136597Z [00:04:20.862]➜  x86_64-unknown-linux-musl-binutils> checking for memory.h...   CCLD     libsframe.la
2025-08-20T21:53:27.6195750Z [00:04:20.871]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:27.6197166Z [00:04:20.871]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:27.6198409Z [00:04:20.871]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:27.6199534Z [00:04:20.871]➜  gnutar-static-x86_64-unknown-linux-musl>                  from backupfile.h:28,
2025-08-20T21:53:27.6200695Z [00:04:20.871]➜  gnutar-static-x86_64-unknown-linux-musl>                  from backup-internal.h:18,
2025-08-20T21:53:27.6201858Z [00:04:20.871]➜  gnutar-static-x86_64-unknown-linux-musl>                  from backup-find.c:20:
2025-08-20T21:53:27.6204552Z [00:04:20.871]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:27.6207053Z [00:04:20.871]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:27.6208140Z [00:04:20.871]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:27.6415069Z [00:04:20.891]➜  gzip-static-x86_64-unknown-linux-musl> checking whether the compiler is clang... no
2025-08-20T21:53:27.6416636Z [00:04:20.891]➜  gzip-static-x86_64-unknown-linux-musl> checking for compiler option needed when checking for declarations... none
2025-08-20T21:53:27.6629216Z [00:04:20.915]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:27.6676147Z [00:04:20.919]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:27.6789001Z [00:04:20.931]➜  gzip-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:53:27.6790670Z [00:04:20.931]➜  gzip-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc -std=gnu23... none
2025-08-20T21:53:27.7317151Z [00:04:20.982]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-basename-lgpl.o
2025-08-20T21:53:27.7438714Z [00:04:20.995]➜  gzip-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -std=gnu23 -E
2025-08-20T21:53:27.8273397Z [00:04:21.078]➜  gzip-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:53:27.8275209Z [00:04:21.078]➜  gzip-static-x86_64-unknown-linux-musl> checking for less... no
2025-08-20T21:53:27.8306956Z [00:04:21.082]➜  gzip-static-x86_64-unknown-linux-musl> checking for more... no
2025-08-20T21:53:27.8324106Z [00:04:21.084]➜  gzip-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-nm... x86_64-unknown-linux-musl-nm
2025-08-20T21:53:27.8351502Z [00:04:21.086]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:53:27.8352969Z [00:04:21.086]➜  gzip-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:53:27.8390130Z [00:04:21.091]➜  x86_64-unknown-linux-musl-binutils> checking for memchr... checking for strings.h... yes
2025-08-20T21:53:27.8472329Z [00:04:21.099]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_btrec BtRecExample.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:27.8614543Z [00:04:21.113]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:27.8645229Z [00:04:21.116]➜  gzip-static-x86_64-unknown-linux-musl> checking for a POSIX-compliant shell... /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:53:27.8737788Z [00:04:21.125]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-bitrotate.o
2025-08-20T21:53:27.9125259Z [00:04:21.164]➜  x86_64-unknown-linux-musl-binutils> checking for inttypes.h... checking for memcmp... make[3]: Leaving directory '/build/build/libsframe'
2025-08-20T21:53:27.9138751Z [00:04:21.166]➜  x86_64-unknown-linux-musl-binutils> make[2]: Leaving directory '/build/build/libsframe'
2025-08-20T21:53:27.9156519Z [00:04:21.167]➜  gzip-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:53:27.9623675Z [00:04:21.214]➜  x86_64-unknown-linux-musl-binutils> make[2]: Entering directory '/build/build/etc'
2025-08-20T21:53:27.9629998Z [00:04:21.215]➜  x86_64-unknown-linux-musl-binutils> make[2]: Nothing to be done for 'all'.
2025-08-20T21:53:27.9636226Z [00:04:21.215]➜  x86_64-unknown-linux-musl-binutils> make[2]: Leaving directory '/build/build/etc'
2025-08-20T21:53:27.9814046Z [00:04:21.233]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:27.9858742Z [00:04:21.238]➜  x86_64-unknown-linux-musl-binutils> checking tr1/unordered_set presence... yes
2025-08-20T21:53:27.9921654Z [00:04:21.244]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-btowc.o
2025-08-20T21:53:28.0008235Z [00:04:21.253]➜  gzip-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:53:28.0835426Z [00:04:21.334]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c-ctype.o
2025-08-20T21:53:28.1048955Z [00:04:21.352]➜  gzip-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:53:28.1123056Z [00:04:21.364]➜  x86_64-unknown-linux-musl-binutils> checking for stdint.h... yes
2025-08-20T21:53:28.1384670Z [00:04:21.390]➜  x86_64-unknown-linux-musl-binutils> checking for memcpy... yes
2025-08-20T21:53:28.1774316Z [00:04:21.429]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... yes
2025-08-20T21:53:28.1775946Z [00:04:21.429]➜  x86_64-unknown-linux-musl-binutils> checking for tr1/unordered_set... yes
2025-08-20T21:53:28.1850466Z [00:04:21.437]➜  gzip-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:53:28.2178055Z [00:04:21.469]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c-strcasecmp.o
2025-08-20T21:53:28.2805460Z [00:04:21.530]➜  gzip-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:53:28.3028323Z [00:04:21.554]➜  x86_64-unknown-linux-musl-binutils> checking tr1/unordered_map usability... yes
2025-08-20T21:53:28.3369567Z [00:04:21.589]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c-strncasecmp.o
2025-08-20T21:53:28.3400214Z [00:04:21.592]➜  db-static-x86_64-unknown-linux-musl> :  excxx_btrec
2025-08-20T21:53:28.3421541Z [00:04:21.594]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/EnvExample.cpp
2025-08-20T21:53:28.3460538Z [00:04:21.598]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h usability... yes
2025-08-20T21:53:28.3535325Z [00:04:21.605]➜  gzip-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:53:28.4351654Z [00:04:21.687]➜  gzip-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:53:28.4515940Z [00:04:21.703]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32isalnum.o
2025-08-20T21:53:28.4861000Z [00:04:21.738]➜  x86_64-unknown-linux-musl-binutils> checking for memmem... no
2025-08-20T21:53:28.4863539Z [00:04:21.738]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/EnvExample.cpp -o EnvExample.o
2025-08-20T21:53:28.5245251Z [00:04:21.776]➜  gzip-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:53:28.5694759Z [00:04:21.821]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h presence... no
2025-08-20T21:53:28.5702808Z [00:04:21.822]➜  x86_64-unknown-linux-musl-binutils> checking for minix/config.h... no
2025-08-20T21:53:28.5765225Z [00:04:21.828]➜  x86_64-unknown-linux-musl-binutils> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:53:28.6023073Z [00:04:21.854]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32isalpha.o
2025-08-20T21:53:28.6419021Z [00:04:21.894]➜  gzip-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:53:28.7270705Z [00:04:21.977]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32isblank.o
2025-08-20T21:53:28.7415596Z [00:04:21.993]➜  x86_64-unknown-linux-musl-binutils> checking for memmove... yes
2025-08-20T21:53:28.7445049Z [00:04:21.996]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-pkg-config... no
2025-08-20T21:53:28.7455618Z [00:04:21.997]➜  x86_64-unknown-linux-musl-binutils> checking for pkg-config... no
2025-08-20T21:53:28.7460417Z [00:04:21.998]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:28.7466493Z [00:04:21.998]➜  gzip-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:53:28.7641044Z [00:04:22.016]➜  x86_64-unknown-linux-musl-binutils> checking tr1/unordered_map presence... checking how to print strings... printf
2025-08-20T21:53:28.7689689Z [00:04:22.021]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:53:28.7825450Z [00:04:22.032]➜  x86_64-unknown-linux-musl-binutils> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:53:28.8075099Z [00:04:22.059]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by gcc... ld
2025-08-20T21:53:28.8229326Z [00:04:22.075]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:53:28.8355009Z [00:04:22.085]➜  gzip-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:53:28.8527734Z [00:04:22.104]➜  x86_64-unknown-linux-musl-binutils> checking for mempcpy... yes
2025-08-20T21:53:28.8680197Z [00:04:22.120]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32iscntrl.o
2025-08-20T21:53:28.8978714Z [00:04:22.149]➜  x86_64-unknown-linux-musl-binutils> checking for BSD- or MS-compatible name lister (nm)... config.status: creating Makefile
2025-08-20T21:53:28.9001513Z [00:04:22.152]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:28.9012923Z [00:04:22.153]➜  x86_64-unknown-linux-musl-binutils> checking for tr1/unordered_map... yes
2025-08-20T21:53:28.9254799Z [00:04:22.177]➜  gzip-static-x86_64-unknown-linux-musl> checking for stdbool.h... yes
2025-08-20T21:53:28.9442075Z [00:04:22.196]➜  x86_64-unknown-linux-musl-binutils> checking ext/hash_map usability... grep: write error: Broken pipe
2025-08-20T21:53:28.9488604Z [00:04:22.199]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile.in
2025-08-20T21:53:28.9856740Z [00:04:22.235]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32isdigit.o
2025-08-20T21:53:28.9926109Z [00:04:22.244]➜  x86_64-unknown-linux-musl-binutils> config.status: creating config.h
2025-08-20T21:53:29.0217489Z [00:04:22.273]➜  x86_64-unknown-linux-musl-binutils> config.status: executing depfiles commands
2025-08-20T21:53:29.0363963Z [00:04:22.288]➜  gzip-static-x86_64-unknown-linux-musl> checking for byteswap.h... yes
2025-08-20T21:53:29.0850372Z [00:04:22.337]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32isgraph.o
2025-08-20T21:53:29.0881161Z [00:04:22.340]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:29.1422920Z [00:04:22.394]➜  gzip-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T21:53:29.2205939Z [00:04:22.472]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32islower.o
2025-08-20T21:53:29.2366577Z [00:04:22.485]➜  x86_64-unknown-linux-musl-binutils> checking for memset... /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm
2025-08-20T21:53:29.2447688Z [00:04:22.496]➜  gzip-static-x86_64-unknown-linux-musl> checking for sys/socket.h... yes
2025-08-20T21:53:29.3408810Z [00:04:22.592]➜  gzip-static-x86_64-unknown-linux-musl> checking for dirent.h... yes
2025-08-20T21:53:29.3493885Z [00:04:22.601]➜  x86_64-unknown-linux-musl-binutils> checking the name lister (/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm) interface... BSD nm
2025-08-20T21:53:29.3499567Z [00:04:22.601]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:53:29.3575153Z [00:04:22.607]➜  x86_64-unknown-linux-musl-binutils> checking the maximum length of command line arguments... yes
2025-08-20T21:53:29.3659621Z [00:04:22.618]➜  x86_64-unknown-linux-musl-binutils> 4718592
2025-08-20T21:53:29.3679640Z [00:04:22.620]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands some XSI constructs... yes
2025-08-20T21:53:29.3708215Z [00:04:22.623]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands "+="... yes
2025-08-20T21:53:29.3901432Z [00:04:22.642]➜  x86_64-unknown-linux-musl-binutils> checking for mkstemps... checking for ld option to reload object files... -r
2025-08-20T21:53:29.3907403Z [00:04:22.642]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... objdump
2025-08-20T21:53:29.3916578Z [00:04:22.643]➜  x86_64-unknown-linux-musl-binutils> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:53:29.4135060Z [00:04:22.664]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32isprint.o
2025-08-20T21:53:29.4296289Z [00:04:22.681]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:29.4512915Z [00:04:22.702]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... strip
2025-08-20T21:53:29.4516346Z [00:04:22.702]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:29.4663560Z [00:04:22.718]➜  gzip-static-x86_64-unknown-linux-musl> checking for endian.h... yes
2025-08-20T21:53:29.5826679Z [00:04:22.834]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32ispunct.o
2025-08-20T21:53:29.5931271Z [00:04:22.845]➜  x86_64-unknown-linux-musl-binutils> checking command to parse /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm output from gcc object... config.status: executing libtool commands
2025-08-20T21:53:29.6166216Z [00:04:22.868]➜  gzip-static-x86_64-unknown-linux-musl> checking for sys/endian.h... no
2025-08-20T21:53:29.6185856Z [00:04:22.868]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:29.6601434Z [00:04:22.910]➜  x86_64-unknown-linux-musl-binutils> checking for putenv... config.status: executing default-1 commands
2025-08-20T21:53:29.6994076Z [00:04:22.951]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/POTFILES
2025-08-20T21:53:29.7195595Z [00:04:22.968]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile
2025-08-20T21:53:29.7345869Z [00:04:22.986]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-2 commands
2025-08-20T21:53:29.7454678Z [00:04:22.994]➜  gzip-static-x86_64-unknown-linux-musl> checking for error.h... no
2025-08-20T21:53:29.7575276Z [00:04:23.009]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32isspace.o
2025-08-20T21:53:29.7657391Z [00:04:23.017]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/POTFILES
2025-08-20T21:53:29.7895611Z [00:04:23.038]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile
2025-08-20T21:53:29.7954680Z [00:04:23.044]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_env  EnvExample.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:29.8117777Z [00:04:23.063]➜  gzip-static-x86_64-unknown-linux-musl> checking for features.h... yes
2025-08-20T21:53:29.8695637Z [00:04:23.121]➜  x86_64-unknown-linux-musl-binutils> ok
2025-08-20T21:53:29.8962054Z [00:04:23.148]➜  gzip-static-x86_64-unknown-linux-musl> checking for stdio_ext.h... yes
2025-08-20T21:53:29.9076592Z [00:04:23.159]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:29.9488624Z [00:04:23.198]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32isupper.o
2025-08-20T21:53:29.9572634Z [00:04:23.209]➜  x86_64-unknown-linux-musl-binutils> checking for random... /build/binutils-with-gold-2.44/ld/configure: line 7437: /usr/bin/file: No such file or directory
2025-08-20T21:53:29.9826845Z [00:04:23.234]➜  gzip-static-x86_64-unknown-linux-musl> checking for getopt.h... yes
2025-08-20T21:53:30.0887536Z [00:04:23.340]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32isxdigit.o
2025-08-20T21:53:30.1050423Z [00:04:23.357]➜  gzip-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T21:53:30.1388417Z [00:04:23.390]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_env EnvExample.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:30.1520774Z [00:04:23.404]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... yes
2025-08-20T21:53:30.1798307Z [00:04:23.432]➜  x86_64-unknown-linux-musl-binutils> checking for rename... yes
2025-08-20T21:53:30.1975404Z [00:04:23.448]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:53:30.2238858Z [00:04:23.475]➜  gzip-static-x86_64-unknown-linux-musl> checking for limits.h... yes
2025-08-20T21:53:30.3027868Z [00:04:23.554]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32tolower.o
2025-08-20T21:53:30.3398786Z [00:04:23.592]➜  gzip-static-x86_64-unknown-linux-musl> checking for math.h... yes
2025-08-20T21:53:30.4276784Z [00:04:23.679]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:30.4526775Z [00:04:23.704]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-c32width.o
2025-08-20T21:53:30.4880337Z [00:04:23.740]➜  gzip-static-x86_64-unknown-linux-musl> checking for sys/mman.h... yes
2025-08-20T21:53:30.5787747Z [00:04:23.830]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-canonicalize-lgpl.o
2025-08-20T21:53:30.5889986Z [00:04:23.841]➜  gzip-static-x86_64-unknown-linux-musl> checking for stdckdint.h... yes
2025-08-20T21:53:30.6293117Z [00:04:23.881]➜  x86_64-unknown-linux-musl-binutils> checking for rindex... checking if gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:53:30.6304625Z [00:04:23.882]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:53:30.6545391Z [00:04:23.904]➜  gzip-static-x86_64-unknown-linux-musl> checking for utime.h... yes
2025-08-20T21:53:30.6759868Z [00:04:23.928]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:30.6764545Z [00:04:23.928]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:30.6765967Z [00:04:23.928]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:30.6767619Z [00:04:23.928]➜  gnutar-static-x86_64-unknown-linux-musl>                  from canonicalize-lgpl.c:31:
2025-08-20T21:53:30.6770272Z [00:04:23.928]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:30.6772858Z [00:04:23.928]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:30.6774450Z [00:04:23.928]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:30.6851483Z [00:04:23.937]➜  x86_64-unknown-linux-musl-binutils> checking if gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:53:30.6952154Z [00:04:23.947]➜  x86_64-unknown-linux-musl-binutils> checking if gcc static flag -static works... yes
2025-08-20T21:53:30.7537256Z [00:04:24.002]➜  x86_64-unknown-linux-musl-binutils> checking for setenv... yes
2025-08-20T21:53:30.7687448Z [00:04:24.020]➜  gzip-static-x86_64-unknown-linux-musl> checking for crtdefs.h... no
2025-08-20T21:53:30.8555477Z [00:04:24.106]➜  db-static-x86_64-unknown-linux-musl> :  excxx_env
2025-08-20T21:53:30.8561757Z [00:04:24.106]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -I../examples/cxx/getting_started -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/getting_started/excxx_example_database_load.cpp
2025-08-20T21:53:30.8707084Z [00:04:24.122]➜  x86_64-unknown-linux-musl-binutils> checking ext/hash_map presence... no
2025-08-20T21:53:30.9028151Z [00:04:24.154]➜  gzip-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T21:53:30.9635502Z [00:04:24.208]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... yes
2025-08-20T21:53:30.9900640Z [00:04:24.242]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -I../examples/cxx/getting_started -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/getting_started/excxx_example_database_load.cpp -o excxx_example_database_load.o
2025-08-20T21:53:31.0055220Z [00:04:24.256]➜  x86_64-unknown-linux-musl-binutils> checking for snprintf... yes
2025-08-20T21:53:31.0057088Z [00:04:24.256]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... (cached) yes
2025-08-20T21:53:31.0101576Z [00:04:24.262]➜  gzip-static-x86_64-unknown-linux-musl> checking for memory.h... yes
2025-08-20T21:53:31.1104375Z [00:04:24.359]➜  gzip-static-x86_64-unknown-linux-musl> checking for time.h... yes
2025-08-20T21:53:31.1165572Z [00:04:24.366]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-careadlinkat.o
2025-08-20T21:53:31.1401406Z [00:04:24.392]➜  x86_64-unknown-linux-musl-binutils> checking whether the gcc linker (ld) supports shared libraries... yes
2025-08-20T21:53:31.2154114Z [00:04:24.467]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:31.2163140Z [00:04:24.467]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:31.2164904Z [00:04:24.467]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:31.2166392Z [00:04:24.467]➜  gnutar-static-x86_64-unknown-linux-musl>                  from careadlinkat.h:28,
2025-08-20T21:53:31.2167700Z [00:04:24.467]➜  gnutar-static-x86_64-unknown-linux-musl>                  from careadlinkat.c:23:
2025-08-20T21:53:31.2170383Z [00:04:24.467]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:31.2172796Z [00:04:24.467]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:31.2174560Z [00:04:24.467]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:31.2224855Z [00:04:24.471]➜  gzip-static-x86_64-unknown-linux-musl> checking for sys/sdt.h... no
2025-08-20T21:53:31.2466536Z [00:04:24.498]➜  x86_64-unknown-linux-musl-binutils> checking whether -lc should be explicitly linked in... yes
2025-08-20T21:53:31.3460005Z [00:04:24.598]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-chdir-long.o
2025-08-20T21:53:31.3635032Z [00:04:24.615]➜  x86_64-unknown-linux-musl-binutils> checking for sigsetmask... no
2025-08-20T21:53:31.3894227Z [00:04:24.641]➜  gzip-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:53:31.4041839Z [00:04:24.656]➜  x86_64-unknown-linux-musl-binutils> checking dynamic linker characteristics... yes
2025-08-20T21:53:31.4047020Z [00:04:24.656]➜  x86_64-unknown-linux-musl-binutils> checking for ext/hash_map... yes
2025-08-20T21:53:31.4120635Z [00:04:24.664]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:31.4126408Z [00:04:24.664]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:31.4132729Z [00:04:24.665]➜  gnutar-static-x86_64-unknown-linux-musl>                  from chdir-long.h:19,
2025-08-20T21:53:31.4137665Z [00:04:24.665]➜  gnutar-static-x86_64-unknown-linux-musl>                  from chdir-long.c:21:
2025-08-20T21:53:31.4142849Z [00:04:24.665]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:31.4147327Z [00:04:24.665]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:31.4150695Z [00:04:24.665]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:31.4597346Z [00:04:24.705]➜  x86_64-unknown-linux-musl-binutils> checking ext/hash_set usability... yes
2025-08-20T21:53:31.5262231Z [00:04:24.778]➜  gzip-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:53:31.5754653Z [00:04:24.827]➜  gzip-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:53:31.5997067Z [00:04:24.851]➜  gzip-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:53:31.6116575Z [00:04:24.863]➜  gzip-static-x86_64-unknown-linux-musl> checking for egrep -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:53:31.6255469Z [00:04:24.877]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-cloexec.o
2025-08-20T21:53:31.6423005Z [00:04:24.894]➜  x86_64-unknown-linux-musl-binutils> checking for stpcpy... GNU/Linux ld.so
2025-08-20T21:53:31.6424975Z [00:04:24.894]➜  x86_64-unknown-linux-musl-binutils> checking how to hardcode library paths into programs... immediate
2025-08-20T21:53:31.6541871Z [00:04:24.906]➜  x86_64-unknown-linux-musl-binutils> checking whether stripping libraries is possible... yes
2025-08-20T21:53:31.6543854Z [00:04:24.906]➜  x86_64-unknown-linux-musl-binutils> checking if libtool supports shared libraries... yes
2025-08-20T21:53:31.6545244Z [00:04:24.906]➜  x86_64-unknown-linux-musl-binutils> checking whether to build shared libraries... yes
2025-08-20T21:53:31.6546789Z [00:04:24.906]➜  x86_64-unknown-linux-musl-binutils> checking whether to build static libraries... no
2025-08-20T21:53:31.6806180Z [00:04:24.932]➜  gzip-static-x86_64-unknown-linux-musl> checking for Minix Amsterdam compiler... no
2025-08-20T21:53:31.6809125Z [00:04:24.933]➜  gzip-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:53:31.7084940Z [00:04:24.958]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:31.7137242Z [00:04:24.958]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:31.7154350Z [00:04:24.958]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:31.7155826Z [00:04:24.958]➜  gnutar-static-x86_64-unknown-linux-musl>                  from cloexec.c:25:
2025-08-20T21:53:31.7158539Z [00:04:24.958]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:31.7161354Z [00:04:24.958]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:31.7162795Z [00:04:24.958]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:31.7316416Z [00:04:24.983]➜  x86_64-unknown-linux-musl-binutils> checking how to run the C++ preprocessor... yes
2025-08-20T21:53:31.7785738Z [00:04:25.029]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-close-stream.o
2025-08-20T21:53:31.8281676Z [00:04:25.078]➜  x86_64-unknown-linux-musl-binutils> checking for stpncpy... g++ -E
2025-08-20T21:53:31.9155341Z [00:04:25.164]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-closeout.o
2025-08-20T21:53:31.9386172Z [00:04:25.186]➜  gzip-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc -std=gnu23 option to support large files... none needed
2025-08-20T21:53:31.9667220Z [00:04:25.218]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:31.9902522Z [00:04:25.242]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:31.9907374Z [00:04:25.242]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:31.9911899Z [00:04:25.242]➜  gnutar-static-x86_64-unknown-linux-musl>                  from closeout.c:25:
2025-08-20T21:53:31.9918141Z [00:04:25.242]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:31.9925286Z [00:04:25.242]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:31.9927041Z [00:04:25.242]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:32.0655170Z [00:04:25.317]➜  gzip-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc -std=gnu23 option to support timestamps after 2038... none needed
2025-08-20T21:53:32.1045418Z [00:04:25.353]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-opendir-safer.o
2025-08-20T21:53:32.1725535Z [00:04:25.424]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:32.1731135Z [00:04:25.424]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:32.1733007Z [00:04:25.424]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:32.1734712Z [00:04:25.424]➜  gnutar-static-x86_64-unknown-linux-musl>                  from opendir-safer.c:25:
2025-08-20T21:53:32.1737565Z [00:04:25.424]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:32.1740146Z [00:04:25.424]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:32.1741360Z [00:04:25.424]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:32.2366143Z [00:04:25.488]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-dirname.o
2025-08-20T21:53:32.3019031Z [00:04:25.553]➜  x86_64-unknown-linux-musl-binutils> checking for strcasecmp... yes
2025-08-20T21:53:32.3543968Z [00:04:25.604]➜  gzip-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:53:32.3747380Z [00:04:25.623]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-basename.o
2025-08-20T21:53:32.4878692Z [00:04:25.739]➜  x86_64-unknown-linux-musl-binutils> checking for strchr... checking for ld used by g++... ld
2025-08-20T21:53:32.5188041Z [00:04:25.770]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-dirname-lgpl.o
2025-08-20T21:53:32.5310362Z [00:04:25.783]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:53:32.5434050Z [00:04:25.795]➜  gzip-static-x86_64-unknown-linux-musl> checking for working alloca.h... yes
2025-08-20T21:53:32.5439146Z [00:04:25.796]➜  gzip-static-x86_64-unknown-linux-musl> checking for alloca... yes
2025-08-20T21:53:32.5812877Z [00:04:25.831]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:32.6507171Z [00:04:25.900]➜  x86_64-unknown-linux-musl-binutils> checking for strdup... checking whether the g++ linker (ld) supports shared libraries... yes
2025-08-20T21:53:32.6700921Z [00:04:25.921]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-stripslash.o
2025-08-20T21:53:32.6726846Z [00:04:25.924]➜  gzip-static-x86_64-unknown-linux-musl> checking whether the preprocessor supports include_next... yes
2025-08-20T21:53:32.7435730Z [00:04:25.992]➜  gzip-static-x86_64-unknown-linux-musl> checking whether source code line length is unlimited... yes
2025-08-20T21:53:32.7728298Z [00:04:26.024]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-error.o
2025-08-20T21:53:32.8227609Z [00:04:26.074]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:32.8240083Z [00:04:26.076]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:32.8244844Z [00:04:26.076]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:32.8250262Z [00:04:26.076]➜  gnutar-static-x86_64-unknown-linux-musl>                  from error.c:92:
2025-08-20T21:53:32.8260955Z [00:04:26.076]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:32.8263640Z [00:04:26.076]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:32.8264784Z [00:04:26.076]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:32.8662005Z [00:04:26.117]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:32.8671284Z [00:04:26.117]➜  gzip-static-x86_64-unknown-linux-musl> checking whether malloc is ptrdiff_t safe... yes
2025-08-20T21:53:32.8674807Z [00:04:26.117]➜  gzip-static-x86_64-unknown-linux-musl> checking whether malloc, realloc, calloc set errno on failure... yes
2025-08-20T21:53:32.9491109Z [00:04:26.201]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-exclude.o
2025-08-20T21:53:33.0489403Z [00:04:26.301]➜  gzip-static-x86_64-unknown-linux-musl> checking for _set_invalid_parameter_handler... no
2025-08-20T21:53:33.0506326Z [00:04:26.302]➜  x86_64-unknown-linux-musl-binutils> checking for strncasecmp... checking for g++ option to produce PIC... -fPIC -DPIC
2025-08-20T21:53:33.1392897Z [00:04:26.391]➜  x86_64-unknown-linux-musl-binutils> checking if g++ PIC flag -fPIC -DPIC works... yes
2025-08-20T21:53:33.1524645Z [00:04:26.403]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -I../examples/cxx/getting_started -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/getting_started/MyDb.cpp
2025-08-20T21:53:33.1682521Z [00:04:26.419]➜  x86_64-unknown-linux-musl-binutils> checking ext/hash_set presence... yes
2025-08-20T21:53:33.1774959Z [00:04:26.428]➜  x86_64-unknown-linux-musl-binutils> checking if g++ static flag -static works... yes
2025-08-20T21:53:33.2786165Z [00:04:26.530]➜  gzip-static-x86_64-unknown-linux-musl> checking for fchdir... yes
2025-08-20T21:53:33.3586312Z [00:04:26.609]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -I../examples/cxx/getting_started -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/getting_started/MyDb.cpp -o MyDb.o
2025-08-20T21:53:33.3975634Z [00:04:26.647]➜  x86_64-unknown-linux-musl-binutils> checking for strndup... no
2025-08-20T21:53:33.4747272Z [00:04:26.726]➜  gzip-static-x86_64-unknown-linux-musl> checking for fcntl... yes
2025-08-20T21:53:33.4760530Z [00:04:26.728]➜  x86_64-unknown-linux-musl-binutils> checking if g++ supports -c -o file.o... yes
2025-08-20T21:53:33.5198935Z [00:04:26.772]➜  x86_64-unknown-linux-musl-binutils> checking for strnlen... yes
2025-08-20T21:53:33.5204945Z [00:04:26.772]➜  x86_64-unknown-linux-musl-binutils> checking if g++ supports -c -o file.o... (cached) yes
2025-08-20T21:53:33.5210362Z [00:04:26.773]➜  x86_64-unknown-linux-musl-binutils> checking whether the g++ linker (ld) supports shared libraries... yes
2025-08-20T21:53:33.5215826Z [00:04:26.773]➜  x86_64-unknown-linux-musl-binutils> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
2025-08-20T21:53:33.5245593Z [00:04:26.776]➜  x86_64-unknown-linux-musl-binutils> checking how to hardcode library paths into programs... immediate
2025-08-20T21:53:33.5249720Z [00:04:26.777]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... (cached) yes
2025-08-20T21:53:33.6184757Z [00:04:26.870]➜  gzip-static-x86_64-unknown-linux-musl> checking for symlink... yes
2025-08-20T21:53:33.6966051Z [00:04:26.948]➜  x86_64-unknown-linux-musl-binutils> checking for windows.h... yes
2025-08-20T21:53:33.6972937Z [00:04:26.949]➜  x86_64-unknown-linux-musl-binutils> checking for ext/hash_set... yes
2025-08-20T21:53:33.7208252Z [00:04:26.972]➜  x86_64-unknown-linux-musl-binutils> checking byteswap.h usability... yes
2025-08-20T21:53:33.7546965Z [00:04:27.006]➜  x86_64-unknown-linux-musl-binutils> checking for strrchr... no
2025-08-20T21:53:33.7823874Z [00:04:27.034]➜  gzip-static-x86_64-unknown-linux-musl> checking for fdopendir... yes
2025-08-20T21:53:33.9350095Z [00:04:27.187]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlsym... yes
2025-08-20T21:53:33.9375146Z [00:04:27.187]➜  gzip-static-x86_64-unknown-linux-musl> checking for snprintf... yes
2025-08-20T21:53:33.9574497Z [00:04:27.209]➜  x86_64-unknown-linux-musl-binutils> checking byteswap.h presence... yes
2025-08-20T21:53:34.0080870Z [00:04:27.260]➜  x86_64-unknown-linux-musl-binutils> checking for strstr... yes
2025-08-20T21:53:34.0082618Z [00:04:27.260]➜  x86_64-unknown-linux-musl-binutils> checking for byteswap.h... yes
2025-08-20T21:53:34.0339796Z [00:04:27.283]➜  x86_64-unknown-linux-musl-binutils> checking whether bswap_16 is declared... none required
2025-08-20T21:53:34.0341438Z [00:04:27.285]➜  x86_64-unknown-linux-musl-binutils> checking for special C compiler options needed for large files... no
2025-08-20T21:53:34.0342912Z [00:04:27.286]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-exitfail.o
2025-08-20T21:53:34.1079015Z [00:04:27.360]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-fchmodat.o
2025-08-20T21:53:34.1287512Z [00:04:27.380]➜  x86_64-unknown-linux-musl-binutils> checking for _FILE_OFFSET_BITS value needed for large files... yes
2025-08-20T21:53:34.1631169Z [00:04:27.415]➜  gzip-static-x86_64-unknown-linux-musl> checking for vasnprintf... no
2025-08-20T21:53:34.1704908Z [00:04:27.422]➜  x86_64-unknown-linux-musl-binutils> checking whether bswap_32 is declared... no
2025-08-20T21:53:34.1946260Z [00:04:27.446]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:34.2201637Z [00:04:27.472]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:34.2204194Z [00:04:27.472]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:34.2205506Z [00:04:27.472]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:34.2206821Z [00:04:27.472]➜  gnutar-static-x86_64-unknown-linux-musl>                  from fchmodat.c:38:
2025-08-20T21:53:34.2209449Z [00:04:27.472]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:34.2212038Z [00:04:27.472]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:34.2213482Z [00:04:27.472]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:34.2795978Z [00:04:27.531]➜  x86_64-unknown-linux-musl-binutils> checking for strtod... yes
2025-08-20T21:53:34.3527183Z [00:04:27.602]➜  gzip-static-x86_64-unknown-linux-musl> checking for fpurge... yes
2025-08-20T21:53:34.3706562Z [00:04:27.622]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-fchownat.o
2025-08-20T21:53:34.4285989Z [00:04:27.678]➜  x86_64-unknown-linux-musl-binutils> checking whether bswap_64 is declared... yes
2025-08-20T21:53:34.4358053Z [00:04:27.687]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:34.4359419Z [00:04:27.688]➜  x86_64-unknown-linux-musl-binutils> checking for windows.h... (cached) no
2025-08-20T21:53:34.4395238Z [00:04:27.691]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... (cached) yes
2025-08-20T21:53:34.4815614Z [00:04:27.731]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:34.4884771Z [00:04:27.731]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:34.4890811Z [00:04:27.731]➜  gnutar-static-x86_64-unknown-linux-musl>                  from fchownat.c:27:
2025-08-20T21:53:34.4955758Z [00:04:27.731]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:34.4972485Z [00:04:27.731]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:34.4973948Z [00:04:27.731]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:34.5524219Z [00:04:27.804]➜  gzip-static-x86_64-unknown-linux-musl> checking for fsync... yes
2025-08-20T21:53:34.5945852Z [00:04:27.846]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... checking for strtol... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
2025-08-20T21:53:34.6934814Z [00:04:27.944]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-fcntl.o
2025-08-20T21:53:34.7240532Z [00:04:27.975]➜  x86_64-unknown-linux-musl-binutils> checking for LC_MESSAGES... yes
2025-08-20T21:53:34.7437954Z [00:04:27.995]➜  gzip-static-x86_64-unknown-linux-musl> checking for getdtablesize... yes
2025-08-20T21:53:34.7651126Z [00:04:28.017]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:34.7652656Z [00:04:28.017]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:34.7654193Z [00:04:28.017]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:34.7655433Z [00:04:28.017]➜  gnutar-static-x86_64-unknown-linux-musl>                  from fcntl.c:23:
2025-08-20T21:53:34.7658284Z [00:04:28.017]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:34.7660972Z [00:04:28.017]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:34.7662387Z [00:04:28.017]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:34.8175835Z [00:04:28.069]➜  x86_64-unknown-linux-musl-binutils> checking for strtoul... none required
2025-08-20T21:53:34.8246030Z [00:04:28.076]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_example_database_load  \
2025-08-20T21:53:34.8250930Z [00:04:28.076]➜  db-static-x86_64-unknown-linux-musl>     excxx_example_database_load.o MyDb.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:34.8332565Z [00:04:28.085]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:34.8337391Z [00:04:28.085]➜  x86_64-unknown-linux-musl-binutils> checking for mallinfo... checking whether NLS is requested... yes
2025-08-20T21:53:34.8449649Z [00:04:28.097]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... no
2025-08-20T21:53:34.8528642Z [00:04:28.105]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... :
2025-08-20T21:53:34.8696127Z [00:04:28.121]➜  x86_64-unknown-linux-musl-binutils> checking for xgettext... no
2025-08-20T21:53:34.8928009Z [00:04:28.144]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... no
2025-08-20T21:53:34.8933554Z [00:04:28.144]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-creat-safer.o
2025-08-20T21:53:34.9232815Z [00:04:28.174]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by GCC... ld
2025-08-20T21:53:34.9428279Z [00:04:28.194]➜  gzip-static-x86_64-unknown-linux-musl> checking for getexecname... no
2025-08-20T21:53:34.9637556Z [00:04:28.215]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:53:34.9720771Z [00:04:28.224]➜  x86_64-unknown-linux-musl-binutils> checking for shared library run path origin... yes
2025-08-20T21:53:34.9958027Z [00:04:28.247]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:34.9959228Z [00:04:28.247]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:34.9960301Z [00:04:28.247]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:34.9961389Z [00:04:28.247]➜  gnutar-static-x86_64-unknown-linux-musl>                  from creat-safer.c:24:
2025-08-20T21:53:34.9963924Z [00:04:28.247]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:34.9966605Z [00:04:28.247]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:34.9967754Z [00:04:28.247]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:35.0575808Z [00:04:28.309]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-open-safer.o
2025-08-20T21:53:35.0654988Z [00:04:28.314]➜  x86_64-unknown-linux-musl-binutils> checking for strtoll... done
2025-08-20T21:53:35.1361087Z [00:04:28.385]➜  gzip-static-x86_64-unknown-linux-musl> checking for gettimeofday... yes
2025-08-20T21:53:35.1411148Z [00:04:28.386]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:35.1413553Z [00:04:28.386]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:35.1414708Z [00:04:28.386]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:35.1415766Z [00:04:28.386]➜  gnutar-static-x86_64-unknown-linux-musl>                  from open-safer.c:24:
2025-08-20T21:53:35.1418359Z [00:04:28.386]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:35.1421032Z [00:04:28.386]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:35.1422700Z [00:04:28.386]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:35.1628782Z [00:04:28.414]➜  x86_64-unknown-linux-musl-binutils> checking for CFPreferencesCopyAppValue... no
2025-08-20T21:53:35.1957380Z [00:04:28.447]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-fd-hook.o
2025-08-20T21:53:35.2017642Z [00:04:28.453]➜  x86_64-unknown-linux-musl-binutils> checking for CFLocaleCopyPreferredLanguages... yes
2025-08-20T21:53:35.2212879Z [00:04:28.473]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_example_database_load excxx_example_database_load.o MyDb.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:35.2389718Z [00:04:28.491]➜  x86_64-unknown-linux-musl-binutils> checking for strtoull... yes
2025-08-20T21:53:35.2528427Z [00:04:28.504]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:35.2704544Z [00:04:28.521]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-fd-safer-flag.o
2025-08-20T21:53:35.2876815Z [00:04:28.538]➜  gzip-static-x86_64-unknown-linux-musl> checking for lstat... yes
2025-08-20T21:53:35.3181278Z [00:04:28.570]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:35.3186834Z [00:04:28.570]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:35.3188576Z [00:04:28.570]➜  gnutar-static-x86_64-unknown-linux-musl>                  from fd-safer-flag.c:27:
2025-08-20T21:53:35.3191262Z [00:04:28.570]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:35.3194302Z [00:04:28.570]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:35.3195609Z [00:04:28.570]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:35.3619489Z [00:04:28.614]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-dup-safer-flag.o
2025-08-20T21:53:35.3893116Z [00:04:28.641]➜  x86_64-unknown-linux-musl-binutils> checking for GNU gettext in libc... checking for mallinfo2... yes
2025-08-20T21:53:35.3908207Z [00:04:28.642]➜  gzip-static-x86_64-unknown-linux-musl> checking for mbsinit... yes
2025-08-20T21:53:35.3909149Z [00:04:28.642]➜  x86_64-unknown-linux-musl-binutils> checking whether to use NLS... yes
2025-08-20T21:53:35.3910766Z [00:04:28.643]➜  x86_64-unknown-linux-musl-binutils> checking where the gettext function comes from... libc
2025-08-20T21:53:35.3921884Z [00:04:28.643]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:53:35.4059138Z [00:04:28.657]➜  x86_64-unknown-linux-musl-binutils> checking for catalogs to be installed... yes
2025-08-20T21:53:35.4271966Z [00:04:28.679]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:35.4275921Z [00:04:28.679]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:35.4285235Z [00:04:28.680]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:35.4288139Z [00:04:28.680]➜  gnutar-static-x86_64-unknown-linux-musl>                  from dup-safer-flag.c:26:
2025-08-20T21:53:35.4301868Z [00:04:28.680]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:35.4305062Z [00:04:28.680]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:35.4306249Z [00:04:28.680]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:35.4771067Z [00:04:28.728]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-fdutimensat.o
2025-08-20T21:53:35.4774010Z [00:04:28.729]➜  x86_64-unknown-linux-musl-binutils> checking for strverscmp... yes
2025-08-20T21:53:35.5157871Z [00:04:28.767]➜  gzip-static-x86_64-unknown-linux-musl> checking for mbrtowc... yes
2025-08-20T21:53:35.5403173Z [00:04:28.791]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:35.5404967Z [00:04:28.791]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:35.5406201Z [00:04:28.791]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:35.5407577Z [00:04:28.791]➜  gnutar-static-x86_64-unknown-linux-musl>                  from utimens.h:31,
2025-08-20T21:53:35.5408834Z [00:04:28.791]➜  gnutar-static-x86_64-unknown-linux-musl>                  from fdutimensat.c:24:
2025-08-20T21:53:35.5411438Z [00:04:28.791]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:35.5414362Z [00:04:28.792]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:35.5416489Z [00:04:28.792]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:35.5870285Z [00:04:28.839]➜  x86_64-unknown-linux-musl-binutils> checking for posix_fallocate... yes
2025-08-20T21:53:35.6016050Z [00:04:28.853]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-file-has-acl.o
2025-08-20T21:53:35.6071515Z [00:04:28.859]➜  gzip-static-x86_64-unknown-linux-musl> checking for mprotect... yes
2025-08-20T21:53:35.6443919Z [00:04:28.896]➜  db-static-x86_64-unknown-linux-musl> :  excxx_example_database_load
2025-08-20T21:53:35.6464871Z [00:04:28.898]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -I../examples/cxx/getting_started -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/getting_started/excxx_example_database_read.cpp
2025-08-20T21:53:35.7097678Z [00:04:28.961]➜  x86_64-unknown-linux-musl-binutils> checking for tmpnam... yes
2025-08-20T21:53:35.7321509Z [00:04:28.984]➜  gzip-static-x86_64-unknown-linux-musl> checking for openat... yes
2025-08-20T21:53:35.7405585Z [00:04:28.992]➜  x86_64-unknown-linux-musl-binutils> checking for fallocate... yes
2025-08-20T21:53:35.7585505Z [00:04:29.010]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -I../examples/cxx/getting_started -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/getting_started/excxx_example_database_read.cpp -o excxx_example_database_read.o
2025-08-20T21:53:35.8367884Z [00:04:29.088]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-filenamecat-lgpl.o
2025-08-20T21:53:35.8608948Z [00:04:29.113]➜  gzip-static-x86_64-unknown-linux-musl> checking for pipe... yes
2025-08-20T21:53:35.9082555Z [00:04:29.160]➜  x86_64-unknown-linux-musl-binutils> checking for vasprintf...  bg da de es fi fr ga id it ja ka pt_BR ro ru sr sv tr uk vi zh_CN zh_TW bg da de es fi fr ga id it ja ka pt_BR ro ru sr sv tr uk vi zh_CN zh_TW
2025-08-20T21:53:35.9154443Z [00:04:29.167]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:35.9231593Z [00:04:29.175]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... (cached) no
2025-08-20T21:53:35.9235330Z [00:04:29.175]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... (cached) :
2025-08-20T21:53:35.9300913Z [00:04:29.182]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-fprintftime.o
2025-08-20T21:53:35.9384726Z [00:04:29.190]➜  x86_64-unknown-linux-musl-binutils> checking for vfprintf... checking for xgettext... (cached) no
2025-08-20T21:53:35.9556188Z [00:04:29.207]➜  gzip-static-x86_64-unknown-linux-musl> checking for qsort_r... yes
2025-08-20T21:53:35.9588441Z [00:04:29.211]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... (cached) no
2025-08-20T21:53:35.9594945Z [00:04:29.211]➜  x86_64-unknown-linux-musl-binutils> checking for bison... bison -y
2025-08-20T21:53:35.9617238Z [00:04:29.211]➜  x86_64-unknown-linux-musl-binutils> checking for flex... /build/binutils-with-gold-2.44/missing flex
2025-08-20T21:53:35.9619037Z [00:04:29.211]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:53:35.9897290Z [00:04:29.241]➜  x86_64-unknown-linux-musl-binutils> checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
2025-08-20T21:53:35.9984807Z [00:04:29.250]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:36.0499472Z [00:04:29.302]➜  gzip-static-x86_64-unknown-linux-musl> checking for sigaction... yes
2025-08-20T21:53:36.1505495Z [00:04:29.402]➜  x86_64-unknown-linux-musl-binutils> checking fcntl.h usability... checking for readv... yes
2025-08-20T21:53:36.1657525Z [00:04:29.417]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:36.2376611Z [00:04:29.489]➜  x86_64-unknown-linux-musl-binutils> checking fcntl.h presence... checking for vprintf... yes
2025-08-20T21:53:36.2378220Z [00:04:29.489]➜  x86_64-unknown-linux-musl-binutils> checking for fcntl.h... yes
2025-08-20T21:53:36.2700208Z [00:04:29.522]➜  gzip-static-x86_64-unknown-linux-musl> checking for sigaltstack... yes
2025-08-20T21:53:36.3046782Z [00:04:29.556]➜  x86_64-unknown-linux-musl-binutils> checking elf-hints.h usability... yes
2025-08-20T21:53:36.3778937Z [00:04:29.627]➜  x86_64-unknown-linux-musl-binutils> checking for sysconf... yes
2025-08-20T21:53:36.4183686Z [00:04:29.670]➜  x86_64-unknown-linux-musl-binutils> checking for vsnprintf... no
2025-08-20T21:53:36.4244674Z [00:04:29.676]➜  gzip-static-x86_64-unknown-linux-musl> checking for siginterrupt... yes
2025-08-20T21:53:36.4823812Z [00:04:29.734]➜  x86_64-unknown-linux-musl-binutils> checking elf-hints.h presence... no
2025-08-20T21:53:36.4825276Z [00:04:29.734]➜  x86_64-unknown-linux-musl-binutils> checking for elf-hints.h... no
2025-08-20T21:53:36.5487477Z [00:04:29.800]➜  gzip-static-x86_64-unknown-linux-musl> checking for unlinkat... yes
2025-08-20T21:53:36.5735481Z [00:04:29.825]➜  x86_64-unknown-linux-musl-binutils> checking limits.h usability... yes
2025-08-20T21:53:36.5948077Z [00:04:29.846]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:36.6400435Z [00:04:29.892]➜  x86_64-unknown-linux-musl-binutils> checking for times... checking for vsprintf... yes
2025-08-20T21:53:36.7018695Z [00:04:29.952]➜  gzip-static-x86_64-unknown-linux-musl> checking for utimens... no
2025-08-20T21:53:36.7020486Z [00:04:29.953]➜  x86_64-unknown-linux-musl-binutils> checking limits.h presence... yes
2025-08-20T21:53:36.7054546Z [00:04:29.957]➜  x86_64-unknown-linux-musl-binutils> checking for limits.h... yes
2025-08-20T21:53:36.7295240Z [00:04:29.980]➜  x86_64-unknown-linux-musl-binutils> checking for inttypes.h... (cached) yes
2025-08-20T21:53:36.7500300Z [00:04:30.002]➜  x86_64-unknown-linux-musl-binutils> checking for stdint.h... (cached) yes
2025-08-20T21:53:36.7985806Z [00:04:30.050]➜  x86_64-unknown-linux-musl-binutils> checking sys/file.h usability... yes
2025-08-20T21:53:36.8052109Z [00:04:30.057]➜  gzip-static-x86_64-unknown-linux-musl> checking for lutimens... no
2025-08-20T21:53:36.8676129Z [00:04:30.119]➜  x86_64-unknown-linux-musl-binutils> checking for waitpid... yes
2025-08-20T21:53:36.8972814Z [00:04:30.149]➜  x86_64-unknown-linux-musl-binutils> checking sys/file.h presence... yes
2025-08-20T21:53:36.8997763Z [00:04:30.152]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:36.9000561Z [00:04:30.152]➜  x86_64-unknown-linux-musl-binutils> checking for sys/file.h... yes
2025-08-20T21:53:36.9516759Z [00:04:30.203]➜  gzip-static-x86_64-unknown-linux-musl> checking for chown... yes
2025-08-20T21:53:37.0087677Z [00:04:30.260]➜  x86_64-unknown-linux-musl-binutils> checking for mkdtemp... checking sys/mman.h usability... yes
2025-08-20T21:53:37.0166597Z [00:04:30.268]➜  x86_64-unknown-linux-musl-binutils> checking sys/mman.h presence... yes
2025-08-20T21:53:37.0613096Z [00:04:30.313]➜  x86_64-unknown-linux-musl-binutils> checking for setproctitle... yes
2025-08-20T21:53:37.0614723Z [00:04:30.313]➜  x86_64-unknown-linux-musl-binutils> checking for sys/mman.h... yes
2025-08-20T21:53:37.0909831Z [00:04:30.343]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-free.o
2025-08-20T21:53:37.0977854Z [00:04:30.349]➜  gzip-static-x86_64-unknown-linux-musl> checking for fchmod... yes
2025-08-20T21:53:37.1432170Z [00:04:30.395]➜  x86_64-unknown-linux-musl-binutils> checking sys/param.h usability... yes
2025-08-20T21:53:37.1526779Z [00:04:30.404]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-fseek.o
2025-08-20T21:53:37.1724308Z [00:04:30.424]➜  x86_64-unknown-linux-musl-binutils> checking whether basename is declared... (cached) yes
2025-08-20T21:53:37.1924305Z [00:04:30.444]➜  x86_64-unknown-linux-musl-binutils> checking whether ffs is declared... (cached) yes
2025-08-20T21:53:37.2016023Z [00:04:30.453]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:37.2020981Z [00:04:30.453]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:37.2025840Z [00:04:30.453]➜  gnutar-static-x86_64-unknown-linux-musl>                  from fseek.c:23:
2025-08-20T21:53:37.2031904Z [00:04:30.453]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:37.2035803Z [00:04:30.453]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:37.2040771Z [00:04:30.453]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:37.2083715Z [00:04:30.460]➜  x86_64-unknown-linux-musl-binutils> checking whether asprintf is declared... (cached) yes
2025-08-20T21:53:37.2129615Z [00:04:30.465]➜  gzip-static-x86_64-unknown-linux-musl> checking for fchown... yes
2025-08-20T21:53:37.2176540Z [00:04:30.469]➜  gzip-static-x86_64-unknown-linux-musl> checking whether to enable CRC slice-by-8 algorithm... yes
2025-08-20T21:53:37.2205297Z [00:04:30.472]➜  gzip-static-x86_64-unknown-linux-musl> checking for gcc... no
2025-08-20T21:53:37.2235536Z [00:04:30.475]➜  gzip-static-x86_64-unknown-linux-musl> checking for cc... no
2025-08-20T21:53:37.2242420Z [00:04:30.476]➜  x86_64-unknown-linux-musl-binutils> checking whether vasprintf is declared... (cached) yes
2025-08-20T21:53:37.2313886Z [00:04:30.483]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:37.2328319Z [00:04:30.485]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-fseeko.o
2025-08-20T21:53:37.2346062Z [00:04:30.486]➜  x86_64-unknown-linux-musl-binutils> checking whether alloca needs Cray hooks... checking whether snprintf is declared... (cached) yes
2025-08-20T21:53:37.2511125Z [00:04:30.503]➜  x86_64-unknown-linux-musl-binutils> checking whether vsnprintf is declared... (cached) yes
2025-08-20T21:53:37.2559206Z [00:04:30.508]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:37.2707467Z [00:04:30.522]➜  x86_64-unknown-linux-musl-binutils> checking sys/param.h presence... checking whether strverscmp is declared... (cached) yes
2025-08-20T21:53:37.2736122Z [00:04:30.525]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:37.2818007Z [00:04:30.533]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:37.2819831Z [00:04:30.533]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:37.2822387Z [00:04:30.533]➜  gnutar-static-x86_64-unknown-linux-musl>                  from fseeko.c:23:
2025-08-20T21:53:37.2825290Z [00:04:30.533]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:37.2829161Z [00:04:30.533]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:37.2831560Z [00:04:30.533]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:37.3227647Z [00:04:30.574]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-full-read.o
2025-08-20T21:53:37.3436973Z [00:04:30.594]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_example_database_read  \
2025-08-20T21:53:37.3439039Z [00:04:30.594]➜  db-static-x86_64-unknown-linux-musl>     excxx_example_database_read.o MyDb.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:37.3626600Z [00:04:30.614]➜  x86_64-unknown-linux-musl-binutils> checking stack direction for C alloca... checking whether strndup is declared... yes
2025-08-20T21:53:37.3629174Z [00:04:30.615]➜  x86_64-unknown-linux-musl-binutils> checking for sys/param.h... yes
2025-08-20T21:53:37.3759108Z [00:04:30.628]➜  x86_64-unknown-linux-musl-binutils> checking for sys/stat.h... (cached) yes
2025-08-20T21:53:37.4265652Z [00:04:30.678]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-full-write.o
2025-08-20T21:53:37.4412467Z [00:04:30.693]➜  x86_64-unknown-linux-musl-binutils> checking sys/time.h usability... -1
2025-08-20T21:53:37.5126589Z [00:04:30.764]➜  x86_64-unknown-linux-musl-binutils> checking for vfork.h... no
2025-08-20T21:53:37.5242220Z [00:04:30.776]➜  x86_64-unknown-linux-musl-binutils> checking for fork... yes
2025-08-20T21:53:37.5310379Z [00:04:30.782]➜  x86_64-unknown-linux-musl-binutils> checking sys/time.h presence... yes
2025-08-20T21:53:37.5317952Z [00:04:30.784]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-futimens.o
2025-08-20T21:53:37.5795561Z [00:04:30.828]➜  x86_64-unknown-linux-musl-binutils> checking whether memmem is declared... yes
2025-08-20T21:53:37.5797242Z [00:04:30.828]➜  x86_64-unknown-linux-musl-binutils> checking for sys/time.h... yes
2025-08-20T21:53:37.5921344Z [00:04:30.844]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:37.5926579Z [00:04:30.844]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:37.5927940Z [00:04:30.844]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:37.5930347Z [00:04:30.844]➜  gnutar-static-x86_64-unknown-linux-musl>                  from utimens.h:31,
2025-08-20T21:53:37.5931619Z [00:04:30.844]➜  gnutar-static-x86_64-unknown-linux-musl>                  from futimens.c:23:
2025-08-20T21:53:37.5935757Z [00:04:30.844]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:37.5946504Z [00:04:30.844]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:37.5949633Z [00:04:30.844]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:37.6005948Z [00:04:30.852]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... (cached) yes
2025-08-20T21:53:37.6225151Z [00:04:30.874]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_example_database_read excxx_example_database_read.o MyDb.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:37.6291949Z [00:04:30.881]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-getcwd.o
2025-08-20T21:53:37.6304872Z [00:04:30.882]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... (cached) yes
2025-08-20T21:53:37.6466215Z [00:04:30.898]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:37.6738576Z [00:04:30.925]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:37.6741013Z [00:04:30.925]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:37.6743477Z [00:04:30.925]➜  gnutar-static-x86_64-unknown-linux-musl>                  from getcwd.c:20:
2025-08-20T21:53:37.6764013Z [00:04:30.925]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:37.6766932Z [00:04:30.925]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:37.6771610Z [00:04:30.925]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:37.7730656Z [00:04:31.025]➜  x86_64-unknown-linux-musl-binutils> checking for close... checking for vfork... yes
2025-08-20T21:53:37.8615893Z [00:04:31.111]➜  x86_64-unknown-linux-musl-binutils> checking whether ::std::tr1::unordered_map::rehash is usable.... yes
2025-08-20T21:53:37.9156945Z [00:04:31.167]➜  x86_64-unknown-linux-musl-binutils> checking for working fork... yes
2025-08-20T21:53:38.0319134Z [00:04:31.280]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-getcwd-lgpl.o
2025-08-20T21:53:38.0897900Z [00:04:31.341]➜  db-static-x86_64-unknown-linux-musl> :  excxx_example_database_read
2025-08-20T21:53:38.0919376Z [00:04:31.344]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/LockExample.cpp
2025-08-20T21:53:38.1105053Z [00:04:31.362]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:38.1110628Z [00:04:31.363]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:38.1115866Z [00:04:31.363]➜  gnutar-static-x86_64-unknown-linux-musl>                  from getcwd-lgpl.c:20:
2025-08-20T21:53:38.1122643Z [00:04:31.364]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:38.1130272Z [00:04:31.365]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:38.1136078Z [00:04:31.365]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:38.1230685Z [00:04:31.375]➜  x86_64-unknown-linux-musl-binutils> checking for glob... yes
2025-08-20T21:53:38.1395021Z [00:04:31.391]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-getopt.o
2025-08-20T21:53:38.1745219Z [00:04:31.426]➜  x86_64-unknown-linux-musl-binutils> checking for lseek... yes
2025-08-20T21:53:38.1760432Z [00:04:31.428]➜  x86_64-unknown-linux-musl-binutils> checking for working vfork... (cached) yes
2025-08-20T21:53:38.1934305Z [00:04:31.445]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:38.1938890Z [00:04:31.445]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./getopt.h:84,
2025-08-20T21:53:38.1941699Z [00:04:31.445]➜  gnutar-static-x86_64-unknown-linux-musl>                  from getopt.h:34,
2025-08-20T21:53:38.1974984Z [00:04:31.445]➜  gnutar-static-x86_64-unknown-linux-musl>                  from getopt.c:24:
2025-08-20T21:53:38.1979141Z [00:04:31.445]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:38.1981785Z [00:04:31.445]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:38.2244743Z [00:04:31.462]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:38.2807516Z [00:04:31.532]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/LockExample.cpp -o LockExample.o
2025-08-20T21:53:38.3688301Z [00:04:31.620]➜  x86_64-unknown-linux-musl-binutils> checking for _doprnt... yes
2025-08-20T21:53:38.3730263Z [00:04:31.625]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:38.6013817Z [00:04:31.853]➜  x86_64-unknown-linux-musl-binutils> checking for sys_errlist... checking for mkstemp... no
2025-08-20T21:53:38.6356950Z [00:04:31.887]➜  x86_64-unknown-linux-musl-binutils> checking for sys_nerr... yes
2025-08-20T21:53:38.8020796Z [00:04:32.054]➜  x86_64-unknown-linux-musl-binutils> checking for open... yes
2025-08-20T21:53:38.8260885Z [00:04:32.078]➜  x86_64-unknown-linux-musl-binutils> checking whether g++ supports C++11 features by default... no
2025-08-20T21:53:38.8588540Z [00:04:32.110]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-getopt1.o
2025-08-20T21:53:38.9232367Z [00:04:32.175]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:38.9250680Z [00:04:32.177]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./getopt.h:84,
2025-08-20T21:53:38.9256185Z [00:04:32.177]➜  gnutar-static-x86_64-unknown-linux-musl>                  from getopt.h:34,
2025-08-20T21:53:38.9261271Z [00:04:32.178]➜  gnutar-static-x86_64-unknown-linux-musl>                  from getopt1.c:24:
2025-08-20T21:53:38.9268083Z [00:04:32.178]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:38.9275014Z [00:04:32.179]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:38.9280445Z [00:04:32.180]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:38.9285927Z [00:04:32.180]➜  x86_64-unknown-linux-musl-binutils> checking for sys_siglist... yes
2025-08-20T21:53:38.9549493Z [00:04:32.207]➜  x86_64-unknown-linux-musl-binutils> checking for realpath... yes
2025-08-20T21:53:38.9662688Z [00:04:32.218]➜  gzip-static-x86_64-unknown-linux-musl> checking if pclmul intrinsic exists... yes
2025-08-20T21:53:38.9927252Z [00:04:32.244]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-getprogname.o
2025-08-20T21:53:39.0798640Z [00:04:32.332]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-gettime.o
2025-08-20T21:53:39.0852127Z [00:04:32.337]➜  x86_64-unknown-linux-musl-binutils> checking whether std::tr1::hash<off_t> is defined... no
2025-08-20T21:53:39.1201010Z [00:04:32.372]➜  x86_64-unknown-linux-musl-binutils> checking for external symbol _system_configuration... yes
2025-08-20T21:53:39.1374481Z [00:04:32.388]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:39.1600100Z [00:04:32.412]➜  gzip-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc -std=gnu23 options needed to detect all undeclared functions... none needed
2025-08-20T21:53:39.1885410Z [00:04:32.438]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       malloc/libgnu_a-dynarray_at_failure.o
2025-08-20T21:53:39.3225781Z [00:04:32.574]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       malloc/libgnu_a-dynarray_emplace_enlarge.o
2025-08-20T21:53:39.3524075Z [00:04:32.604]➜  x86_64-unknown-linux-musl-binutils> checking for waitpid... checking for __fsetlocking... yes
2025-08-20T21:53:39.3799428Z [00:04:32.632]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:39.4137284Z [00:04:32.665]➜  x86_64-unknown-linux-musl-binutils> checking for canonicalize_file_name... checking whether environ is declared... yes
2025-08-20T21:53:39.4431238Z [00:04:32.695]➜  gzip-static-x86_64-unknown-linux-musl> checking whether byte ordering is bigendian... no
2025-08-20T21:53:39.5555979Z [00:04:32.807]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       malloc/libgnu_a-dynarray_finalize.o
2025-08-20T21:53:39.5629419Z [00:04:32.815]➜  x86_64-unknown-linux-musl-binutils> checking whether we can use attributes with template functions... yes
2025-08-20T21:53:39.5827887Z [00:04:32.834]➜  gzip-static-x86_64-unknown-linux-musl> checking if endian.h defines stdint types... yes
2025-08-20T21:53:39.6617175Z [00:04:32.913]➜  x86_64-unknown-linux-musl-binutils> checking for struct stat::st_mtim.... yes
2025-08-20T21:53:39.6769692Z [00:04:32.929]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:39.6879383Z [00:04:32.940]➜  x86_64-unknown-linux-musl-binutils> checking locale.h usability... checking whether stpcpy is declared... yes
2025-08-20T21:53:39.7480140Z [00:04:33.000]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       malloc/libgnu_a-dynarray_resize.o
2025-08-20T21:53:39.7855966Z [00:04:33.034]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_lock  LockExample.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:39.8124802Z [00:04:33.064]➜  gzip-static-x86_64-unknown-linux-musl> checking if endian.h defines functions and macros... yes
2025-08-20T21:53:39.8706004Z [00:04:33.122]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       malloc/libgnu_a-dynarray_resize_clear.o
2025-08-20T21:53:39.8900367Z [00:04:33.141]➜  x86_64-unknown-linux-musl-binutils> checking for dup3... yes
2025-08-20T21:53:39.8998775Z [00:04:33.152]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... (cached) yes
2025-08-20T21:53:39.9058446Z [00:04:33.158]➜  gzip-static-x86_64-unknown-linux-musl> checking for complete errno.h... yes
2025-08-20T21:53:39.9181665Z [00:04:33.170]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:39.9222383Z [00:04:33.174]➜  x86_64-unknown-linux-musl-binutils> checking locale.h presence... checking for unistd.h... (cached) yes
2025-08-20T21:53:39.9324680Z [00:04:33.182]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:39.9565356Z [00:04:33.207]➜  x86_64-unknown-linux-musl-binutils> checking for getrlimit... checking for sys/param.h... (cached) yes
2025-08-20T21:53:39.9741008Z [00:04:33.225]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:39.9765721Z [00:04:33.227]➜  x86_64-unknown-linux-musl-binutils> checking for getpagesize... checking for locale.h... yes
2025-08-20T21:53:39.9767269Z [00:04:33.228]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       malloc/libgnu_a-scratch_buffer_grow.o
2025-08-20T21:53:40.0752050Z [00:04:33.327]➜  gzip-static-x86_64-unknown-linux-musl> checking for error... no
2025-08-20T21:53:40.1086316Z [00:04:33.360]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       malloc/libgnu_a-scratch_buffer_grow_preserve.o
2025-08-20T21:53:40.1335332Z [00:04:33.382]➜  x86_64-unknown-linux-musl-binutils> checking for setlocale... yes
2025-08-20T21:53:40.1381688Z [00:04:33.390]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_lock LockExample.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:40.1678703Z [00:04:33.419]➜  gzip-static-x86_64-unknown-linux-musl> checking whether error_at_line is declared... no
2025-08-20T21:53:40.1761755Z [00:04:33.428]➜  x86_64-unknown-linux-musl-binutils> checking for LC_MESSAGES... yes
2025-08-20T21:53:40.2214386Z [00:04:33.472]➜  x86_64-unknown-linux-musl-binutils> checking for getrusage... yes
2025-08-20T21:53:40.3119576Z [00:04:33.564]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       malloc/libgnu_a-scratch_buffer_set_array_size.o
2025-08-20T21:53:40.3620881Z [00:04:33.614]➜  gzip-static-x86_64-unknown-linux-musl> checking whether strerror_r is declared... yes
2025-08-20T21:53:40.3681408Z [00:04:33.620]➜  x86_64-unknown-linux-musl-binutils> checking for working mmap... yes
2025-08-20T21:53:40.3699954Z [00:04:33.620]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:53:40.4577159Z [00:04:33.709]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:40.4626500Z [00:04:33.714]➜  gzip-static-x86_64-unknown-linux-musl> checking whether strerror_r returns char *... no
2025-08-20T21:53:40.4801602Z [00:04:33.732]➜  x86_64-unknown-linux-musl-binutils> configure: updating cache ./config.cache
2025-08-20T21:53:40.4936234Z [00:04:33.743]➜  x86_64-unknown-linux-musl-binutils> checking for getsysinfo... checking that generated files are newer than configure... done
2025-08-20T21:53:40.4938060Z [00:04:33.743]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:53:40.4939518Z [00:04:33.744]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-group-member.o
2025-08-20T21:53:40.5277229Z [00:04:33.779]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ctype.h defines __header_inline... no
2025-08-20T21:53:40.5899643Z [00:04:33.836]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:40.5901226Z [00:04:33.836]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:40.5904451Z [00:04:33.836]➜  gnutar-static-x86_64-unknown-linux-musl>                  from group-member.c:22:
2025-08-20T21:53:40.5906854Z [00:04:33.836]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:40.5909557Z [00:04:33.837]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:40.5910690Z [00:04:33.837]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:40.6521586Z [00:04:33.904]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fchdir is declared... yes
2025-08-20T21:53:40.6550876Z [00:04:33.907]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fflush works on input streams... cross
2025-08-20T21:53:40.6565551Z [00:04:33.908]➜  gzip-static-x86_64-unknown-linux-musl> checking for working fcntl.h... cross-compiling
2025-08-20T21:53:40.6642136Z [00:04:33.916]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:40.7157145Z [00:04:33.967]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-hard-locale.o
2025-08-20T21:53:40.7476989Z [00:04:33.999]➜  db-static-x86_64-unknown-linux-musl> :  excxx_lock
2025-08-20T21:53:40.7492426Z [00:04:34.001]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/MpoolExample.cpp
2025-08-20T21:53:40.7589170Z [00:04:34.011]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlopen... no
2025-08-20T21:53:40.7687696Z [00:04:34.020]➜  x86_64-unknown-linux-musl-binutils> checking for gettimeofday... (cached) yes
2025-08-20T21:53:40.8492266Z [00:04:34.101]➜  x86_64-unknown-linux-musl-binutils> checking for on_exit... config.status: creating Makefile
2025-08-20T21:53:40.8616595Z [00:04:34.113]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-hash.o
2025-08-20T21:53:40.9030596Z [00:04:34.155]➜  gzip-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T21:53:40.9285370Z [00:04:34.179]➜  x86_64-unknown-linux-musl-binutils> none required
2025-08-20T21:53:40.9340985Z [00:04:34.186]➜  x86_64-unknown-linux-musl-binutils> checking for a known getopt prototype in unistd.h... config.status: creating testsuite/Makefile
2025-08-20T21:53:40.9626218Z [00:04:34.212]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:40.9785740Z [00:04:34.227]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/MpoolExample.cpp -o MpoolExample.o
2025-08-20T21:53:41.0700940Z [00:04:34.322]➜  x86_64-unknown-linux-musl-binutils> checking for pipe2... config.status: creating po/Makefile.in
2025-08-20T21:53:41.1295333Z [00:04:34.381]➜  x86_64-unknown-linux-musl-binutils> config.status: creating config.h
2025-08-20T21:53:41.1368907Z [00:04:34.389]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:41.1718337Z [00:04:34.423]➜  x86_64-unknown-linux-musl-binutils> checking whether to use xxhash... config.status: executing depfiles commands
2025-08-20T21:53:41.2362053Z [00:04:34.487]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:41.2363060Z [00:04:34.488]➜  x86_64-unknown-linux-musl-binutils> checking for libzstd >= 1.4.0... no
2025-08-20T21:53:41.2432098Z [00:04:34.495]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:41.2584002Z [00:04:34.510]➜  gzip-static-x86_64-unknown-linux-musl> checking for mode_t... yes
2025-08-20T21:53:41.3583129Z [00:04:34.610]➜  gzip-static-x86_64-unknown-linux-musl> checking for promoted mode_t type... mode_t
2025-08-20T21:53:41.4626191Z [00:04:34.714]➜  x86_64-unknown-linux-musl-binutils> checking for posix_spawn... yes
2025-08-20T21:53:41.4917437Z [00:04:34.743]➜  x86_64-unknown-linux-musl-binutils> checking for posix_spawnp... configure: updating cache ./config.cache
2025-08-20T21:53:41.5101912Z [00:04:34.762]➜  x86_64-unknown-linux-musl-binutils> checking that generated files are newer than configure... done
2025-08-20T21:53:41.5107110Z [00:04:34.762]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:53:41.5994282Z [00:04:34.850]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-human.o
2025-08-20T21:53:41.6090478Z [00:04:34.861]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fdatasync is declared... yes
2025-08-20T21:53:41.6136563Z [00:04:34.865]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fopen recognizes a trailing slash... guessing yes
2025-08-20T21:53:41.7005167Z [00:04:34.947]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:41.7034365Z [00:04:34.947]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:41.7035786Z [00:04:34.947]➜  gnutar-static-x86_64-unknown-linux-musl>                  from human.h:25,
2025-08-20T21:53:41.7037090Z [00:04:34.947]➜  gnutar-static-x86_64-unknown-linux-musl>                  from human.c:22:
2025-08-20T21:53:41.7039991Z [00:04:34.947]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:41.7042744Z [00:04:34.947]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:41.7044325Z [00:04:34.947]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:41.7370327Z [00:04:34.989]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:41.7387177Z [00:04:34.990]➜  gzip-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:53:41.8623397Z [00:04:35.113]➜  gzip-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:53:41.8628800Z [00:04:35.114]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports size specifiers as in C99... guessing yes
2025-08-20T21:53:41.8658273Z [00:04:35.116]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports size specifiers as in C23... guessing no
2025-08-20T21:53:41.8661025Z [00:04:35.116]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports 'long double' arguments... guessing yes
2025-08-20T21:53:41.8667714Z [00:04:35.118]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports infinite 'double' arguments... guessing yes
2025-08-20T21:53:41.9686252Z [00:04:35.220]➜  gzip-static-x86_64-unknown-linux-musl> checking whether long double and double are the same... no
2025-08-20T21:53:41.9687950Z [00:04:35.220]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports infinite 'long double' arguments... guessing no
2025-08-20T21:53:41.9689577Z [00:04:35.220]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports the 'a' and 'A' directives... guessing yes
2025-08-20T21:53:41.9691062Z [00:04:35.220]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports the 'b' directive... guessing no
2025-08-20T21:53:41.9692565Z [00:04:35.220]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports the 'F' directive... guessing yes
2025-08-20T21:53:41.9694357Z [00:04:35.220]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports the 'ls' directive... guessing yes
2025-08-20T21:53:41.9695927Z [00:04:35.220]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports the 'lc' directive correctly... guessing no
2025-08-20T21:53:41.9697526Z [00:04:35.220]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports POSIX/XSI format strings with positions... guessing yes
2025-08-20T21:53:41.9698987Z [00:04:35.220]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports the grouping flag... guessing yes
2025-08-20T21:53:41.9700416Z [00:04:35.221]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports the left-adjust flag correctly... guessing yes
2025-08-20T21:53:41.9789767Z [00:04:35.231]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports the zero flag correctly... guessing yes
2025-08-20T21:53:41.9791743Z [00:04:35.231]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports the alternative flag with a zero precision... guessing yes
2025-08-20T21:53:41.9793712Z [00:04:35.231]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf supports large precisions... guessing yes
2025-08-20T21:53:41.9843788Z [00:04:35.236]➜  x86_64-unknown-linux-musl-binutils> checking for psignal... yes
2025-08-20T21:53:42.0998999Z [00:04:35.351]➜  gzip-static-x86_64-unknown-linux-musl> checking whether the compiler produces multi-arch binaries... no
2025-08-20T21:53:42.1016518Z [00:04:35.353]➜  gzip-static-x86_64-unknown-linux-musl> checking whether printf survives out-of-memory conditions... guessing no
2025-08-20T21:53:42.1022095Z [00:04:35.353]➜  gzip-static-x86_64-unknown-linux-musl> checking whether snprintf returns a byte count as in C99... guessing yes
2025-08-20T21:53:42.1027652Z [00:04:35.354]➜  gzip-static-x86_64-unknown-linux-musl> checking whether snprintf truncates the result as in C99... guessing yes
2025-08-20T21:53:42.2067095Z [00:04:35.458]➜  gzip-static-x86_64-unknown-linux-musl> checking for wint_t... yes
2025-08-20T21:53:42.2467543Z [00:04:35.497]➜  x86_64-unknown-linux-musl-binutils> checking for pstat_getdynamic... no
2025-08-20T21:53:42.2796808Z [00:04:35.531]➜  gzip-static-x86_64-unknown-linux-musl> checking whether wint_t is large enough... yes
2025-08-20T21:53:42.3541766Z [00:04:35.606]➜  gzip-static-x86_64-unknown-linux-musl> checking where to find the exponent in a 'double'... (cached) word 1 bit 20
2025-08-20T21:53:42.5146831Z [00:04:35.766]➜  gzip-static-x86_64-unknown-linux-musl> checking for wcslen... yes
2025-08-20T21:53:42.5202552Z [00:04:35.772]➜  gzip-static-x86_64-unknown-linux-musl> checking for snprintf... (cached) yes
2025-08-20T21:53:42.5220672Z [00:04:35.772]➜  x86_64-unknown-linux-musl-binutils> checking for pstat_getstatic... no
2025-08-20T21:53:42.5337678Z [00:04:35.785]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-ialloc.o
2025-08-20T21:53:42.6067861Z [00:04:35.858]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-imaxtostr.o
2025-08-20T21:53:42.6530318Z [00:04:35.905]➜  gzip-static-x86_64-unknown-linux-musl> checking for strnlen... yes
2025-08-20T21:53:42.6830498Z [00:04:35.935]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-inttostr.o
2025-08-20T21:53:42.6858141Z [00:04:35.938]➜  x86_64-unknown-linux-musl-binutils> checking for realpath... yes
2025-08-20T21:53:42.7746040Z [00:04:36.026]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-offtostr.o
2025-08-20T21:53:42.7920711Z [00:04:36.043]➜  gzip-static-x86_64-unknown-linux-musl> checking for wcrtomb... yes
2025-08-20T21:53:42.8215263Z [00:04:36.073]➜  x86_64-unknown-linux-musl-binutils> checking for setrlimit... config.status: executing default-1 commands
2025-08-20T21:53:42.8497289Z [00:04:36.101]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/POTFILES
2025-08-20T21:53:42.8616002Z [00:04:36.113]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile
2025-08-20T21:53:42.8676793Z [00:04:36.119]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-uinttostr.o
2025-08-20T21:53:42.8697890Z [00:04:36.122]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-2 commands
2025-08-20T21:53:42.8788854Z [00:04:36.131]➜  gzip-static-x86_64-unknown-linux-musl> checking whether _snprintf is declared... no
2025-08-20T21:53:42.8975904Z [00:04:36.149]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/POTFILES
2025-08-20T21:53:42.9044559Z [00:04:36.156]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile
2025-08-20T21:53:42.9058425Z [00:04:36.158]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:42.9472324Z [00:04:36.199]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-umaxtostr.o
2025-08-20T21:53:42.9833557Z [00:04:36.235]➜  gzip-static-x86_64-unknown-linux-musl> checking for intmax_t... yes
2025-08-20T21:53:43.0245530Z [00:04:36.274]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-localcharset.o
2025-08-20T21:53:43.0517113Z [00:04:36.303]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_mpool  MpoolExample.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:43.0692852Z [00:04:36.321]➜  x86_64-unknown-linux-musl-binutils> checking for spawnve... no
2025-08-20T21:53:43.0958023Z [00:04:36.347]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-malloca.o
2025-08-20T21:53:43.1150537Z [00:04:36.367]➜  gzip-static-x86_64-unknown-linux-musl> checking whether frexp() can be used without linking with libm... yes
2025-08-20T21:53:43.1700727Z [00:04:36.422]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-mbchar.o
2025-08-20T21:53:43.1946411Z [00:04:36.446]➜  gzip-static-x86_64-unknown-linux-musl> checking whether alarm is declared... yes
2025-08-20T21:53:43.2135261Z [00:04:36.465]➜  x86_64-unknown-linux-musl-binutils> checking for spawnvpe... no
2025-08-20T21:53:43.2764243Z [00:04:36.528]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_mpool MpoolExample.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:43.2817646Z [00:04:36.533]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-mbrtoc32.o
2025-08-20T21:53:43.3143071Z [00:04:36.566]➜  gzip-static-x86_64-unknown-linux-musl> checking whether stdin defaults to large file offsets... yes
2025-08-20T21:53:43.3211263Z [00:04:36.573]➜  x86_64-unknown-linux-musl-binutils> checking for strerror... config.status: creating Makefile
2025-08-20T21:53:43.3535948Z [00:04:36.605]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:43.3597813Z [00:04:36.611]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile.in
2025-08-20T21:53:43.3821878Z [00:04:36.633]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-mbrtowc.o
2025-08-20T21:53:43.3825408Z [00:04:36.633]➜  gzip-static-x86_64-unknown-linux-musl> checking for off64_t... no
2025-08-20T21:53:43.3999504Z [00:04:36.651]➜  x86_64-unknown-linux-musl-binutils> checking for strsignal... config.status: creating config.h
2025-08-20T21:53:43.4475525Z [00:04:36.698]➜  x86_64-unknown-linux-musl-binutils> config.status: executing depfiles commands
2025-08-20T21:53:43.4534605Z [00:04:36.705]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-mbscasecmp.o
2025-08-20T21:53:43.4994661Z [00:04:36.751]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:43.5201929Z [00:04:36.772]➜  gzip-static-x86_64-unknown-linux-musl> checking for blksize_t... yes
2025-08-20T21:53:43.6366173Z [00:04:36.888]➜  x86_64-unknown-linux-musl-binutils> checking for sysconf... yes
2025-08-20T21:53:43.6806055Z [00:04:36.929]➜  gzip-static-x86_64-unknown-linux-musl> checking for blkcnt_t... yes
2025-08-20T21:53:43.7522132Z [00:04:37.004]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fseeko is declared... yes
2025-08-20T21:53:43.7813053Z [00:04:37.033]➜  x86_64-unknown-linux-musl-binutils> checking for sysctl... no
2025-08-20T21:53:43.7885772Z [00:04:37.040]➜  db-static-x86_64-unknown-linux-musl> :  excxx_mpool
2025-08-20T21:53:43.7915534Z [00:04:37.043]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -I../examples/cxx/excxx_repquote -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/excxx_repquote/RepQuoteExample.cpp
2025-08-20T21:53:43.8062568Z [00:04:37.058]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-mbsrtowcs.o
2025-08-20T21:53:43.8477630Z [00:04:37.099]➜  gzip-static-x86_64-unknown-linux-musl> checking for fseeko... yes
2025-08-20T21:53:43.8491359Z [00:04:37.101]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fflush works on input streams... (cached) cross
2025-08-20T21:53:43.8916788Z [00:04:37.143]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -I../examples/cxx/excxx_repquote -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/excxx_repquote/RepQuoteExample.cpp -o RepQuoteExample.o
2025-08-20T21:53:43.8981275Z [00:04:37.150]➜  gzip-static-x86_64-unknown-linux-musl> checking whether stat file-mode macros are broken... no
2025-08-20T21:53:43.9076879Z [00:04:37.159]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-mbuiter.o
2025-08-20T21:53:43.9099365Z [00:04:37.162]➜  x86_64-unknown-linux-musl-binutils> checking for sysmp... no
2025-08-20T21:53:43.9691635Z [00:04:37.221]➜  gzip-static-x86_64-unknown-linux-musl> checking for C/C++ restrict keyword... __restrict__
2025-08-20T21:53:44.0233113Z [00:04:37.275]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-memchr.o
2025-08-20T21:53:44.0652222Z [00:04:37.317]➜  x86_64-unknown-linux-musl-binutils> checking for table... no
2025-08-20T21:53:44.1118318Z [00:04:37.363]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-modechange.o
2025-08-20T21:53:44.1196625Z [00:04:37.371]➜  go> Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
2025-08-20T21:53:44.1525480Z [00:04:37.402]➜  gzip-static-x86_64-unknown-linux-musl> checking for nlink_t... yes
2025-08-20T21:53:44.2910005Z [00:04:37.542]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ftello is declared... yes
2025-08-20T21:53:44.2935619Z [00:04:37.543]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ungetc works on arbitrary bytes... guessing yes
2025-08-20T21:53:44.3141844Z [00:04:37.565]➜  x86_64-unknown-linux-musl-binutils> checking for times... yes
2025-08-20T21:53:44.3983973Z [00:04:37.650]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-nl_langinfo.o
2025-08-20T21:53:44.4393485Z [00:04:37.691]➜  gzip-static-x86_64-unknown-linux-musl> checking for ftello... yes
2025-08-20T21:53:44.4397053Z [00:04:37.691]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ftello works... guessing yes
2025-08-20T21:53:44.4400394Z [00:04:37.692]➜  gzip-static-x86_64-unknown-linux-musl> checking whether getcwd (NULL, 0) allocates memory for result... guessing yes
2025-08-20T21:53:44.4895060Z [00:04:37.741]➜  gzip-static-x86_64-unknown-linux-musl> checking for getcwd with POSIX signature... yes
2025-08-20T21:53:44.5246477Z [00:04:37.776]➜  x86_64-unknown-linux-musl-binutils> checking for wait3... yes
2025-08-20T21:53:44.5266470Z [00:04:37.778]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-nstrftime.o
2025-08-20T21:53:44.5793879Z [00:04:37.830]➜  gzip-static-x86_64-unknown-linux-musl> checking whether getdtablesize is declared... yes
2025-08-20T21:53:44.5806021Z [00:04:37.832]➜  gzip-static-x86_64-unknown-linux-musl> checking for getopt.h... (cached) yes
2025-08-20T21:53:44.6949006Z [00:04:37.947]➜  x86_64-unknown-linux-musl-binutils> checking for wait4... yes
2025-08-20T21:53:44.7369156Z [00:04:37.989]➜  gzip-static-x86_64-unknown-linux-musl> checking for getopt_long_only... yes
2025-08-20T21:53:44.7375350Z [00:04:37.989]➜  gzip-static-x86_64-unknown-linux-musl> checking whether getopt is POSIX compatible... guessing yes
2025-08-20T21:53:44.7434978Z [00:04:37.995]➜  gzip-static-x86_64-unknown-linux-musl> checking for working GNU getopt function... guessing no
2025-08-20T21:53:44.8167625Z [00:04:38.068]➜  gzip-static-x86_64-unknown-linux-musl> checking for glibc-compatible sys/cdefs.h... no
2025-08-20T21:53:44.8568066Z [00:04:38.108]➜  x86_64-unknown-linux-musl-binutils> checking for sbrk... yes
2025-08-20T21:53:44.9035685Z [00:04:38.155]➜  gzip-static-x86_64-unknown-linux-musl> checking whether timespec_get is declared... yes
2025-08-20T21:53:45.0506225Z [00:04:38.302]➜  x86_64-unknown-linux-musl-binutils> checking whether basename is declared... yes
2025-08-20T21:53:45.0513837Z [00:04:38.303]➜  gzip-static-x86_64-unknown-linux-musl> checking for timespec_get... yes
2025-08-20T21:53:45.1298406Z [00:04:38.381]➜  gzip-static-x86_64-unknown-linux-musl> checking for struct timeval... yes
2025-08-20T21:53:45.1723067Z [00:04:38.424]➜  x86_64-unknown-linux-musl-binutils> checking whether ffs is declared... config.status: executing libtool commands
2025-08-20T21:53:45.2037089Z [00:04:38.455]➜  gzip-static-x86_64-unknown-linux-musl> checking for wide-enough struct timeval.tv_sec member... yes
2025-08-20T21:53:45.2267973Z [00:04:38.478]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:45.2285740Z [00:04:38.480]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-1 commands
2025-08-20T21:53:45.2458616Z [00:04:38.497]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -I../examples/cxx/excxx_repquote -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/excxx_repquote/RepConfigInfo.cpp
2025-08-20T21:53:45.2539758Z [00:04:38.506]➜  x86_64-unknown-linux-musl-binutils> checking whether asprintf is declared... config.status: executing default-2 commands
2025-08-20T21:53:45.2625518Z [00:04:38.514]➜  gzip-static-x86_64-unknown-linux-musl> checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no
2025-08-20T21:53:45.2766576Z [00:04:38.528]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default commands
2025-08-20T21:53:45.3482121Z [00:04:38.600]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:45.3605190Z [00:04:38.610]➜  gzip-static-x86_64-unknown-linux-musl> checking whether stdint.h conforms to C99... guessing yes
2025-08-20T21:53:45.3672735Z [00:04:38.619]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -I../examples/cxx/excxx_repquote -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/excxx_repquote/RepConfigInfo.cpp -o RepConfigInfo.o
2025-08-20T21:53:45.4462080Z [00:04:38.692]➜  gzip-static-x86_64-unknown-linux-musl> checking whether stdint.h works without ISO C predefines... yes
2025-08-20T21:53:45.4463965Z [00:04:38.695]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-obstack.o
2025-08-20T21:53:45.4629641Z [00:04:38.715]➜  x86_64-unknown-linux-musl-binutils> checking whether vasprintf is declared... yes
2025-08-20T21:53:45.5195057Z [00:04:38.771]➜  gzip-static-x86_64-unknown-linux-musl> checking whether stdint.h has UINTMAX_WIDTH etc.... no
2025-08-20T21:53:45.5776644Z [00:04:38.829]➜  x86_64-unknown-linux-musl-binutils> checking whether snprintf is declared... yes
2025-08-20T21:53:45.6278033Z [00:04:38.879]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-openat-die.o
2025-08-20T21:53:45.6719583Z [00:04:38.924]➜  gzip-static-x86_64-unknown-linux-musl> checking whether INT32_MAX < INTMAX_MAX... yes
2025-08-20T21:53:45.6840498Z [00:04:38.936]➜  x86_64-unknown-linux-musl-binutils> checking whether vsnprintf is declared... yes
2025-08-20T21:53:45.7016368Z [00:04:38.953]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:45.7017960Z [00:04:38.953]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:45.7024391Z [00:04:38.953]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:45.7025835Z [00:04:38.953]➜  gnutar-static-x86_64-unknown-linux-musl>                  from openat.h:28,
2025-08-20T21:53:45.7027217Z [00:04:38.953]➜  gnutar-static-x86_64-unknown-linux-musl>                  from openat-die.c:20:
2025-08-20T21:53:45.7029867Z [00:04:38.953]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:45.7058586Z [00:04:38.953]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:45.7059911Z [00:04:38.953]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:45.7309581Z [00:04:38.982]➜  gzip-static-x86_64-unknown-linux-musl> checking whether INT64_MAX == LONG_MAX... yes
2025-08-20T21:53:45.7459697Z [00:04:38.998]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-openat-safer.o
2025-08-20T21:53:45.7848992Z [00:04:39.037]➜  x86_64-unknown-linux-musl-binutils> checking whether calloc is declared... yes
2025-08-20T21:53:45.7898762Z [00:04:39.041]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:45.7901353Z [00:04:39.041]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:45.7903985Z [00:04:39.041]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:45.7907940Z [00:04:39.041]➜  gnutar-static-x86_64-unknown-linux-musl>                  from openat-safer.c:24:
2025-08-20T21:53:45.7910372Z [00:04:39.041]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:45.7913060Z [00:04:39.041]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:45.7914417Z [00:04:39.041]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:45.8075611Z [00:04:39.059]➜  gzip-static-x86_64-unknown-linux-musl> checking whether UINT32_MAX < UINTMAX_MAX... yes
2025-08-20T21:53:45.8866129Z [00:04:39.136]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-opendirat.o
2025-08-20T21:53:45.8868028Z [00:04:39.136]➜  gzip-static-x86_64-unknown-linux-musl> checking whether UINT64_MAX == ULONG_MAX... yes
2025-08-20T21:53:45.8869828Z [00:04:39.136]➜  gzip-static-x86_64-unknown-linux-musl> checking where to find the exponent in a 'float'... word 0 bit 23
2025-08-20T21:53:45.8976119Z [00:04:39.149]➜  x86_64-unknown-linux-musl-binutils> checking whether getenv is declared... yes
2025-08-20T21:53:45.9016793Z [00:04:39.151]➜  gzip-static-x86_64-unknown-linux-musl> checking where to find the exponent in a 'long double'... unknown
2025-08-20T21:53:45.9046144Z [00:04:39.156]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:53:45.9066423Z [00:04:39.156]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:53:45.9068246Z [00:04:39.156]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:53:45.9069635Z [00:04:39.156]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl--.h:20,
2025-08-20T21:53:45.9070981Z [00:04:39.156]➜  gnutar-static-x86_64-unknown-linux-musl>                  from opendirat.c:25:
2025-08-20T21:53:45.9073841Z [00:04:39.156]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:53:45.9076601Z [00:04:39.156]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:53:45.9078132Z [00:04:39.156]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:53:45.9079533Z [00:04:39.156]➜  gzip-static-x86_64-unknown-linux-musl> checking whether lstat correctly handles trailing slash... guessing yes
2025-08-20T21:53:45.9172427Z [00:04:39.169]➜  gzip-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:53:45.9220027Z [00:04:39.174]➜  gzip-static-x86_64-unknown-linux-musl> checking whether malloc (0) returns nonnull... guessing yes
2025-08-20T21:53:45.9517893Z [00:04:39.203]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-parse-datetime.o
2025-08-20T21:53:45.9919968Z [00:04:39.244]➜  gzip-static-x86_64-unknown-linux-musl> checking whether NAN macro works... yes
2025-08-20T21:53:46.0047928Z [00:04:39.256]➜  x86_64-unknown-linux-musl-binutils> checking whether getopt is declared... yes
2025-08-20T21:53:46.0444219Z [00:04:39.296]➜  gzip-static-x86_64-unknown-linux-musl> checking whether HUGE_VAL works... yes
2025-08-20T21:53:46.1281787Z [00:04:39.380]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_repquote  \
2025-08-20T21:53:46.1305010Z [00:04:39.380]➜  db-static-x86_64-unknown-linux-musl>     RepQuoteExample.o RepConfigInfo.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:46.1357082Z [00:04:39.387]➜  x86_64-unknown-linux-musl-binutils> checking whether malloc is declared... yes
2025-08-20T21:53:46.1547056Z [00:04:39.406]➜  gzip-static-x86_64-unknown-linux-musl> checking for mbstate_t... yes
2025-08-20T21:53:46.2281630Z [00:04:39.480]➜  gzip-static-x86_64-unknown-linux-musl> checking for nl_langinfo and CODESET... yes
2025-08-20T21:53:46.2392187Z [00:04:39.491]➜  x86_64-unknown-linux-musl-binutils> checking whether realloc is declared... yes
2025-08-20T21:53:46.3416627Z [00:04:39.593]➜  x86_64-unknown-linux-musl-binutils> checking whether sbrk is declared... yes
2025-08-20T21:53:46.3803841Z [00:04:39.632]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_repquote RepQuoteExample.o RepConfigInfo.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:46.3896089Z [00:04:39.641]➜  gzip-static-x86_64-unknown-linux-musl> checking for a traditional japanese locale... none
2025-08-20T21:53:46.3899357Z [00:04:39.642]➜  gzip-static-x86_64-unknown-linux-musl> checking for an english Unicode locale... en_US.UTF-8
2025-08-20T21:53:46.4538426Z [00:04:39.705]➜  x86_64-unknown-linux-musl-binutils> checking whether strtol is declared... yes
2025-08-20T21:53:46.5586591Z [00:04:39.810]➜  gzip-static-x86_64-unknown-linux-musl> checking for a transitional chinese locale... none
2025-08-20T21:53:46.5598472Z [00:04:39.812]➜  gzip-static-x86_64-unknown-linux-musl> checking whether mbrtowc handles incomplete characters... guessing yes
2025-08-20T21:53:46.5600711Z [00:04:39.812]➜  gzip-static-x86_64-unknown-linux-musl> checking whether mbrtowc works as well as mbtowc... guessing yes
2025-08-20T21:53:46.6044481Z [00:04:39.856]➜  x86_64-unknown-linux-musl-binutils> checking whether strtoul is declared... yes
2025-08-20T21:53:46.6672971Z [00:04:39.919]➜  gzip-static-x86_64-unknown-linux-musl> checking for mmap... yes
2025-08-20T21:53:46.6913900Z [00:04:39.943]➜  gzip-static-x86_64-unknown-linux-musl> checking for MAP_ANONYMOUS... yes
2025-08-20T21:53:46.6927795Z [00:04:39.944]➜  gzip-static-x86_64-unknown-linux-musl> checking whether memchr works... guessing no
2025-08-20T21:53:46.7215901Z [00:04:39.973]➜  db-static-x86_64-unknown-linux-musl> :  excxx_repquote
2025-08-20T21:53:46.7279383Z [00:04:39.977]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -I../examples/cxx/excxx_repquote_gsg -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/excxx_repquote_gsg/RepMgrGSG.cpp
2025-08-20T21:53:46.7595166Z [00:04:40.011]➜  gzip-static-x86_64-unknown-linux-musl> checking whether memrchr is declared... yes
2025-08-20T21:53:46.7759840Z [00:04:40.028]➜  x86_64-unknown-linux-musl-binutils> checking whether strtoll is declared... yes
2025-08-20T21:53:46.8056283Z [00:04:40.057]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -I../examples/cxx/excxx_repquote_gsg -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/excxx_repquote_gsg/RepMgrGSG.cpp -o RepMgrGSG.o
2025-08-20T21:53:46.8104651Z [00:04:40.058]➜  gzip-static-x86_64-unknown-linux-musl> checking whether <limits.h> defines MIN and MAX... no
2025-08-20T21:53:46.8920257Z [00:04:40.144]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-priv-set.o
2025-08-20T21:53:46.8987683Z [00:04:40.150]➜  gzip-static-x86_64-unknown-linux-musl> checking whether <sys/param.h> defines MIN and MAX... yes
2025-08-20T21:53:46.9136691Z [00:04:40.165]➜  x86_64-unknown-linux-musl-binutils> checking whether strtoull is declared... yes
2025-08-20T21:53:46.9369183Z [00:04:40.189]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-progname.o
2025-08-20T21:53:46.9473182Z [00:04:40.199]➜  gzip-static-x86_64-unknown-linux-musl> checking for O_CLOEXEC... yes
2025-08-20T21:53:46.9536281Z [00:04:40.205]➜  gzip-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:53:47.0559485Z [00:04:40.308]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-quotearg.o
2025-08-20T21:53:47.0647572Z [00:04:40.316]➜  gzip-static-x86_64-unknown-linux-musl> checking whether C symbols are prefixed with underscore at the linker level... no
2025-08-20T21:53:47.0852094Z [00:04:40.337]➜  x86_64-unknown-linux-musl-binutils> checking whether strverscmp is declared... yes
2025-08-20T21:53:47.2012214Z [00:04:40.453]➜  gzip-static-x86_64-unknown-linux-musl> checking for sigset_t... yes
2025-08-20T21:53:47.2016283Z [00:04:40.453]➜  gzip-static-x86_64-unknown-linux-musl> checking whether realloc should abort upon undefined behaviour... no
2025-08-20T21:53:47.2361317Z [00:04:40.488]➜  x86_64-unknown-linux-musl-binutils> checking whether strnlen is declared... yes
2025-08-20T21:53:47.3972980Z [00:04:40.649]➜  x86_64-unknown-linux-musl-binutils> checking whether canonicalize_file_name must be declared... no
2025-08-20T21:53:47.4097871Z [00:04:40.661]➜  gzip-static-x86_64-unknown-linux-musl> checking for uid_t... yes
2025-08-20T21:53:47.6124935Z [00:04:40.862]➜  gzip-static-x86_64-unknown-linux-musl> checking for gid_t... yes
2025-08-20T21:53:47.7646293Z [00:04:41.016]➜  gzip-static-x86_64-unknown-linux-musl> checking for volatile sig_atomic_t... yes
2025-08-20T21:53:47.9853723Z [00:04:41.229]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-rawmemchr.o
2025-08-20T21:53:47.9893002Z [00:04:41.241]➜  gzip-static-x86_64-unknown-linux-musl> checking for sighandler_t... yes
2025-08-20T21:53:48.0813717Z [00:04:41.333]➜  gzip-static-x86_64-unknown-linux-musl> checking for good max_align_t... yes
2025-08-20T21:53:48.1139301Z [00:04:41.366]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-regex.o
2025-08-20T21:53:48.1685559Z [00:04:41.418]➜  gzip-static-x86_64-unknown-linux-musl> checking whether NULL can be used in arbitrary expressions... yes
2025-08-20T21:53:48.2588992Z [00:04:41.511]➜  gzip-static-x86_64-unknown-linux-musl> checking for unreachable... no
2025-08-20T21:53:48.3289194Z [00:04:41.581]➜  gzip-static-x86_64-unknown-linux-musl> checking whether nullptr_t needs <stddef.h>... no
2025-08-20T21:53:48.3457891Z [00:04:41.597]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_repquote_gsg_repmgr  RepMgrGSG.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:48.3853926Z [00:04:41.637]➜  gzip-static-x86_64-unknown-linux-musl> checking for clean definition of __STDC_VERSION_STDDEF_H__... yes
2025-08-20T21:53:48.5236339Z [00:04:41.775]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fcloseall is declared... no
2025-08-20T21:53:48.6064906Z [00:04:41.858]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_repquote_gsg_repmgr RepMgrGSG.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:48.6960470Z [00:04:41.948]➜  gzip-static-x86_64-unknown-linux-musl> checking whether getw is declared... yes
2025-08-20T21:53:48.8158283Z [00:04:42.067]➜  gzip-static-x86_64-unknown-linux-musl> checking whether putw is declared... yes
2025-08-20T21:53:48.8660141Z [00:04:42.118]➜  x86_64-unknown-linux-musl-binutils> checking for SHA1 HW acceleration support... x86 SHA1
2025-08-20T21:53:48.8717511Z [00:04:42.123]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... (cached) yes
2025-08-20T21:53:48.8906408Z [00:04:42.142]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... (cached) yes
2025-08-20T21:53:48.8967117Z [00:04:42.148]➜  gzip-static-x86_64-unknown-linux-musl> checking which flavor of printf attribute matches inttypes macros... system
2025-08-20T21:53:48.9022684Z [00:04:42.154]➜  x86_64-unknown-linux-musl-binutils> checking for sys/param.h... (cached) yes
2025-08-20T21:53:48.9149180Z [00:04:42.167]➜  db-static-x86_64-unknown-linux-musl> :  excxx_repquote_gsg_repmgr
2025-08-20T21:53:48.9168712Z [00:04:42.169]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -I../examples/cxx/excxx_repquote_gsg -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/excxx_repquote_gsg/SimpleTxn.cpp
2025-08-20T21:53:48.9181003Z [00:04:42.170]➜  x86_64-unknown-linux-musl-binutils> checking for getpagesize... (cached) yes
2025-08-20T21:53:48.9725212Z [00:04:42.224]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -I../examples/cxx/excxx_repquote_gsg -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/excxx_repquote_gsg/SimpleTxn.cpp -o SimpleTxn.o
2025-08-20T21:53:48.9917986Z [00:04:42.243]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ecvt is declared... yes
2025-08-20T21:53:49.1079505Z [00:04:42.359]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fcvt is declared... yes
2025-08-20T21:53:49.1585665Z [00:04:42.410]➜  x86_64-unknown-linux-musl-binutils> checking for working mmap... yes
2025-08-20T21:53:49.2106325Z [00:04:42.462]➜  gzip-static-x86_64-unknown-linux-musl> checking whether gcvt is declared... yes
2025-08-20T21:53:49.3196077Z [00:04:42.571]➜  gzip-static-x86_64-unknown-linux-musl> checking whether MB_CUR_MAX is correct... guessing yes
2025-08-20T21:53:49.3695024Z [00:04:42.621]➜  x86_64-unknown-linux-musl-binutils> checking for working strncmp... yes
2025-08-20T21:53:49.4026412Z [00:04:42.654]➜  gzip-static-x86_64-unknown-linux-musl> checking whether strdup is declared... yes
2025-08-20T21:53:49.4029297Z [00:04:42.655]➜  gzip-static-x86_64-unknown-linux-musl> checking whether strerror(0) succeeds... guessing yes
2025-08-20T21:53:49.4424481Z [00:04:42.694]➜  x86_64-unknown-linux-musl-binutils> configure: updating cache ./config.cache
2025-08-20T21:53:49.4560408Z [00:04:42.708]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:53:49.4742237Z [00:04:42.726]➜  gzip-static-x86_64-unknown-linux-musl> checking for struct timespec in <time.h>... yes
2025-08-20T21:53:49.5585312Z [00:04:42.810]➜  gzip-static-x86_64-unknown-linux-musl> checking for TIME_UTC in <time.h>... yes
2025-08-20T21:53:49.6510350Z [00:04:42.902]➜  gzip-static-x86_64-unknown-linux-musl> checking whether execvpe is declared... yes
2025-08-20T21:53:49.6513428Z [00:04:42.902]➜  gzip-static-x86_64-unknown-linux-musl> checking whether the utimes function works... guessing yes
2025-08-20T21:53:49.6520533Z [00:04:42.903]➜  gzip-static-x86_64-unknown-linux-musl> checking whether <wchar.h> uses 'inline' correctly... yes
2025-08-20T21:53:49.7498317Z [00:04:43.001]➜  gzip-static-x86_64-unknown-linux-musl> checking whether wcsdup is declared... yes
2025-08-20T21:53:49.7771310Z [00:04:43.029]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:53:49.8210152Z [00:04:43.073]➜  x86_64-unknown-linux-musl-binutils> config.status: creating testsuite/Makefile
2025-08-20T21:53:49.8345426Z [00:04:43.086]➜  gzip-static-x86_64-unknown-linux-musl> checking for C compiler option to allow warnings... -Wno-error
2025-08-20T21:53:49.8677653Z [00:04:43.119]➜  x86_64-unknown-linux-musl-binutils> config.status: creating config.h
2025-08-20T21:53:49.8743159Z [00:04:43.126]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_repquote_gsg_simple  SimpleTxn.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:49.8922585Z [00:04:43.144]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default commands
2025-08-20T21:53:49.9326081Z [00:04:43.184]➜  gzip-static-x86_64-unknown-linux-musl> checking for alignas and alignof... yes, keywords
2025-08-20T21:53:49.9722443Z [00:04:43.224]➜  gzip-static-x86_64-unknown-linux-musl> checking for alloca as a compiler built-in... yes
2025-08-20T21:53:49.9855210Z [00:04:43.237]➜  x86_64-unknown-linux-musl-binutils> mkdir -p -- ./bfd
2025-08-20T21:53:49.9986880Z [00:04:43.248]➜  x86_64-unknown-linux-musl-binutils> Configuring in ./bfd
2025-08-20T21:53:50.0177769Z [00:04:43.269]➜  x86_64-unknown-linux-musl-binutils> make[2]: Entering directory '/build/build/libiberty'
2025-08-20T21:53:50.0182939Z [00:04:43.269]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ] && [ ! -d pic ]; then \
2025-08-20T21:53:50.0187824Z [00:04:43.269]➜  x86_64-unknown-linux-musl-binutils>   mkdir pic; \
2025-08-20T21:53:50.0189261Z [00:04:43.269]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:50.0214450Z [00:04:43.271]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ] && [ ! -d noasan ]; then \
2025-08-20T21:53:50.0215732Z [00:04:43.271]➜  x86_64-unknown-linux-musl-binutils>   mkdir noasan; \
2025-08-20T21:53:50.0216817Z [00:04:43.271]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:50.0321467Z [00:04:43.284]➜  x86_64-unknown-linux-musl-binutils> touch stamp-picdir
2025-08-20T21:53:50.0345884Z [00:04:43.286]➜  x86_64-unknown-linux-musl-binutils> touch stamp-noasandir
2025-08-20T21:53:50.0464050Z [00:04:43.297]➜  x86_64-unknown-linux-musl-binutils> echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
2025-08-20T21:53:50.0579696Z [00:04:43.310]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:53:50.0588970Z [00:04:43.310]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/regex.c -o pic/regex.o; \
2025-08-20T21:53:50.0591396Z [00:04:43.310]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:50.0592240Z [00:04:43.310]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:53:50.0595531Z [00:04:43.310]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
2025-08-20T21:53:50.0598041Z [00:04:43.310]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:50.0609566Z [00:04:43.313]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:53:50.0613162Z [00:04:43.313]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
2025-08-20T21:53:50.0615692Z [00:04:43.313]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:50.0804443Z [00:04:43.329]➜  gzip-static-x86_64-unknown-linux-musl> checking for static_assert... yes, a keyword
2025-08-20T21:53:50.0806419Z [00:04:43.332]➜  x86_64-unknown-linux-musl-binutils> make[3]: Entering directory '/build/build/libiberty/testsuite'
2025-08-20T21:53:50.0905407Z [00:04:43.342]➜  x86_64-unknown-linux-musl-binutils> make[3]: Nothing to be done for 'all'.
2025-08-20T21:53:50.0907113Z [00:04:43.342]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/libiberty/testsuite'
2025-08-20T21:53:50.0908466Z [00:04:43.342]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:53:50.0911696Z [00:04:43.342]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/md5.c -o pic/md5.o; \
2025-08-20T21:53:50.0914539Z [00:04:43.342]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:50.1720481Z [00:04:43.423]➜  gzip-static-x86_64-unknown-linux-musl> checking for bool, true, false... yes
2025-08-20T21:53:50.2050885Z [00:04:43.456]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_repquote_gsg_simple SimpleTxn.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:50.2771214Z [00:04:43.529]➜  gzip-static-x86_64-unknown-linux-musl> checking for working bswap_16, bswap_32, bswap_64... yes
2025-08-20T21:53:50.2788919Z [00:04:43.531]➜  gzip-static-x86_64-unknown-linux-musl> checking whether calloc (0, n) and calloc (n, 0) return nonnull... guessing yes
2025-08-20T21:53:50.3418513Z [00:04:43.593]➜  gzip-static-x86_64-unknown-linux-musl> checking whether this system supports file names of any length... no
2025-08-20T21:53:50.5124809Z [00:04:43.764]➜  gzip-static-x86_64-unknown-linux-musl> checking for library containing clock_gettime... none required
2025-08-20T21:53:50.5837663Z [00:04:43.835]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:53:50.5840569Z [00:04:43.835]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \
2025-08-20T21:53:50.5843405Z [00:04:43.835]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:50.5866233Z [00:04:43.838]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/cplus-dem.c -o cplus-dem.o
2025-08-20T21:53:50.7455084Z [00:04:43.989]➜  gzip-static-x86_64-unknown-linux-musl> checking for clock_getres... yes
2025-08-20T21:53:50.7492731Z [00:04:44.001]➜  x86_64-unknown-linux-musl-binutils> configure: creating cache ./config.cache
2025-08-20T21:53:50.8228256Z [00:04:44.074]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:53:50.8399232Z [00:04:44.092]➜  db-static-x86_64-unknown-linux-musl> :  excxx_repquote_gsg_simple
2025-08-20T21:53:50.8474259Z [00:04:44.099]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/SequenceExample.cpp
2025-08-20T21:53:50.8575280Z [00:04:44.109]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:53:50.8957451Z [00:04:44.147]➜  x86_64-unknown-linux-musl-binutils> checking target system type... x86_64-unknown-linux-musl
2025-08-20T21:53:50.8959759Z [00:04:44.147]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:53:50.9183655Z [00:04:44.169]➜  x86_64-unknown-linux-musl-binutils> checking whether build environment is sane... yes
2025-08-20T21:53:50.9662519Z [00:04:44.218]➜  x86_64-unknown-linux-musl-binutils> checking for a thread-safe mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:53:50.9665719Z [00:04:44.218]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:53:51.0068531Z [00:04:44.258]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... if [ x"" != x ]; then \
2025-08-20T21:53:51.0072374Z [00:04:44.258]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/md5.c -o noasan/md5.o; \
2025-08-20T21:53:51.0075304Z [00:04:44.258]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:51.0078290Z [00:04:44.258]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/md5.c -o md5.o
2025-08-20T21:53:51.0145473Z [00:04:44.266]➜  gzip-static-x86_64-unknown-linux-musl> checking for clock_gettime... yes
2025-08-20T21:53:51.0304219Z [00:04:44.280]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:51.0306788Z [00:04:44.281]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/SequenceExample.cpp -o SequenceExample.o
2025-08-20T21:53:51.0573778Z [00:04:44.309]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... yes
2025-08-20T21:53:51.0911759Z [00:04:44.343]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... (cached) yes
2025-08-20T21:53:51.0919242Z [00:04:44.343]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:51.0922895Z [00:04:44.343]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:51.0926089Z [00:04:44.343]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:53:51.2558205Z [00:04:44.506]➜  gzip-static-x86_64-unknown-linux-musl> checking for clock_settime... yes
2025-08-20T21:53:51.5078062Z [00:04:44.759]➜  gzip-static-x86_64-unknown-linux-musl> checking for closedir... yes
2025-08-20T21:53:51.5586669Z [00:04:44.808]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... if [ x"-fpic" != x ]; then \
2025-08-20T21:53:51.5592987Z [00:04:44.808]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/sha1.c -o pic/sha1.o; \
2025-08-20T21:53:51.5599305Z [00:04:44.808]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:51.6690669Z [00:04:44.921]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:51.6696329Z [00:04:44.921]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:53:51.8091991Z [00:04:45.061]➜  gzip-static-x86_64-unknown-linux-musl> checking for dirfd... yes
2025-08-20T21:53:52.0159306Z [00:04:45.268]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:53:52.0268786Z [00:04:45.279]➜  gzip-static-x86_64-unknown-linux-musl> checking whether dirfd is declared... yes
2025-08-20T21:53:52.1444288Z [00:04:45.396]➜  gzip-static-x86_64-unknown-linux-musl> checking whether dirfd is a macro... no
2025-08-20T21:53:52.1532474Z [00:04:45.396]➜  gzip-static-x86_64-unknown-linux-musl> checking whether // is distinct from /... unknown, assuming no
2025-08-20T21:53:52.1534703Z [00:04:45.396]➜  gzip-static-x86_64-unknown-linux-musl> checking whether dup works... guessing yes
2025-08-20T21:53:52.1536137Z [00:04:45.403]➜  gzip-static-x86_64-unknown-linux-musl> checking whether dup2 works... guessing yes
2025-08-20T21:53:52.1614846Z [00:04:45.411]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fcntl handles F_DUPFD correctly... guessing yes
2025-08-20T21:53:52.1636098Z [00:04:45.411]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fcntl understands F_DUPFD_CLOEXEC... guessing no
2025-08-20T21:53:52.3436607Z [00:04:45.595]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... if [ x"-fpic" != x ]; then \
2025-08-20T21:53:52.3440248Z [00:04:45.595]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/alloca.c -o pic/alloca.o; \
2025-08-20T21:53:52.3447111Z [00:04:45.595]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:52.4171708Z [00:04:45.669]➜  gzip-static-x86_64-unknown-linux-musl> checking for fdatasync... yes
2025-08-20T21:53:52.5252395Z [00:04:45.777]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:52.6040924Z [00:04:45.856]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fdopendir is declared... yes
2025-08-20T21:53:52.6072316Z [00:04:45.859]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fdopendir works... guessing yes
2025-08-20T21:53:52.6086788Z [00:04:45.860]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fflush works on input streams... (cached) cross
2025-08-20T21:53:52.6256744Z [00:04:45.877]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... if [ x"" != x ]; then \
2025-08-20T21:53:52.6265343Z [00:04:45.877]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/alloca.c -o noasan/alloca.o; \
2025-08-20T21:53:52.6267685Z [00:04:45.877]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:52.6335651Z [00:04:45.885]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/alloca.c -o alloca.o
2025-08-20T21:53:52.7335538Z [00:04:45.979]➜  x86_64-unknown-linux-musl-binutils> o
2025-08-20T21:53:52.8468696Z [00:04:46.098]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:53:52.8575579Z [00:04:46.109]➜  gzip-static-x86_64-unknown-linux-musl> checking for mempcpy... yes
2025-08-20T21:53:52.9105072Z [00:04:46.159]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:53:52.9641721Z [00:04:46.214]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... if [ x"-fpic" != x ]; then \
2025-08-20T21:53:52.9645003Z [00:04:46.214]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/argv.c -o pic/argv.o; \
2025-08-20T21:53:52.9647236Z [00:04:46.214]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:52.9701608Z [00:04:46.222]➜  gzip-static-x86_64-unknown-linux-musl> checking whether float.h conforms to ISO C23... no
2025-08-20T21:53:52.9707062Z [00:04:46.222]➜  gzip-static-x86_64-unknown-linux-musl> checking whether conversion from 'int' to 'long double' works... guessing yes
2025-08-20T21:53:53.0416005Z [00:04:46.293]➜  x86_64-unknown-linux-musl-binutils> none needed
2025-08-20T21:53:53.2585432Z [00:04:46.504]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... yes
2025-08-20T21:53:53.2753609Z [00:04:46.527]➜  x86_64-unknown-linux-musl-binutils> checking for style of include used by make... GNU
2025-08-20T21:53:53.3827576Z [00:04:46.634]➜  gzip-static-x86_64-unknown-linux-musl> checking for ptrdiff_t... yes
2025-08-20T21:53:53.4896073Z [00:04:46.741]➜  x86_64-unknown-linux-musl-binutils> checking dependency style of gcc... gcc3
2025-08-20T21:53:53.5892064Z [00:04:46.841]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_sequence  SequenceExample.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:53.6535298Z [00:04:46.905]➜  gzip-static-x86_64-unknown-linux-musl> checking for __fpurge... yes
2025-08-20T21:53:53.6726816Z [00:04:46.924]➜  x86_64-unknown-linux-musl-binutils> checking how to run the C preprocessor... gcc -E
2025-08-20T21:53:53.7611182Z [00:04:47.013]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fpurge is declared... no
2025-08-20T21:53:53.7642823Z [00:04:47.016]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fpurge works... no
2025-08-20T21:53:53.8095257Z [00:04:47.059]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:53:53.8098404Z [00:04:47.059]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/argv.c -o noasan/argv.o; \
2025-08-20T21:53:53.8101006Z [00:04:47.059]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:53.8104295Z [00:04:47.059]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/argv.c -o argv.o
2025-08-20T21:53:53.8606090Z [00:04:47.109]➜  x86_64-unknown-linux-musl-binutils> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:53:53.8629647Z [00:04:47.115]➜  x86_64-unknown-linux-musl-binutils> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:53:53.9692506Z [00:04:47.221]➜  gzip-static-x86_64-unknown-linux-musl> checking for __freading... yes
2025-08-20T21:53:54.1267839Z [00:04:47.378]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_sequence SequenceExample.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:54.1435478Z [00:04:47.393]➜  gzip-static-x86_64-unknown-linux-musl> checking whether free is known to preserve errno... no
2025-08-20T21:53:54.1440778Z [00:04:47.393]➜  gzip-static-x86_64-unknown-linux-musl> checking whether frexp works... guessing yes
2025-08-20T21:53:54.3785381Z [00:04:47.627]➜  gzip-static-x86_64-unknown-linux-musl> checking whether frexpl is declared... yes
2025-08-20T21:53:54.5722944Z [00:04:47.824]➜  gzip-static-x86_64-unknown-linux-musl> checking whether frexpl() can be used without linking with libm... yes
2025-08-20T21:53:54.5733769Z [00:04:47.824]➜  gzip-static-x86_64-unknown-linux-musl> checking whether frexpl works... guessing yes
2025-08-20T21:53:54.5734958Z [00:04:47.825]➜  gzip-static-x86_64-unknown-linux-musl> checking for fseeko... (cached) yes
2025-08-20T21:53:54.5738403Z [00:04:47.826]➜  gzip-static-x86_64-unknown-linux-musl> checking whether fflush works on input streams... (cached) cross
2025-08-20T21:53:54.6271393Z [00:04:47.879]➜  x86_64-unknown-linux-musl-binutils> checking for ANSI C header files... if [ x"-fpic" != x ]; then \
2025-08-20T21:53:54.6274926Z [00:04:47.879]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/bsearch_r.c -o pic/bsearch_r.o; \
2025-08-20T21:53:54.6277440Z [00:04:47.879]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:54.8533517Z [00:04:48.105]➜  gzip-static-x86_64-unknown-linux-musl> checking for _fseeki64... no
2025-08-20T21:53:54.8708320Z [00:04:48.122]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:53:54.8711948Z [00:04:48.122]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/bsearch_r.c -o noasan/bsearch_r.o; \
2025-08-20T21:53:54.8715226Z [00:04:48.122]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:54.8754988Z [00:04:48.127]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/bsearch_r.c -o bsearch_r.o
2025-08-20T21:53:54.8886554Z [00:04:48.140]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:55.0389519Z [00:04:48.291]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... yes
2025-08-20T21:53:55.1464313Z [00:04:48.398]➜  gzip-static-x86_64-unknown-linux-musl> checking for __fseterr... yes
2025-08-20T21:53:55.1585111Z [00:04:48.399]➜  gzip-static-x86_64-unknown-linux-musl> checking for ftello... (cached) yes
2025-08-20T21:53:55.1586409Z [00:04:48.399]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ftello works... (cached) guessing yes
2025-08-20T21:53:55.1587675Z [00:04:48.401]➜  gzip-static-x86_64-unknown-linux-musl> checking whether getdtablesize works... guessing yes
2025-08-20T21:53:55.2333849Z [00:04:48.485]➜  x86_64-unknown-linux-musl-binutils> checking for sys/stat.h... if [ x"-fpic" != x ]; then \
2025-08-20T21:53:55.2337409Z [00:04:48.485]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/choose-temp.c -o pic/choose-temp.o; \
2025-08-20T21:53:55.2340208Z [00:04:48.485]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:55.3395409Z [00:04:48.588]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:55.3479093Z [00:04:48.600]➜  db-static-x86_64-unknown-linux-musl> :  excxx_sequence
2025-08-20T21:53:55.3490246Z [00:04:48.601]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=compile x86_64-unknown-linux-musl-g++ -c -I. -I../src  -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/TpcbExample.cpp
2025-08-20T21:53:55.4584112Z [00:04:48.710]➜  gzip-static-x86_64-unknown-linux-musl> checking for getprogname... no
2025-08-20T21:53:55.5171601Z [00:04:48.769]➜  db-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-g++ -c -I. -I../src -D_GNU_SOURCE -D_REENTRANT -O ../examples/cxx/TpcbExample.cpp -o TpcbExample.o
2025-08-20T21:53:55.5450468Z [00:04:48.797]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... if [ x"" != x ]; then \
2025-08-20T21:53:55.5457117Z [00:04:48.797]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/choose-temp.c -o noasan/choose-temp.o; \
2025-08-20T21:53:55.5514209Z [00:04:48.797]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:55.5520524Z [00:04:48.799]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/choose-temp.c -o choose-temp.o
2025-08-20T21:53:55.5523473Z [00:04:48.804]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:55.6221229Z [00:04:48.874]➜  gzip-static-x86_64-unknown-linux-musl> checking whether program_invocation_name is declared... yes
2025-08-20T21:53:55.6399146Z [00:04:48.891]➜  gzip-static-x86_64-unknown-linux-musl> checking whether program_invocation_name is declared... (cached) yes
2025-08-20T21:53:55.7507721Z [00:04:49.002]➜  x86_64-unknown-linux-musl-binutils> checking for string.h... yes
2025-08-20T21:53:55.7874934Z [00:04:49.039]➜  gzip-static-x86_64-unknown-linux-musl> checking whether program_invocation_short_name is declared... yes
2025-08-20T21:53:55.8312735Z [00:04:49.083]➜  x86_64-unknown-linux-musl-binutils> checking for memory.h... if [ x"-fpic" != x ]; then \
2025-08-20T21:53:55.8319365Z [00:04:49.083]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/concat.c -o pic/concat.o; \
2025-08-20T21:53:55.8321844Z [00:04:49.083]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:55.8944304Z [00:04:49.146]➜  gzip-static-x86_64-unknown-linux-musl> checking whether __argv is declared... no
2025-08-20T21:53:55.9423465Z [00:04:49.194]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:56.0172234Z [00:04:49.264]➜  gzip-static-x86_64-unknown-linux-musl> checking for gettimeofday with POSIX signature... yes
2025-08-20T21:53:56.0999820Z [00:04:49.351]➜  x86_64-unknown-linux-musl-binutils> checking for strings.h... yes
2025-08-20T21:53:56.1062771Z [00:04:49.358]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:53:56.1065678Z [00:04:49.358]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/sha1.c -o noasan/sha1.o; \
2025-08-20T21:53:56.1068012Z [00:04:49.358]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:56.1120304Z [00:04:49.362]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/sha1.c -o sha1.o
2025-08-20T21:53:56.2212808Z [00:04:49.473]➜  x86_64-unknown-linux-musl-binutils> checking for inttypes.h... if [ x"" != x ]; then \
2025-08-20T21:53:56.2220797Z [00:04:49.473]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/concat.c -o noasan/concat.o; \
2025-08-20T21:53:56.2224389Z [00:04:49.473]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:56.2286828Z [00:04:49.480]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/concat.c -o concat.o
2025-08-20T21:53:56.2824247Z [00:04:49.534]➜  gzip-static-x86_64-unknown-linux-musl> checking whether isnan(double) can be used without linking with libm... yes
2025-08-20T21:53:56.3458464Z [00:04:49.597]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:56.4590260Z [00:04:49.711]➜  gzip-static-x86_64-unknown-linux-musl> checking whether isnan(float) can be used without linking with libm... yes
2025-08-20T21:53:56.4598225Z [00:04:49.712]➜  gzip-static-x86_64-unknown-linux-musl> checking whether isnan(float) works... guessing yes
2025-08-20T21:53:56.5728517Z [00:04:49.824]➜  x86_64-unknown-linux-musl-binutils> checking for stdint.h... yes
2025-08-20T21:53:56.6325089Z [00:04:49.881]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... if [ x"-fpic" != x ]; then \
2025-08-20T21:53:56.6386602Z [00:04:49.881]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/cp-demint.c -o pic/cp-demint.o; \
2025-08-20T21:53:56.6389187Z [00:04:49.881]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:56.6625157Z [00:04:49.911]➜  gzip-static-x86_64-unknown-linux-musl> checking whether isnan(long double) can be used without linking with libm... yes
2025-08-20T21:53:56.6626580Z [00:04:49.912]➜  gzip-static-x86_64-unknown-linux-musl> checking whether isnanl works... guessing yes
2025-08-20T21:53:56.7707994Z [00:04:50.022]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:56.9064777Z [00:04:50.158]➜  gzip-static-x86_64-unknown-linux-musl> checking for C compiler flag to ignore unused libraries... -Wl,--as-needed
2025-08-20T21:53:56.9507595Z [00:04:50.202]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h usability... if [ x"" != x ]; then \
2025-08-20T21:53:56.9514753Z [00:04:50.202]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/cp-demint.c -o noasan/cp-demint.o; \
2025-08-20T21:53:56.9521038Z [00:04:50.202]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:56.9620664Z [00:04:50.208]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/cp-demint.c -o cp-demint.o
2025-08-20T21:53:57.0205667Z [00:04:50.268]➜  gzip-static-x86_64-unknown-linux-musl> checking whether lseek detects pipes... yes
2025-08-20T21:53:57.0677150Z [00:04:50.319]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:53:57.0957379Z [00:04:50.347]➜  gzip-static-x86_64-unknown-linux-musl> checking whether SEEK_DATA works but is incompatible with GNU... no
2025-08-20T21:53:57.1766060Z [00:04:50.425]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h presence... no
2025-08-20T21:53:57.1804546Z [00:04:50.425]➜  x86_64-unknown-linux-musl-binutils> checking for minix/config.h... no
2025-08-20T21:53:57.2447424Z [00:04:50.496]➜  gzip-static-x86_64-unknown-linux-musl> checking for bp-sym.h... no
2025-08-20T21:53:57.2457418Z [00:04:50.497]➜  gzip-static-x86_64-unknown-linux-musl> checking for mempcpy... (cached) yes
2025-08-20T21:53:57.3114343Z [00:04:50.563]➜  x86_64-unknown-linux-musl-binutils> checking whether it is safe to define __EXTENSIONS__... if [ x"-fpic" != x ]; then \
2025-08-20T21:53:57.3126766Z [00:04:50.563]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/crc32.c -o pic/crc32.o; \
2025-08-20T21:53:57.3129816Z [00:04:50.563]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:57.4568387Z [00:04:50.708]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:57.4939828Z [00:04:50.743]➜  x86_64-unknown-linux-musl-binutils> checking how to print strings... printf
2025-08-20T21:53:57.4949471Z [00:04:50.747]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:53:57.5162293Z [00:04:50.768]➜  x86_64-unknown-linux-musl-binutils> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:53:57.5465510Z [00:04:50.798]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by gcc... ld
2025-08-20T21:53:57.5759353Z [00:04:50.824]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... if [ x"" != x ]; then \
2025-08-20T21:53:57.5777906Z [00:04:50.824]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/crc32.c -o noasan/crc32.o; \
2025-08-20T21:53:57.5780505Z [00:04:50.824]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:57.5781480Z [00:04:50.825]➜  gzip-static-x86_64-unknown-linux-musl> checking for memrchr... yes
2025-08-20T21:53:57.5795462Z [00:04:50.831]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/crc32.c -o crc32.o
2025-08-20T21:53:57.6082152Z [00:04:50.857]➜  gzip-static-x86_64-unknown-linux-musl> checking whether open recognizes a trailing slash... guessing yes
2025-08-20T21:53:57.6209700Z [00:04:50.873]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:53:57.8095742Z [00:04:51.058]➜  x86_64-unknown-linux-musl-binutils> checking for BSD- or MS-compatible name lister (nm)... if [ x"-fpic" != x ]; then \
2025-08-20T21:53:57.8137230Z [00:04:51.058]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/d-demangle.c -o pic/d-demangle.o; \
2025-08-20T21:53:57.8140109Z [00:04:51.058]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:53:57.8596423Z [00:04:51.111]➜  x86_64-unknown-linux-musl-binutils> grep: write error: Broken pipe
2025-08-20T21:53:57.8861590Z [00:04:51.138]➜  gzip-static-x86_64-unknown-linux-musl> checking for opendir... yes
2025-08-20T21:53:57.8867212Z [00:04:51.138]➜  gzip-static-x86_64-unknown-linux-musl> checking whether frexp works... (cached) guessing yes
2025-08-20T21:53:58.1654432Z [00:04:51.417]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ldexp can be used without linking with libm... yes
2025-08-20T21:53:58.1671392Z [00:04:51.418]➜  gzip-static-x86_64-unknown-linux-musl> checking whether frexpl() can be used without linking with libm... (cached) yes
2025-08-20T21:53:58.1754899Z [00:04:51.419]➜  gzip-static-x86_64-unknown-linux-musl> checking whether frexpl works... (cached) guessing yes
2025-08-20T21:53:58.1763990Z [00:04:51.428]➜  gzip-static-x86_64-unknown-linux-musl> checking whether frexpl is declared... (cached) yes
2025-08-20T21:53:58.2745470Z [00:04:51.526]➜  db-static-x86_64-unknown-linux-musl> ./libtool --mode=link x86_64-unknown-linux-musl-g++ -O -o excxx_tpcb  TpcbExample.o libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:58.3067165Z [00:04:51.558]➜  x86_64-unknown-linux-musl-binutils> /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm
2025-08-20T21:53:58.4934034Z [00:04:51.744]➜  x86_64-unknown-linux-musl-binutils> checking the name lister (/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm) interface... BSD nm
2025-08-20T21:53:58.4940826Z [00:04:51.746]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:53:58.5107248Z [00:04:51.762]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ldexpl() can be used without linking with libm... yes
2025-08-20T21:53:58.5112773Z [00:04:51.762]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ldexpl works... guessing yes
2025-08-20T21:53:58.5300082Z [00:04:51.782]➜  x86_64-unknown-linux-musl-binutils> checking the maximum length of command line arguments... 4718592
2025-08-20T21:53:58.5351271Z [00:04:51.787]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands some XSI constructs... yes
2025-08-20T21:53:58.5403093Z [00:04:51.792]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands "+="... yes
2025-08-20T21:53:58.5620477Z [00:04:51.814]➜  x86_64-unknown-linux-musl-binutils> checking for ld option to reload object files... -r
2025-08-20T21:53:58.5627152Z [00:04:51.814]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... objdump
2025-08-20T21:53:58.5629200Z [00:04:51.814]➜  x86_64-unknown-linux-musl-binutils> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:53:58.6216504Z [00:04:51.870]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:58.6606238Z [00:04:51.912]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... strip
2025-08-20T21:53:58.6609016Z [00:04:51.912]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:53:58.7018344Z [00:04:51.951]➜  gzip-static-x86_64-unknown-linux-musl> checking whether ldexpl is declared... yes
2025-08-20T21:53:58.7023858Z [00:04:51.952]➜  gzip-static-x86_64-unknown-linux-musl> checking for ptrdiff_t... (cached) yes
2025-08-20T21:53:58.8436451Z [00:04:52.095]➜  db-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-g++ -O -o excxx_tpcb TpcbExample.o  libdb_cxx-5.3.a -lpthread
2025-08-20T21:53:59.0065571Z [00:04:52.258]➜  gzip-static-x86_64-unknown-linux-musl> checking for qsort_r signature... GNU
2025-08-20T21:53:59.1481392Z [00:04:52.400]➜  x86_64-unknown-linux-musl-binutils> checking command to parse /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm output from gcc object... ok
2025-08-20T21:53:59.2866029Z [00:04:52.534]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/bfd/configure: line 6936: /usr/bin/file: No such file or directory
2025-08-20T21:53:59.2924749Z [00:04:52.534]➜  gzip-static-x86_64-unknown-linux-musl> checking for raise... yes
2025-08-20T21:53:59.5856270Z [00:04:52.837]➜  gzip-static-x86_64-unknown-linux-musl> checking for sigprocmask... yes
2025-08-20T21:53:59.6159647Z [00:04:52.867]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... yes
2025-08-20T21:53:59.6426749Z [00:04:52.894]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:53:59.8069386Z [00:04:53.059]➜  gzip-static-x86_64-unknown-linux-musl> checking for readdir... yes
2025-08-20T21:53:59.8071292Z [00:04:53.059]➜  gzip-static-x86_64-unknown-linux-musl> checking whether realloc (..., 0) returns nonnull... guessing yes
2025-08-20T21:54:00.0315064Z [00:04:53.283]➜  db-static-x86_64-unknown-linux-musl> :  excxx_tpcb
2025-08-20T21:54:00.0506132Z [00:04:53.302]➜  db-static-x86_64-unknown-linux-musl> checkPhase completed in 1 minutes 25 seconds
2025-08-20T21:54:00.0511077Z [00:04:53.302]➜  db-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:54:00.0930192Z [00:04:53.344]➜  db-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/1ayf6qac3gkj8f0iqb56y6d466zcdg57-db-static-x86_64-unknown-linux-musl-5.3.28-dev/lib/pkgconfig m4datadir=/nix/store/1ayf6qac3gkj8f0iqb56y6d466zcdg57-db-static-x86_64-unknown-linux-musl-5.3.28-dev/share/aclocal aclocaldir=/nix/store/1ayf6qac3gkj8f0iqb56y6d466zcdg57-db-static-x86_64-unknown-linux-musl-5.3.28-dev/share/aclocal install
2025-08-20T21:54:00.1193393Z [00:04:53.371]➜  gzip-static-x86_64-unknown-linux-musl> checking for reallocarray... yes
2025-08-20T21:54:00.1417502Z [00:04:53.393]➜  gzip-static-x86_64-unknown-linux-musl> checking whether rmdir works... guessing yes
2025-08-20T21:54:00.1517259Z [00:04:53.403]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:54:00.1521145Z [00:04:53.404]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:54:00.2226519Z [00:04:53.471]➜  db-static-x86_64-unknown-linux-musl> Installing DB include files: /nix/store/1ayf6qac3gkj8f0iqb56y6d466zcdg57-db-static-x86_64-unknown-linux-musl-5.3.28-dev/include ...
2025-08-20T21:54:00.2266740Z [00:04:53.478]➜  db-static-x86_64-unknown-linux-musl> Installing DB library: /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib ...
2025-08-20T21:54:00.2407686Z [00:04:53.492]➜  db-static-x86_64-unknown-linux-musl> Installing DB utilities: /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin ...
2025-08-20T21:54:00.2810305Z [00:04:53.528]➜  db-static-x86_64-unknown-linux-musl> Installing documentation: /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/docs ...
2025-08-20T21:54:00.2995278Z [00:04:53.549]➜  x86_64-unknown-linux-musl-binutils> checking if gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:54:00.3186024Z [00:04:53.570]➜  gzip-static-x86_64-unknown-linux-musl> checking for struct sigaction.sa_sigaction... yes
2025-08-20T21:54:00.3235321Z [00:04:53.573]➜  gzip-static-x86_64-unknown-linux-musl> checking for signbit macro... guessing yes
2025-08-20T21:54:00.3274773Z [00:04:53.575]➜  gzip-static-x86_64-unknown-linux-musl> checking for signbit compiler built-ins... guessing yes
2025-08-20T21:54:00.3327295Z [00:04:53.583]➜  gzip-static-x86_64-unknown-linux-musl> checking for sigprocmask... (cached) yes
2025-08-20T21:54:00.3394753Z [00:04:53.585]➜  gzip-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:54:00.4360033Z [00:04:53.688]➜  gzip-static-x86_64-unknown-linux-musl> checking for SIZE_MAX... yes
2025-08-20T21:54:00.5406542Z [00:04:53.789]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p libdb-5.3.a /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb-5.3.a
2025-08-20T21:54:00.5495897Z [00:04:53.794]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_archive /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_archive
2025-08-20T21:54:00.5783141Z [00:04:53.830]➜  db-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb-5.3.a
2025-08-20T21:54:00.5880725Z [00:04:53.831]➜  x86_64-unknown-linux-musl-binutils> checking if gcc static flag -static works... no
2025-08-20T21:54:00.6078660Z [00:04:53.859]➜  db-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb-5.3.a
2025-08-20T21:54:00.6305373Z [00:04:53.882]➜  gzip-static-x86_64-unknown-linux-musl> checking for ssize_t... yes
2025-08-20T21:54:00.6686576Z [00:04:53.920]➜  gzip-static-x86_64-unknown-linux-musl> checking whether stat handles trailing slashes on files... guessing yes
2025-08-20T21:54:00.7385615Z [00:04:53.987]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... if [ x"" != x ]; then \
2025-08-20T21:54:00.7416696Z [00:04:53.987]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/d-demangle.c -o noasan/d-demangle.o; \
2025-08-20T21:54:00.7474549Z [00:04:53.987]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:00.7477283Z [00:04:53.993]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/d-demangle.c -o d-demangle.o
2025-08-20T21:54:00.8325115Z [00:04:54.078]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:00.8326905Z [00:04:54.078]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... (cached) yes
2025-08-20T21:54:00.8329128Z [00:04:54.080]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_checkpoint /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_checkpoint
2025-08-20T21:54:00.8708010Z [00:04:54.122]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p libdb.a /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb.a
2025-08-20T21:54:00.9106015Z [00:04:54.157]➜  x86_64-unknown-linux-musl-binutils> checking whether the gcc linker (ld) supports shared libraries... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:00.9109701Z [00:04:54.157]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
2025-08-20T21:54:00.9112362Z [00:04:54.157]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:00.9118192Z [00:04:54.164]➜  db-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb.a
2025-08-20T21:54:00.9241746Z [00:04:54.176]➜  db-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb.a
2025-08-20T21:54:00.9244438Z [00:04:54.176]➜  gzip-static-x86_64-unknown-linux-musl> checking for struct stat.st_atim.tv_nsec... yes
2025-08-20T21:54:01.0657141Z [00:04:54.317]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:01.1277884Z [00:04:54.379]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p libdb_cxx-5.3.a /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb_cxx-5.3.a
2025-08-20T21:54:01.1501126Z [00:04:54.402]➜  db-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb_cxx-5.3.a
2025-08-20T21:54:01.1652275Z [00:04:54.415]➜  gzip-static-x86_64-unknown-linux-musl> checking whether struct stat.st_atim is of type struct timespec... yes
2025-08-20T21:54:01.1906537Z [00:04:54.429]➜  db-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb_cxx-5.3.a
2025-08-20T21:54:01.2046391Z [00:04:54.453]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_deadlock /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_deadlock
2025-08-20T21:54:01.3529867Z [00:04:54.604]➜  x86_64-unknown-linux-musl-binutils> checking whether -lc should be explicitly linked in... if [ x"" != x ]; then \
2025-08-20T21:54:01.3533459Z [00:04:54.605]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/regex.c -o noasan/regex.o; \
2025-08-20T21:54:01.3536101Z [00:04:54.605]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:01.3548971Z [00:04:54.606]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/regex.c -o regex.o
2025-08-20T21:54:01.4413928Z [00:04:54.693]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p libdb_cxx.a /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb_cxx.a
2025-08-20T21:54:01.4751422Z [00:04:54.727]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:54:01.5151598Z [00:04:54.766]➜  db-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb_cxx.a
2025-08-20T21:54:01.5310764Z [00:04:54.783]➜  db-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib/libdb_cxx.a
2025-08-20T21:54:01.5468408Z [00:04:54.798]➜  gzip-static-x86_64-unknown-linux-musl> checking for struct stat.st_birthtimespec.tv_nsec... no
2025-08-20T21:54:01.5512518Z [00:04:54.803]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_dump /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_dump
2025-08-20T21:54:01.7412115Z [00:04:54.993]➜  x86_64-unknown-linux-musl-binutils> checking dynamic linker characteristics... if [ x"" != x ]; then \
2025-08-20T21:54:01.7571320Z [00:04:54.993]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \
2025-08-20T21:54:01.7629699Z [00:04:54.993]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:01.7632448Z [00:04:55.002]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/dwarfnames.c -o dwarfnames.o
2025-08-20T21:54:01.7880064Z [00:04:55.040]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_hotbackup /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_hotbackup
2025-08-20T21:54:01.8006983Z [00:04:55.052]➜  gzip-static-x86_64-unknown-linux-musl> checking for struct stat.st_birthtimensec... no
2025-08-20T21:54:01.8047814Z [00:04:55.057]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:01.8050891Z [00:04:55.057]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \
2025-08-20T21:54:01.8053645Z [00:04:55.057]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:01.8064207Z [00:04:55.058]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/cp-demangle.c -o cp-demangle.o
2025-08-20T21:54:02.0040362Z [00:04:55.256]➜  x86_64-unknown-linux-musl-binutils> GNU/Linux ld.so
2025-08-20T21:54:02.0046471Z [00:04:55.256]➜  x86_64-unknown-linux-musl-binutils> checking how to hardcode library paths into programs... immediate
2025-08-20T21:54:02.0620369Z [00:04:55.313]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_load /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_load
2025-08-20T21:54:02.0788211Z [00:04:55.330]➜  gzip-static-x86_64-unknown-linux-musl> checking for struct stat.st_birthtim.tv_nsec... no
2025-08-20T21:54:02.2844207Z [00:04:55.536]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_log_verify /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_log_verify
2025-08-20T21:54:02.3206236Z [00:04:55.572]➜  gzip-static-x86_64-unknown-linux-musl> checking for stpcpy... yes
2025-08-20T21:54:02.3281759Z [00:04:55.580]➜  gzip-static-x86_64-unknown-linux-musl> checking for working strerror function... guessing yes
2025-08-20T21:54:02.3283787Z [00:04:55.580]➜  gzip-static-x86_64-unknown-linux-musl> checking whether time() works... guessing yes
2025-08-20T21:54:02.3437666Z [00:04:55.595]➜  gzip-static-x86_64-unknown-linux-musl> checking whether unlink honors trailing slashes... guessing yes
2025-08-20T21:54:02.3447694Z [00:04:55.596]➜  gzip-static-x86_64-unknown-linux-musl> checking whether unlink of a parent directory fails as it should... guessing yes
2025-08-20T21:54:02.3669687Z [00:04:55.619]➜  x86_64-unknown-linux-musl-binutils> checking for shl_load... no
2025-08-20T21:54:02.5051428Z [00:04:55.757]➜  x86_64-unknown-linux-musl-binutils> checking for shl_load in -ldld... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:02.5056773Z [00:04:55.757]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/dyn-string.c -o pic/dyn-string.o; \
2025-08-20T21:54:02.5059264Z [00:04:55.757]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:02.5114490Z [00:04:55.763]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_printlog /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_printlog
2025-08-20T21:54:02.5201489Z [00:04:55.772]➜  gzip-static-x86_64-unknown-linux-musl> checking for utime... yes
2025-08-20T21:54:02.5341674Z [00:04:55.786]➜  gzip-static-x86_64-unknown-linux-musl> checking whether utime handles trailing slashes on files... guessing yes
2025-08-20T21:54:02.5958156Z [00:04:55.847]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:54:02.6637447Z [00:04:55.914]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_recover /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_recover
2025-08-20T21:54:02.6709050Z [00:04:55.923]➜  gzip-static-x86_64-unknown-linux-musl> checking for futimes... yes
2025-08-20T21:54:02.7921570Z [00:04:56.044]➜  x86_64-unknown-linux-musl-binutils> checking for dlopen... yes
2025-08-20T21:54:02.8026417Z [00:04:56.054]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_replicate /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_replicate
2025-08-20T21:54:02.8207558Z [00:04:56.072]➜  x86_64-unknown-linux-musl-binutils> checking whether a program can dlopen itself... if [ x"" != x ]; then \
2025-08-20T21:54:02.8254960Z [00:04:56.072]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/dyn-string.c -o noasan/dyn-string.o; \
2025-08-20T21:54:02.8277716Z [00:04:56.072]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:02.8376785Z [00:04:56.086]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/dyn-string.c -o dyn-string.o
2025-08-20T21:54:02.8520615Z [00:04:56.104]➜  gzip-static-x86_64-unknown-linux-musl> checking for futimesat... yes
2025-08-20T21:54:02.9827211Z [00:04:56.234]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_stat /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_stat
2025-08-20T21:54:03.1305317Z [00:04:56.382]➜  gzip-static-x86_64-unknown-linux-musl> checking for lutimes... yes
2025-08-20T21:54:03.1381732Z [00:04:56.390]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:03.2683404Z [00:04:56.518]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_tuner /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_tuner
2025-08-20T21:54:03.2852886Z [00:04:56.535]➜  x86_64-unknown-linux-musl-binutils> checking whether a statically linked program can dlopen itself... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:03.2860530Z [00:04:56.535]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/fdmatch.c -o pic/fdmatch.o; \
2025-08-20T21:54:03.2863159Z [00:04:56.535]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:03.3786921Z [00:04:56.630]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-renameatu.o
2025-08-20T21:54:03.3921670Z [00:04:56.644]➜  gzip-static-x86_64-unknown-linux-musl> checking for futimens... yes
2025-08-20T21:54:03.4040330Z [00:04:56.656]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_upgrade /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_upgrade
2025-08-20T21:54:03.4250982Z [00:04:56.677]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:03.4338140Z [00:04:56.685]➜  x86_64-unknown-linux-musl-binutils> checking whether stripping libraries is possible... yes
2025-08-20T21:54:03.4364366Z [00:04:56.686]➜  x86_64-unknown-linux-musl-binutils> checking if libtool supports shared libraries... yes
2025-08-20T21:54:03.4371163Z [00:04:56.686]➜  x86_64-unknown-linux-musl-binutils> checking whether to build shared libraries... yes
2025-08-20T21:54:03.4372827Z [00:04:56.686]➜  x86_64-unknown-linux-musl-binutils> checking whether to build static libraries... no
2025-08-20T21:54:03.4375395Z [00:04:56.686]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... (cached) yes
2025-08-20T21:54:03.4376797Z [00:04:56.689]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:03.4379333Z [00:04:56.689]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:03.4380595Z [00:04:56.689]➜  gnutar-static-x86_64-unknown-linux-musl>                  from renameatu.c:26:
2025-08-20T21:54:03.4399967Z [00:04:56.689]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:03.4402922Z [00:04:56.689]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:03.4405843Z [00:04:56.689]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:03.5234087Z [00:04:56.775]➜  x86_64-unknown-linux-musl-binutils> checking for windows.h... if [ x"" != x ]; then \
2025-08-20T21:54:03.5241093Z [00:04:56.776]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/fdmatch.c -o noasan/fdmatch.o; \
2025-08-20T21:54:03.5261504Z [00:04:56.776]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:03.5271356Z [00:04:56.778]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/fdmatch.c -o fdmatch.o
2025-08-20T21:54:03.5299981Z [00:04:56.782]➜  gzip-static-x86_64-unknown-linux-musl> checking for utimensat... yes
2025-08-20T21:54:03.5341877Z [00:04:56.786]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:03.5349490Z [00:04:56.786]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/fibheap.c -o pic/fibheap.o; \
2025-08-20T21:54:03.5355135Z [00:04:56.786]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:03.5426705Z [00:04:56.794]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-rpmatch.o
2025-08-20T21:54:03.5657557Z [00:04:56.817]➜  db-static-x86_64-unknown-linux-musl> libtool: install: cp -p db_verify /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_verify
2025-08-20T21:54:03.5663605Z [00:04:56.818]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:54:03.6909170Z [00:04:56.943]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-safe-read.o
2025-08-20T21:54:03.7004558Z [00:04:56.950]➜  gzip-static-x86_64-unknown-linux-musl> checking for variable-length arrays... yes
2025-08-20T21:54:03.7009577Z [00:04:56.952]➜  gzip-static-x86_64-unknown-linux-musl> checking for ptrdiff_t... (cached) yes
2025-08-20T21:54:03.7011098Z [00:04:56.952]➜  gzip-static-x86_64-unknown-linux-musl> checking for ptrdiff_t... (cached) yes
2025-08-20T21:54:03.7012472Z [00:04:56.952]➜  gzip-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:54:03.7351689Z [00:04:56.987]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlsym... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:03.7377196Z [00:04:56.987]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/filedescriptor.c -o pic/filedescriptor.o; \
2025-08-20T21:54:03.7379778Z [00:04:56.987]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:03.7593719Z [00:04:57.011]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:03.7599196Z [00:04:57.012]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:03.7600562Z [00:04:57.012]➜  gnutar-static-x86_64-unknown-linux-musl>                  from safe-read.c:30:
2025-08-20T21:54:03.7603794Z [00:04:57.012]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:03.7606536Z [00:04:57.012]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:03.7608022Z [00:04:57.012]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:03.7892014Z [00:04:57.041]➜  x86_64-unknown-linux-musl-binutils> none required
2025-08-20T21:54:03.7900709Z [00:04:57.041]➜  x86_64-unknown-linux-musl-binutils> checking for special C compiler options needed for large files... no
2025-08-20T21:54:03.8483114Z [00:04:57.100]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-safe-write.o
2025-08-20T21:54:03.8653628Z [00:04:57.117]➜  gzip-static-x86_64-unknown-linux-musl> checking for underline in external names... no
2025-08-20T21:54:03.9041609Z [00:04:57.156]➜  x86_64-unknown-linux-musl-binutils> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T21:54:03.9079413Z [00:04:57.160]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:03.9087087Z [00:04:57.160]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \
2025-08-20T21:54:03.9091520Z [00:04:57.160]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:03.9127301Z [00:04:57.164]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/filedescriptor.c -o filedescriptor.o
2025-08-20T21:54:03.9286322Z [00:04:57.180]➜  gzip-static-x86_64-unknown-linux-musl> checking for an assembler syntax supported by this package... no
2025-08-20T21:54:03.9316555Z [00:04:57.183]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:03.9318872Z [00:04:57.183]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:03.9321046Z [00:04:57.183]➜  gnutar-static-x86_64-unknown-linux-musl>                  from safe-read.c:30,
2025-08-20T21:54:03.9323605Z [00:04:57.183]➜  gnutar-static-x86_64-unknown-linux-musl>                  from safe-write.c:18:
2025-08-20T21:54:03.9327248Z [00:04:57.183]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:03.9375820Z [00:04:57.183]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:03.9377762Z [00:04:57.183]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:03.9605458Z [00:04:57.212]➜  db-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:54:03.9972931Z [00:04:57.248]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:03.9980254Z [00:04:57.248]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
2025-08-20T21:54:03.9994880Z [00:04:57.248]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:04.0336449Z [00:04:57.285]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-save-cwd.o
2025-08-20T21:54:04.0354453Z [00:04:57.287]➜  db-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin
2025-08-20T21:54:04.0407761Z [00:04:57.292]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_tuner
2025-08-20T21:54:04.0577063Z [00:04:57.309]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:04.0601849Z [00:04:57.310]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/fibheap.c -o noasan/fibheap.o; \
2025-08-20T21:54:04.0604949Z [00:04:57.310]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:04.0606866Z [00:04:57.310]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.0609436Z [00:04:57.310]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_log_verify
2025-08-20T21:54:04.0611379Z [00:04:57.312]➜  gzip-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:54:04.0646321Z [00:04:57.316]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/fibheap.c -o fibheap.o
2025-08-20T21:54:04.0674190Z [00:04:57.319]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.0688039Z [00:04:57.321]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_stat
2025-08-20T21:54:04.0768425Z [00:04:57.328]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.0786243Z [00:04:57.328]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_dump
2025-08-20T21:54:04.0819892Z [00:04:57.334]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.0833959Z [00:04:57.335]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_load
2025-08-20T21:54:04.0943050Z [00:04:57.346]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.0978174Z [00:04:57.349]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_replicate
2025-08-20T21:54:04.1106809Z [00:04:57.362]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.1120916Z [00:04:57.364]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_archive
2025-08-20T21:54:04.1206450Z [00:04:57.372]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.1246729Z [00:04:57.376]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_printlog
2025-08-20T21:54:04.1350716Z [00:04:57.387]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.1363766Z [00:04:57.388]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_recover
2025-08-20T21:54:04.1705690Z [00:04:57.416]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.1738044Z [00:04:57.417]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_verify
2025-08-20T21:54:04.1759968Z [00:04:57.428]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:04.1864890Z [00:04:57.428]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:04.1866099Z [00:04:57.428]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:54:04.1867220Z [00:04:57.428]➜  gnutar-static-x86_64-unknown-linux-musl>                  from save-cwd.c:26:
2025-08-20T21:54:04.1869842Z [00:04:57.428]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:04.1872357Z [00:04:57.428]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:04.1878668Z [00:04:57.428]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:04.1880063Z [00:04:57.432]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.1905414Z [00:04:57.436]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_checkpoint
2025-08-20T21:54:04.1999524Z [00:04:57.452]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.2029118Z [00:04:57.455]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_upgrade
2025-08-20T21:54:04.2180449Z [00:04:57.470]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.2228371Z [00:04:57.474]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_hotbackup
2025-08-20T21:54:04.2315278Z [00:04:57.483]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.2365188Z [00:04:57.486]➜  db-static-x86_64-unknown-linux-musl> shrinking /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin/db_deadlock
2025-08-20T21:54:04.2405818Z [00:04:57.492]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.2485558Z [00:04:57.494]➜  db-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin...
2025-08-20T21:54:04.2688426Z [00:04:57.520]➜  gzip-static-x86_64-unknown-linux-musl> checking for dirent.h that defines DIR... yes
2025-08-20T21:54:04.2848540Z [00:04:57.536]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3016077Z [00:04:57.551]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3023621Z [00:04:57.551]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3025490Z [00:04:57.552]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3078146Z [00:04:57.559]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3162038Z [00:04:57.568]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3329870Z [00:04:57.584]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3370345Z [00:04:57.588]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3555154Z [00:04:57.604]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:04.3558756Z [00:04:57.604]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \
2025-08-20T21:54:04.3561521Z [00:04:57.604]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:04.3571223Z [00:04:57.604]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/filename_cmp.c -o filename_cmp.o
2025-08-20T21:54:04.3618699Z [00:04:57.611]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3620957Z [00:04:57.612]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3622884Z [00:04:57.614]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3639488Z [00:04:57.616]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3666526Z [00:04:57.618]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-savedir.o
2025-08-20T21:54:04.3725357Z [00:04:57.624]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.3907005Z [00:04:57.642]➜  db-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:04.4082297Z [00:04:57.660]➜  db-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin
2025-08-20T21:54:04.4240485Z [00:04:57.676]➜  db-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/34ddaiyfmiasxbvcmy5g4dfkp23asfs9-db-static-x86_64-unknown-linux-musl-5.3.28-bin/bin
2025-08-20T21:54:04.4427756Z [00:04:57.694]➜  x86_64-unknown-linux-musl-binutils> Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
2025-08-20T21:54:04.4435637Z [00:04:57.695]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:54:04.4492171Z [00:04:57.701]➜  x86_64-unknown-linux-musl-binutils> checking whether to install libbfd... yes
2025-08-20T21:54:04.6037590Z [00:04:57.855]➜  db-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28
2025-08-20T21:54:04.6063062Z [00:04:57.857]➜  gzip-static-x86_64-unknown-linux-musl> checking for library containing opendir... none required
2025-08-20T21:54:04.6131668Z [00:04:57.863]➜  gzip-static-x86_64-unknown-linux-musl> checking for size_t... (cached) yes
2025-08-20T21:54:04.6133892Z [00:04:57.865]➜  db-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28...
2025-08-20T21:54:04.6719909Z [00:04:57.924]➜  db-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28
2025-08-20T21:54:04.7137285Z [00:04:57.965]➜  db-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/0avpza272ch54ycw9gvgils63klhap8m-db-static-x86_64-unknown-linux-musl-5.3.28/lib
2025-08-20T21:54:04.7358016Z [00:04:57.987]➜  x86_64-unknown-linux-musl-binutils> checking whether byte ordering is bigendian... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:04.7367584Z [00:04:57.987]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/floatformat.c -o pic/floatformat.o; \
2025-08-20T21:54:04.7370188Z [00:04:57.987]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:04.7678386Z [00:04:58.019]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-selinux-at.o
2025-08-20T21:54:04.9695652Z [00:04:58.220]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:04.9697580Z [00:04:58.220]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:04.9698900Z [00:04:58.220]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:54:04.9700163Z [00:04:58.220]➜  gnutar-static-x86_64-unknown-linux-musl>                  from openat.h:28,
2025-08-20T21:54:04.9701444Z [00:04:58.220]➜  gnutar-static-x86_64-unknown-linux-musl>                  from selinux-at.c:22:
2025-08-20T21:54:04.9715103Z [00:04:58.220]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:04.9717912Z [00:04:58.220]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:04.9719478Z [00:04:58.220]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:04.9845222Z [00:04:58.236]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:04.9848392Z [00:04:58.236]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/fnmatch.c -o pic/fnmatch.o; \
2025-08-20T21:54:04.9851200Z [00:04:58.236]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:05.0288536Z [00:04:58.275]➜  gzip-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T21:54:05.1021096Z [00:04:58.354]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:05.1024935Z [00:04:58.354]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/fnmatch.c -o noasan/fnmatch.o; \
2025-08-20T21:54:05.1027574Z [00:04:58.354]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:05.1096536Z [00:04:58.357]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/fnmatch.c -o fnmatch.o
2025-08-20T21:54:05.1417362Z [00:04:58.393]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:54:05.1420078Z [00:04:58.393]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:54:05.1503642Z [00:04:58.402]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... no
2025-08-20T21:54:05.1564158Z [00:04:58.408]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... :
2025-08-20T21:54:05.1651951Z [00:04:58.416]➜  x86_64-unknown-linux-musl-binutils> checking for xgettext... no
2025-08-20T21:54:05.1851319Z [00:04:58.437]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... no
2025-08-20T21:54:05.2040674Z [00:04:58.456]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by GCC... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:05.2145118Z [00:04:58.456]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
2025-08-20T21:54:05.2148129Z [00:04:58.456]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:05.2149454Z [00:04:58.458]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-se-context.o
2025-08-20T21:54:05.2314760Z [00:04:58.481]➜  x86_64-unknown-linux-musl-binutils> ld
2025-08-20T21:54:05.2571370Z [00:04:58.509]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:54:05.3552814Z [00:04:58.607]➜  gzip-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:54:05.3650735Z [00:04:58.617]➜  x86_64-unknown-linux-musl-binutils> checking for shared library run path origin... done
2025-08-20T21:54:05.3833750Z [00:04:58.634]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:05.3836927Z [00:04:58.634]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \
2025-08-20T21:54:05.3848676Z [00:04:58.634]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:05.3863970Z [00:04:58.637]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/fopen_unlocked.c -o fopen_unlocked.o
2025-08-20T21:54:05.4526562Z [00:04:58.704]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-se-label.o
2025-08-20T21:54:05.4800245Z [00:04:58.728]➜  x86_64-unknown-linux-musl-binutils> checking for CFPreferencesCopyAppValue... no
2025-08-20T21:54:05.4998883Z [00:04:58.752]➜  gzip-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:54:05.5675688Z [00:04:58.816]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-se-selinux.o
2025-08-20T21:54:05.6188615Z [00:04:58.865]➜  x86_64-unknown-linux-musl-binutils> checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T21:54:05.6417463Z [00:04:58.893]➜  x86_64-unknown-linux-musl-binutils> checking for GNU gettext in libc... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:05.6420357Z [00:04:58.893]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/getopt.c -o pic/getopt.o; \
2025-08-20T21:54:05.6422546Z [00:04:58.893]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:05.7350158Z [00:04:58.987]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:05.7356084Z [00:04:58.987]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/floatformat.c -o noasan/floatformat.o; \
2025-08-20T21:54:05.7361395Z [00:04:58.987]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:05.7413940Z [00:04:58.993]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/floatformat.c -o floatformat.o
2025-08-20T21:54:05.7602754Z [00:04:59.012]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:05.7609668Z [00:04:59.013]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/getopt.c -o noasan/getopt.o; \
2025-08-20T21:54:05.7634057Z [00:04:59.015]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:05.7637092Z [00:04:59.015]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/getopt.c -o getopt.o
2025-08-20T21:54:05.7644710Z [00:04:59.015]➜  db-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/1ayf6qac3gkj8f0iqb56y6d466zcdg57-db-static-x86_64-unknown-linux-musl-5.3.28-dev
2025-08-20T21:54:05.7712561Z [00:04:59.023]➜  db-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/1ayf6qac3gkj8f0iqb56y6d466zcdg57-db-static-x86_64-unknown-linux-musl-5.3.28-dev...
2025-08-20T21:54:05.8002713Z [00:04:59.052]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-setlocale_null.o
2025-08-20T21:54:05.8035784Z [00:04:59.055]➜  db-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/1ayf6qac3gkj8f0iqb56y6d466zcdg57-db-static-x86_64-unknown-linux-musl-5.3.28-dev
2025-08-20T21:54:05.8667786Z [00:04:59.118]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:05.8675122Z [00:04:59.119]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/getopt1.c -o pic/getopt1.o; \
2025-08-20T21:54:05.8681908Z [00:04:59.120]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:05.9008404Z [00:04:59.152]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:05.9017809Z [00:04:59.153]➜  x86_64-unknown-linux-musl-binutils> checking whether to use NLS... yes
2025-08-20T21:54:05.9023959Z [00:04:59.153]➜  x86_64-unknown-linux-musl-binutils> checking where the gettext function comes from... libc
2025-08-20T21:54:05.9043107Z [00:04:59.156]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:54:08.0666026Z [00:05:01.311]➜  building '/nix/store/79n97m3yff671hjbp9zzz2z2xn7vnw7x-getent-netbsd-static-x86_64-unknown-linux-musl-9.2.drv'...
2025-08-20T21:54:08.0668395Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> checking for catalogs to be installed... if [ x"" != x ]; then \
2025-08-20T21:54:08.0671745Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/getopt1.c -o noasan/getopt1.o; \
2025-08-20T21:54:08.0679342Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.0682653Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/getopt1.c -o getopt1.o
2025-08-20T21:54:08.0685651Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:08.0688468Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/getpwd.c -o pic/getpwd.o; \
2025-08-20T21:54:08.0690957Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.0692150Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:08.0695263Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/getpwd.c -o noasan/getpwd.o; \
2025-08-20T21:54:08.0745818Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.0762923Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/getpwd.c -o getpwd.o
2025-08-20T21:54:08.0765913Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:08.0768750Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/getruntime.c -o pic/getruntime.o; \
2025-08-20T21:54:08.0771328Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.0772779Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils>  da es fi fr hr id ja ka ms pt ro ru rw sr sv tr uk vi zh_CN da es fi fr hr id ja ka ms pt ro ru rw sr sv tr uk vi zh_CN
2025-08-20T21:54:08.0774789Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... (cached) no
2025-08-20T21:54:08.0776064Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... (cached) :
2025-08-20T21:54:08.0777320Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> checking for xgettext... (cached) no
2025-08-20T21:54:08.0778596Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... (cached) no
2025-08-20T21:54:08.0780176Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> checking size of long long... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:08.0783443Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/hashtab.c -o pic/hashtab.o; \
2025-08-20T21:54:08.0785998Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.0786944Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:08.0789988Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/getruntime.c -o noasan/getruntime.o; \
2025-08-20T21:54:08.0792580Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.0795611Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/getruntime.c -o getruntime.o
2025-08-20T21:54:08.0800648Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:08.0803633Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/hex.c -o pic/hex.o; \
2025-08-20T21:54:08.0806218Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.0807076Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> 8
2025-08-20T21:54:08.0808099Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> checking size of void *... if [ x"" != x ]; then \
2025-08-20T21:54:08.0810919Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/hex.c -o noasan/hex.o; \
2025-08-20T21:54:08.0832476Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.0836483Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/hex.c -o hex.o
2025-08-20T21:54:08.0838714Z [00:05:01.311]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:08.0839827Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-setlocale-lock.o
2025-08-20T21:54:08.0840942Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-stat-time.o
2025-08-20T21:54:08.0842204Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-stdopen.o
2025-08-20T21:54:08.0843492Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:08.0844560Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:08.0845516Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:54:08.0846463Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>                  from stdopen.c:25:
2025-08-20T21:54:08.0848895Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:08.0851264Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:08.0852367Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:08.0853466Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-strnlen1.o
2025-08-20T21:54:08.0854417Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-strtol.o
2025-08-20T21:54:08.0855345Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-strtoll.o
2025-08-20T21:54:08.0856284Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-strtoul.o
2025-08-20T21:54:08.0857247Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-strtoull.o
2025-08-20T21:54:08.0858203Z [00:05:01.311]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-tempname.o
2025-08-20T21:54:08.0859300Z [00:05:01.311]➜  gzip-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:54:08.0860302Z [00:05:01.311]➜  gzip-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:54:08.0963631Z [00:05:01.311]➜  gzip-static-x86_64-unknown-linux-musl> config.status: creating lib/Makefile
2025-08-20T21:54:08.0964734Z [00:05:01.311]➜  gzip-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:54:08.0965741Z [00:05:01.311]➜  gzip-static-x86_64-unknown-linux-musl> config.status: creating lib/config.h
2025-08-20T21:54:08.0966827Z [00:05:01.311]➜  gzip-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:54:08.0968673Z [00:05:01.311]➜  gzip-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
2025-08-20T21:54:08.0970065Z [00:05:01.311]➜  gzip-static-x86_64-unknown-linux-musl> configurePhase completed in 41 seconds
2025-08-20T21:54:08.0971054Z [00:05:01.311]➜  gzip-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:54:08.0972826Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash SHELL=/bin/sh GREP=grep ZLESS_MAN=zless.1 ZLESS_PROG=zless
2025-08-20T21:54:08.0974835Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      version.c
2025-08-20T21:54:08.0975659Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      version.h
2025-08-20T21:54:08.0976466Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:54:08.0977423Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gzip-1.14'
2025-08-20T21:54:08.0978359Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl> Making all in lib
2025-08-20T21:54:08.0979352Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gzip-1.14/lib'
2025-08-20T21:54:08.0980361Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      alloca.h
2025-08-20T21:54:08.0981188Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      dirent.h
2025-08-20T21:54:08.0981986Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      error.h
2025-08-20T21:54:08.0982800Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      fcntl.h
2025-08-20T21:54:08.0994130Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      float.h
2025-08-20T21:54:08.0995007Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      getopt.h
2025-08-20T21:54:08.0995924Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      getopt-cdefs.h
2025-08-20T21:54:08.0997108Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      inttypes.h
2025-08-20T21:54:08.0997999Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      limits.h
2025-08-20T21:54:08.0998984Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      math.h
2025-08-20T21:54:08.0999840Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      signal.h
2025-08-20T21:54:08.1000671Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      stddef.h
2025-08-20T21:54:08.1001536Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      stdint.h
2025-08-20T21:54:08.1002371Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      stdio.h
2025-08-20T21:54:08.1003412Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      stdlib.h
2025-08-20T21:54:08.1053797Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      string.h
2025-08-20T21:54:08.1055033Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      sys/stat.h
2025-08-20T21:54:08.1056019Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      sys/time.h
2025-08-20T21:54:08.1056973Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      sys/types.h
2025-08-20T21:54:08.1057907Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      time.h
2025-08-20T21:54:08.1058808Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      unistd.h
2025-08-20T21:54:08.1059731Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      utime.h
2025-08-20T21:54:08.1060619Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      wchar.h
2025-08-20T21:54:08.1061465Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T21:54:08.1073562Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gzip-1.14/lib'
2025-08-20T21:54:08.1074857Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-openat-proc.o
2025-08-20T21:54:08.1076318Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-basename-lgpl.o
2025-08-20T21:54:08.1077418Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-chdir-long.o
2025-08-20T21:54:08.1078508Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-cloexec.o
2025-08-20T21:54:08.1079503Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-crc.o
2025-08-20T21:54:08.1080784Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-crc-x86_64-pclmul.o
2025-08-20T21:54:08.1081879Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-dirname-lgpl.o
2025-08-20T21:54:08.1082920Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-stripslash.o
2025-08-20T21:54:08.1084176Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-error.o
2025-08-20T21:54:08.1085218Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-exitfail.o
2025-08-20T21:54:08.1086280Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-fclose.o
2025-08-20T21:54:08.1087298Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-fcntl.o
2025-08-20T21:54:08.1088368Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-creat-safer.o
2025-08-20T21:54:08.1089410Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-open-safer.o
2025-08-20T21:54:08.1090468Z [00:05:01.312]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-fd-hook.o
2025-08-20T21:54:08.1143711Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/lbasename.c -o pic/lbasename.o; \
2025-08-20T21:54:08.1146446Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.1147438Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> 8
2025-08-20T21:54:08.1148572Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> checking size of long... if [ x"" != x ]; then \
2025-08-20T21:54:08.1151454Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/lbasename.c -o noasan/lbasename.o; \
2025-08-20T21:54:08.1164481Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.1167020Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/lbasename.c -o lbasename.o
2025-08-20T21:54:08.1169522Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:08.1172325Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/lrealpath.c -o pic/lrealpath.o; \
2025-08-20T21:54:08.1174927Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.1175617Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> 8
2025-08-20T21:54:08.1176496Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> checking size of int... if [ x"" != x ]; then \
2025-08-20T21:54:08.1179219Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/lrealpath.c -o noasan/lrealpath.o; \
2025-08-20T21:54:08.1181754Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.1184309Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/lrealpath.c -o lrealpath.o
2025-08-20T21:54:08.1186813Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:08.1189508Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/hashtab.c -o noasan/hashtab.o; \
2025-08-20T21:54:08.1191910Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.1254950Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/hashtab.c -o hashtab.o
2025-08-20T21:54:08.1257183Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> 4
2025-08-20T21:54:08.1258086Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> checking fcntl.h usability... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:08.1261419Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
2025-08-20T21:54:08.1264693Z [00:05:01.312]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:08.1265675Z [00:05:01.352]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-fflush.o
2025-08-20T21:54:08.1817138Z [00:05:01.433]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-filenamecat-lgpl.o
2025-08-20T21:54:08.2135661Z [00:05:01.465]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-float.o
2025-08-20T21:54:08.2435482Z [00:05:01.492]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:08.2525200Z [00:05:01.492]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:08.2595313Z [00:05:01.492]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:54:08.2596568Z [00:05:01.492]➜  gnutar-static-x86_64-unknown-linux-musl>                  from tempname.c:42:
2025-08-20T21:54:08.2599050Z [00:05:01.492]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:08.2601545Z [00:05:01.492]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:08.2602688Z [00:05:01.492]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:08.2796163Z [00:05:01.531]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-fpurge.o
2025-08-20T21:54:08.3305541Z [00:05:01.579]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:08.3417563Z [00:05:01.593]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-freading.o
2025-08-20T21:54:08.3515971Z [00:05:01.603]➜  getent-netbsd-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:54:08.3620674Z [00:05:01.614]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-free.o
2025-08-20T21:54:08.3809203Z [00:05:01.629]➜  getent-netbsd-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/lcnmvn3n5cf679k0xx1dp5akk2zm52yj-getent-netbsd-filtered-src
2025-08-20T21:54:08.4051479Z [00:05:01.657]➜  getent-netbsd-static-x86_64-unknown-linux-musl> source root is getent-netbsd-filtered-src
2025-08-20T21:54:08.4366278Z [00:05:01.688]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-fseek.o
2025-08-20T21:54:08.4606311Z [00:05:01.712]➜  x86_64-unknown-linux-musl-binutils> checking fcntl.h presence... yes
2025-08-20T21:54:08.4612190Z [00:05:01.712]➜  x86_64-unknown-linux-musl-binutils> checking for fcntl.h... yes
2025-08-20T21:54:08.4614293Z [00:05:01.712]➜  getent-netbsd-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:54:08.4847528Z [00:05:01.736]➜  getent-netbsd-static-x86_64-unknown-linux-musl> applying patch /nix/store/qzj95i91h4y95q84wcavsdc0n6qnhgl7-getent.patch
2025-08-20T21:54:08.4935622Z [00:05:01.742]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-fseeko.o
2025-08-20T21:54:08.4937941Z [00:05:01.746]➜  getent-netbsd-static-x86_64-unknown-linux-musl> patching file usr.bin/getent/getent.c
2025-08-20T21:54:08.5185288Z [00:05:01.766]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-getopt.o
2025-08-20T21:54:08.5188824Z [00:05:01.771]➜  getent-netbsd-static-x86_64-unknown-linux-musl> sed -i '0,/^#/s//#include <nbtool_config.h>\n\0/' usr.bin/getent/getent.c
2025-08-20T21:54:08.5387512Z [00:05:01.790]➜  getent-netbsd-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:08.5502481Z [00:05:01.801]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-time_rz.o
2025-08-20T21:54:08.5675728Z [00:05:01.819]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-getopt1.o
2025-08-20T21:54:08.5791194Z [00:05:01.829]➜  getent-netbsd-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:08.6155140Z [00:05:01.867]➜  getent-netbsd-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:54:08.6806151Z [00:05:01.932]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-getprogname.o
2025-08-20T21:54:08.7070963Z [00:05:01.959]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-gettime.o
2025-08-20T21:54:08.7836685Z [00:05:02.034]➜  getent-netbsd-static-x86_64-unknown-linux-musl> no configure script, doing nothing
2025-08-20T21:54:08.7859441Z [00:05:02.038]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-ialloc.o
2025-08-20T21:54:08.7909281Z [00:05:02.043]➜  getent-netbsd-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:54:08.8073867Z [00:05:02.059]➜  x86_64-unknown-linux-musl-binutils> checking sys/file.h usability... yes
2025-08-20T21:54:08.8309007Z [00:05:02.081]➜  getent-netbsd-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash MANDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man INCSDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/include -j 5 LOCALEDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/locale DOCDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/doc INFODIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/info SHAREDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share SHLIBDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/lib LIBDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/lib BINDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin STRIP=x86_64-unknown-linux-musl-strip LD=x86_64-unknown-linux-musl-ld CXX=x86_64-unknown-linux-musl-g++ CPP=x86_64-unknown-linux-musl-cpp CC=x86_64-unknown-linux-musl-gcc AR=x86_64-unknown-linux-musl-ar MACHINE_ARCH=x86_64 MACHINE=amd64 MKSOFTFLOAT=no TOOL_STAT=/nix/store/iawpg2vvmmp1r4qbd7mamyd2f1jxm2ks-stat-netbsd-9.2/bin/stat
2025-08-20T21:54:08.8330210Z [00:05:02.085]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-malloca.o
2025-08-20T21:54:08.8780499Z [00:05:02.130]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-math.o
2025-08-20T21:54:08.9301781Z [00:05:02.182]➜  x86_64-unknown-linux-musl-binutils> checking sys/file.h presence... yes
2025-08-20T21:54:08.9306989Z [00:05:02.182]➜  x86_64-unknown-linux-musl-binutils> checking for sys/file.h... yes
2025-08-20T21:54:08.9776995Z [00:05:02.227]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-mbszero.o
2025-08-20T21:54:08.9904437Z [00:05:02.242]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-memchr.o
2025-08-20T21:54:09.0117188Z [00:05:02.263]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- .gdbinit ---
2025-08-20T21:54:09.0118834Z [00:05:02.263]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- getent.html1 ---
2025-08-20T21:54:09.0120147Z [00:05:02.263]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- getent.o ---
2025-08-20T21:54:09.0243775Z [00:05:02.269]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- .gdbinit ---
2025-08-20T21:54:09.0245487Z [00:05:02.269]➜  getent-netbsd-static-x86_64-unknown-linux-musl> rm -f .gdbinit
2025-08-20T21:54:09.0246633Z [00:05:02.269]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- getent.html1 ---
2025-08-20T21:54:09.0247849Z [00:05:02.269]➜  getent-netbsd-static-x86_64-unknown-linux-musl> #    format  getent/getent.html1
2025-08-20T21:54:09.0250880Z [00:05:02.269]➜  getent-netbsd-static-x86_64-unknown-linux-musl> if test "" != "yes"; then  mandoc -Thtml -Oman=../html%S/%N.html,style=../style.css  getent.1 > getent.html1.tmp &&  mv -f getent.html1.tmp getent.html1;  else  groff -Tlatin1 -mdoc2html getent.1   > getent.html1.tmp && mv -f getent.html1.tmp getent.html1;  fi
2025-08-20T21:54:09.0253418Z [00:05:02.269]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- getent.o ---
2025-08-20T21:54:09.0254650Z [00:05:02.269]➜  getent-netbsd-static-x86_64-unknown-linux-musl> #   compile  getent/getent.o
2025-08-20T21:54:09.0256930Z [00:05:02.269]➜  getent-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2   -fPIE -fstack-protector -Wstack-protector   --param ssp-buffer-size=1    -std=gnu99         -D_FORTIFY_SOURCE=2 -c    getent.c
2025-08-20T21:54:09.0259036Z [00:05:02.276]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-openat-die.o
2025-08-20T21:54:09.0260444Z [00:05:02.277]➜  x86_64-unknown-linux-musl-binutils> checking sys/resource.h usability... if [ x"" != x ]; then \
2025-08-20T21:54:09.0264134Z [00:05:02.277]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \
2025-08-20T21:54:09.0266876Z [00:05:02.277]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:09.0268053Z [00:05:02.278]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- .gdbinit ---
2025-08-20T21:54:09.0325696Z [00:05:02.284]➜  getent-netbsd-static-x86_64-unknown-linux-musl> touch .gdbinit
2025-08-20T21:54:09.0348184Z [00:05:02.284]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/make-relative-prefix.c -o make-relative-prefix.o
2025-08-20T21:54:09.0961214Z [00:05:02.348]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-timegm.o
2025-08-20T21:54:09.1511366Z [00:05:02.403]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-openat-safer.o
2025-08-20T21:54:09.2001192Z [00:05:02.452]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-printf-frexp.o
2025-08-20T21:54:09.2459650Z [00:05:02.498]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-timespec.o
2025-08-20T21:54:09.2544313Z [00:05:02.504]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:09.2727069Z [00:05:02.524]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-printf-frexpl.o
2025-08-20T21:54:09.3332405Z [00:05:02.585]➜  x86_64-unknown-linux-musl-binutils> checking sys/resource.h presence... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:09.3397101Z [00:05:02.585]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
2025-08-20T21:54:09.3400103Z [00:05:02.585]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:09.3401186Z [00:05:02.589]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:09.3402303Z [00:05:02.590]➜  x86_64-unknown-linux-musl-binutils> checking for sys/resource.h... yes
2025-08-20T21:54:09.3605409Z [00:05:02.606]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-save-cwd.o
2025-08-20T21:54:09.3735028Z [00:05:02.625]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-savedir.o
2025-08-20T21:54:09.3814332Z [00:05:02.633]➜  x86_64-unknown-linux-musl-binutils> checking for sys/stat.h... (cached) yes
2025-08-20T21:54:09.4010560Z [00:05:02.653]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-sig-handler.o
2025-08-20T21:54:09.4207873Z [00:05:02.672]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... (cached) yes
2025-08-20T21:54:09.4335280Z [00:05:02.682]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-stat-time.o
2025-08-20T21:54:09.4412667Z [00:05:02.693]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-timespec-sub.o
2025-08-20T21:54:09.4755493Z [00:05:02.722]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... (cached) yes
2025-08-20T21:54:09.5087038Z [00:05:02.760]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-stdlib.o
2025-08-20T21:54:09.6132723Z [00:05:02.865]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-timespec.o
2025-08-20T21:54:09.6367622Z [00:05:02.888]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unicase/libgnu_a-tolower.o
2025-08-20T21:54:09.6424988Z [00:05:02.888]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-unistd.o
2025-08-20T21:54:09.6539107Z [00:05:02.906]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-dup-safer.o
2025-08-20T21:54:09.7153131Z [00:05:02.967]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- getent ---
2025-08-20T21:54:09.7182664Z [00:05:02.970]➜  getent-netbsd-static-x86_64-unknown-linux-musl> #      link  getent/getent
2025-08-20T21:54:09.7186177Z [00:05:02.970]➜  getent-netbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc      -pie  -shared-libgcc  -Wl,-z,relro     -o getent  getent.o  -Wl,-rpath,/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/lib  -L=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/lib
2025-08-20T21:54:09.7369301Z [00:05:02.989]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-fd-safer.o
2025-08-20T21:54:09.7488732Z [00:05:03.001]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-pipe-safer.o
2025-08-20T21:54:09.7678927Z [00:05:03.015]➜  x86_64-unknown-linux-musl-binutils> checking for fcntl... yes
2025-08-20T21:54:09.7890765Z [00:05:03.039]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-utimens.o
2025-08-20T21:54:09.8236850Z [00:05:03.075]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_alnum.o
2025-08-20T21:54:09.8914670Z [00:05:03.143]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-vfzprintf.o
2025-08-20T21:54:09.9059865Z [00:05:03.158]➜  x86_64-unknown-linux-musl-binutils> checking for fdopen... if [ x"" != x ]; then \
2025-08-20T21:54:09.9067226Z [00:05:03.158]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \
2025-08-20T21:54:09.9069945Z [00:05:03.158]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:09.9115717Z [00:05:03.163]➜  getent-netbsd-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:54:09.9227695Z [00:05:03.165]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/make-temp-file.c -o make-temp-file.o
2025-08-20T21:54:09.9597455Z [00:05:03.210]➜  getent-netbsd-static-x86_64-unknown-linux-musl> includes flags: MANDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man INCSDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/include -j 5 LOCALEDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/locale DOCDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/doc INFODIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/info SHAREDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share SHLIBDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/lib LIBDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/lib BINDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin STRIP=x86_64-unknown-linux-musl-strip LD=x86_64-unknown-linux-musl-ld CXX=x86_64-unknown-linux-musl-g++ CPP=x86_64-unknown-linux-musl-cpp CC=x86_64-unknown-linux-musl-gcc AR=x86_64-unknown-linux-musl-ar MACHINE_ARCH=x86_64 MACHINE=amd64 MKSOFTFLOAT=no TOOL_STAT=/nix/store/iawpg2vvmmp1r4qbd7mamyd2f1jxm2ks-stat-netbsd-9.2/bin/stat includes
2025-08-20T21:54:09.9706018Z [00:05:03.222]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-xmalloc.o
2025-08-20T21:54:09.9744523Z [00:05:03.224]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:09.9747735Z [00:05:03.224]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/objalloc.c -o pic/objalloc.o; \
2025-08-20T21:54:09.9750464Z [00:05:03.224]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:09.9881666Z [00:05:03.240]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_alpha.o
2025-08-20T21:54:10.0154629Z [00:05:03.265]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-xalloc-die.o
2025-08-20T21:54:10.0985323Z [00:05:03.345]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-xsize.o
2025-08-20T21:54:10.1536756Z [00:05:03.405]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:10.1562146Z [00:05:03.407]➜  getent-netbsd-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash MANDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man INCSDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/include -j 5 LOCALEDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/locale DOCDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/doc INFODIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/info SHAREDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share SHLIBDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/lib LIBDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/lib BINDIR=/nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin STRIP=x86_64-unknown-linux-musl-strip LD=x86_64-unknown-linux-musl-ld CXX=x86_64-unknown-linux-musl-g++ CPP=x86_64-unknown-linux-musl-cpp CC=x86_64-unknown-linux-musl-gcc AR=x86_64-unknown-linux-musl-ar MACHINE_ARCH=x86_64 MACHINE=amd64 MKSOFTFLOAT=no TOOL_STAT=/nix/store/iawpg2vvmmp1r4qbd7mamyd2f1jxm2ks-stat-netbsd-9.2/bin/stat install
2025-08-20T21:54:10.2218255Z [00:05:03.467]➜  gzip-static-x86_64-unknown-linux-musl>   CC       libgzip_a-yesno.o
2025-08-20T21:54:10.2677530Z [00:05:03.519]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_blank.o
2025-08-20T21:54:10.2699345Z [00:05:03.522]➜  gzip-static-x86_64-unknown-linux-musl>   CC       asnprintf.o
2025-08-20T21:54:10.3100278Z [00:05:03.562]➜  gzip-static-x86_64-unknown-linux-musl>   CC       fopen.o
2025-08-20T21:54:10.3413384Z [00:05:03.593]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getent ---
2025-08-20T21:54:10.3525085Z [00:05:03.594]➜  gzip-static-x86_64-unknown-linux-musl>   CC       fprintf.o
2025-08-20T21:54:10.3585711Z [00:05:03.603]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getent.1 ---
2025-08-20T21:54:10.3588754Z [00:05:03.605]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getent.html ---
2025-08-20T21:54:10.3653509Z [00:05:03.617]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getent ---
2025-08-20T21:54:10.3656363Z [00:05:03.617]➜  getent-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getent
2025-08-20T21:54:10.3659452Z [00:05:03.617]➜  getent-netbsd-static-x86_64-unknown-linux-musl> install -U -c   -m 555   getent /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getent
2025-08-20T21:54:10.3768782Z [00:05:03.628]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getent.1 ---
2025-08-20T21:54:10.3775957Z [00:05:03.628]➜  getent-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getent.1
2025-08-20T21:54:10.3779079Z [00:05:03.628]➜  getent-netbsd-static-x86_64-unknown-linux-musl> install -U -c   -m 444  getent.1 /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getent.1
2025-08-20T21:54:10.3921272Z [00:05:03.644]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getent.html ---
2025-08-20T21:54:10.3929147Z [00:05:03.644]➜  getent-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getent.html
2025-08-20T21:54:10.3936220Z [00:05:03.644]➜  getent-netbsd-static-x86_64-unknown-linux-musl> install -U -c   -m 444  getent.html1 /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getent.html
2025-08-20T21:54:10.4185930Z [00:05:03.670]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getcap.1 ---
2025-08-20T21:54:10.4193764Z [00:05:03.670]➜  getent-netbsd-static-x86_64-unknown-linux-musl> echo '#  ' "install " /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getcap.1;  echo "install -U -l h   -m 444  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getent.1 /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getcap.1" &&  install -U -l h   -m 444  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getent.1 /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getcap.1
2025-08-20T21:54:10.4200544Z [00:05:03.670]➜  getent-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getcap.1
2025-08-20T21:54:10.4204673Z [00:05:03.670]➜  getent-netbsd-static-x86_64-unknown-linux-musl> install -U -l h   -m 444  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getent.1 /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/man1/getcap.1
2025-08-20T21:54:10.4275801Z [00:05:03.677]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getcap.html ---
2025-08-20T21:54:10.4278157Z [00:05:03.678]➜  x86_64-unknown-linux-musl-binutils> checking for fileno... if [ x"" != x ]; then \
2025-08-20T21:54:10.4281271Z [00:05:03.678]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/objalloc.c -o noasan/objalloc.o; \
2025-08-20T21:54:10.4289567Z [00:05:03.678]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:10.4297469Z [00:05:03.679]➜  getent-netbsd-static-x86_64-unknown-linux-musl> echo '#  ' "install " /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getcap.html;  echo "install -U -l h   -m 444  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getent.html /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getcap.html" &&  install -U -l h   -m 444  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getent.html /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getcap.html
2025-08-20T21:54:10.4368222Z [00:05:03.688]➜  getent-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getcap.html
2025-08-20T21:54:10.4372717Z [00:05:03.688]➜  getent-netbsd-static-x86_64-unknown-linux-musl> install -U -l h   -m 444  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getent.html /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/html1/getcap.html
2025-08-20T21:54:10.4519463Z [00:05:03.693]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/objalloc.c -o objalloc.o
2025-08-20T21:54:10.4569132Z [00:05:03.709]➜  gzip-static-x86_64-unknown-linux-musl>   CC       printf.o
2025-08-20T21:54:10.4691355Z [00:05:03.721]➜  getent-netbsd-static-x86_64-unknown-linux-musl> --- /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getcap ---
2025-08-20T21:54:10.4701351Z [00:05:03.721]➜  getent-netbsd-static-x86_64-unknown-linux-musl> echo '#  ' "install " /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getcap;  echo "install -U -l h  -o root  -g wheel  -m 555  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getent /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getcap" &&  install -U -l h  -o root  -g wheel  -m 555  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getent /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getcap
2025-08-20T21:54:10.4707804Z [00:05:03.721]➜  getent-netbsd-static-x86_64-unknown-linux-musl> #   install  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getcap
2025-08-20T21:54:10.4711811Z [00:05:03.721]➜  getent-netbsd-static-x86_64-unknown-linux-musl> install -U -l h  -o root  -g wheel  -m 555  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getent /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getcap
2025-08-20T21:54:10.4906227Z [00:05:03.742]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_cntrl.o
2025-08-20T21:54:10.5043004Z [00:05:03.756]➜  getent-netbsd-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:54:10.5138702Z [00:05:03.764]➜  gzip-static-x86_64-unknown-linux-musl>   CC       printf-args.o
2025-08-20T21:54:10.5148110Z [00:05:03.767]➜  gzip-static-x86_64-unknown-linux-musl>   CC       printf-parse.o
2025-08-20T21:54:10.5635351Z [00:05:03.811]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:10.5752506Z [00:05:03.825]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:10.5755895Z [00:05:03.825]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/obstack.c -o pic/obstack.o; \
2025-08-20T21:54:10.5758611Z [00:05:03.825]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:10.5764785Z [00:05:03.825]➜  gzip-static-x86_64-unknown-linux-musl>   CC       vasnprintf.o
2025-08-20T21:54:10.5834366Z [00:05:03.834]➜  gzip-static-x86_64-unknown-linux-musl>   CC       vfprintf.o
2025-08-20T21:54:10.6146221Z [00:05:03.863]➜  getent-netbsd-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2
2025-08-20T21:54:10.6256104Z [00:05:03.877]➜  getent-netbsd-static-x86_64-unknown-linux-musl> shrinking /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getcap
2025-08-20T21:54:10.6262552Z [00:05:03.877]➜  getent-netbsd-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:10.6405601Z [00:05:03.888]➜  getent-netbsd-static-x86_64-unknown-linux-musl> shrinking /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin/getent
2025-08-20T21:54:10.6434796Z [00:05:03.890]➜  getent-netbsd-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:10.6505533Z [00:05:03.899]➜  getent-netbsd-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2...
2025-08-20T21:54:10.6808513Z [00:05:03.930]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_digit.o
2025-08-20T21:54:10.6836465Z [00:05:03.935]➜  getent-netbsd-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:10.6930975Z [00:05:03.945]➜  getent-netbsd-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:10.7003116Z [00:05:03.952]➜  getent-netbsd-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/share/man/
2025-08-20T21:54:10.7469094Z [00:05:03.998]➜  getent-netbsd-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2
2025-08-20T21:54:10.7587577Z [00:05:04.010]➜  getent-netbsd-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/jwjr07sc2pq6srw4clacd5lr9srnycb3-getent-netbsd-static-x86_64-unknown-linux-musl-9.2/bin
2025-08-20T21:54:10.8207216Z [00:05:04.072]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_graph.o
2025-08-20T21:54:10.8468095Z [00:05:04.098]➜  x86_64-unknown-linux-musl-binutils> checking for fls... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:10.8475425Z [00:05:04.098]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/partition.c -o pic/partition.o; \
2025-08-20T21:54:10.8481574Z [00:05:04.098]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.0316850Z [00:05:04.283]➜  building '/nix/store/6x8ni4sshmkaj104fffwzwk4a2pa432q-json-c-static-x86_64-unknown-linux-musl-0.18.drv'...
2025-08-20T21:54:11.0365625Z [00:05:04.288]➜  x86_64-unknown-linux-musl-binutils> no
2025-08-20T21:54:11.0371487Z [00:05:04.288]➜  x86_64-unknown-linux-musl-binutils> checking for getgid... if [ x"" != x ]; then \
2025-08-20T21:54:11.0376173Z [00:05:04.288]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/obstack.c -o noasan/obstack.o; \
2025-08-20T21:54:11.0380393Z [00:05:04.288]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.0389404Z [00:05:04.288]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/obstack.c -o obstack.o
2025-08-20T21:54:11.0392252Z [00:05:04.288]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_lower.o
2025-08-20T21:54:11.0393440Z [00:05:04.290]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:11.0396144Z [00:05:04.290]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/pexecute.c -o pic/pexecute.o; \
2025-08-20T21:54:11.0398640Z [00:05:04.290]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.1126850Z [00:05:04.364]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_print.o
2025-08-20T21:54:11.1425080Z [00:05:04.391]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:11.2167232Z [00:05:04.468]➜  json-c-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:54:11.2260457Z [00:05:04.478]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_punct.o
2025-08-20T21:54:11.2268406Z [00:05:04.478]➜  json-c-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/kilwwq5krm1jssr6jk4yj0ypp4hr690p-source
2025-08-20T21:54:11.2556785Z [00:05:04.507]➜  x86_64-unknown-linux-musl-binutils> checking for getpagesize... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:11.2564646Z [00:05:04.507]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/physmem.c -o pic/physmem.o; \
2025-08-20T21:54:11.2567697Z [00:05:04.507]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.2807644Z [00:05:04.532]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:11.2856775Z [00:05:04.532]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/pexecute.c -o noasan/pexecute.o; \
2025-08-20T21:54:11.2904465Z [00:05:04.532]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.2905678Z [00:05:04.532]➜  json-c-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:54:11.2908578Z [00:05:04.533]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/pexecute.c -o pexecute.o
2025-08-20T21:54:11.3072993Z [00:05:04.559]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:11.3075982Z [00:05:04.559]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/pex-common.c -o pic/pex-common.o; \
2025-08-20T21:54:11.3078235Z [00:05:04.559]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.3127426Z [00:05:04.564]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:11.3130519Z [00:05:04.564]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/partition.c -o noasan/partition.o; \
2025-08-20T21:54:11.3133173Z [00:05:04.564]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.3186705Z [00:05:04.568]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/partition.c -o partition.o
2025-08-20T21:54:11.3200679Z [00:05:04.572]➜  json-c-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:54:11.3492787Z [00:05:04.601]➜  json-c-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:11.3827537Z [00:05:04.634]➜  json-c-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:11.4033128Z [00:05:04.655]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:11.4117871Z [00:05:04.662]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:11.4125544Z [00:05:04.662]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/physmem.c -o noasan/physmem.o; \
2025-08-20T21:54:11.4128884Z [00:05:04.662]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.4131535Z [00:05:04.663]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/physmem.c -o physmem.o
2025-08-20T21:54:11.4134431Z [00:05:04.665]➜  json-c-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:54:11.4263675Z [00:05:04.678]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_space.o
2025-08-20T21:54:11.4282514Z [00:05:04.680]➜  json-c-static-x86_64-unknown-linux-musl> fixing cmake files...
2025-08-20T21:54:11.5269422Z [00:05:04.779]➜  x86_64-unknown-linux-musl-binutils> checking for getrlimit... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:11.5273119Z [00:05:04.779]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/pex-one.c -o pic/pex-one.o; \
2025-08-20T21:54:11.5275999Z [00:05:04.779]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.5409399Z [00:05:04.791]➜  json-c-static-x86_64-unknown-linux-musl> cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/share/doc/json-c -DCMAKE_INSTALL_INFODIR=/nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-strip -DCMAKE_RANLIB=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-ranlib -DCMAKE_AR=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-ar -DCMAKE_C_COMPILER=x86_64-unknown-linux-musl-gcc -DCMAKE_CXX_COMPILER=x86_64-unknown-linux-musl-g++ -DCMAKE_INSTALL_PREFIX=/nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18 -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_SKIP_INSTALL_RPATH=On -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env -DCMAKE_LINK_SEARCH_START_STATIC=ON
2025-08-20T21:54:11.5696818Z [00:05:04.821]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_upper.o
2025-08-20T21:54:11.5954216Z [00:05:04.847]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:11.5957392Z [00:05:04.847]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/pex-unix.c -o pic/pex-unix.o; \
2025-08-20T21:54:11.5959945Z [00:05:04.847]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.6147201Z [00:05:04.866]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:11.6150326Z [00:05:04.866]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/vprintf-support.c -o pic/vprintf-support.o; \
2025-08-20T21:54:11.6153061Z [00:05:04.866]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.6868856Z [00:05:04.939]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:11.6966904Z [00:05:04.948]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:11.6970075Z [00:05:04.948]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/pex-one.c -o noasan/pex-one.o; \
2025-08-20T21:54:11.6972720Z [00:05:04.948]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.7098792Z [00:05:04.961]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/pex-one.c -o pex-one.o
2025-08-20T21:54:11.7273533Z [00:05:04.979]➜  json-c-static-x86_64-unknown-linux-musl> -- The C compiler identification is GNU 14.3.0
2025-08-20T21:54:11.7394863Z [00:05:04.988]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unictype/libgnu_a-ctype_xdigit.o
2025-08-20T21:54:11.7906244Z [00:05:05.042]➜  json-c-static-x86_64-unknown-linux-musl> -- Detecting C compiler ABI info
2025-08-20T21:54:11.8307033Z [00:05:05.082]➜  x86_64-unknown-linux-musl-binutils> checking for getuid... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:11.8310613Z [00:05:05.082]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/rust-demangle.c -o pic/rust-demangle.o; \
2025-08-20T21:54:11.8313821Z [00:05:05.082]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.8437099Z [00:05:05.095]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-unistd.o
2025-08-20T21:54:11.9109444Z [00:05:05.162]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:11.9111278Z [00:05:05.163]➜  gnutar-static-x86_64-unknown-linux-musl>                  from unistd.h:688,
2025-08-20T21:54:11.9112660Z [00:05:05.163]➜  gnutar-static-x86_64-unknown-linux-musl>                  from unistd.c:21:
2025-08-20T21:54:11.9115555Z [00:05:05.163]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:11.9118484Z [00:05:05.163]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:11.9119973Z [00:05:05.163]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:11.9296262Z [00:05:05.181]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:11.9299436Z [00:05:05.181]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/pex-unix.c -o noasan/pex-unix.o; \
2025-08-20T21:54:11.9302134Z [00:05:05.181]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.9483648Z [00:05:05.181]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/pex-unix.c -o pex-unix.o
2025-08-20T21:54:11.9486886Z [00:05:05.181]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-dup-safer.o
2025-08-20T21:54:11.9617299Z [00:05:05.213]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:11.9711900Z [00:05:05.223]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:11.9746222Z [00:05:05.223]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \
2025-08-20T21:54:11.9748847Z [00:05:05.223]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:11.9760526Z [00:05:05.228]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/vprintf-support.c -o vprintf-support.o
2025-08-20T21:54:12.0192304Z [00:05:05.271]➜  x86_64-unknown-linux-musl-binutils> checking for sysconf... if [ x"" != x ]; then \
2025-08-20T21:54:12.0257702Z [00:05:05.271]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/pex-common.c -o noasan/pex-common.o; \
2025-08-20T21:54:12.0260374Z [00:05:05.271]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:12.0261790Z [00:05:05.277]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:12.0263074Z [00:05:05.277]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:12.0264533Z [00:05:05.277]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:54:12.0265725Z [00:05:05.277]➜  gnutar-static-x86_64-unknown-linux-musl>                  from dup-safer.c:24:
2025-08-20T21:54:12.0268568Z [00:05:05.277]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:12.0271367Z [00:05:05.277]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:12.0272743Z [00:05:05.277]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:12.0278103Z [00:05:05.279]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/pex-common.c -o pex-common.o
2025-08-20T21:54:12.0584824Z [00:05:05.310]➜  json-c-static-x86_64-unknown-linux-musl> -- Detecting C compiler ABI info - done
2025-08-20T21:54:12.0751107Z [00:05:05.327]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-fd-safer.o
2025-08-20T21:54:12.1368176Z [00:05:05.388]➜  json-c-static-x86_64-unknown-linux-musl> -- Check for working C compiler: /nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-gcc - skipped
2025-08-20T21:54:12.1378278Z [00:05:05.390]➜  json-c-static-x86_64-unknown-linux-musl> -- Detecting C compile features
2025-08-20T21:54:12.1424851Z [00:05:05.392]➜  json-c-static-x86_64-unknown-linux-musl> -- Detecting C compile features - done
2025-08-20T21:54:12.1474710Z [00:05:05.397]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:12.1477308Z [00:05:05.397]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:12.1504775Z [00:05:05.397]➜  gnutar-static-x86_64-unknown-linux-musl>                  from fd-safer.c:25:
2025-08-20T21:54:12.1507397Z [00:05:05.397]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:12.1509951Z [00:05:05.398]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:12.1511234Z [00:05:05.398]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:12.2238639Z [00:05:05.475]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-pipe-safer.o
2025-08-20T21:54:12.2505297Z [00:05:05.501]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for fcntl.h
2025-08-20T21:54:12.3132069Z [00:05:05.565]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:12.3339252Z [00:05:05.586]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:12.3346697Z [00:05:05.586]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
2025-08-20T21:54:12.3353550Z [00:05:05.587]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:12.3394156Z [00:05:05.589]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:12.3434550Z [00:05:05.593]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:12.3468231Z [00:05:05.593]➜  gnutar-static-x86_64-unknown-linux-musl>                  from pipe-safer.c:23:
2025-08-20T21:54:12.3471140Z [00:05:05.593]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:12.3474536Z [00:05:05.593]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:12.3476058Z [00:05:05.593]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:12.4014793Z [00:05:05.652]➜  x86_64-unknown-linux-musl-binutils> checking whether basename is declared... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:12.4022038Z [00:05:05.652]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/simple-object.c -o pic/simple-object.o; \
2025-08-20T21:54:12.4027409Z [00:05:05.652]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:12.4465267Z [00:05:05.696]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       uniwidth/libgnu_a-width.o
2025-08-20T21:54:12.4560573Z [00:05:05.708]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:12.4564100Z [00:05:05.708]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \
2025-08-20T21:54:12.4566985Z [00:05:05.708]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:12.4626311Z [00:05:05.711]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/safe-ctype.c -o safe-ctype.o
2025-08-20T21:54:12.5494867Z [00:05:05.801]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:12.5501435Z [00:05:05.801]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
2025-08-20T21:54:12.5507971Z [00:05:05.801]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:12.6226829Z [00:05:05.874]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for fcntl.h - found
2025-08-20T21:54:12.6324828Z [00:05:05.882]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for inttypes.h
2025-08-20T21:54:12.6681630Z [00:05:05.920]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:12.8828925Z [00:05:06.134]➜  x86_64-unknown-linux-musl-binutils> checking whether ffs is declared... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:12.8886559Z [00:05:06.135]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
2025-08-20T21:54:12.8889745Z [00:05:06.135]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:12.9084762Z [00:05:06.157]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-unlinkdir.o
2025-08-20T21:54:12.9557070Z [00:05:06.207]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:12.9756992Z [00:05:06.227]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for inttypes.h - found
2025-08-20T21:54:12.9761900Z [00:05:06.227]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for stdarg.h
2025-08-20T21:54:12.9777427Z [00:05:06.229]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:12.9783044Z [00:05:06.230]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:12.9788950Z [00:05:06.231]➜  gnutar-static-x86_64-unknown-linux-musl>                  from unlinkdir.c:25:
2025-08-20T21:54:12.9795568Z [00:05:06.231]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:12.9802475Z [00:05:06.232]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:12.9807885Z [00:05:06.233]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:12.9975193Z [00:05:06.249]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-unsetenv.o
2025-08-20T21:54:13.0348196Z [00:05:06.286]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:13.0349674Z [00:05:06.286]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:13.0350841Z [00:05:06.286]➜  gnutar-static-x86_64-unknown-linux-musl>                  from unsetenv.c:32:
2025-08-20T21:54:13.0353588Z [00:05:06.286]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:13.0356416Z [00:05:06.286]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:13.0357648Z [00:05:06.286]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:13.0777247Z [00:05:06.329]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-utimens.o
2025-08-20T21:54:13.1445071Z [00:05:06.396]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:13.1446718Z [00:05:06.396]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:13.1448107Z [00:05:06.396]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:54:13.1449503Z [00:05:06.396]➜  gnutar-static-x86_64-unknown-linux-musl>                  from utimens.h:31,
2025-08-20T21:54:13.1450821Z [00:05:06.396]➜  gnutar-static-x86_64-unknown-linux-musl>                  from utimens.c:25:
2025-08-20T21:54:13.1453694Z [00:05:06.396]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:13.1456429Z [00:05:06.396]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:13.1457788Z [00:05:06.396]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:13.1588605Z [00:05:06.410]➜  x86_64-unknown-linux-musl-binutils> checking whether stpcpy is declared... if [ x"" != x ]; then \
2025-08-20T21:54:13.1596889Z [00:05:06.411]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/simple-object.c -o noasan/simple-object.o; \
2025-08-20T21:54:13.1599796Z [00:05:06.411]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:13.1608726Z [00:05:06.412]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/simple-object.c -o simple-object.o
2025-08-20T21:54:13.1989104Z [00:05:06.451]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:13.2902035Z [00:05:06.542]➜  x86_64-unknown-linux-musl-binutils> checking whether asprintf is declared... if [ x"" != x ]; then \
2025-08-20T21:54:13.2907086Z [00:05:06.542]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \
2025-08-20T21:54:13.2910363Z [00:05:06.542]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:13.2948064Z [00:05:06.546]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/simple-object-coff.c -o simple-object-coff.o
2025-08-20T21:54:13.3255022Z [00:05:06.568]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for stdarg.h - found
2025-08-20T21:54:13.3318596Z [00:05:06.568]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strings.h
2025-08-20T21:54:13.5322195Z [00:05:06.784]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:13.5719820Z [00:05:06.824]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-version-etc.o
2025-08-20T21:54:13.8481902Z [00:05:07.100]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strings.h - found
2025-08-20T21:54:13.8489403Z [00:05:07.101]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for string.h
2025-08-20T21:54:13.8898599Z [00:05:07.141]➜  x86_64-unknown-linux-musl-binutils> checking whether vasprintf is declared... yes
2025-08-20T21:54:13.9839121Z [00:05:07.236]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-version-etc-fsf.o
2025-08-20T21:54:14.0559145Z [00:05:07.307]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-wctype-h.o
2025-08-20T21:54:14.0965558Z [00:05:07.342]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for string.h - found
2025-08-20T21:54:14.1024545Z [00:05:07.342]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for syslog.h
2025-08-20T21:54:14.1027688Z [00:05:07.345]➜  x86_64-unknown-linux-musl-binutils> checking whether strnlen is declared... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:14.1031155Z [00:05:07.345]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
2025-08-20T21:54:14.1034234Z [00:05:07.345]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:14.1035365Z [00:05:07.349]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:14.1038274Z [00:05:07.349]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
2025-08-20T21:54:14.1041097Z [00:05:07.349]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:14.1327454Z [00:05:07.384]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:14.1328730Z [00:05:07.384]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-wmempcpy.o
2025-08-20T21:54:14.2866998Z [00:05:07.538]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-xmalloc.o
2025-08-20T21:54:14.2895149Z [00:05:07.539]➜  x86_64-unknown-linux-musl-binutils> checking whether ___lc_codepage_func is declared... no
2025-08-20T21:54:14.3783907Z [00:05:07.630]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for syslog.h - found
2025-08-20T21:54:14.3795104Z [00:05:07.631]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for 4 include files stdlib.h, ..., float.h
2025-08-20T21:54:14.4683394Z [00:05:07.720]➜  x86_64-unknown-linux-musl-binutils> checking for thread local storage (TLS) class... if [ x"" != x ]; then \
2025-08-20T21:54:14.4699071Z [00:05:07.720]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \
2025-08-20T21:54:14.4701722Z [00:05:07.720]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:14.4722598Z [00:05:07.724]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/rust-demangle.c -o rust-demangle.o
2025-08-20T21:54:14.6265996Z [00:05:07.878]➜  x86_64-unknown-linux-musl-binutils> _Thread_local
2025-08-20T21:54:14.6414963Z [00:05:07.885]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-pkg-config... no
2025-08-20T21:54:14.6416183Z [00:05:07.887]➜  x86_64-unknown-linux-musl-binutils> checking for pkg-config... no
2025-08-20T21:54:14.6454535Z [00:05:07.894]➜  x86_64-unknown-linux-musl-binutils> checking for libzstd >= 1.4.0... no
2025-08-20T21:54:14.7571150Z [00:05:08.009]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for 4 include files stdlib.h, ..., float.h - found
2025-08-20T21:54:14.7572910Z [00:05:08.009]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for unistd.h
2025-08-20T21:54:14.7716251Z [00:05:08.023]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-xalloc-die.o
2025-08-20T21:54:14.7828434Z [00:05:08.035]➜  x86_64-unknown-linux-musl-binutils> checking compiler support for hidden visibility... yes
2025-08-20T21:54:14.8449688Z [00:05:08.097]➜  x86_64-unknown-linux-musl-binutils> checking linker --as-needed support... yes
2025-08-20T21:54:14.9405383Z [00:05:08.192]➜  x86_64-unknown-linux-musl-binutils> checking for cos in -lm... if [ x"" != x ]; then \
2025-08-20T21:54:14.9412183Z [00:05:08.192]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \
2025-08-20T21:54:14.9416234Z [00:05:08.192]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:14.9422111Z [00:05:08.194]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/simple-object-elf.c -o simple-object-elf.o
2025-08-20T21:54:14.9696746Z [00:05:08.221]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-xgetcwd.o
2025-08-20T21:54:14.9837254Z [00:05:08.235]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:14.9843906Z [00:05:08.235]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
2025-08-20T21:54:14.9847972Z [00:05:08.235]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:14.9861921Z [00:05:08.238]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
2025-08-20T21:54:15.0975267Z [00:05:08.343]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:15.1045169Z [00:05:08.355]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:15.1046284Z [00:05:08.355]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:15.1047204Z [00:05:08.355]➜  gnutar-static-x86_64-unknown-linux-musl>                  from xgetcwd.c:26:
2025-08-20T21:54:15.1049349Z [00:05:08.355]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:15.1051505Z [00:05:08.355]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:15.1052469Z [00:05:08.355]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:15.1288396Z [00:05:08.380]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for unistd.h - found
2025-08-20T21:54:15.1328449Z [00:05:08.385]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/types.h
2025-08-20T21:54:15.1629634Z [00:05:08.415]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-xsize.o
2025-08-20T21:54:15.2323009Z [00:05:08.484]➜  x86_64-unknown-linux-musl-binutils> checking for gcc version with buggy 64-bit support... no
2025-08-20T21:54:15.2930012Z [00:05:08.545]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-xstrtol.o
2025-08-20T21:54:15.2980115Z [00:05:08.550]➜  x86_64-unknown-linux-musl-binutils> checking for ftello... if [ x"" != x ]; then \
2025-08-20T21:54:15.2983150Z [00:05:08.550]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
2025-08-20T21:54:15.2986137Z [00:05:08.550]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:15.3017720Z [00:05:08.553]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
2025-08-20T21:54:15.4726940Z [00:05:08.724]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/types.h - found
2025-08-20T21:54:15.4728132Z [00:05:08.724]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/resource.h
2025-08-20T21:54:15.5243848Z [00:05:08.776]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:15.5563425Z [00:05:08.808]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-xstrtoul.o
2025-08-20T21:54:15.7392811Z [00:05:08.991]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/resource.h - found
2025-08-20T21:54:15.7395709Z [00:05:08.991]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for dlfcn.h
2025-08-20T21:54:15.8175839Z [00:05:09.069]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-xstrtoumax.o
2025-08-20T21:54:15.8481611Z [00:05:09.100]➜  x86_64-unknown-linux-musl-binutils> checking for ftello64... yes
2025-08-20T21:54:15.8575467Z [00:05:09.100]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:15.8578685Z [00:05:09.100]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/sort.c -o pic/sort.o; \
2025-08-20T21:54:15.8584919Z [00:05:09.101]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:16.0670668Z [00:05:09.318]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-xvasprintf.o
2025-08-20T21:54:16.0676481Z [00:05:09.318]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for dlfcn.h - found
2025-08-20T21:54:16.0678894Z [00:05:09.318]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for endian.h
2025-08-20T21:54:16.1664866Z [00:05:09.418]➜  x86_64-unknown-linux-musl-binutils> checking for fseeko... if [ x"" != x ]; then \
2025-08-20T21:54:16.1669474Z [00:05:09.418]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/sort.c -o noasan/sort.o; \
2025-08-20T21:54:16.1673139Z [00:05:09.418]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:16.1705116Z [00:05:09.422]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/sort.c -o sort.o
2025-08-20T21:54:16.1862939Z [00:05:09.438]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:16.3484986Z [00:05:09.600]➜  go> Building Go toolchain2 using go_bootstrap and Go toolchain1.
2025-08-20T21:54:16.3614952Z [00:05:09.608]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       libgnu_a-xasprintf.o
2025-08-20T21:54:16.3856332Z [00:05:09.634]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for endian.h - found
2025-08-20T21:54:16.3857839Z [00:05:09.635]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for limits.h
2025-08-20T21:54:16.4355779Z [00:05:09.687]➜  x86_64-unknown-linux-musl-binutils> checking for fseeko64... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:16.4359527Z [00:05:09.687]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/spaces.c -o pic/spaces.o; \
2025-08-20T21:54:16.4362264Z [00:05:09.687]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:16.4710554Z [00:05:09.723]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:16.4714040Z [00:05:09.723]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/splay-tree.c -o pic/splay-tree.o; \
2025-08-20T21:54:16.4716697Z [00:05:09.723]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:16.4744075Z [00:05:09.726]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       asnprintf.o
2025-08-20T21:54:16.4779459Z [00:05:09.730]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:16.5011146Z [00:05:09.753]➜  x86_64-unknown-linux-musl-binutils> checking for fopen64... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:16.5030927Z [00:05:09.753]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/stack-limit.c -o pic/stack-limit.o; \
2025-08-20T21:54:16.5033808Z [00:05:09.753]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:16.5846921Z [00:05:09.836]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       fopen.o
2025-08-20T21:54:16.6106103Z [00:05:09.857]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:16.6109140Z [00:05:09.857]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/spaces.c -o noasan/spaces.o; \
2025-08-20T21:54:16.6111473Z [00:05:09.857]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:16.6114137Z [00:05:09.859]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/spaces.c -o spaces.o
2025-08-20T21:54:16.6733382Z [00:05:09.925]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ./getopt-cdefs.h:32,
2025-08-20T21:54:16.6735104Z [00:05:09.925]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./unistd.h:688,
2025-08-20T21:54:16.6736626Z [00:05:09.925]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./fcntl.h:84,
2025-08-20T21:54:16.6738083Z [00:05:09.925]➜  gnutar-static-x86_64-unknown-linux-musl>                  from fopen.c:41:
2025-08-20T21:54:16.6740797Z [00:05:09.925]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:16.6743806Z [00:05:09.925]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:16.6745272Z [00:05:09.925]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:16.6766831Z [00:05:09.928]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:16.6773739Z [00:05:09.928]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/stack-limit.c -o noasan/stack-limit.o; \
2025-08-20T21:54:16.6776492Z [00:05:09.928]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:16.6836927Z [00:05:09.935]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/stack-limit.c -o stack-limit.o
2025-08-20T21:54:16.7174209Z [00:05:09.969]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for limits.h - found
2025-08-20T21:54:16.7186444Z [00:05:09.969]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for locale.h
2025-08-20T21:54:16.7197549Z [00:05:09.972]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:16.7613809Z [00:05:10.013]➜  x86_64-unknown-linux-musl-binutils> checking whether ftello is declared... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:16.7621761Z [00:05:10.014]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/strerror.c -o pic/strerror.o; \
2025-08-20T21:54:16.7628064Z [00:05:10.014]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:16.8137122Z [00:05:10.065]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:16.8143967Z [00:05:10.065]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/strsignal.c -o pic/strsignal.o; \
2025-08-20T21:54:16.8150712Z [00:05:10.065]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:16.8152816Z [00:05:10.067]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:16.8156585Z [00:05:10.067]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
2025-08-20T21:54:16.8161397Z [00:05:10.067]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:16.8347580Z [00:05:10.086]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       mbsrtowcs-state.o
2025-08-20T21:54:16.9387009Z [00:05:10.190]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       mktime.o
2025-08-20T21:54:17.0041640Z [00:05:10.256]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:17.0225406Z [00:05:10.272]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:17.0276569Z [00:05:10.272]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \
2025-08-20T21:54:17.0280041Z [00:05:10.272]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:17.0283014Z [00:05:10.276]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/timeval-utils.c -o timeval-utils.o
2025-08-20T21:54:17.0867001Z [00:05:10.338]➜  x86_64-unknown-linux-musl-binutils> checking whether ftello64 is declared... if [ x"" != x ]; then \
2025-08-20T21:54:17.0870660Z [00:05:10.338]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/splay-tree.c -o noasan/splay-tree.o; \
2025-08-20T21:54:17.0874065Z [00:05:10.338]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:17.0877016Z [00:05:10.339]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/splay-tree.c -o splay-tree.o
2025-08-20T21:54:17.0943032Z [00:05:10.346]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for locale.h - found
2025-08-20T21:54:17.0972378Z [00:05:10.349]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for memory.h
2025-08-20T21:54:17.1019743Z [00:05:10.354]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:17.1027298Z [00:05:10.354]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/strerror.c -o noasan/strerror.o; \
2025-08-20T21:54:17.1034456Z [00:05:10.354]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:17.1099824Z [00:05:10.360]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/strerror.c -o strerror.o
2025-08-20T21:54:17.2488502Z [00:05:10.500]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:17.2516694Z [00:05:10.501]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
2025-08-20T21:54:17.2519868Z [00:05:10.501]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:17.2864243Z [00:05:10.538]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:17.4441414Z [00:05:10.696]➜  x86_64-unknown-linux-musl-binutils> checking whether fseeko is declared... if [ x"" != x ]; then \
2025-08-20T21:54:17.4444654Z [00:05:10.696]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/strsignal.c -o noasan/strsignal.o; \
2025-08-20T21:54:17.4447186Z [00:05:10.696]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:17.4536372Z [00:05:10.705]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/strsignal.c -o strsignal.o
2025-08-20T21:54:17.5766491Z [00:05:10.828]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for memory.h - found
2025-08-20T21:54:17.5767633Z [00:05:10.828]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for stdint.h
2025-08-20T21:54:17.6346507Z [00:05:10.886]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:17.6349462Z [00:05:10.886]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
2025-08-20T21:54:17.6352131Z [00:05:10.886]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:17.6357938Z [00:05:10.887]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
2025-08-20T21:54:17.6544827Z [00:05:10.900]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       printf-args.o
2025-08-20T21:54:17.6575223Z [00:05:10.900]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:17.6666314Z [00:05:10.900]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/xasprintf.c -o pic/xasprintf.o; \
2025-08-20T21:54:17.6668738Z [00:05:10.900]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:17.7198919Z [00:05:10.972]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:17.8558940Z [00:05:11.108]➜  x86_64-unknown-linux-musl-binutils> checking whether fseeko64 is declared... if [ x"" != x ]; then \
2025-08-20T21:54:17.8562667Z [00:05:11.108]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/xasprintf.c -o noasan/xasprintf.o; \
2025-08-20T21:54:17.8565818Z [00:05:11.108]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:17.8648726Z [00:05:11.117]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:17.8651784Z [00:05:11.117]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/xatexit.c -o pic/xatexit.o; \
2025-08-20T21:54:17.8654838Z [00:05:11.117]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:17.8747672Z [00:05:11.126]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/xasprintf.c -o xasprintf.o
2025-08-20T21:54:17.9067436Z [00:05:11.158]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:17.9080571Z [00:05:11.160]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/xexit.c -o pic/xexit.o; \
2025-08-20T21:54:17.9086919Z [00:05:11.160]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:17.9177492Z [00:05:11.168]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:17.9184981Z [00:05:11.168]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/xmalloc.c -o pic/xmalloc.o; \
2025-08-20T21:54:17.9188124Z [00:05:11.168]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.0027503Z [00:05:11.254]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for stdint.h - found
2025-08-20T21:54:18.0032937Z [00:05:11.254]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for stdlib.h
2025-08-20T21:54:18.0725715Z [00:05:11.324]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:18.0786990Z [00:05:11.330]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:18.0795668Z [00:05:11.330]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/xexit.c -o noasan/xexit.o; \
2025-08-20T21:54:18.0798496Z [00:05:11.330]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.0801116Z [00:05:11.330]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/xexit.c -o xexit.o
2025-08-20T21:54:18.1047687Z [00:05:11.355]➜  x86_64-unknown-linux-musl-binutils> checking whether fopen64 is declared... if [ x"-fpic" != x ]; then \
2025-08-20T21:54:18.1054548Z [00:05:11.355]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/xmemdup.c -o pic/xmemdup.o; \
2025-08-20T21:54:18.1057237Z [00:05:11.355]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.1256090Z [00:05:11.375]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:18.1263453Z [00:05:11.375]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/xatexit.c -o noasan/xatexit.o; \
2025-08-20T21:54:18.1266058Z [00:05:11.375]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.1268322Z [00:05:11.377]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/xatexit.c -o xatexit.o
2025-08-20T21:54:18.1695227Z [00:05:11.420]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:18.1697925Z [00:05:11.420]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/xmalloc.c -o noasan/xmalloc.o; \
2025-08-20T21:54:18.1700021Z [00:05:11.420]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.1702318Z [00:05:11.421]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/xmalloc.c -o xmalloc.o
2025-08-20T21:54:18.2467559Z [00:05:11.498]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       printf-parse.o
2025-08-20T21:54:18.2469172Z [00:05:11.498]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:18.2472257Z [00:05:11.498]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/xstrdup.c -o pic/xstrdup.o; \
2025-08-20T21:54:18.2475369Z [00:05:11.498]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.2822468Z [00:05:11.534]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:18.2825436Z [00:05:11.534]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/xmemdup.c -o noasan/xmemdup.o; \
2025-08-20T21:54:18.2827744Z [00:05:11.534]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.2858734Z [00:05:11.537]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/xmemdup.c -o xmemdup.o
2025-08-20T21:54:18.2930492Z [00:05:11.545]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:18.2937598Z [00:05:11.545]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/xstrerror.c -o pic/xstrerror.o; \
2025-08-20T21:54:18.2944216Z [00:05:11.546]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.3120623Z [00:05:11.561]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:18.3368784Z [00:05:11.588]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for stdlib.h - found
2025-08-20T21:54:18.3377980Z [00:05:11.590]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/cdefs.h
2025-08-20T21:54:18.3498066Z [00:05:11.600]➜  x86_64-unknown-linux-musl-binutils> checking size of off_t... if [ x"" != x ]; then \
2025-08-20T21:54:18.3503137Z [00:05:11.600]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/xstrdup.c -o noasan/xstrdup.o; \
2025-08-20T21:54:18.3554130Z [00:05:11.600]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.3556675Z [00:05:11.601]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/xstrdup.c -o xstrdup.o
2025-08-20T21:54:18.4229630Z [00:05:11.675]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:18.4232722Z [00:05:11.675]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/xstrndup.c -o pic/xstrndup.o; \
2025-08-20T21:54:18.4235533Z [00:05:11.675]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.4236864Z [00:05:11.675]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:18.4239709Z [00:05:11.675]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/xstrerror.c -o noasan/xstrerror.o; \
2025-08-20T21:54:18.4242300Z [00:05:11.675]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.4274337Z [00:05:11.679]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/xstrerror.c -o xstrerror.o
2025-08-20T21:54:18.4775431Z [00:05:11.727]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:18.4778719Z [00:05:11.727]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/xvasprintf.c -o pic/xvasprintf.o; \
2025-08-20T21:54:18.4781483Z [00:05:11.727]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.5366374Z [00:05:11.788]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:18.5381083Z [00:05:11.788]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic /build/binutils-with-gold-2.44/libiberty/setproctitle.c -o pic/setproctitle.o; \
2025-08-20T21:54:18.5384145Z [00:05:11.788]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.5736803Z [00:05:11.825]➜  x86_64-unknown-linux-musl-binutils> 8
2025-08-20T21:54:18.5779679Z [00:05:11.830]➜  x86_64-unknown-linux-musl-binutils> checking file_ptr type... int64_t
2025-08-20T21:54:18.5872708Z [00:05:11.839]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... (cached) yes
2025-08-20T21:54:18.6014115Z [00:05:11.853]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:18.6018168Z [00:05:11.853]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \
2025-08-20T21:54:18.6021734Z [00:05:11.853]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.6029089Z [00:05:11.855]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:18.6036684Z [00:05:11.855]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/xstrndup.c -o noasan/xstrndup.o; \
2025-08-20T21:54:18.6040389Z [00:05:11.855]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.6043104Z [00:05:11.856]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:18.6047337Z [00:05:11.856]➜  x86_64-unknown-linux-musl-binutils>   gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  -fpic  /build/binutils-with-gold-2.44/libiberty/setproctitle.c -o noasan/setproctitle.o; \
2025-08-20T21:54:18.6054536Z [00:05:11.856]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.6058593Z [00:05:11.857]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/xstrndup.c -o xstrndup.o
2025-08-20T21:54:18.6071268Z [00:05:11.859]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/xvasprintf.c -o xvasprintf.o
2025-08-20T21:54:18.6156706Z [00:05:11.867]➜  x86_64-unknown-linux-musl-binutils> gcc -c -DHAVE_CONFIG_H -g -O2      -I. -I/build/binutils-with-gold-2.44/libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic  -D_GNU_SOURCE -fcf-protection  /build/binutils-with-gold-2.44/libiberty/setproctitle.c -o setproctitle.o
2025-08-20T21:54:18.6303849Z [00:05:11.881]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... (cached) yes
2025-08-20T21:54:18.6454808Z [00:05:11.892]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/cdefs.h - found
2025-08-20T21:54:18.6456135Z [00:05:11.892]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/param.h
2025-08-20T21:54:18.7620227Z [00:05:12.014]➜  x86_64-unknown-linux-musl-binutils> checking for sys/param.h... rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
2025-08-20T21:54:18.7705654Z [00:05:12.022]➜  x86_64-unknown-linux-musl-binutils> ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so rc ./libiberty.a \
2025-08-20T21:54:18.7713996Z [00:05:12.022]➜  x86_64-unknown-linux-musl-binutils>   ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./setproctitle.o
2025-08-20T21:54:18.8050797Z [00:05:12.056]➜  x86_64-unknown-linux-musl-binutils> ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so ./libiberty.a
2025-08-20T21:54:18.8326922Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils> if [ x"-fpic" != x ]; then \
2025-08-20T21:54:18.8328201Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils>   cd pic; \
2025-08-20T21:54:18.8330233Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils>   ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so rc ./libiberty.a \
2025-08-20T21:54:18.8338274Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils>     ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./setproctitle.o; \
2025-08-20T21:54:18.8351739Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils>   ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so ./libiberty.a; \
2025-08-20T21:54:18.8353640Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils>   cd ..; \
2025-08-20T21:54:18.8354448Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils> else true; fi; \
2025-08-20T21:54:18.8355278Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils> if [ x"" != x ]; then \
2025-08-20T21:54:18.8356122Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils>   cd noasan; \
2025-08-20T21:54:18.8358017Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils>   ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so rc ./libiberty.a \
2025-08-20T21:54:18.8365913Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils>     ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./setproctitle.o; \
2025-08-20T21:54:18.8372661Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils>   ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so ./libiberty.a; \
2025-08-20T21:54:18.8374539Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils>   cd ..; \
2025-08-20T21:54:18.8375298Z [00:05:12.084]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T21:54:18.8430763Z [00:05:12.095]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:18.8504847Z [00:05:12.101]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/param.h - found
2025-08-20T21:54:18.8507906Z [00:05:12.101]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/random.h
2025-08-20T21:54:18.8556101Z [00:05:12.107]➜  x86_64-unknown-linux-musl-binutils> checking for getpagesize... (cached) yes
2025-08-20T21:54:18.8797208Z [00:05:12.131]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       vasnprintf.o
2025-08-20T21:54:18.9394216Z [00:05:12.191]➜  x86_64-unknown-linux-musl-binutils> checking for working mmap... make[2]: Leaving directory '/build/build/libiberty'
2025-08-20T21:54:18.9830450Z [00:05:12.234]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/random.h - found
2025-08-20T21:54:18.9837841Z [00:05:12.235]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/stat.h
2025-08-20T21:54:19.1116165Z [00:05:12.363]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for sys/stat.h - found
2025-08-20T21:54:19.1117282Z [00:05:12.363]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for xlocale.h
2025-08-20T21:54:19.1554717Z [00:05:12.407]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:19.2025888Z [00:05:12.453]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for xlocale.h - not found
2025-08-20T21:54:19.2034745Z [00:05:12.455]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for _isnan
2025-08-20T21:54:19.2886501Z [00:05:12.540]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for _isnan - not found
2025-08-20T21:54:19.2925213Z [00:05:12.543]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for _finite
2025-08-20T21:54:19.2927096Z [00:05:12.544]➜  x86_64-unknown-linux-musl-binutils> checking for madvise... yes
2025-08-20T21:54:19.3866132Z [00:05:12.638]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for _finite - not found
2025-08-20T21:54:19.3885079Z [00:05:12.640]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for INFINITY
2025-08-20T21:54:19.4285108Z [00:05:12.680]➜  x86_64-unknown-linux-musl-binutils> checking for mprotect... yes
2025-08-20T21:54:19.5208534Z [00:05:12.772]➜  x86_64-unknown-linux-musl-binutils> configure: updating cache ./config.cache
2025-08-20T21:54:19.5347331Z [00:05:12.786]➜  x86_64-unknown-linux-musl-binutils> checking that generated files are newer than configure... done
2025-08-20T21:54:19.5348638Z [00:05:12.786]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:54:19.5498988Z [00:05:12.802]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for INFINITY - found
2025-08-20T21:54:19.5517863Z [00:05:12.804]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for isinf
2025-08-20T21:54:19.6870251Z [00:05:12.939]➜  gzip-static-x86_64-unknown-linux-musl>   AR       libgzip.a
2025-08-20T21:54:19.7019132Z [00:05:12.954]➜  gnutar-static-x86_64-unknown-linux-musl>   AR       libgnu.a
2025-08-20T21:54:19.7226514Z [00:05:12.974]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gzip-1.14/lib'
2025-08-20T21:54:19.7227862Z [00:05:12.974]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gzip-1.14/lib'
2025-08-20T21:54:19.7245666Z [00:05:12.975]➜  gzip-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:54:19.7311851Z [00:05:12.981]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gzip-1.14/doc'
2025-08-20T21:54:19.7313712Z [00:05:12.981]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:54:19.7315261Z [00:05:12.981]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gzip-1.14/doc'
2025-08-20T21:54:19.7320458Z [00:05:12.984]➜  gzip-static-x86_64-unknown-linux-musl> Making all in .
2025-08-20T21:54:19.7346578Z [00:05:12.986]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for isinf - found
2025-08-20T21:54:19.7360103Z [00:05:12.988]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for isnan
2025-08-20T21:54:19.7398693Z [00:05:12.992]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gzip-1.14'
2025-08-20T21:54:19.7671426Z [00:05:13.019]➜  gzip-static-x86_64-unknown-linux-musl>   CC       bits.o
2025-08-20T21:54:19.7737957Z [00:05:13.019]➜  gzip-static-x86_64-unknown-linux-musl>   CC       deflate.o
2025-08-20T21:54:19.7742681Z [00:05:13.020]➜  gzip-static-x86_64-unknown-linux-musl>   CC       gzip.o
2025-08-20T21:54:19.7744270Z [00:05:13.026]➜  gzip-static-x86_64-unknown-linux-musl>   CC       inflate.o
2025-08-20T21:54:19.7746468Z [00:05:13.026]➜  gzip-static-x86_64-unknown-linux-musl>   CC       trees.o
2025-08-20T21:54:19.8231157Z [00:05:13.075]➜  gnutar-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/tar-1.35/gnu'
2025-08-20T21:54:19.8250683Z [00:05:13.076]➜  gnutar-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/tar-1.35/gnu'
2025-08-20T21:54:19.8344523Z [00:05:13.077]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/gnu'
2025-08-20T21:54:19.8345805Z [00:05:13.077]➜  gnutar-static-x86_64-unknown-linux-musl> Making all in lib
2025-08-20T21:54:19.8696581Z [00:05:13.121]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/lib'
2025-08-20T21:54:19.8716256Z [00:05:13.123]➜  gnutar-static-x86_64-unknown-linux-musl>   GEN      rmt-command.h
2025-08-20T21:54:19.9056078Z [00:05:13.157]➜  gnutar-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T21:54:19.9398570Z [00:05:13.191]➜  gnutar-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/tar-1.35/lib'
2025-08-20T21:54:19.9458050Z [00:05:13.197]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       paxerror.o
2025-08-20T21:54:20.0221639Z [00:05:13.273]➜  gzip-static-x86_64-unknown-linux-musl>   CC       unlzh.o
2025-08-20T21:54:20.0227131Z [00:05:13.273]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for isnan - found
2025-08-20T21:54:20.0228581Z [00:05:13.273]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for nan
2025-08-20T21:54:20.0465411Z [00:05:13.296]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:20.0470187Z [00:05:13.296]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:20.0471755Z [00:05:13.296]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:20.0473520Z [00:05:13.296]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./system.h:76,
2025-08-20T21:54:20.0474879Z [00:05:13.296]➜  gnutar-static-x86_64-unknown-linux-musl>                  from paxerror.c:19:
2025-08-20T21:54:20.0477634Z [00:05:13.296]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:20.0480297Z [00:05:13.296]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:20.0481746Z [00:05:13.296]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:20.2975580Z [00:05:13.549]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for nan - found
2025-08-20T21:54:20.3064899Z [00:05:13.558]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for _doprnt
2025-08-20T21:54:20.3795369Z [00:05:13.628]➜  gzip-static-x86_64-unknown-linux-musl>   CC       unlzw.o
2025-08-20T21:54:20.4411392Z [00:05:13.693]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for _doprnt - not found
2025-08-20T21:54:20.4416812Z [00:05:13.693]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for snprintf
2025-08-20T21:54:20.4745382Z [00:05:13.724]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       paxexit-status.o
2025-08-20T21:54:20.6225612Z [00:05:13.871]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:20.6230707Z [00:05:13.872]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:20.6232149Z [00:05:13.872]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:20.6237181Z [00:05:13.872]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./system.h:76,
2025-08-20T21:54:20.6238752Z [00:05:13.872]➜  gnutar-static-x86_64-unknown-linux-musl>                  from paxexit-status.c:1:
2025-08-20T21:54:20.6241442Z [00:05:13.872]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:20.6244460Z [00:05:13.872]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:20.6245919Z [00:05:13.872]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:20.6946098Z [00:05:13.946]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       paxnames.o
2025-08-20T21:54:20.6963833Z [00:05:13.948]➜  gzip-static-x86_64-unknown-linux-musl>   CC       unpack.o
2025-08-20T21:54:20.7491852Z [00:05:14.001]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for snprintf - found
2025-08-20T21:54:20.7499996Z [00:05:14.002]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for vasprintf
2025-08-20T21:54:20.7641750Z [00:05:14.016]➜  gzip-static-x86_64-unknown-linux-musl>   CC       unzip.o
2025-08-20T21:54:20.7989637Z [00:05:14.050]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:20.7991716Z [00:05:14.050]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:20.7993140Z [00:05:14.050]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:20.7999559Z [00:05:14.050]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ./system.h:76,
2025-08-20T21:54:20.8001188Z [00:05:14.050]➜  gnutar-static-x86_64-unknown-linux-musl>                  from paxnames.c:18:
2025-08-20T21:54:20.8004543Z [00:05:14.050]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:20.8007420Z [00:05:14.050]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:20.8008818Z [00:05:14.050]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:20.9170945Z [00:05:14.169]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:54:20.9287804Z [00:05:14.181]➜  gzip-static-x86_64-unknown-linux-musl>   CC       util.o
2025-08-20T21:54:20.9435641Z [00:05:14.195]➜  gzip-static-x86_64-unknown-linux-musl>   CC       zip.o
2025-08-20T21:54:20.9819553Z [00:05:14.234]➜  x86_64-unknown-linux-musl-binutils> config.status: creating bfd-in3.h
2025-08-20T21:54:21.0337269Z [00:05:14.285]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for vasprintf - found
2025-08-20T21:54:21.0338884Z [00:05:14.285]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for vsnprintf
2025-08-20T21:54:21.0552759Z [00:05:14.307]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       rtapelib.o
2025-08-20T21:54:21.0782897Z [00:05:14.330]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile.in
2025-08-20T21:54:21.0870502Z [00:05:14.339]➜  gzip-static-x86_64-unknown-linux-musl>   CC       version.o
2025-08-20T21:54:21.1336227Z [00:05:14.385]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      gunzip
2025-08-20T21:54:21.1343545Z [00:05:14.386]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:21.1354265Z [00:05:14.387]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:21.1359765Z [00:05:14.387]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:21.1361362Z [00:05:14.387]➜  gnutar-static-x86_64-unknown-linux-musl>                  from system.h:76,
2025-08-20T21:54:21.1362759Z [00:05:14.387]➜  gnutar-static-x86_64-unknown-linux-musl>                  from rtapelib.c:34:
2025-08-20T21:54:21.1365688Z [00:05:14.387]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:21.1368406Z [00:05:14.387]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:21.1369786Z [00:05:14.387]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:21.1537329Z [00:05:14.405]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      gzexe
2025-08-20T21:54:21.1545429Z [00:05:14.406]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      zcat
2025-08-20T21:54:21.1665607Z [00:05:14.418]➜  x86_64-unknown-linux-musl-binutils> config.status: creating config.h
2025-08-20T21:54:21.1775406Z [00:05:14.429]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      zcmp
2025-08-20T21:54:21.1778874Z [00:05:14.430]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      zdiff
2025-08-20T21:54:21.1894732Z [00:05:14.438]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      zegrep
2025-08-20T21:54:21.1896299Z [00:05:14.441]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      zfgrep
2025-08-20T21:54:21.2057068Z [00:05:14.456]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      zforce
2025-08-20T21:54:21.2061992Z [00:05:14.457]➜  x86_64-unknown-linux-musl-binutils> config.status: executing depfiles commands
2025-08-20T21:54:21.2077425Z [00:05:14.459]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      zgrep
2025-08-20T21:54:21.2229671Z [00:05:14.475]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      zless
2025-08-20T21:54:21.2245763Z [00:05:14.476]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      zmore
2025-08-20T21:54:21.2380453Z [00:05:14.490]➜  gzip-static-x86_64-unknown-linux-musl>   GEN      znew
2025-08-20T21:54:21.2449896Z [00:05:14.497]➜  gzip-static-x86_64-unknown-linux-musl>   AR       libver.a
2025-08-20T21:54:21.3116932Z [00:05:14.563]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for vsnprintf - found
2025-08-20T21:54:21.3145483Z [00:05:14.566]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for vprintf
2025-08-20T21:54:21.3926128Z [00:05:14.644]➜  gzip-static-x86_64-unknown-linux-musl>   CCLD     gzip
2025-08-20T21:54:21.5162162Z [00:05:14.768]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gzip-1.14'
2025-08-20T21:54:21.5165735Z [00:05:14.768]➜  gzip-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T21:54:21.5276148Z [00:05:14.779]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gzip-1.14/tests'
2025-08-20T21:54:21.5295224Z [00:05:14.779]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:54:21.5296783Z [00:05:14.779]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gzip-1.14/tests'
2025-08-20T21:54:21.5298418Z [00:05:14.780]➜  gzip-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gzip-1.14'
2025-08-20T21:54:21.5359517Z [00:05:14.788]➜  gzip-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:54:21.5609280Z [00:05:14.812]➜  gzip-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash SHELL=/bin/sh GREP=grep ZLESS_MAN=zless.1 ZLESS_PROG=zless pkgconfigdir=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/lib/pkgconfig m4datadir=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/share/aclocal aclocaldir=/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/share/aclocal install
2025-08-20T21:54:21.5614215Z [00:05:14.812]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for vprintf - found
2025-08-20T21:54:21.5615570Z [00:05:14.812]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for arc4random
2025-08-20T21:54:21.6235306Z [00:05:14.872]➜  gzip-static-x86_64-unknown-linux-musl> make  install-recursive
2025-08-20T21:54:21.6280352Z [00:05:14.880]➜  gzip-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/gzip-1.14'
2025-08-20T21:54:21.6778344Z [00:05:14.929]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for arc4random - not found
2025-08-20T21:54:21.6780585Z [00:05:14.930]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for bsd/stdlib.h
2025-08-20T21:54:21.6799017Z [00:05:14.932]➜  gzip-static-x86_64-unknown-linux-musl> Making install in lib
2025-08-20T21:54:21.6991077Z [00:05:14.951]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       wordsplit.o
2025-08-20T21:54:21.7004290Z [00:05:14.952]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gzip-1.14/lib'
2025-08-20T21:54:21.7009882Z [00:05:14.952]➜  gzip-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T21:54:21.7200158Z [00:05:14.972]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gzip-1.14/lib'
2025-08-20T21:54:21.7431071Z [00:05:14.995]➜  gzip-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/gzip-1.14/lib'
2025-08-20T21:54:21.7436772Z [00:05:14.995]➜  gzip-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:54:21.7441732Z [00:05:14.996]➜  gzip-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:54:21.7447310Z [00:05:14.996]➜  gzip-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/gzip-1.14/lib'
2025-08-20T21:54:21.7452723Z [00:05:14.997]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gzip-1.14/lib'
2025-08-20T21:54:21.7515143Z [00:05:15.000]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gzip-1.14/lib'
2025-08-20T21:54:21.7516590Z [00:05:15.003]➜  gzip-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T21:54:21.7558522Z [00:05:15.007]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gzip-1.14/doc'
2025-08-20T21:54:21.7572875Z [00:05:15.009]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:21.7578324Z [00:05:15.009]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:21.7579838Z [00:05:15.009]➜  gnutar-static-x86_64-unknown-linux-musl>                  from wordsplit.c:23:
2025-08-20T21:54:21.7586382Z [00:05:15.009]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:21.7589270Z [00:05:15.009]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:21.7590611Z [00:05:15.009]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:21.7655630Z [00:05:15.017]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gzip-1.14/doc'
2025-08-20T21:54:21.7664997Z [00:05:15.018]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:54:21.7728323Z [00:05:15.024]➜  gzip-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xn82ymvvvk5jmjnr2hj41a4jr96dhv6x-gzip-static-x86_64-unknown-linux-musl-1.14-info/share/info'
2025-08-20T21:54:21.7854502Z [00:05:15.036]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for bsd/stdlib.h - not found
2025-08-20T21:54:21.7855969Z [00:05:15.036]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for open
2025-08-20T21:54:21.7947295Z [00:05:15.044]➜  gzip-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./gzip.info '/nix/store/xn82ymvvvk5jmjnr2hj41a4jr96dhv6x-gzip-static-x86_64-unknown-linux-musl-1.14-info/share/info'
2025-08-20T21:54:21.8024712Z [00:05:15.054]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gzip-1.14/doc'
2025-08-20T21:54:21.8084509Z [00:05:15.056]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gzip-1.14/doc'
2025-08-20T21:54:21.8086045Z [00:05:15.056]➜  gzip-static-x86_64-unknown-linux-musl> Making install in .
2025-08-20T21:54:21.8149227Z [00:05:15.067]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gzip-1.14'
2025-08-20T21:54:21.8784777Z [00:05:15.130]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gzip-1.14'
2025-08-20T21:54:21.9556821Z [00:05:15.207]➜  gzip-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin'
2025-08-20T21:54:21.9566573Z [00:05:15.208]➜  gzip-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin'
2025-08-20T21:54:21.9587431Z [00:05:15.210]➜  gzip-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/05kizbszlh5kwwax8hiy0sp0s67y6833-gzip-static-x86_64-unknown-linux-musl-1.14-man/share/man/man1'
2025-08-20T21:54:21.9743042Z [00:05:15.226]➜  gzip-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c gunzip gzexe zcat zcmp zdiff zegrep zfgrep zforce zgrep zless zmore znew '/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin'
2025-08-20T21:54:22.0081899Z [00:05:15.260]➜  gzip-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c gzip '/nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin'
2025-08-20T21:54:22.0099686Z [00:05:15.261]➜  gzip-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 zgrep.1 zless.1 zmore.1 znew.1 '/nix/store/05kizbszlh5kwwax8hiy0sp0s67y6833-gzip-static-x86_64-unknown-linux-musl-1.14-man/share/man/man1'
2025-08-20T21:54:22.0138787Z [00:05:15.266]➜  gzip-static-x86_64-unknown-linux-musl> make  install-exec-hook
2025-08-20T21:54:22.0242910Z [00:05:15.276]➜  gzip-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/gzip-1.14'
2025-08-20T21:54:22.0706060Z [00:05:15.322]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for open - found
2025-08-20T21:54:22.0755696Z [00:05:15.327]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for realloc
2025-08-20T21:54:22.0866345Z [00:05:15.338]➜  gzip-static-x86_64-unknown-linux-musl> + cd /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin
2025-08-20T21:54:22.0869464Z [00:05:15.338]➜  gzip-static-x86_64-unknown-linux-musl> + rm -f uncompress
2025-08-20T21:54:22.1680128Z [00:05:15.420]➜  gzip-static-x86_64-unknown-linux-musl> + cd /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin
2025-08-20T21:54:22.1686155Z [00:05:15.420]➜  gzip-static-x86_64-unknown-linux-musl> + rm -f uncompress
2025-08-20T21:54:22.1700861Z [00:05:15.422]➜  gzip-static-x86_64-unknown-linux-musl> + ln gunzip uncompress
2025-08-20T21:54:22.2389522Z [00:05:15.491]➜  gzip-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/gzip-1.14'
2025-08-20T21:54:22.2453958Z [00:05:15.491]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gzip-1.14'
2025-08-20T21:54:22.2455455Z [00:05:15.491]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gzip-1.14'
2025-08-20T21:54:22.2456601Z [00:05:15.491]➜  gzip-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T21:54:22.2506338Z [00:05:15.500]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/gzip-1.14/tests'
2025-08-20T21:54:22.2555806Z [00:05:15.507]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/gzip-1.14/tests'
2025-08-20T21:54:22.2564054Z [00:05:15.508]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:54:22.2569611Z [00:05:15.509]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:54:22.2575203Z [00:05:15.509]➜  gzip-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/gzip-1.14/tests'
2025-08-20T21:54:22.2634710Z [00:05:15.510]➜  gzip-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/gzip-1.14/tests'
2025-08-20T21:54:22.2637085Z [00:05:15.511]➜  gzip-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/gzip-1.14'
2025-08-20T21:54:22.2685559Z [00:05:15.520]➜  gzip-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:54:22.2914146Z [00:05:15.543]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for realloc - found
2025-08-20T21:54:22.2925615Z [00:05:15.544]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for setlocale
2025-08-20T21:54:22.3687129Z [00:05:15.618]➜  gzip-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14
2025-08-20T21:54:22.3749049Z [00:05:15.627]➜  gzip-static-x86_64-unknown-linux-musl> shrinking /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/.gzip-wrapped
2025-08-20T21:54:22.3845863Z [00:05:15.636]➜  gzip-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:22.3945947Z [00:05:15.643]➜  gzip-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14...
2025-08-20T21:54:22.4284372Z [00:05:15.680]➜  gzip-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:22.4392968Z [00:05:15.691]➜  gzip-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14
2025-08-20T21:54:22.4537374Z [00:05:15.705]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/zmore: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.4824843Z [00:05:15.734]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/uncompress: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.5186382Z [00:05:15.770]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/zfgrep: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.5388881Z [00:05:15.790]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for setlocale - found
2025-08-20T21:54:22.5390365Z [00:05:15.790]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for uselocale
2025-08-20T21:54:22.5497667Z [00:05:15.801]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/znew: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.5859450Z [00:05:15.837]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/zless: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.6141438Z [00:05:15.865]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/zcat: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.6427626Z [00:05:15.894]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/zgrep: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.6842735Z [00:05:15.936]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/gunzip: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.7102001Z [00:05:15.962]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/zforce: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.7385499Z [00:05:15.990]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/zcmp: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.7420298Z [00:05:15.994]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for uselocale - found
2025-08-20T21:54:22.7700097Z [00:05:16.022]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/zegrep: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.7702354Z [00:05:16.022]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strcasecmp
2025-08-20T21:54:22.7978455Z [00:05:16.049]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/gzexe: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.8237091Z [00:05:16.074]➜  gzip-static-x86_64-unknown-linux-musl> /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin/zdiff: interpreter directive changed from "#!/bin/sh" to "/nix/store/mmmgdm5dcsasdg0m8lz30k75zbncawvj-bash-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T21:54:22.8539885Z [00:05:16.106]➜  gzip-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/06lg2n844337kyx7wkpsnc6w3ivs4svj-gzip-static-x86_64-unknown-linux-musl-1.14/bin
2025-08-20T21:54:22.9167594Z [00:05:16.168]➜  gzip-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/05kizbszlh5kwwax8hiy0sp0s67y6833-gzip-static-x86_64-unknown-linux-musl-1.14-man
2025-08-20T21:54:22.9292735Z [00:05:16.181]➜  gzip-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/05kizbszlh5kwwax8hiy0sp0s67y6833-gzip-static-x86_64-unknown-linux-musl-1.14-man...
2025-08-20T21:54:22.9668883Z [00:05:16.218]➜  gzip-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/05kizbszlh5kwwax8hiy0sp0s67y6833-gzip-static-x86_64-unknown-linux-musl-1.14-man/share/man/
2025-08-20T21:54:23.0008162Z [00:05:16.252]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strcasecmp - found
2025-08-20T21:54:23.0034537Z [00:05:16.252]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strncasecmp
2025-08-20T21:54:23.0144729Z [00:05:16.266]➜  gzip-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/05kizbszlh5kwwax8hiy0sp0s67y6833-gzip-static-x86_64-unknown-linux-musl-1.14-man
2025-08-20T21:54:23.0224530Z [00:05:16.274]➜  gzip-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/xn82ymvvvk5jmjnr2hj41a4jr96dhv6x-gzip-static-x86_64-unknown-linux-musl-1.14-info
2025-08-20T21:54:23.0259775Z [00:05:16.278]➜  gzip-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/xn82ymvvvk5jmjnr2hj41a4jr96dhv6x-gzip-static-x86_64-unknown-linux-musl-1.14-info...
2025-08-20T21:54:23.0507872Z [00:05:16.302]➜  gzip-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/xn82ymvvvk5jmjnr2hj41a4jr96dhv6x-gzip-static-x86_64-unknown-linux-musl-1.14-info
2025-08-20T21:54:23.2286877Z [00:05:16.480]➜  building '/nix/store/g2axsfwx2mcrka7ws8xs3zgz278zlhch-getent-getent-netbsd-static-x86_64-unknown-linux-musl-9.2.drv'...
2025-08-20T21:54:23.2289233Z [00:05:16.480]➜  x86_64-unknown-linux-musl-binutils> config.status: executing libtool commands
2025-08-20T21:54:23.2291718Z [00:05:16.480]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-1 commands
2025-08-20T21:54:23.2293061Z [00:05:16.480]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-2 commands
2025-08-20T21:54:23.2295366Z [00:05:16.480]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strncasecmp - found
2025-08-20T21:54:23.2297035Z [00:05:16.480]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strdup
2025-08-20T21:54:23.2550907Z [00:05:16.507]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default commands
2025-08-20T21:54:23.3920953Z [00:05:16.644]➜  building '/nix/store/xafn3npfjp0zzy2dws8czab1i9rg0ahp-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31.drv'...
2025-08-20T21:54:23.3923920Z [00:05:16.644]➜  x86_64-unknown-linux-musl-binutils> mkdir -p -- ./opcodes
2025-08-20T21:54:23.3926242Z [00:05:16.644]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strdup - found
2025-08-20T21:54:23.3928502Z [00:05:16.644]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strerror
2025-08-20T21:54:23.3939609Z [00:05:16.645]➜  x86_64-unknown-linux-musl-binutils> Configuring in ./opcodes
2025-08-20T21:54:23.4191615Z [00:05:16.671]➜  x86_64-unknown-linux-musl-binutils> make[2]: Entering directory '/build/build/bfd'
2025-08-20T21:54:23.4213746Z [00:05:16.672]➜  x86_64-unknown-linux-musl-binutils>   GEN      bfdver.h
2025-08-20T21:54:23.4252043Z [00:05:16.677]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf32-target.h
2025-08-20T21:54:23.4315041Z [00:05:16.680]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf64-target.h
2025-08-20T21:54:23.4398135Z [00:05:16.692]➜  x86_64-unknown-linux-musl-binutils>   GEN      targmatch.h
2025-08-20T21:54:23.4413418Z [00:05:16.693]➜  x86_64-unknown-linux-musl-binutils> Making info in po
2025-08-20T21:54:23.4492331Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils> make[3]: Entering directory '/build/build/bfd/po'
2025-08-20T21:54:23.4494375Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils> ( if test 'x/build/binutils-with-gold-2.44/bfd/po' != 'x.'; then \
2025-08-20T21:54:23.4495779Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>     posrcprefix='/build/binutils-with-gold-2.44/bfd/'; \
2025-08-20T21:54:23.4496775Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>   else \
2025-08-20T21:54:23.4497568Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>     posrcprefix="../"; \
2025-08-20T21:54:23.4498359Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>   fi; \
2025-08-20T21:54:23.4499260Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>   rm -f SRC-POTFILES-t SRC-POTFILES \
2025-08-20T21:54:23.4500225Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>     && (sed -e '/^#/d' \
2025-08-20T21:54:23.4501152Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>             -e '/^[         ]*$/d' \
2025-08-20T21:54:23.4502504Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>         -e "s@.*@   $posrcprefix& \\\\@" < /build/binutils-with-gold-2.44/bfd/po/SRC-POTFILES.in \
2025-08-20T21:54:23.4504100Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>     | sed -e '$s/\\$//') > SRC-POTFILES-t \
2025-08-20T21:54:23.4505145Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>     && chmod a-w SRC-POTFILES-t \
2025-08-20T21:54:23.4507606Z [00:05:16.701]➜  x86_64-unknown-linux-musl-binutils>     && mv SRC-POTFILES-t SRC-POTFILES )
2025-08-20T21:54:23.4541833Z [00:05:16.706]➜  x86_64-unknown-linux-musl-binutils> ( rm -f BLD-POTFILES-t BLD-POTFILES \
2025-08-20T21:54:23.4543633Z [00:05:16.706]➜  x86_64-unknown-linux-musl-binutils>     && (sed -e '/^#/d' \
2025-08-20T21:54:23.4544848Z [00:05:16.706]➜  x86_64-unknown-linux-musl-binutils>             -e '/^[         ]*$/d' \
2025-08-20T21:54:23.4546431Z [00:05:16.706]➜  x86_64-unknown-linux-musl-binutils>         -e "s@.*@   ../& \\\\@" < /build/binutils-with-gold-2.44/bfd/po/BLD-POTFILES.in \
2025-08-20T21:54:23.4548072Z [00:05:16.706]➜  x86_64-unknown-linux-musl-binutils>     | sed -e '$s/\\$//') > BLD-POTFILES-t \
2025-08-20T21:54:23.4549332Z [00:05:16.706]➜  x86_64-unknown-linux-musl-binutils>     && chmod a-w BLD-POTFILES-t \
2025-08-20T21:54:23.4550532Z [00:05:16.706]➜  x86_64-unknown-linux-musl-binutils>     && mv BLD-POTFILES-t BLD-POTFILES )
2025-08-20T21:54:23.4748032Z [00:05:16.726]➜  x86_64-unknown-linux-musl-binutils> cd .. \
2025-08-20T21:54:23.4749108Z [00:05:16.726]➜  x86_64-unknown-linux-musl-binutils>   && CONFIG_FILES=po/Makefile.in:po/Make-in \
2025-08-20T21:54:23.4750933Z [00:05:16.727]➜  x86_64-unknown-linux-musl-binutils>      CONFIG_HEADERS= /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./config.status
2025-08-20T21:54:23.5007187Z [00:05:16.752]➜  kexec-tools-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:54:23.5112275Z [00:05:16.763]➜  kexec-tools-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/ar3rxz6p5s6yfxb9m4rxrcw1zp28q2n7-kexec-tools-2.0.31.tar.xz
2025-08-20T21:54:23.5637395Z [00:05:16.815]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strerror - found
2025-08-20T21:54:23.5653016Z [00:05:16.817]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for vsyslog
2025-08-20T21:54:23.5715188Z [00:05:16.823]➜  kexec-tools-static-x86_64-unknown-linux-musl> source root is kexec-tools-2.0.31
2025-08-20T21:54:23.5996734Z [00:05:16.851]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       xattr-at.o
2025-08-20T21:54:23.6032323Z [00:05:16.854]➜  kexec-tools-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1745313115 of file "kexec-tools-2.0.31/kexec-tools.spec"
2025-08-20T21:54:23.6166845Z [00:05:16.868]➜  kexec-tools-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:54:23.6280324Z [00:05:16.880]➜  kexec-tools-static-x86_64-unknown-linux-musl> applying patch /nix/store/4pfhyc13jhz84b8973gxbydhx4fn9vxp-ppc64-elfv2.patch
2025-08-20T21:54:23.6318973Z [00:05:16.884]➜  kexec-tools-static-x86_64-unknown-linux-musl> patching file purgatory/arch/ppc64/Makefile
2025-08-20T21:54:23.6322206Z [00:05:16.884]➜  kexec-tools-static-x86_64-unknown-linux-musl> applying patch /nix/store/ymnrb3akkcydn0d8xlf2534bxhjwgc5m-?id=daa29443819d3045338792b5ba950ed90e79d7a5
2025-08-20T21:54:23.6395395Z [00:05:16.891]➜  kexec-tools-static-x86_64-unknown-linux-musl> patching file kexec/zstd.c
2025-08-20T21:54:23.6401686Z [00:05:16.892]➜  kexec-tools-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:23.6476858Z [00:05:16.899]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:23.6478399Z [00:05:16.899]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:23.6479801Z [00:05:16.899]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:23.6481112Z [00:05:16.899]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/openat.h:28,
2025-08-20T21:54:23.6482396Z [00:05:16.899]➜  gnutar-static-x86_64-unknown-linux-musl>                  from xattr-at.c:22:
2025-08-20T21:54:23.6485185Z [00:05:16.899]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:23.6487919Z [00:05:16.899]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:23.6489297Z [00:05:16.899]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:23.6564641Z [00:05:16.908]➜  kexec-tools-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub
2025-08-20T21:54:23.6746808Z [00:05:16.924]➜  kexec-tools-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess
2025-08-20T21:54:23.6774711Z [00:05:16.926]➜  kexec-tools-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:23.6923609Z [00:05:16.944]➜  kexec-tools-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub
2025-08-20T21:54:23.7035773Z [00:05:16.954]➜  kexec-tools-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess
2025-08-20T21:54:23.7090509Z [00:05:16.961]➜  kexec-tools-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:54:23.7607110Z [00:05:17.012]➜  kexec-tools-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:54:23.7731656Z [00:05:17.025]➜  kexec-tools-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:54:23.8092923Z [00:05:17.061]➜  kexec-tools-static-x86_64-unknown-linux-musl> configure flags: --prefix=/nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31 BUILD_CC=cc --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:54:23.8464266Z [00:05:17.098]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for vsyslog - found
2025-08-20T21:54:23.8515320Z [00:05:17.103]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for getrandom
2025-08-20T21:54:23.9415402Z [00:05:17.193]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile.in
2025-08-20T21:54:24.0137684Z [00:05:17.265]➜  kexec-tools-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
2025-08-20T21:54:24.0142583Z [00:05:17.266]➜  x86_64-unknown-linux-musl-binutils> config.status: executing depfiles commands
2025-08-20T21:54:24.0331937Z [00:05:17.285]➜  x86_64-unknown-linux-musl-binutils> config.status: executing libtool commands
2025-08-20T21:54:24.0707160Z [00:05:17.322]➜  x86_64-unknown-linux-musl-binutils> configure: creating cache ./config.cache
2025-08-20T21:54:24.0805518Z [00:05:17.332]➜  gnutar-static-x86_64-unknown-linux-musl>   AR       libtar.a
2025-08-20T21:54:24.1130349Z [00:05:17.365]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-1 commands
2025-08-20T21:54:24.1182976Z [00:05:17.370]➜  gnutar-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/tar-1.35/lib'
2025-08-20T21:54:24.1188461Z [00:05:17.370]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/lib'
2025-08-20T21:54:24.1193498Z [00:05:17.370]➜  gnutar-static-x86_64-unknown-linux-musl> Making all in rmt
2025-08-20T21:54:24.1586025Z [00:05:17.408]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:54:24.1725235Z [00:05:17.422]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/rmt'
2025-08-20T21:54:24.1810629Z [00:05:17.433]➜  x86_64-unknown-linux-musl-binutils> checking host system type... config.status: executing default-2 commands
2025-08-20T21:54:24.1885668Z [00:05:17.440]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       rmt.o
2025-08-20T21:54:24.1887611Z [00:05:17.440]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:54:24.2030155Z [00:05:17.452]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for getrandom - found
2025-08-20T21:54:24.2031754Z [00:05:17.452]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for getrusage
2025-08-20T21:54:24.2057480Z [00:05:17.456]➜  x86_64-unknown-linux-musl-binutils> x86_64-unknown-linux-gnu
2025-08-20T21:54:24.2231636Z [00:05:17.475]➜  x86_64-unknown-linux-musl-binutils> checking target system type... config.status: executing default commands
2025-08-20T21:54:24.2512560Z [00:05:17.503]➜  x86_64-unknown-linux-musl-binutils> x86_64-unknown-linux-musl
2025-08-20T21:54:24.2518328Z [00:05:17.503]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:54:24.2581130Z [00:05:17.510]➜  x86_64-unknown-linux-musl-binutils> checking whether build environment is sane... make[3]: Nothing to be done for 'info'.
2025-08-20T21:54:24.2583053Z [00:05:17.510]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/bfd/po'
2025-08-20T21:54:24.2698991Z [00:05:17.522]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:24.3144791Z [00:05:17.566]➜  x86_64-unknown-linux-musl-binutils> checking for a thread-safe mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:54:24.3149447Z [00:05:17.566]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:54:24.3405416Z [00:05:17.592]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... make[3]: Entering directory '/build/build/bfd'
2025-08-20T21:54:24.3438568Z [00:05:17.596]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:24.3489256Z [00:05:17.601]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:24.3494722Z [00:05:17.601]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:24.3496355Z [00:05:17.601]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:24.3497813Z [00:05:17.601]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:24.3499355Z [00:05:17.601]➜  gnutar-static-x86_64-unknown-linux-musl>                  from rmt.c:17:
2025-08-20T21:54:24.3502073Z [00:05:17.601]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:24.3505224Z [00:05:17.601]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:24.3506581Z [00:05:17.601]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:24.3589291Z [00:05:17.610]➜  x86_64-unknown-linux-musl-binutils>   CCLD     doc/chew.stamp
2025-08-20T21:54:24.3784546Z [00:05:17.630]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... yes
2025-08-20T21:54:24.4081850Z [00:05:17.660]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... (cached) yes
2025-08-20T21:54:24.4157436Z [00:05:17.661]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:54:24.5070928Z [00:05:17.759]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for getrusage - found
2025-08-20T21:54:24.5073884Z [00:05:17.759]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strtoll
2025-08-20T21:54:24.5260454Z [00:05:17.778]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:54:24.5271574Z [00:05:17.779]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:54:24.6758241Z [00:05:17.927]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:54:24.6862779Z [00:05:17.938]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:54:24.8165208Z [00:05:18.067]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:54:24.8292971Z [00:05:18.081]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strtoll - found
2025-08-20T21:54:24.8320325Z [00:05:18.084]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strtoull
2025-08-20T21:54:24.8879215Z [00:05:18.140]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:54:24.8884940Z [00:05:18.140]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:54:24.9556039Z [00:05:18.207]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:54:25.0425458Z [00:05:18.294]➜  gnutar-static-x86_64-unknown-linux-musl>   CCLD     rmt
2025-08-20T21:54:25.1260803Z [00:05:18.377]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:54:25.1708876Z [00:05:18.423]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:54:25.2090826Z [00:05:18.460]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/rmt'
2025-08-20T21:54:25.2098835Z [00:05:18.462]➜  gnutar-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:54:25.2220066Z [00:05:18.474]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for strtoull - found
2025-08-20T21:54:25.2225676Z [00:05:18.474]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for stddef.h
2025-08-20T21:54:25.2465657Z [00:05:18.498]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/src'
2025-08-20T21:54:25.2516054Z [00:05:18.503]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       buffer.o
2025-08-20T21:54:25.2975239Z [00:05:18.549]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:25.2979722Z [00:05:18.549]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:25.2984157Z [00:05:18.549]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:25.2989361Z [00:05:18.549]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:25.3025254Z [00:05:18.549]➜  gnutar-static-x86_64-unknown-linux-musl>                  from buffer.c:22:
2025-08-20T21:54:25.3031790Z [00:05:18.549]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:25.3038186Z [00:05:18.549]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:25.3043630Z [00:05:18.549]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:25.3710038Z [00:05:18.617]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:54:25.4076565Z [00:05:18.659]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:54:25.4284563Z [00:05:18.680]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:54:25.4286244Z [00:05:18.680]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking target system type... x86_64-unknown-linux-musl
2025-08-20T21:54:25.4335059Z [00:05:18.684]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-gnu-gcc... cc
2025-08-20T21:54:25.4385367Z [00:05:18.689]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:54:25.5405460Z [00:05:18.792]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:54:25.5749429Z [00:05:18.827]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:54:25.6356724Z [00:05:18.887]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:54:25.6424150Z [00:05:18.893]➜  json-c-static-x86_64-unknown-linux-musl> -- Looking for stddef.h - found
2025-08-20T21:54:25.6456838Z [00:05:18.893]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of int
2025-08-20T21:54:25.7674822Z [00:05:19.019]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld... x86_64-unknown-linux-musl-ld
2025-08-20T21:54:25.7677319Z [00:05:19.019]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-as... x86_64-unknown-linux-musl-as
2025-08-20T21:54:25.7679695Z [00:05:19.019]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objcopy... x86_64-unknown-linux-musl-objcopy
2025-08-20T21:54:25.7684303Z [00:05:19.019]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:54:25.7686548Z [00:05:19.019]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:54:25.8090437Z [00:05:19.061]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:54:25.9335833Z [00:05:19.182]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -fno-zero-initialized-in-bss... Yes
2025-08-20T21:54:25.9896173Z [00:05:19.241]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:54:25.9924430Z [00:05:19.244]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for chmod... chmod
2025-08-20T21:54:25.9925538Z [00:05:19.244]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for mkdir... mkdir
2025-08-20T21:54:25.9974400Z [00:05:19.247]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for rm... rm
2025-08-20T21:54:25.9995661Z [00:05:19.250]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for cp... cp
2025-08-20T21:54:26.0002308Z [00:05:19.252]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for ln... ln
2025-08-20T21:54:26.0025060Z [00:05:19.254]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for tar... tar
2025-08-20T21:54:26.0123959Z [00:05:19.260]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for rpmbuild... no
2025-08-20T21:54:26.0125060Z [00:05:19.264]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for sed... sed
2025-08-20T21:54:26.0215151Z [00:05:19.265]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for find... find
2025-08-20T21:54:26.0216564Z [00:05:19.267]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for xargs... xargs
2025-08-20T21:54:26.0217620Z [00:05:19.269]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for dirname... dirname
2025-08-20T21:54:26.0780157Z [00:05:19.330]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of int - done
2025-08-20T21:54:26.0875006Z [00:05:19.338]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of int64_t
2025-08-20T21:54:26.1431637Z [00:05:19.395]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:54:26.1649185Z [00:05:19.417]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:54:26.2896164Z [00:05:19.541]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:54:26.3719258Z [00:05:19.624]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:54:26.4309528Z [00:05:19.681]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... yes
2025-08-20T21:54:26.4646363Z [00:05:19.716]➜  x86_64-unknown-linux-musl-binutils> checking for style of include used by make... GNU
2025-08-20T21:54:26.4783433Z [00:05:19.730]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:54:26.5975446Z [00:05:19.845]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of int64_t - done
2025-08-20T21:54:26.6002617Z [00:05:19.850]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of long
2025-08-20T21:54:26.6201740Z [00:05:19.872]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:54:26.6564037Z [00:05:19.905]➜  x86_64-unknown-linux-musl-binutils> checking dependency style of gcc... gcc3
2025-08-20T21:54:26.7529183Z [00:05:20.005]➜  x86_64-unknown-linux-musl-binutils> checking how to run the C preprocessor... gcc -E
2025-08-20T21:54:26.7561280Z [00:05:20.008]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:54:26.8397660Z [00:05:20.091]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:54:26.8940208Z [00:05:20.146]➜  x86_64-unknown-linux-musl-binutils> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:54:26.9043674Z [00:05:20.156]➜  x86_64-unknown-linux-musl-binutils> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:54:26.9193967Z [00:05:20.164]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of long - done
2025-08-20T21:54:26.9201643Z [00:05:20.164]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of long long
2025-08-20T21:54:26.9288264Z [00:05:20.181]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:54:27.0014481Z [00:05:20.253]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:54:27.1164697Z [00:05:20.368]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for zlib.h... yes
2025-08-20T21:54:27.2051126Z [00:05:20.457]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for inflateInit_ in -lz... yes
2025-08-20T21:54:27.2284418Z [00:05:20.480]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of long long - done
2025-08-20T21:54:27.2290397Z [00:05:20.481]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of size_t
2025-08-20T21:54:27.2865860Z [00:05:20.538]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for lzma.h... no
2025-08-20T21:54:27.3861884Z [00:05:20.637]➜  x86_64-unknown-linux-musl-binutils> checking for ANSI C header files...   GEN      doc/aoutx.stamp
2025-08-20T21:54:27.3901343Z [00:05:20.637]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/archive.stamp
2025-08-20T21:54:27.3918444Z [00:05:20.643]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/archures.stamp
2025-08-20T21:54:27.3919724Z [00:05:20.643]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/bfdio.stamp
2025-08-20T21:54:27.4210266Z [00:05:20.673]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/bfdt.stamp
2025-08-20T21:54:27.4284603Z [00:05:20.678]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/cache.stamp
2025-08-20T21:54:27.4352609Z [00:05:20.687]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/coffcode.stamp
2025-08-20T21:54:27.4448605Z [00:05:20.695]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/corefile.stamp
2025-08-20T21:54:27.4626824Z [00:05:20.714]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/elfcode.stamp
2025-08-20T21:54:27.4728416Z [00:05:20.725]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/elf.stamp
2025-08-20T21:54:27.4849174Z [00:05:20.737]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/format.stamp
2025-08-20T21:54:27.4854806Z [00:05:20.737]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for zstd.h... yes
2025-08-20T21:54:27.4935301Z [00:05:20.745]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/hash.stamp
2025-08-20T21:54:27.4962447Z [00:05:20.748]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/libbfd.stamp
2025-08-20T21:54:27.5219469Z [00:05:20.774]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/linker.stamp
2025-08-20T21:54:27.5325472Z [00:05:20.784]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/mmo.stamp
2025-08-20T21:54:27.5380723Z [00:05:20.790]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/opncls.stamp
2025-08-20T21:54:27.5398212Z [00:05:20.792]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/reloc.stamp
2025-08-20T21:54:27.5785589Z [00:05:20.828]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/section.stamp
2025-08-20T21:54:27.5787044Z [00:05:20.828]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/syms.stamp
2025-08-20T21:54:27.5900716Z [00:05:20.841]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/targets.stamp
2025-08-20T21:54:27.6598518Z [00:05:20.911]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/bfd'
2025-08-20T21:54:27.6599549Z [00:05:20.912]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:27.6608272Z [00:05:20.913]➜  x86_64-unknown-linux-musl-binutils> make  all-recursive
2025-08-20T21:54:27.6623151Z [00:05:20.914]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of size_t - done
2025-08-20T21:54:27.6634101Z [00:05:20.915]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of ssize_t
2025-08-20T21:54:27.6645834Z [00:05:20.916]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for ZSTD_decompress in -lzstd... yes
2025-08-20T21:54:27.7059866Z [00:05:20.958]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       checkpoint.o
2025-08-20T21:54:27.7065069Z [00:05:20.958]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... make[3]: Entering directory '/build/build/bfd'
2025-08-20T21:54:27.7155706Z [00:05:20.967]➜  x86_64-unknown-linux-musl-binutils> Making all in po
2025-08-20T21:54:27.7162432Z [00:05:20.967]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/bfd/po'
2025-08-20T21:54:27.7180009Z [00:05:20.967]➜  x86_64-unknown-linux-musl-binutils> make[4]: Nothing to be done for 'all'.
2025-08-20T21:54:27.7197784Z [00:05:20.967]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/bfd/po'
2025-08-20T21:54:27.7269197Z [00:05:20.979]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:27.7722755Z [00:05:21.023]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for xenctrl.h... no
2025-08-20T21:54:27.7806063Z [00:05:21.031]➜  x86_64-unknown-linux-musl-binutils> checking for sys/stat.h... make[4]: Entering directory '/build/build/bfd'
2025-08-20T21:54:27.7823500Z [00:05:21.034]➜  x86_64-unknown-linux-musl-binutils> rm -f bfd-tmp.h
2025-08-20T21:54:27.7974911Z [00:05:21.047]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:27.8005893Z [00:05:21.047]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:27.8035737Z [00:05:21.047]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:27.8045369Z [00:05:21.047]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:27.8046563Z [00:05:21.047]➜  gnutar-static-x86_64-unknown-linux-musl>                  from checkpoint.c:20:
2025-08-20T21:54:27.8049101Z [00:05:21.047]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:27.8051938Z [00:05:21.047]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:27.8053096Z [00:05:21.047]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:27.8054214Z [00:05:21.048]➜  x86_64-unknown-linux-musl-binutils> cp bfd-in3.h bfd-tmp.h
2025-08-20T21:54:27.8055118Z [00:05:21.055]➜  x86_64-unknown-linux-musl-binutils>   GEN      peigen.c
2025-08-20T21:54:27.8094575Z [00:05:21.061]➜  x86_64-unknown-linux-musl-binutils> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/binutils-with-gold-2.44/bfd/../move-if-change bfd-tmp.h bfd.h
2025-08-20T21:54:27.8265628Z [00:05:21.078]➜  x86_64-unknown-linux-musl-binutils>   GEN      pex64igen.c
2025-08-20T21:54:27.8270662Z [00:05:21.078]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf32-aarch64.c
2025-08-20T21:54:27.8271858Z [00:05:21.079]➜  x86_64-unknown-linux-musl-binutils> rm -f bfd-tmp.h
2025-08-20T21:54:27.8307335Z [00:05:21.083]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf32-ia64.c
2025-08-20T21:54:27.8343714Z [00:05:21.086]➜  x86_64-unknown-linux-musl-binutils> touch stmp-bfd-h
2025-08-20T21:54:27.8449165Z [00:05:21.097]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf32-kvx.c
2025-08-20T21:54:27.8692329Z [00:05:21.121]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf32-loongarch.c
2025-08-20T21:54:27.8812626Z [00:05:21.126]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf32-riscv.c
2025-08-20T21:54:27.8817433Z [00:05:21.129]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:27.8913980Z [00:05:21.143]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf64-ia64.c
2025-08-20T21:54:27.8958446Z [00:05:21.148]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf64-aarch64.c
2025-08-20T21:54:27.9145463Z [00:05:21.163]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h...   GEN      elf64-kvx.c
2025-08-20T21:54:27.9184776Z [00:05:21.164]➜  json-c-static-x86_64-unknown-linux-musl> -- Check size of ssize_t - done
2025-08-20T21:54:27.9186620Z [00:05:21.164]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test HAS_GNU_WARNING_LONG
2025-08-20T21:54:27.9286813Z [00:05:21.180]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf64-loongarch.c
2025-08-20T21:54:27.9363768Z [00:05:21.185]➜  x86_64-unknown-linux-musl-binutils>   GEN      elf64-riscv.c
2025-08-20T21:54:27.9446329Z [00:05:21.192]➜  x86_64-unknown-linux-musl-binutils>   GEN      pe-aarch64igen.c
2025-08-20T21:54:27.9564966Z [00:05:21.206]➜  x86_64-unknown-linux-musl-binutils>   GEN      pe-riscv64igen.c
2025-08-20T21:54:27.9586662Z [00:05:21.210]➜  x86_64-unknown-linux-musl-binutils>   GEN      pe-loongarch64igen.c
2025-08-20T21:54:27.9986379Z [00:05:21.250]➜  x86_64-unknown-linux-musl-binutils> rm -f tofiles
2025-08-20T21:54:28.0145271Z [00:05:21.250]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for memfd_create... yes
2025-08-20T21:54:28.0146557Z [00:05:21.250]➜  x86_64-unknown-linux-musl-binutils>   GEN      pepigen.c
2025-08-20T21:54:28.0147488Z [00:05:21.255]➜  x86_64-unknown-linux-musl-binutils> f=""; \
2025-08-20T21:54:28.0233712Z [00:05:21.255]➜  x86_64-unknown-linux-musl-binutils> for i in elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo elf-sframe.lo dwarf1.lo dwarf2.lo elf32-i386.lo elf32.lo pei-i386.lo peigen.lo cofflink.lo coffgen.lo pe-x86_64.lo pex64igen.lo pei-x86_64.lo elf64-gen.lo elf32-gen.lo plugin.lo aix5ppc-core.lo aout64.lo coff-alpha.lo coff-x86_64.lo coff64-rs6000.lo elf32-aarch64.lo elf32-ia64.lo elf32-kvx.lo elf32-loongarch.lo elf32-mips.lo elf32-riscv.lo elf32-score.lo elf32-score7.lo elf64-aarch64.lo elf64-alpha.lo elf64-amdgcn.lo elf64-bpf.lo elf64-gen.lo elf64-hppa.lo elf64-ia64-vms.lo elf64-ia64.lo elf64-kvx.lo elf64-loongarch.lo elf64-mips.lo elf64-mmix.lo elf64-nfp.lo elf64-ppc.lo elf64-riscv.lo elf64-s390.lo elf64-sparc.lo elf64-tilegx.lo elf64-x86-64.lo elf64.lo elfn32-mips.lo elfxx-aarch64.lo elfxx-ia64.lo elfxx-kvx.lo elfxx-loongarch.lo elfxx-mips.lo elfxx-riscv.lo elfxx-x86.lo mach-o-aarch64.lo mach-o-x86-64.lo mmo.lo pe-aarch64.lo pe-aarch64igen.lo pe-loongarch64igen.lo pe-riscv64igen.lo pe-x86_64.lo pei-aarch64.lo pei-ia64.lo pei-loongarch64.lo pei-riscv64.lo pei-x86_64.lo pepigen.lo pex64igen.lo vms-alpha.lo aout-cris.lo aout-ns32k.lo aout32.lo cf-i386lynx.lo coff-go32.lo coff-i386.lo coff-mips.lo coff-rs6000.lo coff-sh.lo coff-stgo32.lo coff-tic30.lo coff-tic4x.lo coff-tic54x.lo coff-z80.lo coff-z8k.lo coffgen.lo cofflink.lo dwarf1.lo dwarf2.lo ecoff.lo ecofflink.lo elf-attrs.lo elf-eh-frame.lo elf-ifunc.lo elf-m10200.lo elf-m10300.lo elf-nacl.lo elf-sframe.lo elf-strtab.lo elf-vxworks.lo elf.lo elf32-am33lin.lo elf32-arc.lo elf32-arm.lo elf32-avr.lo elf32-bfin.lo elf32-cr16.lo elf32-cris.lo elf32-crx.lo elf32-csky.lo elf32-d10v.lo elf32-d30v.lo elf32-dlx.lo elf32-epiphany.lo elf32-fr30.lo elf32-frv.lo elf32-ft32.lo elf32-gen.lo elf32-h8300.lo elf32-hppa.lo elf32-i386.lo elf32-ip2k.lo elf32-iq2000.lo elf32-lm32.lo elf32-m32c.lo elf32-m32r.lo elf32-m68hc11.lo elf32-m68hc12.lo elf32-m68hc1x.lo elf32-m68k.lo elf32-mcore.lo elf32-mep.lo elf32-metag.lo elf32-microblaze.lo elf32-moxie.lo elf32-msp430.lo elf32-mt.lo elf32-nds32.lo elf32-or1k.lo elf32-pj.lo elf32-ppc.lo elf32-pru.lo elf32-rl78.lo elf32-rx.lo elf32-s12z.lo elf32-s390.lo elf32-sh.lo elf32-sparc.lo elf32-spu.lo elf32-tic6x.lo elf32-tilegx.lo elf32-tilepro.lo elf32-v850.lo elf32-vax.lo elf32-visium.lo elf32-wasm32.lo elf32-xgate.lo elf32-xstormy16.lo elf32-xtensa.lo elf32-z80.lo elf32.lo elflink.lo elfxx-sparc.lo elfxx-tilegx.lo elfxx-x86.lo i386aout.lo i386bsd.lo i386lynx.lo i386msdos.lo mach-o-arm.lo mach-o-i386.lo mach-o.lo ns32knetbsd.lo pc532-mach.lo pdb.lo pdp11.lo pe-arm-wince.lo pe-arm.lo pe-i386.lo pe-mcore.lo pe-sh.lo pef.lo pei-arm-wince.lo pei-arm.lo pei-i386.lo pei-mcore.lo pei-sh.lo peigen.lo plugin.lo ppcboot.lo reloc16.lo som.lo vax1knetbsd.lo vaxnetbsd.lo vms-lib.lo vms-misc.lo wasm-module.lo xcofflink.lo xsym.lo xtensa-dynconfig.lo xtensa-isa.lo xtensa-modules.lo cpu-i386.lo cpu-iamcu.lo cpu-aarch64.lo cpu-alpha.lo cpu-amdgcn.lo cpu-arc.lo cpu-arm.lo cpu-avr.lo cpu-bfin.lo cpu-bpf.lo cpu-cr16.lo cpu-cris.lo cpu-crx.lo cpu-csky.lo cpu-d10v.lo cpu-d30v.lo cpu-dlx.lo cpu-epiphany.lo cpu-fr30.lo cpu-frv.lo cpu-ft32.lo cpu-h8300.lo cpu-hppa.lo cpu-i386.lo cpu-ia64.lo cpu-iamcu.lo cpu-ip2k.lo cpu-iq2000.lo cpu-kvx.lo cpu-lm32.lo cpu-loongarch.lo cpu-m10200.lo cpu-m10300.lo cpu-m32c.lo cpu-m32r.lo cpu-m68hc11.lo cpu-m68hc12.lo cpu-m68k.lo cpu-m9s12x.lo cpu-m9s12xg.lo cpu-mcore.lo cpu-mep.lo cpu-metag.lo cpu-microblaze.lo cpu-mips.lo cpu-mmix.lo cpu-moxie.lo cpu-msp430.lo cpu-mt.lo cpu-nds32.lo cpu-nfp.lo cpu-ns32k.lo cpu-or1k.lo cpu-pdp11.lo cpu-pj.lo cpu-powerpc.lo cpu-pru.lo cpu-riscv.lo cpu-rl78.lo cpu-rs6000.lo cpu-rx.lo cpu-s12z.lo cpu-s390.lo cpu-score.lo cpu-sh.lo cpu-sparc.lo cpu-spu.lo cpu-tic30.lo cpu-tic4x.lo cpu-tic54x.lo cpu-tic6x.lo cpu-tilegx.lo cpu-tilepro.lo cpu-v850.lo cpu-v850_rh850.lo cpu-vax.lo cpu-visium.lo cpu-wasm32.lo cpu-xgate.lo cpu-xstormy16.lo cpu-xtensa.lo cpu-z80.lo cpu-z8k.lo  archive64.lo ; do \
2025-08-20T21:54:28.0255804Z [00:05:21.255]➜  x86_64-unknown-linux-musl-binutils>   case " $f " in \
2025-08-20T21:54:28.0256660Z [00:05:21.255]➜  x86_64-unknown-linux-musl-binutils>     *" $i "*) ;; \
2025-08-20T21:54:28.0257663Z [00:05:21.255]➜  x86_64-unknown-linux-musl-binutils>     *) f="$f $i" ;; \
2025-08-20T21:54:28.0258467Z [00:05:21.255]➜  x86_64-unknown-linux-musl-binutils>   esac ; \
2025-08-20T21:54:28.0259191Z [00:05:21.255]➜  x86_64-unknown-linux-musl-binutils> done ; \
2025-08-20T21:54:28.0259976Z [00:05:21.255]➜  x86_64-unknown-linux-musl-binutils> echo $f > tofiles
2025-08-20T21:54:28.0540932Z [00:05:21.305]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test HAS_GNU_WARNING_LONG - Failed
2025-08-20T21:54:28.0542697Z [00:05:21.305]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test HAVE_ATOMIC_BUILTINS
2025-08-20T21:54:28.0819703Z [00:05:21.334]➜  x86_64-unknown-linux-musl-binutils> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/binutils-with-gold-2.44/bfd/../move-if-change tofiles ofiles
2025-08-20T21:54:28.0874671Z [00:05:21.339]➜  x86_64-unknown-linux-musl-binutils>   CC       archive.lo
2025-08-20T21:54:28.0924282Z [00:05:21.344]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:28.0925177Z [00:05:21.344]➜  x86_64-unknown-linux-musl-binutils>   CC       archures.lo
2025-08-20T21:54:28.1029679Z [00:05:21.353]➜  x86_64-unknown-linux-musl-binutils>   CC       bfd.lo
2025-08-20T21:54:28.1065145Z [00:05:21.358]➜  x86_64-unknown-linux-musl-binutils> touch stamp-ofiles
2025-08-20T21:54:28.1115646Z [00:05:21.363]➜  kexec-tools-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:54:28.1180200Z [00:05:21.369]➜  x86_64-unknown-linux-musl-binutils>   CC       bfdio.lo
2025-08-20T21:54:28.3212160Z [00:05:21.572]➜  x86_64-unknown-linux-musl-binutils> checking for string.h... yes
2025-08-20T21:54:28.4746981Z [00:05:21.726]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test HAVE_ATOMIC_BUILTINS - Success
2025-08-20T21:54:28.4752562Z [00:05:21.727]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test HAVE___THREAD
2025-08-20T21:54:28.5208620Z [00:05:21.772]➜  kexec-tools-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:54:28.5287343Z [00:05:21.780]➜  x86_64-unknown-linux-musl-binutils> checking for memory.h... yes
2025-08-20T21:54:28.5902533Z [00:05:21.842]➜  kexec-tools-static-x86_64-unknown-linux-musl> config.status: creating include/config.h
2025-08-20T21:54:28.6067423Z [00:05:21.854]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       compare.o
2025-08-20T21:54:28.6344076Z [00:05:21.886]➜  kexec-tools-static-x86_64-unknown-linux-musl> config.status: include/config.h is unchanged
2025-08-20T21:54:28.6456211Z [00:05:21.892]➜  kexec-tools-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
2025-08-20T21:54:28.7540341Z [00:05:22.006]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:28.7541774Z [00:05:22.006]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:28.7542944Z [00:05:22.006]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:28.7545290Z [00:05:22.006]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:28.7546411Z [00:05:22.006]➜  gnutar-static-x86_64-unknown-linux-musl>                  from compare.c:22:
2025-08-20T21:54:28.7548852Z [00:05:22.006]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:28.7551324Z [00:05:22.006]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:28.7552496Z [00:05:22.006]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:28.7773748Z [00:05:22.029]➜  kexec-tools-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:54:28.8119173Z [00:05:22.063]➜  kexec-tools-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:54:28.8259685Z [00:05:22.078]➜  x86_64-unknown-linux-musl-binutils> checking for strings.h... yes
2025-08-20T21:54:28.8928894Z [00:05:22.144]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test HAVE___THREAD - Success
2025-08-20T21:54:28.8930081Z [00:05:22.144]➜  json-c-static-x86_64-unknown-linux-musl> -- Wrote /build/source/build/config.h
2025-08-20T21:54:28.8937177Z [00:05:22.145]➜  json-c-static-x86_64-unknown-linux-musl> -- Wrote /build/source/build/json_config.h
2025-08-20T21:54:28.8938338Z [00:05:22.145]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test REENTRANT_WORKS
2025-08-20T21:54:28.9355730Z [00:05:22.187]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/kexec.o kexec/kexec.c
2025-08-20T21:54:28.9524482Z [00:05:22.199]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/ifdown.o kexec/ifdown.c
2025-08-20T21:54:28.9547698Z [00:05:22.206]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/kexec-elf.o kexec/kexec-elf.c
2025-08-20T21:54:28.9678005Z [00:05:22.219]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/kexec-elf-core.o kexec/kexec-elf-core.c
2025-08-20T21:54:28.9737575Z [00:05:22.225]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/kexec-elf-exec.o kexec/kexec-elf-exec.c
2025-08-20T21:54:29.0376497Z [00:05:22.286]➜  x86_64-unknown-linux-musl-binutils> checking for inttypes.h... yes
2025-08-20T21:54:29.1986763Z [00:05:22.445]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/kexec-elf-rel.o kexec/kexec-elf-rel.c
2025-08-20T21:54:29.3387155Z [00:05:22.590]➜  x86_64-unknown-linux-musl-binutils> checking for stdint.h...   CC       cache.lo
2025-08-20T21:54:29.4190530Z [00:05:22.671]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:29.4364305Z [00:05:22.685]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test REENTRANT_WORKS - Success
2025-08-20T21:54:29.4438527Z [00:05:22.688]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/kexec-elf-boot.o kexec/kexec-elf-boot.c
2025-08-20T21:54:29.4524280Z [00:05:22.688]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test BSYMBOLIC_WORKS
2025-08-20T21:54:29.5698250Z [00:05:22.821]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/kexec-pe-zboot.o kexec/kexec-pe-zboot.c
2025-08-20T21:54:29.6725233Z [00:05:22.923]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h...   CC       coff-bfd.lo
2025-08-20T21:54:29.8142978Z [00:05:23.066]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/kexec-uki.o kexec/kexec-uki.c
2025-08-20T21:54:29.8276047Z [00:05:23.079]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:29.9627510Z [00:05:23.212]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test BSYMBOLIC_WORKS - Success
2025-08-20T21:54:29.9756427Z [00:05:23.227]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test VERSION_SCRIPT_WORKS
2025-08-20T21:54:30.0840171Z [00:05:23.335]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/kexec-iomem.o kexec/kexec-iomem.c
2025-08-20T21:54:30.2581285Z [00:05:23.508]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       create.o
2025-08-20T21:54:30.2676049Z [00:05:23.510]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h usability... no
2025-08-20T21:54:30.3567362Z [00:05:23.605]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/firmware_memmap.o kexec/firmware_memmap.c
2025-08-20T21:54:30.4236025Z [00:05:23.674]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h presence... no
2025-08-20T21:54:30.4385294Z [00:05:23.675]➜  x86_64-unknown-linux-musl-binutils> checking for minix/config.h... no
2025-08-20T21:54:30.4495207Z [00:05:23.701]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:30.4496449Z [00:05:23.701]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:30.4497560Z [00:05:23.701]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:30.4498673Z [00:05:23.701]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:30.4499824Z [00:05:23.701]➜  gnutar-static-x86_64-unknown-linux-musl>                  from create.c:22:
2025-08-20T21:54:30.4502573Z [00:05:23.701]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:30.4505922Z [00:05:23.701]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:30.4507093Z [00:05:23.701]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:30.5068676Z [00:05:23.758]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/crashdump.o kexec/crashdump.c
2025-08-20T21:54:30.6416327Z [00:05:23.886]➜  json-c-static-x86_64-unknown-linux-musl> -- Performing Test VERSION_SCRIPT_WORKS - Success
2025-08-20T21:54:30.6616032Z [00:05:23.909]➜  json-c-static-x86_64-unknown-linux-musl> -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
2025-08-20T21:54:30.6617855Z [00:05:23.913]➜  json-c-static-x86_64-unknown-linux-musl> Warning: doxygen not found, the 'doc' target will not be included
2025-08-20T21:54:30.6780069Z [00:05:23.930]➜  json-c-static-x86_64-unknown-linux-musl> CMake Deprecation Warning at apps/CMakeLists.txt:2 (cmake_minimum_required):
2025-08-20T21:54:30.6936610Z [00:05:23.930]➜  json-c-static-x86_64-unknown-linux-musl>   Compatibility with CMake < 3.10 will be removed from a future version of
2025-08-20T21:54:30.6938090Z [00:05:23.930]➜  json-c-static-x86_64-unknown-linux-musl>   CMake.
2025-08-20T21:54:30.6938976Z [00:05:23.930]➜  json-c-static-x86_64-unknown-linux-musl> 
2025-08-20T21:54:30.6940230Z [00:05:23.930]➜  json-c-static-x86_64-unknown-linux-musl>   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
2025-08-20T21:54:30.6942184Z [00:05:23.930]➜  json-c-static-x86_64-unknown-linux-musl>   to tell CMake that the project requires at least <min> but has been updated
2025-08-20T21:54:30.6943979Z [00:05:23.930]➜  json-c-static-x86_64-unknown-linux-musl>   to work with policies introduced by <max> or earlier.
2025-08-20T21:54:30.6945042Z [00:05:23.930]➜  json-c-static-x86_64-unknown-linux-musl> 
2025-08-20T21:54:30.6945962Z [00:05:23.930]➜  json-c-static-x86_64-unknown-linux-musl> 
2025-08-20T21:54:30.6946959Z [00:05:23.938]➜  json-c-static-x86_64-unknown-linux-musl> -- Wrote /build/source/build/apps_config.h
2025-08-20T21:54:30.6947987Z [00:05:23.938]➜  json-c-static-x86_64-unknown-linux-musl> -- Configuring done (19.1s)
2025-08-20T21:54:30.7592948Z [00:05:24.005]➜  json-c-static-x86_64-unknown-linux-musl> -- Generating done (0.1s)
2025-08-20T21:54:30.7594114Z [00:05:24.005]➜  json-c-static-x86_64-unknown-linux-musl> CMake Warning:
2025-08-20T21:54:30.7595524Z [00:05:24.005]➜  json-c-static-x86_64-unknown-linux-musl>   Manually-specified variables were not used by the project:
2025-08-20T21:54:30.7596914Z [00:05:24.005]➜  json-c-static-x86_64-unknown-linux-musl> 
2025-08-20T21:54:30.7597930Z [00:05:24.005]➜  json-c-static-x86_64-unknown-linux-musl>     CMAKE_CXX_COMPILER
2025-08-20T21:54:30.7599145Z [00:05:24.005]➜  json-c-static-x86_64-unknown-linux-musl>     CMAKE_EXPORT_NO_PACKAGE_REGISTRY
2025-08-20T21:54:30.7600261Z [00:05:24.005]➜  json-c-static-x86_64-unknown-linux-musl> 
2025-08-20T21:54:30.7601119Z [00:05:24.005]➜  json-c-static-x86_64-unknown-linux-musl> 
2025-08-20T21:54:30.7602374Z [00:05:24.005]➜  json-c-static-x86_64-unknown-linux-musl> -- Build files have been written to: /build/source/build
2025-08-20T21:54:30.7796849Z [00:05:24.031]➜  json-c-static-x86_64-unknown-linux-musl> cmake: enabled parallel building
2025-08-20T21:54:30.7798029Z [00:05:24.031]➜  json-c-static-x86_64-unknown-linux-musl> cmake: enabled parallel installing
2025-08-20T21:54:30.7931897Z [00:05:24.045]➜  json-c-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:54:30.8506045Z [00:05:24.100]➜  json-c-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:54:30.8525051Z [00:05:24.104]➜  x86_64-unknown-linux-musl-binutils> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:54:30.8590742Z [00:05:24.107]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:54:30.8594556Z [00:05:24.109]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:54:30.8633950Z [00:05:24.115]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/crashdump-xen.o kexec/crashdump-xen.c
2025-08-20T21:54:30.8960952Z [00:05:24.148]➜  x86_64-unknown-linux-musl-binutils> checking how to print strings...   CC       compress.lo
2025-08-20T21:54:30.9013897Z [00:05:24.152]➜  x86_64-unknown-linux-musl-binutils> printf
2025-08-20T21:54:30.9104865Z [00:05:24.159]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output...   CC       corefile.lo
2025-08-20T21:54:30.9235269Z [00:05:24.164]➜  x86_64-unknown-linux-musl-binutils> /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:54:30.9363674Z [00:05:24.188]➜  x86_64-unknown-linux-musl-binutils> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:54:31.0018111Z [00:05:24.253]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by gcc... ld
2025-08-20T21:54:31.0596135Z [00:05:24.306]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/phys_arch.o kexec/phys_arch.c
2025-08-20T21:54:31.0599031Z [00:05:24.311]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:54:31.1335759Z [00:05:24.375]➜  json-c-static-x86_64-unknown-linux-musl> [  5%] Building C object CMakeFiles/json-c.dir/debug.c.o
2025-08-20T21:54:31.1371551Z [00:05:24.375]➜  json-c-static-x86_64-unknown-linux-musl> [ 11%] Building C object CMakeFiles/json-c.dir/arraylist.c.o
2025-08-20T21:54:31.1373894Z [00:05:24.385]➜  json-c-static-x86_64-unknown-linux-musl> [ 17%] Building C object CMakeFiles/json-c.dir/json_object_iterator.c.o
2025-08-20T21:54:31.1434901Z [00:05:24.391]➜  json-c-static-x86_64-unknown-linux-musl> [ 23%] Building C object CMakeFiles/json-c.dir/json_c_version.c.o
2025-08-20T21:54:31.1545563Z [00:05:24.391]➜  json-c-static-x86_64-unknown-linux-musl> [ 29%] Building C object CMakeFiles/json-c.dir/json_object.c.o
2025-08-20T21:54:31.2816507Z [00:05:24.531]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/lzma.o kexec/lzma.c
2025-08-20T21:54:31.4415606Z [00:05:24.693]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/zlib.o kexec/zlib.c
2025-08-20T21:54:31.4817590Z [00:05:24.730]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/zstd.o kexec/zstd.c
2025-08-20T21:54:31.4820375Z [00:05:24.732]➜  json-c-static-x86_64-unknown-linux-musl> [ 35%] Building C object CMakeFiles/json-c.dir/json_tokener.c.o
2025-08-20T21:54:31.5276240Z [00:05:24.772]➜  x86_64-unknown-linux-musl-binutils> checking for BSD- or MS-compatible name lister (nm)...   CC       elf-properties.lo
2025-08-20T21:54:31.5633526Z [00:05:24.815]➜  json-c-static-x86_64-unknown-linux-musl> [ 41%] Building C object CMakeFiles/json-c.dir/json_util.c.o
2025-08-20T21:54:31.5847005Z [00:05:24.832]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/kexec-xen.o kexec/kexec-xen.c
2025-08-20T21:54:31.6418042Z [00:05:24.893]➜  json-c-static-x86_64-unknown-linux-musl> [ 47%] Building C object CMakeFiles/json-c.dir/json_visit.c.o
2025-08-20T21:54:31.9497243Z [00:05:25.201]➜  json-c-static-x86_64-unknown-linux-musl> [ 52%] Building C object CMakeFiles/json-c.dir/linkhash.c.o
2025-08-20T21:54:32.0122047Z [00:05:25.264]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/symbols.o kexec/symbols.c
2025-08-20T21:54:32.1065265Z [00:05:25.354]➜  x86_64-unknown-linux-musl-binutils>   CC       format.lo
2025-08-20T21:54:32.1196659Z [00:05:25.368]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/proc_iomem.o kexec/proc_iomem.c
2025-08-20T21:54:32.1675551Z [00:05:25.414]➜  json-c-static-x86_64-unknown-linux-musl> [ 58%] Building C object CMakeFiles/json-c.dir/printbuf.c.o
2025-08-20T21:54:32.1896018Z [00:05:25.441]➜  x86_64-unknown-linux-musl-binutils> /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm
2025-08-20T21:54:32.3246672Z [00:05:25.573]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/virt_to_phys.o kexec/virt_to_phys.c
2025-08-20T21:54:32.3337334Z [00:05:25.581]➜  json-c-static-x86_64-unknown-linux-musl> [ 64%] Building C object CMakeFiles/json-c.dir/random_seed.c.o
2025-08-20T21:54:32.3576000Z [00:05:25.609]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/phys_to_virt.o kexec/phys_to_virt.c
2025-08-20T21:54:32.3755444Z [00:05:25.627]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/add_segment.o kexec/add_segment.c
2025-08-20T21:54:32.3920412Z [00:05:25.642]➜  x86_64-unknown-linux-musl-binutils> checking the name lister (/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm) interface... BSD nm
2025-08-20T21:54:32.3927797Z [00:05:25.642]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:54:32.4444734Z [00:05:25.689]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/add_buffer.o kexec/add_buffer.c
2025-08-20T21:54:32.4447684Z [00:05:25.689]➜  x86_64-unknown-linux-musl-binutils> checking the maximum length of command line arguments... 4718592
2025-08-20T21:54:32.4449410Z [00:05:25.693]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands some XSI constructs... yes
2025-08-20T21:54:32.4595078Z [00:05:25.704]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands "+="... yes
2025-08-20T21:54:32.4719391Z [00:05:25.723]➜  x86_64-unknown-linux-musl-binutils> checking for ld option to reload object files... -r
2025-08-20T21:54:32.4885540Z [00:05:25.723]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... objdump
2025-08-20T21:54:32.4887597Z [00:05:25.724]➜  x86_64-unknown-linux-musl-binutils> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:54:32.5587972Z [00:05:25.810]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:54:32.5947161Z [00:05:25.846]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... strip
2025-08-20T21:54:32.6013078Z [00:05:25.853]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:54:32.6116764Z [00:05:25.862]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch_reuse_initrd.o kexec/arch_reuse_initrd.c
2025-08-20T21:54:32.6257552Z [00:05:25.877]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/i386/kexec-elf-x86.o kexec/arch/i386/kexec-elf-x86.c
2025-08-20T21:54:32.6558105Z [00:05:25.907]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/i386/kexec-bzImage.o kexec/arch/i386/kexec-bzImage.c
2025-08-20T21:54:32.7064113Z [00:05:25.958]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/i386/kexec-multiboot-x86.o kexec/arch/i386/kexec-multiboot-x86.c
2025-08-20T21:54:32.7656326Z [00:05:26.017]➜  json-c-static-x86_64-unknown-linux-musl> [ 70%] Building C object CMakeFiles/json-c.dir/strerror_override.c.o
2025-08-20T21:54:32.8875702Z [00:05:26.139]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/i386/kexec-mb2-x86.o kexec/arch/i386/kexec-mb2-x86.c
2025-08-20T21:54:32.9287512Z [00:05:26.180]➜  json-c-static-x86_64-unknown-linux-musl> [ 76%] Building C object CMakeFiles/json-c.dir/json_pointer.c.o
2025-08-20T21:54:33.2178660Z [00:05:26.469]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/i386/kexec-beoboot-x86.o kexec/arch/i386/kexec-beoboot-x86.c
2025-08-20T21:54:33.4282309Z [00:05:26.676]➜  x86_64-unknown-linux-musl-binutils> checking command to parse /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm output from gcc object... ok
2025-08-20T21:54:33.4346130Z [00:05:26.676]➜  json-c-static-x86_64-unknown-linux-musl> [ 82%] Building C object CMakeFiles/json-c.dir/json_patch.c.o
2025-08-20T21:54:33.4526693Z [00:05:26.697]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/i386/kexec-nbi.o kexec/arch/i386/kexec-nbi.c
2025-08-20T21:54:33.4530656Z [00:05:26.699]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/i386/x86-linux-setup.o kexec/arch/i386/x86-linux-setup.c
2025-08-20T21:54:33.5246031Z [00:05:26.776]➜  x86_64-unknown-linux-musl-binutils>   CC       hash.lo
2025-08-20T21:54:33.6183720Z [00:05:26.870]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/opcodes/configure: line 6870: /usr/bin/file: No such file or directory
2025-08-20T21:54:33.6276149Z [00:05:26.876]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/i386/kexec-x86-common.o kexec/arch/i386/kexec-x86-common.c
2025-08-20T21:54:33.8287678Z [00:05:27.080]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... yes
2025-08-20T21:54:33.8436831Z [00:05:27.095]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:54:34.1165646Z [00:05:27.368]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/i386/crashdump-x86.o kexec/arch/i386/crashdump-x86.c
2025-08-20T21:54:34.4256414Z [00:05:27.674]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/x86_64/kexec-x86_64.o kexec/arch/x86_64/kexec-x86_64.c
2025-08-20T21:54:34.4577662Z [00:05:27.708]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/x86_64/kexec-elf-x86_64.o kexec/arch/x86_64/kexec-elf-x86_64.c
2025-08-20T21:54:34.4685507Z [00:05:27.718]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:54:34.4687255Z [00:05:27.718]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:54:34.5709072Z [00:05:27.808]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/x86_64/kexec-elf-rel-x86_64.o kexec/arch/x86_64/kexec-elf-rel-x86_64.c
2025-08-20T21:54:34.5734567Z [00:05:27.825]➜  x86_64-unknown-linux-musl-binutils> checking if gcc PIC flag -fPIC -DPIC works...   CC       libbfd.lo
2025-08-20T21:54:34.6270432Z [00:05:27.873]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:34.8089404Z [00:05:28.060]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/arch/x86_64/kexec-bzImage64.o kexec/arch/x86_64/kexec-bzImage64.c
2025-08-20T21:54:34.9165643Z [00:05:28.166]➜  x86_64-unknown-linux-musl-binutils> checking if gcc static flag -static works... no
2025-08-20T21:54:34.9226234Z [00:05:28.174]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o...   CC       linker.lo
2025-08-20T21:54:34.9254761Z [00:05:28.174]➜  x86_64-unknown-linux-musl-binutils>   CC       merge.lo
2025-08-20T21:54:34.9538856Z [00:05:28.199]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-tree-vectorize -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/purgatory.o purgatory/purgatory.c
2025-08-20T21:54:35.1238481Z [00:05:28.375]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-tree-vectorize -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/printf.o purgatory/printf.c
2025-08-20T21:54:35.1525584Z [00:05:28.396]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:35.1527210Z [00:05:28.396]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... (cached) yes
2025-08-20T21:54:35.1564954Z [00:05:28.407]➜  x86_64-unknown-linux-musl-binutils> checking whether the gcc linker (ld) supports shared libraries...   CC       opncls.lo
2025-08-20T21:54:35.3118572Z [00:05:28.559]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-tree-vectorize -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/string.o purgatory/string.c
2025-08-20T21:54:35.4642325Z [00:05:28.716]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:35.5559480Z [00:05:28.807]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/x86_64/entry64-32.o purgatory/arch/x86_64/entry64-32.S
2025-08-20T21:54:35.6907926Z [00:05:28.937]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/x86_64/entry64.o purgatory/arch/x86_64/entry64.S
2025-08-20T21:54:35.7097333Z [00:05:28.952]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/x86_64/setup-x86_64.o purgatory/arch/x86_64/setup-x86_64.S
2025-08-20T21:54:35.8083909Z [00:05:29.060]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/x86_64/stack.o purgatory/arch/x86_64/stack.S
2025-08-20T21:54:35.8176010Z [00:05:29.069]➜  x86_64-unknown-linux-musl-binutils> checking whether -lc should be explicitly linked in... no
2025-08-20T21:54:35.8498194Z [00:05:29.098]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-tree-vectorize -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/x86_64/purgatory-x86_64.o purgatory/arch/x86_64/purgatory-x86_64.c
2025-08-20T21:54:35.8998563Z [00:05:29.151]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/i386/entry32-16.o purgatory/arch/i386/entry32-16.S
2025-08-20T21:54:35.9436806Z [00:05:29.195]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/i386/entry32-16-debug.o purgatory/arch/i386/entry32-16-debug.S
2025-08-20T21:54:35.9536749Z [00:05:29.204]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-tree-vectorize -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/i386/crashdump_backup.o purgatory/arch/i386/crashdump_backup.c
2025-08-20T21:54:36.0273898Z [00:05:29.279]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-tree-vectorize -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/i386/console-x86.o purgatory/arch/i386/console-x86.c
2025-08-20T21:54:36.0737363Z [00:05:29.325]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-tree-vectorize -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/i386/vga.o purgatory/arch/i386/vga.c
2025-08-20T21:54:36.0772351Z [00:05:29.329]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       delete.o
2025-08-20T21:54:36.1264355Z [00:05:29.378]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-tree-vectorize -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -MD -o purgatory/arch/i386/pic.o purgatory/arch/i386/pic.c
2025-08-20T21:54:36.1356586Z [00:05:29.387]➜  kexec-tools-static-x86_64-unknown-linux-musl> mkdir -p purgatory
2025-08-20T21:54:36.1413973Z [00:05:29.393]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-tree-vectorize -O2  -mcmodel=large -I./purgatory/include -I./purgatory/arch/x86_64/include -I./util_lib/include -I./include -Iinclude -I/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/include  -c -o purgatory/sha256.o util_lib/sha256.c
2025-08-20T21:54:36.2186906Z [00:05:29.470]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:36.2188595Z [00:05:29.470]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:36.2189905Z [00:05:29.470]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:36.2195972Z [00:05:29.470]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:36.2197454Z [00:05:29.470]➜  gnutar-static-x86_64-unknown-linux-musl>                  from delete.c:20:
2025-08-20T21:54:36.2200086Z [00:05:29.470]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:36.2202702Z [00:05:29.470]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:36.2204087Z [00:05:29.470]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:36.2803447Z [00:05:29.532]➜  kexec-tools-static-x86_64-unknown-linux-musl> cc   -O2 -Wall -o bin/bin-to-hex util/bin-to-hex.c
2025-08-20T21:54:36.2906421Z [00:05:29.538]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include -I./util_lib/include  -c -MD -o util_lib/compute_ip_checksum.o util_lib/compute_ip_checksum.c
2025-08-20T21:54:36.3251526Z [00:05:29.577]➜  x86_64-unknown-linux-musl-binutils> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:54:36.3253180Z [00:05:29.577]➜  x86_64-unknown-linux-musl-binutils> checking how to hardcode library paths into programs... immediate
2025-08-20T21:54:36.3449664Z [00:05:29.597]➜  x86_64-unknown-linux-musl-binutils> checking whether stripping libraries is possible... yes
2025-08-20T21:54:36.3451048Z [00:05:29.597]➜  x86_64-unknown-linux-musl-binutils> checking if libtool supports shared libraries... yes
2025-08-20T21:54:36.3452501Z [00:05:29.597]➜  x86_64-unknown-linux-musl-binutils> checking whether to build shared libraries... yes
2025-08-20T21:54:36.3453894Z [00:05:29.597]➜  x86_64-unknown-linux-musl-binutils> checking whether to build static libraries... no
2025-08-20T21:54:36.3560206Z [00:05:29.606]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include -I./util_lib/include  -c -MD -o util_lib/elf_info.o util_lib/elf_info.c
2025-08-20T21:54:36.4038633Z [00:05:29.654]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include -I./util_lib/include  -c -MD -o util_lib/sha256.o util_lib/sha256.c
2025-08-20T21:54:36.7257848Z [00:05:29.972]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/   -c -MD -o vmcore-dmesg/vmcore-dmesg.o vmcore-dmesg/vmcore-dmesg.c
2025-08-20T21:54:36.7264121Z [00:05:29.978]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -m32 -I./include -I./util_lib/include -Iinclude/  -DRELOC=0x10000  -c -MD -o kexec_test/kexec_test16.o kexec_test/kexec_test16.S
2025-08-20T21:54:36.8668369Z [00:05:30.118]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -m32 -I./include -I./util_lib/include -Iinclude/  -DRELOC=0x10000  -c -MD -o kexec_test/kexec_test.o kexec_test/kexec_test.S
2025-08-20T21:54:36.9557790Z [00:05:30.207]➜  kexec-tools-static-x86_64-unknown-linux-musl> cp kexec/kexec.8 build/man/man8/kexec.8
2025-08-20T21:54:36.9680514Z [00:05:30.220]➜  kexec-tools-static-x86_64-unknown-linux-musl> mkdir -p     build/man/man8
2025-08-20T21:54:36.9797986Z [00:05:30.231]➜  kexec-tools-static-x86_64-unknown-linux-musl> cp vmcore-dmesg/vmcore-dmesg.8 build/man/man8/vmcore-dmesg.8
2025-08-20T21:54:36.9924734Z [00:05:30.238]➜  kexec-tools-static-x86_64-unknown-linux-musl> mkdir -p build/lib/kexec-tools
2025-08-20T21:54:36.9927935Z [00:05:30.244]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ld -melf_i386 -e _start -Ttext 0x10000 -o build/lib/kexec-tools/kexec_test kexec_test/kexec_test16.o kexec_test/kexec_test.o
2025-08-20T21:54:37.0707984Z [00:05:30.322]➜  x86_64-unknown-linux-musl-binutils> Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144
2025-08-20T21:54:37.0715474Z [00:05:30.322]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:54:37.0716965Z [00:05:30.322]➜  x86_64-unknown-linux-musl-binutils> checking whether to install libbfd... yes
2025-08-20T21:54:37.0718386Z [00:05:30.324]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:54:37.0917873Z [00:05:30.343]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... no
2025-08-20T21:54:37.0951715Z [00:05:30.345]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... :
2025-08-20T21:54:37.1250165Z [00:05:30.377]➜  x86_64-unknown-linux-musl-binutils> checking for xgettext... no
2025-08-20T21:54:37.1595380Z [00:05:30.410]➜  x86_64-unknown-linux-musl-binutils>   CC       reloc.lo
2025-08-20T21:54:37.1698774Z [00:05:30.415]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... no
2025-08-20T21:54:37.2111210Z [00:05:30.463]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by GCC... ld
2025-08-20T21:54:37.2586422Z [00:05:30.510]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:54:37.2996230Z [00:05:30.551]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       exit.o
2025-08-20T21:54:37.3892028Z [00:05:30.641]➜  json-c-static-x86_64-unknown-linux-musl> [ 88%] Linking C static library libjson-c.a
2025-08-20T21:54:37.4205528Z [00:05:30.668]➜  x86_64-unknown-linux-musl-binutils> checking for shared library run path origin... done
2025-08-20T21:54:37.4485443Z [00:05:30.697]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:37.4575710Z [00:05:30.697]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:37.4577411Z [00:05:30.697]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:37.4579038Z [00:05:30.697]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:37.4580368Z [00:05:30.697]➜  gnutar-static-x86_64-unknown-linux-musl>                  from exit.c:20:
2025-08-20T21:54:37.4583101Z [00:05:30.697]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:37.4586158Z [00:05:30.697]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:37.4587519Z [00:05:30.697]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:37.5658747Z [00:05:30.817]➜  kexec-tools-static-x86_64-unknown-linux-musl> util_lib/elf_info.c: In function 'dump_record':
2025-08-20T21:54:37.5776011Z [00:05:30.826]➜  kexec-tools-static-x86_64-unknown-linux-musl> util_lib/elf_info.c:1102:16: warning: array subscript 4294967295 is above array bounds of 'char[4096]' [-Warray-bounds=]
2025-08-20T21:54:37.5905576Z [00:05:30.826]➜  kexec-tools-static-x86_64-unknown-linux-musl>  1102 |         out_buf[offset++] = '\n';
2025-08-20T21:54:37.5941961Z [00:05:30.826]➜  kexec-tools-static-x86_64-unknown-linux-musl>       |         ~~~~~~~^~~~~~~~~~
2025-08-20T21:54:37.5943600Z [00:05:30.829]➜  kexec-tools-static-x86_64-unknown-linux-musl> util_lib/elf_info.c:1029:14: note: while referencing 'out_buf'
2025-08-20T21:54:37.5945010Z [00:05:30.829]➜  kexec-tools-static-x86_64-unknown-linux-musl>  1029 |         char out_buf[OUT_BUF_SIZE];
2025-08-20T21:54:37.5946159Z [00:05:30.829]➜  kexec-tools-static-x86_64-unknown-linux-musl>       |              ^~~~~~~
2025-08-20T21:54:37.5947449Z [00:05:30.841]➜  json-c-static-x86_64-unknown-linux-musl> [ 88%] Built target json-c
2025-08-20T21:54:37.5953459Z [00:05:30.847]➜  x86_64-unknown-linux-musl-binutils> checking for CFPreferencesCopyAppValue... no
2025-08-20T21:54:37.6781906Z [00:05:30.930]➜  json-c-static-x86_64-unknown-linux-musl> [ 94%] Building C object apps/CMakeFiles/json_parse.dir/json_parse.c.o
2025-08-20T21:54:37.7707362Z [00:05:31.022]➜  x86_64-unknown-linux-musl-binutils> checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T21:54:37.7716162Z [00:05:31.023]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       exclist.o
2025-08-20T21:54:37.8918059Z [00:05:31.143]➜  x86_64-unknown-linux-musl-binutils> checking for GNU gettext in libc...   CC       section.lo
2025-08-20T21:54:37.9996265Z [00:05:31.249]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:37.9997982Z [00:05:31.249]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:37.9999400Z [00:05:31.249]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:38.0000890Z [00:05:31.249]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:38.0002138Z [00:05:31.249]➜  gnutar-static-x86_64-unknown-linux-musl>                  from exclist.c:20:
2025-08-20T21:54:38.0004868Z [00:05:31.249]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:38.0007663Z [00:05:31.249]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:38.0008919Z [00:05:31.249]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:38.1055550Z [00:05:31.352]➜  x86_64-unknown-linux-musl-binutils>   CC       simple.lo
2025-08-20T21:54:38.2005427Z [00:05:31.452]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:38.2010832Z [00:05:31.452]➜  x86_64-unknown-linux-musl-binutils> checking whether to use NLS... yes
2025-08-20T21:54:38.2012636Z [00:05:31.452]➜  x86_64-unknown-linux-musl-binutils> checking where the gettext function comes from... libc
2025-08-20T21:54:38.2014521Z [00:05:31.452]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:54:38.2182884Z [00:05:31.470]➜  json-c-static-x86_64-unknown-linux-musl> [100%] Linking C executable json_parse
2025-08-20T21:54:38.4942070Z [00:05:31.745]➜  kexec-tools-static-x86_64-unknown-linux-musl> mkdir -p purgatory
2025-08-20T21:54:38.5096694Z [00:05:31.761]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fno-zero-initialized-in-bss -mcmodel=large -Os -fno-builtin -ffreestanding -fno-zero-initialized-in-bss -fno-PIC -fno-PIE -fno-stack-protector -fno-tree-vectorize -mcmodel=large -Wl,--no-undefined -nostartfiles -nostdlib -nodefaultlibs -e purgatory_start -r -Wl,-Map=purgatory/purgatory.map -o purgatory/purgatory.ro.sym purgatory/purgatory.o purgatory/printf.o purgatory/string.o purgatory/arch/x86_64/entry64-32.o purgatory/arch/x86_64/entry64.o purgatory/arch/x86_64/setup-x86_64.o purgatory/arch/x86_64/stack.o purgatory/arch/x86_64/purgatory-x86_64.o purgatory/arch/i386/entry32-16.o purgatory/arch/i386/entry32-16-debug.o purgatory/arch/i386/crashdump_backup.o purgatory/arch/i386/console-x86.o purgatory/arch/i386/vga.o purgatory/arch/i386/pic.o purgatory/sha256.o
2025-08-20T21:54:38.5396651Z [00:05:31.787]➜  json-c-static-x86_64-unknown-linux-musl> [100%] Built target json_parse
2025-08-20T21:54:38.5965423Z [00:05:31.848]➜  json-c-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:54:38.6373831Z [00:05:31.889]➜  json-c-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:54:38.6776927Z [00:05:31.927]➜  kexec-tools-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: warning: purgatory/arch/i386/entry32-16-debug.o: missing .note.GNU-stack section implies executable stack
2025-08-20T21:54:38.6818919Z [00:05:31.927]➜  kexec-tools-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
2025-08-20T21:54:38.6841600Z [00:05:31.936]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-strip --strip-debug -o purgatory/purgatory.ro purgatory/purgatory.ro.sym
2025-08-20T21:54:38.7135274Z [00:05:31.962]➜  kexec-tools-static-x86_64-unknown-linux-musl> mkdir -p kexec
2025-08-20T21:54:38.7316756Z [00:05:31.983]➜  kexec-tools-static-x86_64-unknown-linux-musl> bin/bin-to-hex purgatory < purgatory/purgatory.ro > kexec/purgatory.c
2025-08-20T21:54:38.7953791Z [00:05:32.047]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/  -I./kexec/arch/x86_64/include  -c -MD -o kexec/purgatory.o kexec/purgatory.c
2025-08-20T21:54:38.8165478Z [00:05:32.067]➜  json-c-static-x86_64-unknown-linux-musl> [ 88%] Built target json-c
2025-08-20T21:54:38.8962192Z [00:05:32.148]➜  x86_64-unknown-linux-musl-binutils> checking for catalogs to be installed...  da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN
2025-08-20T21:54:38.9019203Z [00:05:32.154]➜  x86_64-unknown-linux-musl-binutils>   CC       stab-syms.lo
2025-08-20T21:54:38.9114378Z [00:05:32.163]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... (cached) no
2025-08-20T21:54:38.9122671Z [00:05:32.163]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... (cached) :
2025-08-20T21:54:38.9295596Z [00:05:32.181]➜  json-c-static-x86_64-unknown-linux-musl> [100%] Built target json_parse
2025-08-20T21:54:38.9336435Z [00:05:32.185]➜  x86_64-unknown-linux-musl-binutils> checking for xgettext... (cached) no
2025-08-20T21:54:38.9719356Z [00:05:32.218]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... (cached) no
2025-08-20T21:54:39.0232657Z [00:05:32.275]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       extract.o
2025-08-20T21:54:39.0345638Z [00:05:32.283]➜  json-c-static-x86_64-unknown-linux-musl> Install the project...
2025-08-20T21:54:39.1061235Z [00:05:32.358]➜  json-c-static-x86_64-unknown-linux-musl> -- Install configuration: "Release"
2025-08-20T21:54:39.1145533Z [00:05:32.360]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/lib/libjson-c.a
2025-08-20T21:54:39.1211281Z [00:05:32.373]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/lib/cmake/json-c/json-c-targets.cmake
2025-08-20T21:54:39.1218865Z [00:05:32.374]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/lib/cmake/json-c/json-c-targets-release.cmake
2025-08-20T21:54:39.1221971Z [00:05:32.374]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/lib/cmake/json-c/json-c-config.cmake
2025-08-20T21:54:39.1224867Z [00:05:32.374]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/lib/pkgconfig/json-c.pc
2025-08-20T21:54:39.1235715Z [00:05:32.375]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_config.h
2025-08-20T21:54:39.1238294Z [00:05:32.375]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json.h
2025-08-20T21:54:39.1241109Z [00:05:32.375]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/arraylist.h
2025-08-20T21:54:39.1243844Z [00:05:32.375]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/debug.h
2025-08-20T21:54:39.1246421Z [00:05:32.375]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_c_version.h
2025-08-20T21:54:39.1249022Z [00:05:32.375]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_inttypes.h
2025-08-20T21:54:39.1251509Z [00:05:32.375]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_object.h
2025-08-20T21:54:39.1254215Z [00:05:32.375]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_object_iterator.h
2025-08-20T21:54:39.1431921Z [00:05:32.394]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_tokener.h
2025-08-20T21:54:39.1435286Z [00:05:32.394]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_types.h
2025-08-20T21:54:39.1437789Z [00:05:32.394]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_util.h
2025-08-20T21:54:39.1440381Z [00:05:32.394]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_visit.h
2025-08-20T21:54:39.1442804Z [00:05:32.394]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/linkhash.h
2025-08-20T21:54:39.1445666Z [00:05:32.394]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/printbuf.h
2025-08-20T21:54:39.1448210Z [00:05:32.394]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_pointer.h
2025-08-20T21:54:39.1450855Z [00:05:32.394]➜  json-c-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/include/json-c/json_patch.h
2025-08-20T21:54:39.1765766Z [00:05:32.425]➜  json-c-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:54:39.2211190Z [00:05:32.471]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:39.2212630Z [00:05:32.471]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:39.2213992Z [00:05:32.471]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:39.2215116Z [00:05:32.471]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:39.2216157Z [00:05:32.471]➜  gnutar-static-x86_64-unknown-linux-musl>                  from extract.c:22:
2025-08-20T21:54:39.2218526Z [00:05:32.471]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:39.2221108Z [00:05:32.471]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:39.2222228Z [00:05:32.471]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:39.2658124Z [00:05:32.517]➜  json-c-static-x86_64-unknown-linux-musl> Moving /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/lib/pkgconfig to /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/lib/pkgconfig
2025-08-20T21:54:39.3198398Z [00:05:32.571]➜  json-c-static-x86_64-unknown-linux-musl> Moving /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/lib/cmake to /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/lib/cmake
2025-08-20T21:54:39.3728900Z [00:05:32.624]➜  x86_64-unknown-linux-musl-binutils> checking whether basename is declared... yes
2025-08-20T21:54:39.3864237Z [00:05:32.634]➜  json-c-static-x86_64-unknown-linux-musl> Patching '/nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/lib/pkgconfig/json-c.pc' includedir to output /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev
2025-08-20T21:54:39.3979533Z [00:05:32.649]➜  json-c-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18
2025-08-20T21:54:39.4105478Z [00:05:32.660]➜  json-c-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18...
2025-08-20T21:54:39.4581680Z [00:05:32.710]➜  x86_64-unknown-linux-musl-binutils> checking whether stpcpy is declared...   CC       stabs.lo
2025-08-20T21:54:39.4584179Z [00:05:32.710]➜  json-c-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18
2025-08-20T21:54:39.4860555Z [00:05:32.737]➜  json-c-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/ca4qrhldv3kpagc2xd2arzvy2alr41gd-json-c-static-x86_64-unknown-linux-musl-0.18/lib
2025-08-20T21:54:39.5792579Z [00:05:32.826]➜  json-c-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev
2025-08-20T21:54:39.5799785Z [00:05:32.826]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar rs libutil.a util_lib/compute_ip_checksum.o util_lib/elf_info.o util_lib/sha256.o
2025-08-20T21:54:39.5917857Z [00:05:32.837]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: creating libutil.a
2025-08-20T21:54:39.6079070Z [00:05:32.847]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc   -o build/sbin/vmcore-dmesg vmcore-dmesg/vmcore-dmesg.o libutil.a -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -lzstd -lz
2025-08-20T21:54:39.6088564Z [00:05:32.856]➜  kexec-tools-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc   -o build/sbin/kexec kexec/kexec.o kexec/ifdown.o kexec/kexec-elf.o kexec/kexec-elf-exec.o kexec/kexec-elf-core.o kexec/kexec-elf-rel.o kexec/kexec-elf-boot.o kexec/kexec-pe-zboot.o kexec/kexec-uki.o kexec/kexec-iomem.o kexec/firmware_memmap.o kexec/crashdump.o kexec/crashdump-xen.o kexec/phys_arch.o kexec/lzma.o kexec/zlib.o kexec/zstd.o kexec/kexec-xen.o kexec/symbols.o kexec/proc_iomem.o kexec/virt_to_phys.o kexec/phys_to_virt.o kexec/add_segment.o kexec/add_buffer.o kexec/arch_reuse_initrd.o kexec/arch/i386/kexec-elf-x86.o kexec/arch/i386/kexec-bzImage.o kexec/arch/i386/kexec-multiboot-x86.o kexec/arch/i386/kexec-mb2-x86.o kexec/arch/i386/kexec-beoboot-x86.o kexec/arch/i386/kexec-nbi.o kexec/arch/i386/x86-linux-setup.o kexec/arch/i386/kexec-x86-common.o kexec/arch/i386/crashdump-x86.o kexec/arch/x86_64/kexec-x86_64.o kexec/arch/x86_64/kexec-elf-x86_64.o kexec/arch/x86_64/kexec-elf-rel-x86_64.o kexec/arch/x86_64/kexec-bzImage64.o kexec/purgatory.o libutil.a -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes -lzstd -lz
2025-08-20T21:54:39.6097294Z [00:05:32.856]➜  json-c-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev...
2025-08-20T21:54:39.6598854Z [00:05:32.911]➜  json-c-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev
2025-08-20T21:54:39.6896730Z [00:05:32.938]➜  json-c-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/ayl28lrwsh1mr06qfsw6p6cf7kyd025b-json-c-static-x86_64-unknown-linux-musl-0.18-dev/lib
2025-08-20T21:54:39.7019627Z [00:05:32.954]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:54:39.7174969Z [00:05:32.966]➜  x86_64-unknown-linux-musl-binutils>   CC       syms.lo
2025-08-20T21:54:39.7600966Z [00:05:33.010]➜  x86_64-unknown-linux-musl-binutils> checking for sigsetjmp...   CC       targets.lo
2025-08-20T21:54:39.9585264Z [00:05:33.205]➜  building '/nix/store/1azkamgr46qsai5pg6q7wilzh05z6nj0-keyutils-static-x86_64-unknown-linux-musl-1.6.3.drv'...
2025-08-20T21:54:39.9614065Z [00:05:33.205]➜  x86_64-unknown-linux-musl-binutils> 
2025-08-20T21:54:39.9846999Z [00:05:33.236]➜  x86_64-unknown-linux-musl-binutils> checking linker --as-needed support... yes
2025-08-20T21:54:40.0240033Z [00:05:33.276]➜  keyutils-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:54:40.0401936Z [00:05:33.292]➜  keyutils-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/9n3d2g1pplp7bacghxkqb73z0fipgn2h-keyutils-1.6.3.tar.gz
2025-08-20T21:54:40.0628150Z [00:05:33.314]➜  kexec-tools-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:54:40.0885169Z [00:05:33.336]➜  keyutils-static-x86_64-unknown-linux-musl> source root is keyutils-1.6.3
2025-08-20T21:54:40.1106350Z [00:05:33.362]➜  kexec-tools-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:54:40.1404717Z [00:05:33.392]➜  keyutils-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1594137877 of file "keyutils-1.6.3/watch_queue.h"
2025-08-20T21:54:40.1739878Z [00:05:33.424]➜  keyutils-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:54:40.2142281Z [00:05:33.458]➜  keyutils-static-x86_64-unknown-linux-musl> applying patch /nix/store/88a62ypvi5xpa3m8znhrl6l7jc307i8r-conf-symlink.patch
2025-08-20T21:54:40.2188027Z [00:05:33.470]➜  keyutils-static-x86_64-unknown-linux-musl> patching file request-key.c
2025-08-20T21:54:40.2305420Z [00:05:33.471]➜  keyutils-static-x86_64-unknown-linux-musl> applying patch /nix/store/z0sjg5c7g1iqb4x5vyiqcm5n68mb5x5p-0001-Remove-unused-function-after_eq.patch
2025-08-20T21:54:40.2319090Z [00:05:33.484]➜  keyutils-static-x86_64-unknown-linux-musl> patching file keyctl_watch.c
2025-08-20T21:54:40.2327563Z [00:05:33.484]➜  keyutils-static-x86_64-unknown-linux-musl> applying patch /nix/store/p3prlmdjdwlry48i4nmwkxp6qxdi28lm-pkg-config-static.patch
2025-08-20T21:54:40.2456918Z [00:05:33.494]➜  keyutils-static-x86_64-unknown-linux-musl> patching file Makefile
2025-08-20T21:54:40.2556499Z [00:05:33.507]➜  keyutils-static-x86_64-unknown-linux-musl> applying patch /nix/store/d1xybymfx4ad0hy6zv97walg9v1dyzn6-raw
2025-08-20T21:54:40.2592516Z [00:05:33.510]➜  keyutils-static-x86_64-unknown-linux-musl> patching file keyctl_watch.c
2025-08-20T21:54:40.2612746Z [00:05:33.510]➜  keyutils-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 174 (offset -5 lines).
2025-08-20T21:54:40.2615348Z [00:05:33.512]➜  keyutils-static-x86_64-unknown-linux-musl> substituteStream() in derivation keyutils-static-x86_64-unknown-linux-musl-1.6.3: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')
2025-08-20T21:54:40.2837652Z [00:05:33.535]➜  keyutils-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:40.3169453Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl> for file in build/sbin/kexec build/sbin/vmcore-dmesg build/lib/kexec-tools/kexec_test build/man/man8/kexec.8 build/man/man8/vmcore-dmesg.8 ; do \
2025-08-20T21:54:40.3171795Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/sbin" ; then \
2025-08-20T21:54:40.3174047Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/sbin/; \
2025-08-20T21:54:40.3177443Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 755  $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/sbin/; \
2025-08-20T21:54:40.3179711Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3180895Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/bin" ; then \
2025-08-20T21:54:40.3182922Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/bin/; \
2025-08-20T21:54:40.3186149Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 755 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/bin/; \
2025-08-20T21:54:40.3188388Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3189609Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/libexec" ; then \
2025-08-20T21:54:40.3192008Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/libexec/; \
2025-08-20T21:54:40.3195489Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 755 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/libexec/; \
2025-08-20T21:54:40.3197939Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3199227Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/share" ; then \
2025-08-20T21:54:40.3201398Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/; \
2025-08-20T21:54:40.3205171Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/; \
2025-08-20T21:54:40.3209729Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3210947Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/etc" ; then \
2025-08-20T21:54:40.3212998Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/etc/; \
2025-08-20T21:54:40.3216803Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/etc/; \
2025-08-20T21:54:40.3235474Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3236826Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/com" ; then \
2025-08-20T21:54:40.3239098Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/com/; \
2025-08-20T21:54:40.3242288Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/com/; \
2025-08-20T21:54:40.3287841Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3288905Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/var" ; then \
2025-08-20T21:54:40.3290715Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/var/; \
2025-08-20T21:54:40.3294052Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/var/; \
2025-08-20T21:54:40.3296244Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3297349Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/lib" ; then \
2025-08-20T21:54:40.3299387Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/lib/; \
2025-08-20T21:54:40.3302540Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/lib/; \
2025-08-20T21:54:40.3304799Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3305884Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/info" ; then \
2025-08-20T21:54:40.3307866Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/info/; \
2025-08-20T21:54:40.3310994Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/info/; \
2025-08-20T21:54:40.3313492Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3314609Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/man/man1" ; then \
2025-08-20T21:54:40.3316557Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man1; \
2025-08-20T21:54:40.3421084Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man1; \
2025-08-20T21:54:40.3424054Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3425239Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/man/man2" ; then \
2025-08-20T21:54:40.3427215Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man2; \
2025-08-20T21:54:40.3430567Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man2; \
2025-08-20T21:54:40.3432599Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3433936Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/man/man3" ; then \
2025-08-20T21:54:40.3435926Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man3/; \
2025-08-20T21:54:40.3439128Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man3/; \
2025-08-20T21:54:40.3441344Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3442436Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/man/man4" ; then \
2025-08-20T21:54:40.3444625Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man4/; \
2025-08-20T21:54:40.3448211Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man4/; \
2025-08-20T21:54:40.3450359Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3451446Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/man/man5" ; then \
2025-08-20T21:54:40.3453648Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man5/; \
2025-08-20T21:54:40.3456918Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man5/; \
2025-08-20T21:54:40.3458946Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3459980Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/man/man6" ; then \
2025-08-20T21:54:40.3461825Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man6/; \
2025-08-20T21:54:40.3465217Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man6/; \
2025-08-20T21:54:40.3467379Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3468806Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/man/man7" ; then \
2025-08-20T21:54:40.3470875Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man7/; \
2025-08-20T21:54:40.3474246Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man7/; \
2025-08-20T21:54:40.3476555Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3477625Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/man/man8" ; then \
2025-08-20T21:54:40.3479593Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man8/; \
2025-08-20T21:54:40.3482715Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/man8/; \
2025-08-20T21:54:40.3484981Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3486081Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/include" ; then \
2025-08-20T21:54:40.3488019Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/include/; \
2025-08-20T21:54:40.3491238Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/include/; \
2025-08-20T21:54:40.3493619Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3494872Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/share/kexec-tools" ; then \
2025-08-20T21:54:40.3496975Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/kexec-tools/; \
2025-08-20T21:54:40.3500131Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/kexec-tools/; \
2025-08-20T21:54:40.3502352Z [00:05:33.564]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3503761Z [00:05:33.565]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "build/lib/kexec-tools" ; then \
2025-08-20T21:54:40.3505845Z [00:05:33.565]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/lib/kexec-tools/; \
2025-08-20T21:54:40.3509003Z [00:05:33.565]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/lib/kexec-tools/; \
2025-08-20T21:54:40.3511445Z [00:05:33.565]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3512480Z [00:05:33.565]➜  kexec-tools-static-x86_64-unknown-linux-musl>   if test `dirname $file` =     "" ; then \
2025-08-20T21:54:40.3514745Z [00:05:33.565]➜  kexec-tools-static-x86_64-unknown-linux-musl>           mkdir -p     //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/include/kexec-tools/; \
2025-08-20T21:54:40.3518339Z [00:05:33.569]➜  kexec-tools-static-x86_64-unknown-linux-musl>           /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $file //nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/include/kexec-tools/; \
2025-08-20T21:54:40.3520704Z [00:05:33.571]➜  kexec-tools-static-x86_64-unknown-linux-musl>   fi; \
2025-08-20T21:54:40.3521695Z [00:05:33.571]➜  kexec-tools-static-x86_64-unknown-linux-musl> done
2025-08-20T21:54:40.3795715Z [00:05:33.596]➜  keyutils-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:40.3868884Z [00:05:33.639]➜  keyutils-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:54:40.4632134Z [00:05:33.715]➜  keyutils-static-x86_64-unknown-linux-musl> no configure script, doing nothing
2025-08-20T21:54:40.4741688Z [00:05:33.726]➜  keyutils-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:54:40.5241756Z [00:05:33.775]➜  keyutils-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash NO_SOLIB=1
2025-08-20T21:54:40.5393533Z [00:05:33.788]➜  x86_64-unknown-linux-musl-binutils> checking for cos in -lm... yes
2025-08-20T21:54:40.5617012Z [00:05:33.813]➜  keyutils-static-x86_64-unknown-linux-musl> ldd: cannot load /usr/bin/make: No such file or directory
2025-08-20T21:54:40.5833893Z [00:05:33.835]➜  keyutils-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: line 1: rpmspec: command not found
2025-08-20T21:54:40.5839791Z [00:05:33.835]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -I. -g -Wall -Werror -o keyctl.o -c keyctl.c
2025-08-20T21:54:40.5915588Z [00:05:33.843]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -I. -g -Wall -Werror -o keyctl_testing.o -c keyctl_testing.c
2025-08-20T21:54:40.5997301Z [00:05:33.849]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -I. -g -Wall -Werror -o keyctl_watch.o -c keyctl_watch.c
2025-08-20T21:54:40.6003798Z [00:05:33.852]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -I. -DPKGBUILD="\"\"" -DPKGVERSION="\"keyutils-1.6.3\"" -DAPIVERSION="\"libkeyutils-1.10\"" -g -Wall -Werror -UNO_GLIBC_KEYERR -o keyutils.o -c keyutils.c
2025-08-20T21:54:40.6154909Z [00:05:33.863]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -I. -g -Wall -Werror -o request-key.o -c request-key.c
2025-08-20T21:54:40.6615294Z [00:05:33.910]➜  x86_64-unknown-linux-musl-binutils>   CC       binary.lo
2025-08-20T21:54:40.8302078Z [00:05:34.082]➜  x86_64-unknown-linux-musl-binutils> configure: updating cache ./config.cache
2025-08-20T21:54:40.8637504Z [00:05:34.115]➜  x86_64-unknown-linux-musl-binutils> checking that generated files are newer than configure... done
2025-08-20T21:54:40.8639174Z [00:05:34.115]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:54:41.1125908Z [00:05:34.364]➜  x86_64-unknown-linux-musl-binutils>   CC       ihex.lo
2025-08-20T21:54:41.1341503Z [00:05:34.386]➜  kexec-tools-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:54:41.2456680Z [00:05:34.494]➜  kexec-tools-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31
2025-08-20T21:54:41.2526691Z [00:05:34.504]➜  kexec-tools-static-x86_64-unknown-linux-musl> shrinking /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/sbin/kexec
2025-08-20T21:54:41.2695712Z [00:05:34.519]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -I. -g -Wall -Werror -o key.dns_resolver.o -c key.dns_resolver.c
2025-08-20T21:54:41.2817782Z [00:05:34.533]➜  kexec-tools-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:41.2854861Z [00:05:34.537]➜  kexec-tools-static-x86_64-unknown-linux-musl> shrinking /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/sbin/vmcore-dmesg
2025-08-20T21:54:41.3025748Z [00:05:34.549]➜  kexec-tools-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:41.3106005Z [00:05:34.559]➜  kexec-tools-static-x86_64-unknown-linux-musl> shrinking /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/lib/kexec-tools/kexec_test
2025-08-20T21:54:41.3160412Z [00:05:34.568]➜  kexec-tools-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:41.3445601Z [00:05:34.589]➜  kexec-tools-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31...
2025-08-20T21:54:41.4135865Z [00:05:34.659]➜  kexec-tools-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:41.4138316Z [00:05:34.665]➜  kexec-tools-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:41.4212970Z [00:05:34.673]➜  kexec-tools-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:41.4477871Z [00:05:34.699]➜  kexec-tools-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/share/man/
2025-08-20T21:54:41.4771407Z [00:05:34.729]➜  kexec-tools-static-x86_64-unknown-linux-musl> moving /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/sbin/* to /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/bin
2025-08-20T21:54:41.5205802Z [00:05:34.772]➜  kexec-tools-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31
2025-08-20T21:54:41.5370984Z [00:05:34.788]➜  kexec-tools-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/lib /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/bin /nix/store/mwchs3bizn2rrqw6agm2315hbs3xrvqv-kexec-tools-static-x86_64-unknown-linux-musl-2.0.31/sbin
2025-08-20T21:54:41.6525988Z [00:05:34.901]➜  x86_64-unknown-linux-musl-binutils>   CC       srec.lo
2025-08-20T21:54:41.9996719Z [00:05:35.251]➜  building '/nix/store/bcnxbczhc2cy90a45hrhznif0z67af1q-kmod-static-x86_64-unknown-linux-musl-31.drv'...
2025-08-20T21:54:42.0002329Z [00:05:35.251]➜  x86_64-unknown-linux-musl-binutils>   CC       tekhex.lo
2025-08-20T21:54:42.0004370Z [00:05:35.251]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -I. -g -Wall -Werror -o dns.afsdb.o -c dns.afsdb.c
2025-08-20T21:54:42.1266188Z [00:05:35.378]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-g++ -I. -g -Wall -Werror -x c++-header -fsyntax-only keyutils.h
2025-08-20T21:54:42.3023589Z [00:05:35.553]➜  keyutils-static-x86_64-unknown-linux-musl> touch cxx.stamp
2025-08-20T21:54:42.3186080Z [00:05:35.559]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar rcs libkeyutils.a keyutils.o
2025-08-20T21:54:42.4244942Z [00:05:35.674]➜  x86_64-unknown-linux-musl-binutils>   CC       verilog.lo
2025-08-20T21:54:42.5686396Z [00:05:35.820]➜  kmod-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:54:42.6036408Z [00:05:35.855]➜  kmod-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/v651vkyk8ryp5mzz9l07l5mfh9r4qx19-source
2025-08-20T21:54:42.6092894Z [00:05:35.861]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       xheader.o
2025-08-20T21:54:42.8148356Z [00:05:36.066]➜  kmod-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:54:42.8352369Z [00:05:36.081]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:42.8357724Z [00:05:36.081]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:42.8362552Z [00:05:36.081]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:42.8367739Z [00:05:36.081]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:42.8372655Z [00:05:36.081]➜  gnutar-static-x86_64-unknown-linux-musl>                  from xheader.c:20:
2025-08-20T21:54:42.8379338Z [00:05:36.081]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:42.8386404Z [00:05:36.081]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:42.8387983Z [00:05:36.081]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:42.8899475Z [00:05:36.142]➜  kmod-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:54:42.9175436Z [00:05:36.169]➜  kmod-static-x86_64-unknown-linux-musl> applying patch /nix/store/i4q069m3d29gi7dw1ijhjrp4hxw1c2l4-module-dir.patch
2025-08-20T21:54:42.9202735Z [00:05:36.172]➜  kmod-static-x86_64-unknown-linux-musl> patching file Makefile.am
2025-08-20T21:54:42.9276684Z [00:05:36.178]➜  kmod-static-x86_64-unknown-linux-musl> patching file configure.ac
2025-08-20T21:54:42.9296078Z [00:05:36.178]➜  kmod-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 274 with fuzz 2 (offset 72 lines).
2025-08-20T21:54:42.9297847Z [00:05:36.178]➜  kmod-static-x86_64-unknown-linux-musl> patching file libkmod/libkmod.c
2025-08-20T21:54:42.9302659Z [00:05:36.179]➜  kmod-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 209 (offset 3 lines).
2025-08-20T21:54:42.9304432Z [00:05:36.179]➜  kmod-static-x86_64-unknown-linux-musl> Hunk #2 succeeded at 225 (offset 3 lines).
2025-08-20T21:54:42.9305719Z [00:05:36.179]➜  kmod-static-x86_64-unknown-linux-musl> patching file tools/static-nodes.c
2025-08-20T21:54:42.9307304Z [00:05:36.180]➜  kmod-static-x86_64-unknown-linux-musl> applying patch /nix/store/qkaswlhigwbial53yz1kcgs2w25yg8wf-musl.patch
2025-08-20T21:54:42.9309505Z [00:05:36.182]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L. -g -Wall -Werror   -o request-key request-key.o -lkeyutils
2025-08-20T21:54:42.9414757Z [00:05:36.189]➜  kmod-static-x86_64-unknown-linux-musl> patching file configure.ac
2025-08-20T21:54:42.9415944Z [00:05:36.190]➜  kmod-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 51 (offset -2 lines).
2025-08-20T21:54:42.9471137Z [00:05:36.190]➜  kmod-static-x86_64-unknown-linux-musl> patching file shared/missing.h
2025-08-20T21:54:42.9472200Z [00:05:36.190]➜  kmod-static-x86_64-unknown-linux-musl> patching file shared/util.c
2025-08-20T21:54:42.9473408Z [00:05:36.190]➜  kmod-static-x86_64-unknown-linux-musl> patching file shared/util.h
2025-08-20T21:54:42.9474408Z [00:05:36.191]➜  kmod-static-x86_64-unknown-linux-musl> patching file tools/kmod.c
2025-08-20T21:54:42.9476011Z [00:05:36.193]➜  kmod-static-x86_64-unknown-linux-musl> applying patch /nix/store/c4adqk2l13gs2qgicdq7x2r6znx52jrs-enable-static.patch
2025-08-20T21:54:42.9480212Z [00:05:36.199]➜  kmod-static-x86_64-unknown-linux-musl> patching file configure.ac
2025-08-20T21:54:42.9486587Z [00:05:36.200]➜  kmod-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 18 with fuzz 2 (offset -1 lines).
2025-08-20T21:54:42.9588258Z [00:05:36.211]➜  kmod-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:43.0065813Z [00:05:36.258]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L. -g -Wall -Werror   -o key.dns_resolver \
2025-08-20T21:54:43.0067640Z [00:05:36.258]➜  keyutils-static-x86_64-unknown-linux-musl>      key.dns_resolver.o dns.afsdb.o -lkeyutils -lresolv
2025-08-20T21:54:43.0069021Z [00:05:36.258]➜  kmod-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:43.0601809Z [00:05:36.312]➜  kmod-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:54:43.1036237Z [00:05:36.355]➜  kmod-static-x86_64-unknown-linux-musl> ./autogen.sh: line 9: gtkdocize: not found
2025-08-20T21:54:43.4640549Z [00:05:36.716]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:54:43.5113034Z [00:05:36.763]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile.in
2025-08-20T21:54:43.6225773Z [00:05:36.873]➜  x86_64-unknown-linux-musl-binutils> config.status: creating config.h
2025-08-20T21:54:43.6726048Z [00:05:36.921]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-x86-64.lo
2025-08-20T21:54:43.6928771Z [00:05:36.934]➜  x86_64-unknown-linux-musl-binutils> config.status: executing depfiles commands
2025-08-20T21:54:43.7253156Z [00:05:36.977]➜  x86_64-unknown-linux-musl-binutils>   CC       elfxx-x86.lo
2025-08-20T21:54:44.1046708Z [00:05:37.356]➜  x86_64-unknown-linux-musl-binutils>   CC       elf-ifunc.lo
2025-08-20T21:54:44.5980278Z [00:05:37.850]➜  x86_64-unknown-linux-musl-binutils>   CC       elf-vxworks.lo
2025-08-20T21:54:44.9040421Z [00:05:38.154]➜  keyutils-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L. -g -Wall -Werror   -o keyctl \
2025-08-20T21:54:44.9041992Z [00:05:38.155]➜  keyutils-static-x86_64-unknown-linux-musl>      keyctl.o keyctl_testing.o keyctl_watch.o -lkeyutils
2025-08-20T21:54:45.0883667Z [00:05:38.340]➜  keyutils-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:54:45.1242813Z [00:05:38.375]➜  keyutils-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash NO_SOLIB=1 pkgconfigdir=/nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev/lib/pkgconfig m4datadir=/nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev/share/aclocal aclocaldir=/nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev/share/aclocal ETCDIR=\$\(out\)/etc BINDIR=\$\(out\)/bin SBINDIR=\$\(out\)/sbin SHAREDIR=\$\(out\)/share/keyutils MANDIR=\$\(out\)/share/man INCLUDEDIR=\$\(dev\)/include LIBDIR=\$\(lib\)/lib USRLIBDIR=\$\(lib\)/lib install
2025-08-20T21:54:45.1497095Z [00:05:38.401]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64.lo
2025-08-20T21:54:45.1686131Z [00:05:38.418]➜  keyutils-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: line 1: rpmspec: command not found
2025-08-20T21:54:45.1709634Z [00:05:38.423]➜  keyutils-static-x86_64-unknown-linux-musl> install -D -m 0644 libkeyutils.a /nix/store/j5xvllxnxa1lwqpxxkndcbxkymlj8dqh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-lib/lib/libkeyutils.a
2025-08-20T21:54:45.1764684Z [00:05:38.428]➜  keyutils-static-x86_64-unknown-linux-musl> sed \
2025-08-20T21:54:45.1769217Z [00:05:38.428]➜  keyutils-static-x86_64-unknown-linux-musl> -e 's,@VERSION\@,1.6.3,g' \
2025-08-20T21:54:45.1773911Z [00:05:38.428]➜  keyutils-static-x86_64-unknown-linux-musl> -e 's,@prefix\@,/usr,g' \
2025-08-20T21:54:45.1778583Z [00:05:38.428]➜  keyutils-static-x86_64-unknown-linux-musl> -e 's,@exec_prefix\@,/usr,g' \
2025-08-20T21:54:45.1784177Z [00:05:38.428]➜  keyutils-static-x86_64-unknown-linux-musl> -e 's,@libdir\@,/nix/store/j5xvllxnxa1lwqpxxkndcbxkymlj8dqh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-lib/lib,g' \
2025-08-20T21:54:45.1803172Z [00:05:38.428]➜  keyutils-static-x86_64-unknown-linux-musl> -e 's,@includedir\@,/nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev/include,g' \
2025-08-20T21:54:45.1805785Z [00:05:38.428]➜  keyutils-static-x86_64-unknown-linux-musl> < libkeyutils.pc.in > libkeyutils.pc || rm libkeyutils.pc
2025-08-20T21:54:45.1916583Z [00:05:38.440]➜  keyutils-static-x86_64-unknown-linux-musl> install -D libkeyutils.pc /nix/store/j5xvllxnxa1lwqpxxkndcbxkymlj8dqh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-lib/lib/pkgconfig/libkeyutils.pc
2025-08-20T21:54:45.2087857Z [00:05:38.460]➜  keyutils-static-x86_64-unknown-linux-musl> rm libkeyutils.pc
2025-08-20T21:54:45.2194935Z [00:05:38.471]➜  keyutils-static-x86_64-unknown-linux-musl> install -D keyctl /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/bin/keyctl
2025-08-20T21:54:45.2316880Z [00:05:38.483]➜  keyutils-static-x86_64-unknown-linux-musl> install -D request-key /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/sbin/request-key
2025-08-20T21:54:45.2392996Z [00:05:38.491]➜  keyutils-static-x86_64-unknown-linux-musl> install -D request-key-debug.sh /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/keyutils/request-key-debug.sh
2025-08-20T21:54:45.2495631Z [00:05:38.498]➜  keyutils-static-x86_64-unknown-linux-musl> install -D key.dns_resolver /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/sbin/key.dns_resolver
2025-08-20T21:54:45.2498451Z [00:05:38.501]➜  keyutils-static-x86_64-unknown-linux-musl> install -D -m 0644 request-key.conf /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/etc/request-key.conf
2025-08-20T21:54:45.2612280Z [00:05:38.511]➜  keyutils-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/etc/request-key.d
2025-08-20T21:54:45.2636871Z [00:05:38.515]➜  keyutils-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/etc/keyutils
2025-08-20T21:54:45.2719732Z [00:05:38.522]➜  keyutils-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man1
2025-08-20T21:54:45.2793633Z [00:05:38.531]➜  keyutils-static-x86_64-unknown-linux-musl> install -m 0644 man/keyctl.1 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man1
2025-08-20T21:54:45.2869573Z [00:05:38.539]➜  keyutils-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3
2025-08-20T21:54:45.2910945Z [00:05:38.542]➜  keyutils-static-x86_64-unknown-linux-musl> install -m 0644 man/find_key_by_type_and_name.3 man/keyctl.3 man/keyctl_capabilities.3 man/keyctl_chown.3 man/keyctl_clear.3 man/keyctl_describe.3 man/keyctl_dh_compute.3 man/keyctl_get_keyring_ID.3 man/keyctl_get_persistent.3 man/keyctl_get_security.3 man/keyctl_instantiate.3 man/keyctl_invalidate.3 man/keyctl_join_session_keyring.3 man/keyctl_link.3 man/keyctl_move.3 man/keyctl_pkey_decrypt.3 man/keyctl_pkey_encrypt.3 man/keyctl_pkey_query.3 man/keyctl_pkey_sign.3 man/keyctl_pkey_verify.3 man/keyctl_read.3 man/keyctl_restrict_keyring.3 man/keyctl_revoke.3 man/keyctl_search.3 man/keyctl_session_to_parent.3 man/keyctl_set_reqkey_keyring.3 man/keyctl_set_timeout.3 man/keyctl_setperm.3 man/keyctl_update.3 man/keyctl_watch_key.3 man/recursive_key_scan.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3
2025-08-20T21:54:45.3156333Z [00:05:38.567]➜  keyutils-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man5
2025-08-20T21:54:45.3161698Z [00:05:38.568]➜  keyutils-static-x86_64-unknown-linux-musl> install -m 0644 man/key.dns_resolver.conf.5 man/request-key.conf.5 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man5
2025-08-20T21:54:45.3257323Z [00:05:38.577]➜  keyutils-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man7
2025-08-20T21:54:45.3329465Z [00:05:38.585]➜  keyutils-static-x86_64-unknown-linux-musl> install -m 0644 man/asymmetric-key.7 man/keyutils.7 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man7
2025-08-20T21:54:45.3429375Z [00:05:38.591]➜  keyutils-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man8
2025-08-20T21:54:45.3497085Z [00:05:38.598]➜  keyutils-static-x86_64-unknown-linux-musl> install -m 0644 man/key.dns_resolver.8 man/request-key.8 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man8
2025-08-20T21:54:45.3503854Z [00:05:38.601]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf keyctl_describe.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/keyctl_describe_alloc.3
2025-08-20T21:54:45.3585235Z [00:05:38.608]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf keyctl_get_security.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/keyctl_get_security_alloc.3
2025-08-20T21:54:45.3592568Z [00:05:38.610]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf keyctl_instantiate.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/keyctl_instantiate_iov.3
2025-08-20T21:54:45.3623621Z [00:05:38.614]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf keyctl_instantiate.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/keyctl_reject.3
2025-08-20T21:54:45.3685551Z [00:05:38.620]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf keyctl_instantiate.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/keyctl_negate.3
2025-08-20T21:54:45.3745725Z [00:05:38.626]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf keyctl_instantiate.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/keyctl_assume_authority.3
2025-08-20T21:54:45.3777056Z [00:05:38.629]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf keyctl_link.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/keyctl_unlink.3
2025-08-20T21:54:45.3891866Z [00:05:38.640]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf keyctl_read.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/keyctl_read_alloc.3
2025-08-20T21:54:45.4078028Z [00:05:38.659]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf recursive_key_scan.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/recursive_session_key_scan.3
2025-08-20T21:54:45.4227031Z [00:05:38.664]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf keyctl_dh_compute.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/keyctl_dh_compute_alloc.3
2025-08-20T21:54:45.4230446Z [00:05:38.668]➜  keyutils-static-x86_64-unknown-linux-musl> ln -sf keyctl_dh_compute.3 /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man/man3/keyctl_dh_compute_kdf.3
2025-08-20T21:54:45.4291382Z [00:05:38.681]➜  keyutils-static-x86_64-unknown-linux-musl> install -D -m 0644 keyutils.h /nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev/include/keyutils.h
2025-08-20T21:54:45.4491505Z [00:05:38.701]➜  keyutils-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:54:45.4684676Z [00:05:38.720]➜  x86_64-unknown-linux-musl-binutils>   CC       elf.lo
2025-08-20T21:54:45.5012994Z [00:05:38.753]➜  keyutils-static-x86_64-unknown-linux-musl> Moving /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/share/man to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man
2025-08-20T21:54:45.5339810Z [00:05:38.785]➜  keyutils-static-x86_64-unknown-linux-musl> Moving /nix/store/j5xvllxnxa1lwqpxxkndcbxkymlj8dqh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-lib/lib/pkgconfig to /nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev/lib/pkgconfig
2025-08-20T21:54:45.5869147Z [00:05:38.835]➜  keyutils-static-x86_64-unknown-linux-musl> Patching '/nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev/lib/pkgconfig/libkeyutils.pc' includedir to output /nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev
2025-08-20T21:54:45.5912756Z [00:05:38.843]➜  keyutils-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3
2025-08-20T21:54:45.5988674Z [00:05:38.851]➜  keyutils-static-x86_64-unknown-linux-musl> shrinking /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/bin/keyctl
2025-08-20T21:54:45.6108951Z [00:05:38.859]➜  keyutils-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:45.6116907Z [00:05:38.863]➜  keyutils-static-x86_64-unknown-linux-musl> shrinking /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/sbin/request-key
2025-08-20T21:54:45.6145568Z [00:05:38.866]➜  keyutils-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:45.6356262Z [00:05:38.881]➜  keyutils-static-x86_64-unknown-linux-musl> shrinking /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/sbin/key.dns_resolver
2025-08-20T21:54:45.6371522Z [00:05:38.881]➜  keyutils-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:45.6374299Z [00:05:38.889]➜  keyutils-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3...
2025-08-20T21:54:45.6949207Z [00:05:38.947]➜  keyutils-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:45.6976812Z [00:05:38.949]➜  keyutils-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:45.6997587Z [00:05:38.951]➜  keyutils-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:54:45.7202413Z [00:05:38.972]➜  keyutils-static-x86_64-unknown-linux-musl> moving /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/sbin/* to /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/bin
2025-08-20T21:54:45.7418581Z [00:05:38.993]➜  keyutils-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3
2025-08-20T21:54:45.7605895Z [00:05:39.012]➜  x86_64-unknown-linux-musl-binutils> config.status: executing libtool commands
2025-08-20T21:54:45.7677966Z [00:05:39.019]➜  keyutils-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/bin /nix/store/5x4r63xd2wwl2n28r8bdl49cw3gyijld-keyutils-static-x86_64-unknown-linux-musl-1.6.3/sbin
2025-08-20T21:54:45.8141191Z [00:05:39.066]➜  keyutils-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/j5xvllxnxa1lwqpxxkndcbxkymlj8dqh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-lib
2025-08-20T21:54:45.8217178Z [00:05:39.073]➜  keyutils-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/j5xvllxnxa1lwqpxxkndcbxkymlj8dqh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-lib...
2025-08-20T21:54:45.8268189Z [00:05:39.079]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-1 commands
2025-08-20T21:54:45.8531001Z [00:05:39.105]➜  keyutils-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/j5xvllxnxa1lwqpxxkndcbxkymlj8dqh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-lib
2025-08-20T21:54:45.8729726Z [00:05:39.123]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/POTFILES
2025-08-20T21:54:45.8732669Z [00:05:39.123]➜  keyutils-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/j5xvllxnxa1lwqpxxkndcbxkymlj8dqh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-lib/lib
2025-08-20T21:54:45.8881463Z [00:05:39.140]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile
2025-08-20T21:54:45.9058947Z [00:05:39.158]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-2 commands
2025-08-20T21:54:45.9370284Z [00:05:39.189]➜  keyutils-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev
2025-08-20T21:54:45.9583174Z [00:05:39.209]➜  keyutils-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev...
2025-08-20T21:54:45.9585730Z [00:05:39.209]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/POTFILES
2025-08-20T21:54:45.9935296Z [00:05:39.243]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile
2025-08-20T21:54:46.0085294Z [00:05:39.260]➜  keyutils-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev
2025-08-20T21:54:46.0278607Z [00:05:39.279]➜  keyutils-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/13rzipz28anzdq5nbald8y5m4f7dnnxr-keyutils-static-x86_64-unknown-linux-musl-1.6.3-dev/lib
2025-08-20T21:54:46.1048264Z [00:05:39.356]➜  keyutils-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:46.1440012Z [00:05:39.396]➜  keyutils-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man...
2025-08-20T21:54:46.2372041Z [00:05:39.489]➜  keyutils-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/
2025-08-20T21:54:46.2784931Z [00:05:39.524]➜  x86_64-unknown-linux-musl-binutils>   CC       elflink.lo
2025-08-20T21:54:46.4684701Z [00:05:39.718]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       incremen.o
2025-08-20T21:54:46.6378548Z [00:05:39.889]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:46.6383814Z [00:05:39.889]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:46.6388968Z [00:05:39.889]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:46.6393982Z [00:05:39.889]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:46.6398599Z [00:05:39.889]➜  gnutar-static-x86_64-unknown-linux-musl>                  from incremen.c:20:
2025-08-20T21:54:46.6416548Z [00:05:39.889]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:46.6419732Z [00:05:39.889]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:46.6421090Z [00:05:39.889]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:46.7586369Z [00:05:40.007]➜  keyutils-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.1346691Z [00:05:40.386]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/keyctl_unlink.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.1433830Z [00:05:40.395]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/keyctl_describe_alloc.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.1544805Z [00:05:40.406]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/keyctl_dh_compute_kdf.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.1628204Z [00:05:40.414]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/recursive_session_key_scan.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.1841195Z [00:05:40.436]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/keyctl_reject.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.1974335Z [00:05:40.449]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/keyctl_dh_compute_alloc.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.2038566Z [00:05:40.455]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/keyctl_assume_authority.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.2103909Z [00:05:40.462]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/keyctl_negate.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.2199694Z [00:05:40.471]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/keyctl_instantiate_iov.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.2354492Z [00:05:40.483]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/keyctl_get_security_alloc.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.2431053Z [00:05:40.495]➜  keyutils-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man/share/man/man3/keyctl_read_alloc.3.gz to be relative to /nix/store/m574ahh6b25rjp7y7nmph6r2jcyls9dh-keyutils-static-x86_64-unknown-linux-musl-1.6.3-man
2025-08-20T21:54:47.5626028Z [00:05:40.811]➜  building '/nix/store/34p5id4wrja4dwra1ib54d24833zlpnx-libaio-static-x86_64-unknown-linux-musl-0.3.113.drv'...
2025-08-20T21:54:47.7359072Z [00:05:40.985]➜  libaio-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:54:47.7478224Z [00:05:40.999]➜  libaio-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/i2jwnpphz9bxc6fcj0xdjxhdf12ki10h-libaio-libaio-0.3.113.tar.gz
2025-08-20T21:54:47.7793715Z [00:05:41.031]➜  libaio-static-x86_64-unknown-linux-musl> source root is libaio-libaio-0.3.113
2025-08-20T21:54:47.8119011Z [00:05:41.063]➜  libaio-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1649796573 of file "libaio-libaio-0.3.113/src/vsys_def.h"
2025-08-20T21:54:47.8405835Z [00:05:41.092]➜  libaio-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:54:47.8691882Z [00:05:41.119]➜  libaio-static-x86_64-unknown-linux-musl> patching script interpreter paths in harness
2025-08-20T21:54:47.8889447Z [00:05:41.141]➜  libaio-static-x86_64-unknown-linux-musl> harness/runtests.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:54:47.9460595Z [00:05:41.198]➜  libaio-static-x86_64-unknown-linux-musl> substituteStream() in derivation libaio-static-x86_64-unknown-linux-musl-0.3.113: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'harness/Makefile')
2025-08-20T21:54:47.9638144Z [00:05:41.213]➜  libaio-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:48.0032318Z [00:05:41.255]➜  libaio-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:54:48.0705271Z [00:05:41.319]➜  libaio-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:54:48.1747534Z [00:05:41.423]➜  libaio-static-x86_64-unknown-linux-musl> no configure script, doing nothing
2025-08-20T21:54:48.1846252Z [00:05:41.436]➜  libaio-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:54:48.2217741Z [00:05:41.473]➜  libaio-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash prefix=/nix/store/xwszf01fam62cz8v75fyxh6v1q1x2bsk-libaio-static-x86_64-unknown-linux-musl-0.3.113 ENABLE_SHARED=0
2025-08-20T21:54:48.2413488Z [00:05:41.493]➜  libaio-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libaio-libaio-0.3.113/src'
2025-08-20T21:54:48.2418525Z [00:05:41.494]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o io_queue_init.ol io_queue_init.c
2025-08-20T21:54:48.4031952Z [00:05:41.655]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o io_queue_release.ol io_queue_release.c
2025-08-20T21:54:48.4966805Z [00:05:41.748]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o io_queue_wait.ol io_queue_wait.c
2025-08-20T21:54:48.6825958Z [00:05:41.934]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o io_queue_run.ol io_queue_run.c
2025-08-20T21:54:48.9008982Z [00:05:42.152]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o io_getevents.ol io_getevents.c
2025-08-20T21:54:49.0687203Z [00:05:42.320]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o io_submit.ol io_submit.c
2025-08-20T21:54:49.2702697Z [00:05:42.517]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o io_cancel.ol io_cancel.c
2025-08-20T21:54:49.2925228Z [00:05:42.542]➜  x86_64-unknown-linux-musl-binutils>   CC       elf-attrs.lo
2025-08-20T21:54:49.4848001Z [00:05:42.736]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o io_setup.ol io_setup.c
2025-08-20T21:54:49.6580075Z [00:05:42.907]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o io_destroy.ol io_destroy.c
2025-08-20T21:54:49.8762390Z [00:05:43.128]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o io_pgetevents.ol io_pgetevents.c
2025-08-20T21:54:50.1183135Z [00:05:43.370]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o raw_syscall.ol raw_syscall.c
2025-08-20T21:54:50.2159126Z [00:05:43.468]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       list.o
2025-08-20T21:54:50.2206992Z [00:05:43.472]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -g -fomit-frame-pointer -O2 -Wall -I. -fPIC -c -o compat-0_1.ol compat-0_1.c
2025-08-20T21:54:50.3255231Z [00:05:43.577]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:50.3257395Z [00:05:43.577]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:50.3259003Z [00:05:43.577]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:50.3260480Z [00:05:43.577]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:50.3261826Z [00:05:43.577]➜  gnutar-static-x86_64-unknown-linux-musl>                  from list.c:22:
2025-08-20T21:54:50.3264720Z [00:05:43.577]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:50.3267685Z [00:05:43.577]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:50.3269128Z [00:05:43.577]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:50.4137497Z [00:05:43.665]➜  libaio-static-x86_64-unknown-linux-musl> rm -f libaio.a
2025-08-20T21:54:50.4296852Z [00:05:43.681]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar r libaio.a io_queue_init.ol io_queue_release.ol io_queue_wait.ol io_queue_run.ol io_getevents.ol io_submit.ol io_cancel.ol io_setup.ol io_destroy.ol io_pgetevents.ol raw_syscall.ol compat-0_1.ol
2025-08-20T21:54:50.4747272Z [00:05:43.726]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: creating libaio.a
2025-08-20T21:54:50.5245298Z [00:05:43.768]➜  libaio-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libaio.a
2025-08-20T21:54:50.5265164Z [00:05:43.768]➜  libaio-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libaio-libaio-0.3.113/src'
2025-08-20T21:54:50.5267341Z [00:05:43.778]➜  libaio-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:54:50.5606806Z [00:05:43.812]➜  libaio-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash prefix=/nix/store/xwszf01fam62cz8v75fyxh6v1q1x2bsk-libaio-static-x86_64-unknown-linux-musl-0.3.113 ENABLE_SHARED=0 install
2025-08-20T21:54:50.5766044Z [00:05:43.828]➜  libaio-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libaio-libaio-0.3.113/src'
2025-08-20T21:54:50.5772727Z [00:05:43.829]➜  libaio-static-x86_64-unknown-linux-musl> install -D -m 644 libaio.h /nix/store/xwszf01fam62cz8v75fyxh6v1q1x2bsk-libaio-static-x86_64-unknown-linux-musl-0.3.113/include/libaio.h
2025-08-20T21:54:50.5854121Z [00:05:43.837]➜  libaio-static-x86_64-unknown-linux-musl> install -D -m 644 libaio.a /nix/store/xwszf01fam62cz8v75fyxh6v1q1x2bsk-libaio-static-x86_64-unknown-linux-musl-0.3.113/lib/libaio.a
2025-08-20T21:54:50.5917028Z [00:05:43.843]➜  libaio-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libaio-libaio-0.3.113/src'
2025-08-20T21:54:50.6061218Z [00:05:43.858]➜  libaio-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:54:50.6807874Z [00:05:43.932]➜  libaio-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/xwszf01fam62cz8v75fyxh6v1q1x2bsk-libaio-static-x86_64-unknown-linux-musl-0.3.113
2025-08-20T21:54:50.6846465Z [00:05:43.936]➜  libaio-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/xwszf01fam62cz8v75fyxh6v1q1x2bsk-libaio-static-x86_64-unknown-linux-musl-0.3.113...
2025-08-20T21:54:50.7326198Z [00:05:43.984]➜  libaio-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/xwszf01fam62cz8v75fyxh6v1q1x2bsk-libaio-static-x86_64-unknown-linux-musl-0.3.113
2025-08-20T21:54:50.7625593Z [00:05:44.014]➜  libaio-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/xwszf01fam62cz8v75fyxh6v1q1x2bsk-libaio-static-x86_64-unknown-linux-musl-0.3.113/lib
2025-08-20T21:54:51.0605797Z [00:05:44.309]➜  building '/nix/store/bs3n257zf3s1b7ljgi6nyh8qy54gicik-libapparmor-static-x86_64-unknown-linux-musl-4.1.1.drv'...
2025-08-20T21:54:51.2032073Z [00:05:44.455]➜  x86_64-unknown-linux-musl-binutils>   CC       elf-strtab.lo
2025-08-20T21:54:51.2954019Z [00:05:44.547]➜  libapparmor-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:54:51.3155128Z [00:05:44.567]➜  libapparmor-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/6vzzxwpz26wshw59f13s17klv6xhfpyq-source
2025-08-20T21:54:51.5730064Z [00:05:44.825]➜  kmod-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
2025-08-20T21:54:51.5731910Z [00:05:44.825]➜  kmod-static-x86_64-unknown-linux-musl> libtoolize: linking file 'build-aux/ltmain.sh'
2025-08-20T21:54:51.5834828Z [00:05:44.835]➜  x86_64-unknown-linux-musl-binutils>   CC       elf-eh-frame.lo
2025-08-20T21:54:51.7488638Z [00:05:45.000]➜  kmod-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T21:54:51.7534628Z [00:05:45.005]➜  kmod-static-x86_64-unknown-linux-musl> libtoolize: linking file 'm4/libtool.m4'
2025-08-20T21:54:51.8161586Z [00:05:45.067]➜  kmod-static-x86_64-unknown-linux-musl> libtoolize: linking file 'm4/ltoptions.m4'
2025-08-20T21:54:51.8737937Z [00:05:45.125]➜  kmod-static-x86_64-unknown-linux-musl> libtoolize: linking file 'm4/ltsugar.m4'
2025-08-20T21:54:51.9283539Z [00:05:45.180]➜  kmod-static-x86_64-unknown-linux-musl> libtoolize: linking file 'm4/ltversion.m4'
2025-08-20T21:54:51.9922476Z [00:05:45.244]➜  kmod-static-x86_64-unknown-linux-musl> libtoolize: linking file 'm4/lt~obsolete.m4'
2025-08-20T21:54:52.0971485Z [00:05:45.349]➜  x86_64-unknown-linux-musl-binutils>   CC       elf-sframe.lo
2025-08-20T21:54:52.2197348Z [00:05:45.471]➜  libapparmor-static-x86_64-unknown-linux-musl> source root is source/libraries/libapparmor
2025-08-20T21:54:52.2640145Z [00:05:45.516]➜  libapparmor-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:54:52.2971213Z [00:05:45.549]➜  libapparmor-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:54:52.5086251Z [00:05:45.760]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T21:54:52.5117192Z [00:05:45.763]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T21:54:52.5130321Z [00:05:45.765]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:54:53.0998163Z [00:05:46.351]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       map.o
2025-08-20T21:54:53.1456432Z [00:05:46.397]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:53.1465354Z [00:05:46.398]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:53.1470849Z [00:05:46.398]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:53.1475786Z [00:05:46.398]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:53.1480431Z [00:05:46.398]➜  gnutar-static-x86_64-unknown-linux-musl>                  from map.c:20:
2025-08-20T21:54:53.1486748Z [00:05:46.398]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:53.1492335Z [00:05:46.398]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:53.1496703Z [00:05:46.398]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:53.2535264Z [00:05:46.502]➜  x86_64-unknown-linux-musl-binutils>   CC       dwarf1.lo
2025-08-20T21:54:53.3045524Z [00:05:46.555]➜  x86_64-unknown-linux-musl-binutils>   CC       dwarf2.lo
2025-08-20T21:54:53.5094947Z [00:05:46.761]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       misc.o
2025-08-20T21:54:53.5205540Z [00:05:46.772]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force
2025-08-20T21:54:53.6125612Z [00:05:46.863]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:53.6154839Z [00:05:46.863]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:53.6156453Z [00:05:46.863]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:53.6157747Z [00:05:46.863]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:53.6158928Z [00:05:46.863]➜  gnutar-static-x86_64-unknown-linux-musl>                  from misc.c:19:
2025-08-20T21:54:53.6161218Z [00:05:46.863]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:53.6163977Z [00:05:46.863]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:53.6165421Z [00:05:46.863]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:54.3042929Z [00:05:47.556]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-i386.lo
2025-08-20T21:54:55.1819804Z [00:05:48.434]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       names.o
2025-08-20T21:54:55.2698716Z [00:05:48.521]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:55.2714766Z [00:05:48.521]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:55.2716708Z [00:05:48.521]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:55.2721967Z [00:05:48.521]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:55.2723929Z [00:05:48.521]➜  gnutar-static-x86_64-unknown-linux-musl>                  from names.c:18:
2025-08-20T21:54:55.2727209Z [00:05:48.521]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:55.2730077Z [00:05:48.521]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:55.2731515Z [00:05:48.522]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:56.0905465Z [00:05:49.338]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32.lo
2025-08-20T21:54:56.7814977Z [00:05:50.033]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       sparse.o
2025-08-20T21:54:56.8667257Z [00:05:50.118]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:56.8672504Z [00:05:50.118]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:56.8677497Z [00:05:50.118]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:56.8698398Z [00:05:50.118]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:56.8700062Z [00:05:50.118]➜  gnutar-static-x86_64-unknown-linux-musl>                  from sparse.c:18:
2025-08-20T21:54:56.8702799Z [00:05:50.118]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:56.8706029Z [00:05:50.118]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:56.8707597Z [00:05:50.118]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:57.2440302Z [00:05:50.496]➜  kmod-static-x86_64-unknown-linux-musl> configure.ac:34: warning: The macro 'AC_PROG_CC_C99' is obsolete.
2025-08-20T21:54:57.2445885Z [00:05:50.496]➜  kmod-static-x86_64-unknown-linux-musl> configure.ac:34: You should run autoupdate.
2025-08-20T21:54:57.2448797Z [00:05:50.496]➜  kmod-static-x86_64-unknown-linux-musl> ./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from...
2025-08-20T21:54:57.2453848Z [00:05:50.496]➜  kmod-static-x86_64-unknown-linux-musl> configure.ac:34: the top level
2025-08-20T21:54:58.2867981Z [00:05:51.538]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       suffix.o
2025-08-20T21:54:58.3968358Z [00:05:51.648]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:58.3973629Z [00:05:51.648]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:58.3975149Z [00:05:51.648]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:58.3977357Z [00:05:51.648]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:58.3981594Z [00:05:51.648]➜  gnutar-static-x86_64-unknown-linux-musl>                  from suffix.c:19:
2025-08-20T21:54:58.3984608Z [00:05:51.648]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:58.3989101Z [00:05:51.648]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:58.3990861Z [00:05:51.648]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:58.5044475Z [00:05:51.756]➜  x86_64-unknown-linux-musl-binutils>   CC       pei-i386.lo
2025-08-20T21:54:58.6166368Z [00:05:51.868]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       system.o
2025-08-20T21:54:58.7025015Z [00:05:51.954]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:58.7026833Z [00:05:51.954]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:58.7032050Z [00:05:51.954]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:58.7033693Z [00:05:51.954]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:58.7094369Z [00:05:51.954]➜  gnutar-static-x86_64-unknown-linux-musl>                  from system.c:18:
2025-08-20T21:54:58.7097375Z [00:05:51.954]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:58.7100231Z [00:05:51.954]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:58.7107519Z [00:05:51.954]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:59.0305840Z [00:05:52.282]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:54:59.0435003Z [00:05:52.292]➜  x86_64-unknown-linux-musl-binutils>   CC       peigen.lo
2025-08-20T21:54:59.2316103Z [00:05:52.483]➜  x86_64-unknown-linux-musl-binutils>   CC       cofflink.lo
2025-08-20T21:54:59.5356810Z [00:05:52.787]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       tar.o
2025-08-20T21:54:59.6306535Z [00:05:52.882]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:54:59.6308384Z [00:05:52.882]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:54:59.6309853Z [00:05:52.882]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:54:59.6311298Z [00:05:52.882]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:54:59.6312630Z [00:05:52.882]➜  gnutar-static-x86_64-unknown-linux-musl>                  from tar.c:20:
2025-08-20T21:54:59.6315607Z [00:05:52.882]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:54:59.6318681Z [00:05:52.882]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:54:59.6320153Z [00:05:52.882]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:54:59.7887858Z [00:05:53.040]➜  kmod-static-x86_64-unknown-linux-musl> configure.ac:13: installing 'build-aux/compile'
2025-08-20T21:54:59.7893894Z [00:05:53.040]➜  kmod-static-x86_64-unknown-linux-musl> configure.ac:19: installing 'build-aux/config.guess'
2025-08-20T21:54:59.7895663Z [00:05:53.040]➜  kmod-static-x86_64-unknown-linux-musl> configure.ac:19: installing 'build-aux/config.sub'
2025-08-20T21:54:59.7900467Z [00:05:53.040]➜  kmod-static-x86_64-unknown-linux-musl> configure.ac:17: installing 'build-aux/install-sh'
2025-08-20T21:54:59.7902057Z [00:05:53.040]➜  kmod-static-x86_64-unknown-linux-musl> configure.ac:17: installing 'build-aux/missing'
2025-08-20T21:54:59.9594509Z [00:05:53.211]➜  kmod-static-x86_64-unknown-linux-musl> Makefile.am: installing 'build-aux/depcomp'
2025-08-20T21:55:00.0314291Z [00:05:53.283]➜  kmod-static-x86_64-unknown-linux-musl> Makefile.am:206: installing 'build-aux/py-compile'
2025-08-20T21:55:00.0475232Z [00:05:53.299]➜  kmod-static-x86_64-unknown-linux-musl> parallel-tests: installing 'build-aux/test-driver'
2025-08-20T21:55:00.3288146Z [00:05:53.580]➜  kmod-static-x86_64-unknown-linux-musl> ./autogen.sh: line 13: gcc: not found
2025-08-20T21:55:00.3289782Z [00:05:53.580]➜  kmod-static-x86_64-unknown-linux-musl> ./autogen.sh: cd: line 13: can't cd to /usr/lib/: No such file or directory
2025-08-20T21:55:00.3348229Z [00:05:53.587]➜  kmod-static-x86_64-unknown-linux-musl> ./autogen.sh: line 13: gcc: not found
2025-08-20T21:55:00.3395905Z [00:05:53.589]➜  kmod-static-x86_64-unknown-linux-musl> ./autogen.sh: cd: line 13: can't cd to /lib/: No such file or directory
2025-08-20T21:55:00.3444291Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:00.3445444Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------
2025-08-20T21:55:00.3474769Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> Initialized build system. For a common configuration please run:
2025-08-20T21:55:00.3476403Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------
2025-08-20T21:55:00.3477512Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:00.3479139Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> ./configure CFLAGS='-g -O2' --prefix=/usr --sysconfdir=/etc --libdir=/build/source          --with-rootlibdir=/build/source
2025-08-20T21:55:00.3480620Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:00.3481803Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> If you are debugging or hacking on kmod, consider configuring
2025-08-20T21:55:00.3482985Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> like below:
2025-08-20T21:55:00.3484007Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:00.3486297Z [00:05:53.594]➜  kmod-static-x86_64-unknown-linux-musl> ./configure CFLAGS='-g -O2' --prefix=/usr --sysconfdir=/etc --libdir=/build/source          --with-rootlibdir=/build/source          --enable-debug --enable-python --with-zstd --with-xz --with-zlib --with-openssl
2025-08-20T21:55:00.3488655Z [00:05:53.594]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T21:55:00.3950527Z [00:05:53.647]➜  kmod-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:55:00.4402423Z [00:05:53.692]➜  kmod-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:55:00.4860676Z [00:05:53.738]➜  kmod-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:55:00.5011567Z [00:05:53.753]➜  kmod-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:55:00.5481104Z [00:05:53.799]➜  kmod-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31 --bindir=/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin --sbindir=/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/sbin --includedir=/nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/include --mandir=/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/share/man --infodir=/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/share/info --docdir=/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/share/doc/kmod --libdir=/nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib --libexecdir=/nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/libexec --localedir=/nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/share/locale --sysconfdir=/etc --with-xz --with-zstd --with-modulesdirs=/run/booted-system/kernel-modules/lib/modules:/run/current-system/kernel-modules/lib/modules:/lib/modules --disable-gtk-doc --enable-static --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:55:00.6947679Z [00:05:53.946]➜  libapparmor-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in '.'.
2025-08-20T21:55:00.6952952Z [00:05:53.947]➜  libapparmor-static-x86_64-unknown-linux-musl> libtoolize: copying file './ltmain.sh'
2025-08-20T21:55:00.9335761Z [00:05:54.182]➜  kmod-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --disable-gtk-doc
2025-08-20T21:55:01.1101565Z [00:05:54.362]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:55:01.2267947Z [00:05:54.478]➜  libapparmor-static-x86_64-unknown-linux-musl> libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
2025-08-20T21:55:01.2274594Z [00:05:54.479]➜  libapparmor-static-x86_64-unknown-linux-musl> libtoolize: and rerunning libtoolize and aclocal.
2025-08-20T21:55:01.2280411Z [00:05:54.480]➜  libapparmor-static-x86_64-unknown-linux-musl> libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
2025-08-20T21:55:01.2305163Z [00:05:54.482]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T21:55:01.2310563Z [00:05:54.482]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:55:01.2312461Z [00:05:54.482]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force
2025-08-20T21:55:01.4535765Z [00:05:54.705]➜  kmod-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:55:01.4538539Z [00:05:54.705]➜  kmod-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:55:01.6451332Z [00:05:54.897]➜  kmod-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:55:01.6562147Z [00:05:54.908]➜  kmod-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:55:01.7475451Z [00:05:54.997]➜  kmod-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:55:01.7980288Z [00:05:55.050]➜  kmod-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:55:01.8486945Z [00:05:55.100]➜  kmod-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:55:01.9048436Z [00:05:55.156]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       transform.o
2025-08-20T21:55:02.0296391Z [00:05:55.281]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:55:02.0309073Z [00:05:55.283]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:55:02.0320351Z [00:05:55.284]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:55:02.0341530Z [00:05:55.286]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:55:02.0343445Z [00:05:55.286]➜  gnutar-static-x86_64-unknown-linux-musl>                  from transform.c:17:
2025-08-20T21:55:02.0346022Z [00:05:55.286]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:55:02.0348701Z [00:05:55.286]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:55:02.0350168Z [00:05:55.286]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:55:02.1196337Z [00:05:55.371]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:55:02.2712326Z [00:05:55.520]➜  kmod-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:55:02.3300047Z [00:05:55.582]➜  kmod-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:55:02.3381132Z [00:05:55.590]➜  x86_64-unknown-linux-musl-binutils>   CC       coffgen.lo
2025-08-20T21:55:02.4014918Z [00:05:55.651]➜  kmod-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:55:02.5025834Z [00:05:55.754]➜  kmod-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:55:02.5864282Z [00:05:55.838]➜  kmod-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:55:02.6593957Z [00:05:55.911]➜  kmod-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:55:02.7428259Z [00:05:55.994]➜  kmod-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:55:02.8205570Z [00:05:56.072]➜  kmod-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:55:02.9053806Z [00:05:56.156]➜  kmod-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:55:02.9856930Z [00:05:56.237]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-x86_64.lo
2025-08-20T21:55:02.9993785Z [00:05:56.251]➜  kmod-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:55:03.1008588Z [00:05:56.352]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       unlink.o
2025-08-20T21:55:03.1304492Z [00:05:56.382]➜  kmod-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:55:03.1532350Z [00:05:56.405]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:55:03.1534458Z [00:05:56.405]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:55:03.1536057Z [00:05:56.405]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:55:03.1537449Z [00:05:56.405]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:55:03.1538740Z [00:05:56.405]➜  gnutar-static-x86_64-unknown-linux-musl>                  from unlink.c:20:
2025-08-20T21:55:03.1541380Z [00:05:56.405]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:55:03.1544395Z [00:05:56.405]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:55:03.1546034Z [00:05:56.405]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:55:03.2313137Z [00:05:56.483]➜  kmod-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:55:03.3291112Z [00:05:56.581]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       update.o
2025-08-20T21:55:03.3575466Z [00:05:56.608]➜  kmod-static-x86_64-unknown-linux-musl> checking for linux/module.h... yes
2025-08-20T21:55:03.4305275Z [00:05:56.676]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:55:03.4334825Z [00:05:56.676]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:55:03.4336086Z [00:05:56.676]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:55:03.4394514Z [00:05:56.676]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:55:03.4396233Z [00:05:56.676]➜  gnutar-static-x86_64-unknown-linux-musl>                  from update.c:25:
2025-08-20T21:55:03.4398959Z [00:05:56.676]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:55:03.4401735Z [00:05:56.676]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:55:03.4403150Z [00:05:56.676]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:55:03.4751890Z [00:05:56.727]➜  kmod-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:55:03.6523986Z [00:05:56.904]➜  kmod-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:55:03.6569225Z [00:05:56.909]➜  x86_64-unknown-linux-musl-binutils>   CC       pex64igen.lo
2025-08-20T21:55:03.8376709Z [00:05:57.089]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       utf8.o
2025-08-20T21:55:03.9347459Z [00:05:57.186]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable large file support... none needed
2025-08-20T21:55:03.9352795Z [00:05:57.186]➜  kmod-static-x86_64-unknown-linux-musl> checking whether to enable maintainer-specific portions of Makefiles... yes
2025-08-20T21:55:03.9605140Z [00:05:57.212]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:55:03.9610262Z [00:05:57.212]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:55:03.9611738Z [00:05:57.212]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:55:03.9616916Z [00:05:57.212]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:55:03.9618372Z [00:05:57.212]➜  gnutar-static-x86_64-unknown-linux-musl>                  from utf8.c:20:
2025-08-20T21:55:03.9624445Z [00:05:57.212]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:55:03.9645714Z [00:05:57.212]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:55:03.9647467Z [00:05:57.212]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:55:03.9741146Z [00:05:57.226]➜  kmod-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:55:03.9856849Z [00:05:57.237]➜  kmod-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:55:04.0028640Z [00:05:57.254]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:55:04.0098613Z [00:05:57.262]➜  kmod-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:55:04.0103451Z [00:05:57.262]➜  kmod-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:55:04.0369175Z [00:05:57.288]➜  kmod-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:55:04.0775149Z [00:05:57.329]➜  kmod-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:55:04.0895157Z [00:05:57.341]➜  kmod-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:55:04.1417350Z [00:05:57.393]➜  kmod-static-x86_64-unknown-linux-musl> checking how to create a pax tar archive... gnutar
2025-08-20T21:55:04.1422693Z [00:05:57.394]➜  kmod-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:55:04.1520962Z [00:05:57.404]➜  kmod-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:55:04.1539644Z [00:05:57.406]➜  x86_64-unknown-linux-musl-binutils>   CC       pei-x86_64.lo
2025-08-20T21:55:04.1938729Z [00:05:57.445]➜  kmod-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:55:04.2127000Z [00:05:57.464]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       warning.o
2025-08-20T21:55:04.2184923Z [00:05:57.467]➜  kmod-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:55:04.2214732Z [00:05:57.471]➜  kmod-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:55:04.2309610Z [00:05:57.483]➜  kmod-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:55:04.2436621Z [00:05:57.495]➜  kmod-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:55:04.2494464Z [00:05:57.501]➜  kmod-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:55:04.2529088Z [00:05:57.505]➜  kmod-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:55:04.2817491Z [00:05:57.533]➜  kmod-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:55:04.3187535Z [00:05:57.570]➜  kmod-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:55:04.3189771Z [00:05:57.570]➜  kmod-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:55:04.3294309Z [00:05:57.581]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:55:04.3299511Z [00:05:57.581]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:55:04.3302631Z [00:05:57.581]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:55:04.3334714Z [00:05:57.581]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:55:04.3336268Z [00:05:57.581]➜  gnutar-static-x86_64-unknown-linux-musl>                  from warning.c:20:
2025-08-20T21:55:04.3339004Z [00:05:57.581]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:55:04.3341974Z [00:05:57.581]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:55:04.3343527Z [00:05:57.581]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:55:04.4107379Z [00:05:57.662]➜  kmod-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:55:04.4112562Z [00:05:57.662]➜  kmod-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:55:04.5299636Z [00:05:57.782]➜  gnutar-static-x86_64-unknown-linux-musl>   CC       xattrs.o
2025-08-20T21:55:04.5595901Z [00:05:57.811]➜  kmod-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:55:04.5682826Z [00:05:57.820]➜  kmod-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:55:04.5714970Z [00:05:57.820]➜  kmod-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:55:04.5717166Z [00:05:57.820]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:55:04.5718867Z [00:05:57.820]➜  kmod-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:55:04.5734869Z [00:05:57.825]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:55:04.5765426Z [00:05:57.828]➜  kmod-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:55:04.5767143Z [00:05:57.828]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:55:04.5847995Z [00:05:57.836]➜  kmod-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:55:04.5849924Z [00:05:57.836]➜  kmod-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:55:04.5882250Z [00:05:57.840]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:55:04.5885062Z [00:05:57.840]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:55:04.6460329Z [00:05:57.898]➜  gnutar-static-x86_64-unknown-linux-musl> In file included from ../gnu/getopt-cdefs.h:32,
2025-08-20T21:55:04.6466203Z [00:05:57.898]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/unistd.h:688,
2025-08-20T21:55:04.6471561Z [00:05:57.899]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../gnu/fcntl.h:84,
2025-08-20T21:55:04.6477152Z [00:05:57.899]➜  gnutar-static-x86_64-unknown-linux-musl>                  from ../lib/system.h:76,
2025-08-20T21:55:04.6482269Z [00:05:57.900]➜  gnutar-static-x86_64-unknown-linux-musl>                  from xattrs.c:23:
2025-08-20T21:55:04.6489058Z [00:05:57.901]➜  gnutar-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:55:04.6496430Z [00:05:57.901]➜  gnutar-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:55:04.6497929Z [00:05:57.901]➜  gnutar-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:55:04.7364295Z [00:05:57.988]➜  kmod-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:55:04.7401607Z [00:05:57.992]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:55:04.9070769Z [00:05:58.159]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:55:04.9939961Z [00:05:58.246]➜  kmod-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:55:05.0014638Z [00:05:58.252]➜  kmod-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:55:05.0163667Z [00:05:58.268]➜  kmod-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:55:05.0325593Z [00:05:58.284]➜  kmod-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:55:05.0982016Z [00:05:58.350]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:55:05.1032115Z [00:05:58.355]➜  kmod-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:55:05.1178928Z [00:05:58.370]➜  kmod-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:55:05.2215460Z [00:05:58.472]➜  kmod-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:55:05.2454968Z [00:05:58.496]➜  kmod-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:55:05.5373787Z [00:05:58.789]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-gen.lo
2025-08-20T21:55:05.7388641Z [00:05:58.990]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:55:05.7394389Z [00:05:58.991]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:55:05.8514517Z [00:05:59.103]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:55:05.9295975Z [00:05:59.178]➜  gnutar-static-x86_64-unknown-linux-musl>   CCLD     tar
2025-08-20T21:55:06.0458827Z [00:05:59.298]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:55:06.2068789Z [00:05:59.458]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:55:06.2077527Z [00:05:59.459]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:55:06.2606365Z [00:05:59.512]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/src'
2025-08-20T21:55:06.2636565Z [00:05:59.515]➜  gnutar-static-x86_64-unknown-linux-musl> Making all in scripts
2025-08-20T21:55:06.2836735Z [00:05:59.535]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-gen.lo
2025-08-20T21:55:06.2980525Z [00:05:59.550]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/scripts'
2025-08-20T21:55:06.2986270Z [00:05:59.550]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:55:06.2987990Z [00:05:59.550]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/scripts'
2025-08-20T21:55:06.2993025Z [00:05:59.550]➜  gnutar-static-x86_64-unknown-linux-musl> Making all in po
2025-08-20T21:55:06.2995261Z [00:05:59.550]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/po'
2025-08-20T21:55:06.2996908Z [00:05:59.551]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:55:06.2998246Z [00:05:59.551]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/po'
2025-08-20T21:55:06.3054322Z [00:05:59.555]➜  gnutar-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T21:55:06.3499874Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
2025-08-20T21:55:06.3502063Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
2025-08-20T21:55:06.3504374Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> aclocal.m4:9950: AM_INIT_AUTOMAKE is expanded from...
2025-08-20T21:55:06.3505956Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:8: the top level
2025-08-20T21:55:06.3508217Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:10: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
2025-08-20T21:55:06.3510149Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> ./lib/autoconf/programs.m4:743: _AC_PROG_LEX is expanded from...
2025-08-20T21:55:06.3511929Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> ./lib/autoconf/programs.m4:736: AC_PROG_LEX is expanded from...
2025-08-20T21:55:06.3516845Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> aclocal.m4:10189: AM_PROG_LEX is expanded from...
2025-08-20T21:55:06.3519254Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:10: the top level
2025-08-20T21:55:06.3521112Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:48: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T21:55:06.3524720Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:48: You should run autoupdate.
2025-08-20T21:55:06.3526187Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T21:55:06.3527647Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> m4/ac_python_devel.m4:1: AC_PYTHON_DEVEL is expanded from...
2025-08-20T21:55:06.3528902Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:48: the top level
2025-08-20T21:55:06.3530235Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:81: warning: The macro 'AC_HEADER_STDC' is obsolete.
2025-08-20T21:55:06.3531759Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:81: You should run autoupdate.
2025-08-20T21:55:06.3533466Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
2025-08-20T21:55:06.3534799Z [00:05:59.602]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:81: the top level
2025-08-20T21:55:06.3536099Z [00:05:59.603]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:88: warning: The macro 'AM_PROG_LIBTOOL' is obsolete.
2025-08-20T21:55:06.3537417Z [00:05:59.604]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:88: You should run autoupdate.
2025-08-20T21:55:06.3538722Z [00:05:59.604]➜  libapparmor-static-x86_64-unknown-linux-musl> aclocal.m4:399: AM_PROG_LIBTOOL is expanded from...
2025-08-20T21:55:06.3539955Z [00:05:59.604]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:88: the top level
2025-08-20T21:55:06.3617479Z [00:05:59.613]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:90: warning: The macro 'AC_PROG_CC_C99' is obsolete.
2025-08-20T21:55:06.3619393Z [00:05:59.613]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:90: You should run autoupdate.
2025-08-20T21:55:06.3621013Z [00:05:59.613]➜  libapparmor-static-x86_64-unknown-linux-musl> ./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from...
2025-08-20T21:55:06.3622438Z [00:05:59.613]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:90: the top level
2025-08-20T21:55:06.3624181Z [00:05:59.613]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:106: warning: AC_OUTPUT should be used without arguments.
2025-08-20T21:55:06.3625782Z [00:05:59.613]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:106: You should run autoupdate.
2025-08-20T21:55:06.3627142Z [00:05:59.613]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/tests'
2025-08-20T21:55:06.3628676Z [00:05:59.613]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:55:06.3630008Z [00:05:59.613]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/tests'
2025-08-20T21:55:06.3770623Z [00:05:59.629]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35'
2025-08-20T21:55:06.3882927Z [00:05:59.640]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35'
2025-08-20T21:55:06.3956030Z [00:05:59.647]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/tar-1.35'
2025-08-20T21:55:06.4097177Z [00:05:59.661]➜  gnutar-static-x86_64-unknown-linux-musl> buildPhase completed in 1 minutes 56 seconds
2025-08-20T21:55:06.4137347Z [00:05:59.661]➜  gnutar-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:55:06.4147222Z [00:05:59.666]➜  kmod-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:55:06.4376721Z [00:05:59.689]➜  gnutar-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/lib/pkgconfig m4datadir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/aclocal aclocaldir=/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/aclocal install
2025-08-20T21:55:06.4643053Z [00:05:59.716]➜  gnutar-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T21:55:06.4782150Z [00:05:59.730]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/tar-1.35/doc'
2025-08-20T21:55:06.5068069Z [00:05:59.758]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/doc'
2025-08-20T21:55:06.5073805Z [00:05:59.758]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:06.5263807Z [00:05:59.778]➜  gnutar-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/04fn1820wcw22s1fr7jmj28drarwh7p7-gnutar-static-x86_64-unknown-linux-musl-1.35-info/share/info'
2025-08-20T21:55:06.5572682Z [00:05:59.809]➜  gnutar-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./tar.info ./tar.info-1 ./tar.info-2 ./tar.info-3 '/nix/store/04fn1820wcw22s1fr7jmj28drarwh7p7-gnutar-static-x86_64-unknown-linux-musl-1.35-info/share/info'
2025-08-20T21:55:06.6016454Z [00:05:59.850]➜  gnutar-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/man/man1'
2025-08-20T21:55:06.6306303Z [00:05:59.880]➜  gnutar-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 tar.1 '/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/man/man1'
2025-08-20T21:55:06.6465838Z [00:05:59.892]➜  gnutar-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/man/man8'
2025-08-20T21:55:06.6710708Z [00:05:59.920]➜  gnutar-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 rmt.8 '/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/man/man8'
2025-08-20T21:55:06.6757073Z [00:05:59.927]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/doc'
2025-08-20T21:55:06.6758549Z [00:05:59.927]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/tar-1.35/doc'
2025-08-20T21:55:06.6773754Z [00:05:59.929]➜  gnutar-static-x86_64-unknown-linux-musl> Making install in gnu
2025-08-20T21:55:06.7135413Z [00:05:59.962]➜  x86_64-unknown-linux-musl-binutils>   CC       plugin.lo
2025-08-20T21:55:06.7487297Z [00:06:00.000]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/tar-1.35/gnu'
2025-08-20T21:55:06.7544509Z [00:06:00.004]➜  gnutar-static-x86_64-unknown-linux-musl> make  install-recursive
2025-08-20T21:55:06.7826175Z [00:06:00.034]➜  kmod-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:55:06.7827611Z [00:06:00.034]➜  kmod-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:55:06.7934715Z [00:06:00.042]➜  kmod-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:55:06.7936220Z [00:06:00.042]➜  kmod-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:55:06.7937748Z [00:06:00.042]➜  kmod-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:55:06.7939253Z [00:06:00.042]➜  kmod-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:55:06.7941080Z [00:06:00.044]➜  kmod-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... (cached) /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:55:06.7971363Z [00:06:00.049]➜  kmod-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:55:06.8082493Z [00:06:00.060]➜  kmod-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T21:55:06.8084480Z [00:06:00.060]➜  kmod-static-x86_64-unknown-linux-musl> checking for xsltproc... /nix/store/g3d1y59v2xi5g237yynb3l8a0iimsbna-libxslt-1.1.43-bin/bin/xsltproc
2025-08-20T21:55:06.8123594Z [00:06:00.064]➜  kmod-static-x86_64-unknown-linux-musl> checking for mkosi... no
2025-08-20T21:55:06.8275309Z [00:06:00.079]➜  x86_64-unknown-linux-musl-binutils>   CC       aix5ppc-core.lo
2025-08-20T21:55:06.8451043Z [00:06:00.097]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/gnu'
2025-08-20T21:55:06.9409623Z [00:06:00.189]➜  gnutar-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/tar-1.35/gnu'
2025-08-20T21:55:06.9987141Z [00:06:00.250]➜  gnutar-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/tar-1.35/gnu'
2025-08-20T21:55:06.9996724Z [00:06:00.251]➜  gnutar-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:07.0003038Z [00:06:00.252]➜  gnutar-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:07.0041183Z [00:06:00.256]➜  gnutar-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/tar-1.35/gnu'
2025-08-20T21:55:07.0046588Z [00:06:00.256]➜  gnutar-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/tar-1.35/gnu'
2025-08-20T21:55:07.0051578Z [00:06:00.256]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/gnu'
2025-08-20T21:55:07.0056512Z [00:06:00.256]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/tar-1.35/gnu'
2025-08-20T21:55:07.0060690Z [00:06:00.256]➜  gnutar-static-x86_64-unknown-linux-musl> Making install in lib
2025-08-20T21:55:07.0225578Z [00:06:00.274]➜  kmod-static-x86_64-unknown-linux-musl> checking for __xstat... yes
2025-08-20T21:55:07.0462481Z [00:06:00.298]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/tar-1.35/lib'
2025-08-20T21:55:07.0469128Z [00:06:00.299]➜  gnutar-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T21:55:07.1156352Z [00:06:00.367]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/lib'
2025-08-20T21:55:07.1796597Z [00:06:00.431]➜  gnutar-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/tar-1.35/lib'
2025-08-20T21:55:07.1802030Z [00:06:00.431]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Autoheader
2025-08-20T21:55:07.1804127Z [00:06:00.431]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:55:07.1806198Z [00:06:00.431]➜  gnutar-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:07.1813633Z [00:06:00.431]➜  gnutar-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:07.1815114Z [00:06:00.431]➜  gnutar-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/tar-1.35/lib'
2025-08-20T21:55:07.1835560Z [00:06:00.435]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/lib'
2025-08-20T21:55:07.1837363Z [00:06:00.435]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/tar-1.35/lib'
2025-08-20T21:55:07.1839230Z [00:06:00.435]➜  gnutar-static-x86_64-unknown-linux-musl> Making install in rmt
2025-08-20T21:55:07.2212104Z [00:06:00.473]➜  x86_64-unknown-linux-musl-binutils>   CC       aout64.lo
2025-08-20T21:55:07.2467065Z [00:06:00.498]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/tar-1.35/rmt'
2025-08-20T21:55:07.2637945Z [00:06:00.515]➜  kmod-static-x86_64-unknown-linux-musl> checking for __secure_getenv... no
2025-08-20T21:55:07.3025561Z [00:06:00.551]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/rmt'
2025-08-20T21:55:07.3054907Z [00:06:00.551]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:07.3057563Z [00:06:00.553]➜  gnutar-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/libexec'
2025-08-20T21:55:07.3241528Z [00:06:00.576]➜  gnutar-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c rmt '/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/libexec'
2025-08-20T21:55:07.3417529Z [00:06:00.593]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/rmt'
2025-08-20T21:55:07.3419531Z [00:06:00.593]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/tar-1.35/rmt'
2025-08-20T21:55:07.3420977Z [00:06:00.593]➜  gnutar-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:55:07.3596615Z [00:06:00.611]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-alpha.lo
2025-08-20T21:55:07.3944074Z [00:06:00.646]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/tar-1.35/src'
2025-08-20T21:55:07.4432165Z [00:06:00.695]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/src'
2025-08-20T21:55:07.4540517Z [00:06:00.706]➜  gnutar-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/bin'
2025-08-20T21:55:07.4787182Z [00:06:00.730]➜  gnutar-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c tar '/nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/bin'
2025-08-20T21:55:07.4930140Z [00:06:00.745]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:07.4935688Z [00:06:00.745]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/src'
2025-08-20T21:55:07.4940730Z [00:06:00.746]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/tar-1.35/src'
2025-08-20T21:55:07.4951179Z [00:06:00.747]➜  kmod-static-x86_64-unknown-linux-musl> checking for secure_getenv... yes
2025-08-20T21:55:07.4977915Z [00:06:00.750]➜  gnutar-static-x86_64-unknown-linux-musl> Making install in scripts
2025-08-20T21:55:07.5206831Z [00:06:00.772]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/tar-1.35/scripts'
2025-08-20T21:55:07.5528896Z [00:06:00.801]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/scripts'
2025-08-20T21:55:07.5822609Z [00:06:00.834]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:07.5824649Z [00:06:00.834]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/scripts'
2025-08-20T21:55:07.5826154Z [00:06:00.834]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/tar-1.35/scripts'
2025-08-20T21:55:07.5827390Z [00:06:00.834]➜  gnutar-static-x86_64-unknown-linux-musl> Making install in po
2025-08-20T21:55:07.5885855Z [00:06:00.840]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/tar-1.35/po'
2025-08-20T21:55:07.6307069Z [00:06:00.882]➜  gnutar-static-x86_64-unknown-linux-musl> installing bg.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/bg/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.6817779Z [00:06:00.933]➜  gnutar-static-x86_64-unknown-linux-musl> installing ca.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/ca/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.7035081Z [00:06:00.955]➜  gnutar-static-x86_64-unknown-linux-musl> installing cs.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/cs/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.7225443Z [00:06:00.974]➜  gnutar-static-x86_64-unknown-linux-musl> installing da.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/da/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.7406540Z [00:06:00.990]➜  gnutar-static-x86_64-unknown-linux-musl> installing de.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/de/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.7546887Z [00:06:01.005]➜  kmod-static-x86_64-unknown-linux-musl> checking for finit_module... no
2025-08-20T21:55:07.7568337Z [00:06:01.008]➜  gnutar-static-x86_64-unknown-linux-musl> installing el.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/el/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.7772470Z [00:06:01.029]➜  gnutar-static-x86_64-unknown-linux-musl> installing eo.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/eo/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.7985449Z [00:06:01.050]➜  gnutar-static-x86_64-unknown-linux-musl> installing es.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/es/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.8151067Z [00:06:01.067]➜  gnutar-static-x86_64-unknown-linux-musl> installing et.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/et/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.8442322Z [00:06:01.094]➜  gnutar-static-x86_64-unknown-linux-musl> installing eu.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/eu/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.8707160Z [00:06:01.122]➜  gnutar-static-x86_64-unknown-linux-musl> installing fi.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/fi/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.8972657Z [00:06:01.149]➜  gnutar-static-x86_64-unknown-linux-musl> installing fr.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/fr/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.9287018Z [00:06:01.180]➜  gnutar-static-x86_64-unknown-linux-musl> installing ga.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/ga/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.9575120Z [00:06:01.209]➜  gnutar-static-x86_64-unknown-linux-musl> installing gl.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/gl/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.9862193Z [00:06:01.236]➜  gnutar-static-x86_64-unknown-linux-musl> installing hr.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/hr/LC_MESSAGES/tar.mo
2025-08-20T21:55:07.9875476Z [00:06:01.239]➜  kmod-static-x86_64-unknown-linux-musl> checking if compiler has __builtin_clz builtin function... yes
2025-08-20T21:55:08.0009242Z [00:06:01.253]➜  gnutar-static-x86_64-unknown-linux-musl> installing hu.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/hu/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.0320368Z [00:06:01.284]➜  gnutar-static-x86_64-unknown-linux-musl> installing id.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/id/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.0645190Z [00:06:01.316]➜  gnutar-static-x86_64-unknown-linux-musl> installing it.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/it/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.0876860Z [00:06:01.339]➜  gnutar-static-x86_64-unknown-linux-musl> installing ja.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/ja/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.1105251Z [00:06:01.359]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-x86_64.lo
2025-08-20T21:55:08.1124625Z [00:06:01.364]➜  gnutar-static-x86_64-unknown-linux-musl> installing ka.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/ka/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.1430132Z [00:06:01.395]➜  gnutar-static-x86_64-unknown-linux-musl> installing ko.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/ko/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.1625249Z [00:06:01.414]➜  kmod-static-x86_64-unknown-linux-musl> checking if compiler has __builtin_types_compatible_p builtin function... yes
2025-08-20T21:55:08.1760877Z [00:06:01.428]➜  gnutar-static-x86_64-unknown-linux-musl> installing ky.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/ky/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.2095907Z [00:06:01.461]➜  gnutar-static-x86_64-unknown-linux-musl> installing ms.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/ms/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.2329922Z [00:06:01.485]➜  gnutar-static-x86_64-unknown-linux-musl> installing nb.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/nb/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.2596469Z [00:06:01.511]➜  gnutar-static-x86_64-unknown-linux-musl> installing nl.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/nl/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.2777309Z [00:06:01.529]➜  gnutar-static-x86_64-unknown-linux-musl> installing pl.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/pl/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.3086913Z [00:06:01.560]➜  gnutar-static-x86_64-unknown-linux-musl> installing pt.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/pt/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.3258053Z [00:06:01.577]➜  gnutar-static-x86_64-unknown-linux-musl> installing pt_BR.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/pt_BR/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.3417256Z [00:06:01.593]➜  gnutar-static-x86_64-unknown-linux-musl> installing ro.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/ro/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.3708829Z [00:06:01.622]➜  gnutar-static-x86_64-unknown-linux-musl> installing ru.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/ru/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.3909248Z [00:06:01.643]➜  kmod-static-x86_64-unknown-linux-musl> checking if compiler has __builtin_uaddl_overflow builtin function... yes
2025-08-20T21:55:08.3999641Z [00:06:01.651]➜  gnutar-static-x86_64-unknown-linux-musl> installing sk.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/sk/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.4208888Z [00:06:01.672]➜  gnutar-static-x86_64-unknown-linux-musl> installing sl.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/sl/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.4435324Z [00:06:01.695]➜  gnutar-static-x86_64-unknown-linux-musl> installing sr.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/sr/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.4633586Z [00:06:01.715]➜  gnutar-static-x86_64-unknown-linux-musl> installing sv.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/sv/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.4774643Z [00:06:01.729]➜  gnutar-static-x86_64-unknown-linux-musl> installing tr.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/tr/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.5081619Z [00:06:01.760]➜  gnutar-static-x86_64-unknown-linux-musl> installing uk.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/uk/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.5436721Z [00:06:01.793]➜  gnutar-static-x86_64-unknown-linux-musl> installing vi.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/vi/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.5633161Z [00:06:01.815]➜  gnutar-static-x86_64-unknown-linux-musl> installing zh_CN.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/zh_CN/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.5898995Z [00:06:01.841]➜  gnutar-static-x86_64-unknown-linux-musl> installing zh_TW.gmo as /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/locale/zh_TW/LC_MESSAGES/tar.mo
2025-08-20T21:55:08.5934046Z [00:06:01.845]➜  gnutar-static-x86_64-unknown-linux-musl> if test "tar" = "gettext-tools"; then \
2025-08-20T21:55:08.5940883Z [00:06:01.846]➜  gnutar-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/gettext/po; \
2025-08-20T21:55:08.5947931Z [00:06:01.846]➜  gnutar-static-x86_64-unknown-linux-musl>   for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
2025-08-20T21:55:08.5952097Z [00:06:01.847]➜  gnutar-static-x86_64-unknown-linux-musl>     /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$file \
2025-08-20T21:55:08.5958689Z [00:06:01.848]➜  gnutar-static-x86_64-unknown-linux-musl>                    /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/gettext/po/$file; \
2025-08-20T21:55:08.5964556Z [00:06:01.848]➜  gnutar-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T21:55:08.5969379Z [00:06:01.849]➜  gnutar-static-x86_64-unknown-linux-musl>   for file in Makevars; do \
2025-08-20T21:55:08.5980803Z [00:06:01.849]➜  gnutar-static-x86_64-unknown-linux-musl>     rm -f /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/gettext/po/$file; \
2025-08-20T21:55:08.5982533Z [00:06:01.850]➜  gnutar-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T21:55:08.5983475Z [00:06:01.850]➜  gnutar-static-x86_64-unknown-linux-musl> else \
2025-08-20T21:55:08.5984242Z [00:06:01.850]➜  gnutar-static-x86_64-unknown-linux-musl>   : ; \
2025-08-20T21:55:08.6060305Z [00:06:01.851]➜  gnutar-static-x86_64-unknown-linux-musl> fi
2025-08-20T21:55:08.6094466Z [00:06:01.857]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/tar-1.35/po'
2025-08-20T21:55:08.6095859Z [00:06:01.857]➜  gnutar-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T21:55:08.6165812Z [00:06:01.868]➜  kmod-static-x86_64-unknown-linux-musl> checking if compiler has __builtin_uaddll_overflow builtin function... yes
2025-08-20T21:55:08.6395487Z [00:06:01.890]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/tar-1.35/tests'
2025-08-20T21:55:08.7040095Z [00:06:01.956]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35/tests'
2025-08-20T21:55:08.7041810Z [00:06:01.956]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:08.7043481Z [00:06:01.956]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:08.7044920Z [00:06:01.956]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35/tests'
2025-08-20T21:55:08.7057841Z [00:06:01.957]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/tar-1.35/tests'
2025-08-20T21:55:08.7314472Z [00:06:01.983]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/tar-1.35'
2025-08-20T21:55:08.7675437Z [00:06:02.016]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/tar-1.35'
2025-08-20T21:55:08.7694901Z [00:06:02.016]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:08.7724529Z [00:06:02.016]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:08.7727333Z [00:06:02.016]➜  gnutar-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/tar-1.35'
2025-08-20T21:55:08.7729735Z [00:06:02.016]➜  gnutar-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/tar-1.35'
2025-08-20T21:55:08.7810730Z [00:06:02.033]➜  gnutar-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:55:08.8714089Z [00:06:02.123]➜  kmod-static-x86_64-unknown-linux-musl> checking for struct stat.st_mtim... yes
2025-08-20T21:55:08.8951385Z [00:06:02.147]➜  gnutar-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35
2025-08-20T21:55:08.9019524Z [00:06:02.154]➜  gnutar-static-x86_64-unknown-linux-musl> shrinking /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/libexec/rmt
2025-08-20T21:55:08.9105090Z [00:06:02.160]➜  gnutar-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:55:08.9172506Z [00:06:02.169]➜  gnutar-static-x86_64-unknown-linux-musl> shrinking /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/bin/tar
2025-08-20T21:55:08.9288032Z [00:06:02.180]➜  gnutar-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:55:08.9616041Z [00:06:02.211]➜  gnutar-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35...
2025-08-20T21:55:09.0046707Z [00:06:02.256]➜  gnutar-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:55:09.0306844Z [00:06:02.282]➜  gnutar-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:55:09.0313535Z [00:06:02.283]➜  gnutar-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/share/man/
2025-08-20T21:55:09.0768387Z [00:06:02.328]➜  gnutar-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35
2025-08-20T21:55:09.0773780Z [00:06:02.328]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
2025-08-20T21:55:09.0778014Z [00:06:02.328]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:8: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
2025-08-20T21:55:09.0929236Z [00:06:02.345]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:10: installing './compile'
2025-08-20T21:55:09.1015738Z [00:06:02.353]➜  gnutar-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/libexec /nix/store/ahzbcgy5cs3dl20fj3wp03cdjp0grin9-gnutar-static-x86_64-unknown-linux-musl-1.35/bin
2025-08-20T21:55:09.1022528Z [00:06:02.354]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:88: installing './config.guess'
2025-08-20T21:55:09.1082979Z [00:06:02.360]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:88: installing './config.sub'
2025-08-20T21:55:09.1117213Z [00:06:02.363]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:8: installing './install-sh'
2025-08-20T21:55:09.1221497Z [00:06:02.374]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac:8: installing './missing'
2025-08-20T21:55:09.1592444Z [00:06:02.411]➜  kmod-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T21:55:09.1697401Z [00:06:02.421]➜  gnutar-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/04fn1820wcw22s1fr7jmj28drarwh7p7-gnutar-static-x86_64-unknown-linux-musl-1.35-info
2025-08-20T21:55:09.1797506Z [00:06:02.431]➜  gnutar-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/04fn1820wcw22s1fr7jmj28drarwh7p7-gnutar-static-x86_64-unknown-linux-musl-1.35-info...
2025-08-20T21:55:09.2295889Z [00:06:02.479]➜  gnutar-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/04fn1820wcw22s1fr7jmj28drarwh7p7-gnutar-static-x86_64-unknown-linux-musl-1.35-info
2025-08-20T21:55:09.2586768Z [00:06:02.510]➜  libapparmor-static-x86_64-unknown-linux-musl> doc/Makefile.am:10: warning: subst .2,.pod,$(man_MANS: non-POSIX variable name
2025-08-20T21:55:09.2588901Z [00:06:02.510]➜  libapparmor-static-x86_64-unknown-linux-musl> doc/Makefile.am:10: (probably a GNU make extension)
2025-08-20T21:55:09.2590878Z [00:06:02.510]➜  libapparmor-static-x86_64-unknown-linux-musl> doc/Makefile.am:10: warning: subst .3,.pod,$(man_MANS: non-POSIX variable name
2025-08-20T21:55:09.2592720Z [00:06:02.510]➜  libapparmor-static-x86_64-unknown-linux-musl> doc/Makefile.am:10: (probably a GNU make extension)
2025-08-20T21:55:09.2594664Z [00:06:02.510]➜  libapparmor-static-x86_64-unknown-linux-musl> doc/Makefile.am:17: warning: '%'-style pattern rules are a GNU make extension
2025-08-20T21:55:09.2596286Z [00:06:02.510]➜  libapparmor-static-x86_64-unknown-linux-musl> doc/Makefile.am:26: warning: '%'-style pattern rules are a GNU make extension
2025-08-20T21:55:09.8893868Z [00:06:03.141]➜  building '/nix/store/y4bcmgqi619apyppsngd3kj6330qx2nq-libargon2-static-x86_64-unknown-linux-musl-20190702.drv'...
2025-08-20T21:55:09.8896129Z [00:06:03.141]➜  x86_64-unknown-linux-musl-binutils>   CC       coff64-rs6000.lo
2025-08-20T21:55:09.8897550Z [00:06:03.141]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-aarch64.lo
2025-08-20T21:55:09.8898846Z [00:06:03.141]➜  kmod-static-x86_64-unknown-linux-musl> checking whether strndupa is declared... no
2025-08-20T21:55:09.8900341Z [00:06:03.141]➜  kmod-static-x86_64-unknown-linux-musl> checking whether basename is declared... no
2025-08-20T21:55:09.8901851Z [00:06:03.141]➜  kmod-static-x86_64-unknown-linux-musl> checking whether be32toh is declared... yes
2025-08-20T21:55:09.8903534Z [00:06:03.141]➜  kmod-static-x86_64-unknown-linux-musl> checking whether _Static_assert() is supported... yes
2025-08-20T21:55:09.8905334Z [00:06:03.141]➜  libapparmor-static-x86_64-unknown-linux-musl> src/Makefile.am:69: warning: '%'-style pattern rules are a GNU make extension
2025-08-20T21:55:09.8907480Z [00:06:03.141]➜  libapparmor-static-x86_64-unknown-linux-musl> src/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2025-08-20T21:55:09.8909433Z [00:06:03.141]➜  libapparmor-static-x86_64-unknown-linux-musl> src/Makefile.am: installing './depcomp'
2025-08-20T21:55:09.8911033Z [00:06:03.141]➜  libapparmor-static-x86_64-unknown-linux-musl> configure.ac: installing './ylwrap'
2025-08-20T21:55:09.8912490Z [00:06:03.141]➜  libapparmor-static-x86_64-unknown-linux-musl> parallel-tests: installing './test-driver'
2025-08-20T21:55:09.9818881Z [00:06:03.234]➜  kmod-static-x86_64-unknown-linux-musl> checking whether _Noreturn is supported... yes
2025-08-20T21:55:10.0525886Z [00:06:03.304]➜  kmod-static-x86_64-unknown-linux-musl> checking for libzstd >= 1.4.4... yes
2025-08-20T21:55:10.0573840Z [00:06:03.309]➜  libargon2-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:55:10.0825771Z [00:06:03.333]➜  libargon2-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/kkdxxg3kpbxc45s8x1yrdlxai20afihx-source
2025-08-20T21:55:10.1073067Z [00:06:03.359]➜  kmod-static-x86_64-unknown-linux-musl> checking for liblzma >= 4.99... yes
2025-08-20T21:55:10.1084760Z [00:06:03.360]➜  kmod-static-x86_64-unknown-linux-musl> configure: zlib support not requested
2025-08-20T21:55:10.1105537Z [00:06:03.362]➜  kmod-static-x86_64-unknown-linux-musl> configure: openssl support not requested
2025-08-20T21:55:10.1359934Z [00:06:03.388]➜  libargon2-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:55:10.1832952Z [00:06:03.435]➜  libargon2-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:55:10.2007088Z [00:06:03.452]➜  libargon2-static-x86_64-unknown-linux-musl> applying patch /nix/store/gr3pc5psjwc1q35p1xnl7zl8h6cbn07x-cd1c1d8d204e4ec4557e358013567c097cb70562.patch
2025-08-20T21:55:10.2085403Z [00:06:03.460]➜  libargon2-static-x86_64-unknown-linux-musl> patching file Makefile
2025-08-20T21:55:10.2221175Z [00:06:03.474]➜  libargon2-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:55:10.2577720Z [00:06:03.509]➜  libargon2-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:55:10.2937426Z [00:06:03.545]➜  libargon2-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:55:10.3135198Z [00:06:03.565]➜  libapparmor-static-x86_64-unknown-linux-musl> testsuite/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2025-08-20T21:55:10.3526222Z [00:06:03.604]➜  libargon2-static-x86_64-unknown-linux-musl> no configure script, doing nothing
2025-08-20T21:55:10.3586393Z [00:06:03.610]➜  libargon2-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:55:10.3857597Z [00:06:03.636]➜  libargon2-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash AR=x86_64-unknown-linux-musl-ar PREFIX=/nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702 ARGON2_VERSION=20190702 LIBRARY_REL=lib PKGCONFIG_REL=lib LIBRARIES=\$\(LIB_ST\) LINKED_LIB_EXT=
2025-08-20T21:55:10.4105493Z [00:06:03.661]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -pipe in envvar CFLAGS... yes
2025-08-20T21:55:10.6864514Z [00:06:03.938]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -DANOTHER_BRICK_IN_THE in envvar CFLAGS... yes
2025-08-20T21:55:10.6929483Z [00:06:03.941]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: './install-sh' is updated
2025-08-20T21:55:10.6930941Z [00:06:03.941]➜  libapparmor-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T21:55:10.7185676Z [00:06:03.970]➜  libapparmor-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:55:10.7370697Z [00:06:03.989]➜  libapparmor-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:55:10.7519989Z [00:06:04.004]➜  libapparmor-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:55:10.7682747Z [00:06:04.020]➜  libapparmor-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:55:10.7925640Z [00:06:04.042]➜  libapparmor-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:55:10.8020149Z [00:06:04.054]➜  libapparmor-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:55:10.8135263Z [00:06:04.065]➜  libapparmor-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:55:10.8355585Z [00:06:04.087]➜  libapparmor-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T21:55:10.8619110Z [00:06:04.114]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-ia64.lo
2025-08-20T21:55:10.8675811Z [00:06:04.119]➜  libapparmor-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:55:10.9110987Z [00:06:04.160]➜  libapparmor-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:55:10.9212709Z [00:06:04.172]➜  libapparmor-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:55:10.9500140Z [00:06:04.202]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wall in envvar CFLAGS... yes
2025-08-20T21:55:10.9717836Z [00:06:04.223]➜  libapparmor-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1 --without-perl --without-python --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:55:11.1582614Z [00:06:04.410]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -W in envvar CFLAGS... yes
2025-08-20T21:55:11.4114407Z [00:06:04.663]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wextra in envvar CFLAGS... yes
2025-08-20T21:55:11.4755526Z [00:06:04.727]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:55:11.4891104Z [00:06:04.741]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:55:11.5065924Z [00:06:04.758]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-kvx.lo
2025-08-20T21:55:11.5181602Z [00:06:04.770]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:55:11.5238652Z [00:06:04.776]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:55:11.5256778Z [00:06:04.777]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:55:11.5537931Z [00:06:04.805]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wno-inline in envvar CFLAGS... yes
2025-08-20T21:55:11.5707670Z [00:06:04.822]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:55:11.5975044Z [00:06:04.847]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:55:11.6031992Z [00:06:04.855]➜  libargon2-static-x86_64-unknown-linux-musl> Building with optimizations for native
2025-08-20T21:55:11.6291238Z [00:06:04.881]➜  libargon2-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native  src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c src/opt.c src/run.c -o argon2
2025-08-20T21:55:11.6489683Z [00:06:04.899]➜  libargon2-static-x86_64-unknown-linux-musl> warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
2025-08-20T21:55:11.6762556Z [00:06:04.928]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:55:11.6764749Z [00:06:04.928]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:55:11.8027329Z [00:06:05.054]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wvla in envvar CFLAGS... yes
2025-08-20T21:55:12.0601985Z [00:06:05.308]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wundef in envvar CFLAGS... yes
2025-08-20T21:55:12.1358717Z [00:06:05.387]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:55:12.1441826Z [00:06:05.395]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:55:12.3458912Z [00:06:05.597]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:55:12.3566547Z [00:06:05.608]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:55:12.4037381Z [00:06:05.655]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wformat=2 in envvar CFLAGS... yes
2025-08-20T21:55:12.5231282Z [00:06:05.773]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:55:12.6785601Z [00:06:05.928]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:55:12.6869891Z [00:06:05.939]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wlogical-op in envvar CFLAGS... yes
2025-08-20T21:55:12.8451069Z [00:06:06.097]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:55:13.0092652Z [00:06:06.260]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wsign-compare in envvar CFLAGS... yes
2025-08-20T21:55:13.1926317Z [00:06:06.444]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:55:13.3220463Z [00:06:06.574]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wformat-security in envvar CFLAGS... yes
2025-08-20T21:55:13.4276069Z [00:06:06.679]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:55:13.4292155Z [00:06:06.681]➜  libapparmor-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:55:13.4298365Z [00:06:06.681]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for flex... flex
2025-08-20T21:55:13.4775563Z [00:06:06.726]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for lex output file root... lex.yy
2025-08-20T21:55:13.5550938Z [00:06:06.807]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-loongarch.lo
2025-08-20T21:55:13.6133492Z [00:06:06.865]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wmissing-include-dirs in envvar CFLAGS... yes
2025-08-20T21:55:13.6476140Z [00:06:06.899]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-mips.lo
2025-08-20T21:55:13.8923968Z [00:06:07.144]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wformat-nonliteral in envvar CFLAGS... yes
2025-08-20T21:55:14.2686613Z [00:06:07.520]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wold-style-definition in envvar CFLAGS... yes
2025-08-20T21:55:14.6426506Z [00:06:07.894]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wpointer-arith in envvar CFLAGS... yes
2025-08-20T21:55:14.7771658Z [00:06:08.028]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for lex library... none needed
2025-08-20T21:55:14.9314652Z [00:06:08.183]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Winit-self in envvar CFLAGS... yes
2025-08-20T21:55:15.2116006Z [00:06:08.463]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wdeclaration-after-statement in envvar CFLAGS... yes
2025-08-20T21:55:15.5255369Z [00:06:08.775]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wfloat-equal in envvar CFLAGS... yes
2025-08-20T21:55:15.5523889Z [00:06:08.804]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for library containing yywrap... no
2025-08-20T21:55:15.6964972Z [00:06:08.948]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-riscv.lo
2025-08-20T21:55:15.8065856Z [00:06:09.058]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wmissing-prototypes in envvar CFLAGS... yes
2025-08-20T21:55:16.0566655Z [00:06:09.308]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wstrict-prototypes in envvar CFLAGS... yes
2025-08-20T21:55:16.3392036Z [00:06:09.591]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wredundant-decls in envvar CFLAGS... yes
2025-08-20T21:55:16.6337408Z [00:06:09.885]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wmissing-declarations in envvar CFLAGS... yes
2025-08-20T21:55:16.8266064Z [00:06:10.078]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether yytext is a pointer... yes
2025-08-20T21:55:16.8330746Z [00:06:10.085]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for bison... bison -y
2025-08-20T21:55:16.8597365Z [00:06:10.111]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:55:16.8767543Z [00:06:10.128]➜  libapparmor-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T21:55:16.8782404Z [00:06:10.130]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for swig... /nix/store/l365s6fwm2i0hq1bvm0crf149z6lskjd-swig-4.3.1/bin/swig
2025-08-20T21:55:16.8797563Z [00:06:10.131]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether the libapparmor debug output should be enabled... no
2025-08-20T21:55:16.8806429Z [00:06:10.132]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether the libapparmor man pages should be generated... yes
2025-08-20T21:55:16.8849786Z [00:06:10.137]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for podchecker... podchecker
2025-08-20T21:55:16.8854903Z [00:06:10.137]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for pod2man... pod2man
2025-08-20T21:55:16.8861138Z [00:06:10.138]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether python bindings are enabled... no
2025-08-20T21:55:16.8949807Z [00:06:10.147]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether perl bindings are enabled... no
2025-08-20T21:55:16.8955215Z [00:06:10.147]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether ruby bindings are enabled... no
2025-08-20T21:55:16.9256139Z [00:06:10.174]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wmissing-noreturn in envvar CFLAGS... yes
2025-08-20T21:55:16.9499969Z [00:06:10.202]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:55:16.9844841Z [00:06:10.236]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:55:17.0169314Z [00:06:10.269]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-score.lo
2025-08-20T21:55:17.0287111Z [00:06:10.280]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:55:17.0916957Z [00:06:10.343]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-score7.lo
2025-08-20T21:55:17.1115310Z [00:06:10.363]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:55:17.1334472Z [00:06:10.385]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wshadow in envvar CFLAGS... yes
2025-08-20T21:55:17.2298746Z [00:06:10.481]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:55:17.3391166Z [00:06:10.591]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:55:17.3750528Z [00:06:10.627]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wendif-labels in envvar CFLAGS... yes
2025-08-20T21:55:17.4237027Z [00:06:10.675]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:55:17.5115505Z [00:06:10.762]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:55:17.5386249Z [00:06:10.790]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wstrict-aliasing=3 in envvar CFLAGS... yes
2025-08-20T21:55:17.6184816Z [00:06:10.867]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:55:17.6306722Z [00:06:10.882]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:55:17.6331271Z [00:06:10.885]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:55:17.6336975Z [00:06:10.885]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:55:17.6342124Z [00:06:10.886]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:55:17.7370921Z [00:06:10.988]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for syslog.h... yes
2025-08-20T21:55:17.7694134Z [00:06:11.021]➜  libargon2-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/argon2.o src/argon2.c
2025-08-20T21:55:17.7769957Z [00:06:11.029]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wwrite-strings in envvar CFLAGS... yes
2025-08-20T21:55:17.7858482Z [00:06:11.038]➜  libargon2-static-x86_64-unknown-linux-musl> warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
2025-08-20T21:55:17.9163442Z [00:06:11.168]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for asprintf... yes
2025-08-20T21:55:17.9894212Z [00:06:11.241]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wno-long-long in envvar CFLAGS... yes
2025-08-20T21:55:18.1055248Z [00:06:11.353]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for __secure_getenv... no
2025-08-20T21:55:18.1827230Z [00:06:11.434]➜  libargon2-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/core.o src/core.c
2025-08-20T21:55:18.1954808Z [00:06:11.447]➜  libargon2-static-x86_64-unknown-linux-musl> warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
2025-08-20T21:55:18.2559537Z [00:06:11.508]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wno-overlength-strings in envvar CFLAGS... yes
2025-08-20T21:55:18.2796877Z [00:06:11.531]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for secure_getenv... yes
2025-08-20T21:55:18.4421834Z [00:06:11.694]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for reallocarray... yes
2025-08-20T21:55:18.5324798Z [00:06:11.784]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:55:18.5351792Z [00:06:11.787]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wno-unused-parameter in envvar CFLAGS... yes
2025-08-20T21:55:18.5835519Z [00:06:11.828]➜  libapparmor-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:55:18.6065995Z [00:06:11.858]➜  libapparmor-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:55:18.6104405Z [00:06:11.861]➜  libapparmor-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:55:18.6106235Z [00:06:11.862]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... (cached) /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:55:18.6160850Z [00:06:11.868]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:55:18.6502329Z [00:06:11.902]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:55:18.6848573Z [00:06:11.936]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:55:18.6850730Z [00:06:11.936]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:55:18.7633805Z [00:06:12.015]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wno-missing-field-initializers in envvar CFLAGS... yes
2025-08-20T21:55:18.7883682Z [00:06:12.040]➜  libapparmor-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:55:18.7892977Z [00:06:12.040]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:55:18.9336481Z [00:06:12.185]➜  libapparmor-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:55:18.9491771Z [00:06:12.201]➜  libapparmor-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:55:18.9497626Z [00:06:12.201]➜  libapparmor-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:55:18.9501085Z [00:06:12.201]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:55:18.9503955Z [00:06:12.201]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:55:18.9506732Z [00:06:12.201]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:55:18.9509644Z [00:06:12.202]➜  libapparmor-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:55:18.9629328Z [00:06:12.215]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:55:18.9634557Z [00:06:12.215]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:55:18.9640469Z [00:06:12.215]➜  libargon2-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/blake2/blake2b.o src/blake2/blake2b.c
2025-08-20T21:55:18.9665402Z [00:06:12.218]➜  libapparmor-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:55:18.9676453Z [00:06:12.218]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:55:18.9678275Z [00:06:12.218]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:55:18.9799160Z [00:06:12.231]➜  libargon2-static-x86_64-unknown-linux-musl> warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
2025-08-20T21:55:19.0076389Z [00:06:12.259]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wno-unused-result in envvar CFLAGS... yes
2025-08-20T21:55:19.0771479Z [00:06:12.329]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:55:19.0773731Z [00:06:12.329]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:55:19.1739426Z [00:06:12.426]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-aarch64.lo
2025-08-20T21:55:19.2029850Z [00:06:12.455]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wnested-externs in envvar CFLAGS... yes
2025-08-20T21:55:19.3836777Z [00:06:12.635]➜  libapparmor-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:55:19.3894980Z [00:06:12.641]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:55:19.4176459Z [00:06:12.668]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:55:19.4376097Z [00:06:12.686]➜  libapparmor-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:55:19.4379328Z [00:06:12.689]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wchar-subscripts in envvar CFLAGS... yes
2025-08-20T21:55:19.4965311Z [00:06:12.748]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:55:19.5030542Z [00:06:12.755]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:55:19.5236125Z [00:06:12.775]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:55:19.6329087Z [00:06:12.885]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wtype-limits in envvar CFLAGS... yes
2025-08-20T21:55:19.6494066Z [00:06:12.901]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:55:19.6605709Z [00:06:12.912]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:55:19.8093152Z [00:06:13.061]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wuninitialized in envvar CFLAGS... yes
2025-08-20T21:55:19.8719002Z [00:06:13.123]➜  libargon2-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/thread.o src/thread.c
2025-08-20T21:55:19.8899717Z [00:06:13.141]➜  libargon2-static-x86_64-unknown-linux-musl> warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
2025-08-20T21:55:19.9858602Z [00:06:13.237]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:55:19.9867295Z [00:06:13.238]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:55:19.9972883Z [00:06:13.249]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-alpha.lo
2025-08-20T21:55:19.9980151Z [00:06:13.249]➜  libargon2-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/encoding.o src/encoding.c
2025-08-20T21:55:20.0045844Z [00:06:13.256]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -fno-common in envvar CFLAGS... yes
2025-08-20T21:55:20.0118899Z [00:06:13.263]➜  libargon2-static-x86_64-unknown-linux-musl> warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
2025-08-20T21:55:20.0552387Z [00:06:13.306]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:55:20.1748649Z [00:06:13.426]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:55:20.2087016Z [00:06:13.460]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -fdiagnostics-show-option in envvar CFLAGS... yes
2025-08-20T21:55:20.2678810Z [00:06:13.519]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:55:20.2688295Z [00:06:13.520]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:55:20.3805480Z [00:06:13.632]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:55:20.4077271Z [00:06:13.659]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -fvisibility=hidden in envvar CFLAGS... yes
2025-08-20T21:55:20.6296150Z [00:06:13.881]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -ffunction-sections in envvar CFLAGS... yes
2025-08-20T21:55:20.6366495Z [00:06:13.888]➜  libapparmor-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:55:20.6382146Z [00:06:13.888]➜  libapparmor-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:55:20.6431898Z [00:06:13.895]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:55:20.6433927Z [00:06:13.895]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:55:20.6435710Z [00:06:13.895]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:55:20.6437180Z [00:06:13.895]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:55:20.8091598Z [00:06:14.061]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -fdata-sections in envvar CFLAGS... yes
2025-08-20T21:55:20.8785775Z [00:06:14.130]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C++... yes
2025-08-20T21:55:20.9392365Z [00:06:14.191]➜  libargon2-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native   -c -o src/opt.o src/opt.c
2025-08-20T21:55:20.9609258Z [00:06:14.212]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
2025-08-20T21:55:20.9634868Z [00:06:14.214]➜  libargon2-static-x86_64-unknown-linux-musl> warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
2025-08-20T21:55:21.0362743Z [00:06:14.288]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wl,--as-needed in envvar LDFLAGS... yes
2025-08-20T21:55:21.1304911Z [00:06:14.374]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-amdgcn.lo
2025-08-20T21:55:21.2866978Z [00:06:14.538]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wl,--no-undefined in envvar LDFLAGS... yes
2025-08-20T21:55:21.3757600Z [00:06:14.627]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
2025-08-20T21:55:21.3759999Z [00:06:14.627]➜  libapparmor-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-g++... none
2025-08-20T21:55:21.5221535Z [00:06:14.774]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-bpf.lo
2025-08-20T21:55:21.5431416Z [00:06:14.795]➜  libapparmor-static-x86_64-unknown-linux-musl> checking how to run the C++ preprocessor... x86_64-unknown-linux-musl-g++ -E
2025-08-20T21:55:21.5595111Z [00:06:14.811]➜  kmod-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports flag -Wl,--gc-sections in envvar LDFLAGS... yes
2025-08-20T21:55:21.6962825Z [00:06:14.947]➜  kmod-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:55:21.6964855Z [00:06:14.947]➜  kmod-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:55:21.7515977Z [00:06:15.003]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-hppa.lo
2025-08-20T21:55:21.8804547Z [00:06:15.132]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-g++... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T21:55:21.9265339Z [00:06:15.178]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T21:55:22.0308987Z [00:06:15.282]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:55:22.1705551Z [00:06:15.421]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-ia64-vms.lo
2025-08-20T21:55:22.2625652Z [00:06:15.514]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to produce PIC... -fPIC -DPIC
2025-08-20T21:55:22.2997776Z [00:06:15.551]➜  libargon2-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar rcs libargon2.a src/argon2.o src/core.o src/blake2/blake2b.o src/thread.o src/encoding.o src/opt.o
2025-08-20T21:55:22.3176726Z [00:06:15.569]➜  libargon2-static-x86_64-unknown-linux-musl> sed '/^##.*$/d; s#@PREFIX@#/nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702#g; s#@EXTRA_LIBS@#-lrt -ldl#g; s#@UPSTREAM_VER@#20190702#g; s#@HOST_MULTIARCH@#lib#g; s#@INCLUDE@#include#g;' < 'libargon2.pc.in' > 'libargon2.pc'
2025-08-20T21:55:22.3366692Z [00:06:15.588]➜  libargon2-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:55:22.3777238Z [00:06:15.629]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ PIC flag -fPIC -DPIC works... yes
2025-08-20T21:55:22.3867793Z [00:06:15.638]➜  libargon2-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash AR=x86_64-unknown-linux-musl-ar PREFIX=/nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702 ARGON2_VERSION=20190702 LIBRARY_REL=lib PKGCONFIG_REL=lib LIBRARIES=\$\(LIB_ST\) LINKED_LIB_EXT= install
2025-08-20T21:55:22.6244840Z [00:06:15.873]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-ia64.lo
2025-08-20T21:55:22.6335189Z [00:06:15.876]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ static flag -static works... yes
2025-08-20T21:55:22.7792135Z [00:06:16.031]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... yes
2025-08-20T21:55:22.7825119Z [00:06:16.032]➜  libapparmor-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... (cached) yes
2025-08-20T21:55:22.7827927Z [00:06:16.034]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:55:22.7830405Z [00:06:16.034]➜  libapparmor-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
2025-08-20T21:55:22.7832300Z [00:06:16.034]➜  libapparmor-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:55:22.9509502Z [00:06:16.203]➜  libapparmor-static-x86_64-unknown-linux-musl> checking whether the C compiler accepts -flto-partition=none... yes
2025-08-20T21:55:23.1056518Z [00:06:16.357]➜  libapparmor-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:55:23.1062623Z [00:06:16.357]➜  libapparmor-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:55:23.4570920Z [00:06:16.709]➜  libargon2-static-x86_64-unknown-linux-musl> Building with optimizations for native
2025-08-20T21:55:23.4971172Z [00:06:16.746]➜  libargon2-static-x86_64-unknown-linux-musl> install -d /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/include
2025-08-20T21:55:23.4975608Z [00:06:16.749]➜  libargon2-static-x86_64-unknown-linux-musl> install -m 0644 include/argon2.h /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/include
2025-08-20T21:55:23.5069099Z [00:06:16.759]➜  libargon2-static-x86_64-unknown-linux-musl> install -d /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/lib
2025-08-20T21:55:23.5156306Z [00:06:16.761]➜  libargon2-static-x86_64-unknown-linux-musl> install -m 0644 libargon2.a /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/lib
2025-08-20T21:55:23.5159286Z [00:06:16.764]➜  libargon2-static-x86_64-unknown-linux-musl> install -d /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/bin
2025-08-20T21:55:23.5167915Z [00:06:16.768]➜  libargon2-static-x86_64-unknown-linux-musl> install argon2 /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/bin
2025-08-20T21:55:23.5305721Z [00:06:16.779]➜  libargon2-static-x86_64-unknown-linux-musl> install -d /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/lib/pkgconfig
2025-08-20T21:55:23.5385689Z [00:06:16.790]➜  libargon2-static-x86_64-unknown-linux-musl> install -m 0644 libargon2.pc /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/lib/pkgconfig
2025-08-20T21:55:23.5520206Z [00:06:16.804]➜  libargon2-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:55:23.6125117Z [00:06:16.864]➜  libargon2-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702
2025-08-20T21:55:23.6221775Z [00:06:16.874]➜  libargon2-static-x86_64-unknown-linux-musl> shrinking /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/bin/argon2
2025-08-20T21:55:23.6311217Z [00:06:16.882]➜  libargon2-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:55:23.6380327Z [00:06:16.887]➜  libargon2-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702...
2025-08-20T21:55:23.6740148Z [00:06:16.926]➜  libargon2-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:55:23.6887891Z [00:06:16.940]➜  libargon2-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702
2025-08-20T21:55:23.6992403Z [00:06:16.951]➜  libargon2-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/lib /nix/store/pf2yl25mkl4hgp3pv57bqjw2fn8w2nxl-libargon2-static-x86_64-unknown-linux-musl-20190702/bin
2025-08-20T21:55:23.7270298Z [00:06:16.979]➜  kmod-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:55:23.9946774Z [00:06:17.246]➜  building '/nix/store/1ap20psq0zdfqlaj6dgrs08pmdxx5q6c-libcbor-static-x86_64-unknown-linux-musl-0.12.0.drv'...
2025-08-20T21:55:23.9954534Z [00:06:17.246]➜  kmod-static-x86_64-unknown-linux-musl> config.status: creating man/Makefile
2025-08-20T21:55:23.9956068Z [00:06:17.246]➜  kmod-static-x86_64-unknown-linux-musl> config.status: creating libkmod/docs/Makefile
2025-08-20T21:55:23.9969910Z [00:06:17.246]➜  kmod-static-x86_64-unknown-linux-musl> config.status: creating libkmod/docs/version.xml
2025-08-20T21:55:24.0168233Z [00:06:17.264]➜  kmod-static-x86_64-unknown-linux-musl> config.status: creating libkmod/libkmod.pc
2025-08-20T21:55:24.0893183Z [00:06:17.341]➜  kmod-static-x86_64-unknown-linux-musl> config.status: creating libkmod/python/kmod/version.py
2025-08-20T21:55:24.1556135Z [00:06:17.407]➜  libcbor-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:55:24.1557785Z [00:06:17.407]➜  kmod-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:55:24.1756684Z [00:06:17.427]➜  libcbor-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/fxkc59pi7r2lnbpn0a67hcmrsf8g2wvv-source
2025-08-20T21:55:24.2014380Z [00:06:17.453]➜  kmod-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:55:24.2103610Z [00:06:17.462]➜  kmod-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:55:24.2449570Z [00:06:17.497]➜  libcbor-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:55:24.2615574Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --disable-gtk-doc
2025-08-20T21:55:24.2617332Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:24.2618563Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  kmod 31
2025-08-20T21:55:24.2619553Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  =======
2025-08-20T21:55:24.2620887Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:24.2622593Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  prefix:                 /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31
2025-08-20T21:55:24.2624850Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  sysconfdir:             /etc
2025-08-20T21:55:24.2626769Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  libdir:                 /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib
2025-08-20T21:55:24.2629277Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  rootlibdir:             /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib
2025-08-20T21:55:24.2631919Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  includedir:             /nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/include
2025-08-20T21:55:24.2634655Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  bindir:                 /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin
2025-08-20T21:55:24.2636531Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  Bash completions dir:   ${datarootdir}/bash-completion/completions
2025-08-20T21:55:24.2637745Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:24.2638889Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  compiler:               x86_64-unknown-linux-musl-gcc
2025-08-20T21:55:24.2645990Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  cflags:                  -pipe -DANOTHER_BRICK_IN_THE -Wall -W -Wextra -Wno-inline -Wvla -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=3 -Wwrite-strings -Wno-long-long -Wno-overlength-strings -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wnested-externs -Wchar-subscripts -Wtype-limits -Wuninitialized -fno-common -fdiagnostics-show-option -fvisibility=hidden -ffunction-sections -fdata-sections -g -O2
2025-08-20T21:55:24.2651929Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  ldflags:                 -Wl,--as-needed -Wl,--no-undefined -Wl,--gc-sections
2025-08-20T21:55:24.2653501Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:24.2654519Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  experimental features:  no
2025-08-20T21:55:24.2655703Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  tools:                  yes
2025-08-20T21:55:24.2656759Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  python bindings:        no
2025-08-20T21:55:24.2657959Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  logging:                yes
2025-08-20T21:55:24.2659225Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  compression:            zstd=yes  xz=yes  zlib=no
2025-08-20T21:55:24.2660553Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  debug:                  no
2025-08-20T21:55:24.2664998Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  coverage:               no
2025-08-20T21:55:24.2666277Z [00:06:17.509]➜  kmod-static-x86_64-unknown-linux-musl>  doc:                    no
2025-08-20T21:55:24.2667586Z [00:06:17.510]➜  kmod-static-x86_64-unknown-linux-musl>  man:                    yes
2025-08-20T21:55:24.2668706Z [00:06:17.510]➜  kmod-static-x86_64-unknown-linux-musl>  test-modules:           yes
2025-08-20T21:55:24.2669614Z [00:06:17.510]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:24.2670829Z [00:06:17.510]➜  kmod-static-x86_64-unknown-linux-musl>  features:               +ZSTD +XZ -ZLIB -LIBCRYPTO -EXPERIMENTAL
2025-08-20T21:55:24.2672118Z [00:06:17.510]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:24.2979272Z [00:06:17.550]➜  libcbor-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:55:24.3237698Z [00:06:17.575]➜  libcbor-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:55:24.3532975Z [00:06:17.605]➜  libcbor-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:55:24.3854120Z [00:06:17.637]➜  libcbor-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:55:24.3963616Z [00:06:17.648]➜  libcbor-static-x86_64-unknown-linux-musl> fixing cmake files...
2025-08-20T21:55:24.4313516Z [00:06:17.683]➜  kmod-static-x86_64-unknown-linux-musl> configurePhase completed in 41 seconds
2025-08-20T21:55:24.4374742Z [00:06:17.689]➜  kmod-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:55:24.4564999Z [00:06:17.708]➜  kmod-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:55:24.4950135Z [00:06:17.747]➜  kmod-static-x86_64-unknown-linux-musl> make --no-print-directory all-recursive
2025-08-20T21:55:24.5399380Z [00:06:17.792]➜  kmod-static-x86_64-unknown-linux-musl> Making all in .
2025-08-20T21:55:24.6091114Z [00:06:17.861]➜  kmod-static-x86_64-unknown-linux-musl>   CC       tools/kmod.o
2025-08-20T21:55:24.6312251Z [00:06:17.880]➜  libcbor-static-x86_64-unknown-linux-musl> cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/share/doc/libcbor -DCMAKE_INSTALL_INFODIR=/nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-strip -DCMAKE_RANLIB=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-ranlib -DCMAKE_AR=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-ar -DCMAKE_C_COMPILER=x86_64-unknown-linux-musl-gcc -DCMAKE_CXX_COMPILER=x86_64-unknown-linux-musl-g++ -DCMAKE_INSTALL_PREFIX=/nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0 -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_SKIP_INSTALL_RPATH=On -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env -DCMAKE_LINK_SEARCH_START_STATIC=ON
2025-08-20T21:55:24.6775976Z [00:06:17.928]➜  libcbor-static-x86_64-unknown-linux-musl> CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
2025-08-20T21:55:24.6781778Z [00:06:17.928]➜  libcbor-static-x86_64-unknown-linux-musl>   Compatibility with CMake < 3.10 will be removed from a future version of
2025-08-20T21:55:24.6783509Z [00:06:17.928]➜  libcbor-static-x86_64-unknown-linux-musl>   CMake.
2025-08-20T21:55:24.6784564Z [00:06:17.928]➜  libcbor-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:24.6789320Z [00:06:17.928]➜  libcbor-static-x86_64-unknown-linux-musl>   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
2025-08-20T21:55:24.6791357Z [00:06:17.928]➜  libcbor-static-x86_64-unknown-linux-musl>   to tell CMake that the project requires at least <min> but has been updated
2025-08-20T21:55:24.6793149Z [00:06:17.928]➜  libcbor-static-x86_64-unknown-linux-musl>   to work with policies introduced by <max> or earlier.
2025-08-20T21:55:24.6794495Z [00:06:17.928]➜  libcbor-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:24.6795374Z [00:06:17.928]➜  libcbor-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:24.9815609Z [00:06:18.226]➜  kmod-static-x86_64-unknown-linux-musl>   CC       tools/lsmod.o
2025-08-20T21:55:24.9996750Z [00:06:18.251]➜  libcbor-static-x86_64-unknown-linux-musl> -- The C compiler identification is GNU 14.3.0
2025-08-20T21:55:25.2758251Z [00:06:18.527]➜  kmod-static-x86_64-unknown-linux-musl>   CC       tools/rmmod.o
2025-08-20T21:55:25.4420956Z [00:06:18.694]➜  libcbor-static-x86_64-unknown-linux-musl> -- The CXX compiler identification is GNU 14.3.0
2025-08-20T21:55:25.5261949Z [00:06:18.778]➜  libcbor-static-x86_64-unknown-linux-musl> -- Detecting C compiler ABI info
2025-08-20T21:55:25.6917588Z [00:06:18.943]➜  kmod-static-x86_64-unknown-linux-musl>   CC       tools/insmod.o
2025-08-20T21:55:25.9768110Z [00:06:19.228]➜  libcbor-static-x86_64-unknown-linux-musl> -- Detecting C compiler ABI info - done
2025-08-20T21:55:26.0193492Z [00:06:19.271]➜  kmod-static-x86_64-unknown-linux-musl>   CC       tools/modinfo.o
2025-08-20T21:55:26.0288923Z [00:06:19.281]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:55:26.0488730Z [00:06:19.300]➜  libcbor-static-x86_64-unknown-linux-musl> -- Check for working C compiler: /nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-gcc - skipped
2025-08-20T21:55:26.0501463Z [00:06:19.302]➜  libcbor-static-x86_64-unknown-linux-musl> -- Detecting C compile features
2025-08-20T21:55:26.0514764Z [00:06:19.303]➜  libcbor-static-x86_64-unknown-linux-musl> -- Detecting C compile features - done
2025-08-20T21:55:26.1044733Z [00:06:19.356]➜  libcbor-static-x86_64-unknown-linux-musl> -- Detecting CXX compiler ABI info
2025-08-20T21:55:26.1047149Z [00:06:19.356]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:55:26.1805662Z [00:06:19.430]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:55:26.2660838Z [00:06:19.518]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating swig/Makefile
2025-08-20T21:55:26.3431600Z [00:06:19.595]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating swig/perl/Makefile
2025-08-20T21:55:26.3792034Z [00:06:19.631]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating swig/perl/Makefile.PL
2025-08-20T21:55:26.4285926Z [00:06:19.678]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating swig/python/Makefile
2025-08-20T21:55:26.4490826Z [00:06:19.701]➜  libcbor-static-x86_64-unknown-linux-musl> -- Detecting CXX compiler ABI info - done
2025-08-20T21:55:26.4960935Z [00:06:19.747]➜  libcbor-static-x86_64-unknown-linux-musl> -- Check for working CXX compiler: /nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-g++ - skipped
2025-08-20T21:55:26.4963916Z [00:06:19.747]➜  libcbor-static-x86_64-unknown-linux-musl> -- Detecting CXX compile features
2025-08-20T21:55:26.4965466Z [00:06:19.748]➜  libcbor-static-x86_64-unknown-linux-musl> -- Detecting CXX compile features - done
2025-08-20T21:55:26.5030793Z [00:06:19.755]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating swig/python/setup.py
2025-08-20T21:55:26.5286199Z [00:06:19.780]➜  libcbor-static-x86_64-unknown-linux-musl> -- Looking for sys/types.h
2025-08-20T21:55:26.5345865Z [00:06:19.786]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-kvx.lo
2025-08-20T21:55:26.5598939Z [00:06:19.812]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating swig/python/test/Makefile
2025-08-20T21:55:26.5711743Z [00:06:19.823]➜  kmod-static-x86_64-unknown-linux-musl>   CC       tools/modprobe.o
2025-08-20T21:55:26.6577975Z [00:06:19.909]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating swig/ruby/Makefile
2025-08-20T21:55:26.7482227Z [00:06:20.000]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating testsuite/Makefile
2025-08-20T21:55:26.7996837Z [00:06:20.051]➜  libcbor-static-x86_64-unknown-linux-musl> -- Looking for sys/types.h - found
2025-08-20T21:55:26.8003131Z [00:06:20.052]➜  libcbor-static-x86_64-unknown-linux-musl> -- Looking for stdint.h
2025-08-20T21:55:26.8096125Z [00:06:20.061]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating testsuite/config/Makefile
2025-08-20T21:55:26.8718572Z [00:06:20.123]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating testsuite/libaalogparse.test/Makefile
2025-08-20T21:55:26.9251563Z [00:06:20.177]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating testsuite/lib/Makefile
2025-08-20T21:55:26.9811416Z [00:06:20.233]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T21:55:27.0454538Z [00:06:20.297]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating include/sys/Makefile
2025-08-20T21:55:27.0708034Z [00:06:20.322]➜  libcbor-static-x86_64-unknown-linux-musl> -- Looking for stdint.h - found
2025-08-20T21:55:27.0714206Z [00:06:20.322]➜  libcbor-static-x86_64-unknown-linux-musl> -- Looking for stddef.h
2025-08-20T21:55:27.1033484Z [00:06:20.355]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:55:27.1084051Z [00:06:20.360]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:55:27.3020769Z [00:06:20.554]➜  libapparmor-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:55:27.3324642Z [00:06:20.584]➜  libapparmor-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:55:27.3476395Z [00:06:20.599]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:55:27.3506515Z [00:06:20.602]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor/doc'
2025-08-20T21:55:27.3508328Z [00:06:20.602]➜  libapparmor-static-x86_64-unknown-linux-musl> podchecker -warnings -warnings aa_change_hat.pod
2025-08-20T21:55:27.3859340Z [00:06:20.638]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-loongarch.lo
2025-08-20T21:55:27.3861209Z [00:06:20.638]➜  libcbor-static-x86_64-unknown-linux-musl> -- Looking for stddef.h - found
2025-08-20T21:55:27.3870569Z [00:06:20.639]➜  libcbor-static-x86_64-unknown-linux-musl> -- Check size of size_t
2025-08-20T21:55:27.6087114Z [00:06:20.860]➜  libapparmor-static-x86_64-unknown-linux-musl> aa_change_hat.pod pod syntax OK.
2025-08-20T21:55:27.6168924Z [00:06:20.867]➜  libapparmor-static-x86_64-unknown-linux-musl> pod2man \
2025-08-20T21:55:27.6174214Z [00:06:20.867]➜  libapparmor-static-x86_64-unknown-linux-musl>   --section=2 \
2025-08-20T21:55:27.6175731Z [00:06:20.867]➜  libapparmor-static-x86_64-unknown-linux-musl>   --release="AppArmor 4.1.1" \
2025-08-20T21:55:27.6181007Z [00:06:20.867]➜  libapparmor-static-x86_64-unknown-linux-musl>   --center="AppArmor" \
2025-08-20T21:55:27.6182425Z [00:06:20.867]➜  libapparmor-static-x86_64-unknown-linux-musl>   --stderr \
2025-08-20T21:55:27.6184082Z [00:06:20.867]➜  libapparmor-static-x86_64-unknown-linux-musl>   aa_change_hat.pod > aa_change_hat.2
2025-08-20T21:55:27.6605115Z [00:06:20.912]➜  libcbor-static-x86_64-unknown-linux-musl> -- Check size of size_t - done
2025-08-20T21:55:27.6611738Z [00:06:20.913]➜  libcbor-static-x86_64-unknown-linux-musl> -- Performing Test HAS_BUILTIN_UNREACHABLE
2025-08-20T21:55:27.6715743Z [00:06:20.923]➜  go> Building Go toolchain3 using go_bootstrap and Go toolchain2.
2025-08-20T21:55:27.8396019Z [00:06:21.091]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-mips.lo
2025-08-20T21:55:27.8852224Z [00:06:21.137]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-mmix.lo
2025-08-20T21:55:27.9770610Z [00:06:21.229]➜  libcbor-static-x86_64-unknown-linux-musl> -- Performing Test HAS_BUILTIN_UNREACHABLE - Success
2025-08-20T21:55:27.9805603Z [00:06:21.230]➜  libapparmor-static-x86_64-unknown-linux-musl> podchecker -warnings -warnings aa_change_profile.pod
2025-08-20T21:55:28.1697843Z [00:06:21.421]➜  kmod-static-x86_64-unknown-linux-musl>   CC       tools/depmod.o
2025-08-20T21:55:28.2814943Z [00:06:21.532]➜  libapparmor-static-x86_64-unknown-linux-musl> aa_change_profile.pod pod syntax OK.
2025-08-20T21:55:28.2876164Z [00:06:21.539]➜  libapparmor-static-x86_64-unknown-linux-musl> pod2man \
2025-08-20T21:55:28.2881708Z [00:06:21.539]➜  libapparmor-static-x86_64-unknown-linux-musl>   --section=2 \
2025-08-20T21:55:28.2883727Z [00:06:21.539]➜  libapparmor-static-x86_64-unknown-linux-musl>   --release="AppArmor 4.1.1" \
2025-08-20T21:55:28.2885399Z [00:06:21.539]➜  libapparmor-static-x86_64-unknown-linux-musl>   --center="AppArmor" \
2025-08-20T21:55:28.2887516Z [00:06:21.539]➜  libapparmor-static-x86_64-unknown-linux-musl>   --stderr \
2025-08-20T21:55:28.2889121Z [00:06:21.539]➜  libapparmor-static-x86_64-unknown-linux-musl>   aa_change_profile.pod > aa_change_profile.2
2025-08-20T21:55:28.3882698Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl> In file included from tools/depmod.c:37:
2025-08-20T21:55:28.3975264Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl> tools/depmod.c: In function 'index_create':
2025-08-20T21:55:28.3977495Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl> tools/depmod.c:192:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
2025-08-20T21:55:28.3979583Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl>   192 |         node = NOFAIL(calloc(sizeof(struct index_node), 1));
2025-08-20T21:55:28.3981130Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl>       |                                     ^~~~~~
2025-08-20T21:55:28.3982638Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl> ./shared/macro.h:57:20: note: in definition of macro 'NOFAIL'
2025-08-20T21:55:28.3984233Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl>    57 | #define NOFAIL(x) (x)
2025-08-20T21:55:28.3985407Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl>       |                    ^
2025-08-20T21:55:28.3987088Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl> tools/depmod.c:192:37: note: earlier argument should specify number of elements, later size of each element
2025-08-20T21:55:28.3988957Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl>   192 |         node = NOFAIL(calloc(sizeof(struct index_node), 1));
2025-08-20T21:55:28.3990360Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl>       |                                     ^~~~~~
2025-08-20T21:55:28.3991762Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl> ./shared/macro.h:57:20: note: in definition of macro 'NOFAIL'
2025-08-20T21:55:28.3993535Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl>    57 | #define NOFAIL(x) (x)
2025-08-20T21:55:28.3994975Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl>       |                    ^
2025-08-20T21:55:28.3996547Z [00:06:21.635]➜  kmod-static-x86_64-unknown-linux-musl> tools/depmod.c: In function 'index_insert':
2025-08-20T21:55:28.3998840Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl> tools/depmod.c:286:58: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
2025-08-20T21:55:28.4000959Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>   286 |                                 n = NOFAIL(calloc(sizeof(struct index_node), 1));
2025-08-20T21:55:28.4002415Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>       |                                                          ^~~~~~
2025-08-20T21:55:28.4004148Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl> ./shared/macro.h:57:20: note: in definition of macro 'NOFAIL'
2025-08-20T21:55:28.4005740Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>    57 | #define NOFAIL(x) (x)
2025-08-20T21:55:28.4007019Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>       |                    ^
2025-08-20T21:55:28.4008686Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl> tools/depmod.c:286:58: note: earlier argument should specify number of elements, later size of each element
2025-08-20T21:55:28.4010619Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>   286 |                                 n = NOFAIL(calloc(sizeof(struct index_node), 1));
2025-08-20T21:55:28.4012109Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>       |                                                          ^~~~~~
2025-08-20T21:55:28.4013839Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl> ./shared/macro.h:57:20: note: in definition of macro 'NOFAIL'
2025-08-20T21:55:28.4015428Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>    57 | #define NOFAIL(x) (x)
2025-08-20T21:55:28.4016620Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>       |                    ^
2025-08-20T21:55:28.4018778Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl> tools/depmod.c:315:67: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
2025-08-20T21:55:28.4021046Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>   315 |                         node->children[ch] = NOFAIL(calloc(sizeof(struct index_node), 1));
2025-08-20T21:55:28.4027942Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>       |                                                                   ^~~~~~
2025-08-20T21:55:28.4029539Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl> ./shared/macro.h:57:20: note: in definition of macro 'NOFAIL'
2025-08-20T21:55:28.4031155Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>    57 | #define NOFAIL(x) (x)
2025-08-20T21:55:28.4032364Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>       |                    ^
2025-08-20T21:55:28.4034227Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl> tools/depmod.c:315:67: note: earlier argument should specify number of elements, later size of each element
2025-08-20T21:55:28.4036239Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>   315 |                         node->children[ch] = NOFAIL(calloc(sizeof(struct index_node), 1));
2025-08-20T21:55:28.4037946Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>       |                                                                   ^~~~~~
2025-08-20T21:55:28.4039561Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl> ./shared/macro.h:57:20: note: in definition of macro 'NOFAIL'
2025-08-20T21:55:28.4040939Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>    57 | #define NOFAIL(x) (x)
2025-08-20T21:55:28.4042340Z [00:06:21.644]➜  kmod-static-x86_64-unknown-linux-musl>       |                    ^
2025-08-20T21:55:28.6226646Z [00:06:21.874]➜  libapparmor-static-x86_64-unknown-linux-musl> podchecker -warnings -warnings aa_stack_profile.pod
2025-08-20T21:55:28.8647580Z [00:06:22.114]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-nfp.lo
2025-08-20T21:55:28.9795683Z [00:06:22.231]➜  libapparmor-static-x86_64-unknown-linux-musl> aa_stack_profile.pod pod syntax OK.
2025-08-20T21:55:28.9883138Z [00:06:22.240]➜  libapparmor-static-x86_64-unknown-linux-musl> pod2man \
2025-08-20T21:55:28.9884784Z [00:06:22.240]➜  libapparmor-static-x86_64-unknown-linux-musl>   --section=2 \
2025-08-20T21:55:28.9886194Z [00:06:22.240]➜  libapparmor-static-x86_64-unknown-linux-musl>   --release="AppArmor 4.1.1" \
2025-08-20T21:55:28.9887465Z [00:06:22.240]➜  libapparmor-static-x86_64-unknown-linux-musl>   --center="AppArmor" \
2025-08-20T21:55:28.9888715Z [00:06:22.240]➜  libapparmor-static-x86_64-unknown-linux-musl>   --stderr \
2025-08-20T21:55:28.9889999Z [00:06:22.240]➜  libapparmor-static-x86_64-unknown-linux-musl>   aa_stack_profile.pod > aa_stack_profile.2
2025-08-20T21:55:29.3156136Z [00:06:22.564]➜  libapparmor-static-x86_64-unknown-linux-musl> podchecker -warnings -warnings aa_getcon.pod
2025-08-20T21:55:29.6797673Z [00:06:22.931]➜  libapparmor-static-x86_64-unknown-linux-musl> aa_getcon.pod pod syntax OK.
2025-08-20T21:55:29.6799339Z [00:06:22.931]➜  libapparmor-static-x86_64-unknown-linux-musl> pod2man \
2025-08-20T21:55:29.6800781Z [00:06:22.931]➜  libapparmor-static-x86_64-unknown-linux-musl>   --section=2 \
2025-08-20T21:55:29.6802156Z [00:06:22.931]➜  libapparmor-static-x86_64-unknown-linux-musl>   --release="AppArmor 4.1.1" \
2025-08-20T21:55:29.6803672Z [00:06:22.931]➜  libapparmor-static-x86_64-unknown-linux-musl>   --center="AppArmor" \
2025-08-20T21:55:29.6804887Z [00:06:22.931]➜  libapparmor-static-x86_64-unknown-linux-musl>   --stderr \
2025-08-20T21:55:29.6806107Z [00:06:22.931]➜  libapparmor-static-x86_64-unknown-linux-musl>   aa_getcon.pod > aa_getcon.2
2025-08-20T21:55:29.8079711Z [00:06:23.059]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-ppc.lo
2025-08-20T21:55:30.0186871Z [00:06:23.268]➜  libapparmor-static-x86_64-unknown-linux-musl> podchecker -warnings -warnings aa_find_mountpoint.pod
2025-08-20T21:55:30.2355836Z [00:06:23.485]➜  libcbor-static-x86_64-unknown-linux-musl> -- LTO is supported and CMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
2025-08-20T21:55:30.2424768Z [00:06:23.485]➜  libcbor-static-x86_64-unknown-linux-musl> -- Looking for ldexp
2025-08-20T21:55:30.2825627Z [00:06:23.532]➜  libapparmor-static-x86_64-unknown-linux-musl> *** WARNING: multiple occurrences (2) of link target 'EACCES' at line - in file aa_find_mountpoint.pod
2025-08-20T21:55:30.2827633Z [00:06:23.532]➜  libapparmor-static-x86_64-unknown-linux-musl> *** WARNING: multiple occurrences (2) of link target 'EBUSY' at line - in file aa_find_mountpoint.pod
2025-08-20T21:55:30.2829503Z [00:06:23.532]➜  libapparmor-static-x86_64-unknown-linux-musl> *** WARNING: multiple occurrences (2) of link target 'ENOENT' at line - in file aa_find_mountpoint.pod
2025-08-20T21:55:30.2831841Z [00:06:23.532]➜  libapparmor-static-x86_64-unknown-linux-musl> *** WARNING: multiple occurrences (2) of link target 'ENOMEM' at line - in file aa_find_mountpoint.pod
2025-08-20T21:55:30.2833813Z [00:06:23.532]➜  libapparmor-static-x86_64-unknown-linux-musl> aa_find_mountpoint.pod pod syntax OK.
2025-08-20T21:55:30.2914614Z [00:06:23.541]➜  libapparmor-static-x86_64-unknown-linux-musl> pod2man \
2025-08-20T21:55:30.2915863Z [00:06:23.541]➜  libapparmor-static-x86_64-unknown-linux-musl>   --section=2 \
2025-08-20T21:55:30.2917118Z [00:06:23.541]➜  libapparmor-static-x86_64-unknown-linux-musl>   --release="AppArmor 4.1.1" \
2025-08-20T21:55:30.2918361Z [00:06:23.541]➜  libapparmor-static-x86_64-unknown-linux-musl>   --center="AppArmor" \
2025-08-20T21:55:30.2919451Z [00:06:23.541]➜  libapparmor-static-x86_64-unknown-linux-musl>   --stderr \
2025-08-20T21:55:30.2921125Z [00:06:23.541]➜  libapparmor-static-x86_64-unknown-linux-musl>   aa_find_mountpoint.pod > aa_find_mountpoint.2
2025-08-20T21:55:30.4586130Z [00:06:23.710]➜  libapparmor-static-x86_64-unknown-linux-musl> podchecker -warnings -warnings aa_splitcon.pod
2025-08-20T21:55:30.6277580Z [00:06:23.879]➜  libapparmor-static-x86_64-unknown-linux-musl> aa_splitcon.pod pod syntax OK.
2025-08-20T21:55:30.6356199Z [00:06:23.887]➜  libapparmor-static-x86_64-unknown-linux-musl> pod2man \
2025-08-20T21:55:30.6357269Z [00:06:23.887]➜  libapparmor-static-x86_64-unknown-linux-musl>   --section=3 \
2025-08-20T21:55:30.6358262Z [00:06:23.887]➜  libapparmor-static-x86_64-unknown-linux-musl>   --release="AppArmor 4.1.1" \
2025-08-20T21:55:30.6359225Z [00:06:23.887]➜  libapparmor-static-x86_64-unknown-linux-musl>   --center="AppArmor" \
2025-08-20T21:55:30.6360081Z [00:06:23.887]➜  libapparmor-static-x86_64-unknown-linux-musl>   --stderr \
2025-08-20T21:55:30.6361041Z [00:06:23.887]➜  libapparmor-static-x86_64-unknown-linux-musl>   aa_splitcon.pod > aa_splitcon.3
2025-08-20T21:55:30.6450474Z [00:06:23.893]➜  libcbor-static-x86_64-unknown-linux-musl> -- Looking for ldexp - found
2025-08-20T21:55:30.6550257Z [00:06:23.907]➜  libcbor-static-x86_64-unknown-linux-musl> -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
2025-08-20T21:55:30.8863776Z [00:06:24.138]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-riscv.lo
2025-08-20T21:55:30.9496919Z [00:06:24.201]➜  libapparmor-static-x86_64-unknown-linux-musl> podchecker -warnings -warnings aa_query_label.pod
2025-08-20T21:55:30.9949352Z [00:06:24.247]➜  libcbor-static-x86_64-unknown-linux-musl> -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
2025-08-20T21:55:30.9975238Z [00:06:24.249]➜  libcbor-static-x86_64-unknown-linux-musl> -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
2025-08-20T21:55:31.1275572Z [00:06:24.379]➜  libcbor-static-x86_64-unknown-linux-musl> -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
2025-08-20T21:55:31.1288577Z [00:06:24.381]➜  libcbor-static-x86_64-unknown-linux-musl> -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
2025-08-20T21:55:31.2721267Z [00:06:24.524]➜  libapparmor-static-x86_64-unknown-linux-musl> aa_query_label.pod pod syntax OK.
2025-08-20T21:55:31.2786883Z [00:06:24.530]➜  libapparmor-static-x86_64-unknown-linux-musl> pod2man \
2025-08-20T21:55:31.2791843Z [00:06:24.530]➜  libapparmor-static-x86_64-unknown-linux-musl>   --section=2 \
2025-08-20T21:55:31.2825856Z [00:06:24.530]➜  libapparmor-static-x86_64-unknown-linux-musl>   --release="AppArmor 4.1.1" \
2025-08-20T21:55:31.2827790Z [00:06:24.530]➜  libapparmor-static-x86_64-unknown-linux-musl>   --center="AppArmor" \
2025-08-20T21:55:31.2828999Z [00:06:24.530]➜  libapparmor-static-x86_64-unknown-linux-musl>   --stderr \
2025-08-20T21:55:31.2830289Z [00:06:24.530]➜  libapparmor-static-x86_64-unknown-linux-musl>   aa_query_label.pod > aa_query_label.2
2025-08-20T21:55:31.2946374Z [00:06:24.546]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-s390.lo
2025-08-20T21:55:31.3287164Z [00:06:24.580]➜  libcbor-static-x86_64-unknown-linux-musl> -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
2025-08-20T21:55:31.3695567Z [00:06:24.620]➜  libcbor-static-x86_64-unknown-linux-musl> -- Configuring done (6.7s)
2025-08-20T21:55:31.4427873Z [00:06:24.694]➜  libcbor-static-x86_64-unknown-linux-musl> -- Generating done (0.1s)
2025-08-20T21:55:31.4433117Z [00:06:24.694]➜  libcbor-static-x86_64-unknown-linux-musl> CMake Warning:
2025-08-20T21:55:31.4435011Z [00:06:24.694]➜  libcbor-static-x86_64-unknown-linux-musl>   Manually-specified variables were not used by the project:
2025-08-20T21:55:31.4436125Z [00:06:24.694]➜  libcbor-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:31.4437101Z [00:06:24.694]➜  libcbor-static-x86_64-unknown-linux-musl>     CMAKE_EXPORT_NO_PACKAGE_REGISTRY
2025-08-20T21:55:31.4438214Z [00:06:24.694]➜  libcbor-static-x86_64-unknown-linux-musl>     CMAKE_POLICY_DEFAULT_CMP0025
2025-08-20T21:55:31.4439110Z [00:06:24.694]➜  libcbor-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:31.4440089Z [00:06:24.694]➜  libcbor-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:31.4451685Z [00:06:24.697]➜  libcbor-static-x86_64-unknown-linux-musl> -- Build files have been written to: /build/source/build
2025-08-20T21:55:31.4798874Z [00:06:24.731]➜  libcbor-static-x86_64-unknown-linux-musl> cmake: enabled parallel building
2025-08-20T21:55:31.4875385Z [00:06:24.732]➜  libcbor-static-x86_64-unknown-linux-musl> cmake: enabled parallel installing
2025-08-20T21:55:31.4877367Z [00:06:24.736]➜  libcbor-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:55:31.5247537Z [00:06:24.776]➜  libcbor-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:55:31.5375232Z [00:06:24.782]➜  libapparmor-static-x86_64-unknown-linux-musl> podchecker -warnings -warnings aa_features.pod
2025-08-20T21:55:31.7237749Z [00:06:24.975]➜  libcbor-static-x86_64-unknown-linux-musl> [  3%] Building C object src/CMakeFiles/cbor.dir/cbor.c.o
2025-08-20T21:55:31.7585577Z [00:06:24.991]➜  libcbor-static-x86_64-unknown-linux-musl> [  6%] Building C object src/CMakeFiles/cbor.dir/cbor/streaming.c.o
2025-08-20T21:55:31.7587814Z [00:06:24.997]➜  libcbor-static-x86_64-unknown-linux-musl> [  9%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/encoders.c.o
2025-08-20T21:55:31.7589556Z [00:06:24.997]➜  libcbor-static-x86_64-unknown-linux-musl> [ 12%] Building C object src/CMakeFiles/cbor.dir/allocators.c.o
2025-08-20T21:55:31.7591413Z [00:06:24.999]➜  libcbor-static-x86_64-unknown-linux-musl> [ 15%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/builder_callbacks.c.o
2025-08-20T21:55:31.7805613Z [00:06:25.032]➜  libapparmor-static-x86_64-unknown-linux-musl> aa_features.pod pod syntax OK.
2025-08-20T21:55:31.7806942Z [00:06:25.032]➜  libapparmor-static-x86_64-unknown-linux-musl> pod2man \
2025-08-20T21:55:31.7807941Z [00:06:25.032]➜  libapparmor-static-x86_64-unknown-linux-musl>   --section=3 \
2025-08-20T21:55:31.7809108Z [00:06:25.032]➜  libapparmor-static-x86_64-unknown-linux-musl>   --release="AppArmor 4.1.1" \
2025-08-20T21:55:31.7810445Z [00:06:25.032]➜  libapparmor-static-x86_64-unknown-linux-musl>   --center="AppArmor" \
2025-08-20T21:55:31.7811788Z [00:06:25.032]➜  libapparmor-static-x86_64-unknown-linux-musl>   --stderr \
2025-08-20T21:55:31.7812936Z [00:06:25.032]➜  libapparmor-static-x86_64-unknown-linux-musl>   aa_features.pod > aa_features.3
2025-08-20T21:55:31.8650163Z [00:06:25.117]➜  libcbor-static-x86_64-unknown-linux-musl> [ 18%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/loaders.c.o
2025-08-20T21:55:31.9956747Z [00:06:25.247]➜  libcbor-static-x86_64-unknown-linux-musl> [ 21%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/memory_utils.c.o
2025-08-20T21:55:32.1142509Z [00:06:25.366]➜  libcbor-static-x86_64-unknown-linux-musl> [ 24%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/unicode.c.o
2025-08-20T21:55:32.1327388Z [00:06:25.384]➜  libcbor-static-x86_64-unknown-linux-musl> [ 27%] Building C object src/CMakeFiles/cbor.dir/cbor/internal/stack.c.o
2025-08-20T21:55:32.1343813Z [00:06:25.386]➜  libcbor-static-x86_64-unknown-linux-musl> [ 30%] Building C object src/CMakeFiles/cbor.dir/cbor/encoding.c.o
2025-08-20T21:55:32.1875950Z [00:06:25.437]➜  libcbor-static-x86_64-unknown-linux-musl> [ 33%] Building C object src/CMakeFiles/cbor.dir/cbor/serialization.c.o
2025-08-20T21:55:32.2326157Z [00:06:25.481]➜  libcbor-static-x86_64-unknown-linux-musl> [ 36%] Building C object src/CMakeFiles/cbor.dir/cbor/arrays.c.o
2025-08-20T21:55:32.3055641Z [00:06:25.553]➜  libcbor-static-x86_64-unknown-linux-musl> [ 39%] Building C object src/CMakeFiles/cbor.dir/cbor/common.c.o
2025-08-20T21:55:32.3875126Z [00:06:25.639]➜  libcbor-static-x86_64-unknown-linux-musl> [ 42%] Building C object src/CMakeFiles/cbor.dir/cbor/floats_ctrls.c.o
2025-08-20T21:55:32.4335791Z [00:06:25.679]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-sparc.lo
2025-08-20T21:55:32.4406516Z [00:06:25.683]➜  libapparmor-static-x86_64-unknown-linux-musl> podchecker -warnings -warnings aa_kernel_interface.pod
2025-08-20T21:55:32.5167552Z [00:06:25.768]➜  libapparmor-static-x86_64-unknown-linux-musl> aa_kernel_interface.pod pod syntax OK.
2025-08-20T21:55:32.5174096Z [00:06:25.769]➜  libapparmor-static-x86_64-unknown-linux-musl> pod2man \
2025-08-20T21:55:32.5178586Z [00:06:25.769]➜  libapparmor-static-x86_64-unknown-linux-musl>   --section=3 \
2025-08-20T21:55:32.5182661Z [00:06:25.769]➜  libapparmor-static-x86_64-unknown-linux-musl>   --release="AppArmor 4.1.1" \
2025-08-20T21:55:32.5187254Z [00:06:25.769]➜  libapparmor-static-x86_64-unknown-linux-musl>   --center="AppArmor" \
2025-08-20T21:55:32.5191553Z [00:06:25.769]➜  libapparmor-static-x86_64-unknown-linux-musl>   --stderr \
2025-08-20T21:55:32.5196148Z [00:06:25.769]➜  libapparmor-static-x86_64-unknown-linux-musl>   aa_kernel_interface.pod > aa_kernel_interface.3
2025-08-20T21:55:32.5953845Z [00:06:25.847]➜  libcbor-static-x86_64-unknown-linux-musl> [ 45%] Building C object src/CMakeFiles/cbor.dir/cbor/bytestrings.c.o
2025-08-20T21:55:32.5997811Z [00:06:25.851]➜  libcbor-static-x86_64-unknown-linux-musl> [ 48%] Building C object src/CMakeFiles/cbor.dir/cbor/callbacks.c.o
2025-08-20T21:55:32.6472617Z [00:06:25.899]➜  libcbor-static-x86_64-unknown-linux-musl> [ 51%] Building C object src/CMakeFiles/cbor.dir/cbor/strings.c.o
2025-08-20T21:55:32.6842049Z [00:06:25.936]➜  libcbor-static-x86_64-unknown-linux-musl> [ 54%] Building C object src/CMakeFiles/cbor.dir/cbor/maps.c.o
2025-08-20T21:55:32.7665785Z [00:06:26.018]➜  libcbor-static-x86_64-unknown-linux-musl> [ 57%] Building C object src/CMakeFiles/cbor.dir/cbor/tags.c.o
2025-08-20T21:55:32.7911516Z [00:06:26.034]➜  libcbor-static-x86_64-unknown-linux-musl> [ 60%] Building C object src/CMakeFiles/cbor.dir/cbor/ints.c.o
2025-08-20T21:55:32.9900056Z [00:06:26.242]➜  libcbor-static-x86_64-unknown-linux-musl> [ 63%] Linking C static library libcbor.a
2025-08-20T21:55:33.0626659Z [00:06:26.314]➜  libapparmor-static-x86_64-unknown-linux-musl> podchecker -warnings -warnings aa_policy_cache.pod
2025-08-20T21:55:33.1654961Z [00:06:26.414]➜  libcbor-static-x86_64-unknown-linux-musl> [ 63%] Built target cbor
2025-08-20T21:55:33.2260053Z [00:06:26.478]➜  libcbor-static-x86_64-unknown-linux-musl> [ 66%] Building C object examples/CMakeFiles/streaming_parser.dir/streaming_parser.c.o
2025-08-20T21:55:33.2454449Z [00:06:26.497]➜  libcbor-static-x86_64-unknown-linux-musl> [ 69%] Building C object examples/CMakeFiles/readfile.dir/readfile.c.o
2025-08-20T21:55:33.2584953Z [00:06:26.510]➜  libcbor-static-x86_64-unknown-linux-musl> [ 72%] Building C object examples/CMakeFiles/streaming_array.dir/streaming_array.c.o
2025-08-20T21:55:33.2591214Z [00:06:26.511]➜  libcbor-static-x86_64-unknown-linux-musl> [ 75%] Building C object examples/CMakeFiles/create_items.dir/create_items.c.o
2025-08-20T21:55:33.2685622Z [00:06:26.520]➜  libcbor-static-x86_64-unknown-linux-musl> [ 78%] Building C object examples/CMakeFiles/sort.dir/sort.c.o
2025-08-20T21:55:33.3708501Z [00:06:26.622]➜  libcbor-static-x86_64-unknown-linux-musl> [ 81%] Linking C executable streaming_array
2025-08-20T21:55:33.4191590Z [00:06:26.668]➜  libapparmor-static-x86_64-unknown-linux-musl> aa_policy_cache.pod pod syntax OK.
2025-08-20T21:55:33.4193634Z [00:06:26.668]➜  libcbor-static-x86_64-unknown-linux-musl> [ 84%] Linking C executable streaming_parser
2025-08-20T21:55:33.4195029Z [00:06:26.668]➜  libapparmor-static-x86_64-unknown-linux-musl> pod2man \
2025-08-20T21:55:33.4201064Z [00:06:26.668]➜  libapparmor-static-x86_64-unknown-linux-musl>   --section=3 \
2025-08-20T21:55:33.4202593Z [00:06:26.668]➜  libapparmor-static-x86_64-unknown-linux-musl>   --release="AppArmor 4.1.1" \
2025-08-20T21:55:33.4204322Z [00:06:26.668]➜  libapparmor-static-x86_64-unknown-linux-musl>   --center="AppArmor" \
2025-08-20T21:55:33.4207765Z [00:06:26.668]➜  libapparmor-static-x86_64-unknown-linux-musl>   --stderr \
2025-08-20T21:55:33.4209104Z [00:06:26.668]➜  libapparmor-static-x86_64-unknown-linux-musl>   aa_policy_cache.pod > aa_policy_cache.3
2025-08-20T21:55:33.4475178Z [00:06:26.693]➜  libcbor-static-x86_64-unknown-linux-musl> [ 87%] Linking C executable sort
2025-08-20T21:55:33.4487630Z [00:06:26.693]➜  libcbor-static-x86_64-unknown-linux-musl> [ 90%] Linking C executable create_items
2025-08-20T21:55:33.4489275Z [00:06:26.693]➜  libcbor-static-x86_64-unknown-linux-musl> [ 93%] Linking C executable readfile
2025-08-20T21:55:33.6956366Z [00:06:26.944]➜  kmod-static-x86_64-unknown-linux-musl>   CC       tools/log.o
2025-08-20T21:55:33.7952892Z [00:06:27.047]➜  libcbor-static-x86_64-unknown-linux-musl> [ 93%] Built target streaming_array
2025-08-20T21:55:33.8661142Z [00:06:27.118]➜  libcbor-static-x86_64-unknown-linux-musl> [ 96%] Building C object examples/CMakeFiles/hello.dir/hello.c.o
2025-08-20T21:55:33.9825500Z [00:06:27.232]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor/doc'
2025-08-20T21:55:33.9827187Z [00:06:27.232]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:55:34.0035535Z [00:06:27.240]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor/src'
2025-08-20T21:55:34.0158995Z [00:06:27.268]➜  kmod-static-x86_64-unknown-linux-musl>   CC       tools/static-nodes.o
2025-08-20T21:55:34.0325487Z [00:06:27.283]➜  libcbor-static-x86_64-unknown-linux-musl> [100%] Linking C executable hello
2025-08-20T21:55:34.2077434Z [00:06:27.459]➜  libcbor-static-x86_64-unknown-linux-musl> [100%] Built target streaming_parser
2025-08-20T21:55:34.4646409Z [00:06:27.715]➜  libcbor-static-x86_64-unknown-linux-musl> [100%] Built target hello
2025-08-20T21:55:34.4748370Z [00:06:27.727]➜  kmod-static-x86_64-unknown-linux-musl>   CC       shared/array.lo
2025-08-20T21:55:34.4802058Z [00:06:27.732]➜  libcbor-static-x86_64-unknown-linux-musl> [100%] Built target sort
2025-08-20T21:55:34.5596847Z [00:06:27.804]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../ylwrap grammar.y y.tab.c grammar.c y.tab.h `echo grammar.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output grammar.output -- bison -y -Wno-yacc -d -p aalogparse_
2025-08-20T21:55:34.8382937Z [00:06:28.090]➜  x86_64-unknown-linux-musl-binutils>   CC       elf64-tilegx.lo
2025-08-20T21:55:34.9616813Z [00:06:28.213]➜  kmod-static-x86_64-unknown-linux-musl>   CC       shared/hash.lo
2025-08-20T21:55:35.4386969Z [00:06:28.690]➜  libcbor-static-x86_64-unknown-linux-musl> /build/source/examples/readfile.c: In function 'main':
2025-08-20T21:55:35.4392880Z [00:06:28.690]➜  libcbor-static-x86_64-unknown-linux-musl> /build/source/examples/readfile.c:37:5: warning: 'result.error.position' may be used uninitialized [-Wmaybe-uninitialized]
2025-08-20T21:55:35.4398640Z [00:06:28.690]➜  libcbor-static-x86_64-unknown-linux-musl>    37 |     printf(
2025-08-20T21:55:35.4403178Z [00:06:28.690]➜  libcbor-static-x86_64-unknown-linux-musl>       |     ^
2025-08-20T21:55:35.4408737Z [00:06:28.690]➜  libcbor-static-x86_64-unknown-linux-musl> /build/source/examples/readfile.c:32:27: note: 'result.error.position' was declared here
2025-08-20T21:55:35.4414370Z [00:06:28.690]➜  libcbor-static-x86_64-unknown-linux-musl>    32 |   struct cbor_load_result result;
2025-08-20T21:55:35.4419674Z [00:06:28.690]➜  libcbor-static-x86_64-unknown-linux-musl>       |                           ^
2025-08-20T21:55:35.6882004Z [00:06:28.940]➜  x86_64-unknown-linux-musl-binutils>   CC       elfn32-mips.lo
2025-08-20T21:55:35.7652258Z [00:06:29.017]➜  libcbor-static-x86_64-unknown-linux-musl> [100%] Built target create_items
2025-08-20T21:55:35.8317091Z [00:06:29.083]➜  libcbor-static-x86_64-unknown-linux-musl> [100%] Built target readfile
2025-08-20T21:55:35.8875279Z [00:06:29.134]➜  libcbor-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:55:35.9187818Z [00:06:29.170]➜  libcbor-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:55:35.9237365Z [00:06:29.175]➜  libapparmor-static-x86_64-unknown-linux-musl> updating grammar.h
2025-08-20T21:55:35.9485157Z [00:06:29.198]➜  libapparmor-static-x86_64-unknown-linux-musl> flex -v scanner.l
2025-08-20T21:55:35.9790071Z [00:06:29.231]➜  libapparmor-static-x86_64-unknown-linux-musl> flex version 2.6.4 usage statistics:
2025-08-20T21:55:35.9795869Z [00:06:29.231]➜  libapparmor-static-x86_64-unknown-linux-musl>   scanner options: ---reentrant--bison-bridgevI8 -Cem -oscanner.c -Paalogparse_
2025-08-20T21:55:35.9801034Z [00:06:29.232]➜  libapparmor-static-x86_64-unknown-linux-musl>   1390/2000 NFA states
2025-08-20T21:55:35.9820495Z [00:06:29.233]➜  libapparmor-static-x86_64-unknown-linux-musl>   704/1000 DFA states (2906 words)
2025-08-20T21:55:35.9825402Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   145 rules
2025-08-20T21:55:35.9830044Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   Compressed tables always back-up
2025-08-20T21:55:35.9835163Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   12/40 start conditions
2025-08-20T21:55:35.9840274Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   552 epsilon states, 216 double epsilon states
2025-08-20T21:55:35.9845975Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   44/100 character classes needed 560/750 words of storage, 0 reused
2025-08-20T21:55:35.9874442Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   26879 state/nextstate pairs created
2025-08-20T21:55:35.9876084Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   1712/25167 unique/duplicate transitions
2025-08-20T21:55:35.9881064Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   725/1000 base-def entries created
2025-08-20T21:55:35.9882634Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   1710/2000 (peak 2653) nxt-chk entries created
2025-08-20T21:55:35.9887904Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   189/2500 (peak 1407) template nxt-chk entries created
2025-08-20T21:55:35.9889430Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   0 empty table entries
2025-08-20T21:55:35.9954537Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   23 protos created
2025-08-20T21:55:35.9956212Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   21 templates created, 517 uses
2025-08-20T21:55:35.9957636Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   67/256 equivalence classes created
2025-08-20T21:55:35.9962107Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   9/256 meta-equivalence classes created
2025-08-20T21:55:35.9964791Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   1 (25 saved) hash collisions, 1033 DFAs equal
2025-08-20T21:55:35.9966290Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   2 sets of reallocations needed
2025-08-20T21:55:35.9969038Z [00:06:29.234]➜  libapparmor-static-x86_64-unknown-linux-musl>   5193 total table entries needed
2025-08-20T21:55:35.9995281Z [00:06:29.248]➜  libapparmor-static-x86_64-unknown-linux-musl> echo '#include <netinet/in.h>' | x86_64-unknown-linux-musl-gcc  -E -dD - | LC_ALL=C  sed  -n -e "/IPPROTO_MAX/d"  -e "s/^\#define[ \\t]\\+IPPROTO_\\([A-Z0-9_]\\+\\)\\(.*\\)$/AA_GEN_PROTO_ENT(\\UIPPROTO_\\1, \"\\L\\1\")/p" > af_protos.h
2025-08-20T21:55:36.0236229Z [00:06:29.275]➜  libcbor-static-x86_64-unknown-linux-musl> Install the project...
2025-08-20T21:55:36.0727328Z [00:06:29.324]➜  libcbor-static-x86_64-unknown-linux-musl> -- Install configuration: "Release"
2025-08-20T21:55:36.0736782Z [00:06:29.325]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/configuration.h
2025-08-20T21:55:36.0834423Z [00:06:29.335]➜  libapparmor-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T21:55:36.0836734Z [00:06:29.335]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/cbor_export.h
2025-08-20T21:55:36.0839379Z [00:06:29.335]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib/libcbor.a
2025-08-20T21:55:36.0841974Z [00:06:29.335]➜  libcbor-static-x86_64-unknown-linux-musl> -- Up-to-date: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor
2025-08-20T21:55:36.0845115Z [00:06:29.335]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/tags.h
2025-08-20T21:55:36.0847788Z [00:06:29.335]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/streaming.h
2025-08-20T21:55:36.0850766Z [00:06:29.335]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/callbacks.h
2025-08-20T21:55:36.0854189Z [00:06:29.335]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/internal
2025-08-20T21:55:36.0857010Z [00:06:29.335]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/internal/stack.h
2025-08-20T21:55:36.0859890Z [00:06:29.335]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/internal/builder_callbacks.h
2025-08-20T21:55:36.0862911Z [00:06:29.335]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/internal/memory_utils.h
2025-08-20T21:55:36.0951731Z [00:06:29.347]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/internal/unicode.h
2025-08-20T21:55:36.0954921Z [00:06:29.347]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/internal/encoders.h
2025-08-20T21:55:36.0957778Z [00:06:29.347]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/internal/loaders.h
2025-08-20T21:55:36.0985639Z [00:06:29.347]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/ints.h
2025-08-20T21:55:36.0988683Z [00:06:29.349]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/bytestrings.h
2025-08-20T21:55:36.0991589Z [00:06:29.349]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/arrays.h
2025-08-20T21:55:36.0994559Z [00:06:29.349]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/data.h
2025-08-20T21:55:36.0997351Z [00:06:29.349]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/strings.h
2025-08-20T21:55:36.1000124Z [00:06:29.349]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/encoding.h
2025-08-20T21:55:36.1002965Z [00:06:29.349]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/serialization.h
2025-08-20T21:55:36.1005687Z [00:06:29.349]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/common.h
2025-08-20T21:55:36.1008524Z [00:06:29.349]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/floats_ctrls.h
2025-08-20T21:55:36.1011005Z [00:06:29.349]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor/maps.h
2025-08-20T21:55:36.1013812Z [00:06:29.351]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/include/cbor.h
2025-08-20T21:55:36.1104459Z [00:06:29.361]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib/pkgconfig/libcbor.pc
2025-08-20T21:55:36.1107376Z [00:06:29.361]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib/cmake/libcbor/libcborConfig.cmake
2025-08-20T21:55:36.1110239Z [00:06:29.361]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib/cmake/libcbor/libcborConfigVersion.cmake
2025-08-20T21:55:36.1113068Z [00:06:29.361]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib/cmake/libcbor/libcborTargets.cmake
2025-08-20T21:55:36.1116318Z [00:06:29.361]➜  libcbor-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib/cmake/libcbor/libcborTargets-release.cmake
2025-08-20T21:55:36.1118693Z [00:06:29.362]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/src'
2025-08-20T21:55:36.1245249Z [00:06:29.376]➜  libcbor-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:55:36.2056191Z [00:06:29.457]➜  kmod-static-x86_64-unknown-linux-musl>   CC       shared/scratchbuf.lo
2025-08-20T21:55:36.2067158Z [00:06:29.458]➜  libcbor-static-x86_64-unknown-linux-musl> Moving /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib/pkgconfig to /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/lib/pkgconfig
2025-08-20T21:55:36.2555352Z [00:06:29.507]➜  libcbor-static-x86_64-unknown-linux-musl> Moving /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib/cmake to /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/lib/cmake
2025-08-20T21:55:36.2852559Z [00:06:29.537]➜  libcbor-static-x86_64-unknown-linux-musl> Patching '/nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/lib/pkgconfig/libcbor.pc' includedir to output /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev
2025-08-20T21:55:36.2970642Z [00:06:29.549]➜  libcbor-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0
2025-08-20T21:55:36.3097080Z [00:06:29.561]➜  libcbor-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0...
2025-08-20T21:55:36.3577877Z [00:06:29.609]➜  libcbor-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0
2025-08-20T21:55:36.3847780Z [00:06:29.636]➜  libcbor-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/1ydi26p6xw6xg22zmz305gkwcmj3ax51-libcbor-static-x86_64-unknown-linux-musl-0.12.0/lib
2025-08-20T21:55:36.4983828Z [00:06:29.750]➜  libcbor-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev
2025-08-20T21:55:36.5373834Z [00:06:29.786]➜  libcbor-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev...
2025-08-20T21:55:36.5971861Z [00:06:29.849]➜  libcbor-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev
2025-08-20T21:55:36.6101686Z [00:06:29.862]➜  libcbor-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/s0x9lc7ciik52ymy37lrg4nivpxnv0sm-libcbor-static-x86_64-unknown-linux-musl-0.12.0-dev/lib
2025-08-20T21:55:36.6512461Z [00:06:29.902]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -D_GNU_SOURCE -I../include/  -Wall  -fPIC -flto-partition=none -g -O2 -c -o grammar.lo grammar.c
2025-08-20T21:55:36.7005377Z [00:06:29.949]➜  kmod-static-x86_64-unknown-linux-musl>   CC       shared/strbuf.lo
2025-08-20T21:55:37.0366901Z [00:06:30.288]➜  building '/nix/store/nkkpqydv7dfjb8321b24wjplcp8c28l5-libedit-static-x86_64-unknown-linux-musl-20250104-3.1.drv'...
2025-08-20T21:55:37.0372847Z [00:06:30.288]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -fPIC -flto-partition=none -g -O2 -c grammar.c -o grammar.o
2025-08-20T21:55:37.3657311Z [00:06:30.617]➜  libedit-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:55:37.3847012Z [00:06:30.636]➜  libedit-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/6jkh2z9sv20gi7zddsh1d212l9q0zxim-libedit-20250104-3.1.tar.gz
2025-08-20T21:55:37.4436187Z [00:06:30.695]➜  libedit-static-x86_64-unknown-linux-musl> source root is libedit-20250104-3.1
2025-08-20T21:55:37.4748102Z [00:06:30.726]➜  libedit-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1736010991 of file "libedit-20250104-3.1/src/Makefile.in"
2025-08-20T21:55:37.4875468Z [00:06:30.739]➜  kmod-static-x86_64-unknown-linux-musl>   CC       shared/util.lo
2025-08-20T21:55:37.4941517Z [00:06:30.746]➜  libedit-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:55:37.5166472Z [00:06:30.768]➜  libedit-static-x86_64-unknown-linux-musl> applying patch /nix/store/g3b8qdwdcgqvi5j6xh096ivrnln30f3h-01-cygwin.patch
2025-08-20T21:55:37.5245501Z [00:06:30.776]➜  libedit-static-x86_64-unknown-linux-musl> patching file src/chartype.h
2025-08-20T21:55:37.5251279Z [00:06:30.776]➜  libedit-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 51 with fuzz 2 (offset -5 lines).
2025-08-20T21:55:37.5253475Z [00:06:30.776]➜  libedit-static-x86_64-unknown-linux-musl> patching file src/editline/readline.h
2025-08-20T21:55:37.5254984Z [00:06:30.777]➜  libedit-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 78 (offset 3 lines).
2025-08-20T21:55:37.5354500Z [00:06:30.787]➜  libedit-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:55:37.7836163Z [00:06:31.035]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T21:55:37.7878846Z [00:06:31.040]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T21:55:37.7884156Z [00:06:31.040]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:55:37.8541216Z [00:06:31.105]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -D_GNU_SOURCE -I../include/  -Wall  -fPIC -flto-partition=none -g -O2 -c -o libaalogparse.lo libaalogparse.c
2025-08-20T21:55:38.0023416Z [00:06:31.254]➜  x86_64-unknown-linux-musl-binutils>   CC       elfxx-aarch64.lo
2025-08-20T21:55:38.0199184Z [00:06:31.268]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -fPIC -flto-partition=none -g -O2 -c libaalogparse.c -o libaalogparse.o
2025-08-20T21:55:38.5197539Z [00:06:31.771]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -D_GNU_SOURCE -I../include/  -Wall  -fPIC -flto-partition=none -g -O2 -c -o kernel.lo kernel.c
2025-08-20T21:55:38.5931764Z [00:06:31.845]➜  kmod-static-x86_64-unknown-linux-musl>   CCLD     shared/libshared.la
2025-08-20T21:55:38.6934859Z [00:06:31.939]➜  x86_64-unknown-linux-musl-binutils>   CC       elfxx-ia64.lo
2025-08-20T21:55:38.7819502Z [00:06:32.025]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -fPIC -flto-partition=none -g -O2 -c kernel.c -o kernel.o
2025-08-20T21:55:38.7955164Z [00:06:32.043]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:55:39.3829760Z [00:06:32.629]➜  x86_64-unknown-linux-musl-binutils>   CC       elfxx-kvx.lo
2025-08-20T21:55:39.4626413Z [00:06:32.714]➜  kmod-static-x86_64-unknown-linux-musl>   CC       libkmod/libkmod.lo
2025-08-20T21:55:39.9725301Z [00:06:33.221]➜  x86_64-unknown-linux-musl-binutils>   CC       elfxx-loongarch.lo
2025-08-20T21:55:40.0307080Z [00:06:33.282]➜  x86_64-unknown-linux-musl-binutils>   CC       elfxx-mips.lo
2025-08-20T21:55:40.1976903Z [00:06:33.449]➜  x86_64-unknown-linux-musl-binutils>   CC       elfxx-riscv.lo
2025-08-20T21:55:40.2923609Z [00:06:33.544]➜  x86_64-unknown-linux-musl-binutils>   CC       mach-o-aarch64.lo
2025-08-20T21:55:41.0630957Z [00:06:34.312]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -D_GNU_SOURCE -I../include/  -Wall  -fPIC -flto-partition=none -g -O2 -c -o scanner.lo scanner.c
2025-08-20T21:55:41.0738518Z [00:06:34.320]➜  kmod-static-x86_64-unknown-linux-musl>   CC       libkmod/libkmod-builtin.lo
2025-08-20T21:55:41.2779868Z [00:06:34.529]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -fPIC -flto-partition=none -g -O2 -c scanner.c -o scanner.o
2025-08-20T21:55:41.3274416Z [00:06:34.579]➜  x86_64-unknown-linux-musl-binutils>   CC       mach-o-x86-64.lo
2025-08-20T21:55:41.5255276Z [00:06:34.771]➜  x86_64-unknown-linux-musl-binutils>   CC       mmo.lo
2025-08-20T21:55:41.8554223Z [00:06:35.107]➜  kmod-static-x86_64-unknown-linux-musl>   CC       libkmod/libkmod-list.lo
2025-08-20T21:55:42.2565203Z [00:06:35.505]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-aarch64.lo
2025-08-20T21:55:42.5691115Z [00:06:35.821]➜  kmod-static-x86_64-unknown-linux-musl>   CC       libkmod/libkmod-config.lo
2025-08-20T21:55:43.7357929Z [00:06:36.987]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -D_GNU_SOURCE -I../include/  -Wall  -fPIC -flto-partition=none -g -O2 -c -o private.lo private.c
2025-08-20T21:55:43.8300784Z [00:06:37.082]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-aarch64igen.lo
2025-08-20T21:55:43.9199368Z [00:06:37.172]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:55:43.9996067Z [00:06:37.251]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -fPIC -flto-partition=none -g -O2 -c private.c -o private.o
2025-08-20T21:55:45.1855870Z [00:06:38.437]➜  kmod-static-x86_64-unknown-linux-musl>   CC       libkmod/libkmod-index.lo
2025-08-20T21:55:45.1934240Z [00:06:38.445]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -D_GNU_SOURCE -I../include/  -Wall  -fPIC -flto-partition=none -g -O2 -c -o features.lo features.c
2025-08-20T21:55:45.4701185Z [00:06:38.721]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -fPIC -flto-partition=none -g -O2 -c features.c -o features.o
2025-08-20T21:55:46.1186699Z [00:06:39.370]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T21:55:46.3899082Z [00:06:39.640]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-loongarch64igen.lo
2025-08-20T21:55:46.6622379Z [00:06:39.913]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -D_GNU_SOURCE -I../include/  -Wall  -fPIC -flto-partition=none -g -O2 -c -o kernel_interface.lo kernel_interface.c
2025-08-20T21:55:46.7614835Z [00:06:40.013]➜  libedit-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in '.'.
2025-08-20T21:55:46.7617287Z [00:06:40.013]➜  libedit-static-x86_64-unknown-linux-musl> libtoolize: copying file './ltmain.sh'
2025-08-20T21:55:46.8709257Z [00:06:40.121]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -fPIC -flto-partition=none -g -O2 -c kernel_interface.c -o kernel_interface.o
2025-08-20T21:55:46.9691612Z [00:06:40.221]➜  libedit-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T21:55:46.9693561Z [00:06:40.221]➜  libedit-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T21:55:47.0836381Z [00:06:40.335]➜  libedit-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T21:55:47.1232572Z [00:06:40.375]➜  libedit-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T21:55:47.2175397Z [00:06:40.461]➜  libedit-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T21:55:47.3335486Z [00:06:40.584]➜  kmod-static-x86_64-unknown-linux-musl>   CC       libkmod/libkmod-module.lo
2025-08-20T21:55:47.3585799Z [00:06:40.606]➜  libedit-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T21:55:47.4797726Z [00:06:40.731]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T21:55:47.4805641Z [00:06:40.732]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:55:47.4815221Z [00:06:40.733]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:55:47.5412979Z [00:06:40.790]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -D_GNU_SOURCE -I../include/  -Wall  -fPIC -flto-partition=none -g -O2 -c -o policy_cache.lo policy_cache.c
2025-08-20T21:55:47.8485653Z [00:06:41.100]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -fPIC -flto-partition=none -g -O2 -c policy_cache.c -o policy_cache.o
2025-08-20T21:55:48.1676810Z [00:06:41.419]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-riscv64igen.lo
2025-08-20T21:55:48.8481225Z [00:06:42.099]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.  -D_GNU_SOURCE -I../include/  -Wall  -fPIC -flto-partition=none -g -O2 -c -o PMurHash.lo PMurHash.c
2025-08-20T21:55:48.9582144Z [00:06:42.209]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -D_GNU_SOURCE -I../include/ -Wall -fPIC -flto-partition=none -g -O2 -c PMurHash.c -o PMurHash.o
2025-08-20T21:55:49.3639926Z [00:06:42.615]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall  -fPIC -flto-partition=none -g -O2 -version-info 25:2:24 -XCClinker -Bdynamic -pthread -Wl,--version-script=../src/libapparmor.map  -o libapparmor.la -rpath /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib grammar.lo libaalogparse.lo kernel.lo scanner.lo private.lo features.lo kernel_interface.lo policy_cache.lo PMurHash.lo
2025-08-20T21:55:49.7294241Z [00:06:42.981]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libapparmor.a  grammar.o libaalogparse.o kernel.o scanner.o private.o features.o kernel_interface.o policy_cache.o PMurHash.o
2025-08-20T21:55:49.7758014Z [00:06:43.027]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libapparmor.a
2025-08-20T21:55:49.8476687Z [00:06:43.099]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libapparmor.la" && ln -s "../libapparmor.la" "libapparmor.la" )
2025-08-20T21:55:49.8715927Z [00:06:43.123]➜  libapparmor-static-x86_64-unknown-linux-musl> cd ".." && \
2025-08-20T21:55:49.8721497Z [00:06:43.123]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./config.status --file="src/libapparmor.pc"
2025-08-20T21:55:50.8750296Z [00:06:44.127]➜  libapparmor-static-x86_64-unknown-linux-musl> config.status: creating src/libapparmor.pc
2025-08-20T21:55:50.9776344Z [00:06:44.227]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/src'
2025-08-20T21:55:50.9778760Z [00:06:44.227]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor/src'
2025-08-20T21:55:50.9780337Z [00:06:44.229]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in include
2025-08-20T21:55:50.9781996Z [00:06:44.230]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor/include'
2025-08-20T21:55:51.0147056Z [00:06:44.266]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in sys
2025-08-20T21:55:51.0175523Z [00:06:44.269]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/include/sys'
2025-08-20T21:55:51.0238109Z [00:06:44.276]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:55:51.0239957Z [00:06:44.276]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/include/sys'
2025-08-20T21:55:51.0352901Z [00:06:44.287]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/include'
2025-08-20T21:55:51.0359477Z [00:06:44.287]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all-am'.
2025-08-20T21:55:51.0383746Z [00:06:44.288]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/include'
2025-08-20T21:55:51.0392136Z [00:06:44.289]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor/include'
2025-08-20T21:55:51.0394705Z [00:06:44.289]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in swig
2025-08-20T21:55:51.0412819Z [00:06:44.293]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor/swig'
2025-08-20T21:55:51.0716144Z [00:06:44.323]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in perl
2025-08-20T21:55:51.0775744Z [00:06:44.329]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/swig/perl'
2025-08-20T21:55:51.0796384Z [00:06:44.331]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:55:51.0797885Z [00:06:44.331]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/swig/perl'
2025-08-20T21:55:51.0799194Z [00:06:44.331]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in python
2025-08-20T21:55:51.0855030Z [00:06:44.336]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/swig/python'
2025-08-20T21:55:51.1388530Z [00:06:44.387]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/swig/python'
2025-08-20T21:55:51.1515090Z [00:06:44.387]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:55:51.1516777Z [00:06:44.387]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/swig/python'
2025-08-20T21:55:51.1518506Z [00:06:44.388]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/swig/python'
2025-08-20T21:55:51.1519759Z [00:06:44.390]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in ruby
2025-08-20T21:55:51.1521302Z [00:06:44.398]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/swig/ruby'
2025-08-20T21:55:51.1544605Z [00:06:44.404]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:55:51.1546311Z [00:06:44.404]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/swig/ruby'
2025-08-20T21:55:51.1615039Z [00:06:44.406]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/swig'
2025-08-20T21:55:51.1616631Z [00:06:44.406]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all-am'.
2025-08-20T21:55:51.1618175Z [00:06:44.406]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/swig'
2025-08-20T21:55:51.1622922Z [00:06:44.414]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor/swig'
2025-08-20T21:55:51.1625733Z [00:06:44.414]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in testsuite
2025-08-20T21:55:51.1995442Z [00:06:44.439]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor/testsuite'
2025-08-20T21:55:51.6705266Z [00:06:44.919]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in lib
2025-08-20T21:55:51.6707381Z [00:06:44.920]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/testsuite/lib'
2025-08-20T21:55:51.6834812Z [00:06:44.923]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:55:51.6855159Z [00:06:44.923]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/testsuite/lib'
2025-08-20T21:55:51.6884764Z [00:06:44.924]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in config
2025-08-20T21:55:51.6886235Z [00:06:44.928]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/testsuite/config'
2025-08-20T21:55:51.6887697Z [00:06:44.937]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:55:51.6889173Z [00:06:44.937]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/testsuite/config'
2025-08-20T21:55:51.6890610Z [00:06:44.937]➜  libapparmor-static-x86_64-unknown-linux-musl> Making all in libaalogparse.test
2025-08-20T21:55:51.6925620Z [00:06:44.944]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/testsuite/libaalogparse.test'
2025-08-20T21:55:51.6955014Z [00:06:44.944]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:55:51.6956688Z [00:06:44.947]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/testsuite/libaalogparse.test'
2025-08-20T21:55:51.7147350Z [00:06:44.966]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/testsuite'
2025-08-20T21:55:51.8636162Z [00:06:45.115]➜  x86_64-unknown-linux-musl-binutils>   CC       pei-aarch64.lo
2025-08-20T21:55:52.1669704Z [00:06:45.414]➜  kmod-static-x86_64-unknown-linux-musl>   CC       libkmod/libkmod-file.lo
2025-08-20T21:55:52.2799509Z [00:06:45.531]➜  libapparmor-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libapparmor1\" -DVERSION=\"4.1.1\" -DYYTEXT_POINTER=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_ASPRINTF=1 -DHAVE_SECURE_GETENV=1 -DHAVE_REALLOCARRAY=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I. -I../include  -DLOCALEDIR=\"/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/share/locale\"  -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -g -O2 -c -o test_multi_multi-test_multi.o `test -f 'test_multi.c' || echo './'`test_multi.c
2025-08-20T21:55:52.3366852Z [00:06:45.588]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:55:52.7489867Z [00:06:46.000]➜  libapparmor-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -g -O2   -o test_multi.multi test_multi_multi-test_multi.o -L../src/.libs -lapparmor
2025-08-20T21:55:53.1188070Z [00:06:46.370]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -Wall -Wall -Wsign-compare -Wmissing-field-initializers -Wformat -Wformat-security -Wunused-parameter -Wimplicit-fallthrough -g -O2 -o test_multi.multi test_multi_multi-test_multi.o  -L../src/.libs /build/source/libraries/libapparmor/src/.libs/libapparmor.a -pthread
2025-08-20T21:55:53.2936029Z [00:06:46.545]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/testsuite'
2025-08-20T21:55:53.2951867Z [00:06:46.547]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor/testsuite'
2025-08-20T21:55:53.3049509Z [00:06:46.555]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor'
2025-08-20T21:55:53.3064761Z [00:06:46.557]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'all-am'.
2025-08-20T21:55:53.3066634Z [00:06:46.557]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor'
2025-08-20T21:55:53.3207157Z [00:06:46.572]➜  libapparmor-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:55:53.3594400Z [00:06:46.611]➜  libapparmor-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:55:53.3841371Z [00:06:46.636]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T21:55:53.3966044Z [00:06:46.648]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor/doc'
2025-08-20T21:55:53.4090843Z [00:06:46.661]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/doc'
2025-08-20T21:55:53.4092878Z [00:06:46.661]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:53.4191162Z [00:06:46.671]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/share/man/man2'
2025-08-20T21:55:53.4522839Z [00:06:46.704]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 aa_change_hat.2 aa_change_profile.2 aa_stack_profile.2 aa_getcon.2 aa_find_mountpoint.2 aa_query_label.2 '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/share/man/man2'
2025-08-20T21:55:53.4727307Z [00:06:46.724]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/share/man/man3'
2025-08-20T21:55:53.4739082Z [00:06:46.724]➜  kmod-static-x86_64-unknown-linux-musl>   CC       libkmod/libkmod-elf.lo
2025-08-20T21:55:53.4973461Z [00:06:46.749]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 aa_splitcon.3 aa_features.3 aa_kernel_interface.3 aa_policy_cache.3 '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/share/man/man3'
2025-08-20T21:55:53.5060921Z [00:06:46.758]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/doc'
2025-08-20T21:55:53.5062950Z [00:06:46.758]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor/doc'
2025-08-20T21:55:53.5086205Z [00:06:46.760]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:55:53.5114627Z [00:06:46.763]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor/src'
2025-08-20T21:55:53.9596084Z [00:06:47.211]➜  libapparmor-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T21:55:53.9753128Z [00:06:47.227]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/src'
2025-08-20T21:55:54.5049386Z [00:06:47.757]➜  x86_64-unknown-linux-musl-binutils>   CC       pei-ia64.lo
2025-08-20T21:55:54.6695569Z [00:06:47.914]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/src'
2025-08-20T21:55:55.2562345Z [00:06:48.508]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib'
2025-08-20T21:55:55.2717496Z [00:06:48.523]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libapparmor.la '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib'
2025-08-20T21:55:55.3871653Z [00:06:48.639]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T21:55:55.4296790Z [00:06:48.678]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libapparmor.lai /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib/libapparmor.la
2025-08-20T21:55:55.4547493Z [00:06:48.706]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libapparmor.a /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib/libapparmor.a
2025-08-20T21:55:55.4663738Z [00:06:48.718]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib/libapparmor.a
2025-08-20T21:55:55.4815643Z [00:06:48.733]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib/libapparmor.a
2025-08-20T21:55:55.6429943Z [00:06:48.892]➜  libapparmor-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/l365s6fwm2i0hq1bvm0crf149z6lskjd-swig-4.3.1/bin:/nix/store/z1l05nn4xyaxv25f9pvi7bkmw6jmb48c-ncurses-6.5-dev/bin:/nix/store/4kark163478mlnx42k2gakrji1z43z9m-ncurses-6.5/bin:/nix/store/k44kjnci6lsjnr3migs25xflbvn651hm-which-2.23/bin:/nix/store/nvsy20qrmlq5sznqncak7ljfrwixq42y-dejagnu-1.6.3/bin:/nix/store/49rng2j1jbdr3jvgci5x6pv15lam6ysx-perl-5.40.0/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib
2025-08-20T21:55:55.6450572Z [00:06:48.893]➜  libapparmor-static-x86_64-unknown-linux-musl> /build/source/libraries/libapparmor/libtool: line 1900: ldconfig: command not found
2025-08-20T21:55:55.6526795Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:55:55.6624972Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:55:55.6715343Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl>    /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib
2025-08-20T21:55:55.6716922Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:55.6718145Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:55:55.6719741Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:55:55.6721319Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:55:55.6722905Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:55:55.6724630Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:55:55.6726144Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:55:55.6727367Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:55:55.6728493Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:55:55.6729766Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:55:55.6731057Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:55:55.6732109Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:55.6732974Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> 
2025-08-20T21:55:55.6734356Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:55:55.6736025Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:55:55.6737527Z [00:06:48.904]➜  libapparmor-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:55:55.6740304Z [00:06:48.908]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib/pkgconfig'
2025-08-20T21:55:55.6826228Z [00:06:48.931]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libapparmor.pc '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib/pkgconfig'
2025-08-20T21:55:55.6874747Z [00:06:48.939]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/src'
2025-08-20T21:55:55.6902320Z [00:06:48.939]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/src'
2025-08-20T21:55:55.6915189Z [00:06:48.939]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor/src'
2025-08-20T21:55:55.6916592Z [00:06:48.942]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in include
2025-08-20T21:55:55.6918038Z [00:06:48.942]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor/include'
2025-08-20T21:55:55.7199723Z [00:06:48.972]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in sys
2025-08-20T21:55:55.7325314Z [00:06:48.978]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/include/sys'
2025-08-20T21:55:55.7505726Z [00:06:49.000]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/include/sys'
2025-08-20T21:55:55.7507939Z [00:06:49.000]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:55.7518683Z [00:06:49.003]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/include/sys'
2025-08-20T21:55:55.7765529Z [00:06:49.028]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 apparmor.h apparmor_private.h '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/include/sys'
2025-08-20T21:55:55.7874518Z [00:06:49.035]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/include/sys'
2025-08-20T21:55:55.7880721Z [00:06:49.035]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/include/sys'
2025-08-20T21:55:55.7885966Z [00:06:49.040]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/include'
2025-08-20T21:55:55.7975462Z [00:06:49.049]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/include'
2025-08-20T21:55:55.8005981Z [00:06:49.052]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:55.8103471Z [00:06:49.062]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/include/aalogparse'
2025-08-20T21:55:55.8408794Z [00:06:49.092]➜  libapparmor-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 aalogparse.h '/nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/include/aalogparse'
2025-08-20T21:55:55.8437618Z [00:06:49.095]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/include'
2025-08-20T21:55:55.8452367Z [00:06:49.097]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/include'
2025-08-20T21:55:55.8486477Z [00:06:49.100]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor/include'
2025-08-20T21:55:55.8514355Z [00:06:49.103]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in swig
2025-08-20T21:55:55.8542729Z [00:06:49.106]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor/swig'
2025-08-20T21:55:55.8786120Z [00:06:49.130]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in perl
2025-08-20T21:55:55.8876653Z [00:06:49.139]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/swig/perl'
2025-08-20T21:55:55.8987491Z [00:06:49.150]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/swig/perl'
2025-08-20T21:55:55.8996111Z [00:06:49.150]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:55.8998715Z [00:06:49.150]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:55.9004829Z [00:06:49.150]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/swig/perl'
2025-08-20T21:55:55.9007019Z [00:06:49.151]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/swig/perl'
2025-08-20T21:55:55.9008696Z [00:06:49.152]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in python
2025-08-20T21:55:55.9096102Z [00:06:49.161]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/swig/python'
2025-08-20T21:55:55.9294595Z [00:06:49.181]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/swig/python'
2025-08-20T21:55:55.9416868Z [00:06:49.193]➜  libapparmor-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/source/libraries/libapparmor/swig/python'
2025-08-20T21:55:55.9431723Z [00:06:49.194]➜  libapparmor-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:55.9433768Z [00:06:49.194]➜  libapparmor-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:55.9435779Z [00:06:49.195]➜  libapparmor-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/source/libraries/libapparmor/swig/python'
2025-08-20T21:55:55.9442326Z [00:06:49.195]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/swig/python'
2025-08-20T21:55:55.9479182Z [00:06:49.198]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/swig/python'
2025-08-20T21:55:55.9504443Z [00:06:49.198]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in ruby
2025-08-20T21:55:55.9506907Z [00:06:49.201]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/swig/ruby'
2025-08-20T21:55:55.9608770Z [00:06:49.213]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/swig/ruby'
2025-08-20T21:55:55.9647393Z [00:06:49.216]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:55.9652832Z [00:06:49.217]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:55.9659805Z [00:06:49.218]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/swig/ruby'
2025-08-20T21:55:55.9675141Z [00:06:49.219]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/swig/ruby'
2025-08-20T21:55:55.9729009Z [00:06:49.222]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/swig'
2025-08-20T21:55:55.9851105Z [00:06:49.237]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/swig'
2025-08-20T21:55:55.9857513Z [00:06:49.237]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:55.9859199Z [00:06:49.237]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:55.9860990Z [00:06:49.237]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/swig'
2025-08-20T21:55:55.9862948Z [00:06:49.238]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/swig'
2025-08-20T21:55:55.9865023Z [00:06:49.238]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor/swig'
2025-08-20T21:55:55.9866510Z [00:06:49.238]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in testsuite
2025-08-20T21:55:55.9968199Z [00:06:49.248]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor/testsuite'
2025-08-20T21:55:56.0936174Z [00:06:49.345]➜  x86_64-unknown-linux-musl-binutils>   CC       pei-loongarch64.lo
2025-08-20T21:55:56.5805717Z [00:06:49.826]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in lib
2025-08-20T21:55:56.5807947Z [00:06:49.826]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/testsuite/lib'
2025-08-20T21:55:56.5935773Z [00:06:49.839]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/testsuite/lib'
2025-08-20T21:55:56.5943575Z [00:06:49.846]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:56.5949459Z [00:06:49.846]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:56.5954945Z [00:06:49.846]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/testsuite/lib'
2025-08-20T21:55:56.5960664Z [00:06:49.846]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/testsuite/lib'
2025-08-20T21:55:56.5964042Z [00:06:49.847]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in config
2025-08-20T21:55:56.6054994Z [00:06:49.854]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/testsuite/config'
2025-08-20T21:55:56.6175054Z [00:06:49.867]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/testsuite/config'
2025-08-20T21:55:56.6214757Z [00:06:49.867]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:56.6216756Z [00:06:49.867]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:56.6218629Z [00:06:49.867]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/testsuite/config'
2025-08-20T21:55:56.6220577Z [00:06:49.867]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/testsuite/config'
2025-08-20T21:55:56.6222445Z [00:06:49.867]➜  libapparmor-static-x86_64-unknown-linux-musl> Making install in libaalogparse.test
2025-08-20T21:55:56.6224593Z [00:06:49.871]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/testsuite/libaalogparse.test'
2025-08-20T21:55:56.6367624Z [00:06:49.888]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/testsuite/libaalogparse.test'
2025-08-20T21:55:56.6370029Z [00:06:49.888]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:56.6371715Z [00:06:49.888]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:56.6466391Z [00:06:49.898]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/testsuite/libaalogparse.test'
2025-08-20T21:55:56.6504993Z [00:06:49.899]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/testsuite/libaalogparse.test'
2025-08-20T21:55:56.6656491Z [00:06:49.917]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor/testsuite'
2025-08-20T21:55:57.2002709Z [00:06:50.452]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/libraries/libapparmor/testsuite'
2025-08-20T21:55:57.5772376Z [00:06:50.829]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:55:57.6834235Z [00:06:50.933]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:57.6835703Z [00:06:50.933]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:57.6837220Z [00:06:50.933]➜  libapparmor-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/libraries/libapparmor/testsuite'
2025-08-20T21:55:57.6838846Z [00:06:50.933]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor/testsuite'
2025-08-20T21:55:57.6840443Z [00:06:50.933]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor/testsuite'
2025-08-20T21:55:57.6841981Z [00:06:50.935]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/libraries/libapparmor'
2025-08-20T21:55:57.6926789Z [00:06:50.944]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/libraries/libapparmor'
2025-08-20T21:55:57.6995860Z [00:06:50.945]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:55:57.6997310Z [00:06:50.945]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:55:57.6999022Z [00:06:50.945]➜  libapparmor-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/libraries/libapparmor'
2025-08-20T21:55:57.7000587Z [00:06:50.945]➜  libapparmor-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/libraries/libapparmor'
2025-08-20T21:55:57.7015540Z [00:06:50.953]➜  libapparmor-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:55:57.7597147Z [00:06:51.011]➜  libapparmor-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1
2025-08-20T21:55:57.7880342Z [00:06:51.040]➜  libapparmor-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1...
2025-08-20T21:55:57.8318440Z [00:06:51.083]➜  libapparmor-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/share/man/
2025-08-20T21:55:57.9085793Z [00:06:51.160]➜  libapparmor-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1
2025-08-20T21:55:57.9567276Z [00:06:51.208]➜  libapparmor-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/y866n55pqlz4hq111fpbk52bzdf3s3aj-libapparmor-static-x86_64-unknown-linux-musl-4.1.1/lib
2025-08-20T21:55:59.2298059Z [00:06:52.481]➜  building '/nix/store/azfjlda28sr5p5xx59lvjsjj8n9krcdf-libgpg-error-static-x86_64-unknown-linux-musl-1.55.drv'...
2025-08-20T21:55:59.2300025Z [00:06:52.481]➜  x86_64-unknown-linux-musl-binutils>   CC       pei-riscv64.lo
2025-08-20T21:55:59.2301495Z [00:06:52.481]➜  kmod-static-x86_64-unknown-linux-musl>   CC       libkmod/libkmod-signature.lo
2025-08-20T21:55:59.2302937Z [00:06:52.481]➜  libedit-static-x86_64-unknown-linux-musl> configure.ac:32: installing './compile'
2025-08-20T21:55:59.2304511Z [00:06:52.481]➜  libedit-static-x86_64-unknown-linux-musl> configure.ac:34: installing './missing'
2025-08-20T21:55:59.4059245Z [00:06:52.658]➜  kmod-static-x86_64-unknown-linux-musl>   CCLD     libkmod/libkmod-internal.la
2025-08-20T21:55:59.4749771Z [00:06:52.727]➜  libgpg-error-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:55:59.4890379Z [00:06:52.741]➜  libgpg-error-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/ccjxwk4m970d0iggl15bi8yw22cdf4ns-libgpg-error-1.55.tar.bz2
2025-08-20T21:55:59.6154182Z [00:06:52.867]➜  libedit-static-x86_64-unknown-linux-musl> examples/Makefile.am: installing './depcomp'
2025-08-20T21:55:59.6996822Z [00:06:52.951]➜  x86_64-unknown-linux-musl-binutils>   CC       pepigen.lo
2025-08-20T21:55:59.9986153Z [00:06:53.250]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: './install-sh' is updated
2025-08-20T21:55:59.9991088Z [00:06:53.250]➜  libedit-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T21:56:00.0218060Z [00:06:53.273]➜  libedit-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:56:00.0370265Z [00:06:53.289]➜  libedit-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:56:00.0565382Z [00:06:53.306]➜  libedit-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:56:00.0685133Z [00:06:53.316]➜  libedit-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:56:00.0881655Z [00:06:53.340]➜  libedit-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:56:00.1047314Z [00:06:53.356]➜  libedit-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:56:00.1132279Z [00:06:53.365]➜  libedit-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:56:00.1560765Z [00:06:53.408]➜  libedit-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T21:56:00.1911612Z [00:06:53.442]➜  libedit-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:56:00.2413655Z [00:06:53.493]➜  libedit-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:56:00.2571095Z [00:06:53.509]➜  libedit-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:56:00.3372632Z [00:06:53.588]➜  libedit-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1 --bindir=/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/bin --sbindir=/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/sbin --includedir=/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include --mandir=/nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man --infodir=/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/share/info --docdir=/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/share/doc/libedit-20250820 --libdir=/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib --libexecdir=/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/libexec --localedir=/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:56:00.3765262Z [00:06:53.623]➜  kmod-static-x86_64-unknown-linux-musl>   CCLD     tools/kmod
2025-08-20T21:56:00.7123961Z [00:06:53.961]➜  libgpg-error-static-x86_64-unknown-linux-musl> source root is libgpg-error-1.55
2025-08-20T21:56:00.7545879Z [00:06:54.000]➜  libgpg-error-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1745503996 of file "libgpg-error-1.55/libgpg-error.spec"
2025-08-20T21:56:00.7686799Z [00:06:54.020]➜  libgpg-error-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:56:00.8325565Z [00:06:54.079]➜  libgpg-error-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:56:00.8411721Z [00:06:54.093]➜  libgpg-error-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:56:00.8508325Z [00:06:54.102]➜  libgpg-error-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:56:00.8641126Z [00:06:54.116]➜  libgpg-error-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:56:00.8811908Z [00:06:54.133]➜  libgpg-error-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:56:00.8938504Z [00:06:54.145]➜  libgpg-error-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:56:00.9116152Z [00:06:54.163]➜  libgpg-error-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:56:00.9400303Z [00:06:54.192]➜  libgpg-error-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:56:00.9665650Z [00:06:54.217]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:56:00.9905233Z [00:06:54.237]➜  libgpg-error-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:56:01.0507227Z [00:06:54.302]➜  libgpg-error-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:56:01.0559288Z [00:06:54.308]➜  libgpg-error-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:56:01.1211754Z [00:06:54.372]➜  libgpg-error-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55 --bindir=/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin --sbindir=/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/sbin --includedir=/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include --mandir=/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/share/man --infodir=/nix/store/chqwfb2n24fpzsa7a277zjlrkp9fyh5y-libgpg-error-static-x86_64-unknown-linux-musl-1.55-info/share/info --docdir=/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/doc/libgpg-error --libdir=/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib --libexecdir=/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/libexec --localedir=/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale --enable-install-gpg-error-config --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:56:01.4859863Z [00:06:54.738]➜  kmod-static-x86_64-unknown-linux-musl>   CCLD     libkmod/libkmod.la
2025-08-20T21:56:01.4988133Z [00:06:54.750]➜  libedit-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:56:01.4990221Z [00:06:54.750]➜  libedit-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:56:01.7845586Z [00:06:55.036]➜  libedit-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:56:01.7969241Z [00:06:55.049]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:56:01.7982474Z [00:06:55.050]➜  libedit-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:56:01.8221696Z [00:06:55.074]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:56:01.8709262Z [00:06:55.123]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:56:01.8864829Z [00:06:55.138]➜  x86_64-unknown-linux-musl-binutils>   CC       vms-alpha.lo
2025-08-20T21:56:01.8896115Z [00:06:55.141]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:56:01.8901011Z [00:06:55.141]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:56:02.0026644Z [00:06:55.253]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:56:02.0395661Z [00:06:55.291]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:56:02.0680443Z [00:06:55.320]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:56:02.0686271Z [00:06:55.320]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:56:02.0706508Z [00:06:55.322]➜  libedit-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:56:02.1073867Z [00:06:55.359]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:56:02.1405538Z [00:06:55.389]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:56:02.1484849Z [00:06:55.389]➜  libgpg-error-static-x86_64-unknown-linux-musl> configure: autobuild project... libgpg-error
2025-08-20T21:56:02.1486595Z [00:06:55.389]➜  libgpg-error-static-x86_64-unknown-linux-musl> configure: autobuild revision... 1.55
2025-08-20T21:56:02.1488312Z [00:06:55.389]➜  libgpg-error-static-x86_64-unknown-linux-musl> ./configure: line 3817: hostname: command not found
2025-08-20T21:56:02.1490016Z [00:06:55.398]➜  libgpg-error-static-x86_64-unknown-linux-musl> configure: autobuild timestamp... 20250820T215602Z
2025-08-20T21:56:02.1492022Z [00:06:55.398]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:56:02.1932556Z [00:06:55.445]➜  libedit-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:56:02.3306128Z [00:06:55.582]➜  libedit-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:56:02.4565605Z [00:06:55.705]➜  kmod-static-x86_64-unknown-linux-musl>   GEN      tools/insmod
2025-08-20T21:56:02.4778302Z [00:06:55.729]➜  kmod-static-x86_64-unknown-linux-musl>   GEN      tools/rmmod
2025-08-20T21:56:02.5005369Z [00:06:55.749]➜  kmod-static-x86_64-unknown-linux-musl>   GEN      tools/lsmod
2025-08-20T21:56:02.5165265Z [00:06:55.764]➜  kmod-static-x86_64-unknown-linux-musl>   GEN      tools/modprobe
2025-08-20T21:56:02.5272419Z [00:06:55.779]➜  kmod-static-x86_64-unknown-linux-musl>   GEN      tools/modinfo
2025-08-20T21:56:02.5472663Z [00:06:55.797]➜  kmod-static-x86_64-unknown-linux-musl>   GEN      tools/depmod
2025-08-20T21:56:02.5651730Z [00:06:55.817]➜  kmod-static-x86_64-unknown-linux-musl> Making all in libkmod/docs
2025-08-20T21:56:02.5725110Z [00:06:55.824]➜  kmod-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:56:02.5874812Z [00:06:55.832]➜  kmod-static-x86_64-unknown-linux-musl> Making all in man
2025-08-20T21:56:02.5925830Z [00:06:55.844]➜  kmod-static-x86_64-unknown-linux-musl>   XSLT     depmod.d.5
2025-08-20T21:56:02.6507215Z [00:06:55.902]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:56:02.6508660Z [00:06:55.902]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:56:02.6619528Z [00:06:55.914]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:56:02.8445303Z [00:06:56.096]➜  libedit-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:56:02.8765692Z [00:06:56.128]➜  x86_64-unknown-linux-musl-binutils>   CC       aout-cris.lo
2025-08-20T21:56:02.8940245Z [00:06:56.146]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:56:02.9066511Z [00:06:56.158]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:56:02.9402354Z [00:06:56.192]➜  libedit-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:56:03.0384098Z [00:06:56.290]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:56:03.0533863Z [00:06:56.305]➜  libedit-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:56:03.1724544Z [00:06:56.421]➜  libedit-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:56:03.1881638Z [00:06:56.437]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:56:03.3373763Z [00:06:56.589]➜  libedit-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:56:03.3525323Z [00:06:56.601]➜  kmod-static-x86_64-unknown-linux-musl> Makefile:608: warning: pattern recipe did not update peer target 'depmod.d.8'.
2025-08-20T21:56:03.3564987Z [00:06:56.607]➜  kmod-static-x86_64-unknown-linux-musl>   XSLT     modprobe.d.5
2025-08-20T21:56:03.4355888Z [00:06:56.684]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:56:03.4645360Z [00:06:56.714]➜  libedit-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:56:03.6387814Z [00:06:56.890]➜  libedit-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:56:03.7493891Z [00:06:57.000]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:56:03.7924851Z [00:06:57.044]➜  libedit-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:56:03.9633834Z [00:06:57.212]➜  libedit-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:56:04.0606547Z [00:06:57.312]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:56:04.1260684Z [00:06:57.377]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:56:04.1308349Z [00:06:57.378]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:56:04.1965562Z [00:06:57.445]➜  libedit-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:56:04.3270896Z [00:06:57.579]➜  libedit-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:56:04.3604948Z [00:06:57.612]➜  kmod-static-x86_64-unknown-linux-musl> Makefile:608: warning: pattern recipe did not update peer target 'modprobe.d.8'.
2025-08-20T21:56:04.3628068Z [00:06:57.615]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:56:04.3704812Z [00:06:57.622]➜  kmod-static-x86_64-unknown-linux-musl>   XSLT     modules.dep.5
2025-08-20T21:56:04.5624071Z [00:06:57.813]➜  libedit-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:56:04.6062090Z [00:06:57.858]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for gawk... (cached) gawk
2025-08-20T21:56:04.6098039Z [00:06:57.861]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:56:04.7295184Z [00:06:57.978]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:56:04.7829583Z [00:06:58.035]➜  libedit-static-x86_64-unknown-linux-musl> checking for vfork.h... no
2025-08-20T21:56:04.8646506Z [00:06:58.116]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:56:04.9825314Z [00:06:58.234]➜  libedit-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:56:05.0014689Z [00:06:58.253]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:56:05.1286504Z [00:06:58.380]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:56:05.1453583Z [00:06:58.397]➜  libedit-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:56:05.1956278Z [00:06:58.447]➜  kmod-static-x86_64-unknown-linux-musl> Makefile:608: warning: pattern recipe did not update peer target 'modules.dep.8'.
2025-08-20T21:56:05.1976125Z [00:06:58.449]➜  kmod-static-x86_64-unknown-linux-musl>   XSLT     kmod.8
2025-08-20T21:56:05.1984890Z [00:06:58.450]➜  libedit-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:56:05.2137065Z [00:06:58.463]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:56:05.2138290Z [00:06:58.465]➜  libedit-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:56:05.2312867Z [00:06:58.483]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:56:05.2424729Z [00:06:58.494]➜  libedit-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:56:05.2430617Z [00:06:58.494]➜  libedit-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:56:05.2611249Z [00:06:58.513]➜  libedit-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:56:05.3290880Z [00:06:58.581]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:56:05.3382527Z [00:06:58.590]➜  libedit-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:56:05.3498506Z [00:06:58.601]➜  libedit-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:56:05.3592162Z [00:06:58.611]➜  libedit-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:56:05.4150152Z [00:06:58.667]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:56:05.4158035Z [00:06:58.668]➜  libedit-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:56:05.4496497Z [00:06:58.701]➜  libedit-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:56:05.4785427Z [00:06:58.728]➜  libedit-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:56:05.4809559Z [00:06:58.733]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:56:05.4930103Z [00:06:58.745]➜  libedit-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:56:05.5115882Z [00:06:58.763]➜  libedit-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:56:05.5216759Z [00:06:58.773]➜  libedit-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:56:05.5227758Z [00:06:58.774]➜  libedit-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:56:05.5558433Z [00:06:58.807]➜  libedit-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:56:05.6224277Z [00:06:58.873]➜  libedit-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:56:05.6231764Z [00:06:58.874]➜  libedit-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:56:05.6311238Z [00:06:58.883]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:56:05.7217090Z [00:06:58.973]➜  kmod-static-x86_64-unknown-linux-musl> Makefile:608: warning: pattern recipe did not update peer target 'kmod.5'.
2025-08-20T21:56:05.7255567Z [00:06:58.977]➜  kmod-static-x86_64-unknown-linux-musl>   XSLT     depmod.8
2025-08-20T21:56:05.7561053Z [00:06:59.008]➜  libedit-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:56:05.7563171Z [00:06:59.008]➜  libedit-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:56:05.8055723Z [00:06:59.057]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:56:05.9131841Z [00:06:59.165]➜  libedit-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:56:05.9239285Z [00:06:59.176]➜  libedit-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:56:05.9245950Z [00:06:59.176]➜  libedit-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:56:05.9251885Z [00:06:59.177]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:56:05.9268732Z [00:06:59.179]➜  libedit-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:56:05.9294846Z [00:06:59.181]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:56:05.9300531Z [00:06:59.182]➜  libedit-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:56:05.9346158Z [00:06:59.186]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:56:05.9415178Z [00:06:59.193]➜  libedit-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:56:05.9432072Z [00:06:59.195]➜  libedit-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:56:05.9438414Z [00:06:59.196]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:56:05.9449532Z [00:06:59.197]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:56:05.9565871Z [00:06:59.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:56:06.0893904Z [00:06:59.341]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for threads.h... yes
2025-08-20T21:56:06.1707531Z [00:06:59.419]➜  libedit-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:56:06.1835403Z [00:06:59.419]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:56:06.3289180Z [00:06:59.581]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:56:06.5182242Z [00:06:59.770]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:56:06.6813122Z [00:06:59.933]➜  libedit-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:56:06.6861291Z [00:06:59.938]➜  libedit-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:56:06.7175647Z [00:06:59.969]➜  libedit-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:56:06.7615777Z [00:07:00.004]➜  libedit-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:56:06.7618129Z [00:07:00.006]➜  kmod-static-x86_64-unknown-linux-musl> Makefile:608: warning: pattern recipe did not update peer target 'depmod.5'.
2025-08-20T21:56:06.7764648Z [00:07:00.024]➜  kmod-static-x86_64-unknown-linux-musl>   XSLT     insmod.8
2025-08-20T21:56:06.8895425Z [00:07:00.137]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for nl_langinfo and CODESET... yes
2025-08-20T21:56:06.8946182Z [00:07:00.138]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for special C compiler options needed for large files... no
2025-08-20T21:56:06.8948162Z [00:07:00.146]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:56:06.8965382Z [00:07:00.148]➜  libedit-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:56:06.9395445Z [00:07:00.188]➜  libedit-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:56:07.0857158Z [00:07:00.337]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T21:56:07.1089382Z [00:07:00.361]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:56:07.1217487Z [00:07:00.373]➜  libedit-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:56:07.1252243Z [00:07:00.377]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:56:07.1537346Z [00:07:00.400]➜  libedit-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:56:07.1594560Z [00:07:00.408]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:56:07.1634805Z [00:07:00.415]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:56:07.1693083Z [00:07:00.421]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:56:07.2102570Z [00:07:00.462]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:56:07.2651155Z [00:07:00.517]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:56:07.2657827Z [00:07:00.517]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:56:07.4147246Z [00:07:00.664]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:56:07.4152856Z [00:07:00.664]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:56:07.4288534Z [00:07:00.681]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 4718592
2025-08-20T21:56:07.4496654Z [00:07:00.701]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:56:07.4508231Z [00:07:00.701]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:56:07.4510296Z [00:07:00.701]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:56:07.4511799Z [00:07:00.702]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-file... no
2025-08-20T21:56:07.4634649Z [00:07:00.712]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:56:07.4636149Z [00:07:00.714]➜  x86_64-unknown-linux-musl-binutils>   CC       aout-ns32k.lo
2025-08-20T21:56:07.4637764Z [00:07:00.715]➜  libgpg-error-static-x86_64-unknown-linux-musl> configure: WARNING: using cross tools not prefixed with host triplet
2025-08-20T21:56:07.4639869Z [00:07:00.716]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:56:07.4643433Z [00:07:00.716]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:56:07.4654343Z [00:07:00.717]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:56:07.4712677Z [00:07:00.721]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:56:07.4804752Z [00:07:00.729]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:56:07.4807205Z [00:07:00.729]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T21:56:07.5577025Z [00:07:00.809]➜  libedit-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:56:07.5582331Z [00:07:00.809]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:56:07.5797183Z [00:07:00.831]➜  kmod-static-x86_64-unknown-linux-musl> Makefile:608: warning: pattern recipe did not update peer target 'insmod.5'.
2025-08-20T21:56:07.5802179Z [00:07:00.831]➜  kmod-static-x86_64-unknown-linux-musl>   XSLT     lsmod.8
2025-08-20T21:56:07.6460468Z [00:07:00.897]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:56:07.6464863Z [00:07:00.897]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:56:07.6499735Z [00:07:00.897]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:56:07.6501824Z [00:07:00.897]➜  libedit-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:56:07.9338912Z [00:07:01.185]➜  libedit-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:56:08.1142422Z [00:07:01.366]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:56:08.1155924Z [00:07:01.366]➜  libedit-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:56:08.1157825Z [00:07:01.366]➜  libedit-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:56:08.1264810Z [00:07:01.376]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:56:08.1572633Z [00:07:01.407]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:56:08.1778295Z [00:07:01.429]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:56:08.2795284Z [00:07:01.529]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:56:08.2796828Z [00:07:01.530]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:56:08.2895699Z [00:07:01.534]➜  kmod-static-x86_64-unknown-linux-musl> Makefile:608: warning: pattern recipe did not update peer target 'lsmod.5'.
2025-08-20T21:56:08.2897010Z [00:07:01.535]➜  kmod-static-x86_64-unknown-linux-musl>   XSLT     rmmod.8
2025-08-20T21:56:08.2934664Z [00:07:01.544]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:56:08.2965123Z [00:07:01.547]➜  libedit-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:56:08.4715935Z [00:07:01.723]➜  x86_64-unknown-linux-musl-binutils>   CC       aout32.lo
2025-08-20T21:56:08.4916551Z [00:07:01.743]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:56:08.5190047Z [00:07:01.771]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:56:08.7377333Z [00:07:01.989]➜  libedit-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:56:08.7379428Z [00:07:01.989]➜  libedit-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:56:08.7595677Z [00:07:02.004]➜  libedit-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:56:08.7654900Z [00:07:02.004]➜  libedit-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:56:08.7656835Z [00:07:02.004]➜  libedit-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:56:08.7658372Z [00:07:02.004]➜  libedit-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:56:08.7659883Z [00:07:02.008]➜  libedit-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:56:08.7661605Z [00:07:02.008]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:56:09.0452247Z [00:07:02.297]➜  libedit-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:56:09.0462228Z [00:07:02.298]➜  libedit-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:56:09.0496530Z [00:07:02.301]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:56:09.0509205Z [00:07:02.303]➜  libedit-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:56:09.0517256Z [00:07:02.303]➜  libedit-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:56:09.0524925Z [00:07:02.304]➜  libedit-static-x86_64-unknown-linux-musl> checking for gawk... (cached) gawk
2025-08-20T21:56:09.0532844Z [00:07:02.305]➜  libedit-static-x86_64-unknown-linux-musl> checking for nroff... no
2025-08-20T21:56:09.0539655Z [00:07:02.306]➜  libedit-static-x86_64-unknown-linux-musl> checking for awf... no
2025-08-20T21:56:09.0578054Z [00:07:02.310]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:56:09.0599082Z [00:07:02.312]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:56:09.0917031Z [00:07:02.343]➜  kmod-static-x86_64-unknown-linux-musl> Makefile:608: warning: pattern recipe did not update peer target 'rmmod.5'.
2025-08-20T21:56:09.0922834Z [00:07:02.343]➜  kmod-static-x86_64-unknown-linux-musl>   XSLT     modprobe.8
2025-08-20T21:56:09.2214207Z [00:07:02.472]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:56:09.2974554Z [00:07:02.548]➜  libedit-static-x86_64-unknown-linux-musl> checking for tgetent in -lncurses... yes
2025-08-20T21:56:09.3075145Z [00:07:02.548]➜  libedit-static-x86_64-unknown-linux-musl> checking if you want wide-character code... no
2025-08-20T21:56:09.3076815Z [00:07:02.548]➜  libedit-static-x86_64-unknown-linux-musl> configure: WARNING: --enable-widec is deprecated, wide-character/UTF-8 is always enabled
2025-08-20T21:56:09.4709866Z [00:07:02.723]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:56:09.4711374Z [00:07:02.723]➜  libedit-static-x86_64-unknown-linux-musl> checking for dirent.h that defines DIR... yes
2025-08-20T21:56:09.6031673Z [00:07:02.855]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:56:09.6038006Z [00:07:02.856]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:56:09.6939070Z [00:07:02.945]➜  x86_64-unknown-linux-musl-binutils>   CC       cf-i386lynx.lo
2025-08-20T21:56:09.7370153Z [00:07:02.988]➜  libedit-static-x86_64-unknown-linux-musl> checking for library containing opendir... none required
2025-08-20T21:56:09.7376370Z [00:07:02.988]➜  libedit-static-x86_64-unknown-linux-musl> checking for egrep... (cached) /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:56:09.7475427Z [00:07:02.998]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:56:09.8224375Z [00:07:03.071]➜  kmod-static-x86_64-unknown-linux-musl> Makefile:608: warning: pattern recipe did not update peer target 'modprobe.5'.
2025-08-20T21:56:09.8226234Z [00:07:03.074]➜  kmod-static-x86_64-unknown-linux-musl>   XSLT     modinfo.8
2025-08-20T21:56:09.8911064Z [00:07:03.141]➜  libedit-static-x86_64-unknown-linux-musl> checking for sys/wait.h that is POSIX.1 compatible... yes
2025-08-20T21:56:09.9933908Z [00:07:03.245]➜  libedit-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T21:56:10.0114816Z [00:07:03.263]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:56:10.0126204Z [00:07:03.264]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:56:10.0285211Z [00:07:03.280]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:56:10.0291035Z [00:07:03.280]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:56:10.0292892Z [00:07:03.280]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:56:10.0294634Z [00:07:03.280]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:56:10.0368221Z [00:07:03.288]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-windres... no
2025-08-20T21:56:10.0371820Z [00:07:03.288]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for windres... no
2025-08-20T21:56:10.0921935Z [00:07:03.344]➜  libedit-static-x86_64-unknown-linux-musl> checking for limits.h... yes
2025-08-20T21:56:10.2915554Z [00:07:03.541]➜  libedit-static-x86_64-unknown-linux-musl> checking for malloc.h... yes
2025-08-20T21:56:10.2954801Z [00:07:03.541]➜  libedit-static-x86_64-unknown-linux-musl> checking for stdlib.h... (cached) yes
2025-08-20T21:56:10.2956088Z [00:07:03.542]➜  libedit-static-x86_64-unknown-linux-musl> checking for string.h... (cached) yes
2025-08-20T21:56:10.4767699Z [00:07:03.728]➜  libedit-static-x86_64-unknown-linux-musl> checking for sys/ioctl.h... yes
2025-08-20T21:56:10.5716203Z [00:07:03.823]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for build system executable suffix... no
2025-08-20T21:56:10.5717927Z [00:07:03.823]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether NLS is requested... yes
2025-08-20T21:56:10.6214759Z [00:07:03.868]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for msgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T21:56:10.6220930Z [00:07:03.868]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for gmsgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T21:56:10.7098217Z [00:07:03.961]➜  libedit-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T21:56:10.7112214Z [00:07:03.961]➜  libedit-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:56:10.7195775Z [00:07:03.971]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for xgettext... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext
2025-08-20T21:56:10.7529427Z [00:07:04.005]➜  kmod-static-x86_64-unknown-linux-musl> Makefile:608: warning: pattern recipe did not update peer target 'modinfo.5'.
2025-08-20T21:56:10.7886347Z [00:07:04.040]➜  kmod-static-x86_64-unknown-linux-musl> buildPhase completed in 46 seconds
2025-08-20T21:56:10.7887831Z [00:07:04.040]➜  kmod-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:56:10.7989413Z [00:07:04.051]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for msgmerge... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgmerge
2025-08-20T21:56:10.8036138Z [00:07:04.055]➜  kmod-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/lib/pkgconfig m4datadir=/nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/share/aclocal aclocaldir=/nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/share/aclocal install
2025-08-20T21:56:10.8172126Z [00:07:04.068]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for ld... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T21:56:10.8354944Z [00:07:04.084]➜  kmod-static-x86_64-unknown-linux-musl> Making install in .
2025-08-20T21:56:10.8652062Z [00:07:04.117]➜  libedit-static-x86_64-unknown-linux-musl> checking for curses.h... yes
2025-08-20T21:56:10.8726025Z [00:07:04.123]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T21:56:10.9410357Z [00:07:04.193]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib'
2025-08-20T21:56:10.9600613Z [00:07:04.211]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libkmod/libkmod.la '/nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib'
2025-08-20T21:56:11.0012301Z [00:07:04.253]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for shared library run path origin... done
2025-08-20T21:56:11.0407173Z [00:07:04.292]➜  libedit-static-x86_64-unknown-linux-musl> checking for ncurses.h... yes
2025-08-20T21:56:11.1289665Z [00:07:04.380]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking 32-bit host C ABI... no
2025-08-20T21:56:11.1388167Z [00:07:04.390]➜  kmod-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c libkmod/.libs/libkmod.lai /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib/libkmod.la
2025-08-20T21:56:11.1635010Z [00:07:04.415]➜  kmod-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c libkmod/.libs/libkmod.a /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib/libkmod.a
2025-08-20T21:56:11.1899555Z [00:07:04.442]➜  kmod-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib/libkmod.a
2025-08-20T21:56:11.2073970Z [00:07:04.459]➜  kmod-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib/libkmod.a
2025-08-20T21:56:11.2195928Z [00:07:04.471]➜  libedit-static-x86_64-unknown-linux-musl> checking for sys/cdefs.h... yes
2025-08-20T21:56:11.2254492Z [00:07:04.477]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for ELF binary format... yes
2025-08-20T21:56:11.2876410Z [00:07:04.539]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for the common suffixes of directories in the library search path... lib,lib,lib
2025-08-20T21:56:11.3569961Z [00:07:04.608]➜  libedit-static-x86_64-unknown-linux-musl> checking for termcap.h... yes
2025-08-20T21:56:11.3571089Z [00:07:04.608]➜  libedit-static-x86_64-unknown-linux-musl> checking for ncurses.h... (cached) yes
2025-08-20T21:56:11.4435546Z [00:07:04.693]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for CFPreferencesCopyAppValue... no
2025-08-20T21:56:11.4534571Z [00:07:04.703]➜  kmod-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/sqlc3mpmyrajwv3lklzqcxfnxlyybhmf-libxslt-1.1.43-dev/bin:/nix/store/g3d1y59v2xi5g237yynb3l8a0iimsbna-libxslt-1.1.43-bin/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib
2025-08-20T21:56:11.4604642Z [00:07:04.708]➜  kmod-static-x86_64-unknown-linux-musl> /build/source/libtool: line 1886: ldconfig: command not found
2025-08-20T21:56:11.4686651Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:56:11.4688579Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:56:11.4690451Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl>    /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib
2025-08-20T21:56:11.4691952Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:11.4693712Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:56:11.4695429Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:56:11.4697089Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:56:11.4698693Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:56:11.4700291Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:56:11.4701621Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:56:11.4702976Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:56:11.4704450Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:56:11.4705654Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:56:11.4707255Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:56:11.4708503Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:11.4709549Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:11.4710880Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:56:11.4712565Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:56:11.4714413Z [00:07:04.720]➜  kmod-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:56:11.4756050Z [00:07:04.724]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin'
2025-08-20T21:56:11.5173385Z [00:07:04.769]➜  kmod-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c tools/kmod '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin'
2025-08-20T21:56:11.5275643Z [00:07:04.779]➜  libedit-static-x86_64-unknown-linux-musl> checking for termios.h... yes
2025-08-20T21:56:11.5905586Z [00:07:04.841]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T21:56:11.6785352Z [00:07:04.928]➜  libedit-static-x86_64-unknown-linux-musl> checking for term.h... yes
2025-08-20T21:56:11.7035779Z [00:07:04.955]➜  kmod-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c tools/kmod /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/kmod
2025-08-20T21:56:11.7380166Z [00:07:04.990]➜  kmod-static-x86_64-unknown-linux-musl> make --no-print-directory install-exec-hook
2025-08-20T21:56:11.7747665Z [00:07:05.026]➜  kmod-static-x86_64-unknown-linux-musl> if test "/nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib" != "/nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib"; then \
2025-08-20T21:56:11.7776698Z [00:07:05.026]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib && \
2025-08-20T21:56:11.7780210Z [00:07:05.026]➜  kmod-static-x86_64-unknown-linux-musl>  so_img_name=$(readlink /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib/libkmod.so) && \
2025-08-20T21:56:11.7783131Z [00:07:05.026]➜  kmod-static-x86_64-unknown-linux-musl>  so_img_rel_target_prefix=$(echo /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib | sed 's,\(^/\|\)[^/][^/]*,..,g') && \
2025-08-20T21:56:11.7787116Z [00:07:05.026]➜  kmod-static-x86_64-unknown-linux-musl>  ln -sf $so_img_rel_target_prefix/nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib/$so_img_name /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib/libkmod.so && \
2025-08-20T21:56:11.7791225Z [00:07:05.026]➜  kmod-static-x86_64-unknown-linux-musl>  mv /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib/libkmod.so.* /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib; \
2025-08-20T21:56:11.7793712Z [00:07:05.026]➜  kmod-static-x86_64-unknown-linux-musl> fi
2025-08-20T21:56:11.7808773Z [00:07:05.032]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/share/bash-completion/completions'
2025-08-20T21:56:11.8014104Z [00:07:05.053]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 shell-completion/bash/kmod '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/share/bash-completion/completions'
2025-08-20T21:56:11.8231567Z [00:07:05.073]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/include'
2025-08-20T21:56:11.8337503Z [00:07:05.085]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkmod/libkmod.h '/nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/include'
2025-08-20T21:56:11.8446190Z [00:07:05.093]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/lib/pkgconfig'
2025-08-20T21:56:11.8570778Z [00:07:05.109]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkmod/libkmod.pc '/nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/lib/pkgconfig'
2025-08-20T21:56:11.8663936Z [00:07:05.118]➜  kmod-static-x86_64-unknown-linux-musl> Making install in libkmod/docs
2025-08-20T21:56:11.8780805Z [00:07:05.129]➜  kmod-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:56:11.8821888Z [00:07:05.134]➜  libedit-static-x86_64-unknown-linux-musl> checking for struct dirent.d_namlen... no
2025-08-20T21:56:11.8866914Z [00:07:05.138]➜  kmod-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:56:11.8870728Z [00:07:05.138]➜  kmod-static-x86_64-unknown-linux-musl> Making install in man
2025-08-20T21:56:11.9069120Z [00:07:05.158]➜  kmod-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:56:11.9275716Z [00:07:05.179]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for GNU gettext in libc... yes
2025-08-20T21:56:11.9277487Z [00:07:05.179]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether to use NLS... yes
2025-08-20T21:56:11.9279331Z [00:07:05.179]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking where the gettext function comes from... libc
2025-08-20T21:56:11.9289181Z [00:07:05.181]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/share/man/man5'
2025-08-20T21:56:11.9547686Z [00:07:05.206]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 depmod.d.5 modprobe.d.5 modules.dep.5 modules.dep.bin.5 '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/share/man/man5'
2025-08-20T21:56:11.9677998Z [00:07:05.219]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/share/man/man8'
2025-08-20T21:56:12.0256436Z [00:07:05.277]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-go32.lo
2025-08-20T21:56:12.0259536Z [00:07:05.277]➜  kmod-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kmod.8 depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8 '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/share/man/man8'
2025-08-20T21:56:12.0264039Z [00:07:05.278]➜  kmod-static-x86_64-unknown-linux-musl> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/rmmod' -> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/kmod'
2025-08-20T21:56:12.0305522Z [00:07:05.281]➜  kmod-static-x86_64-unknown-linux-musl> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/insmod' -> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/kmod'
2025-08-20T21:56:12.0362490Z [00:07:05.285]➜  kmod-static-x86_64-unknown-linux-musl> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/lsmod' -> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/kmod'
2025-08-20T21:56:12.0425302Z [00:07:05.289]➜  kmod-static-x86_64-unknown-linux-musl> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/modinfo' -> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/kmod'
2025-08-20T21:56:12.0428081Z [00:07:05.290]➜  libedit-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:56:12.0430766Z [00:07:05.295]➜  kmod-static-x86_64-unknown-linux-musl> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/modprobe' -> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/kmod'
2025-08-20T21:56:12.0466876Z [00:07:05.298]➜  kmod-static-x86_64-unknown-linux-musl> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/depmod' -> '/nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/kmod'
2025-08-20T21:56:12.0654522Z [00:07:05.310]➜  kmod-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:56:12.1416553Z [00:07:05.393]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for locale.h... yes
2025-08-20T21:56:12.1421957Z [00:07:05.393]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:56:12.1511644Z [00:07:05.403]➜  kmod-static-x86_64-unknown-linux-musl> Patching '/nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/lib/pkgconfig/libkmod.pc' includedir to output /nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev
2025-08-20T21:56:12.1676214Z [00:07:05.418]➜  kmod-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31
2025-08-20T21:56:12.1796506Z [00:07:05.431]➜  kmod-static-x86_64-unknown-linux-musl> shrinking /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/kmod
2025-08-20T21:56:12.2055647Z [00:07:05.454]➜  kmod-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:56:12.2257538Z [00:07:05.477]➜  kmod-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31...
2025-08-20T21:56:12.3062706Z [00:07:05.558]➜  kmod-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:56:12.3232051Z [00:07:05.575]➜  kmod-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/share/man/
2025-08-20T21:56:12.3514845Z [00:07:05.603]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for sys/select.h... yes
2025-08-20T21:56:12.3921154Z [00:07:05.644]➜  kmod-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31
2025-08-20T21:56:12.4267457Z [00:07:05.675]➜  kmod-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/sbin
2025-08-20T21:56:12.5018589Z [00:07:05.753]➜  kmod-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev
2025-08-20T21:56:12.5134544Z [00:07:05.765]➜  kmod-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev...
2025-08-20T21:56:12.5371980Z [00:07:05.789]➜  libedit-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T21:56:12.5582549Z [00:07:05.810]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T21:56:12.5745962Z [00:07:05.824]➜  kmod-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev
2025-08-20T21:56:12.5944847Z [00:07:05.845]➜  kmod-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/kz4g67xq0xa95h8blzhh5nphn3rszazd-kmod-static-x86_64-unknown-linux-musl-31-dev/lib
2025-08-20T21:56:12.6535611Z [00:07:05.900]➜  kmod-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib
2025-08-20T21:56:12.6668162Z [00:07:05.911]➜  kmod-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib...
2025-08-20T21:56:12.7169602Z [00:07:05.968]➜  kmod-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib
2025-08-20T21:56:12.7255006Z [00:07:05.974]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for signal.h... yes
2025-08-20T21:56:12.7425341Z [00:07:05.994]➜  kmod-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/1yr5cjj6ifx74rs1h83zjb8jwdn09gsd-kmod-static-x86_64-unknown-linux-musl-31-lib/lib
2025-08-20T21:56:12.8370269Z [00:07:06.089]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for poll.h... yes
2025-08-20T21:56:12.8587895Z [00:07:06.108]➜  libedit-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:56:12.9802994Z [00:07:06.232]➜  kmod-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/insmod to be relative to /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31
2025-08-20T21:56:12.9950875Z [00:07:06.247]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for pwd.h... yes
2025-08-20T21:56:12.9971524Z [00:07:06.249]➜  kmod-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/modprobe to be relative to /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31
2025-08-20T21:56:13.0054525Z [00:07:06.257]➜  kmod-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/rmmod to be relative to /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31
2025-08-20T21:56:13.0194092Z [00:07:06.271]➜  kmod-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/depmod to be relative to /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31
2025-08-20T21:56:13.0209966Z [00:07:06.273]➜  kmod-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/lsmod to be relative to /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31
2025-08-20T21:56:13.0337215Z [00:07:06.283]➜  kmod-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31/bin/modinfo to be relative to /nix/store/5gf22xknxnvbr47yxyngvb138iyiiwmp-kmod-static-x86_64-unknown-linux-musl-31
2025-08-20T21:56:13.4136531Z [00:07:06.665]➜  building '/nix/store/q78nqv3bvn9m4zdyp4kvskyzg0kjg0c8-libmd-static-x86_64-unknown-linux-musl-1.1.0.drv'...
2025-08-20T21:56:13.4142309Z [00:07:06.665]➜  libedit-static-x86_64-unknown-linux-musl> checking for u_int32_t... yes
2025-08-20T21:56:13.4145154Z [00:07:06.665]➜  libedit-static-x86_64-unknown-linux-musl> checking whether closedir returns void... no
2025-08-20T21:56:13.4147039Z [00:07:06.665]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T21:56:13.4361699Z [00:07:06.687]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether strerror_r is declared... yes
2025-08-20T21:56:13.5669735Z [00:07:06.819]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether strerror_r returns char *... no
2025-08-20T21:56:13.6213423Z [00:07:06.873]➜  libedit-static-x86_64-unknown-linux-musl> checking for fork... yes
2025-08-20T21:56:13.7177689Z [00:07:06.969]➜  libmd-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:56:13.7319515Z [00:07:06.984]➜  libmd-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/q7q5mv6900djvp9sjhpzlj1ym3s456z3-libmd-1.1.0.tar.xz
2025-08-20T21:56:13.7974091Z [00:07:07.049]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for strerror_r... yes
2025-08-20T21:56:13.8185685Z [00:07:07.065]➜  libmd-static-x86_64-unknown-linux-musl> source root is libmd-1.1.0
2025-08-20T21:56:13.8460936Z [00:07:07.096]➜  libmd-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1686693077 of file "libmd-1.1.0/ChangeLog"
2025-08-20T21:56:13.8706657Z [00:07:07.122]➜  libmd-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:56:13.8989103Z [00:07:07.146]➜  libedit-static-x86_64-unknown-linux-musl> checking for vfork... yes
2025-08-20T21:56:13.8990631Z [00:07:07.147]➜  libedit-static-x86_64-unknown-linux-musl> checking for working fork... cross
2025-08-20T21:56:13.8992054Z [00:07:07.147]➜  libedit-static-x86_64-unknown-linux-musl> configure: WARNING: result yes guessed because of cross compilation
2025-08-20T21:56:13.8997281Z [00:07:07.151]➜  libedit-static-x86_64-unknown-linux-musl> checking for working vfork... (cached) yes
2025-08-20T21:56:13.9047708Z [00:07:07.155]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:56:13.9053459Z [00:07:07.155]➜  libmd-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:56:14.1885336Z [00:07:07.431]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for flockfile... yes
2025-08-20T21:56:14.2416340Z [00:07:07.493]➜  libedit-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:56:14.2418660Z [00:07:07.493]➜  libedit-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:56:14.2434927Z [00:07:07.495]➜  libedit-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:56:14.2555234Z [00:07:07.504]➜  libedit-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:56:14.2776512Z [00:07:07.528]➜  libedit-static-x86_64-unknown-linux-musl> checking whether lstat correctly handles trailing slash... no
2025-08-20T21:56:14.2782674Z [00:07:07.528]➜  libedit-static-x86_64-unknown-linux-musl> checking whether stat accepts an empty string... yes
2025-08-20T21:56:14.3106101Z [00:07:07.558]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T21:56:14.3152072Z [00:07:07.567]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-i386.lo
2025-08-20T21:56:14.3154150Z [00:07:07.567]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T21:56:14.3155501Z [00:07:07.567]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:56:14.4536531Z [00:07:07.705]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for vasprintf... yes
2025-08-20T21:56:14.5463816Z [00:07:07.798]➜  libedit-static-x86_64-unknown-linux-musl> checking for endpwent... yes
2025-08-20T21:56:14.6587176Z [00:07:07.910]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for mmap... yes
2025-08-20T21:56:14.8115713Z [00:07:08.063]➜  libedit-static-x86_64-unknown-linux-musl> checking for isascii... yes
2025-08-20T21:56:14.8875394Z [00:07:08.137]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for rand... yes
2025-08-20T21:56:14.9738691Z [00:07:08.226]➜  libedit-static-x86_64-unknown-linux-musl> checking for memchr... yes
2025-08-20T21:56:15.0758892Z [00:07:08.328]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for strlwr... no
2025-08-20T21:56:15.2048805Z [00:07:08.454]➜  libedit-static-x86_64-unknown-linux-musl> checking for memset... yes
2025-08-20T21:56:15.2755559Z [00:07:08.526]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for stpcpy... yes
2025-08-20T21:56:15.3204122Z [00:07:08.572]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:56:15.3922574Z [00:07:08.643]➜  libedit-static-x86_64-unknown-linux-musl> checking for re_comp... no
2025-08-20T21:56:15.5003184Z [00:07:08.752]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for setenv... yes
2025-08-20T21:56:15.5353894Z [00:07:08.787]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-mips.lo
2025-08-20T21:56:15.6644840Z [00:07:08.907]➜  libedit-static-x86_64-unknown-linux-musl> checking for regcomp... yes
2025-08-20T21:56:15.7018462Z [00:07:08.953]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for stat... yes
2025-08-20T21:56:15.8772570Z [00:07:09.129]➜  libedit-static-x86_64-unknown-linux-musl> checking for strcasecmp... yes
2025-08-20T21:56:15.8792989Z [00:07:09.131]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for getrlimit... yes
2025-08-20T21:56:15.8808974Z [00:07:09.133]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-rs6000.lo
2025-08-20T21:56:16.0577103Z [00:07:09.309]➜  libedit-static-x86_64-unknown-linux-musl> checking for strchr... yes
2025-08-20T21:56:16.0704484Z [00:07:09.322]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for getpwnam... yes
2025-08-20T21:56:16.2368163Z [00:07:09.488]➜  libedit-static-x86_64-unknown-linux-musl> checking for strcspn... yes
2025-08-20T21:56:16.2735480Z [00:07:09.523]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for getpwuid... yes
2025-08-20T21:56:16.3825411Z [00:07:09.633]➜  libedit-static-x86_64-unknown-linux-musl> checking for strdup... yes
2025-08-20T21:56:16.4271033Z [00:07:09.679]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for getpwnam_r... yes
2025-08-20T21:56:16.5532598Z [00:07:09.805]➜  libedit-static-x86_64-unknown-linux-musl> checking for strerror... yes
2025-08-20T21:56:16.6053662Z [00:07:09.857]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for getpwuid_r... yes
2025-08-20T21:56:16.6186395Z [00:07:09.870]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-sh.lo
2025-08-20T21:56:16.8205597Z [00:07:10.069]➜  libedit-static-x86_64-unknown-linux-musl> checking for strrchr... yes
2025-08-20T21:56:16.8827736Z [00:07:10.134]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for inet_pton... yes
2025-08-20T21:56:17.0748616Z [00:07:10.326]➜  libedit-static-x86_64-unknown-linux-musl> checking for strstr... yes
2025-08-20T21:56:17.1494309Z [00:07:10.401]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for closefrom... no
2025-08-20T21:56:17.2934824Z [00:07:10.545]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:56:17.3116176Z [00:07:10.563]➜  libedit-static-x86_64-unknown-linux-musl> checking for strtol... yes
2025-08-20T21:56:17.4755793Z [00:07:10.724]➜  libedit-static-x86_64-unknown-linux-musl> checking for issetugid... yes
2025-08-20T21:56:17.5496885Z [00:07:10.801]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-stgo32.lo
2025-08-20T21:56:17.7309245Z [00:07:10.979]➜  libedit-static-x86_64-unknown-linux-musl> checking for wcsdup... yes
2025-08-20T21:56:17.9415629Z [00:07:11.193]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-tic30.lo
2025-08-20T21:56:17.9507530Z [00:07:11.202]➜  libedit-static-x86_64-unknown-linux-musl> checking for strlcpy... yes
2025-08-20T21:56:18.0800273Z [00:07:11.332]➜  libedit-static-x86_64-unknown-linux-musl> checking for strlcat... yes
2025-08-20T21:56:18.2766153Z [00:07:11.528]➜  libedit-static-x86_64-unknown-linux-musl> checking for vis... no
2025-08-20T21:56:18.5225296Z [00:07:11.773]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-tic4x.lo
2025-08-20T21:56:18.5333719Z [00:07:11.785]➜  libedit-static-x86_64-unknown-linux-musl> checking for strvis... no
2025-08-20T21:56:18.6205483Z [00:07:11.871]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking size of int... 4
2025-08-20T21:56:18.7918891Z [00:07:12.044]➜  libedit-static-x86_64-unknown-linux-musl> checking for strunvis... no
2025-08-20T21:56:19.0743420Z [00:07:12.326]➜  libedit-static-x86_64-unknown-linux-musl> checking for __secure_getenv... no
2025-08-20T21:56:19.2949268Z [00:07:12.547]➜  libedit-static-x86_64-unknown-linux-musl> checking for secure_getenv... yes
2025-08-20T21:56:19.3246632Z [00:07:12.576]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:56:19.4920702Z [00:07:12.744]➜  libedit-static-x86_64-unknown-linux-musl> checking for reallocarr... no
2025-08-20T21:56:19.4985617Z [00:07:12.750]➜  libedit-static-x86_64-unknown-linux-musl> checking for strlcpy... (cached) yes
2025-08-20T21:56:19.4988298Z [00:07:12.750]➜  libedit-static-x86_64-unknown-linux-musl> checking for strlcat... (cached) yes
2025-08-20T21:56:19.7015334Z [00:07:12.949]➜  libedit-static-x86_64-unknown-linux-musl> checking for getline... yes
2025-08-20T21:56:19.7016751Z [00:07:12.949]➜  libedit-static-x86_64-unknown-linux-musl> checking for vis... (cached) no
2025-08-20T21:56:20.0066190Z [00:07:13.258]➜  libedit-static-x86_64-unknown-linux-musl> checking for unvis... no
2025-08-20T21:56:20.2795951Z [00:07:13.531]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking size of long... 8
2025-08-20T21:56:20.3487171Z [00:07:13.600]➜  libedit-static-x86_64-unknown-linux-musl> checking whether getpwnam_r and getpwuid_r are posix like... yes
2025-08-20T21:56:20.5056898Z [00:07:13.757]➜  libedit-static-x86_64-unknown-linux-musl> checking whether getpwnam_r and getpwuid_r are posix _draft_ like... no
2025-08-20T21:56:20.6611007Z [00:07:13.913]➜  libedit-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:56:20.6612957Z [00:07:13.913]➜  libedit-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:56:20.9905580Z [00:07:14.235]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-tic54x.lo
2025-08-20T21:56:21.0235271Z [00:07:14.275]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T21:56:21.3426084Z [00:07:14.594]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking size of long long... 8
2025-08-20T21:56:21.3437368Z [00:07:14.595]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for sys/stat.h... (cached) yes
2025-08-20T21:56:21.3477639Z [00:07:14.600]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:56:21.4105917Z [00:07:14.662]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-z80.lo
2025-08-20T21:56:21.4412350Z [00:07:14.691]➜  libmd-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
2025-08-20T21:56:21.4418308Z [00:07:14.691]➜  libmd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'build-aux/ltmain.sh'
2025-08-20T21:56:21.4518572Z [00:07:14.704]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for direct.h... no
2025-08-20T21:56:21.5665375Z [00:07:14.817]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if mkdir takes one argument... no
2025-08-20T21:56:21.5694697Z [00:07:14.819]➜  libgpg-error-static-x86_64-unknown-linux-musl> configure: checking for cc features
2025-08-20T21:56:21.5696173Z [00:07:14.819]➜  libmd-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T21:56:21.5697534Z [00:07:14.820]➜  libmd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T21:56:21.6194782Z [00:07:14.871]➜  libmd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T21:56:21.6498774Z [00:07:14.902]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if gcc ignores unknown -Wno-* options... yes
2025-08-20T21:56:21.6643798Z [00:07:14.916]➜  libmd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T21:56:21.7191100Z [00:07:14.971]➜  libmd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T21:56:21.7269249Z [00:07:14.979]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if gcc supports -Wpointer-arith... yes
2025-08-20T21:56:21.7839252Z [00:07:15.036]➜  libmd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T21:56:21.8033132Z [00:07:15.055]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether the GCC style aligned attribute is supported... yes
2025-08-20T21:56:21.8392765Z [00:07:15.091]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether the visibility attribute is supported... yes
2025-08-20T21:56:21.8662391Z [00:07:15.118]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T21:56:21.8695882Z [00:07:15.118]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:56:21.8700870Z [00:07:15.121]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:56:21.9237241Z [00:07:15.175]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for broken visibility attribute... no
2025-08-20T21:56:21.9956066Z [00:07:15.247]➜  x86_64-unknown-linux-musl-binutils>   CC       coff-z8k.lo
2025-08-20T21:56:21.9979455Z [00:07:15.250]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for broken alias attribute... no
2025-08-20T21:56:22.1225592Z [00:07:15.372]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking if gcc supports -fvisibility=hidden... yes
2025-08-20T21:56:22.2092063Z [00:07:15.461]➜  x86_64-unknown-linux-musl-binutils>   CC       ecoff.lo
2025-08-20T21:56:22.3255348Z [00:07:15.577]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether imported symbols can be declared weak... guessing yes
2025-08-20T21:56:22.3682855Z [00:07:15.620]➜  libedit-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:56:22.4252806Z [00:07:15.677]➜  libedit-static-x86_64-unknown-linux-musl> config.status: creating libedit.pc
2025-08-20T21:56:22.4390743Z [00:07:15.691]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for pthread.h... yes
2025-08-20T21:56:22.4667879Z [00:07:15.718]➜  libedit-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:56:22.5297169Z [00:07:15.781]➜  libedit-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:56:22.5965632Z [00:07:15.846]➜  libedit-static-x86_64-unknown-linux-musl> config.status: creating examples/Makefile
2025-08-20T21:56:22.6452798Z [00:07:15.897]➜  libedit-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:56:22.6911234Z [00:07:15.943]➜  libedit-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:56:22.6985262Z [00:07:15.950]➜  libedit-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:56:22.8277556Z [00:07:16.079]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for pthread_kill in -lpthread... yes
2025-08-20T21:56:22.8279621Z [00:07:16.079]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether POSIX threads API is available... yes
2025-08-20T21:56:22.8990478Z [00:07:16.150]➜  libedit-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:56:22.9260693Z [00:07:16.178]➜  libedit-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:56:22.9422233Z [00:07:16.194]➜  x86_64-unknown-linux-musl-binutils>   CC       ecofflink.lo
2025-08-20T21:56:22.9427112Z [00:07:16.194]➜  libedit-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:56:22.9505096Z [00:07:16.202]➜  libedit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libedit-20250104-3.1'
2025-08-20T21:56:22.9608915Z [00:07:16.213]➜  libedit-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:56:22.9714852Z [00:07:16.220]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libedit-20250104-3.1/src'
2025-08-20T21:56:22.9716515Z [00:07:16.220]➜  libedit-static-x86_64-unknown-linux-musl> AWK=gawk sh ./makelist -h ./vi.c > vi.h
2025-08-20T21:56:22.9996134Z [00:07:16.251]➜  libedit-static-x86_64-unknown-linux-musl> AWK=gawk sh ./makelist -h ./emacs.c > emacs.h
2025-08-20T21:56:23.0136181Z [00:07:16.265]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for multithread API to use... posix
2025-08-20T21:56:23.0200654Z [00:07:16.272]➜  libedit-static-x86_64-unknown-linux-musl> AWK=gawk sh ./makelist -h ./common.c > common.h
2025-08-20T21:56:23.0460996Z [00:07:16.298]➜  libedit-static-x86_64-unknown-linux-musl> AWK=gawk sh ./makelist -fh vi.h emacs.h common.h  > fcns.h
2025-08-20T21:56:23.0667261Z [00:07:16.318]➜  libedit-static-x86_64-unknown-linux-musl> AWK=gawk sh ./makelist -bh ./vi.c ./emacs.c ./common.c > help.h
2025-08-20T21:56:23.0867101Z [00:07:16.338]➜  libedit-static-x86_64-unknown-linux-musl> AWK=gawk sh ./makelist -fc vi.h emacs.h common.h  > func.h
2025-08-20T21:56:23.1071327Z [00:07:16.359]➜  libedit-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T21:56:23.1142671Z [00:07:16.366]➜  libedit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libedit-20250104-3.1/src'
2025-08-20T21:56:23.1235304Z [00:07:16.375]➜  libedit-static-x86_64-unknown-linux-musl>   CC       chared.lo
2025-08-20T21:56:23.2073600Z [00:07:16.459]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for pthread_rwlock_t... yes
2025-08-20T21:56:23.7506874Z [00:07:17.002]➜  x86_64-unknown-linux-musl-binutils>   CC       elf-m10200.lo
2025-08-20T21:56:23.9107311Z [00:07:17.162]➜  libedit-static-x86_64-unknown-linux-musl>   CC       common.lo
2025-08-20T21:56:24.0740051Z [00:07:17.326]➜  x86_64-unknown-linux-musl-binutils>   CC       elf-m10300.lo
2025-08-20T21:56:24.3606188Z [00:07:17.612]➜  x86_64-unknown-linux-musl-binutils>   CC       elf-nacl.lo
2025-08-20T21:56:24.7740414Z [00:07:18.026]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking size of pthread_mutex_t... 40
2025-08-20T21:56:24.7995753Z [00:07:18.051]➜  libedit-static-x86_64-unknown-linux-musl>   CC       el.lo
2025-08-20T21:56:24.8830108Z [00:07:18.134]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for sys/single_threaded.h... no
2025-08-20T21:56:25.0728192Z [00:07:18.324]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for library containing sched_yield... none required
2025-08-20T21:56:25.0916823Z [00:07:18.343]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-am33lin.lo
2025-08-20T21:56:25.2256111Z [00:07:18.477]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:56:25.2804157Z [00:07:18.532]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for library containing inet_addr... none required
2025-08-20T21:56:25.4445880Z [00:07:18.692]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-arc.lo
2025-08-20T21:56:25.4776594Z [00:07:18.729]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for library containing socket... none required
2025-08-20T21:56:25.5366735Z [00:07:18.788]➜  libedit-static-x86_64-unknown-linux-musl>   CC       eln.lo
2025-08-20T21:56:25.5479804Z [00:07:18.800]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-arm.lo
2025-08-20T21:56:25.5727352Z [00:07:18.824]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether readline via "-lreadline" is present and sane... no
2025-08-20T21:56:25.6875931Z [00:07:18.938]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether readline via "-lreadline -ltermcap" is present and sane... no
2025-08-20T21:56:25.7871717Z [00:07:19.039]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether readline via "-lreadline -lcurses" is present and sane... no
2025-08-20T21:56:25.9130630Z [00:07:19.165]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether readline via "-lreadline -lncurses" is present and sane... no
2025-08-20T21:56:26.1292298Z [00:07:19.380]➜  libedit-static-x86_64-unknown-linux-musl>   CC       emacs.lo
2025-08-20T21:56:26.1508632Z [00:07:19.402]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for unsigned long long int... yes
2025-08-20T21:56:26.1516465Z [00:07:19.403]➜  libgpg-error-static-x86_64-unknown-linux-musl> configure: checking system features for estream-printf
2025-08-20T21:56:26.1519510Z [00:07:19.403]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:56:26.1521174Z [00:07:19.404]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for long long int... yes
2025-08-20T21:56:26.1594694Z [00:07:19.409]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for long double... yes
2025-08-20T21:56:26.3326107Z [00:07:19.584]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-avr.lo
2025-08-20T21:56:26.4220782Z [00:07:19.674]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for intmax_t... yes
2025-08-20T21:56:26.6903552Z [00:07:19.942]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for uintmax_t... yes
2025-08-20T21:56:26.7407037Z [00:07:19.992]➜  libedit-static-x86_64-unknown-linux-musl>   CC       hist.lo
2025-08-20T21:56:26.8585826Z [00:07:20.110]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T21:56:26.9915397Z [00:07:20.240]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for ptrdiff_t... yes
2025-08-20T21:56:27.3737761Z [00:07:20.625]➜  libedit-static-x86_64-unknown-linux-musl>   CC       keymacro.lo
2025-08-20T21:56:28.3814843Z [00:07:21.633]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking size of unsigned long... 8
2025-08-20T21:56:28.3866135Z [00:07:21.638]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:56:28.5793590Z [00:07:21.831]➜  libedit-static-x86_64-unknown-linux-musl>   CC       map.lo
2025-08-20T21:56:28.9515830Z [00:07:22.203]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-bfin.lo
2025-08-20T21:56:29.4356053Z [00:07:22.684]➜  libmd-static-x86_64-unknown-linux-musl> configure.ac:29: installing 'build-aux/compile'
2025-08-20T21:56:29.4524022Z [00:07:22.704]➜  libmd-static-x86_64-unknown-linux-musl> configure.ac:9: installing 'build-aux/missing'
2025-08-20T21:56:29.5996594Z [00:07:22.851]➜  libedit-static-x86_64-unknown-linux-musl>   CC       chartype.lo
2025-08-20T21:56:29.8147482Z [00:07:23.066]➜  libmd-static-x86_64-unknown-linux-musl> src/Makefile.am: installing 'build-aux/depcomp'
2025-08-20T21:56:29.9771327Z [00:07:23.229]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking size of void *... 8
2025-08-20T21:56:30.1519530Z [00:07:23.404]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-cr16.lo
2025-08-20T21:56:30.1815488Z [00:07:23.431]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: 'build-aux/install-sh' is updated
2025-08-20T21:56:30.1821375Z [00:07:23.431]➜  libmd-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T21:56:30.1920192Z [00:07:23.444]➜  libmd-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:56:30.2128628Z [00:07:23.464]➜  libmd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:56:30.2145562Z [00:07:23.466]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for nl_langinfo and THOUSEP... yes
2025-08-20T21:56:30.2151429Z [00:07:23.466]➜  libgpg-error-static-x86_64-unknown-linux-musl> configure: checking system features for estream
2025-08-20T21:56:30.2325703Z [00:07:23.481]➜  libmd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:56:30.2465951Z [00:07:23.498]➜  libmd-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:56:30.2694883Z [00:07:23.521]➜  libmd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:56:30.2780122Z [00:07:23.530]➜  libmd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:56:30.2849473Z [00:07:23.537]➜  libmd-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:56:30.3068854Z [00:07:23.559]➜  libmd-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:56:30.3392699Z [00:07:23.591]➜  libmd-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:56:30.3718301Z [00:07:23.623]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for memrchr... yes
2025-08-20T21:56:30.3752498Z [00:07:23.627]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... (cached) x86_64-unknown-linux-musl-objdump
2025-08-20T21:56:30.3915646Z [00:07:23.641]➜  libmd-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:56:30.4004329Z [00:07:23.652]➜  libmd-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:56:30.4522947Z [00:07:23.704]➜  libmd-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:56:30.4582839Z [00:07:23.709]➜  libgpg-error-static-x86_64-unknown-linux-musl> configure: generated src/lock-obj-pub.native.h using x86_64-unknown-linux-musl-objdump and gawk
2025-08-20T21:56:30.4606750Z [00:07:23.709]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking whether to enable log_clock... no
2025-08-20T21:56:30.4698017Z [00:07:23.721]➜  libedit-static-x86_64-unknown-linux-musl>   CC       parse.lo
2025-08-20T21:56:30.4906577Z [00:07:23.742]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-cris.lo
2025-08-20T21:56:30.6075687Z [00:07:23.856]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:56:30.6119171Z [00:07:23.864]➜  libgpg-error-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:56:30.9916012Z [00:07:24.240]➜  libmd-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:56:31.0141777Z [00:07:24.266]➜  libmd-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:56:31.0466528Z [00:07:24.298]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:56:31.0529257Z [00:07:24.305]➜  libmd-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:56:31.0562605Z [00:07:24.308]➜  libmd-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:56:31.0888201Z [00:07:24.340]➜  libedit-static-x86_64-unknown-linux-musl>   CC       prompt.lo
2025-08-20T21:56:31.0981370Z [00:07:24.350]➜  libmd-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:56:31.1296363Z [00:07:24.381]➜  libmd-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:56:31.1547469Z [00:07:24.406]➜  libmd-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:56:31.2056367Z [00:07:24.457]➜  libmd-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:56:31.2063657Z [00:07:24.457]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:56:31.4437238Z [00:07:24.695]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-crx.lo
2025-08-20T21:56:31.5407075Z [00:07:24.792]➜  libedit-static-x86_64-unknown-linux-musl>   CC       read.lo
2025-08-20T21:56:31.6228319Z [00:07:24.874]➜  libmd-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:56:31.6241874Z [00:07:24.876]➜  libmd-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:56:31.9205449Z [00:07:25.161]➜  libmd-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:56:31.9260097Z [00:07:25.178]➜  libmd-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:56:32.0821784Z [00:07:25.334]➜  libmd-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:56:32.2162919Z [00:07:25.468]➜  libmd-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:56:32.2625260Z [00:07:25.513]➜  libedit-static-x86_64-unknown-linux-musl>   CC       refresh.lo
2025-08-20T21:56:32.3307307Z [00:07:25.582]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:56:32.5193774Z [00:07:25.771]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:56:32.6175985Z [00:07:25.869]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-csky.lo
2025-08-20T21:56:32.6757147Z [00:07:25.927]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:56:32.6769001Z [00:07:25.929]➜  libmd-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:56:32.7458583Z [00:07:25.998]➜  libmd-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:56:32.8393671Z [00:07:26.091]➜  libmd-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:56:32.9186189Z [00:07:26.170]➜  libmd-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:56:33.0105823Z [00:07:26.262]➜  libmd-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:56:33.0705701Z [00:07:26.322]➜  libmd-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:56:33.1245100Z [00:07:26.376]➜  libmd-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:56:33.1992445Z [00:07:26.451]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-d10v.lo
2025-08-20T21:56:33.2565769Z [00:07:26.508]➜  libmd-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:56:33.3277007Z [00:07:26.579]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:56:33.3796512Z [00:07:26.631]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:56:33.3879109Z [00:07:26.638]➜  libmd-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:56:33.4613834Z [00:07:26.713]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile.in
2025-08-20T21:56:33.5340788Z [00:07:26.786]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating m4/Makefile
2025-08-20T21:56:33.5540657Z [00:07:26.805]➜  libmd-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:56:33.6086202Z [00:07:26.860]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:56:33.7024331Z [00:07:26.954]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:56:33.7262248Z [00:07:26.978]➜  libmd-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:56:33.7800688Z [00:07:27.032]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating lang/Makefile
2025-08-20T21:56:33.8616271Z [00:07:27.113]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating lang/cl/Makefile
2025-08-20T21:56:33.8884967Z [00:07:27.140]➜  libmd-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:56:33.9331161Z [00:07:27.183]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating lang/cl/gpg-error.asd
2025-08-20T21:56:34.0231246Z [00:07:27.275]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating src/versioninfo.rc
2025-08-20T21:56:34.0744702Z [00:07:27.326]➜  libmd-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:56:34.1150921Z [00:07:27.367]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating src/gpg-error.w32-manifest
2025-08-20T21:56:34.1835944Z [00:07:27.432]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating src/gpg-error.pc
2025-08-20T21:56:34.2297013Z [00:07:27.478]➜  libedit-static-x86_64-unknown-linux-musl>   CC       search.lo
2025-08-20T21:56:34.2425096Z [00:07:27.494]➜  libmd-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:56:34.2468553Z [00:07:27.499]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-d30v.lo
2025-08-20T21:56:34.2614137Z [00:07:27.513]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating src/gpg-error-config-old
2025-08-20T21:56:34.3548686Z [00:07:27.606]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating src/gpgrt-config
2025-08-20T21:56:34.4295767Z [00:07:27.678]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating src/gpg-error-config-test.sh
2025-08-20T21:56:34.4796101Z [00:07:27.729]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable large file support... none needed
2025-08-20T21:56:34.4829896Z [00:07:27.729]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:56:34.5175512Z [00:07:27.767]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:56:34.5579254Z [00:07:27.810]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:56:34.5685583Z [00:07:27.820]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:56:34.6027526Z [00:07:27.854]➜  libmd-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T21:56:34.6184823Z [00:07:27.870]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: executing po-directories commands
2025-08-20T21:56:34.6511478Z [00:07:27.903]➜  libmd-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:56:34.6726702Z [00:07:27.924]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating po/POTFILES
2025-08-20T21:56:34.6769601Z [00:07:27.929]➜  libmd-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:56:34.6995975Z [00:07:27.951]➜  libgpg-error-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile
2025-08-20T21:56:34.6997239Z [00:07:27.951]➜  libmd-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:56:34.7220331Z [00:07:27.974]➜  libmd-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:56:34.7268735Z [00:07:27.979]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.7270285Z [00:07:27.979]➜  libgpg-error-static-x86_64-unknown-linux-musl>         libgpg-error v1.55 has been configured as follows:
2025-08-20T21:56:34.7271792Z [00:07:27.979]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.7273045Z [00:07:27.979]➜  libgpg-error-static-x86_64-unknown-linux-musl>         Revision: 9938139  (39224)
2025-08-20T21:56:34.7296578Z [00:07:27.981]➜  libgpg-error-static-x86_64-unknown-linux-musl>         Platform: x86_64-unknown-linux-musl
2025-08-20T21:56:34.7298960Z [00:07:27.981]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.7382244Z [00:07:27.990]➜  libmd-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:56:34.7419774Z [00:07:27.994]➜  libmd-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:56:34.7535570Z [00:07:28.005]➜  libmd-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:56:34.7758580Z [00:07:28.027]➜  libmd-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:56:34.8099387Z [00:07:28.062]➜  libmd-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:56:34.8105181Z [00:07:28.062]➜  libmd-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:56:34.9072130Z [00:07:28.158]➜  libmd-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:56:34.9074000Z [00:07:28.158]➜  libmd-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:56:34.9446058Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* config.h.  Generated from config.h.in by configure.  */
2025-08-20T21:56:34.9451791Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* config.h.in.  Generated from configure.ac by autoheader.  */
2025-08-20T21:56:34.9453532Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9458404Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Git commit id used to build this package */
2025-08-20T21:56:34.9508388Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define BUILD_COMMITID "99381397a06564fd8ae1c623c11036a5da099a4f"
2025-08-20T21:56:34.9518928Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9520009Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* The time this package was configured for a build */
2025-08-20T21:56:34.9521438Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define BUILD_TIMESTAMP "1970-01-01T00:01+0000"
2025-08-20T21:56:34.9522465Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9535146Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Defined to use log_clock timestamps */
2025-08-20T21:56:34.9536538Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef ENABLE_LOG_CLOCK */
2025-08-20T21:56:34.9537731Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9539065Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if translation of program messages to the user's native
2025-08-20T21:56:34.9540501Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl>    language is requested. */
2025-08-20T21:56:34.9541619Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define ENABLE_NLS 1
2025-08-20T21:56:34.9542552Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9543876Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to use the GNU C visibility attribute. */
2025-08-20T21:56:34.9545373Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define GPGRT_USE_VISIBILITY 1
2025-08-20T21:56:34.9546311Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9547368Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the Mac OS X function
2025-08-20T21:56:34.9548857Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl>    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
2025-08-20T21:56:34.9550365Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
2025-08-20T21:56:34.9551417Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9552641Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
2025-08-20T21:56:34.9604597Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl>    the CoreFoundation framework. */
2025-08-20T21:56:34.9605981Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
2025-08-20T21:56:34.9607051Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9608215Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `closefrom' function. */
2025-08-20T21:56:34.9609503Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_CLOSEFROM */
2025-08-20T21:56:34.9610675Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9611959Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if the GNU dcgettext() function is already present or preinstalled.
2025-08-20T21:56:34.9613667Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl>    */
2025-08-20T21:56:34.9614715Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_DCGETTEXT 1
2025-08-20T21:56:34.9615673Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9630295Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
2025-08-20T21:56:34.9631591Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl>    don't. */
2025-08-20T21:56:34.9632657Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_DECL_STRERROR_R 1
2025-08-20T21:56:34.9638169Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9639352Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <direct.h> header file. */
2025-08-20T21:56:34.9640576Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_DIRECT_H */
2025-08-20T21:56:34.9641468Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9642551Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <dlfcn.h> header file. */
2025-08-20T21:56:34.9718499Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_DLFCN_H 1
2025-08-20T21:56:34.9719520Z [00:07:28.195]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9720941Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `flockfile' function. */
2025-08-20T21:56:34.9722308Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_FLOCKFILE 1
2025-08-20T21:56:34.9724353Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9725608Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Defined if a GCC style "__attribute__ ((aligned (n))" is supported */
2025-08-20T21:56:34.9726961Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_GCC_ATTRIBUTE_ALIGNED 1
2025-08-20T21:56:34.9727896Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9729089Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `getpwnam' function. */
2025-08-20T21:56:34.9730255Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_GETPWNAM 1
2025-08-20T21:56:34.9731125Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9732234Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `getpwnam_r' function. */
2025-08-20T21:56:34.9733787Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_GETPWNAM_R 1
2025-08-20T21:56:34.9734718Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9735839Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `getpwuid' function. */
2025-08-20T21:56:34.9737046Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_GETPWUID 1
2025-08-20T21:56:34.9737926Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9739055Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `getpwuid_r' function. */
2025-08-20T21:56:34.9740294Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_GETPWUID_R 1
2025-08-20T21:56:34.9741205Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9742284Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `getrlimit' function. */
2025-08-20T21:56:34.9804008Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_GETRLIMIT 1
2025-08-20T21:56:34.9805057Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9806435Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if the GNU gettext() function is already present or preinstalled. */
2025-08-20T21:56:34.9807899Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_GETTEXT 1
2025-08-20T21:56:34.9808886Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9810310Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if you have the iconv() function and it works. */
2025-08-20T21:56:34.9811682Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_ICONV */
2025-08-20T21:56:34.9812668Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9814093Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `inet_pton' function. */
2025-08-20T21:56:34.9815323Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_INET_PTON 1
2025-08-20T21:56:34.9816227Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9817322Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if the system has the type `intmax_t'. */
2025-08-20T21:56:34.9824278Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_INTMAX_T 1
2025-08-20T21:56:34.9825202Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9826499Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <inttypes.h> header file. */
2025-08-20T21:56:34.9827813Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_INTTYPES_H 1
2025-08-20T21:56:34.9828747Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9829937Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
2025-08-20T21:56:34.9831278Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_LANGINFO_CODESET 1
2025-08-20T21:56:34.9832230Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9874236Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if you have <langinfo.h> and nl_langinfo(THOUSEP). */
2025-08-20T21:56:34.9875897Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_LANGINFO_THOUSEP 1
2025-08-20T21:56:34.9876858Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9878037Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have a fully functional readline library. */
2025-08-20T21:56:34.9879334Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_LIBREADLINE */
2025-08-20T21:56:34.9880399Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9881503Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <locale.h> header file. */
2025-08-20T21:56:34.9882709Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_LOCALE_H 1
2025-08-20T21:56:34.9883812Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9884977Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if the system has the type `long double'. */
2025-08-20T21:56:34.9886204Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_LONG_DOUBLE 1
2025-08-20T21:56:34.9887126Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9888255Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if the system has the type `long long int'. */
2025-08-20T21:56:34.9889507Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_LONG_LONG_INT 1
2025-08-20T21:56:34.9890393Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9891479Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `memrchr' function. */
2025-08-20T21:56:34.9892659Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_MEMRCHR 1
2025-08-20T21:56:34.9893772Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9895086Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <minix/config.h> header file. */
2025-08-20T21:56:34.9896493Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_MINIX_CONFIG_H */
2025-08-20T21:56:34.9897444Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9898505Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `mmap' function. */
2025-08-20T21:56:34.9899647Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_MMAP 1
2025-08-20T21:56:34.9900495Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9901568Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <poll.h> header file. */
2025-08-20T21:56:34.9902734Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_POLL_H 1
2025-08-20T21:56:34.9922954Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9924459Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if you have the <pthread.h> header and the POSIX threads API. */
2025-08-20T21:56:34.9925799Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_PTHREAD_API 1
2025-08-20T21:56:34.9926720Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9927889Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
2025-08-20T21:56:34.9929287Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
2025-08-20T21:56:34.9930234Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9931445Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if the POSIX multithreading library has read/write locks. */
2025-08-20T21:56:34.9932930Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_PTHREAD_RWLOCK 1
2025-08-20T21:56:34.9934053Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9935157Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if the system has the type `ptrdiff_t'. */
2025-08-20T21:56:34.9936362Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_PTRDIFF_T 1
2025-08-20T21:56:34.9948112Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9949270Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <pwd.h> header file. */
2025-08-20T21:56:34.9950450Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_PWD_H 1
2025-08-20T21:56:34.9951318Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:34.9952372Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `rand' function. */
2025-08-20T21:56:35.0054007Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_RAND 1
2025-08-20T21:56:35.0055083Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0056196Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `setenv' function. */
2025-08-20T21:56:35.0057357Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_SETENV 1
2025-08-20T21:56:35.0058209Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0059303Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <signal.h> header file. */
2025-08-20T21:56:35.0060519Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_SIGNAL_H 1
2025-08-20T21:56:35.0061409Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0062470Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `stat' function. */
2025-08-20T21:56:35.0064110Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_STAT 1
2025-08-20T21:56:35.0065070Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0066330Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <stdint.h> header file. */
2025-08-20T21:56:35.0067717Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_STDINT_H 1
2025-08-20T21:56:35.0068612Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0069703Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <stdio.h> header file. */
2025-08-20T21:56:35.0070887Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_STDIO_H 1
2025-08-20T21:56:35.0071760Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0072894Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <stdlib.h> header file. */
2025-08-20T21:56:35.0074316Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_STDLIB_H 1
2025-08-20T21:56:35.0075207Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0076275Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `stpcpy' function. */
2025-08-20T21:56:35.0077477Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_STPCPY 1
2025-08-20T21:56:35.0078481Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0079505Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if you have `strerror_r'. */
2025-08-20T21:56:35.0080638Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_STRERROR_R 1
2025-08-20T21:56:35.0081705Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0082828Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <strings.h> header file. */
2025-08-20T21:56:35.0097237Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_STRINGS_H 1
2025-08-20T21:56:35.0098140Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0099282Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <string.h> header file. */
2025-08-20T21:56:35.0100657Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_STRING_H 1
2025-08-20T21:56:35.0101536Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0102607Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `strlwr' function. */
2025-08-20T21:56:35.0103995Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_STRLWR */
2025-08-20T21:56:35.0104895Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0106027Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <sys/select.h> header file. */
2025-08-20T21:56:35.0107275Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_SYS_SELECT_H 1
2025-08-20T21:56:35.0108180Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0109357Z [00:07:28.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <sys/single_threaded.h> header file. */
2025-08-20T21:56:35.0110861Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_SYS_SINGLE_THREADED_H */
2025-08-20T21:56:35.0111878Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0113061Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <sys/stat.h> header file. */
2025-08-20T21:56:35.0114588Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_SYS_STAT_H 1
2025-08-20T21:56:35.0115699Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0117043Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <sys/time.h> header file. */
2025-08-20T21:56:35.0118332Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_SYS_TIME_H 1
2025-08-20T21:56:35.0119279Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0120422Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <sys/types.h> header file. */
2025-08-20T21:56:35.0175359Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_SYS_TYPES_H 1
2025-08-20T21:56:35.0176382Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0177492Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `thrd_create' function. */
2025-08-20T21:56:35.0178724Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_THRD_CREATE */
2025-08-20T21:56:35.0179586Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0180636Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <threads.h> header file. */
2025-08-20T21:56:35.0181761Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_THREADS_H 1
2025-08-20T21:56:35.0182593Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0183865Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if the system has the type `uintmax_t'. */
2025-08-20T21:56:35.0185112Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_UINTMAX_T 1
2025-08-20T21:56:35.0186124Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0187534Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <unistd.h> header file. */
2025-08-20T21:56:35.0188736Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_UNISTD_H 1
2025-08-20T21:56:35.0189623Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0190782Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if the system has the type `unsigned long long int'. */
2025-08-20T21:56:35.0192337Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_UNSIGNED_LONG_LONG_INT 1
2025-08-20T21:56:35.0197323Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0198526Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the `vasprintf' function. */
2025-08-20T21:56:35.0199731Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_VASPRINTF 1
2025-08-20T21:56:35.0200630Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0201580Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Defined if we run on a W32 API based system */
2025-08-20T21:56:35.0202618Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_W32_SYSTEM */
2025-08-20T21:56:35.0205822Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0206902Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Defined if we run on 64 bit W32 API system */
2025-08-20T21:56:35.0214382Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef HAVE_W64_SYSTEM */
2025-08-20T21:56:35.0215309Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0216396Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if you have the <wchar.h> header file. */
2025-08-20T21:56:35.0217561Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_WCHAR_H 1
2025-08-20T21:56:35.0218429Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0219754Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if the compiler and linker support weak declarations of
2025-08-20T21:56:35.0221078Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl>    symbols. */
2025-08-20T21:56:35.0254486Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HAVE_WEAK_SYMBOLS 1
2025-08-20T21:56:35.0255468Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0256385Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* The host triplet */
2025-08-20T21:56:35.0257617Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define HOST_TRIPLET_STRING "x86_64-unknown-linux-musl"
2025-08-20T21:56:35.0258686Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0259969Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to the sub-directory where libtool stores uninstalled libraries. */
2025-08-20T21:56:35.0261338Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define LT_OBJDIR ".libs/"
2025-08-20T21:56:35.0262233Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0263536Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Defined if mkdir() does not take permission flags */
2025-08-20T21:56:35.0264815Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef MKDIR_TAKES_ONE_ARG */
2025-08-20T21:56:35.0265733Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0266601Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Name of package */
2025-08-20T21:56:35.0267639Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define PACKAGE "libgpg-error"
2025-08-20T21:56:35.0268534Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0269994Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to the address where bug reports for this package should be sent. */
2025-08-20T21:56:35.0271528Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define PACKAGE_BUGREPORT "https://bugs.gnupg.org"
2025-08-20T21:56:35.0272597Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0277573Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to the full name of this package. */
2025-08-20T21:56:35.0279047Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define PACKAGE_NAME "libgpg-error"
2025-08-20T21:56:35.0280011Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0281098Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to the full name and version of this package. */
2025-08-20T21:56:35.0282415Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define PACKAGE_STRING "libgpg-error 1.55"
2025-08-20T21:56:35.0283740Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0284795Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to the one symbol short name of this package. */
2025-08-20T21:56:35.0286092Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define PACKAGE_TARNAME "libgpg-error"
2025-08-20T21:56:35.0287082Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0288140Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to the home page for this package. */
2025-08-20T21:56:35.0289285Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define PACKAGE_URL ""
2025-08-20T21:56:35.0290149Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0291165Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to the version of this package. */
2025-08-20T21:56:35.0292338Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define PACKAGE_VERSION "1.55"
2025-08-20T21:56:35.0293385Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0294605Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if the pthread_in_use() detection is hard. */
2025-08-20T21:56:35.0295931Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef PTHREAD_IN_USE_DETECTION_HARD */
2025-08-20T21:56:35.0296917Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0298002Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Used by mkheader to insert the replacement type. */
2025-08-20T21:56:35.0299268Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define REPLACEMENT_FOR_OFF_T "long"
2025-08-20T21:56:35.0300248Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0301312Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* The size of `int', as computed by sizeof. */
2025-08-20T21:56:35.0302444Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define SIZEOF_INT 4
2025-08-20T21:56:35.0443800Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0445528Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* The size of `long', as computed by sizeof. */
2025-08-20T21:56:35.0446683Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define SIZEOF_LONG 8
2025-08-20T21:56:35.0447569Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0448656Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* The size of `long long', as computed by sizeof. */
2025-08-20T21:56:35.0449829Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define SIZEOF_LONG_LONG 8
2025-08-20T21:56:35.0450706Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0452126Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* The size of `pthread_mutex_t', as computed by sizeof. */
2025-08-20T21:56:35.0453658Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define SIZEOF_PTHREAD_MUTEX_T 40
2025-08-20T21:56:35.0454607Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0455674Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* The size of `unsigned long', as computed by sizeof. */
2025-08-20T21:56:35.0457047Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define SIZEOF_UNSIGNED_LONG 8
2025-08-20T21:56:35.0457944Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0458957Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* The size of `void *', as computed by sizeof. */
2025-08-20T21:56:35.0460070Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define SIZEOF_VOID_P 8
2025-08-20T21:56:35.0460988Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0462393Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if all of the C90 standard headers exist (not just the ones
2025-08-20T21:56:35.0464429Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl>    required in a freestanding environment). This macro is provided for
2025-08-20T21:56:35.0465982Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl>    backward compatibility; new code need not use it. */
2025-08-20T21:56:35.0467227Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define STDC_HEADERS 1
2025-08-20T21:56:35.0468144Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0469230Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if strerror_r returns char *. */
2025-08-20T21:56:35.0470399Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef STRERROR_R_CHAR_P */
2025-08-20T21:56:35.0471341Z [00:07:28.207]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0472592Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if the combination of the ISO C and POSIX multithreading APIs can be
2025-08-20T21:56:35.0506252Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl>    used. */
2025-08-20T21:56:35.0507257Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef USE_ISOC_AND_POSIX_THREADS */
2025-08-20T21:56:35.0508114Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0509146Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if the ISO C multithreading library can be used. */
2025-08-20T21:56:35.0510297Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef USE_ISOC_THREADS */
2025-08-20T21:56:35.0511109Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0512115Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if the POSIX multithreading library can be used. */
2025-08-20T21:56:35.0513457Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define USE_POSIX_THREADS 1
2025-08-20T21:56:35.0514409Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0515724Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if references to the POSIX multithreading library are satisfied by
2025-08-20T21:56:35.0517013Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl>    libc. */
2025-08-20T21:56:35.0518132Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef USE_POSIX_THREADS_FROM_LIBC */
2025-08-20T21:56:35.0519167Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0520480Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if references to the POSIX multithreading library should be made
2025-08-20T21:56:35.0522028Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl>    weak. */
2025-08-20T21:56:35.0522936Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0563955Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable extensions on AIX 3, Interix.  */
2025-08-20T21:56:35.0565194Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _ALL_SOURCE
2025-08-20T21:56:35.0566195Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define _ALL_SOURCE 1
2025-08-20T21:56:35.0567328Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0568395Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable general extensions on macOS.  */
2025-08-20T21:56:35.0569537Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _DARWIN_C_SOURCE
2025-08-20T21:56:35.0570583Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define _DARWIN_C_SOURCE 1
2025-08-20T21:56:35.0571513Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0572688Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable general extensions on Solaris.  */
2025-08-20T21:56:35.0574265Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef __EXTENSIONS__
2025-08-20T21:56:35.0575253Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define __EXTENSIONS__ 1
2025-08-20T21:56:35.0576103Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0577160Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable GNU extensions on systems that have them.  */
2025-08-20T21:56:35.0578335Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _GNU_SOURCE
2025-08-20T21:56:35.0579458Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define _GNU_SOURCE 1
2025-08-20T21:56:35.0580372Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0581630Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable X/Open compliant socket functions that do not require linking
2025-08-20T21:56:35.0582928Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl>    with -lxnet on HP-UX 11.11.  */
2025-08-20T21:56:35.0584419Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _HPUX_ALT_XOPEN_SOCKET_API
2025-08-20T21:56:35.0585610Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define _HPUX_ALT_XOPEN_SOCKET_API 1
2025-08-20T21:56:35.0586569Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0587670Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Identify the host operating system as Minix.
2025-08-20T21:56:35.0589049Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl>    This macro does not affect the system headers' behavior.
2025-08-20T21:56:35.0590547Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl>    A future release of Autoconf may stop defining this macro.  */
2025-08-20T21:56:35.0591769Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _MINIX
2025-08-20T21:56:35.0592720Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* # undef _MINIX */
2025-08-20T21:56:35.0593822Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0594827Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable general extensions on NetBSD.
2025-08-20T21:56:35.0596096Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl>    Enable NetBSD compatibility extensions on Minix.  */
2025-08-20T21:56:35.0597237Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _NETBSD_SOURCE
2025-08-20T21:56:35.0598197Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define _NETBSD_SOURCE 1
2025-08-20T21:56:35.0599048Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0600274Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable OpenBSD compatibility extensions on NetBSD.
2025-08-20T21:56:35.0601634Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl>    Oddly enough, this does nothing on OpenBSD.  */
2025-08-20T21:56:35.0602746Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _OPENBSD_SOURCE
2025-08-20T21:56:35.0644449Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define _OPENBSD_SOURCE 1
2025-08-20T21:56:35.0645708Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0646820Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 1 if needed for POSIX-compatible behavior.  */
2025-08-20T21:56:35.0647954Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _POSIX_SOURCE
2025-08-20T21:56:35.0648961Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* # undef _POSIX_SOURCE */
2025-08-20T21:56:35.0649881Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0651106Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to 2 if needed for POSIX-compatible behavior.  */
2025-08-20T21:56:35.0652335Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _POSIX_1_SOURCE
2025-08-20T21:56:35.0653571Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* # undef _POSIX_1_SOURCE */
2025-08-20T21:56:35.0654457Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0655538Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable POSIX-compatible threading on Solaris.  */
2025-08-20T21:56:35.0656762Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _POSIX_PTHREAD_SEMANTICS
2025-08-20T21:56:35.0657868Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define _POSIX_PTHREAD_SEMANTICS 1
2025-08-20T21:56:35.0658814Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0659979Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
2025-08-20T21:56:35.0661633Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
2025-08-20T21:56:35.0662951Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2025-08-20T21:56:35.0664181Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0665330Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
2025-08-20T21:56:35.0666665Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
2025-08-20T21:56:35.0667886Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2025-08-20T21:56:35.0668839Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0669989Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
2025-08-20T21:56:35.0671304Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
2025-08-20T21:56:35.0672504Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2025-08-20T21:56:35.0733846Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0735020Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
2025-08-20T21:56:35.0736218Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
2025-08-20T21:56:35.0737321Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2025-08-20T21:56:35.0738413Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0739461Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
2025-08-20T21:56:35.0740645Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
2025-08-20T21:56:35.0741728Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2025-08-20T21:56:35.0742750Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0744046Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
2025-08-20T21:56:35.0745341Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef __STDC_WANT_LIB_EXT2__
2025-08-20T21:56:35.0746439Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define __STDC_WANT_LIB_EXT2__ 1
2025-08-20T21:56:35.0747434Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0748711Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable extensions specified by ISO/IEC 24747:2009.  */
2025-08-20T21:56:35.0749992Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
2025-08-20T21:56:35.0751181Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2025-08-20T21:56:35.0752136Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0753125Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable extensions on HP NonStop.  */
2025-08-20T21:56:35.0754641Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _TANDEM_SOURCE
2025-08-20T21:56:35.0755713Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> # define _TANDEM_SOURCE 1
2025-08-20T21:56:35.0756671Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0757817Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Enable X/Open extensions.  Define to 500 only if necessary
2025-08-20T21:56:35.0759273Z [00:07:28.208]➜  libgpg-error-static-x86_64-unknown-linux-musl>    to make mbstate_t available.  */
2025-08-20T21:56:35.0760376Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #ifndef _XOPEN_SOURCE
2025-08-20T21:56:35.0761436Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* # undef _XOPEN_SOURCE */
2025-08-20T21:56:35.0762407Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0763161Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0855084Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0856306Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define if the native Windows multithreading API can be used. */
2025-08-20T21:56:35.0857663Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef USE_WINDOWS_THREADS */
2025-08-20T21:56:35.0858581Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0859529Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Version number of package */
2025-08-20T21:56:35.0860591Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define VERSION "1.55"
2025-08-20T21:56:35.0861469Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0862506Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Expose all libc features (__DARWIN_C_FULL). */
2025-08-20T21:56:35.0864032Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define _DARWIN_C_SOURCE 1
2025-08-20T21:56:35.0864931Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0866095Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Number of bits in a file offset, on hosts where this is settable. */
2025-08-20T21:56:35.0867628Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef _FILE_OFFSET_BITS */
2025-08-20T21:56:35.0868577Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0869660Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define for large files, on AIX-style hosts. */
2025-08-20T21:56:35.0871030Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef _LARGE_FILES */
2025-08-20T21:56:35.0871936Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0873072Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to empty if `const' does not conform to ANSI C. */
2025-08-20T21:56:35.0874471Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef const */
2025-08-20T21:56:35.0875344Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0876751Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
2025-08-20T21:56:35.0878034Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl>    not define. */
2025-08-20T21:56:35.0879022Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef intmax_t */
2025-08-20T21:56:35.0879887Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0881117Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
2025-08-20T21:56:35.0882385Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl>    do not define. */
2025-08-20T21:56:35.0963814Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* #undef uintmax_t */
2025-08-20T21:56:35.0964846Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0965598Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0966783Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Force using of NLS for W32 even if no libintl has been found.  This is
2025-08-20T21:56:35.0968659Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl>    okay because we have our own gettext implementation for W32.  */
2025-08-20T21:56:35.0970131Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #if defined(HAVE_W32_SYSTEM) && !defined(ENABLE_NLS)
2025-08-20T21:56:35.0971259Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define ENABLE_NLS 1
2025-08-20T21:56:35.0972147Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #endif
2025-08-20T21:56:35.0972887Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0974219Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* Connect the generic estream-printf.c to our framework.  */
2025-08-20T21:56:35.0975597Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define _ESTREAM_PRINTF_REALLOC _gpgrt_realloc
2025-08-20T21:56:35.0976935Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define _ESTREAM_PRINTF_EXTRA_INCLUDE "gpgrt-int.h"
2025-08-20T21:56:35.0977976Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0979071Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> /* For building we need to define these macro. Note that they
2025-08-20T21:56:35.0980496Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl>  * are undef-ed in tests/t-version.c so that we don't accidently
2025-08-20T21:56:35.0981765Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl>  * use them in the public API.   */
2025-08-20T21:56:35.0982921Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define GPG_ERR_ENABLE_GETTEXT_MACROS 1
2025-08-20T21:56:35.0984206Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define GPGRT_ENABLE_ES_MACROS 1
2025-08-20T21:56:35.0985457Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define GPGRT_ENABLE_LOG_MACROS 1
2025-08-20T21:56:35.0986570Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define GPGRT_ENABLE_ARGPARSE_MACROS 1
2025-08-20T21:56:35.0987483Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0988601Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> #define GPGRT_STD_COPYRIGHT_LINE "Copyright (C) 2025 g10 Code GmbH"
2025-08-20T21:56:35.0989798Z [00:07:28.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:35.0990765Z [00:07:28.224]➜  libgpg-error-static-x86_64-unknown-linux-musl> configurePhase completed in 34 seconds
2025-08-20T21:56:35.0991868Z [00:07:28.224]➜  libgpg-error-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:56:35.0992804Z [00:07:28.226]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-dlx.lo
2025-08-20T21:56:35.1056411Z [00:07:28.250]➜  libgpg-error-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:56:35.1058236Z [00:07:28.254]➜  libgpg-error-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:56:35.1059524Z [00:07:28.261]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55'
2025-08-20T21:56:35.1060784Z [00:07:28.284]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making all in m4
2025-08-20T21:56:35.1062047Z [00:07:28.286]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/m4'
2025-08-20T21:56:35.1063563Z [00:07:28.289]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:56:35.1064827Z [00:07:28.289]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/m4'
2025-08-20T21:56:35.1065928Z [00:07:28.289]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:56:35.1067108Z [00:07:28.293]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/src'
2025-08-20T21:56:35.1068615Z [00:07:28.293]➜  libgpg-error-static-x86_64-unknown-linux-musl> gawk -f ./mkerrnos.awk ./errnos.in >code-to-errno.h
2025-08-20T21:56:35.1069915Z [00:07:28.317]➜  libgpg-error-static-x86_64-unknown-linux-musl> gawk -f ./mkerrcodes1.awk ./errnos.in >_mkerrcodes.h
2025-08-20T21:56:35.1071355Z [00:07:28.323]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -E  -P _mkerrcodes.h | grep GPG_ERR_ | \
2025-08-20T21:56:35.1072800Z [00:07:28.323]➜  libgpg-error-static-x86_64-unknown-linux-musl>                gawk -f ./mkerrcodes.awk >mkerrcodes.h
2025-08-20T21:56:35.1297775Z [00:07:28.381]➜  libgpg-error-static-x86_64-unknown-linux-musl> rm _mkerrcodes.h
2025-08-20T21:56:35.1384762Z [00:07:28.388]➜  libgpg-error-static-x86_64-unknown-linux-musl> gcc   \
2025-08-20T21:56:35.1386445Z [00:07:28.388]➜  libgpg-error-static-x86_64-unknown-linux-musl>  -I. -I. -o mkerrcodes ./mkerrcodes.c
2025-08-20T21:56:35.1527119Z [00:07:28.404]➜  libmd-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:56:35.1678381Z [00:07:28.419]➜  libmd-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:56:35.1680552Z [00:07:28.419]➜  libmd-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:56:35.1682352Z [00:07:28.419]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:56:35.1683796Z [00:07:28.419]➜  libmd-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:56:35.1685495Z [00:07:28.420]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:56:35.1706522Z [00:07:28.422]➜  libmd-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:56:35.1804867Z [00:07:28.431]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:56:35.1806281Z [00:07:28.431]➜  libmd-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:56:35.1807990Z [00:07:28.431]➜  libmd-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:56:35.1809782Z [00:07:28.431]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:56:35.1811537Z [00:07:28.431]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T21:56:35.2227080Z [00:07:28.474]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-epiphany.lo
2025-08-20T21:56:35.3309647Z [00:07:28.578]➜  libmd-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:56:35.3317960Z [00:07:28.578]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:56:35.3851892Z [00:07:28.637]➜  libgpg-error-static-x86_64-unknown-linux-musl> ./mkerrcodes | gawk -f ./mkerrcodes2.awk >code-from-errno.h
2025-08-20T21:56:35.3885300Z [00:07:28.640]➜  libedit-static-x86_64-unknown-linux-musl>   CC       sig.lo
2025-08-20T21:56:35.4051952Z [00:07:28.657]➜  libgpg-error-static-x86_64-unknown-linux-musl> gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
2025-08-20T21:56:35.4053904Z [00:07:28.657]➜  libgpg-error-static-x86_64-unknown-linux-musl>  ./err-sources.h.in >err-sources-sym.h
2025-08-20T21:56:35.4150420Z [00:07:28.667]➜  libgpg-error-static-x86_64-unknown-linux-musl> gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
2025-08-20T21:56:35.4152067Z [00:07:28.667]➜  libgpg-error-static-x86_64-unknown-linux-musl>  ./err-codes.h.in >err-codes-sym.h
2025-08-20T21:56:35.4380813Z [00:07:28.690]➜  libgpg-error-static-x86_64-unknown-linux-musl> gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
2025-08-20T21:56:35.4386460Z [00:07:28.690]➜  libgpg-error-static-x86_64-unknown-linux-musl>  -v prefix=GPG_ERR_ -v pkg_namespace=errnos_ \
2025-08-20T21:56:35.4388073Z [00:07:28.690]➜  libgpg-error-static-x86_64-unknown-linux-musl>  ./errnos.in >errnos-sym.h
2025-08-20T21:56:35.4542134Z [00:07:28.706]➜  libgpg-error-static-x86_64-unknown-linux-musl> gcc   \
2025-08-20T21:56:35.4547941Z [00:07:28.706]➜  libgpg-error-static-x86_64-unknown-linux-musl>  -g -I. -I. -o mkheader ./mkheader.c
2025-08-20T21:56:35.7164818Z [00:07:28.966]➜  libmd-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:56:35.7179685Z [00:07:28.969]➜  libmd-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:56:35.7433010Z [00:07:28.995]➜  libmd-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:56:35.7617073Z [00:07:29.013]➜  libmd-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:56:35.8670973Z [00:07:29.119]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:56:35.8672628Z [00:07:29.119]➜  libmd-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:56:35.8888166Z [00:07:29.140]➜  libmd-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:56:35.9545037Z [00:07:29.205]➜  libedit-static-x86_64-unknown-linux-musl>   CC       terminal.lo
2025-08-20T21:56:35.9775531Z [00:07:29.229]➜  libgpg-error-static-x86_64-unknown-linux-musl> :
2025-08-20T21:56:35.9864598Z [00:07:29.235]➜  libgpg-error-static-x86_64-unknown-linux-musl> ./mkheader        \
2025-08-20T21:56:35.9866236Z [00:07:29.235]➜  libgpg-error-static-x86_64-unknown-linux-musl>                    x86_64-unknown-linux-musl  ./gpg-error.h.in \
2025-08-20T21:56:35.9867956Z [00:07:29.235]➜  libgpg-error-static-x86_64-unknown-linux-musl>                    ../config.h 1.55 0x013700 >gpg-error.h
2025-08-20T21:56:35.9994747Z [00:07:29.249]➜  libgpg-error-static-x86_64-unknown-linux-musl> cp gpg-error.h gpgrt.h
2025-08-20T21:56:36.0064950Z [00:07:29.258]➜  libgpg-error-static-x86_64-unknown-linux-musl> cat ./gpg-error.def.in >_gpg-error.def.h
2025-08-20T21:56:36.0180311Z [00:07:29.270]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -E -I. -I..  _gpg-error.def.h | \
2025-08-20T21:56:36.0191435Z [00:07:29.270]➜  libgpg-error-static-x86_64-unknown-linux-musl>   grep -v '^#' >gpg-error.def
2025-08-20T21:56:36.0781228Z [00:07:29.330]➜  libmd-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:56:36.0843807Z [00:07:29.334]➜  libgpg-error-static-x86_64-unknown-linux-musl> rm _gpg-error.def.h
2025-08-20T21:56:36.0913528Z [00:07:29.343]➜  libgpg-error-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T21:56:36.0914859Z [00:07:29.343]➜  libmd-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:56:36.1045862Z [00:07:29.356]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libgpg-error-1.55/src'
2025-08-20T21:56:36.1050917Z [00:07:29.356]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/libgpg-error\" -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o gpg_error-strsource-sym.o `test -f 'strsource-sym.c' || echo './'`strsource-sym.c
2025-08-20T21:56:36.1644930Z [00:07:29.416]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-fr30.lo
2025-08-20T21:56:36.3030896Z [00:07:29.554]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/libgpg-error\" -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o gpg_error-strerror-sym.o `test -f 'strerror-sym.c' || echo './'`strerror-sym.c
2025-08-20T21:56:36.3126047Z [00:07:29.564]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-frv.lo
2025-08-20T21:56:36.5783997Z [00:07:29.830]➜  libmd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:56:36.5790435Z [00:07:29.830]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:56:36.5867745Z [00:07:29.838]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/libgpg-error\" -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o gpg_error-gpg-error.o `test -f 'gpg-error.c' || echo './'`gpg-error.c
2025-08-20T21:56:36.5999666Z [00:07:29.852]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-ft32.lo
2025-08-20T21:56:36.6959614Z [00:07:29.947]➜  libmd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:56:36.9075547Z [00:07:30.159]➜  libmd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:56:37.0637398Z [00:07:30.315]➜  libmd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:56:37.0715219Z [00:07:30.315]➜  libmd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:56:37.2473894Z [00:07:30.499]➜  libmd-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:56:37.5478853Z [00:07:30.799]➜  libmd-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:56:37.5480849Z [00:07:30.800]➜  libmd-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:56:37.5526893Z [00:07:30.804]➜  libmd-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:56:37.5528777Z [00:07:30.805]➜  libmd-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:56:37.5530463Z [00:07:30.805]➜  libmd-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:56:37.5555314Z [00:07:30.807]➜  libmd-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:56:37.5682948Z [00:07:30.820]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-h8300.lo
2025-08-20T21:56:37.6155994Z [00:07:30.865]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-posix-lock.lo `test -f 'posix-lock.c' || echo './'`posix-lock.c
2025-08-20T21:56:37.7368416Z [00:07:30.988]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c posix-lock.c -o libgpg_error_la-posix-lock.o
2025-08-20T21:56:37.7776077Z [00:07:31.029]➜  libmd-static-x86_64-unknown-linux-musl> checking for --version-script linker flag... yes
2025-08-20T21:56:37.7782176Z [00:07:31.029]➜  libmd-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... (cached) /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:56:37.7880476Z [00:07:31.040]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:56:38.0030122Z [00:07:31.254]➜  libmd-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:56:38.0049118Z [00:07:31.256]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:56:38.0111397Z [00:07:31.263]➜  libmd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:56:38.0125161Z [00:07:31.264]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:56:38.0175394Z [00:07:31.267]➜  libmd-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:56:38.0208221Z [00:07:31.271]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-posix-thread.lo `test -f 'posix-thread.c' || echo './'`posix-thread.c
2025-08-20T21:56:38.0936525Z [00:07:31.345]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-hppa.lo
2025-08-20T21:56:38.1087004Z [00:07:31.360]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wall... yes
2025-08-20T21:56:38.1994864Z [00:07:31.451]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wextra... yes
2025-08-20T21:56:38.2017263Z [00:07:31.453]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c posix-thread.c -o libgpg_error_la-posix-thread.o
2025-08-20T21:56:38.2947527Z [00:07:31.546]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wbad-function-cast... yes
2025-08-20T21:56:38.4005957Z [00:07:31.649]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wc99-c11-compat... yes
2025-08-20T21:56:38.4481941Z [00:07:31.699]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-spawn-posix.lo `test -f 'spawn-posix.c' || echo './'`spawn-posix.c
2025-08-20T21:56:38.4865761Z [00:07:31.735]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wcast-align... yes
2025-08-20T21:56:38.5698950Z [00:07:31.821]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wdeclaration-after-statement... yes
2025-08-20T21:56:38.5925264Z [00:07:31.843]➜  libedit-static-x86_64-unknown-linux-musl>   CC       tty.lo
2025-08-20T21:56:38.6386697Z [00:07:31.890]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c spawn-posix.c -o libgpg_error_la-spawn-posix.o
2025-08-20T21:56:38.6805578Z [00:07:31.932]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wdocumentation... no
2025-08-20T21:56:38.7411952Z [00:07:31.993]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wduplicated-branches... yes
2025-08-20T21:56:38.8032921Z [00:07:32.055]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wduplicated-cond... yes
2025-08-20T21:56:38.8186487Z [00:07:32.070]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-ip2k.lo
2025-08-20T21:56:38.8596665Z [00:07:32.111]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wformat -Wformat-security... yes
2025-08-20T21:56:38.9188440Z [00:07:32.170]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wformat=2... yes
2025-08-20T21:56:38.9756909Z [00:07:32.227]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Winit-self... yes
2025-08-20T21:56:39.0321640Z [00:07:32.284]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wlogical-not-parentheses... yes
2025-08-20T21:56:39.1093654Z [00:07:32.361]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wlogical-op... yes
2025-08-20T21:56:39.1935766Z [00:07:32.445]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wmissing-declarations... yes
2025-08-20T21:56:39.2116239Z [00:07:32.463]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-iq2000.lo
2025-08-20T21:56:39.2680976Z [00:07:32.519]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wmissing-format-attribute... yes
2025-08-20T21:56:39.3443038Z [00:07:32.596]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wmissing-prototypes... yes
2025-08-20T21:56:39.4405623Z [00:07:32.689]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wnested-externs... yes
2025-08-20T21:56:39.4924260Z [00:07:32.744]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-init.lo `test -f 'init.c' || echo './'`init.c
2025-08-20T21:56:39.5876139Z [00:07:32.839]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wno-tautological-constant-out-of-range-compare... no
2025-08-20T21:56:39.6179343Z [00:07:32.870]➜  libedit-static-x86_64-unknown-linux-musl>   CC       vi.lo
2025-08-20T21:56:39.6305634Z [00:07:32.882]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c init.c -o libgpg_error_la-init.o
2025-08-20T21:56:39.6647682Z [00:07:32.916]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wno-unused-parameter... yes
2025-08-20T21:56:39.7466274Z [00:07:32.995]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wnull-dereference... yes
2025-08-20T21:56:39.8135891Z [00:07:33.065]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wold-style-definition... yes
2025-08-20T21:56:39.8728057Z [00:07:33.124]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wpointer-arith... yes
2025-08-20T21:56:39.9263072Z [00:07:33.178]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wredundant-decls... yes
2025-08-20T21:56:39.9955352Z [00:07:33.247]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wregister... no
2025-08-20T21:56:40.0541248Z [00:07:33.306]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wrestrict... yes
2025-08-20T21:56:40.1142820Z [00:07:33.366]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wshadow... yes
2025-08-20T21:56:40.1703542Z [00:07:33.422]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wshift-negative-value... yes
2025-08-20T21:56:40.2285482Z [00:07:33.480]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-version.lo `test -f 'version.c' || echo './'`version.c
2025-08-20T21:56:40.2568256Z [00:07:33.508]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wsizeof-array-argument... yes
2025-08-20T21:56:40.3076483Z [00:07:33.559]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-lm32.lo
2025-08-20T21:56:40.3410975Z [00:07:33.591]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wstrict-prototypes... yes
2025-08-20T21:56:40.3995662Z [00:07:33.651]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c version.c -o libgpg_error_la-version.o
2025-08-20T21:56:40.4027308Z [00:07:33.654]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wswitch-bool... yes
2025-08-20T21:56:40.4739090Z [00:07:33.724]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wvla... yes
2025-08-20T21:56:40.4874160Z [00:07:33.739]➜  libedit-static-x86_64-unknown-linux-musl>   CC       reallocarr.lo
2025-08-20T21:56:40.5583836Z [00:07:33.808]➜  libmd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wwrite-strings... yes
2025-08-20T21:56:40.5588631Z [00:07:33.808]➜  libmd-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:56:40.6546829Z [00:07:33.906]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-m32c.lo
2025-08-20T21:56:40.7274740Z [00:07:33.979]➜  libedit-static-x86_64-unknown-linux-musl>   CC       wcsdup.lo
2025-08-20T21:56:40.7345236Z [00:07:33.986]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-estream.lo `test -f 'estream.c' || echo './'`estream.c
2025-08-20T21:56:40.8548904Z [00:07:34.106]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c estream.c -o libgpg_error_la-estream.o
2025-08-20T21:56:40.8614777Z [00:07:34.113]➜  libmd-static-x86_64-unknown-linux-musl> checking whether byte ordering is bigendian... no
2025-08-20T21:56:40.9375547Z [00:07:34.188]➜  libedit-static-x86_64-unknown-linux-musl>   CC       tokenizer.lo
2025-08-20T21:56:41.1334362Z [00:07:34.385]➜  libmd-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T21:56:41.3650273Z [00:07:34.617]➜  libedit-static-x86_64-unknown-linux-musl>   CC       tokenizern.lo
2025-08-20T21:56:41.4522597Z [00:07:34.704]➜  libmd-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:56:41.7718664Z [00:07:35.023]➜  libmd-static-x86_64-unknown-linux-musl> checking for ssize_t... yes
2025-08-20T21:56:41.8036820Z [00:07:35.055]➜  libedit-static-x86_64-unknown-linux-musl>   CC       history.lo
2025-08-20T21:56:41.8656085Z [00:07:35.116]➜  libmd-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:56:41.8657491Z [00:07:35.116]➜  libmd-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:56:42.3353953Z [00:07:35.587]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-m32r.lo
2025-08-20T21:56:42.3396260Z [00:07:35.591]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-m68hc11.lo
2025-08-20T21:56:42.7278745Z [00:07:35.979]➜  libedit-static-x86_64-unknown-linux-musl>   CC       historyn.lo
2025-08-20T21:56:43.5080582Z [00:07:36.760]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-m68hc12.lo
2025-08-20T21:56:43.5441205Z [00:07:36.796]➜  libmd-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:56:43.6305232Z [00:07:36.877]➜  libmd-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T21:56:43.7230193Z [00:07:36.975]➜  libmd-static-x86_64-unknown-linux-musl> config.status: creating man/Makefile
2025-08-20T21:56:43.7884208Z [00:07:37.039]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-m68hc1x.lo
2025-08-20T21:56:43.7891945Z [00:07:37.041]➜  libmd-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:56:43.8646725Z [00:07:37.116]➜  libmd-static-x86_64-unknown-linux-musl> config.status: creating src/libmd.pc
2025-08-20T21:56:43.9295734Z [00:07:37.179]➜  libmd-static-x86_64-unknown-linux-musl> config.status: creating test/Makefile
2025-08-20T21:56:43.9996432Z [00:07:37.251]➜  libmd-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:56:44.0392023Z [00:07:37.291]➜  libmd-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:56:44.0460747Z [00:07:37.298]➜  libmd-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:56:44.0526316Z [00:07:37.304]➜  libedit-static-x86_64-unknown-linux-musl>   CC       filecomplete.lo
2025-08-20T21:56:44.1436874Z [00:07:37.395]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-m68k.lo
2025-08-20T21:56:44.1976044Z [00:07:37.449]➜  libmd-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:56:44.2175588Z [00:07:37.469]➜  libmd-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:56:44.2310127Z [00:07:37.483]➜  libmd-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:56:44.2384393Z [00:07:37.490]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0'
2025-08-20T21:56:44.2576370Z [00:07:37.509]➜  libmd-static-x86_64-unknown-linux-musl> Making all in include
2025-08-20T21:56:44.2685382Z [00:07:37.519]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/include'
2025-08-20T21:56:44.2686993Z [00:07:37.519]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:56:44.2694645Z [00:07:37.519]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/include'
2025-08-20T21:56:44.2702557Z [00:07:37.519]➜  libmd-static-x86_64-unknown-linux-musl> Making all in man
2025-08-20T21:56:44.2724981Z [00:07:37.523]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/man'
2025-08-20T21:56:44.2735772Z [00:07:37.525]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:56:44.2742103Z [00:07:37.525]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/man'
2025-08-20T21:56:44.2744321Z [00:07:37.526]➜  libmd-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:56:44.2815768Z [00:07:37.532]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:44.2817427Z [00:07:37.533]➜  libmd-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T21:56:44.2945644Z [00:07:37.544]➜  libmd-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:44.3015148Z [00:07:37.553]➜  libmd-static-x86_64-unknown-linux-musl>   CC       md2.lo
2025-08-20T21:56:44.3058052Z [00:07:37.557]➜  libmd-static-x86_64-unknown-linux-musl>   CC       md4.lo
2025-08-20T21:56:44.3116379Z [00:07:37.561]➜  libmd-static-x86_64-unknown-linux-musl>   CC       md5.lo
2025-08-20T21:56:44.3144593Z [00:07:37.561]➜  libmd-static-x86_64-unknown-linux-musl>   CC       rmd160.lo
2025-08-20T21:56:44.3145983Z [00:07:37.562]➜  libmd-static-x86_64-unknown-linux-musl>   CC       sha1.lo
2025-08-20T21:56:44.4155917Z [00:07:37.667]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-mcore.lo
2025-08-20T21:56:44.9528182Z [00:07:38.204]➜  libmd-static-x86_64-unknown-linux-musl>   CC       sha2.lo
2025-08-20T21:56:45.3008438Z [00:07:38.546]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-estream-printf.lo `test -f 'estream-printf.c' || echo './'`estream-printf.c
2025-08-20T21:56:45.4114870Z [00:07:38.663]➜  libmd-static-x86_64-unknown-linux-musl>   CC       md2hl.lo
2025-08-20T21:56:45.5697900Z [00:07:38.815]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c estream-printf.c -o libgpg_error_la-estream-printf.o
2025-08-20T21:56:45.6527434Z [00:07:38.904]➜  libmd-static-x86_64-unknown-linux-musl>   CC       md4hl.lo
2025-08-20T21:56:45.9882270Z [00:07:39.240]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-mep.lo
2025-08-20T21:56:45.9997646Z [00:07:39.251]➜  libedit-static-x86_64-unknown-linux-musl>   CC       readline.lo
2025-08-20T21:56:46.0191018Z [00:07:39.267]➜  libmd-static-x86_64-unknown-linux-musl>   CC       md5hl.lo
2025-08-20T21:56:46.0817071Z [00:07:39.333]➜  libmd-static-x86_64-unknown-linux-musl>   CC       rmd160hl.lo
2025-08-20T21:56:46.2372702Z [00:07:39.485]➜  libmd-static-x86_64-unknown-linux-musl>   CC       sha1hl.lo
2025-08-20T21:56:46.3365300Z [00:07:39.581]➜  libmd-static-x86_64-unknown-linux-musl>   CC       sha224hl.lo
2025-08-20T21:56:46.3582632Z [00:07:39.610]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-metag.lo
2025-08-20T21:56:46.6547715Z [00:07:39.906]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-microblaze.lo
2025-08-20T21:56:46.7155350Z [00:07:39.960]➜  libmd-static-x86_64-unknown-linux-musl>   CC       sha256hl.lo
2025-08-20T21:56:46.7212162Z [00:07:39.973]➜  libmd-static-x86_64-unknown-linux-musl>   CC       sha384hl.lo
2025-08-20T21:56:46.9525938Z [00:07:40.204]➜  libmd-static-x86_64-unknown-linux-musl>   CC       sha512hl.lo
2025-08-20T21:56:46.9857621Z [00:07:40.237]➜  libmd-static-x86_64-unknown-linux-musl>   CC       sha512_256hl.lo
2025-08-20T21:56:48.1352740Z [00:07:41.387]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-moxie.lo
2025-08-20T21:56:48.7340325Z [00:07:41.986]➜  libmd-static-x86_64-unknown-linux-musl>   CCLD     libmd.la
2025-08-20T21:56:48.9796571Z [00:07:42.231]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-msp430.lo
2025-08-20T21:56:49.0036876Z [00:07:42.255]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-mt.lo
2025-08-20T21:56:49.1625444Z [00:07:42.414]➜  libmd-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:49.1636980Z [00:07:42.415]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:49.1644297Z [00:07:42.416]➜  libmd-static-x86_64-unknown-linux-musl> Making all in test
2025-08-20T21:56:49.1705644Z [00:07:42.422]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:49.1711541Z [00:07:42.423]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:56:49.1718369Z [00:07:42.424]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:49.1776218Z [00:07:42.429]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0'
2025-08-20T21:56:49.1838234Z [00:07:42.435]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0'
2025-08-20T21:56:49.1852086Z [00:07:42.437]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0'
2025-08-20T21:56:49.1924565Z [00:07:42.443]➜  libmd-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T21:56:49.3873604Z [00:07:42.639]➜  libmd-static-x86_64-unknown-linux-musl> check flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash VERBOSE=y check
2025-08-20T21:56:49.4063840Z [00:07:42.658]➜  libmd-static-x86_64-unknown-linux-musl> Making check in include
2025-08-20T21:56:49.4128782Z [00:07:42.665]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0/include'
2025-08-20T21:56:49.4133638Z [00:07:42.665]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:56:49.4136103Z [00:07:42.665]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0/include'
2025-08-20T21:56:49.4141043Z [00:07:42.665]➜  libmd-static-x86_64-unknown-linux-musl> Making check in man
2025-08-20T21:56:49.4225529Z [00:07:42.673]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0/man'
2025-08-20T21:56:49.4227340Z [00:07:42.673]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:56:49.4228845Z [00:07:42.673]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0/man'
2025-08-20T21:56:49.4233563Z [00:07:42.673]➜  libmd-static-x86_64-unknown-linux-musl> Making check in src
2025-08-20T21:56:49.4321249Z [00:07:42.684]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:49.4325887Z [00:07:42.684]➜  libmd-static-x86_64-unknown-linux-musl> make  check-am
2025-08-20T21:56:49.4460604Z [00:07:42.698]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:49.4464076Z [00:07:42.698]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'check-am'.
2025-08-20T21:56:49.4466078Z [00:07:42.698]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:49.4467868Z [00:07:42.698]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:49.4472083Z [00:07:42.698]➜  libmd-static-x86_64-unknown-linux-musl> Making check in test
2025-08-20T21:56:49.4555602Z [00:07:42.705]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:49.4557769Z [00:07:42.708]➜  libmd-static-x86_64-unknown-linux-musl> make  md2 md4 md5 rmd160 sha1 sha2 test.h
2025-08-20T21:56:49.4682105Z [00:07:42.720]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:49.4731534Z [00:07:42.725]➜  libmd-static-x86_64-unknown-linux-musl>   CC       md2.o
2025-08-20T21:56:49.4845111Z [00:07:42.734]➜  libmd-static-x86_64-unknown-linux-musl>   CC       md4.o
2025-08-20T21:56:49.4846571Z [00:07:42.734]➜  libmd-static-x86_64-unknown-linux-musl>   CC       md5.o
2025-08-20T21:56:49.4954909Z [00:07:42.741]➜  libmd-static-x86_64-unknown-linux-musl>   CC       rmd160.o
2025-08-20T21:56:49.4956077Z [00:07:42.742]➜  libmd-static-x86_64-unknown-linux-musl>   CC       sha1.o
2025-08-20T21:56:49.5446858Z [00:07:42.796]➜  libedit-static-x86_64-unknown-linux-musl>   CC       literal.lo
2025-08-20T21:56:49.5827556Z [00:07:42.834]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-strsource.lo `test -f 'strsource.c' || echo './'`strsource.c
2025-08-20T21:56:49.7122609Z [00:07:42.962]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'test.h'.
2025-08-20T21:56:49.7124487Z [00:07:42.963]➜  libmd-static-x86_64-unknown-linux-musl>   CC       sha2.o
2025-08-20T21:56:49.7229218Z [00:07:42.975]➜  libmd-static-x86_64-unknown-linux-musl>   CCLD     rmd160
2025-08-20T21:56:49.7311216Z [00:07:42.983]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c strsource.c -o libgpg_error_la-strsource.o
2025-08-20T21:56:49.7387770Z [00:07:42.987]➜  libmd-static-x86_64-unknown-linux-musl>   CCLD     md4
2025-08-20T21:56:49.7404443Z [00:07:42.992]➜  libmd-static-x86_64-unknown-linux-musl>   CCLD     sha1
2025-08-20T21:56:49.7927281Z [00:07:43.044]➜  libmd-static-x86_64-unknown-linux-musl>   CCLD     md5
2025-08-20T21:56:49.9267589Z [00:07:43.176]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
2025-08-20T21:56:49.9980966Z [00:07:43.250]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-nds32.lo
2025-08-20T21:56:50.0536382Z [00:07:43.305]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c strerror.c -o libgpg_error_la-strerror.o
2025-08-20T21:56:50.0692176Z [00:07:43.321]➜  libedit-static-x86_64-unknown-linux-musl>   CC       vis.lo
2025-08-20T21:56:50.2007072Z [00:07:43.452]➜  libmd-static-x86_64-unknown-linux-musl>   CCLD     md2
2025-08-20T21:56:50.2235929Z [00:07:43.475]➜  libmd-static-x86_64-unknown-linux-musl>   CCLD     sha2
2025-08-20T21:56:50.4182505Z [00:07:43.670]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-or1k.lo
2025-08-20T21:56:50.4476778Z [00:07:43.699]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-pj.lo
2025-08-20T21:56:50.6068646Z [00:07:43.855]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-code-to-errno.lo `test -f 'code-to-errno.c' || echo './'`code-to-errno.c
2025-08-20T21:56:50.6245518Z [00:07:43.876]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:50.6251123Z [00:07:43.877]➜  libmd-static-x86_64-unknown-linux-musl> make  check-TESTS
2025-08-20T21:56:50.6319797Z [00:07:43.883]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:50.6781251Z [00:07:43.930]➜  libmd-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:50.7062956Z [00:07:43.958]➜  libmd-static-x86_64-unknown-linux-musl> PASS: md4
2025-08-20T21:56:50.7103582Z [00:07:43.962]➜  libmd-static-x86_64-unknown-linux-musl> PASS: md2
2025-08-20T21:56:50.7109017Z [00:07:43.963]➜  libmd-static-x86_64-unknown-linux-musl> PASS: md5
2025-08-20T21:56:50.7160347Z [00:07:43.968]➜  libmd-static-x86_64-unknown-linux-musl> PASS: rmd160
2025-08-20T21:56:50.7166737Z [00:07:43.968]➜  libmd-static-x86_64-unknown-linux-musl> PASS: sha1
2025-08-20T21:56:50.7243027Z [00:07:43.976]➜  libmd-static-x86_64-unknown-linux-musl> PASS: sha2
2025-08-20T21:56:50.7328569Z [00:07:43.981]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c code-to-errno.c -o libgpg_error_la-code-to-errno.o
2025-08-20T21:56:50.8348780Z [00:07:44.086]➜  libmd-static-x86_64-unknown-linux-musl> ============================================================================
2025-08-20T21:56:50.8349980Z [00:07:44.086]➜  libmd-static-x86_64-unknown-linux-musl> Testsuite summary for libmd 1.1.0
2025-08-20T21:56:50.8351153Z [00:07:44.086]➜  libmd-static-x86_64-unknown-linux-musl> ============================================================================
2025-08-20T21:56:50.8352169Z [00:07:44.086]➜  libmd-static-x86_64-unknown-linux-musl> # TOTAL: 6
2025-08-20T21:56:50.8353713Z [00:07:44.087]➜  libmd-static-x86_64-unknown-linux-musl> # PASS:  6
2025-08-20T21:56:50.8354708Z [00:07:44.087]➜  libmd-static-x86_64-unknown-linux-musl> # SKIP:  0
2025-08-20T21:56:50.8355751Z [00:07:44.087]➜  libmd-static-x86_64-unknown-linux-musl> # XFAIL: 0
2025-08-20T21:56:50.8356684Z [00:07:44.087]➜  libmd-static-x86_64-unknown-linux-musl> # FAIL:  0
2025-08-20T21:56:50.8372069Z [00:07:44.088]➜  libmd-static-x86_64-unknown-linux-musl> # XPASS: 0
2025-08-20T21:56:50.8373507Z [00:07:44.088]➜  libmd-static-x86_64-unknown-linux-musl> # ERROR: 0
2025-08-20T21:56:50.8374580Z [00:07:44.088]➜  libmd-static-x86_64-unknown-linux-musl> ============================================================================
2025-08-20T21:56:50.8375837Z [00:07:44.088]➜  libmd-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:50.8385391Z [00:07:44.090]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:50.8386948Z [00:07:44.090]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:50.8408551Z [00:07:44.093]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0'
2025-08-20T21:56:50.8500123Z [00:07:44.102]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0'
2025-08-20T21:56:50.8589313Z [00:07:44.110]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-code-from-errno.lo `test -f 'code-from-errno.c' || echo './'`code-from-errno.c
2025-08-20T21:56:50.8628834Z [00:07:44.115]➜  libmd-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:56:50.8675500Z [00:07:44.119]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-ppc.lo
2025-08-20T21:56:50.8929684Z [00:07:44.145]➜  libmd-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:56:50.9129166Z [00:07:44.165]➜  libmd-static-x86_64-unknown-linux-musl> Making install in include
2025-08-20T21:56:50.9174639Z [00:07:44.166]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0/include'
2025-08-20T21:56:50.9224271Z [00:07:44.171]➜  go> Building packages and commands for linux/amd64.
2025-08-20T21:56:50.9337595Z [00:07:44.184]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/include'
2025-08-20T21:56:50.9376745Z [00:07:44.184]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:56:50.9379437Z [00:07:44.185]➜  libmd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/include'
2025-08-20T21:56:50.9489109Z [00:07:44.200]➜  libmd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 md2.h md4.h md5.h rmd160.h sha1.h sha2.h ripemd.h sha.h sha256.h sha512.h '/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/include'
2025-08-20T21:56:50.9573715Z [00:07:44.209]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/include'
2025-08-20T21:56:50.9586090Z [00:07:44.210]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0/include'
2025-08-20T21:56:50.9605690Z [00:07:44.212]➜  libmd-static-x86_64-unknown-linux-musl> Making install in man
2025-08-20T21:56:50.9730517Z [00:07:44.225]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0/man'
2025-08-20T21:56:50.9743810Z [00:07:44.226]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/man'
2025-08-20T21:56:50.9777965Z [00:07:44.229]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c code-from-errno.c -o libgpg_error_la-code-from-errno.o
2025-08-20T21:56:50.9807798Z [00:07:44.232]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:56:50.9853690Z [00:07:44.237]➜  libmd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3'
2025-08-20T21:56:50.9940266Z [00:07:44.246]➜  libmd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man7'
2025-08-20T21:56:51.0184614Z [00:07:44.270]➜  libmd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 md2.3 md4.3 md5.3 rmd160.3 sha1.3 sha2.3 '/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3'
2025-08-20T21:56:51.0218233Z [00:07:44.273]➜  libmd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmd.7 '/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man7'
2025-08-20T21:56:51.0303623Z [00:07:44.282]➜  libmd-static-x86_64-unknown-linux-musl> make  install-data-hook
2025-08-20T21:56:51.0446694Z [00:07:44.296]➜  libmd-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmd-1.1.0/man'
2025-08-20T21:56:51.0451138Z [00:07:44.297]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2Transform.3
2025-08-20T21:56:51.0488976Z [00:07:44.300]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2Init.3
2025-08-20T21:56:51.0530533Z [00:07:44.305]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2Final.3
2025-08-20T21:56:51.0617878Z [00:07:44.312]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2Update.3
2025-08-20T21:56:51.0621952Z [00:07:44.312]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2End.3
2025-08-20T21:56:51.0663510Z [00:07:44.312]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2File.3
2025-08-20T21:56:51.0668451Z [00:07:44.315]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2FileChunk.3
2025-08-20T21:56:51.0672834Z [00:07:44.318]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2Data.3
2025-08-20T21:56:51.0693569Z [00:07:44.321]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md4.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Transform.3
2025-08-20T21:56:51.0721183Z [00:07:44.321]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md4.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Init.3
2025-08-20T21:56:51.0725081Z [00:07:44.322]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md4.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Final.3
2025-08-20T21:56:51.0731213Z [00:07:44.325]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md4.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Update.3
2025-08-20T21:56:51.0769830Z [00:07:44.328]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md4.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4End.3
2025-08-20T21:56:51.0798808Z [00:07:44.331]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md4.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4File.3
2025-08-20T21:56:51.0808203Z [00:07:44.332]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md4.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4FileChunk.3
2025-08-20T21:56:51.0881803Z [00:07:44.340]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md4.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Pad.3
2025-08-20T21:56:51.0896151Z [00:07:44.341]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md4.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Data.3
2025-08-20T21:56:51.0904284Z [00:07:44.342]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md5.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Transform.3
2025-08-20T21:56:51.0965934Z [00:07:44.348]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md5.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Init.3
2025-08-20T21:56:51.1020195Z [00:07:44.351]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md5.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Final.3
2025-08-20T21:56:51.1050526Z [00:07:44.354]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md5.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Update.3
2025-08-20T21:56:51.1055021Z [00:07:44.356]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md5.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5End.3
2025-08-20T21:56:51.1075421Z [00:07:44.358]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md5.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5File.3
2025-08-20T21:56:51.1079374Z [00:07:44.358]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md5.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5FileChunk.3
2025-08-20T21:56:51.1086560Z [00:07:44.359]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md5.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Pad.3
2025-08-20T21:56:51.1108122Z [00:07:44.362]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f md5.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Data.3
2025-08-20T21:56:51.1149752Z [00:07:44.367]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f rmd160.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Transform.3
2025-08-20T21:56:51.1171470Z [00:07:44.369]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f rmd160.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Init.3
2025-08-20T21:56:51.1205119Z [00:07:44.372]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-pru.lo
2025-08-20T21:56:51.1272383Z [00:07:44.379]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f rmd160.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Final.3
2025-08-20T21:56:51.1299690Z [00:07:44.382]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f rmd160.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Update.3
2025-08-20T21:56:51.1315829Z [00:07:44.382]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f rmd160.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160End.3
2025-08-20T21:56:51.1318398Z [00:07:44.383]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f rmd160.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160File.3
2025-08-20T21:56:51.1347779Z [00:07:44.386]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f rmd160.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160FileChunk.3
2025-08-20T21:56:51.1448085Z [00:07:44.393]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f rmd160.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Pad.3
2025-08-20T21:56:51.1451205Z [00:07:44.396]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f rmd160.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Data.3
2025-08-20T21:56:51.1465578Z [00:07:44.398]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha1.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Transform.3
2025-08-20T21:56:51.1492294Z [00:07:44.401]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha1.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Init.3
2025-08-20T21:56:51.1540663Z [00:07:44.404]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha1.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Final.3
2025-08-20T21:56:51.1617335Z [00:07:44.413]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha1.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Update.3
2025-08-20T21:56:51.1629626Z [00:07:44.415]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha1.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1End.3
2025-08-20T21:56:51.1651673Z [00:07:44.417]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha1.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1File.3
2025-08-20T21:56:51.1712566Z [00:07:44.422]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha1.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1FileChunk.3
2025-08-20T21:56:51.1719643Z [00:07:44.422]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha1.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Pad.3
2025-08-20T21:56:51.1734401Z [00:07:44.425]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha1.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Data.3
2025-08-20T21:56:51.1772319Z [00:07:44.429]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Init.3
2025-08-20T21:56:51.1834422Z [00:07:44.431]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-visibility.lo `test -f 'visibility.c' || echo './'`visibility.c
2025-08-20T21:56:51.1856287Z [00:07:44.437]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Update.3
2025-08-20T21:56:51.1905144Z [00:07:44.440]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Pad.3
2025-08-20T21:56:51.1949790Z [00:07:44.447]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Final.3
2025-08-20T21:56:51.1968030Z [00:07:44.448]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Transform.3
2025-08-20T21:56:51.1977965Z [00:07:44.449]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256End.3
2025-08-20T21:56:51.2015599Z [00:07:44.453]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256File.3
2025-08-20T21:56:51.2018399Z [00:07:44.453]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256FileChunk.3
2025-08-20T21:56:51.2069841Z [00:07:44.459]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Data.3
2025-08-20T21:56:51.2073118Z [00:07:44.459]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Init.3
2025-08-20T21:56:51.2105251Z [00:07:44.461]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Update.3
2025-08-20T21:56:51.2147481Z [00:07:44.466]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Pad.3
2025-08-20T21:56:51.2187172Z [00:07:44.468]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Final.3
2025-08-20T21:56:51.2188867Z [00:07:44.470]➜  libedit-static-x86_64-unknown-linux-musl>   CC       unvis.lo
2025-08-20T21:56:51.2220844Z [00:07:44.474]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Transform.3
2025-08-20T21:56:51.2270984Z [00:07:44.479]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384End.3
2025-08-20T21:56:51.2281055Z [00:07:44.480]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384File.3
2025-08-20T21:56:51.2290800Z [00:07:44.480]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384FileChunk.3
2025-08-20T21:56:51.2317718Z [00:07:44.483]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Data.3
2025-08-20T21:56:51.2396620Z [00:07:44.489]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Init.3
2025-08-20T21:56:51.2405219Z [00:07:44.489]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Update.3
2025-08-20T21:56:51.2408228Z [00:07:44.491]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Pad.3
2025-08-20T21:56:51.2447686Z [00:07:44.496]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Final.3
2025-08-20T21:56:51.2533736Z [00:07:44.504]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Transform.3
2025-08-20T21:56:51.2560054Z [00:07:44.505]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512End.3
2025-08-20T21:56:51.2615146Z [00:07:44.508]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512File.3
2025-08-20T21:56:51.2618397Z [00:07:44.510]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512FileChunk.3
2025-08-20T21:56:51.2622404Z [00:07:44.514]➜  libmd-static-x86_64-unknown-linux-musl> ln -s -f sha2.3 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Data.3
2025-08-20T21:56:51.2673034Z [00:07:44.519]➜  libmd-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmd-1.1.0/man'
2025-08-20T21:56:51.2676667Z [00:07:44.519]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/man'
2025-08-20T21:56:51.2678290Z [00:07:44.519]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0/man'
2025-08-20T21:56:51.2706984Z [00:07:44.522]➜  libmd-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:56:51.2708417Z [00:07:44.522]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:51.2709498Z [00:07:44.522]➜  libmd-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T21:56:51.2772932Z [00:07:44.529]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:51.2885969Z [00:07:44.540]➜  libmd-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:51.2899305Z [00:07:44.542]➜  libmd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib'
2025-08-20T21:56:51.2949263Z [00:07:44.547]➜  libmd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/pkgconfig'
2025-08-20T21:56:51.2964575Z [00:07:44.548]➜  libmd-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libmd.la '/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib'
2025-08-20T21:56:51.3077583Z [00:07:44.559]➜  libmd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmd.pc '/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/pkgconfig'
2025-08-20T21:56:51.3208530Z [00:07:44.572]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c visibility.c -o libgpg_error_la-visibility.o
2025-08-20T21:56:51.3996938Z [00:07:44.646]➜  libmd-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libmd.lai /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/libmd.la
2025-08-20T21:56:51.4089480Z [00:07:44.659]➜  libmd-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libmd.a /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/libmd.a
2025-08-20T21:56:51.4206186Z [00:07:44.672]➜  libmd-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/libmd.a
2025-08-20T21:56:51.4297206Z [00:07:44.681]➜  libmd-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/libmd.a
2025-08-20T21:56:51.6155843Z [00:07:44.865]➜  libmd-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib
2025-08-20T21:56:51.6205621Z [00:07:44.866]➜  libmd-static-x86_64-unknown-linux-musl> /build/libmd-1.1.0/libtool: line 1886: ldconfig: command not found
2025-08-20T21:56:51.6257771Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:56:51.6259716Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:56:51.6263039Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl>    /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib
2025-08-20T21:56:51.6284058Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:51.6285647Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:56:51.6287275Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:56:51.6288898Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:56:51.6290421Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:56:51.6291967Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:56:51.6293536Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:56:51.6294928Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:56:51.6296294Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:56:51.6297604Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:56:51.6299144Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:56:51.6300453Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:51.6301340Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:51.6302622Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:56:51.6304562Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:56:51.6306469Z [00:07:44.877]➜  libmd-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:56:51.6307879Z [00:07:44.878]➜  libmd-static-x86_64-unknown-linux-musl> make  install-exec-hook
2025-08-20T21:56:51.6408997Z [00:07:44.891]➜  libmd-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:51.6412089Z [00:07:44.891]➜  libmd-static-x86_64-unknown-linux-musl> if [ "/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib" != "/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib" ]; then \
2025-08-20T21:56:51.6416149Z [00:07:44.891]➜  libmd-static-x86_64-unknown-linux-musl>         /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib; \
2025-08-20T21:56:51.6419250Z [00:07:44.891]➜  libmd-static-x86_64-unknown-linux-musl>         mv /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/libmd*.so.* \
2025-08-20T21:56:51.6424566Z [00:07:44.891]➜  libmd-static-x86_64-unknown-linux-musl>            /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/; \
2025-08-20T21:56:51.6427292Z [00:07:44.891]➜  libmd-static-x86_64-unknown-linux-musl>         soname=`readlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/libmd.so`; \
2025-08-20T21:56:51.6430786Z [00:07:44.891]➜  libmd-static-x86_64-unknown-linux-musl>         sorelprefix=`echo /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib | /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed -r -e 's:(^/)?[^/]+:..:g'`; \
2025-08-20T21:56:51.6434431Z [00:07:44.891]➜  libmd-static-x86_64-unknown-linux-musl>         ln -sf $sorelprefix/nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/$soname \
2025-08-20T21:56:51.6437173Z [00:07:44.891]➜  libmd-static-x86_64-unknown-linux-musl>                /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib/libmd.so; \
2025-08-20T21:56:51.6439014Z [00:07:44.891]➜  libmd-static-x86_64-unknown-linux-musl> fi
2025-08-20T21:56:51.6466016Z [00:07:44.898]➜  libmd-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:51.6468261Z [00:07:44.898]➜  libmd-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:51.6470306Z [00:07:44.898]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:51.6471774Z [00:07:44.898]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0/src'
2025-08-20T21:56:51.6473041Z [00:07:44.898]➜  libmd-static-x86_64-unknown-linux-musl> Making install in test
2025-08-20T21:56:51.6495366Z [00:07:44.901]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:51.6634992Z [00:07:44.912]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:51.6636826Z [00:07:44.912]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:56:51.6638425Z [00:07:44.912]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:56:51.6640041Z [00:07:44.912]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:51.6641647Z [00:07:44.912]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0/test'
2025-08-20T21:56:51.6643174Z [00:07:44.915]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmd-1.1.0'
2025-08-20T21:56:51.6840720Z [00:07:44.936]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmd-1.1.0'
2025-08-20T21:56:51.6842519Z [00:07:44.936]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:56:51.6844537Z [00:07:44.936]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:56:51.6845928Z [00:07:44.936]➜  libmd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmd-1.1.0'
2025-08-20T21:56:51.6848687Z [00:07:44.937]➜  libmd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmd-1.1.0'
2025-08-20T21:56:51.6909429Z [00:07:44.943]➜  libmd-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:56:51.7636337Z [00:07:45.013]➜  libmd-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:51.7932961Z [00:07:45.045]➜  libmd-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0...
2025-08-20T21:56:51.8454910Z [00:07:45.097]➜  libmd-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/
2025-08-20T21:56:51.8526126Z [00:07:45.103]➜  libedit-static-x86_64-unknown-linux-musl>   CCLD     libedit.la
2025-08-20T21:56:52.1415169Z [00:07:45.390]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-rl78.lo
2025-08-20T21:56:52.4696445Z [00:07:45.721]➜  libedit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libedit-20250104-3.1/src'
2025-08-20T21:56:52.4703073Z [00:07:45.721]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libedit-20250104-3.1/src'
2025-08-20T21:56:52.4706763Z [00:07:45.722]➜  libedit-static-x86_64-unknown-linux-musl> Making all in examples
2025-08-20T21:56:52.4805520Z [00:07:45.732]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libedit-20250104-3.1/examples'
2025-08-20T21:56:52.4947109Z [00:07:45.746]➜  libedit-static-x86_64-unknown-linux-musl>   CC       tc1.o
2025-08-20T21:56:52.9937791Z [00:07:46.245]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-sysutils.lo `test -f 'sysutils.c' || echo './'`sysutils.c
2025-08-20T21:56:53.0009805Z [00:07:46.252]➜  libedit-static-x86_64-unknown-linux-musl>   CCLD     tc1
2025-08-20T21:56:53.1566879Z [00:07:46.407]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c sysutils.c -o libgpg_error_la-sysutils.o
2025-08-20T21:56:53.2337695Z [00:07:46.485]➜  libmd-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:53.2461136Z [00:07:46.498]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-rx.lo
2025-08-20T21:56:53.2597177Z [00:07:46.511]➜  libmd-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/lib
2025-08-20T21:56:53.3720451Z [00:07:46.623]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-stringutils.lo `test -f 'stringutils.c' || echo './'`stringutils.c
2025-08-20T21:56:53.4467885Z [00:07:46.697]➜  libedit-static-x86_64-unknown-linux-musl>   CC       fileman.o
2025-08-20T21:56:53.4854454Z [00:07:46.737]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c stringutils.c -o libgpg_error_la-stringutils.o
2025-08-20T21:56:53.8158200Z [00:07:47.067]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-s12z.lo
2025-08-20T21:56:53.8329352Z [00:07:47.084]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-strlist.lo `test -f 'strlist.c' || echo './'`strlist.c
2025-08-20T21:56:53.9478890Z [00:07:47.199]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c strlist.c -o libgpg_error_la-strlist.o
2025-08-20T21:56:54.0525298Z [00:07:47.300]➜  libedit-static-x86_64-unknown-linux-musl>   CCLD     fileman
2025-08-20T21:56:54.1420741Z [00:07:47.393]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Data.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.1555742Z [00:07:47.407]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256End.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.1638381Z [00:07:47.415]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Data.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.1691517Z [00:07:47.421]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Init.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.1784698Z [00:07:47.430]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Pad.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.1894441Z [00:07:47.441]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4End.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.2024129Z [00:07:47.454]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4File.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.2194477Z [00:07:47.468]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256FileChunk.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.2262659Z [00:07:47.478]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Pad.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.2314744Z [00:07:47.483]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Pad.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.2435670Z [00:07:47.493]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2Init.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.2495081Z [00:07:47.501]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160FileChunk.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.2570324Z [00:07:47.509]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Final.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.2706841Z [00:07:47.522]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5End.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.2814665Z [00:07:47.533]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Pad.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.2882709Z [00:07:47.540]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384End.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.3031047Z [00:07:47.554]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1FileChunk.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.3132670Z [00:07:47.564]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2Final.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.3189332Z [00:07:47.570]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1End.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.3306093Z [00:07:47.582]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5File.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.3452219Z [00:07:47.597]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256File.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.3538328Z [00:07:47.605]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-name-value.lo `test -f 'name-value.c' || echo './'`name-value.c
2025-08-20T21:56:54.3582886Z [00:07:47.610]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Transform.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.3714105Z [00:07:47.623]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512FileChunk.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.3826797Z [00:07:47.634]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1File.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.3908452Z [00:07:47.642]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Update.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.3940371Z [00:07:47.646]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-s390.lo
2025-08-20T21:56:54.4013936Z [00:07:47.653]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Transform.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.4141987Z [00:07:47.666]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Update.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.4227106Z [00:07:47.674]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5FileChunk.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.4343742Z [00:07:47.685]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512File.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.4491833Z [00:07:47.701]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Init.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.4539812Z [00:07:47.705]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Update.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.4620562Z [00:07:47.714]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Init.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.4717304Z [00:07:47.723]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2End.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.4767199Z [00:07:47.728]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Final.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.4876288Z [00:07:47.739]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Init.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.4961784Z [00:07:47.748]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c name-value.c -o libgpg_error_la-name-value.o
2025-08-20T21:56:54.4967354Z [00:07:47.748]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Data.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5021392Z [00:07:47.754]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Pad.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5102526Z [00:07:47.762]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2File.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5218713Z [00:07:47.773]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Init.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5286725Z [00:07:47.780]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Transform.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5422554Z [00:07:47.794]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Update.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5502569Z [00:07:47.800]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Pad.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5567603Z [00:07:47.808]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384FileChunk.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5693089Z [00:07:47.820]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Transform.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5729365Z [00:07:47.824]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Transform.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5809743Z [00:07:47.832]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384File.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.5912458Z [00:07:47.843]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Transform.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6030663Z [00:07:47.854]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Final.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6076610Z [00:07:47.859]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2Data.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6198031Z [00:07:47.871]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Update.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6291165Z [00:07:47.881]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Data.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6426752Z [00:07:47.894]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Final.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6485472Z [00:07:47.900]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160Final.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6489519Z [00:07:47.900]➜  libedit-static-x86_64-unknown-linux-musl>   CC       wtc1.o
2025-08-20T21:56:54.6560407Z [00:07:47.907]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Pad.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6668623Z [00:07:47.918]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2Update.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6740853Z [00:07:47.926]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4FileChunk.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6857533Z [00:07:47.937]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Update.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.6942335Z [00:07:47.946]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160End.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7061414Z [00:07:47.958]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/RMD160File.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7139148Z [00:07:47.964]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Init.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7202021Z [00:07:47.971]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2Transform.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7281110Z [00:07:47.980]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA1Data.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7361016Z [00:07:47.988]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD5Final.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7440069Z [00:07:47.996]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD4Data.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7537925Z [00:07:48.005]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512End.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7657357Z [00:07:48.017]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA512Init.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7692394Z [00:07:48.021]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/MD2FileChunk.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7754362Z [00:07:48.027]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Data.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7852177Z [00:07:48.037]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Update.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.7974071Z [00:07:48.049]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA256Final.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:54.8113960Z [00:07:48.063]➜  libmd-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0/share/man/man3/SHA384Transform.3.gz to be relative to /nix/store/1f4k0x1ll53dv9rjpvg3lcwrhhq2mxpp-libmd-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:56:55.0435466Z [00:07:48.282]➜  building '/nix/store/s7hh1wri10s47dk8z4k3myyjvkpgp4lk-libmnl-static-x86_64-unknown-linux-musl-1.0.5.drv'...
2025-08-20T21:56:55.0939015Z [00:07:48.346]➜  libedit-static-x86_64-unknown-linux-musl>   CCLD     wtc1
2025-08-20T21:56:55.1581768Z [00:07:48.410]➜  libmnl-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:56:55.1691962Z [00:07:48.421]➜  libmnl-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/nring4kv1fi194sxw087mhvad12kr2hm-libmnl-1.0.5.tar.bz2
2025-08-20T21:56:55.3072925Z [00:07:48.559]➜  libmnl-static-x86_64-unknown-linux-musl> source root is libmnl-1.0.5
2025-08-20T21:56:55.3264025Z [00:07:48.578]➜  libmnl-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1649157339 of file "libmnl-1.0.5/src/Makefile.in"
2025-08-20T21:56:55.3378288Z [00:07:48.590]➜  libmnl-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:56:55.3539725Z [00:07:48.606]➜  libmnl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:56:55.3701334Z [00:07:48.621]➜  libmnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:56:55.3853823Z [00:07:48.637]➜  libmnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:56:55.3865091Z [00:07:48.638]➜  libmnl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:56:55.4056296Z [00:07:48.654]➜  libmnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:56:55.4081668Z [00:07:48.660]➜  libmnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:56:55.4158304Z [00:07:48.668]➜  libmnl-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:56:55.4349460Z [00:07:48.687]➜  libmnl-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:56:55.4560425Z [00:07:48.708]➜  libmnl-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:56:55.4594491Z [00:07:48.709]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-sh.lo
2025-08-20T21:56:55.4696433Z [00:07:48.721]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-syscall-clamp.lo `test -f 'syscall-clamp.c' || echo './'`syscall-clamp.c
2025-08-20T21:56:55.4932231Z [00:07:48.745]➜  libmnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:56:55.4983687Z [00:07:48.750]➜  libmnl-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:56:55.5156022Z [00:07:48.766]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libedit-20250104-3.1/examples'
2025-08-20T21:56:55.5157671Z [00:07:48.766]➜  libedit-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:56:55.5168274Z [00:07:48.769]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libedit-20250104-3.1/doc'
2025-08-20T21:56:55.5389001Z [00:07:48.790]➜  libmnl-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:56:55.5622784Z [00:07:48.814]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c syscall-clamp.c -o libgpg_error_la-syscall-clamp.o
2025-08-20T21:56:55.6636462Z [00:07:48.915]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libedit-20250104-3.1/doc'
2025-08-20T21:56:55.6676813Z [00:07:48.917]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libedit-20250104-3.1'
2025-08-20T21:56:55.6718806Z [00:07:48.924]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libedit-20250104-3.1'
2025-08-20T21:56:55.6735932Z [00:07:48.925]➜  libedit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libedit-20250104-3.1'
2025-08-20T21:56:55.6835374Z [00:07:48.935]➜  libedit-static-x86_64-unknown-linux-musl> buildPhase completed in 33 seconds
2025-08-20T21:56:55.6849454Z [00:07:48.935]➜  libedit-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:56:55.6988047Z [00:07:48.950]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-logging.lo `test -f 'logging.c' || echo './'`logging.c
2025-08-20T21:56:55.7028213Z [00:07:48.953]➜  libedit-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/lib/pkgconfig m4datadir=/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/share/aclocal aclocaldir=/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/share/aclocal install
2025-08-20T21:56:55.7166953Z [00:07:48.968]➜  libedit-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:56:55.7239914Z [00:07:48.976]➜  libedit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libedit-20250104-3.1/src'
2025-08-20T21:56:55.7240990Z [00:07:48.976]➜  libedit-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T21:56:55.7491831Z [00:07:48.999]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libedit-20250104-3.1/src'
2025-08-20T21:56:55.7557275Z [00:07:49.007]➜  libedit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libedit-20250104-3.1/src'
2025-08-20T21:56:55.7599408Z [00:07:49.012]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib'
2025-08-20T21:56:55.7678656Z [00:07:49.019]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libedit.la '/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib'
2025-08-20T21:56:55.8579442Z [00:07:49.109]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c logging.c -o libgpg_error_la-logging.o
2025-08-20T21:56:55.8922968Z [00:07:49.144]➜  libedit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libedit.lai /nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib/libedit.la
2025-08-20T21:56:55.9081476Z [00:07:49.160]➜  libedit-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libedit.a /nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib/libedit.a
2025-08-20T21:56:55.9307901Z [00:07:49.182]➜  libedit-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib/libedit.a
2025-08-20T21:56:55.9426016Z [00:07:49.192]➜  libedit-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib/libedit.a
2025-08-20T21:56:55.9510836Z [00:07:49.203]➜  libmnl-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:56:55.9812067Z [00:07:49.233]➜  libmnl-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:56:56.0227646Z [00:07:49.274]➜  libmnl-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:56:56.0434545Z [00:07:49.295]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:56:56.0734190Z [00:07:49.325]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:56:56.0836878Z [00:07:49.335]➜  libmnl-static-x86_64-unknown-linux-musl> checking for a thread-safe mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:56:56.0884536Z [00:07:49.337]➜  libmnl-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:56:56.0901395Z [00:07:49.340]➜  libedit-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib
2025-08-20T21:56:56.1007043Z [00:07:49.341]➜  libedit-static-x86_64-unknown-linux-musl> /build/libedit-20250104-3.1/libtool: line 1886: ldconfig: command not found
2025-08-20T21:56:56.1008634Z [00:07:49.342]➜  libedit-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:56:56.1010109Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:56:56.1011792Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl>    /nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib
2025-08-20T21:56:56.1013375Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:56.1014474Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:56:56.1015832Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:56:56.1017253Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:56:56.1018923Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:56:56.1020330Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:56:56.1021521Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:56:56.1022747Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:56:56.1024115Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:56:56.1025260Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:56:56.1026571Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:56:56.1027628Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:56.1028389Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> 
2025-08-20T21:56:56.1029598Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:56:56.1031186Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:56:56.1032859Z [00:07:49.343]➜  libedit-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:56:56.1125849Z [00:07:49.350]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include'
2025-08-20T21:56:56.1128215Z [00:07:49.358]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:56:56.1131019Z [00:07:49.361]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644  histedit.h '/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/.'
2025-08-20T21:56:56.1134864Z [00:07:49.362]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline'
2025-08-20T21:56:56.1138624Z [00:07:49.363]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644  editline/readline.h '/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline'
2025-08-20T21:56:56.1141154Z [00:07:49.366]➜  libedit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libedit-20250104-3.1/src'
2025-08-20T21:56:56.1142522Z [00:07:49.366]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libedit-20250104-3.1/src'
2025-08-20T21:56:56.1174580Z [00:07:49.366]➜  libedit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libedit-20250104-3.1/src'
2025-08-20T21:56:56.1175886Z [00:07:49.366]➜  libedit-static-x86_64-unknown-linux-musl> Making install in examples
2025-08-20T21:56:56.1295081Z [00:07:49.374]➜  libedit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libedit-20250104-3.1/examples'
2025-08-20T21:56:56.1305264Z [00:07:49.379]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libedit-20250104-3.1/examples'
2025-08-20T21:56:56.1306730Z [00:07:49.379]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:56:56.1308020Z [00:07:49.379]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:56:56.1309746Z [00:07:49.379]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libedit-20250104-3.1/examples'
2025-08-20T21:56:56.1311338Z [00:07:49.382]➜  libedit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libedit-20250104-3.1/examples'
2025-08-20T21:56:56.1312630Z [00:07:49.383]➜  libedit-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T21:56:56.1340871Z [00:07:49.386]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:56:56.1360643Z [00:07:49.388]➜  libedit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libedit-20250104-3.1/doc'
2025-08-20T21:56:56.1423148Z [00:07:49.394]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libedit-20250104-3.1/doc'
2025-08-20T21:56:56.1429554Z [00:07:49.395]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:56:56.1498273Z [00:07:49.401]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3'
2025-08-20T21:56:56.1685441Z [00:07:49.420]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 editline.3 '/nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3'
2025-08-20T21:56:56.1838408Z [00:07:49.433]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man5'
2025-08-20T21:56:56.1945981Z [00:07:49.446]➜  libmnl-static-x86_64-unknown-linux-musl> checking how to create a pax tar archive... gnutar
2025-08-20T21:56:56.2000637Z [00:07:49.452]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 editrc.5 '/nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man5'
2025-08-20T21:56:56.2117829Z [00:07:49.463]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:56:56.2123946Z [00:07:49.463]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:56:56.2185854Z [00:07:49.466]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man7'
2025-08-20T21:56:56.2496865Z [00:07:49.501]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 editline.7 '/nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man7'
2025-08-20T21:56:56.2574403Z [00:07:49.509]➜  libedit-static-x86_64-unknown-linux-musl> make  install-data-hook
2025-08-20T21:56:56.2655394Z [00:07:49.515]➜  libedit-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libedit-20250104-3.1/doc'
2025-08-20T21:56:56.2663619Z [00:07:49.518]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_deletestr.3 && ln -s editline.3 el_deletestr.3)
2025-08-20T21:56:56.2825833Z [00:07:49.534]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_end.3 && ln -s editline.3 el_end.3)
2025-08-20T21:56:56.3087027Z [00:07:49.560]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_get.3 && ln -s editline.3 el_get.3)
2025-08-20T21:56:56.3183520Z [00:07:49.568]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_getc.3 && ln -s editline.3 el_getc.3)
2025-08-20T21:56:56.3373180Z [00:07:49.589]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_gets.3 && ln -s editline.3 el_gets.3)
2025-08-20T21:56:56.3577143Z [00:07:49.609]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_init.3 && ln -s editline.3 el_init.3)
2025-08-20T21:56:56.3792702Z [00:07:49.631]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_init_fd.3 && ln -s editline.3 el_init_fd.3)
2025-08-20T21:56:56.4047489Z [00:07:49.656]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_insertstr.3 && ln -s editline.3 el_insertstr.3)
2025-08-20T21:56:56.4136469Z [00:07:49.665]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_line.3 && ln -s editline.3 el_line.3)
2025-08-20T21:56:56.4251479Z [00:07:49.677]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_parse.3 && ln -s editline.3 el_parse.3)
2025-08-20T21:56:56.4400812Z [00:07:49.692]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_push.3 && ln -s editline.3 el_push.3)
2025-08-20T21:56:56.4660708Z [00:07:49.716]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_reset.3 && ln -s editline.3 el_reset.3)
2025-08-20T21:56:56.4856139Z [00:07:49.735]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_resize.3 && ln -s editline.3 el_resize.3)
2025-08-20T21:56:56.4981574Z [00:07:49.750]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_set.3 && ln -s editline.3 el_set.3)
2025-08-20T21:56:56.5231806Z [00:07:49.775]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_source.3 && ln -s editline.3 el_source.3)
2025-08-20T21:56:56.5420137Z [00:07:49.794]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_history.3 && ln -s editline.3 el_history.3)
2025-08-20T21:56:56.5663055Z [00:07:49.818]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_history_end.3 && ln -s editline.3 el_history_end.3)
2025-08-20T21:56:56.5801559Z [00:07:49.832]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_history_init.3 && ln -s editline.3 el_history_init.3)
2025-08-20T21:56:56.5819549Z [00:07:49.834]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:56:56.5914898Z [00:07:49.837]➜  libmnl-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:56:56.5955562Z [00:07:49.846]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_tok_end.3 && ln -s editline.3 el_tok_end.3)
2025-08-20T21:56:56.6135806Z [00:07:49.862]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_tok_init.3 && ln -s editline.3 el_tok_init.3)
2025-08-20T21:56:56.6210902Z [00:07:49.873]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_tok_line.3 && ln -s editline.3 el_tok_line.3)
2025-08-20T21:56:56.6345715Z [00:07:49.886]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_tok_reset.3 && ln -s editline.3 el_tok_reset.3)
2025-08-20T21:56:56.6500561Z [00:07:49.902]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_tok_str.3 && ln -s editline.3 el_tok_str.3)
2025-08-20T21:56:56.6639205Z [00:07:49.915]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_wdeletestr.3 && ln -s editline.3 el_wdeletestr.3)
2025-08-20T21:56:56.6849227Z [00:07:49.936]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_wget.3 && ln -s editline.3 el_wget.3)
2025-08-20T21:56:56.6991821Z [00:07:49.951]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_wgetc.3 && ln -s editline.3 el_wgetc.3)
2025-08-20T21:56:56.7127613Z [00:07:49.964]➜  libmnl-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:56:56.7139678Z [00:07:49.966]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_wgets.3 && ln -s editline.3 el_wgets.3)
2025-08-20T21:56:56.7289267Z [00:07:49.979]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_winsertstr.3 && ln -s editline.3 el_winsertstr.3)
2025-08-20T21:56:56.7296021Z [00:07:49.979]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:56:56.7395791Z [00:07:49.991]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_wline.3 && ln -s editline.3 el_wline.3)
2025-08-20T21:56:56.7486062Z [00:07:50.000]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_wparse.3 && ln -s editline.3 el_wparse.3)
2025-08-20T21:56:56.7596094Z [00:07:50.011]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_wpush.3 && ln -s editline.3 el_wpush.3)
2025-08-20T21:56:56.7695962Z [00:07:50.021]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_wset.3 && ln -s editline.3 el_wset.3)
2025-08-20T21:56:56.8016408Z [00:07:50.050]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_history_w.3 && ln -s editline.3 el_history_w.3)
2025-08-20T21:56:56.8025520Z [00:07:50.054]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_history_wend.3 && ln -s editline.3 el_history_wend.3)
2025-08-20T21:56:56.8161124Z [00:07:50.068]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_history_winit.3 && ln -s editline.3 el_history_winit.3)
2025-08-20T21:56:56.8257523Z [00:07:50.077]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_tok_wend.3 && ln -s editline.3 el_tok_wend.3)
2025-08-20T21:56:56.8349781Z [00:07:50.087]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_tok_winit.3 && ln -s editline.3 el_tok_winit.3)
2025-08-20T21:56:56.8444613Z [00:07:50.096]➜  libmnl-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:56:56.8527039Z [00:07:50.104]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_tok_wline.3 && ln -s editline.3 el_tok_wline.3)
2025-08-20T21:56:56.8621397Z [00:07:50.114]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_tok_wreset.3 && ln -s editline.3 el_tok_wreset.3)
2025-08-20T21:56:56.8721755Z [00:07:50.124]➜  libedit-static-x86_64-unknown-linux-musl> (cd /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3 && rm -f el_tok_wstr.3 && ln -s editline.3 el_tok_wstr.3)
2025-08-20T21:56:56.8849331Z [00:07:50.135]➜  libedit-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libedit-20250104-3.1/doc'
2025-08-20T21:56:56.8851543Z [00:07:50.135]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libedit-20250104-3.1/doc'
2025-08-20T21:56:56.8853065Z [00:07:50.135]➜  libedit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libedit-20250104-3.1/doc'
2025-08-20T21:56:56.8854851Z [00:07:50.137]➜  libedit-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libedit-20250104-3.1'
2025-08-20T21:56:56.8970952Z [00:07:50.149]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libedit-20250104-3.1'
2025-08-20T21:56:56.8976681Z [00:07:50.149]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:56:56.8995470Z [00:07:50.151]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/lib/pkgconfig'
2025-08-20T21:56:56.9175010Z [00:07:50.169]➜  libedit-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libedit.pc '/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/lib/pkgconfig'
2025-08-20T21:56:56.9188163Z [00:07:50.171]➜  libedit-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libedit-20250104-3.1'
2025-08-20T21:56:56.9189843Z [00:07:50.171]➜  libedit-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libedit-20250104-3.1'
2025-08-20T21:56:56.9385315Z [00:07:50.190]➜  libedit-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:56:56.9414523Z [00:07:50.191]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether we are using the GNU C compiler... yes
2025-08-20T21:56:56.9977876Z [00:07:50.249]➜  libedit-static-x86_64-unknown-linux-musl> Patching '/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/lib/pkgconfig/libedit.pc' includedir to output /nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev
2025-08-20T21:56:57.0047868Z [00:07:50.256]➜  libedit-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1
2025-08-20T21:56:57.0140707Z [00:07:50.266]➜  libedit-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1...
2025-08-20T21:56:57.0427248Z [00:07:50.294]➜  libedit-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1
2025-08-20T21:56:57.0559040Z [00:07:50.308]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:56:57.0650477Z [00:07:50.317]➜  libedit-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib
2025-08-20T21:56:57.1529771Z [00:07:50.405]➜  libedit-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev
2025-08-20T21:56:57.1585224Z [00:07:50.410]➜  libedit-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev...
2025-08-20T21:56:57.1891048Z [00:07:50.438]➜  libedit-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev
2025-08-20T21:56:57.2041644Z [00:07:50.456]➜  libedit-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/lib
2025-08-20T21:56:57.2168671Z [00:07:50.469]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to accept ISO C89... none needed
2025-08-20T21:56:57.2541960Z [00:07:50.506]➜  libedit-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:57.2656656Z [00:07:50.517]➜  libedit-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man...
2025-08-20T21:56:57.2945252Z [00:07:50.546]➜  libedit-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/
2025-08-20T21:56:57.3959402Z [00:07:50.648]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:56:57.4415190Z [00:07:50.693]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:56:57.4434558Z [00:07:50.693]➜  libmnl-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:56:57.4557482Z [00:07:50.707]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-b64dec.lo `test -f 'b64dec.c' || echo './'`b64dec.c
2025-08-20T21:56:57.4624775Z [00:07:50.714]➜  libmnl-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:56:57.4790883Z [00:07:50.729]➜  libmnl-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:56:57.4985819Z [00:07:50.748]➜  libmnl-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:56:57.5038264Z [00:07:50.756]➜  libmnl-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:56:57.5118545Z [00:07:50.763]➜  libmnl-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:56:57.5530752Z [00:07:50.804]➜  libmnl-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:56:57.5929153Z [00:07:50.845]➜  libmnl-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:56:57.5985698Z [00:07:50.850]➜  libmnl-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:56:57.6415520Z [00:07:50.893]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c b64dec.c -o libgpg_error_la-b64dec.o
2025-08-20T21:56:57.7104296Z [00:07:50.962]➜  libmnl-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:56:57.7112627Z [00:07:50.963]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:56:57.8869147Z [00:07:51.139]➜  libmnl-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:56:57.9037965Z [00:07:51.155]➜  libmnl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:56:57.9083529Z [00:07:51.155]➜  libmnl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:56:57.9085916Z [00:07:51.155]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:56:57.9088221Z [00:07:51.160]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:56:57.9125069Z [00:07:51.164]➜  libmnl-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:56:57.9127149Z [00:07:51.164]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:56:57.9144365Z [00:07:51.166]➜  libmnl-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:56:57.9161346Z [00:07:51.167]➜  libmnl-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:56:57.9215265Z [00:07:51.173]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:56:57.9719071Z [00:07:51.223]➜  libedit-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.0948766Z [00:07:51.346]➜  libmnl-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:56:58.0951027Z [00:07:51.347]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:56:58.0953045Z [00:07:51.347]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:56:58.1568090Z [00:07:51.407]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-b64enc.lo `test -f 'b64enc.c' || echo './'`b64enc.c
2025-08-20T21:56:58.2888859Z [00:07:51.540]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c b64enc.c -o libgpg_error_la-b64enc.o
2025-08-20T21:56:58.4753457Z [00:07:51.727]➜  libmnl-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:56:58.4842310Z [00:07:51.734]➜  libmnl-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:56:58.5017655Z [00:07:51.753]➜  libmnl-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:56:58.5152341Z [00:07:51.767]➜  libmnl-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:56:58.6109930Z [00:07:51.862]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:56:58.6111532Z [00:07:51.862]➜  libmnl-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:56:58.6303405Z [00:07:51.882]➜  libmnl-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:56:58.6387048Z [00:07:51.890]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_history_wend.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.6496845Z [00:07:51.901]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_tok_reset.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.6680052Z [00:07:51.919]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_wdeletestr.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.6867065Z [00:07:51.934]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_history_w.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.6932001Z [00:07:51.945]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_wset.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.7052029Z [00:07:51.957]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_end.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.7216645Z [00:07:51.971]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_tok_end.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.7476824Z [00:07:51.992]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_history_winit.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.7526673Z [00:07:52.002]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_deletestr.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.7699257Z [00:07:52.021]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_tok_init.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.7872772Z [00:07:52.039]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_source.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.8038659Z [00:07:52.055]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_resize.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.8102392Z [00:07:52.062]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_history.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.8167904Z [00:07:52.068]➜  libmnl-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:56:58.8217219Z [00:07:52.073]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_wget.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.8437410Z [00:07:52.091]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_history_end.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.8560359Z [00:07:52.108]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_push.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.8690966Z [00:07:52.120]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\"   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o libgpg_error_la-argparse.lo `test -f 'argparse.c' || echo './'`argparse.c
2025-08-20T21:56:58.8796857Z [00:07:52.128]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_parse.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.8978682Z [00:07:52.149]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_winsertstr.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.9107864Z [00:07:52.162]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_wline.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.9255410Z [00:07:52.177]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_line.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.9359725Z [00:07:52.187]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_tok_winit.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.9532685Z [00:07:52.205]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_init.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.9634734Z [00:07:52.215]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_wpush.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:58.9788334Z [00:07:52.230]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_reset.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
﻿2025-08-20T21:56:58.9915359Z [00:07:52.243]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_wparse.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.0079004Z [00:07:52.259]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_insertstr.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.0147013Z [00:07:52.259]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c argparse.c -o libgpg_error_la-argparse.o
2025-08-20T21:56:59.0180533Z [00:07:52.270]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_wgetc.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.0312844Z [00:07:52.283]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_init_fd.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.0440284Z [00:07:52.296]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_tok_line.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.0607833Z [00:07:52.309]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_get.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.0722302Z [00:07:52.324]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_history_init.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.0888134Z [00:07:52.340]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_tok_wstr.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.1007117Z [00:07:52.352]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_tok_wend.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.1176850Z [00:07:52.366]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_wgets.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.1289935Z [00:07:52.380]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_getc.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.1417270Z [00:07:52.393]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_tok_wreset.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.1479441Z [00:07:52.399]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_gets.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.1551593Z [00:07:52.407]➜  libmnl-static-x86_64-unknown-linux-musl> checking for ANSI C header files... yes
2025-08-20T21:56:59.1592126Z [00:07:52.411]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_tok_wline.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.1687479Z [00:07:52.420]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_tok_str.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.1759108Z [00:07:52.427]➜  libedit-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man/share/man/man3/el_set.3.gz to be relative to /nix/store/ycn0n3lmklq9rsw4k70mv5b9jbg50c4j-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-man
2025-08-20T21:56:59.4412455Z [00:07:52.693]➜  building '/nix/store/y5i410pb23a6qmw5qcspr25ics3bhydl-libbsd-static-x86_64-unknown-linux-musl-0.12.2.drv'...
2025-08-20T21:56:59.4418915Z [00:07:52.693]➜  libmnl-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:56:59.4423894Z [00:07:52.693]➜  libmnl-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:56:59.4867919Z [00:07:52.738]➜  libmnl-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:56:59.6115232Z [00:07:52.858]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-sparc.lo
2025-08-20T21:56:59.6198803Z [00:07:52.867]➜  libmnl-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:56:59.6797014Z [00:07:52.931]➜  libbsd-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:56:59.6876278Z [00:07:52.939]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-spu.lo
2025-08-20T21:56:59.6896145Z [00:07:52.941]➜  libbsd-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/ck47pk105nw2dsd6xrx7b16x7adr3xmg-libbsd-0.12.2.tar.xz
2025-08-20T21:56:59.7756441Z [00:07:53.025]➜  libmnl-static-x86_64-unknown-linux-musl> checking for memory.h... yes
2025-08-20T21:56:59.7854450Z [00:07:53.037]➜  libbsd-static-x86_64-unknown-linux-musl> source root is libbsd-0.12.2
2025-08-20T21:56:59.8241111Z [00:07:53.076]➜  libbsd-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1710728308 of file "libbsd-0.12.2/ChangeLog"
2025-08-20T21:56:59.8496930Z [00:07:53.101]➜  libbsd-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:56:59.8760096Z [00:07:53.121]➜  libbsd-static-x86_64-unknown-linux-musl> applying patch /nix/store/xgc1q331r09gh214210y0y0czs3kmnvm-darwin-enable-strtonum.patch
2025-08-20T21:56:59.8783165Z [00:07:53.128]➜  libbsd-static-x86_64-unknown-linux-musl> patching file configure.ac
2025-08-20T21:56:59.8831748Z [00:07:53.135]➜  libbsd-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:56:59.9647750Z [00:07:53.216]➜  libmnl-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:57:00.1969409Z [00:07:53.434]➜  libmnl-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:57:00.2175341Z [00:07:53.469]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T21:57:00.2277660Z [00:07:53.479]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T21:57:00.2289458Z [00:07:53.481]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:57:00.3634655Z [00:07:53.615]➜  libmnl-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:57:00.5081075Z [00:07:53.753]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-tic6x.lo
2025-08-20T21:57:00.5586838Z [00:07:53.810]➜  libmnl-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:57:00.6676496Z [00:07:53.919]➜  libmnl-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:57:00.6872881Z [00:07:53.939]➜  libmnl-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:57:01.1169129Z [00:07:54.368]➜  libmnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:57:01.1171169Z [00:07:54.369]➜  libmnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:57:01.2430435Z [00:07:54.495]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:57:01.3029959Z [00:07:54.555]➜  libmnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:57:01.6335662Z [00:07:54.882]➜  libmnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:57:01.8097446Z [00:07:55.061]➜  libmnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:57:01.8105238Z [00:07:55.062]➜  libmnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:57:02.0538132Z [00:07:55.305]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:57:02.6031986Z [00:07:55.855]➜  libmnl-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:57:02.6034805Z [00:07:55.855]➜  libmnl-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:57:02.6147503Z [00:07:55.866]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:57:02.6174594Z [00:07:55.867]➜  libmnl-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:57:02.6175892Z [00:07:55.867]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:57:02.6177105Z [00:07:55.867]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:57:02.6823987Z [00:07:55.934]➜  libmnl-static-x86_64-unknown-linux-musl> checking whether compiler accepts -fvisibility=hidden... yes
2025-08-20T21:57:02.6864745Z [00:07:55.935]➜  libmnl-static-x86_64-unknown-linux-musl> checking for doxygen... no
2025-08-20T21:57:02.6865753Z [00:07:55.938]➜  libmnl-static-x86_64-unknown-linux-musl> checking for dot... no
2025-08-20T21:57:02.6879695Z [00:07:55.940]➜  libmnl-static-x86_64-unknown-linux-musl> configure: WARNING: Doxygen not found - continuing without Doxygen support
2025-08-20T21:57:02.7624732Z [00:07:56.014]➜  libmnl-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:57:02.7652866Z [00:07:56.014]➜  libmnl-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:57:04.1506601Z [00:07:57.401]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-undefined  -Wl,--version-script=./gpg-error.vers  -version-info 39:3:39  -o libgpg-error.la -rpath /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib libgpg_error_la-posix-lock.lo libgpg_error_la-posix-thread.lo libgpg_error_la-spawn-posix.lo libgpg_error_la-init.lo libgpg_error_la-version.lo libgpg_error_la-estream.lo libgpg_error_la-estream-printf.lo libgpg_error_la-strsource.lo libgpg_error_la-strerror.lo libgpg_error_la-code-to-errno.lo libgpg_error_la-code-from-errno.lo libgpg_error_la-visibility.lo libgpg_error_la-sysutils.lo libgpg_error_la-stringutils.lo libgpg_error_la-strlist.lo libgpg_error_la-name-value.lo libgpg_error_la-syscall-clamp.lo libgpg_error_la-logging.lo libgpg_error_la-b64dec.lo libgpg_error_la-b64enc.lo libgpg_error_la-argparse.lo
2025-08-20T21:57:04.5606795Z [00:07:57.811]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libgpg-error.a  libgpg_error_la-posix-lock.o libgpg_error_la-posix-thread.o libgpg_error_la-spawn-posix.o libgpg_error_la-init.o libgpg_error_la-version.o libgpg_error_la-estream.o libgpg_error_la-estream-printf.o libgpg_error_la-strsource.o libgpg_error_la-strerror.o libgpg_error_la-code-to-errno.o libgpg_error_la-code-from-errno.o libgpg_error_la-visibility.o libgpg_error_la-sysutils.o libgpg_error_la-stringutils.o libgpg_error_la-strlist.o libgpg_error_la-name-value.o libgpg_error_la-syscall-clamp.o libgpg_error_la-logging.o libgpg_error_la-b64dec.o libgpg_error_la-b64enc.o libgpg_error_la-argparse.o
2025-08-20T21:57:04.6145567Z [00:07:57.864]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libgpg-error.a
2025-08-20T21:57:04.7075803Z [00:07:57.957]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libgpg-error.la" && ln -s "../libgpg-error.la" "libgpg-error.la" )
2025-08-20T21:57:04.7335443Z [00:07:57.984]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden   -o gpg-error gpg_error-strsource-sym.o gpg_error-strerror-sym.o gpg_error-gpg-error.o libgpg-error.la
2025-08-20T21:57:04.9715576Z [00:07:58.221]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:57:05.0590389Z [00:07:58.311]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o gpg-error gpg_error-strsource-sym.o gpg_error-strerror-sym.o gpg_error-gpg-error.o  ./.libs/libgpg-error.a
2025-08-20T21:57:05.0650751Z [00:07:58.314]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:57:05.1815348Z [00:07:58.433]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T21:57:05.2523615Z [00:07:58.504]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating include/libmnl/Makefile
2025-08-20T21:57:05.3201968Z [00:07:58.572]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating include/linux/Makefile
2025-08-20T21:57:05.3696359Z [00:07:58.618]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o gen-posix-lock-obj.o gen-posix-lock-obj.c
2025-08-20T21:57:05.3698883Z [00:07:58.621]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-tilegx.lo
2025-08-20T21:57:05.3799263Z [00:07:58.632]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-tilepro.lo
2025-08-20T21:57:05.4127270Z [00:07:58.664]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating include/linux/netfilter/Makefile
2025-08-20T21:57:05.4895408Z [00:07:58.733]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating examples/Makefile
2025-08-20T21:57:05.5874640Z [00:07:58.839]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating examples/genl/Makefile
2025-08-20T21:57:05.6441147Z [00:07:58.896]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden   -o gen-posix-lock-obj gen-posix-lock-obj.o
2025-08-20T21:57:05.6470838Z [00:07:58.899]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating examples/kobject/Makefile
2025-08-20T21:57:05.7430361Z [00:07:58.995]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating examples/netfilter/Makefile
2025-08-20T21:57:05.8357215Z [00:07:59.087]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating examples/rtnl/Makefile
2025-08-20T21:57:05.8439120Z [00:07:59.091]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-v850.lo
2025-08-20T21:57:05.9263526Z [00:07:59.178]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating libmnl.pc
2025-08-20T21:57:05.9388585Z [00:07:59.190]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o gen-posix-lock-obj gen-posix-lock-obj.o
2025-08-20T21:57:06.0204331Z [00:07:59.272]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating doxygen.cfg
2025-08-20T21:57:06.0480833Z [00:07:59.300]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-vax.lo
2025-08-20T21:57:06.0556329Z [00:07:59.307]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating doxygen/Makefile
2025-08-20T21:57:06.1180520Z [00:07:59.367]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:57:06.1439144Z [00:07:59.396]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:57:06.1478175Z [00:07:59.399]➜  libmnl-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:57:06.1666978Z [00:07:59.418]➜  libmnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:57:06.1678302Z [00:07:59.420]➜  libmnl-static-x86_64-unknown-linux-musl> libmnl configuration:
2025-08-20T21:57:06.1684509Z [00:07:59.420]➜  libmnl-static-x86_64-unknown-linux-musl>   doxygen:          no
2025-08-20T21:57:06.3595636Z [00:07:59.611]➜  libmnl-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:57:06.3974999Z [00:07:59.643]➜  libmnl-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:57:06.3981628Z [00:07:59.644]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:57:06.4103699Z [00:07:59.662]➜  libmnl-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:57:06.4267427Z [00:07:59.678]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmnl-1.0.5'
2025-08-20T21:57:06.4575076Z [00:07:59.704]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:57:06.4576898Z [00:07:59.707]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/src'
2025-08-20T21:57:06.4660134Z [00:07:59.718]➜  libmnl-static-x86_64-unknown-linux-musl>   CC       socket.lo
2025-08-20T21:57:06.9207752Z [00:08:00.172]➜  libmnl-static-x86_64-unknown-linux-musl>   CC       callback.lo
2025-08-20T21:57:07.0535703Z [00:08:00.302]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-visium.lo
2025-08-20T21:57:07.4140654Z [00:08:00.665]➜  libmnl-static-x86_64-unknown-linux-musl>   CC       nlmsg.lo
2025-08-20T21:57:08.2675315Z [00:08:01.518]➜  libmnl-static-x86_64-unknown-linux-musl>   CC       attr.lo
2025-08-20T21:57:08.4396078Z [00:08:01.691]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-wasm32.lo
2025-08-20T21:57:08.7441119Z [00:08:01.996]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T21:57:08.7954896Z [00:08:02.047]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-xgate.lo
2025-08-20T21:57:09.1865606Z [00:08:02.436]➜  libmnl-static-x86_64-unknown-linux-musl>   CCLD     libmnl.la
2025-08-20T21:57:09.3845225Z [00:08:02.635]➜  libbsd-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
2025-08-20T21:57:09.3870079Z [00:08:02.635]➜  libbsd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'build-aux/ltmain.sh'
2025-08-20T21:57:09.4175471Z [00:08:02.669]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-xstormy16.lo
2025-08-20T21:57:09.6329869Z [00:08:02.885]➜  libbsd-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T21:57:09.6331788Z [00:08:02.885]➜  libbsd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T21:57:09.6333851Z [00:08:02.885]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/src'
2025-08-20T21:57:09.6431100Z [00:08:02.889]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in include
2025-08-20T21:57:09.6436411Z [00:08:02.895]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/include'
2025-08-20T21:57:09.6676308Z [00:08:02.919]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in libmnl
2025-08-20T21:57:09.6684071Z [00:08:02.920]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/include/libmnl'
2025-08-20T21:57:09.6744579Z [00:08:02.924]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:57:09.6746393Z [00:08:02.924]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/include/libmnl'
2025-08-20T21:57:09.6747862Z [00:08:02.924]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in linux
2025-08-20T21:57:09.6775667Z [00:08:02.929]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/include/linux'
2025-08-20T21:57:09.7081192Z [00:08:02.960]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in netfilter
2025-08-20T21:57:09.7145971Z [00:08:02.966]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libmnl-1.0.5/include/linux/netfilter'
2025-08-20T21:57:09.7151021Z [00:08:02.966]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all'.
2025-08-20T21:57:09.7152687Z [00:08:02.966]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libmnl-1.0.5/include/linux/netfilter'
2025-08-20T21:57:09.7225205Z [00:08:02.974]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libmnl-1.0.5/include/linux'
2025-08-20T21:57:09.7230040Z [00:08:02.974]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all-am'.
2025-08-20T21:57:09.7231576Z [00:08:02.974]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libmnl-1.0.5/include/linux'
2025-08-20T21:57:09.7236397Z [00:08:02.974]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/include/linux'
2025-08-20T21:57:09.7255307Z [00:08:02.977]➜  libbsd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T21:57:09.7310746Z [00:08:02.983]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/include'
2025-08-20T21:57:09.7312400Z [00:08:02.983]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:57:09.7316015Z [00:08:02.983]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/include'
2025-08-20T21:57:09.7317482Z [00:08:02.983]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/include'
2025-08-20T21:57:09.7318555Z [00:08:02.983]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in examples
2025-08-20T21:57:09.7319655Z [00:08:02.983]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/examples'
2025-08-20T21:57:09.7459134Z [00:08:02.998]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in genl
2025-08-20T21:57:09.7520067Z [00:08:03.004]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/examples/genl'
2025-08-20T21:57:09.7551454Z [00:08:03.007]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:57:09.7553533Z [00:08:03.007]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/examples/genl'
2025-08-20T21:57:09.7554893Z [00:08:03.007]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in kobject
2025-08-20T21:57:09.7556561Z [00:08:03.007]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/examples/kobject'
2025-08-20T21:57:09.7589479Z [00:08:03.011]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:57:09.7595929Z [00:08:03.011]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/examples/kobject'
2025-08-20T21:57:09.7604043Z [00:08:03.012]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in netfilter
2025-08-20T21:57:09.7647861Z [00:08:03.017]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/examples/netfilter'
2025-08-20T21:57:09.7688326Z [00:08:03.021]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:57:09.7690012Z [00:08:03.021]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/examples/netfilter'
2025-08-20T21:57:09.7691445Z [00:08:03.021]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in rtnl
2025-08-20T21:57:09.7747948Z [00:08:03.027]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/examples/rtnl'
2025-08-20T21:57:09.7752233Z [00:08:03.027]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:57:09.7754225Z [00:08:03.027]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/examples/rtnl'
2025-08-20T21:57:09.7807612Z [00:08:03.032]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/examples'
2025-08-20T21:57:09.7809233Z [00:08:03.032]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:57:09.7813503Z [00:08:03.032]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/examples'
2025-08-20T21:57:09.7814889Z [00:08:03.033]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/examples'
2025-08-20T21:57:09.7816012Z [00:08:03.033]➜  libmnl-static-x86_64-unknown-linux-musl> Making all in doxygen
2025-08-20T21:57:09.7833581Z [00:08:03.035]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/doxygen'
2025-08-20T21:57:09.7884303Z [00:08:03.037]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:57:09.7889557Z [00:08:03.037]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/doxygen'
2025-08-20T21:57:09.7915291Z [00:08:03.043]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5'
2025-08-20T21:57:09.7974890Z [00:08:03.049]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5'
2025-08-20T21:57:09.8044745Z [00:08:03.053]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmnl-1.0.5'
2025-08-20T21:57:09.8050975Z [00:08:03.057]➜  libmnl-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:57:09.8145931Z [00:08:03.066]➜  libbsd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T21:57:09.8330991Z [00:08:03.085]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-xtensa.lo
2025-08-20T21:57:09.8388675Z [00:08:03.091]➜  libmnl-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:57:09.8541112Z [00:08:03.106]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:57:09.8591526Z [00:08:03.111]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmnl-1.0.5/src'
2025-08-20T21:57:09.8652289Z [00:08:03.116]➜  libbsd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T21:57:09.8663722Z [00:08:03.118]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/src'
2025-08-20T21:57:09.8698767Z [00:08:03.122]➜  libmnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib'
2025-08-20T21:57:09.8739910Z [00:08:03.126]➜  libmnl-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libmnl.la '/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib'
2025-08-20T21:57:09.9456768Z [00:08:03.197]➜  libbsd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T21:57:09.9459529Z [00:08:03.197]➜  libmnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libmnl.lai /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib/libmnl.la
2025-08-20T21:57:09.9583957Z [00:08:03.210]➜  libmnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libmnl.a /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib/libmnl.a
2025-08-20T21:57:09.9631143Z [00:08:03.215]➜  libmnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib/libmnl.a
2025-08-20T21:57:09.9710822Z [00:08:03.223]➜  libmnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib/libmnl.a
2025-08-20T21:57:10.0799681Z [00:08:03.331]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T21:57:10.0914896Z [00:08:03.331]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:57:10.0916474Z [00:08:03.331]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:57:10.0943175Z [00:08:03.343]➜  libmnl-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib
2025-08-20T21:57:10.1042521Z [00:08:03.343]➜  libmnl-static-x86_64-unknown-linux-musl> /build/libmnl-1.0.5/libtool: line 1719: ldconfig: command not found
2025-08-20T21:57:10.1044159Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:57:10.1045356Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:57:10.1047097Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl>    /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib
2025-08-20T21:57:10.1048392Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:57:10.1049458Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:57:10.1050856Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:57:10.1052278Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:57:10.1053986Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:57:10.1055392Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:57:10.1056538Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:57:10.1057700Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:57:10.1058927Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:57:10.1059998Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:57:10.1094838Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:57:10.1095872Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:57:10.1096564Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:57:10.1097677Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:57:10.1099088Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:57:10.1100510Z [00:08:03.356]➜  libmnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:57:10.1101971Z [00:08:03.358]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:57:10.1170534Z [00:08:03.358]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/src'
2025-08-20T21:57:10.1172263Z [00:08:03.368]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmnl-1.0.5/src'
2025-08-20T21:57:10.1173619Z [00:08:03.368]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in include
2025-08-20T21:57:10.1277001Z [00:08:03.378]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmnl-1.0.5/include'
2025-08-20T21:57:10.1486654Z [00:08:03.400]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in libmnl
2025-08-20T21:57:10.1660881Z [00:08:03.413]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/include/libmnl'
2025-08-20T21:57:10.1662756Z [00:08:03.418]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/include/libmnl'
2025-08-20T21:57:10.1765159Z [00:08:03.428]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.1822403Z [00:08:03.434]➜  libmnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include/libmnl'
2025-08-20T21:57:10.1831053Z [00:08:03.435]➜  x86_64-unknown-linux-musl-binutils>   CC       elf32-z80.lo
2025-08-20T21:57:10.1978415Z [00:08:03.447]➜  libmnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmnl.h '/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include/libmnl'
2025-08-20T21:57:10.1996959Z [00:08:03.450]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/include/libmnl'
2025-08-20T21:57:10.1998802Z [00:08:03.450]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/include/libmnl'
2025-08-20T21:57:10.2000143Z [00:08:03.450]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in linux
2025-08-20T21:57:10.2034056Z [00:08:03.455]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/include/linux'
2025-08-20T21:57:10.2279798Z [00:08:03.479]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in netfilter
2025-08-20T21:57:10.2286017Z [00:08:03.480]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/include/linux/netfilter'
2025-08-20T21:57:10.2421473Z [00:08:03.494]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libmnl-1.0.5/include/linux/netfilter'
2025-08-20T21:57:10.2437325Z [00:08:03.494]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.2439389Z [00:08:03.494]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:57:10.2468374Z [00:08:03.499]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libmnl-1.0.5/include/linux/netfilter'
2025-08-20T21:57:10.2485332Z [00:08:03.499]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/include/linux/netfilter'
2025-08-20T21:57:10.2545398Z [00:08:03.505]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/include/linux'
2025-08-20T21:57:10.2604242Z [00:08:03.511]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libmnl-1.0.5/include/linux'
2025-08-20T21:57:10.2605656Z [00:08:03.511]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.2606870Z [00:08:03.512]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:57:10.2608307Z [00:08:03.512]➜  libmnl-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libmnl-1.0.5/include/linux'
2025-08-20T21:57:10.2609654Z [00:08:03.512]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/include/linux'
2025-08-20T21:57:10.2611066Z [00:08:03.512]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/include/linux'
2025-08-20T21:57:10.2671433Z [00:08:03.519]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/include'
2025-08-20T21:57:10.2762829Z [00:08:03.528]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/include'
2025-08-20T21:57:10.2771537Z [00:08:03.529]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.2777815Z [00:08:03.530]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:57:10.2784031Z [00:08:03.530]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/include'
2025-08-20T21:57:10.2796596Z [00:08:03.531]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/include'
2025-08-20T21:57:10.2830147Z [00:08:03.535]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmnl-1.0.5/include'
2025-08-20T21:57:10.2850523Z [00:08:03.535]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in examples
2025-08-20T21:57:10.2915980Z [00:08:03.543]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmnl-1.0.5/examples'
2025-08-20T21:57:10.3335112Z [00:08:03.577]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in genl
2025-08-20T21:57:10.3340220Z [00:08:03.581]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/examples/genl'
2025-08-20T21:57:10.3537920Z [00:08:03.602]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/examples/genl'
2025-08-20T21:57:10.3539758Z [00:08:03.602]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.3541211Z [00:08:03.602]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:57:10.3542706Z [00:08:03.602]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/examples/genl'
2025-08-20T21:57:10.3551848Z [00:08:03.607]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/examples/genl'
2025-08-20T21:57:10.3583769Z [00:08:03.610]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in kobject
2025-08-20T21:57:10.3657792Z [00:08:03.617]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/examples/kobject'
2025-08-20T21:57:10.3750255Z [00:08:03.627]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/examples/kobject'
2025-08-20T21:57:10.3760298Z [00:08:03.627]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.3762192Z [00:08:03.627]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:57:10.3763926Z [00:08:03.627]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/examples/kobject'
2025-08-20T21:57:10.3765544Z [00:08:03.627]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/examples/kobject'
2025-08-20T21:57:10.3766930Z [00:08:03.627]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in netfilter
2025-08-20T21:57:10.3781692Z [00:08:03.630]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/examples/netfilter'
2025-08-20T21:57:10.3918922Z [00:08:03.644]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/examples/netfilter'
2025-08-20T21:57:10.3925985Z [00:08:03.644]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.3934490Z [00:08:03.645]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:57:10.3938579Z [00:08:03.645]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/examples/netfilter'
2025-08-20T21:57:10.3979075Z [00:08:03.650]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/examples/netfilter'
2025-08-20T21:57:10.3985383Z [00:08:03.650]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in rtnl
2025-08-20T21:57:10.4011187Z [00:08:03.653]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/examples/rtnl'
2025-08-20T21:57:10.4238578Z [00:08:03.672]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/examples/rtnl'
2025-08-20T21:57:10.4240470Z [00:08:03.672]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.4242032Z [00:08:03.672]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:57:10.4244083Z [00:08:03.672]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/examples/rtnl'
2025-08-20T21:57:10.4245754Z [00:08:03.672]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/examples/rtnl'
2025-08-20T21:57:10.4267632Z [00:08:03.677]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/examples'
2025-08-20T21:57:10.4355756Z [00:08:03.687]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libmnl-1.0.5/examples'
2025-08-20T21:57:10.4388305Z [00:08:03.690]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.4394209Z [00:08:03.690]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:57:10.4396179Z [00:08:03.690]➜  libmnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libmnl-1.0.5/examples'
2025-08-20T21:57:10.4486995Z [00:08:03.697]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/examples'
2025-08-20T21:57:10.4491054Z [00:08:03.697]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmnl-1.0.5/examples'
2025-08-20T21:57:10.4492526Z [00:08:03.697]➜  libmnl-static-x86_64-unknown-linux-musl> Making install in doxygen
2025-08-20T21:57:10.4495261Z [00:08:03.698]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmnl-1.0.5/doxygen'
2025-08-20T21:57:10.4567624Z [00:08:03.707]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5/doxygen'
2025-08-20T21:57:10.4625095Z [00:08:03.710]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.4645679Z [00:08:03.710]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:57:10.4647348Z [00:08:03.714]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5/doxygen'
2025-08-20T21:57:10.4648913Z [00:08:03.714]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmnl-1.0.5/doxygen'
2025-08-20T21:57:10.4650398Z [00:08:03.716]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libmnl-1.0.5'
2025-08-20T21:57:10.4783716Z [00:08:03.730]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libmnl-1.0.5'
2025-08-20T21:57:10.4867818Z [00:08:03.738]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:57:10.4971644Z [00:08:03.749]➜  libmnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib/pkgconfig'
2025-08-20T21:57:10.5255640Z [00:08:03.777]➜  libmnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmnl.pc '/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib/pkgconfig'
2025-08-20T21:57:10.5258713Z [00:08:03.778]➜  libmnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libmnl-1.0.5'
2025-08-20T21:57:10.5275775Z [00:08:03.778]➜  libmnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libmnl-1.0.5'
2025-08-20T21:57:10.5436622Z [00:08:03.793]➜  libmnl-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:57:10.5959173Z [00:08:03.847]➜  x86_64-unknown-linux-musl-binutils>   CC       elfxx-sparc.lo
2025-08-20T21:57:10.5966717Z [00:08:03.847]➜  libmnl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5
2025-08-20T21:57:10.6073041Z [00:08:03.858]➜  libmnl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5...
2025-08-20T21:57:10.6457329Z [00:08:03.897]➜  libmnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5
2025-08-20T21:57:10.6784632Z [00:08:03.930]➜  libmnl-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib
2025-08-20T21:57:11.0266550Z [00:08:04.278]➜  building '/nix/store/r1yv51xbmq2y5dici8gwja4994hfnwwz-krb5-static-x86_64-unknown-linux-musl-1.21.3.drv'...
2025-08-20T21:57:11.2781544Z [00:08:04.530]➜  x86_64-unknown-linux-musl-binutils>   CC       elfxx-tilegx.lo
2025-08-20T21:57:11.3799850Z [00:08:04.632]➜  krb5-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:57:11.4007726Z [00:08:04.652]➜  krb5-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/l468p3b6f5y9p928a91rrjvpyv4r6g3p-krb5-1.21.3.tar.gz
2025-08-20T21:57:11.5054232Z [00:08:04.757]➜  x86_64-unknown-linux-musl-binutils>   CC       i386aout.lo
2025-08-20T21:57:11.7297968Z [00:08:04.981]➜  x86_64-unknown-linux-musl-binutils>   CC       i386bsd.lo
2025-08-20T21:57:12.7008260Z [00:08:05.952]➜  x86_64-unknown-linux-musl-binutils>   CC       i386lynx.lo
2025-08-20T21:57:12.7033997Z [00:08:05.955]➜  krb5-static-x86_64-unknown-linux-musl> source root is krb5-1.21.3/src
2025-08-20T21:57:12.8588566Z [00:08:06.110]➜  krb5-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1719432036 of file "krb5-1.21.3/src/include/autoconf.h.in"
2025-08-20T21:57:12.8877759Z [00:08:06.139]➜  krb5-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:57:12.9269742Z [00:08:06.178]➜  krb5-static-x86_64-unknown-linux-musl> substituteStream() in derivation krb5-static-x86_64-unknown-linux-musl-1.21.3: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'config/shlib.conf')
2025-08-20T21:57:12.9522168Z [00:08:06.204]➜  krb5-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:57:12.9620148Z [00:08:06.214]➜  x86_64-unknown-linux-musl-binutils>   CC       i386msdos.lo
2025-08-20T21:57:12.9933635Z [00:08:06.243]➜  krb5-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub
2025-08-20T21:57:13.0150649Z [00:08:06.267]➜  krb5-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess
2025-08-20T21:57:13.0244095Z [00:08:06.276]➜  krb5-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:57:13.0587206Z [00:08:06.310]➜  krb5-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub
2025-08-20T21:57:13.0995260Z [00:08:06.350]➜  krb5-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess
2025-08-20T21:57:13.1129716Z [00:08:06.365]➜  krb5-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:57:13.3047268Z [00:08:06.556]➜  krb5-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:57:13.3306149Z [00:08:06.575]➜  krb5-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:57:13.3932044Z [00:08:06.644]➜  krb5-static-x86_64-unknown-linux-musl> configure flags: --prefix=/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib --bindir=/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin --sbindir=/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin --includedir=/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include --mandir=/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man --infodir=/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/info --docdir=/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/doc/krb5 --libdir=/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib --libexecdir=/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/libexec --localedir=/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/locale --localstatedir=/var/lib --without-ldap --with-libedit --without-system-verto krb5_cv_attr_constructor_destructor=yes\,yes ac_cv_func_regcomp=yes ac_cv_printf_positional=yes --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:57:13.8502444Z [00:08:07.102]➜  x86_64-unknown-linux-musl-binutils>   CC       mach-o-arm.lo
2025-08-20T21:57:14.0658533Z [00:08:07.317]➜  krb5-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:57:14.4111956Z [00:08:07.662]➜  x86_64-unknown-linux-musl-binutils>   CC       mach-o-i386.lo
2025-08-20T21:57:14.5438708Z [00:08:07.795]➜  krb5-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:57:14.5464535Z [00:08:07.796]➜  krb5-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:57:14.6940627Z [00:08:07.946]➜  x86_64-unknown-linux-musl-binutils>   CC       mach-o.lo
2025-08-20T21:57:14.8235626Z [00:08:08.071]➜  krb5-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:57:14.8305519Z [00:08:08.082]➜  krb5-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:57:14.9653130Z [00:08:08.217]➜  krb5-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:57:15.1011484Z [00:08:08.353]➜  krb5-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:57:15.2019542Z [00:08:08.454]➜  krb5-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:57:15.2116915Z [00:08:08.460]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:57:15.3786176Z [00:08:08.630]➜  x86_64-unknown-linux-musl-binutils>   CC       ns32knetbsd.lo
2025-08-20T21:57:15.5749275Z [00:08:08.827]➜  krb5-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:57:15.9375878Z [00:08:09.183]➜  krb5-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C++... yes
2025-08-20T21:57:16.0220826Z [00:08:09.274]➜  krb5-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
2025-08-20T21:57:16.6509984Z [00:08:09.902]➜  krb5-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
2025-08-20T21:57:16.8185540Z [00:08:10.067]➜  x86_64-unknown-linux-musl-binutils>   CC       pc532-mach.lo
2025-08-20T21:57:16.8955504Z [00:08:10.144]➜  x86_64-unknown-linux-musl-binutils>   CC       pdb.lo
2025-08-20T21:57:16.9670124Z [00:08:10.219]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Werror=unknown-warning-option... no
2025-08-20T21:57:17.1861246Z [00:08:10.438]➜  krb5-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:57:17.4841144Z [00:08:10.733]➜  krb5-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T21:57:17.5648790Z [00:08:10.815]➜  krb5-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:57:17.5982024Z [00:08:10.850]➜  krb5-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:57:17.6212897Z [00:08:10.873]➜  krb5-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:57:17.6486032Z [00:08:10.895]➜  krb5-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:57:17.6615567Z [00:08:10.911]➜  krb5-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:57:17.7965231Z [00:08:11.046]➜  x86_64-unknown-linux-musl-binutils>   CC       pdp11.lo
2025-08-20T21:57:17.8056598Z [00:08:11.057]➜  krb5-static-x86_64-unknown-linux-musl> checking for GNU linker... yes
2025-08-20T21:57:17.8061372Z [00:08:11.057]➜  krb5-static-x86_64-unknown-linux-musl> configure: adding extra warning flags for gcc
2025-08-20T21:57:17.8189633Z [00:08:11.069]➜  krb5-static-x86_64-unknown-linux-musl> configure: skipping pedantic warnings on Linux
2025-08-20T21:57:17.8192400Z [00:08:11.069]➜  krb5-static-x86_64-unknown-linux-musl> configure: adding extra warning flags for g++
2025-08-20T21:57:18.1405728Z [00:08:11.392]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wno-format-zero-length... yes
2025-08-20T21:57:18.4786432Z [00:08:11.730]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Woverflow... yes
2025-08-20T21:57:18.6670691Z [00:08:11.919]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wstrict-overflow... yes
2025-08-20T21:57:18.8233608Z [00:08:12.075]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-arm-wince.lo
2025-08-20T21:57:18.9216976Z [00:08:12.173]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T21:57:18.9881914Z [00:08:12.240]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wmissing-format-attribute... yes
2025-08-20T21:57:19.1255883Z [00:08:12.377]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-arm.lo
2025-08-20T21:57:19.2283703Z [00:08:12.480]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wmissing-prototypes... yes
2025-08-20T21:57:19.4965499Z [00:08:12.745]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wreturn-type... yes
2025-08-20T21:57:19.7960676Z [00:08:13.048]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wmissing-braces... yes
2025-08-20T21:57:20.0830864Z [00:08:13.335]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wparentheses... yes
2025-08-20T21:57:20.4016377Z [00:08:13.653]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wswitch... yes
2025-08-20T21:57:20.7238401Z [00:08:13.975]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wunused-function... yes
2025-08-20T21:57:21.0692926Z [00:08:14.321]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wunused-label... yes
2025-08-20T21:57:21.2965973Z [00:08:14.544]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:57:21.5043377Z [00:08:14.756]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wunused-variable... yes
2025-08-20T21:57:21.8442811Z [00:08:15.096]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wunused-value... yes
2025-08-20T21:57:22.2975734Z [00:08:15.542]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wunknown-pragmas... yes
2025-08-20T21:57:22.7307018Z [00:08:15.981]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wsign-compare... yes
2025-08-20T21:57:23.0566867Z [00:08:16.308]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wnewline-eof... no
2025-08-20T21:57:23.1812005Z [00:08:16.433]➜  libbsd-static-x86_64-unknown-linux-musl> configure.ac:30: installing 'build-aux/compile'
2025-08-20T21:57:23.2385855Z [00:08:16.490]➜  libbsd-static-x86_64-unknown-linux-musl> configure.ac:9: installing 'build-aux/missing'
2025-08-20T21:57:23.4996923Z [00:08:16.751]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Werror=uninitialized... yes
2025-08-20T21:57:23.6630044Z [00:08:16.915]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Wno-maybe-uninitialized... yes
2025-08-20T21:57:23.9541004Z [00:08:17.205]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Werror=pointer-arith... yes
2025-08-20T21:57:23.9956123Z [00:08:17.247]➜  libbsd-static-x86_64-unknown-linux-musl> src/Makefile.am: installing 'build-aux/depcomp'
2025-08-20T21:57:24.3022786Z [00:08:17.554]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Werror=int-conversion... yes
2025-08-20T21:57:24.6037267Z [00:08:17.855]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Werror=incompatible-pointer-types... yes
2025-08-20T21:57:24.6995551Z [00:08:17.947]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: 'build-aux/install-sh' is updated
2025-08-20T21:57:24.7044666Z [00:08:17.947]➜  libbsd-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T21:57:24.7196118Z [00:08:17.971]➜  libbsd-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:57:24.7476818Z [00:08:17.999]➜  libbsd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:57:24.7612755Z [00:08:18.013]➜  libbsd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:57:24.7716306Z [00:08:18.023]➜  libbsd-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:57:24.8054291Z [00:08:18.057]➜  libbsd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:57:24.8315661Z [00:08:18.079]➜  libbsd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:57:24.8457319Z [00:08:18.093]➜  libbsd-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:57:24.8872947Z [00:08:18.137]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Werror=discarded-qualifiers... yes
2025-08-20T21:57:24.9038808Z [00:08:18.156]➜  libbsd-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:57:24.9363057Z [00:08:18.188]➜  libbsd-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:57:24.9866109Z [00:08:18.238]➜  libbsd-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:57:25.0172580Z [00:08:18.266]➜  libbsd-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:57:25.0610677Z [00:08:18.312]➜  libbsd-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2 --bindir=/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/bin --sbindir=/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/sbin --includedir=/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/include --mandir=/nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man --infodir=/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/share/info --docdir=/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/share/doc/libbsd --libdir=/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib --libexecdir=/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/libexec --localedir=/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:57:25.0664580Z [00:08:18.318]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Werror=implicit-int... yes
2025-08-20T21:57:25.3265619Z [00:08:18.576]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Werror=declaration-after-statement... yes
2025-08-20T21:57:25.4336935Z [00:08:18.684]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-i386.lo
2025-08-20T21:57:25.5195785Z [00:08:18.769]➜  krb5-static-x86_64-unknown-linux-musl> checking if C compiler supports -Werror-implicit-function-declaration... yes
2025-08-20T21:57:25.5249290Z [00:08:18.777]➜  krb5-static-x86_64-unknown-linux-musl> checking which version of com_err to use... krb5
2025-08-20T21:57:25.5250710Z [00:08:18.777]➜  krb5-static-x86_64-unknown-linux-musl> checking which version of subsystem package to use... krb5
2025-08-20T21:57:25.5288307Z [00:08:18.780]➜  libbsd-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:57:25.5685809Z [00:08:18.818]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:57:25.5886655Z [00:08:18.840]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:57:25.5965491Z [00:08:18.847]➜  libbsd-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:57:25.5971595Z [00:08:18.848]➜  libbsd-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:57:25.6485638Z [00:08:18.899]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:57:25.6788311Z [00:08:18.922]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:57:25.6789802Z [00:08:18.930]➜  krb5-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:57:25.7057368Z [00:08:18.957]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:57:25.7755610Z [00:08:19.025]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:57:25.7846698Z [00:08:19.025]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:57:25.9157771Z [00:08:19.167]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-mcore.lo
2025-08-20T21:57:25.9735428Z [00:08:19.221]➜  krb5-static-x86_64-unknown-linux-musl> checking for gethostbyname... yes
2025-08-20T21:57:26.1534946Z [00:08:19.395]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-sh.lo
2025-08-20T21:57:26.2838340Z [00:08:19.535]➜  krb5-static-x86_64-unknown-linux-musl> checking for socket... yes
2025-08-20T21:57:26.3377265Z [00:08:19.589]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:57:26.3379344Z [00:08:19.589]➜  libbsd-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:57:26.5908573Z [00:08:19.842]➜  libbsd-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:57:26.6095192Z [00:08:19.859]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:57:26.6314555Z [00:08:19.880]➜  krb5-static-x86_64-unknown-linux-musl> checking for main in -lresolv... yes
2025-08-20T21:57:26.7208792Z [00:08:19.973]➜  libbsd-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:57:26.7615176Z [00:08:20.010]➜  krb5-static-x86_64-unknown-linux-musl> checking for res_ninit... no
2025-08-20T21:57:26.8338794Z [00:08:20.085]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:57:26.8416565Z [00:08:20.093]➜  x86_64-unknown-linux-musl-binutils>   CC       pef.lo
2025-08-20T21:57:26.9302249Z [00:08:20.182]➜  krb5-static-x86_64-unknown-linux-musl> checking for res_nclose... no
2025-08-20T21:57:26.9447049Z [00:08:20.194]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:57:27.1036705Z [00:08:20.355]➜  krb5-static-x86_64-unknown-linux-musl> checking for res_ndestroy... no
2025-08-20T21:57:27.2086474Z [00:08:20.460]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:57:27.2672122Z [00:08:20.519]➜  krb5-static-x86_64-unknown-linux-musl> checking for res_nsearch... no
2025-08-20T21:57:27.5231941Z [00:08:20.775]➜  krb5-static-x86_64-unknown-linux-musl> checking for ns_initparse... yes
2025-08-20T21:57:27.5318489Z [00:08:20.783]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:57:27.5320541Z [00:08:20.784]➜  libbsd-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:57:27.6561667Z [00:08:20.908]➜  libbsd-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:57:27.7904672Z [00:08:21.042]➜  libbsd-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:57:27.9126336Z [00:08:21.164]➜  krb5-static-x86_64-unknown-linux-musl> checking for ns_name_uncompress... yes
2025-08-20T21:57:27.9232736Z [00:08:21.175]➜  libbsd-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:57:28.0165364Z [00:08:21.265]➜  libbsd-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:57:28.1409142Z [00:08:21.393]➜  libbsd-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:57:28.1690564Z [00:08:21.421]➜  krb5-static-x86_64-unknown-linux-musl> checking for dn_skipname... yes
2025-08-20T21:57:28.2119282Z [00:08:21.464]➜  libbsd-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:57:28.2971371Z [00:08:21.549]➜  libbsd-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:57:28.3280263Z [00:08:21.579]➜  krb5-static-x86_64-unknown-linux-musl> checking for res_search... yes
2025-08-20T21:57:28.3798993Z [00:08:21.632]➜  libbsd-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:57:28.4686571Z [00:08:21.720]➜  libbsd-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:57:28.4987631Z [00:08:21.750]➜  krb5-static-x86_64-unknown-linux-musl> checking whether pragma weak references are supported... yes
2025-08-20T21:57:28.5020331Z [00:08:21.754]➜  krb5-static-x86_64-unknown-linux-musl> checking for constructor/destructor attribute support... (cached) yes,yes
2025-08-20T21:57:28.5026197Z [00:08:21.754]➜  krb5-static-x86_64-unknown-linux-musl> configure: enabling thread support
2025-08-20T21:57:28.5508617Z [00:08:21.803]➜  libbsd-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:57:28.5621055Z [00:08:21.814]➜  krb5-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc is Clang... no
2025-08-20T21:57:28.6371875Z [00:08:21.889]➜  libbsd-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:57:28.7161511Z [00:08:21.968]➜  krb5-static-x86_64-unknown-linux-musl> checking whether pthreads work with "-pthread" and "-lpthread"... yes
2025-08-20T21:57:28.8051474Z [00:08:22.057]➜  krb5-static-x86_64-unknown-linux-musl> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
2025-08-20T21:57:28.8064318Z [00:08:22.058]➜  krb5-static-x86_64-unknown-linux-musl> checking whether more special flags are required for pthreads... no
2025-08-20T21:57:28.8534888Z [00:08:22.105]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:57:28.8561871Z [00:08:22.108]➜  x86_64-unknown-linux-musl-binutils>   CC       pei-arm-wince.lo
2025-08-20T21:57:28.9164543Z [00:08:22.168]➜  krb5-static-x86_64-unknown-linux-musl> checking for PTHREAD_PRIO_INHERIT... yes
2025-08-20T21:57:28.9168571Z [00:08:22.168]➜  krb5-static-x86_64-unknown-linux-musl> configure: PTHREAD_CC = x86_64-unknown-linux-musl-gcc
2025-08-20T21:57:28.9184182Z [00:08:22.168]➜  krb5-static-x86_64-unknown-linux-musl> configure: PTHREAD_CFLAGS = -pthread
2025-08-20T21:57:28.9185953Z [00:08:22.168]➜  krb5-static-x86_64-unknown-linux-musl> configure: PTHREAD_LIBS = -lpthread
2025-08-20T21:57:28.9730022Z [00:08:22.225]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:57:29.1379168Z [00:08:22.389]➜  krb5-static-x86_64-unknown-linux-musl> checking for pthread_once... yes
2025-08-20T21:57:29.2251200Z [00:08:22.477]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable large file support... none needed
2025-08-20T21:57:29.3815777Z [00:08:22.630]➜  krb5-static-x86_64-unknown-linux-musl> checking for pthread_rwlock_init... yes
2025-08-20T21:57:29.3817029Z [00:08:22.630]➜  krb5-static-x86_64-unknown-linux-musl> configure: rechecking with PTHREAD_... options
2025-08-20T21:57:29.6038088Z [00:08:22.855]➜  krb5-static-x86_64-unknown-linux-musl> checking for pthread_rwlock_init in -lc... yes
2025-08-20T21:57:29.7551830Z [00:08:23.007]➜  krb5-static-x86_64-unknown-linux-musl> checking for library containing dlopen... none required
2025-08-20T21:57:29.7703458Z [00:08:23.022]➜  krb5-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T21:57:29.8330799Z [00:08:23.085]➜  krb5-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:57:29.8846100Z [00:08:23.136]➜  x86_64-unknown-linux-musl-binutils>   CC       pei-arm.lo
2025-08-20T21:57:29.9349229Z [00:08:23.186]➜  krb5-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:57:30.0736899Z [00:08:23.324]➜  libbsd-static-x86_64-unknown-linux-musl> checking size of time_t... 8
2025-08-20T21:57:30.0916451Z [00:08:23.343]➜  krb5-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:57:30.1738791Z [00:08:23.426]➜  x86_64-unknown-linux-musl-binutils>   CC       pei-mcore.lo
2025-08-20T21:57:30.2396182Z [00:08:23.491]➜  krb5-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:57:30.2431601Z [00:08:23.495]➜  x86_64-unknown-linux-musl-binutils>   CC       pei-sh.lo
2025-08-20T21:57:30.3821223Z [00:08:23.634]➜  krb5-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:57:30.4726327Z [00:08:23.710]➜  krb5-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:57:30.5698277Z [00:08:23.821]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:57:30.7275528Z [00:08:23.979]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:57:30.8527897Z [00:08:24.104]➜  krb5-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:57:30.8535290Z [00:08:24.105]➜  krb5-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T21:57:30.9529983Z [00:08:24.203]➜  krb5-static-x86_64-unknown-linux-musl> checking whether integers are two's complement... yes
2025-08-20T21:57:31.0172799Z [00:08:24.268]➜  krb5-static-x86_64-unknown-linux-musl> checking whether CHAR_BIT is 8... yes
2025-08-20T21:57:31.1188963Z [00:08:24.370]➜  libbsd-static-x86_64-unknown-linux-musl> checking size of time_t... 8
2025-08-20T21:57:31.2084286Z [00:08:24.460]➜  krb5-static-x86_64-unknown-linux-musl> checking if va_copy is available... yes
2025-08-20T21:57:31.3026555Z [00:08:24.554]➜  krb5-static-x86_64-unknown-linux-musl> checking if va_list objects can be copied by assignment... no
2025-08-20T21:57:31.3030213Z [00:08:24.554]➜  krb5-static-x86_64-unknown-linux-musl> configure: using static libraries
2025-08-20T21:57:31.3031641Z [00:08:24.554]➜  krb5-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:57:31.3035768Z [00:08:24.554]➜  krb5-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:57:31.3525569Z [00:08:24.604]➜  krb5-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:57:31.3531968Z [00:08:24.604]➜  krb5-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:57:31.3533848Z [00:08:24.604]➜  krb5-static-x86_64-unknown-linux-musl> checking for perl... perl
2025-08-20T21:57:31.3577955Z [00:08:24.609]➜  krb5-static-x86_64-unknown-linux-musl> checking for working regcomp... (cached) yes
2025-08-20T21:57:31.5920161Z [00:08:24.844]➜  krb5-static-x86_64-unknown-linux-musl> checking for mode_t... yes
2025-08-20T21:57:31.6646469Z [00:08:24.916]➜  krb5-static-x86_64-unknown-linux-musl> checking if daemon needs a prototype provided... no
2025-08-20T21:57:31.7589436Z [00:08:25.011]➜  krb5-static-x86_64-unknown-linux-musl> checking if getsockname() takes arguments struct sockaddr * and size_t *... no
2025-08-20T21:57:31.8698146Z [00:08:25.121]➜  krb5-static-x86_64-unknown-linux-musl> checking if getsockname() takes arguments struct sockaddr * and int *... no
2025-08-20T21:57:31.9865959Z [00:08:25.238]➜  krb5-static-x86_64-unknown-linux-musl> checking if getsockname() takes arguments struct sockaddr * and socklen_t *... yes
2025-08-20T21:57:32.0731093Z [00:08:25.325]➜  libbsd-static-x86_64-unknown-linux-musl> checking size of off_t... 8
2025-08-20T21:57:32.0738457Z [00:08:25.325]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:57:32.1801042Z [00:08:25.432]➜  libbsd-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T21:57:32.1986024Z [00:08:25.450]➜  krb5-static-x86_64-unknown-linux-musl> checking for main in -lutil... yes
2025-08-20T21:57:32.2350366Z [00:08:25.486]➜  libbsd-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:57:32.2562158Z [00:08:25.508]➜  libbsd-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:57:32.2615724Z [00:08:25.513]➜  libbsd-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:57:32.2782895Z [00:08:25.530]➜  libbsd-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:57:32.2956337Z [00:08:25.547]➜  libbsd-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:57:32.3179965Z [00:08:25.570]➜  libbsd-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:57:32.3400606Z [00:08:25.585]➜  libbsd-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:57:32.3478247Z [00:08:25.595]➜  x86_64-unknown-linux-musl-binutils>   CC       ppcboot.lo
2025-08-20T21:57:32.3490154Z [00:08:25.600]➜  krb5-static-x86_64-unknown-linux-musl> checking for libintl.h... yes
2025-08-20T21:57:32.3779242Z [00:08:25.629]➜  libbsd-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:57:32.4200513Z [00:08:25.672]➜  libbsd-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:57:32.4206042Z [00:08:25.672]➜  libbsd-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:57:32.5229636Z [00:08:25.775]➜  libbsd-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:57:32.5242457Z [00:08:25.776]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:57:32.6256511Z [00:08:25.877]➜  krb5-static-x86_64-unknown-linux-musl> checking for library containing dgettext... none required
2025-08-20T21:57:32.6264764Z [00:08:25.878]➜  krb5-static-x86_64-unknown-linux-musl> checking for msgfmt... no
2025-08-20T21:57:32.6672962Z [00:08:25.919]➜  libbsd-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:57:32.6824753Z [00:08:25.934]➜  libbsd-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:57:32.6833840Z [00:08:25.935]➜  libbsd-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:57:32.6839272Z [00:08:25.935]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:57:32.6865536Z [00:08:25.938]➜  libbsd-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:57:32.6879401Z [00:08:25.940]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:57:32.6936159Z [00:08:25.945]➜  libbsd-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:57:32.6956077Z [00:08:25.945]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:57:32.6973953Z [00:08:25.949]➜  libbsd-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:57:32.6994362Z [00:08:25.951]➜  libbsd-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:57:32.7011840Z [00:08:25.953]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:57:32.7030514Z [00:08:25.955]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T21:57:32.8186287Z [00:08:26.070]➜  libbsd-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:57:32.8192313Z [00:08:26.071]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:57:32.8281043Z [00:08:26.080]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/sockio.h... no
2025-08-20T21:57:32.9461165Z [00:08:26.198]➜  krb5-static-x86_64-unknown-linux-musl> checking for ifaddrs.h... yes
2025-08-20T21:57:32.9500131Z [00:08:26.202]➜  krb5-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:57:33.0611369Z [00:08:26.313]➜  krb5-static-x86_64-unknown-linux-musl> checking for fnmatch.h... yes
2025-08-20T21:57:33.2551518Z [00:08:26.507]➜  libbsd-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:57:33.2668127Z [00:08:26.517]➜  libbsd-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:57:33.2783743Z [00:08:26.530]➜  krb5-static-x86_64-unknown-linux-musl> checking for vsprintf... yes
2025-08-20T21:57:33.2850968Z [00:08:26.537]➜  libbsd-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:57:33.3197946Z [00:08:26.571]➜  libbsd-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:57:33.3762447Z [00:08:26.628]➜  x86_64-unknown-linux-musl-binutils>   CC       reloc16.lo
2025-08-20T21:57:33.4133922Z [00:08:26.665]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:57:33.4135819Z [00:08:26.665]➜  libbsd-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:57:33.4309996Z [00:08:26.683]➜  libbsd-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:57:33.5665115Z [00:08:26.814]➜  krb5-static-x86_64-unknown-linux-musl> checking for vasprintf... yes
2025-08-20T21:57:33.6620293Z [00:08:26.914]➜  libbsd-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:57:33.6922237Z [00:08:26.944]➜  libbsd-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:57:33.9606709Z [00:08:27.212]➜  krb5-static-x86_64-unknown-linux-musl> checking for vsnprintf... yes
2025-08-20T21:57:34.2344847Z [00:08:27.486]➜  krb5-static-x86_64-unknown-linux-musl> checking for strlcpy... yes
2025-08-20T21:57:34.3020652Z [00:08:27.554]➜  libbsd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:57:34.3029403Z [00:08:27.555]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:57:34.4220947Z [00:08:27.674]➜  libbsd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:57:34.5091010Z [00:08:27.761]➜  krb5-static-x86_64-unknown-linux-musl> checking for fnmatch... yes
2025-08-20T21:57:34.5796520Z [00:08:27.831]➜  x86_64-unknown-linux-musl-binutils>   CC       som.lo
2025-08-20T21:57:34.6347007Z [00:08:27.886]➜  x86_64-unknown-linux-musl-binutils>   CC       vax1knetbsd.lo
2025-08-20T21:57:34.7025023Z [00:08:27.954]➜  libbsd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:57:34.8256256Z [00:08:28.077]➜  krb5-static-x86_64-unknown-linux-musl> checking for secure_getenv... yes
2025-08-20T21:57:34.8273648Z [00:08:28.079]➜  krb5-static-x86_64-unknown-linux-musl> checking for strlcpy... (cached) yes
2025-08-20T21:57:34.8669986Z [00:08:28.119]➜  libbsd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:57:34.8672188Z [00:08:28.119]➜  libbsd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:57:35.0616245Z [00:08:28.310]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:57:35.0992953Z [00:08:28.351]➜  krb5-static-x86_64-unknown-linux-musl> checking for getopt... yes
2025-08-20T21:57:35.3174217Z [00:08:28.569]➜  x86_64-unknown-linux-musl-binutils>   CC       vaxnetbsd.lo
2025-08-20T21:57:35.4312760Z [00:08:28.683]➜  krb5-static-x86_64-unknown-linux-musl> checking for getopt_long... yes
2025-08-20T21:57:35.4314200Z [00:08:28.683]➜  krb5-static-x86_64-unknown-linux-musl> checking for fnmatch... (cached) yes
2025-08-20T21:57:35.4315822Z [00:08:28.683]➜  krb5-static-x86_64-unknown-linux-musl> checking for vasprintf... (cached) yes
2025-08-20T21:57:35.5332729Z [00:08:28.783]➜  libbsd-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:57:35.5334894Z [00:08:28.783]➜  libbsd-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:57:35.5460923Z [00:08:28.798]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:57:35.5462454Z [00:08:28.798]➜  libbsd-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:57:35.5464063Z [00:08:28.798]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:57:35.5465515Z [00:08:28.798]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:57:35.5679523Z [00:08:28.820]➜  krb5-static-x86_64-unknown-linux-musl> checking if vasprintf needs a prototype provided... no
2025-08-20T21:57:35.7125269Z [00:08:28.964]➜  krb5-static-x86_64-unknown-linux-musl> checking if swab needs a prototype provided... no
2025-08-20T21:57:35.7128597Z [00:08:28.965]➜  krb5-static-x86_64-unknown-linux-musl> checking for secure_getenv... (cached) yes
2025-08-20T21:57:35.7215150Z [00:08:28.971]➜  krb5-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:57:35.8845773Z [00:08:29.132]➜  libbsd-static-x86_64-unknown-linux-musl> checking if ld supports --version-script flag... yes
2025-08-20T21:57:35.9015412Z [00:08:29.133]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... (cached) x86_64-unknown-linux-musl-objdump
2025-08-20T21:57:35.9017662Z [00:08:29.136]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:57:35.9307370Z [00:08:29.182]➜  x86_64-unknown-linux-musl-binutils>   CC       vms-lib.lo
2025-08-20T21:57:36.0312948Z [00:08:29.283]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct sockaddr.sa_len... no
2025-08-20T21:57:36.0314509Z [00:08:29.283]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/types.h... (cached) yes
2025-08-20T21:57:36.1795930Z [00:08:29.429]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:57:36.1798063Z [00:08:29.429]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:57:36.1800158Z [00:08:29.429]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:57:36.1802663Z [00:08:29.429]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:57:36.1804980Z [00:08:29.429]➜  libbsd-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:57:36.1807184Z [00:08:29.429]➜  libbsd-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... (cached) /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:57:36.1850182Z [00:08:29.437]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:57:36.2696869Z [00:08:29.520]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/socket.h... yes
2025-08-20T21:57:36.3429233Z [00:08:29.594]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wall... yes
2025-08-20T21:57:36.4034391Z [00:08:29.655]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wextra... yes
2025-08-20T21:57:36.4718413Z [00:08:29.724]➜  krb5-static-x86_64-unknown-linux-musl> checking for netinet/in.h... yes
2025-08-20T21:57:36.4986252Z [00:08:29.748]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wbad-function-cast... yes
2025-08-20T21:57:36.5828656Z [00:08:29.834]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wc99-c11-compat... yes
2025-08-20T21:57:36.5906864Z [00:08:29.842]➜  krb5-static-x86_64-unknown-linux-musl> checking for netdb.h... yes
2025-08-20T21:57:36.6813733Z [00:08:29.927]➜  x86_64-unknown-linux-musl-binutils>   CC       vms-misc.lo
2025-08-20T21:57:36.6955472Z [00:08:29.946]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wcast-align... yes
2025-08-20T21:57:36.7896509Z [00:08:30.041]➜  x86_64-unknown-linux-musl-binutils>   CC       wasm-module.lo
2025-08-20T21:57:36.8121108Z [00:08:30.063]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wdeclaration-after-statement... yes
2025-08-20T21:57:36.8697029Z [00:08:30.121]➜  krb5-static-x86_64-unknown-linux-musl> checking for inet_ntop... yes
2025-08-20T21:57:36.9077395Z [00:08:30.159]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wdocumentation... no
2025-08-20T21:57:36.9968983Z [00:08:30.248]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wduplicated-branches... yes
2025-08-20T21:57:37.0698614Z [00:08:30.322]➜  krb5-static-x86_64-unknown-linux-musl> checking for inet_pton... yes
2025-08-20T21:57:37.0983045Z [00:08:30.350]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wduplicated-cond... yes
2025-08-20T21:57:37.1988505Z [00:08:30.449]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wformat -Wformat-security... yes
2025-08-20T21:57:37.2987372Z [00:08:30.550]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wformat=2... yes
2025-08-20T21:57:37.3746069Z [00:08:30.626]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Winit-self... yes
2025-08-20T21:57:37.3807183Z [00:08:30.632]➜  krb5-static-x86_64-unknown-linux-musl> checking for getnameinfo... yes
2025-08-20T21:57:37.4659701Z [00:08:30.718]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wlogical-not-parentheses... yes
2025-08-20T21:57:37.5677979Z [00:08:30.817]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wlogical-op... yes
2025-08-20T21:57:37.6942935Z [00:08:30.945]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wmissing-declarations... yes
2025-08-20T21:57:37.7849228Z [00:08:31.037]➜  krb5-static-x86_64-unknown-linux-musl> checking for getaddrinfo... yes
2025-08-20T21:57:37.8345844Z [00:08:31.079]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wmissing-format-attribute... yes
2025-08-20T21:57:37.9590528Z [00:08:31.211]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wmissing-prototypes... yes
2025-08-20T21:57:37.9735350Z [00:08:31.224]➜  x86_64-unknown-linux-musl-binutils>   CC       xcofflink.lo
2025-08-20T21:57:37.9793730Z [00:08:31.228]➜  x86_64-unknown-linux-musl-binutils>   CC       xsym.lo
2025-08-20T21:57:38.0466342Z [00:08:31.298]➜  krb5-static-x86_64-unknown-linux-musl> checking for IPv6 compile-time support without -DINET6... yes
2025-08-20T21:57:38.0477870Z [00:08:31.299]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct sockaddr.sa_len... (cached) no
2025-08-20T21:57:38.0972139Z [00:08:31.349]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wnested-externs... yes
2025-08-20T21:57:38.2095947Z [00:08:31.457]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wno-missing-field-initializers... yes
2025-08-20T21:57:38.3255530Z [00:08:31.577]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wno-nonnull-compare... yes
2025-08-20T21:57:38.3352791Z [00:08:31.587]➜  x86_64-unknown-linux-musl-binutils>   CC       xtensa-dynconfig.lo
2025-08-20T21:57:38.4185320Z [00:08:31.665]➜  krb5-static-x86_64-unknown-linux-musl> checking for sigprocmask... yes
2025-08-20T21:57:38.5523903Z [00:08:31.804]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wno-tautological-constant-out-of-range-compare... no
2025-08-20T21:57:38.5670618Z [00:08:31.819]➜  krb5-static-x86_64-unknown-linux-musl> checking for sigset_t and POSIX_SIGNALS... yes
2025-08-20T21:57:38.6376455Z [00:08:31.889]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wno-unused-parameter... yes
2025-08-20T21:57:38.7277283Z [00:08:31.979]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wnull-dereference... yes
2025-08-20T21:57:38.8286744Z [00:08:32.080]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wold-style-definition... yes
2025-08-20T21:57:38.9368052Z [00:08:32.188]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wpointer-arith... yes
2025-08-20T21:57:38.9924953Z [00:08:32.244]➜  x86_64-unknown-linux-musl-binutils>   CC       xtensa-isa.lo
2025-08-20T21:57:39.0415980Z [00:08:32.292]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wregister... no
2025-08-20T21:57:39.1559175Z [00:08:32.408]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wrestrict... yes
2025-08-20T21:57:39.2912761Z [00:08:32.543]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wshadow... yes
2025-08-20T21:57:39.3845956Z [00:08:32.636]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wshift-negative-value... yes
2025-08-20T21:57:39.4835611Z [00:08:32.735]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wsizeof-array-argument... yes
2025-08-20T21:57:39.5937824Z [00:08:32.845]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wstrict-prototypes... yes
2025-08-20T21:57:39.6809908Z [00:08:32.933]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wswitch-bool... yes
2025-08-20T21:57:39.8225737Z [00:08:33.059]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wvla... yes
2025-08-20T21:57:39.9284260Z [00:08:33.180]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wwrite-strings... yes
2025-08-20T21:57:39.9303588Z [00:08:33.182]➜  krb5-static-x86_64-unknown-linux-musl> checking for SSL_CTX_new in -lssl... yes
2025-08-20T21:57:39.9311325Z [00:08:33.183]➜  krb5-static-x86_64-unknown-linux-musl> checking for OpenSSL... yes
2025-08-20T21:57:39.9321257Z [00:08:33.184]➜  krb5-static-x86_64-unknown-linux-musl> configure: TLS module will use OpenSSL
2025-08-20T21:57:40.0218804Z [00:08:33.274]➜  x86_64-unknown-linux-musl-binutils>   CC       xtensa-modules.lo
2025-08-20T21:57:40.1586044Z [00:08:33.410]➜  libbsd-static-x86_64-unknown-linux-musl> checking for unif01_CreateExternGenBits in -ltestu01... no
2025-08-20T21:57:40.1672479Z [00:08:33.419]➜  krb5-static-x86_64-unknown-linux-musl> checking for keyutils.h... yes
2025-08-20T21:57:40.4862753Z [00:08:33.738]➜  krb5-static-x86_64-unknown-linux-musl> checking for add_key in -lkeyutils... yes
2025-08-20T21:57:40.6992961Z [00:08:33.945]➜  libbsd-static-x86_64-unknown-linux-musl> checking for library containing MD5Update... -lmd
2025-08-20T21:57:40.8308268Z [00:08:34.082]➜  krb5-static-x86_64-unknown-linux-musl> checking for keyctl_get_persistent in -lkeyutils... yes
2025-08-20T21:57:41.0290972Z [00:08:34.281]➜  libbsd-static-x86_64-unknown-linux-musl> checking for getentropy... yes
2025-08-20T21:57:41.2289254Z [00:08:34.481]➜  libbsd-static-x86_64-unknown-linux-musl> checking for sys/ndir.h... no
2025-08-20T21:57:41.5145182Z [00:08:34.763]➜  libbsd-static-x86_64-unknown-linux-musl> checking for sys/dir.h... yes
2025-08-20T21:57:41.6395746Z [00:08:34.889]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-i386.lo
2025-08-20T21:57:41.7305400Z [00:08:34.979]➜  libbsd-static-x86_64-unknown-linux-musl> checking for ndir.h... no
2025-08-20T21:57:41.9065314Z [00:08:35.152]➜  libbsd-static-x86_64-unknown-linux-musl> checking for dirent.h... yes
2025-08-20T21:57:42.0967429Z [00:08:35.348]➜  libbsd-static-x86_64-unknown-linux-musl> checking for pwd.h... yes
2025-08-20T21:57:42.1428099Z [00:08:35.394]➜  krb5-static-x86_64-unknown-linux-musl> checking for EC_POINT_new in -lcrypto... yes
2025-08-20T21:57:42.1456632Z [00:08:35.397]➜  krb5-static-x86_64-unknown-linux-musl> checking for yasm... no
2025-08-20T21:57:42.2696885Z [00:08:35.521]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-iamcu.lo
2025-08-20T21:57:42.2988674Z [00:08:35.550]➜  libbsd-static-x86_64-unknown-linux-musl> checking for grp.h... yes
2025-08-20T21:57:42.3028258Z [00:08:35.555]➜  krb5-static-x86_64-unknown-linux-musl> checking for cpuid.h... yes
2025-08-20T21:57:42.3061797Z [00:08:35.558]➜  krb5-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... (cached) yes
2025-08-20T21:57:42.5338936Z [00:08:35.785]➜  libbsd-static-x86_64-unknown-linux-musl> checking for stdio_ext.h... yes
2025-08-20T21:57:42.5344986Z [00:08:35.785]➜  krb5-static-x86_64-unknown-linux-musl> checking for dirent.h that defines DIR... yes
2025-08-20T21:57:42.6684840Z [00:08:35.919]➜  libbsd-static-x86_64-unknown-linux-musl> checking for procinfo.h... no
2025-08-20T21:57:42.7281798Z [00:08:35.977]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-aarch64.lo
2025-08-20T21:57:42.7581804Z [00:08:36.010]➜  libbsd-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T21:57:42.8308683Z [00:08:36.082]➜  krb5-static-x86_64-unknown-linux-musl> checking for library containing opendir... none required
2025-08-20T21:57:42.8746997Z [00:08:36.126]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-alpha.lo
2025-08-20T21:57:42.9285774Z [00:08:36.180]➜  libbsd-static-x86_64-unknown-linux-musl> checking for typeof syntax and keyword spelling... typeof
2025-08-20T21:57:43.1217547Z [00:08:36.373]➜  krb5-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T21:57:43.3144576Z [00:08:36.566]➜  libbsd-static-x86_64-unknown-linux-musl> checking for int64_t... yes
2025-08-20T21:57:43.3289645Z [00:08:36.581]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-amdgcn.lo
2025-08-20T21:57:43.3755334Z [00:08:36.625]➜  krb5-static-x86_64-unknown-linux-musl> checking whether strerror_r is declared... yes
2025-08-20T21:57:43.4441312Z [00:08:36.696]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-arc.lo
2025-08-20T21:57:43.4747980Z [00:08:36.726]➜  krb5-static-x86_64-unknown-linux-musl> checking whether strerror_r returns char *... no
2025-08-20T21:57:43.6835185Z [00:08:36.935]➜  libbsd-static-x86_64-unknown-linux-musl> checking for mode_t... yes
2025-08-20T21:57:43.7143182Z [00:08:36.966]➜  krb5-static-x86_64-unknown-linux-musl> checking for strdup... yes
2025-08-20T21:57:43.7217087Z [00:08:36.973]➜  libgpg-error-static-x86_64-unknown-linux-musl> Confirm gpg-error-config works... good
2025-08-20T21:57:43.7223109Z [00:08:36.974]➜  libgpg-error-static-x86_64-unknown-linux-musl> cp gpg-error-config-old gpg-error-config
2025-08-20T21:57:43.7418787Z [00:08:36.993]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libgpg-error-1.55/src'
2025-08-20T21:57:43.7421637Z [00:08:36.993]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/src'
2025-08-20T21:57:43.7424170Z [00:08:36.993]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T21:57:43.7555692Z [00:08:37.004]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/doc'
2025-08-20T21:57:43.7561278Z [00:08:37.004]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DPACKAGE_VERSION="\"1.55\"" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o yat2m-yat2m.o `test -f 'yat2m.c' || echo './'`yat2m.c
2025-08-20T21:57:43.8075336Z [00:08:37.058]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-arm.lo
2025-08-20T21:57:43.9355536Z [00:08:37.183]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-avr.lo
2025-08-20T21:57:44.0816255Z [00:08:37.333]➜  krb5-static-x86_64-unknown-linux-musl> checking for setvbuf... yes
2025-08-20T21:57:44.1718984Z [00:08:37.424]➜  libbsd-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T21:57:44.3086496Z [00:08:37.560]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-bfin.lo
2025-08-20T21:57:44.3408065Z [00:08:37.592]➜  krb5-static-x86_64-unknown-linux-musl> checking for seteuid... yes
2025-08-20T21:57:44.4980464Z [00:08:37.750]➜  libbsd-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T21:57:44.5242230Z [00:08:37.774]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-bpf.lo
2025-08-20T21:57:44.5863969Z [00:08:37.838]➜  krb5-static-x86_64-unknown-linux-musl> checking for setresuid... yes
2025-08-20T21:57:44.6465351Z [00:08:37.896]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-cr16.lo
2025-08-20T21:57:44.8734925Z [00:08:38.123]➜  krb5-static-x86_64-unknown-linux-musl> checking for setreuid... yes
2025-08-20T21:57:44.9223011Z [00:08:38.174]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-cris.lo
2025-08-20T21:57:45.0635445Z [00:08:38.313]➜  libbsd-static-x86_64-unknown-linux-musl> checking for uid_t... yes
2025-08-20T21:57:45.0832163Z [00:08:38.335]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-crx.lo
2025-08-20T21:57:45.1740932Z [00:08:38.426]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-csky.lo
2025-08-20T21:57:45.2091635Z [00:08:38.460]➜  krb5-static-x86_64-unknown-linux-musl> checking for setegid... yes
2025-08-20T21:57:45.4337416Z [00:08:38.683]➜  libbsd-static-x86_64-unknown-linux-musl> checking for gid_t... yes
2025-08-20T21:57:45.4342634Z [00:08:38.685]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-d10v.lo
2025-08-20T21:57:45.4662668Z [00:08:38.718]➜  krb5-static-x86_64-unknown-linux-musl> checking for setresgid... yes
2025-08-20T21:57:45.6712799Z [00:08:38.923]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-d30v.lo
2025-08-20T21:57:45.7210733Z [00:08:38.971]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-dlx.lo
2025-08-20T21:57:45.7354500Z [00:08:38.987]➜  krb5-static-x86_64-unknown-linux-musl> checking for setregid... yes
2025-08-20T21:57:45.9058385Z [00:08:39.152]➜  libbsd-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:57:45.9537137Z [00:08:39.205]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-epiphany.lo
2025-08-20T21:57:46.0192041Z [00:08:39.271]➜  krb5-static-x86_64-unknown-linux-musl> checking for setsid... yes
2025-08-20T21:57:46.1832143Z [00:08:39.435]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-fr30.lo
2025-08-20T21:57:46.2708236Z [00:08:39.522]➜  krb5-static-x86_64-unknown-linux-musl> checking for flock... yes
2025-08-20T21:57:46.3226199Z [00:08:39.573]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-frv.lo
2025-08-20T21:57:46.3625509Z [00:08:39.613]➜  libbsd-static-x86_64-unknown-linux-musl> checking for ssize_t... yes
2025-08-20T21:57:46.5026907Z [00:08:39.754]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-ft32.lo
2025-08-20T21:57:46.5518222Z [00:08:39.803]➜  krb5-static-x86_64-unknown-linux-musl> checking for fchmod... yes
2025-08-20T21:57:46.6425156Z [00:08:39.889]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-h8300.lo
2025-08-20T21:57:46.6655954Z [00:08:39.916]➜  libbsd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T21:57:46.8014355Z [00:08:40.053]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether F_CLOSEM is declared... no
2025-08-20T21:57:46.8563601Z [00:08:40.108]➜  krb5-static-x86_64-unknown-linux-musl> checking for chmod... yes
2025-08-20T21:57:46.8965926Z [00:08:40.148]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-hppa.lo
2025-08-20T21:57:46.9657027Z [00:08:40.217]➜  libbsd-static-x86_64-unknown-linux-musl> checking whether environ is declared... yes
2025-08-20T21:57:47.0441801Z [00:08:40.296]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-ia64.lo
2025-08-20T21:57:47.1289528Z [00:08:40.381]➜  krb5-static-x86_64-unknown-linux-musl> checking for strptime... yes
2025-08-20T21:57:47.1740505Z [00:08:40.426]➜  libbsd-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:57:47.3827348Z [00:08:40.634]➜  libbsd-static-x86_64-unknown-linux-musl> checking for GNU .init_array section support... no
2025-08-20T21:57:47.4052951Z [00:08:40.657]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-ip2k.lo
2025-08-20T21:57:47.4247617Z [00:08:40.676]➜  krb5-static-x86_64-unknown-linux-musl> checking for geteuid... yes
2025-08-20T21:57:47.4995551Z [00:08:40.748]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-iq2000.lo
2025-08-20T21:57:47.6765668Z [00:08:40.928]➜  libbsd-static-x86_64-unknown-linux-musl> checking for program_invocation_short_name... yes
2025-08-20T21:57:47.7078477Z [00:08:40.959]➜  krb5-static-x86_64-unknown-linux-musl> checking for setenv... yes
2025-08-20T21:57:47.8875899Z [00:08:41.139]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-kvx.lo
2025-08-20T21:57:47.9225325Z [00:08:41.168]➜  libbsd-static-x86_64-unknown-linux-musl> checking for __progname... yes
2025-08-20T21:57:47.9908541Z [00:08:41.243]➜  krb5-static-x86_64-unknown-linux-musl> checking for unsetenv... yes
2025-08-20T21:57:48.0246509Z [00:08:41.276]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-lm32.lo
2025-08-20T21:57:48.2099686Z [00:08:41.457]➜  krb5-static-x86_64-unknown-linux-musl> checking for getenv... yes
2025-08-20T21:57:48.2273789Z [00:08:41.479]➜  libbsd-static-x86_64-unknown-linux-musl> checking for __register_atfork... no
2025-08-20T21:57:48.3097939Z [00:08:41.561]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -DPACKAGE_VERSION="\"1.55\"" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden   -o yat2m yat2m-yat2m.o
2025-08-20T21:57:48.4829617Z [00:08:41.735]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-loongarch.lo
2025-08-20T21:57:48.4886164Z [00:08:41.740]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-m10200.lo
2025-08-20T21:57:48.5205326Z [00:08:41.772]➜  krb5-static-x86_64-unknown-linux-musl> checking for gmtime_r... yes
2025-08-20T21:57:48.5486722Z [00:08:41.800]➜  libbsd-static-x86_64-unknown-linux-musl> checking for vasprintf... yes
2025-08-20T21:57:48.5735740Z [00:08:41.825]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-m10300.lo
2025-08-20T21:57:48.6977717Z [00:08:41.949]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -DPACKAGE_VERSION=\"1.55\" -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o yat2m yat2m-yat2m.o
2025-08-20T21:57:48.8106919Z [00:08:42.062]➜  libbsd-static-x86_64-unknown-linux-musl> checking for asprintf... yes
2025-08-20T21:57:48.8456482Z [00:08:42.097]➜  krb5-static-x86_64-unknown-linux-musl> checking for localtime_r... yes
2025-08-20T21:57:48.8613630Z [00:08:42.113]➜  libgpg-error-static-x86_64-unknown-linux-musl> gcc   \
2025-08-20T21:57:48.8615241Z [00:08:42.113]➜  libgpg-error-static-x86_64-unknown-linux-musl>  -o yat2m-for-build ./yat2m.c
2025-08-20T21:57:49.0009092Z [00:08:42.253]➜  libbsd-static-x86_64-unknown-linux-musl> checking for clearenv... yes
2025-08-20T21:57:49.0090083Z [00:08:42.261]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-m32c.lo
2025-08-20T21:57:49.0497251Z [00:08:42.301]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-m32r.lo
2025-08-20T21:57:49.1258331Z [00:08:42.377]➜  krb5-static-x86_64-unknown-linux-musl> checking for bswap16... no
2025-08-20T21:57:49.1410599Z [00:08:42.393]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-m68hc11.lo
2025-08-20T21:57:49.2825120Z [00:08:42.531]➜  libbsd-static-x86_64-unknown-linux-musl> checking for dirfd... yes
2025-08-20T21:57:49.4248361Z [00:08:42.676]➜  krb5-static-x86_64-unknown-linux-musl> checking for bswap64... no
2025-08-20T21:57:49.5314993Z [00:08:42.783]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-m68hc12.lo
2025-08-20T21:57:49.5440903Z [00:08:42.796]➜  libbsd-static-x86_64-unknown-linux-musl> checking for flock... yes
2025-08-20T21:57:49.5924056Z [00:08:42.844]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-m68k.lo
2025-08-20T21:57:49.6681644Z [00:08:42.920]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-m9s12x.lo
2025-08-20T21:57:49.6755134Z [00:08:42.926]➜  libgpg-error-static-x86_64-unknown-linux-musl> for file in gpgrt.texi ; do \
2025-08-20T21:57:49.6760743Z [00:08:42.926]➜  libgpg-error-static-x86_64-unknown-linux-musl>               ./yat2m-for-build -I . --release "Libgpg-error 1.55" --source "GnuPG" --store \
2025-08-20T21:57:49.6762730Z [00:08:42.926]➜  libgpg-error-static-x86_64-unknown-linux-musl>           `test -f '$file' || echo './'`$file ; done
2025-08-20T21:57:49.6948061Z [00:08:42.946]➜  krb5-static-x86_64-unknown-linux-musl> checking for mkstemp... yes
2025-08-20T21:57:49.6990065Z [00:08:42.950]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/doc'
2025-08-20T21:57:49.6995551Z [00:08:42.951]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T21:57:49.7151297Z [00:08:42.962]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/tests'
2025-08-20T21:57:49.7245475Z [00:08:42.962]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-version.o t-version.c
2025-08-20T21:57:49.8187186Z [00:08:43.070]➜  libbsd-static-x86_64-unknown-linux-musl> checking for fopencookie... yes
2025-08-20T21:57:49.9155742Z [00:08:43.167]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-m9s12xg.lo
2025-08-20T21:57:49.9675448Z [00:08:43.219]➜  krb5-static-x86_64-unknown-linux-musl> checking for getusershell... yes
2025-08-20T21:57:50.0798870Z [00:08:43.332]➜  libbsd-static-x86_64-unknown-linux-musl> checking for __fpurge... yes
2025-08-20T21:57:50.1029177Z [00:08:43.355]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-mcore.lo
2025-08-20T21:57:50.2595301Z [00:08:43.508]➜  krb5-static-x86_64-unknown-linux-musl> checking for access... yes
2025-08-20T21:57:50.2735236Z [00:08:43.525]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-version t-version.o ../src/libgpg-error.la
2025-08-20T21:57:50.2825039Z [00:08:43.532]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-mep.lo
2025-08-20T21:57:50.3154529Z [00:08:43.567]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-metag.lo
2025-08-20T21:57:50.3527576Z [00:08:43.604]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-microblaze.lo
2025-08-20T21:57:50.3550572Z [00:08:43.607]➜  libbsd-static-x86_64-unknown-linux-musl> checking for funopen... no
2025-08-20T21:57:50.5873892Z [00:08:43.837]➜  krb5-static-x86_64-unknown-linux-musl> checking for getcwd... yes
2025-08-20T21:57:50.6096021Z [00:08:43.861]➜  libbsd-static-x86_64-unknown-linux-musl> checking for getauxval... yes
2025-08-20T21:57:50.6097740Z [00:08:43.861]➜  libbsd-static-x86_64-unknown-linux-musl> checking for getentropy... (cached) yes
2025-08-20T21:57:50.6359319Z [00:08:43.888]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-mips.lo
2025-08-20T21:57:50.7046444Z [00:08:43.956]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-version t-version.o  ../src/.libs/libgpg-error.a
2025-08-20T21:57:50.7960066Z [00:08:44.041]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-mmix.lo
2025-08-20T21:57:50.8157305Z [00:08:44.067]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-moxie.lo
2025-08-20T21:57:50.8626035Z [00:08:44.114]➜  krb5-static-x86_64-unknown-linux-musl> checking for srand48... yes
2025-08-20T21:57:50.8627046Z [00:08:44.114]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-msp430.lo
2025-08-20T21:57:50.8872829Z [00:08:44.139]➜  libbsd-static-x86_64-unknown-linux-musl> checking for getexecname... no
2025-08-20T21:57:50.9897558Z [00:08:44.238]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-strerror.o t-strerror.c
2025-08-20T21:57:51.1489252Z [00:08:44.401]➜  libbsd-static-x86_64-unknown-linux-musl> checking for getline... yes
2025-08-20T21:57:51.1644953Z [00:08:44.411]➜  krb5-static-x86_64-unknown-linux-musl> checking for srand... yes
2025-08-20T21:57:51.1756591Z [00:08:44.427]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-mt.lo
2025-08-20T21:57:51.2745470Z [00:08:44.523]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-nds32.lo
2025-08-20T21:57:51.3079581Z [00:08:44.559]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-strerror t-strerror.o ../src/libgpg-error.la
2025-08-20T21:57:51.3627476Z [00:08:44.612]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-nfp.lo
2025-08-20T21:57:51.4985049Z [00:08:44.748]➜  libbsd-static-x86_64-unknown-linux-musl> checking for open_memstream... yes
2025-08-20T21:57:51.5010339Z [00:08:44.751]➜  krb5-static-x86_64-unknown-linux-musl> checking for srandom... yes
2025-08-20T21:57:51.5097595Z [00:08:44.761]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-ns32k.lo
2025-08-20T21:57:51.7004665Z [00:08:44.952]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-strerror t-strerror.o  ../src/.libs/libgpg-error.a
2025-08-20T21:57:51.7154445Z [00:08:44.967]➜  libbsd-static-x86_64-unknown-linux-musl> checking for pstat_getproc... no
2025-08-20T21:57:51.8128443Z [00:08:45.062]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-or1k.lo
2025-08-20T21:57:51.8356268Z [00:08:45.085]➜  krb5-static-x86_64-unknown-linux-musl> checking for stat... yes
2025-08-20T21:57:51.9912632Z [00:08:45.243]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-syserror.o t-syserror.c
2025-08-20T21:57:52.0132640Z [00:08:45.265]➜  libbsd-static-x86_64-unknown-linux-musl> checking for sysconf... yes
2025-08-20T21:57:52.0655344Z [00:08:45.314]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-pdp11.lo
2025-08-20T21:57:52.0867131Z [00:08:45.338]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-pj.lo
2025-08-20T21:57:52.1915512Z [00:08:45.442]➜  krb5-static-x86_64-unknown-linux-musl> checking for strchr... yes
2025-08-20T21:57:52.2866133Z [00:08:45.538]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-syserror t-syserror.o ../src/libgpg-error.la
2025-08-20T21:57:52.2960712Z [00:08:45.548]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-powerpc.lo
2025-08-20T21:57:52.3705686Z [00:08:45.619]➜  libbsd-static-x86_64-unknown-linux-musl> checking for uid_from_user... no
2025-08-20T21:57:52.5114722Z [00:08:45.763]➜  krb5-static-x86_64-unknown-linux-musl> checking for strerror... yes
2025-08-20T21:57:52.6385725Z [00:08:45.890]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-syserror t-syserror.o  ../src/.libs/libgpg-error.a
2025-08-20T21:57:52.6472007Z [00:08:45.899]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-pru.lo
2025-08-20T21:57:52.6664930Z [00:08:45.917]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-riscv.lo
2025-08-20T21:57:52.6704260Z [00:08:45.922]➜  libbsd-static-x86_64-unknown-linux-musl> checking for gid_from_group... no
2025-08-20T21:57:52.8128357Z [00:08:46.064]➜  krb5-static-x86_64-unknown-linux-musl> checking for timegm... yes
2025-08-20T21:57:52.9395325Z [00:08:46.189]➜  libbsd-static-x86_64-unknown-linux-musl> checking for user_from_uid... no
2025-08-20T21:57:52.9468361Z [00:08:46.198]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-lock.o t-lock.c
2025-08-20T21:57:52.9829396Z [00:08:46.235]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-rl78.lo
2025-08-20T21:57:53.0406048Z [00:08:46.292]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-rs6000.lo
2025-08-20T21:57:53.0584359Z [00:08:46.310]➜  krb5-static-x86_64-unknown-linux-musl> checking for explicit_bzero... yes
2025-08-20T21:57:53.1709550Z [00:08:46.423]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-rx.lo
2025-08-20T21:57:53.2777104Z [00:08:46.529]➜  libbsd-static-x86_64-unknown-linux-musl> checking for group_from_gid... no
2025-08-20T21:57:53.3514986Z [00:08:46.599]➜  krb5-static-x86_64-unknown-linux-musl> checking for explicit_memset... no
2025-08-20T21:57:53.3762107Z [00:08:46.628]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-s12z.lo
2025-08-20T21:57:53.4592198Z [00:08:46.711]➜  libbsd-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:57:53.4616991Z [00:08:46.713]➜  libbsd-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:57:53.5435627Z [00:08:46.791]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-s390.lo
2025-08-20T21:57:53.6271367Z [00:08:46.879]➜  krb5-static-x86_64-unknown-linux-musl> checking for getresuid... yes
2025-08-20T21:57:53.6629836Z [00:08:46.915]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-score.lo
2025-08-20T21:57:53.6806970Z [00:08:46.931]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-lock t-lock.o ../src/libgpg-error.la  -lpthread
2025-08-20T21:57:53.6913079Z [00:08:46.943]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-sh.lo
2025-08-20T21:57:53.7015504Z [00:08:46.953]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-sparc.lo
2025-08-20T21:57:53.8675203Z [00:08:47.119]➜  krb5-static-x86_64-unknown-linux-musl> checking for getresgid... yes
2025-08-20T21:57:53.8702143Z [00:08:47.122]➜  krb5-static-x86_64-unknown-linux-musl> checking for mkstemp... (cached) yes
2025-08-20T21:57:53.8724715Z [00:08:47.124]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-spu.lo
2025-08-20T21:57:54.0294037Z [00:08:47.281]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-tic30.lo
2025-08-20T21:57:54.0936354Z [00:08:47.341]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-lock t-lock.o  ../src/.libs/libgpg-error.a -lpthread
2025-08-20T21:57:54.2274270Z [00:08:47.479]➜  krb5-static-x86_64-unknown-linux-musl> checking for gettimeofday... yes
2025-08-20T21:57:54.2935616Z [00:08:47.545]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-tic4x.lo
2025-08-20T21:57:54.3165294Z [00:08:47.562]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-tic54x.lo
2025-08-20T21:57:54.3968986Z [00:08:47.649]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys_errlist declaration... no
2025-08-20T21:57:54.4001080Z [00:08:47.652]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-tic6x.lo
2025-08-20T21:57:54.4120026Z [00:08:47.664]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-printf.o t-printf.c
2025-08-20T21:57:54.5106842Z [00:08:47.762]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-tilegx.lo
2025-08-20T21:57:54.5337381Z [00:08:47.785]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-tilepro.lo
2025-08-20T21:57:54.6545303Z [00:08:47.904]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys_errlist in libc... no
2025-08-20T21:57:54.6546692Z [00:08:47.904]➜  krb5-static-x86_64-unknown-linux-musl> configure: WARNING: sys_errlist is neither in errno.h nor in libc
2025-08-20T21:57:54.6548170Z [00:08:47.904]➜  krb5-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:57:54.8135014Z [00:08:48.065]➜  krb5-static-x86_64-unknown-linux-musl> checking for paths.h... yes
2025-08-20T21:57:54.8978910Z [00:08:48.149]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-v850.lo
2025-08-20T21:57:55.0035443Z [00:08:48.251]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-v850_rh850.lo
2025-08-20T21:57:55.0075395Z [00:08:48.259]➜  krb5-static-x86_64-unknown-linux-musl> checking for regex.h... yes
2025-08-20T21:57:55.1086795Z [00:08:48.360]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-vax.lo
2025-08-20T21:57:55.1228309Z [00:08:48.374]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-visium.lo
2025-08-20T21:57:55.1352473Z [00:08:48.387]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-wasm32.lo
2025-08-20T21:57:55.2954887Z [00:08:48.542]➜  krb5-static-x86_64-unknown-linux-musl> checking for regexpr.h... no
2025-08-20T21:57:55.4955640Z [00:08:48.747]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-xgate.lo
2025-08-20T21:57:55.5205420Z [00:08:48.772]➜  krb5-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T21:57:55.5512085Z [00:08:48.803]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-xstormy16.lo
2025-08-20T21:57:55.6086166Z [00:08:48.860]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-xtensa.lo
2025-08-20T21:57:55.6869844Z [00:08:48.939]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-z80.lo
2025-08-20T21:57:55.7119965Z [00:08:48.964]➜  krb5-static-x86_64-unknown-linux-musl> checking for memory.h... yes
2025-08-20T21:57:55.7121587Z [00:08:48.964]➜  krb5-static-x86_64-unknown-linux-musl> checking for ifaddrs.h... (cached) yes
2025-08-20T21:57:55.7140241Z [00:08:48.966]➜  x86_64-unknown-linux-musl-binutils>   CC       cpu-z8k.lo
2025-08-20T21:57:55.9019510Z [00:08:49.153]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/filio.h... no
2025-08-20T21:57:55.9326961Z [00:08:49.184]➜  x86_64-unknown-linux-musl-binutils>   CC       archive64.lo
2025-08-20T21:57:55.9491098Z [00:08:49.201]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:57:56.0197141Z [00:08:49.267]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-printf t-printf.o ../src/libgpg-error.la
2025-08-20T21:57:56.0274860Z [00:08:49.273]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T21:57:56.0661644Z [00:08:49.318]➜  krb5-static-x86_64-unknown-linux-musl> checking for byteswap.h... yes
2025-08-20T21:57:56.0841083Z [00:08:49.336]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: creating man/Makefile
2025-08-20T21:57:56.1498008Z [00:08:49.401]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:57:56.1616364Z [00:08:49.413]➜  krb5-static-x86_64-unknown-linux-musl> checking for machine/endian.h... no
2025-08-20T21:57:56.2346804Z [00:08:49.486]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: creating src/libbsd.pc
2025-08-20T21:57:56.2828181Z [00:08:49.534]➜  krb5-static-x86_64-unknown-linux-musl> checking for machine/byte_order.h... no
2025-08-20T21:57:56.2964079Z [00:08:49.548]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: creating src/libbsd-ctor.pc
2025-08-20T21:57:56.3003423Z [00:08:49.552]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-printf t-printf.o  ../src/.libs/libgpg-error.a
2025-08-20T21:57:56.3456423Z [00:08:49.597]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: creating src/libbsd-overlay.pc
2025-08-20T21:57:56.3827109Z [00:08:49.634]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: creating test/Makefile
2025-08-20T21:57:56.4324735Z [00:08:49.684]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/bswap.h... no
2025-08-20T21:57:56.4643918Z [00:08:49.716]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:57:56.4976223Z [00:08:49.747]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-poll.o t-poll.c
2025-08-20T21:57:56.5090645Z [00:08:49.761]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:57:56.5144305Z [00:08:49.766]➜  libbsd-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:57:56.5768235Z [00:08:49.828]➜  x86_64-unknown-linux-musl-binutils>   CCLD     libbfd.la
2025-08-20T21:57:56.5864001Z [00:08:49.835]➜  krb5-static-x86_64-unknown-linux-musl> checking for endian.h... yes
2025-08-20T21:57:56.6905580Z [00:08:49.942]➜  krb5-static-x86_64-unknown-linux-musl> checking for pwd.h... yes
2025-08-20T21:57:56.7558199Z [00:08:50.007]➜  libbsd-static-x86_64-unknown-linux-musl> configurePhase completed in 32 seconds
2025-08-20T21:57:56.7559441Z [00:08:50.007]➜  libbsd-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:57:56.7850119Z [00:08:50.037]➜  krb5-static-x86_64-unknown-linux-musl> checking for arpa/inet.h... yes
2025-08-20T21:57:56.7870956Z [00:08:50.039]➜  libbsd-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:57:56.7987887Z [00:08:50.050]➜  libbsd-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:57:56.8299070Z [00:08:50.082]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2'
2025-08-20T21:57:56.8586871Z [00:08:50.106]➜  libbsd-static-x86_64-unknown-linux-musl> Making all in include
2025-08-20T21:57:56.8591445Z [00:08:50.110]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2/include'
2025-08-20T21:57:56.8695011Z [00:08:50.120]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:57:56.8805692Z [00:08:50.120]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2/include'
2025-08-20T21:57:56.8807734Z [00:08:50.120]➜  libbsd-static-x86_64-unknown-linux-musl> Making all in man
2025-08-20T21:57:56.8855958Z [00:08:50.137]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2/man'
2025-08-20T21:57:56.8857255Z [00:08:50.137]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:57:56.8858470Z [00:08:50.137]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2/man'
2025-08-20T21:57:56.8935597Z [00:08:50.145]➜  libbsd-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:57:56.9061458Z [00:08:50.158]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2/src'
2025-08-20T21:57:56.9165014Z [00:08:50.163]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       setmode.lo
2025-08-20T21:57:56.9214697Z [00:08:50.171]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       arc4random.lo
2025-08-20T21:57:56.9234954Z [00:08:50.175]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       arc4random_uniform.lo
2025-08-20T21:57:56.9360504Z [00:08:50.188]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       bsd_getopt.lo
2025-08-20T21:57:56.9361889Z [00:08:50.188]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       closefrom.lo
2025-08-20T21:57:56.9708860Z [00:08:50.222]➜  krb5-static-x86_64-unknown-linux-musl> checking for alloca.h... yes
2025-08-20T21:57:57.1812685Z [00:08:50.433]➜  krb5-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:57:57.2708967Z [00:08:50.522]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.2715075Z [00:08:50.522]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:57.2716721Z [00:08:50.522]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:57.2722121Z [00:08:50.522]➜  libbsd-static-x86_64-unknown-linux-musl>                  from arc4random.c:31:
2025-08-20T21:57:57.2866452Z [00:08:50.522]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.2869216Z [00:08:50.523]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.2870443Z [00:08:50.523]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.2872549Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.2874191Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:57.2875409Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:57.2876410Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl>                  from arc4random_uniform.c:20:
2025-08-20T21:57:57.2878529Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.2880968Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.2881967Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.2883099Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.2904461Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/getopt.h:28,
2025-08-20T21:57:57.2907021Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl>                  from bsd_getopt.c:27:
2025-08-20T21:57:57.2909731Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.2912755Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.2914402Z [00:08:50.530]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.2941715Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.2943394Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>                  from setmode.c:35:
2025-08-20T21:57:57.2946095Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.2948953Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.2950358Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.2951745Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.2953616Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:57.2955055Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:57.2957878Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.2960774Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3024514Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3026249Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3028097Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:57:57.3031055Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/getopt.h:32:
2025-08-20T21:57:57.3033885Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3036721Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3040545Z [00:08:50.545]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3041765Z [00:08:50.546]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3043098Z [00:08:50.546]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:57.3045921Z [00:08:50.546]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3048442Z [00:08:50.546]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3049584Z [00:08:50.546]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3050686Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3051915Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:57.3053551Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:57.3056303Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3058858Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3060088Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3061218Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3062567Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:57.3118303Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3120919Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3122149Z [00:08:50.551]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3177735Z [00:08:50.561]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3184393Z [00:08:50.561]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:57.3190835Z [00:08:50.561]➜  libbsd-static-x86_64-unknown-linux-musl>                  from arc4random.c:32:
2025-08-20T21:57:57.3198119Z [00:08:50.561]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3221602Z [00:08:50.561]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3222966Z [00:08:50.561]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3224268Z [00:08:50.567]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3225510Z [00:08:50.567]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:57:57.3226901Z [00:08:50.567]➜  libbsd-static-x86_64-unknown-linux-musl>                  from arc4random.c:33:
2025-08-20T21:57:57.3229410Z [00:08:50.567]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3231972Z [00:08:50.567]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3233176Z [00:08:50.567]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3274534Z [00:08:50.568]➜  krb5-static-x86_64-unknown-linux-musl> checking for limits.h... yes
2025-08-20T21:57:57.3275696Z [00:08:50.578]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3299474Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/time.h:36,
2025-08-20T21:57:57.3311042Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl>                  from arc4random.c:35:
2025-08-20T21:57:57.3396106Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3399270Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3400945Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3402279Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3403974Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:57.3405544Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:57.3406981Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl>                  from setmode.c:43:
2025-08-20T21:57:57.3409525Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3444617Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3446101Z [00:08:50.579]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3483012Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3484847Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:57.3486308Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:57.3487705Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from closefrom.c:31:
2025-08-20T21:57:57.3490393Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3493466Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3494872Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3496135Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3497768Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/param.h:28,
2025-08-20T21:57:57.3499167Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from arc4random.h:30,
2025-08-20T21:57:57.3500438Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from arc4random.c:69:
2025-08-20T21:57:57.3503382Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3524673Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3526338Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3527917Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3529325Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/time.h:36,
2025-08-20T21:57:57.3531362Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/resource.h:9,
2025-08-20T21:57:57.3534077Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/param.h:31,
2025-08-20T21:57:57.3536027Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/param.h:30:
2025-08-20T21:57:57.3538551Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3541186Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3542349Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3543720Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3544815Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:57.3545927Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:57.3548234Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3550715Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3585146Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3586222Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3587409Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:57.3590011Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3592551Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3593946Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3594978Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3596180Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:57:57.3597302Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>                  from setmode.c:45:
2025-08-20T21:57:57.3599648Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3602116Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3603454Z [00:08:50.599]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3805548Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3806889Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:57.3808160Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:57.3810606Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3813069Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3814918Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3815977Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.3817166Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:57.3819592Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.3821972Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.3823067Z [00:08:50.629]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.3955761Z [00:08:50.646]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.4014634Z [00:08:50.646]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:57:57.4024813Z [00:08:50.646]➜  libbsd-static-x86_64-unknown-linux-musl>                  from closefrom.c:32:
2025-08-20T21:57:57.4027252Z [00:08:50.646]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.4029994Z [00:08:50.646]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.4031174Z [00:08:50.646]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.4032002Z [00:08:50.653]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       errc.lo
2025-08-20T21:57:57.4058819Z [00:08:50.658]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       expand_number.lo
2025-08-20T21:57:57.4375632Z [00:08:50.688]➜  krb5-static-x86_64-unknown-linux-musl> checking for regexp.h... no
2025-08-20T21:57:57.6499778Z [00:08:50.901]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-poll t-poll.o ../src/libgpg-error.la  -lpthread
2025-08-20T21:57:57.6913182Z [00:08:50.943]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.6915299Z [00:08:50.943]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/err.h:29,
2025-08-20T21:57:57.6916832Z [00:08:50.943]➜  libbsd-static-x86_64-unknown-linux-musl>                  from errc.c:28:
2025-08-20T21:57:57.6919657Z [00:08:50.943]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.6922577Z [00:08:50.943]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.6924264Z [00:08:50.943]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.7010215Z [00:08:50.953]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       explicit_bzero.lo
2025-08-20T21:57:57.7201256Z [00:08:50.972]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.7203399Z [00:08:50.972]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:57.7204708Z [00:08:50.972]➜  libbsd-static-x86_64-unknown-linux-musl>                  from errc.c:29:
2025-08-20T21:57:57.7207307Z [00:08:50.972]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.7209928Z [00:08:50.972]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.7211219Z [00:08:50.972]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.7396279Z [00:08:50.991]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.7415084Z [00:08:50.991]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:57.7416850Z [00:08:50.991]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:57.7418395Z [00:08:50.991]➜  libbsd-static-x86_64-unknown-linux-musl>                  from errc.c:31:
2025-08-20T21:57:57.7420949Z [00:08:50.991]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.7423847Z [00:08:50.991]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.7425346Z [00:08:50.991]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.7426479Z [00:08:50.991]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct stat.st_mtimensec... no
2025-08-20T21:57:57.7629661Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.7644898Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:57.7646338Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:57.7649059Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.7651728Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.7653060Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.7654609Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.7656021Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:57.7658862Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.7672507Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.7674584Z [00:08:51.011]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.9325512Z [00:08:51.179]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.9331473Z [00:08:51.179]➜  libbsd-static-x86_64-unknown-linux-musl>                  from expand_number.c:28:
2025-08-20T21:57:57.9334440Z [00:08:51.179]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.9337237Z [00:08:51.179]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.9338586Z [00:08:51.179]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.9415099Z [00:08:51.189]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       fgetln.lo
2025-08-20T21:57:57.9621703Z [00:08:51.214]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.9628466Z [00:08:51.214]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/inttypes.h:37,
2025-08-20T21:57:57.9630159Z [00:08:51.214]➜  libbsd-static-x86_64-unknown-linux-musl>                  from expand_number.c:32:
2025-08-20T21:57:57.9633141Z [00:08:51.214]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.9636107Z [00:08:51.214]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.9637392Z [00:08:51.215]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.9638608Z [00:08:51.215]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.9640233Z [00:08:51.215]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:57.9641559Z [00:08:51.215]➜  libbsd-static-x86_64-unknown-linux-musl>                  from expand_number.c:33:
2025-08-20T21:57:57.9644508Z [00:08:51.215]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.9647167Z [00:08:51.215]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.9648466Z [00:08:51.215]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.9861096Z [00:08:51.238]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:57.9862985Z [00:08:51.238]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:57.9864601Z [00:08:51.238]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:57.9867441Z [00:08:51.238]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:57.9870368Z [00:08:51.238]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:57.9875025Z [00:08:51.238]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:57.9876498Z [00:08:51.238]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct stat.st_mtimespec.tv_nsec... no
2025-08-20T21:57:58.0388799Z [00:08:51.290]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-poll t-poll.o  ../src/.libs/libgpg-error.a -lpthread
2025-08-20T21:57:58.1315674Z [00:08:51.383]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.1317047Z [00:08:51.383]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:58.1318219Z [00:08:51.383]➜  libbsd-static-x86_64-unknown-linux-musl>                  from explicit_bzero.c:7:
2025-08-20T21:57:58.1320637Z [00:08:51.383]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.1322869Z [00:08:51.383]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.1324049Z [00:08:51.383]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.1324931Z [00:08:51.383]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct stat.st_mtim.tv_nsec... yes
2025-08-20T21:57:58.1555479Z [00:08:51.402]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       fgetwln.lo
2025-08-20T21:57:58.2072275Z [00:08:51.459]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       fparseln.lo
2025-08-20T21:57:58.2886165Z [00:08:51.536]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.2888154Z [00:08:51.536]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetln.c:28:
2025-08-20T21:57:58.2890962Z [00:08:51.536]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.2894065Z [00:08:51.536]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.2895442Z [00:08:51.536]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.2924332Z [00:08:51.544]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-b64.o t-b64.c
2025-08-20T21:57:58.2947935Z [00:08:51.546]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.2953035Z [00:08:51.546]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:58.2958470Z [00:08:51.546]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetln.c:31:
2025-08-20T21:57:58.2964947Z [00:08:51.546]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.2971055Z [00:08:51.547]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.2975276Z [00:08:51.547]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.3069130Z [00:08:51.557]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.3070349Z [00:08:51.557]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:58.3071496Z [00:08:51.557]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetln.c:32:
2025-08-20T21:57:58.3073967Z [00:08:51.557]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.3076276Z [00:08:51.557]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.3077334Z [00:08:51.557]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.3078314Z [00:08:51.558]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.3079394Z [00:08:51.558]➜  libbsd-static-x86_64-unknown-linux-musl>                  from local-link.h:30,
2025-08-20T21:57:58.3080375Z [00:08:51.558]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetln.c:34:
2025-08-20T21:57:58.3082574Z [00:08:51.558]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.3085106Z [00:08:51.558]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.3086272Z [00:08:51.558]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.3818131Z [00:08:51.633]➜  krb5-static-x86_64-unknown-linux-musl> checking for re_comp... no
2025-08-20T21:57:58.4097897Z [00:08:51.661]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       flopen.lo
2025-08-20T21:57:58.4225833Z [00:08:51.674]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       fmtcheck.lo
2025-08-20T21:57:58.4527821Z [00:08:51.702]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.4529652Z [00:08:51.702]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetwln.c:27:
2025-08-20T21:57:58.4532764Z [00:08:51.702]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.4535943Z [00:08:51.702]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.4537377Z [00:08:51.702]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.4656928Z [00:08:51.717]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.4662509Z [00:08:51.717]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:58.4664484Z [00:08:51.717]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:58.4668990Z [00:08:51.717]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetwln.c:29:
2025-08-20T21:57:58.4671534Z [00:08:51.717]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.4674162Z [00:08:51.717]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.4675551Z [00:08:51.717]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.4778896Z [00:08:51.730]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       fpurge.lo
2025-08-20T21:57:58.4840874Z [00:08:51.735]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.4842358Z [00:08:51.735]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:58.4843904Z [00:08:51.735]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:58.4846411Z [00:08:51.735]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.4849045Z [00:08:51.735]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.4850374Z [00:08:51.735]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.4851867Z [00:08:51.736]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.4853660Z [00:08:51.736]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:58.4856388Z [00:08:51.736]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.4859063Z [00:08:51.736]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.4866909Z [00:08:51.736]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.5122006Z [00:08:51.763]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.5123997Z [00:08:51.763]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/wchar.h:44,
2025-08-20T21:57:58.5125428Z [00:08:51.763]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetwln.c:31:
2025-08-20T21:57:58.5128144Z [00:08:51.763]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.5131270Z [00:08:51.763]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.5132680Z [00:08:51.763]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.5134310Z [00:08:51.764]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.5135741Z [00:08:51.764]➜  libbsd-static-x86_64-unknown-linux-musl>                  from local-link.h:30,
2025-08-20T21:57:58.5137001Z [00:08:51.764]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetwln.c:33:
2025-08-20T21:57:58.5139762Z [00:08:51.764]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.5142574Z [00:08:51.764]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.5144213Z [00:08:51.764]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.5367852Z [00:08:51.788]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.5369718Z [00:08:51.788]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fparseln.c:27:
2025-08-20T21:57:58.5372550Z [00:08:51.788]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.5375753Z [00:08:51.788]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.5377162Z [00:08:51.788]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.5466133Z [00:08:51.798]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.5467801Z [00:08:51.798]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:58.5469287Z [00:08:51.798]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fparseln.c:31:
2025-08-20T21:57:58.5472160Z [00:08:51.798]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.5475140Z [00:08:51.798]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.5476533Z [00:08:51.798]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.5597014Z [00:08:51.811]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.5598907Z [00:08:51.811]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:58.5600323Z [00:08:51.811]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fparseln.c:32:
2025-08-20T21:57:58.5603122Z [00:08:51.811]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.5606053Z [00:08:51.811]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.5608134Z [00:08:51.811]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.5709165Z [00:08:51.823]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.5711400Z [00:08:51.823]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:58.5715965Z [00:08:51.823]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:58.5720163Z [00:08:51.824]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fparseln.c:33:
2025-08-20T21:57:58.5723692Z [00:08:51.824]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.5727676Z [00:08:51.824]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.5730353Z [00:08:51.825]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.5741458Z [00:08:51.826]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.5742909Z [00:08:51.826]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:58.5745668Z [00:08:51.826]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.5748237Z [00:08:51.826]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.5749461Z [00:08:51.826]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.5770266Z [00:08:51.829]➜  krb5-static-x86_64-unknown-linux-musl> checking for re_exec... no
2025-08-20T21:57:58.6726447Z [00:08:51.924]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       freezero.lo
2025-08-20T21:57:58.7010893Z [00:08:51.952]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.7016199Z [00:08:51.952]➜  libbsd-static-x86_64-unknown-linux-musl>                  from flopen.c:30:
2025-08-20T21:57:58.7022263Z [00:08:51.952]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.7028274Z [00:08:51.952]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.7033095Z [00:08:51.952]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.7037955Z [00:08:51.952]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.7040633Z [00:08:51.952]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fmtcheck.c:31:
2025-08-20T21:57:58.7044908Z [00:08:51.952]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.7049049Z [00:08:51.952]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.7050539Z [00:08:51.952]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.7207817Z [00:08:51.970]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.7219672Z [00:08:51.970]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:58.7221221Z [00:08:51.970]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fmtcheck.c:33:
2025-08-20T21:57:58.7227624Z [00:08:51.970]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.7230431Z [00:08:51.970]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.7231766Z [00:08:51.970]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.7243458Z [00:08:51.972]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.7245120Z [00:08:51.972]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:57:58.7246478Z [00:08:51.972]➜  libbsd-static-x86_64-unknown-linux-musl>                  from flopen.c:37:
2025-08-20T21:57:58.7249119Z [00:08:51.972]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.7256660Z [00:08:51.972]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.7274592Z [00:08:51.972]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.7360357Z [00:08:51.988]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.7361897Z [00:08:51.988]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:58.7363443Z [00:08:51.988]➜  libbsd-static-x86_64-unknown-linux-musl>                  from flopen.c:39:
2025-08-20T21:57:58.7366201Z [00:08:51.988]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.7368978Z [00:08:51.988]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.7370444Z [00:08:51.988]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.7450282Z [00:08:51.997]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.7474446Z [00:08:51.997]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:58.7475727Z [00:08:51.997]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fmtcheck.c:34:
2025-08-20T21:57:58.7478068Z [00:08:51.997]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.7481112Z [00:08:51.997]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.7482436Z [00:08:51.997]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.7496252Z [00:08:52.001]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.7498077Z [00:08:52.001]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:58.7499697Z [00:08:52.001]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fpurge.c:28:
2025-08-20T21:57:58.7502529Z [00:08:52.001]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.7505368Z [00:08:52.001]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.7506978Z [00:08:52.001]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.7776903Z [00:08:52.029]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.7778701Z [00:08:52.029]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:58.7780209Z [00:08:52.029]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:58.7783552Z [00:08:52.029]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.7786295Z [00:08:52.029]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.7787750Z [00:08:52.029]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.8636839Z [00:08:52.115]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       funopen.lo
2025-08-20T21:57:58.8948334Z [00:08:52.146]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-b64 t-b64.o ../src/libgpg-error.la
2025-08-20T21:57:58.8965111Z [00:08:52.148]➜  krb5-static-x86_64-unknown-linux-musl> checking for regexec... yes
2025-08-20T21:57:58.9835502Z [00:08:52.230]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:58.9845399Z [00:08:52.230]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:58.9846914Z [00:08:52.230]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:58.9848321Z [00:08:52.230]➜  libbsd-static-x86_64-unknown-linux-musl>                  from freezero.c:18:
2025-08-20T21:57:58.9851139Z [00:08:52.230]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:58.9853947Z [00:08:52.230]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:58.9855363Z [00:08:52.230]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:58.9856443Z [00:08:52.236]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       getbsize.lo
2025-08-20T21:57:59.0018623Z [00:08:52.253]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.0020398Z [00:08:52.253]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:59.0021853Z [00:08:52.253]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:59.0024853Z [00:08:52.253]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.0027842Z [00:08:52.253]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.0029268Z [00:08:52.253]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.0030623Z [00:08:52.253]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.0032078Z [00:08:52.253]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:59.0035196Z [00:08:52.253]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.0037979Z [00:08:52.254]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.0039348Z [00:08:52.254]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.0197444Z [00:08:52.271]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.0199211Z [00:08:52.271]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:59.0200690Z [00:08:52.271]➜  libbsd-static-x86_64-unknown-linux-musl>                  from freezero.c:19:
2025-08-20T21:57:59.0203960Z [00:08:52.271]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.0206680Z [00:08:52.271]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.0208028Z [00:08:52.271]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.0319627Z [00:08:52.284]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       getpeereid.lo
2025-08-20T21:57:59.0777486Z [00:08:52.329]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       dehumanize_number.lo
2025-08-20T21:57:59.0889365Z [00:08:52.341]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       humanize_number.lo
2025-08-20T21:57:59.1967354Z [00:08:52.448]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.1975299Z [00:08:52.448]➜  libbsd-static-x86_64-unknown-linux-musl>                  from funopen.c:27:
2025-08-20T21:57:59.1978099Z [00:08:52.448]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.1980848Z [00:08:52.448]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.1982265Z [00:08:52.448]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.2137749Z [00:08:52.465]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-b64 t-b64.o  ../src/.libs/libgpg-error.a
2025-08-20T21:57:59.2245753Z [00:08:52.467]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.2247145Z [00:08:52.467]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:59.2248387Z [00:08:52.467]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:59.2249566Z [00:08:52.467]➜  libbsd-static-x86_64-unknown-linux-musl>                  from funopen.c:30:
2025-08-20T21:57:59.2252262Z [00:08:52.467]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.2255192Z [00:08:52.467]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.2256384Z [00:08:52.467]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.2284332Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.2285750Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:59.2286989Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:59.2289612Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.2292181Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.2293563Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.2294704Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.2296134Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:59.2298656Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.2301222Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.2302413Z [00:08:52.480]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.2633151Z [00:08:52.515]➜  krb5-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T21:57:59.2785754Z [00:08:52.527]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.2787457Z [00:08:52.527]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/err.h:29,
2025-08-20T21:57:59.2788743Z [00:08:52.527]➜  libbsd-static-x86_64-unknown-linux-musl>                  from getbsize.c:34:
2025-08-20T21:57:59.2804101Z [00:08:52.527]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.2806772Z [00:08:52.527]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.2808314Z [00:08:52.527]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.2855678Z [00:08:52.537]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.2857131Z [00:08:52.537]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:59.2858384Z [00:08:52.537]➜  libbsd-static-x86_64-unknown-linux-musl>                  from getbsize.c:35:
2025-08-20T21:57:59.2860976Z [00:08:52.537]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.2864000Z [00:08:52.537]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.2865345Z [00:08:52.537]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.2992892Z [00:08:52.551]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.2998617Z [00:08:52.552]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:59.3005174Z [00:08:52.552]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:59.3009909Z [00:08:52.552]➜  libbsd-static-x86_64-unknown-linux-musl>                  from getbsize.c:36:
2025-08-20T21:57:59.3016425Z [00:08:52.552]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3021278Z [00:08:52.552]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3022834Z [00:08:52.552]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3075864Z [00:08:52.559]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3077417Z [00:08:52.559]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:59.3080150Z [00:08:52.559]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3082868Z [00:08:52.559]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3084435Z [00:08:52.559]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3108800Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3112834Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl>                  from getpeereid.c:27:
2025-08-20T21:57:59.3116682Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3120745Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3122579Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3124625Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3126268Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/param.h:28,
2025-08-20T21:57:59.3127923Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl>                  from getpeereid.c:29:
2025-08-20T21:57:59.3130720Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3133755Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3164073Z [00:08:52.563]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3165337Z [00:08:52.564]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3166717Z [00:08:52.564]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/time.h:36,
2025-08-20T21:57:59.3168993Z [00:08:52.564]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/resource.h:9,
2025-08-20T21:57:59.3171792Z [00:08:52.564]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/param.h:31,
2025-08-20T21:57:59.3173970Z [00:08:52.564]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/param.h:30:
2025-08-20T21:57:59.3176563Z [00:08:52.564]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3184521Z [00:08:52.564]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3185864Z [00:08:52.564]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3206140Z [00:08:52.572]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3208013Z [00:08:52.572]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:59.3209313Z [00:08:52.572]➜  libbsd-static-x86_64-unknown-linux-musl>                  from getbsize.c:37:
2025-08-20T21:57:59.3212015Z [00:08:52.572]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3215512Z [00:08:52.572]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3217236Z [00:08:52.572]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3387842Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3444896Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl>                  from dehumanize_number.c:27:
2025-08-20T21:57:59.3516096Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3518876Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3520155Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3521620Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3522999Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:59.3524514Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl>                  from dehumanize_number.c:31:
2025-08-20T21:57:59.3527133Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3529963Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3531266Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3532503Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3534109Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:57:59.3535649Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl>                  from getpeereid.c:35:
2025-08-20T21:57:59.3538560Z [00:08:52.590]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3541199Z [00:08:52.591]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3542415Z [00:08:52.591]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3543768Z [00:08:52.596]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3545236Z [00:08:52.596]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:59.3546695Z [00:08:52.596]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:59.3549583Z [00:08:52.596]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3552260Z [00:08:52.596]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3553749Z [00:08:52.596]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3554893Z [00:08:52.599]➜  krb5-static-x86_64-unknown-linux-musl> checking for perror declaration... no
2025-08-20T21:57:59.3581317Z [00:08:52.610]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3582845Z [00:08:52.610]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46,
2025-08-20T21:57:59.3584260Z [00:08:52.610]➜  libbsd-static-x86_64-unknown-linux-musl>                  from dehumanize_number.c:33:
2025-08-20T21:57:59.3586544Z [00:08:52.610]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3589549Z [00:08:52.610]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3590999Z [00:08:52.610]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3746820Z [00:08:52.626]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3748797Z [00:08:52.626]➜  libbsd-static-x86_64-unknown-linux-musl>                  from humanize_number.c:36:
2025-08-20T21:57:59.3751537Z [00:08:52.626]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3754404Z [00:08:52.626]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.3755837Z [00:08:52.626]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.3982645Z [00:08:52.650]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.3985204Z [00:08:52.650]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/inttypes.h:37,
2025-08-20T21:57:59.3986914Z [00:08:52.650]➜  libbsd-static-x86_64-unknown-linux-musl>                  from humanize_number.c:39:
2025-08-20T21:57:59.3995204Z [00:08:52.650]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.3998430Z [00:08:52.650]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.4000117Z [00:08:52.650]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.4215443Z [00:08:52.669]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.4244675Z [00:08:52.669]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:59.4246301Z [00:08:52.669]➜  libbsd-static-x86_64-unknown-linux-musl>                  from humanize_number.c:40:
2025-08-20T21:57:59.4249147Z [00:08:52.669]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.4252003Z [00:08:52.669]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.4253648Z [00:08:52.669]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.4353429Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.4354768Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:59.4355952Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:59.4357068Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl>                  from humanize_number.c:41:
2025-08-20T21:57:59.4359580Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.4362250Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.4363659Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.4364784Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.4366037Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:59.4368816Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.4371429Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.4372616Z [00:08:52.681]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.4525209Z [00:08:52.701]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.4614941Z [00:08:52.702]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:59.4664719Z [00:08:52.702]➜  libbsd-static-x86_64-unknown-linux-musl>                  from humanize_number.c:42:
2025-08-20T21:57:59.4667445Z [00:08:52.702]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.4669987Z [00:08:52.702]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.4671086Z [00:08:52.702]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.4672263Z [00:08:52.708]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       inet_net_pton.lo
2025-08-20T21:57:59.4676194Z [00:08:52.719]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       md5.lo
2025-08-20T21:57:59.4677294Z [00:08:52.719]➜  krb5-static-x86_64-unknown-linux-musl> checking if strptime needs a prototype provided... no
2025-08-20T21:57:59.4745776Z [00:08:52.726]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       nlist.lo
2025-08-20T21:57:59.5499257Z [00:08:52.799]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       pidfile.lo
2025-08-20T21:57:59.5736926Z [00:08:52.825]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-argparse.o t-argparse.c
2025-08-20T21:57:59.5881716Z [00:08:52.839]➜  krb5-static-x86_64-unknown-linux-musl> checking if argument to wait is int *... no
2025-08-20T21:57:59.7258670Z [00:08:52.977]➜  krb5-static-x86_64-unknown-linux-musl> checking for use of sigprocmask... yes
2025-08-20T21:57:59.7264569Z [00:08:52.977]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7269277Z [00:08:52.977]➜  libbsd-static-x86_64-unknown-linux-musl>                  from inet_net_pton.c:20:
2025-08-20T21:57:59.7275412Z [00:08:52.977]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7281536Z [00:08:52.978]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7287335Z [00:08:52.978]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7291714Z [00:08:52.980]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7296530Z [00:08:52.980]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pidfile.c:27:
2025-08-20T21:57:59.7302174Z [00:08:52.980]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7308215Z [00:08:52.980]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7309636Z [00:08:52.980]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7378178Z [00:08:52.989]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7382742Z [00:08:52.989]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/param.h:28,
2025-08-20T21:57:59.7385399Z [00:08:52.989]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pidfile.c:28:
2025-08-20T21:57:59.7391576Z [00:08:52.989]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7397887Z [00:08:52.990]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7402681Z [00:08:52.990]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7407239Z [00:08:52.992]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7414260Z [00:08:52.992]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/inttypes.h:37,
2025-08-20T21:57:59.7416274Z [00:08:52.992]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/netinet/in.h:9,
2025-08-20T21:57:59.7418037Z [00:08:52.992]➜  libbsd-static-x86_64-unknown-linux-musl>                  from inet_net_pton.c:27:
2025-08-20T21:57:59.7420338Z [00:08:52.992]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7422645Z [00:08:52.992]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7423890Z [00:08:52.992]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7424922Z [00:08:52.993]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7426275Z [00:08:52.993]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/time.h:36,
2025-08-20T21:57:59.7428242Z [00:08:52.993]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/resource.h:9,
2025-08-20T21:57:59.7430722Z [00:08:52.994]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/param.h:31,
2025-08-20T21:57:59.7432392Z [00:08:52.994]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/param.h:30:
2025-08-20T21:57:59.7525307Z [00:08:52.994]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7528129Z [00:08:52.994]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7529321Z [00:08:52.994]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7574571Z [00:08:53.007]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7576352Z [00:08:53.007]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/err.h:29,
2025-08-20T21:57:59.7577772Z [00:08:53.007]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pidfile.c:32:
2025-08-20T21:57:59.7580268Z [00:08:53.007]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7582850Z [00:08:53.008]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7584422Z [00:08:53.008]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7585869Z [00:08:53.008]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7587430Z [00:08:53.008]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:59.7588833Z [00:08:53.008]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pidfile.c:35:
2025-08-20T21:57:59.7591986Z [00:08:53.008]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7595048Z [00:08:53.008]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7596578Z [00:08:53.008]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7633669Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7724500Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:59.7726151Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl>                  from inet_net_pton.c:34:
2025-08-20T21:57:59.7729051Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7731799Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7733433Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7734621Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7735974Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:59.7737234Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:57:59.7739768Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7742203Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7743812Z [00:08:53.015]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7745003Z [00:08:53.016]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7746178Z [00:08:53.016]➜  libbsd-static-x86_64-unknown-linux-musl>                  from nlist.c:30:
2025-08-20T21:57:59.7748791Z [00:08:53.016]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7751189Z [00:08:53.016]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7752484Z [00:08:53.016]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7753920Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7755324Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46,
2025-08-20T21:57:59.7756567Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pidfile.c:37:
2025-08-20T21:57:59.7759012Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7761619Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7763586Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7765059Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7766622Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:59.7768004Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl>                  from inet_net_pton.c:35:
2025-08-20T21:57:59.7770761Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7774468Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7775742Z [00:08:53.021]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7777410Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7778672Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:59.7779868Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pidfile.c:38:
2025-08-20T21:57:59.7782392Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7785129Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7786298Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7787409Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7788681Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/param.h:28,
2025-08-20T21:57:59.7790058Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>                  from nlist.c:32:
2025-08-20T21:57:59.7792498Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7907181Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7908421Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7909603Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7910952Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/time.h:36,
2025-08-20T21:57:59.7913064Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/resource.h:9,
2025-08-20T21:57:59.7916068Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/param.h:31,
2025-08-20T21:57:59.7917983Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/param.h:30:
2025-08-20T21:57:59.7920766Z [00:08:53.029]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7923466Z [00:08:53.030]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7924682Z [00:08:53.030]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7925832Z [00:08:53.030]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7927101Z [00:08:53.030]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:59.7928326Z [00:08:53.030]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:59.7929521Z [00:08:53.030]➜  libbsd-static-x86_64-unknown-linux-musl>                  from inet_net_pton.c:36:
2025-08-20T21:57:59.7931986Z [00:08:53.030]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7934693Z [00:08:53.030]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7935865Z [00:08:53.030]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7936951Z [00:08:53.031]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7938398Z [00:08:53.031]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:57:59.7939559Z [00:08:53.031]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pidfile.c:40:
2025-08-20T21:57:59.7942044Z [00:08:53.031]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7944732Z [00:08:53.031]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7946009Z [00:08:53.031]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7947031Z [00:08:53.033]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7948209Z [00:08:53.033]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:59.7950782Z [00:08:53.033]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.7953430Z [00:08:53.033]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.7954581Z [00:08:53.033]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.7955922Z [00:08:53.034]➜  libbsd-static-x86_64-unknown-linux-musl> inet_net_pton.c:60:1: warning: no previous prototype for 'inet_net_pton' [-Wmissing-prototypes]
2025-08-20T21:57:59.7957533Z [00:08:53.034]➜  libbsd-static-x86_64-unknown-linux-musl>    60 | inet_net_pton(int af, const char *src, void *dst, size_t size)
2025-08-20T21:57:59.7958690Z [00:08:53.034]➜  libbsd-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~
2025-08-20T21:57:59.7959781Z [00:08:53.037]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.7961224Z [00:08:53.037]➜  libbsd-static-x86_64-unknown-linux-musl>                  from local-link.h:30,
2025-08-20T21:57:59.7962432Z [00:08:53.037]➜  libbsd-static-x86_64-unknown-linux-musl>                  from md5.c:28:
2025-08-20T21:57:59.8148837Z [00:08:53.037]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.8151557Z [00:08:53.037]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.8152688Z [00:08:53.037]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.8153895Z [00:08:53.041]➜  krb5-static-x86_64-unknown-linux-musl> checking for uid_t in sys/types.h... yes
2025-08-20T21:57:59.8158681Z [00:08:53.068]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.8160059Z [00:08:53.068]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:57:59.8161263Z [00:08:53.068]➜  libbsd-static-x86_64-unknown-linux-musl>                  from nlist.c:38:
2025-08-20T21:57:59.8163866Z [00:08:53.068]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.8172446Z [00:08:53.068]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.8173962Z [00:08:53.068]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.8356285Z [00:08:53.087]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.8357756Z [00:08:53.087]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:57:59.8359073Z [00:08:53.087]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:57:59.8360265Z [00:08:53.087]➜  libbsd-static-x86_64-unknown-linux-musl>                  from nlist.c:39:
2025-08-20T21:57:59.8362831Z [00:08:53.088]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.8365658Z [00:08:53.088]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.8366914Z [00:08:53.088]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.8444484Z [00:08:53.093]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.8445816Z [00:08:53.094]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:57:59.8448360Z [00:08:53.094]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.8451056Z [00:08:53.094]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.8452327Z [00:08:53.094]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.8518718Z [00:08:53.104]➜  krb5-static-x86_64-unknown-linux-musl> checking type of array argument to getgroups... gid_t
2025-08-20T21:57:59.8556676Z [00:08:53.107]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.8563443Z [00:08:53.107]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:57:59.8565097Z [00:08:53.107]➜  libbsd-static-x86_64-unknown-linux-musl>                  from nlist.c:40:
2025-08-20T21:57:59.8567650Z [00:08:53.107]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.8570384Z [00:08:53.107]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.8571740Z [00:08:53.107]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.8572992Z [00:08:53.108]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.8574854Z [00:08:53.108]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:57:59.8576040Z [00:08:53.108]➜  libbsd-static-x86_64-unknown-linux-musl>                  from nlist.c:41:
2025-08-20T21:57:59.8578471Z [00:08:53.108]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.8581049Z [00:08:53.108]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.8582394Z [00:08:53.108]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.8704077Z [00:08:53.122]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:57:59.8709811Z [00:08:53.122]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/nlist.h:31,
2025-08-20T21:57:59.8712281Z [00:08:53.122]➜  libbsd-static-x86_64-unknown-linux-musl>                  from nlist.c:42:
2025-08-20T21:57:59.8716397Z [00:08:53.122]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:57:59.8720406Z [00:08:53.122]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:57:59.8722878Z [00:08:53.122]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:57:59.8748593Z [00:08:53.127]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       setproctitle.lo
2025-08-20T21:57:59.9065523Z [00:08:53.158]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-argparse t-argparse.o ../src/libgpg-error.la
2025-08-20T21:57:59.9118271Z [00:08:53.164]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       progname.lo
2025-08-20T21:57:59.9784925Z [00:08:53.230]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       pwcache.lo
2025-08-20T21:58:00.0889065Z [00:08:53.340]➜  krb5-static-x86_64-unknown-linux-musl> checking for sigsetjmp... yes
2025-08-20T21:58:00.1295693Z [00:08:53.380]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1302463Z [00:08:53.380]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:00.1304228Z [00:08:53.380]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:00.1309058Z [00:08:53.380]➜  libbsd-static-x86_64-unknown-linux-musl>                  from setproctitle.c:29:
2025-08-20T21:58:00.1313591Z [00:08:53.380]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1320231Z [00:08:53.380]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1323827Z [00:08:53.380]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.1388502Z [00:08:53.389]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1444570Z [00:08:53.389]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/param.h:28,
2025-08-20T21:58:00.1445820Z [00:08:53.389]➜  libbsd-static-x86_64-unknown-linux-musl>                  from progname.c:34:
2025-08-20T21:58:00.1448201Z [00:08:53.389]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1450623Z [00:08:53.389]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1451703Z [00:08:53.389]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.1452722Z [00:08:53.390]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1454303Z [00:08:53.390]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/time.h:36,
2025-08-20T21:58:00.1456191Z [00:08:53.390]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/resource.h:9,
2025-08-20T21:58:00.1458730Z [00:08:53.390]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/param.h:31,
2025-08-20T21:58:00.1460711Z [00:08:53.391]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/param.h:30:
2025-08-20T21:58:00.1463689Z [00:08:53.391]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1466170Z [00:08:53.391]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1467333Z [00:08:53.391]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.1469192Z [00:08:53.391]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-argparse t-argparse.o  ../src/.libs/libgpg-error.a
2025-08-20T21:58:00.1544491Z [00:08:53.403]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       readpassphrase.lo
2025-08-20T21:58:00.1545542Z [00:08:53.404]➜  krb5-static-x86_64-unknown-linux-musl> checking for sigjmp_buf... yes
2025-08-20T21:58:00.1604602Z [00:08:53.409]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1605934Z [00:08:53.409]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:00.1607135Z [00:08:53.409]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:00.1609832Z [00:08:53.409]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1612091Z [00:08:53.409]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1613126Z [00:08:53.409]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.1614488Z [00:08:53.410]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1615790Z [00:08:53.410]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:00.1618238Z [00:08:53.410]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1620635Z [00:08:53.410]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1621689Z [00:08:53.410]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.1622672Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1624051Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/err.h:29,
2025-08-20T21:58:00.1635344Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl>                  from setproctitle.c:31:
2025-08-20T21:58:00.1638163Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1643414Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1644676Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.1645774Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1727563Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:00.1728994Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl>                  from setproctitle.c:32:
2025-08-20T21:58:00.1731580Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1734198Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1735319Z [00:08:53.412]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.1754660Z [00:08:53.424]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1756021Z [00:08:53.424]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:00.1757192Z [00:08:53.424]➜  libbsd-static-x86_64-unknown-linux-musl>                  from progname.c:36:
2025-08-20T21:58:00.1759638Z [00:08:53.424]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1762259Z [00:08:53.424]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1763671Z [00:08:53.424]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.1772464Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1773982Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:00.1775173Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl>                  from setproctitle.c:33:
2025-08-20T21:58:00.1777631Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1780153Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1781306Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.1782428Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1783854Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl>                  from local-link.h:30,
2025-08-20T21:58:00.1785047Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl>                  from setproctitle.c:34:
2025-08-20T21:58:00.1787528Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1790163Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1791288Z [00:08:53.429]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.1897148Z [00:08:53.435]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.1898755Z [00:08:53.435]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:00.1900199Z [00:08:53.435]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:00.1901366Z [00:08:53.435]➜  libbsd-static-x86_64-unknown-linux-musl>                  from progname.c:37:
2025-08-20T21:58:00.1904080Z [00:08:53.435]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.1906661Z [00:08:53.435]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.1907817Z [00:08:53.435]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.2019857Z [00:08:53.452]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.2024752Z [00:08:53.452]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:00.2026201Z [00:08:53.452]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:00.2030354Z [00:08:53.452]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.2033881Z [00:08:53.452]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.2035157Z [00:08:53.452]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.2186880Z [00:08:53.470]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.2191527Z [00:08:53.470]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:00.2195281Z [00:08:53.470]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.2201242Z [00:08:53.470]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.2206623Z [00:08:53.470]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.2614897Z [00:08:53.513]➜  krb5-static-x86_64-unknown-linux-musl> checking return type of setrpcent... void
2025-08-20T21:58:00.3424495Z [00:08:53.593]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       reallocarray.lo
2025-08-20T21:58:00.3536162Z [00:08:53.605]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.3588818Z [00:08:53.610]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/grp.h:28,
2025-08-20T21:58:00.3594665Z [00:08:53.610]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pwcache.c:39:
2025-08-20T21:58:00.3597594Z [00:08:53.610]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.3600665Z [00:08:53.611]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.3602085Z [00:08:53.611]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.3603622Z [00:08:53.611]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.3605115Z [00:08:53.611]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/pwd.h:28,
2025-08-20T21:58:00.3606392Z [00:08:53.611]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pwcache.c:40:
2025-08-20T21:58:00.3608648Z [00:08:53.611]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.3610888Z [00:08:53.611]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.3611918Z [00:08:53.611]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.3612739Z [00:08:53.611]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       recallocarray.lo
2025-08-20T21:58:00.3714948Z [00:08:53.621]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.3716610Z [00:08:53.621]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:00.3717991Z [00:08:53.621]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pwcache.c:41:
2025-08-20T21:58:00.3720594Z [00:08:53.621]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.3723528Z [00:08:53.621]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.3725323Z [00:08:53.621]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.3748508Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.3764379Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:00.3765824Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:00.3767065Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pwcache.c:42:
2025-08-20T21:58:00.3769603Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.3772291Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.3773822Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.3775038Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.3776307Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:00.3805073Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.3807898Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.3809099Z [00:08:53.626]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.3929449Z [00:08:53.644]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.3984737Z [00:08:53.644]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:00.4090936Z [00:08:53.645]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pwcache.c:43:
2025-08-20T21:58:00.4093711Z [00:08:53.645]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.4103060Z [00:08:53.645]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.4104710Z [00:08:53.645]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.4105796Z [00:08:53.645]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.4107059Z [00:08:53.645]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:00.4108163Z [00:08:53.645]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pwcache.c:44:
2025-08-20T21:58:00.4110593Z [00:08:53.645]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.4113101Z [00:08:53.645]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.4116837Z [00:08:53.645]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.4117984Z [00:08:53.645]➜  krb5-static-x86_64-unknown-linux-musl> checking return type of endrpcent... void
2025-08-20T21:58:00.4119318Z [00:08:53.663]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.4120509Z [00:08:53.663]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/pwd.h:28,
2025-08-20T21:58:00.4121631Z [00:08:53.663]➜  libbsd-static-x86_64-unknown-linux-musl>                  from readpassphrase.c:28:
2025-08-20T21:58:00.4130169Z [00:08:53.663]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.4133526Z [00:08:53.663]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.4134914Z [00:08:53.663]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.4346315Z [00:08:53.684]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-logging.o t-logging.c
2025-08-20T21:58:00.4371693Z [00:08:53.689]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.4377072Z [00:08:53.689]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:00.4378685Z [00:08:53.689]➜  libbsd-static-x86_64-unknown-linux-musl>                  from readpassphrase.c:30:
2025-08-20T21:58:00.4382501Z [00:08:53.689]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.4385378Z [00:08:53.689]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.4386578Z [00:08:53.689]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.4484661Z [00:08:53.698]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.4486439Z [00:08:53.698]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:00.4487787Z [00:08:53.698]➜  libbsd-static-x86_64-unknown-linux-musl>                  from readpassphrase.c:32:
2025-08-20T21:58:00.4490315Z [00:08:53.698]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.4492973Z [00:08:53.698]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.4494524Z [00:08:53.698]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.4666343Z [00:08:53.718]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.4672338Z [00:08:53.718]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/readpassphrase.h:35,
2025-08-20T21:58:00.4674343Z [00:08:53.718]➜  libbsd-static-x86_64-unknown-linux-musl>                  from readpassphrase.c:33:
2025-08-20T21:58:00.4677020Z [00:08:53.718]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.4679882Z [00:08:53.718]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.4681248Z [00:08:53.718]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.5364712Z [00:08:53.788]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       heapsort.lo
2025-08-20T21:58:00.5599055Z [00:08:53.811]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.5600996Z [00:08:53.811]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:00.5602395Z [00:08:53.811]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:00.5604167Z [00:08:53.812]➜  libbsd-static-x86_64-unknown-linux-musl>                  from recallocarray.c:19:
2025-08-20T21:58:00.5606820Z [00:08:53.812]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.5609517Z [00:08:53.812]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.5610995Z [00:08:53.812]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.5820632Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.5822687Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:00.5824558Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:00.5827671Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.5830548Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.5832034Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.5833845Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.5835423Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:00.5838175Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.5841076Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.5842483Z [00:08:53.830]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.5894869Z [00:08:53.841]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.5896611Z [00:08:53.841]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:00.5898222Z [00:08:53.841]➜  libbsd-static-x86_64-unknown-linux-musl>                  from recallocarray.c:21:
2025-08-20T21:58:00.5901201Z [00:08:53.841]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.5904412Z [00:08:53.841]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.5906020Z [00:08:53.841]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.5977334Z [00:08:53.849]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.5978842Z [00:08:53.849]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:00.5980150Z [00:08:53.849]➜  libbsd-static-x86_64-unknown-linux-musl>                  from recallocarray.c:22:
2025-08-20T21:58:00.5982793Z [00:08:53.849]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.5985658Z [00:08:53.849]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.5986937Z [00:08:53.849]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.6305425Z [00:08:53.878]➜  krb5-static-x86_64-unknown-linux-musl> checking for bswap_16... yes
2025-08-20T21:58:00.6462981Z [00:08:53.898]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.6465104Z [00:08:53.898]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:00.6466604Z [00:08:53.898]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:00.6472980Z [00:08:53.898]➜  libbsd-static-x86_64-unknown-linux-musl>                  from reallocarray.c:21:
2025-08-20T21:58:00.6476455Z [00:08:53.898]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.6479416Z [00:08:53.898]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.6480968Z [00:08:53.898]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.6500830Z [00:08:53.902]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/bfd'
2025-08-20T21:58:00.6562567Z [00:08:53.908]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/bfd'
2025-08-20T21:58:00.6655472Z [00:08:53.911]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.6657301Z [00:08:53.911]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:00.6658827Z [00:08:53.911]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:00.6661661Z [00:08:53.911]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.6664853Z [00:08:53.911]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.6666316Z [00:08:53.911]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.6667484Z [00:08:53.912]➜  x86_64-unknown-linux-musl-binutils> make[2]: Leaving directory '/build/build/bfd'
2025-08-20T21:58:00.6668947Z [00:08:53.917]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.6670363Z [00:08:53.917]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:00.6673420Z [00:08:53.917]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.6676071Z [00:08:53.917]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.6677401Z [00:08:53.917]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.6995400Z [00:08:53.951]➜  x86_64-unknown-linux-musl-binutils> mkdir -p -- ./libctf
2025-08-20T21:58:00.7111322Z [00:08:53.963]➜  x86_64-unknown-linux-musl-binutils> Configuring in ./libctf
2025-08-20T21:58:00.7804915Z [00:08:54.031]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       merge.lo
2025-08-20T21:58:00.7806302Z [00:08:54.032]➜  x86_64-unknown-linux-musl-binutils> make[2]: Entering directory '/build/build/opcodes'
2025-08-20T21:58:00.7834463Z [00:08:54.034]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.7835865Z [00:08:54.034]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:00.7837182Z [00:08:54.034]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:00.7838441Z [00:08:54.034]➜  libbsd-static-x86_64-unknown-linux-musl>                  from heapsort.c:36:
2025-08-20T21:58:00.7840913Z [00:08:54.034]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.7843983Z [00:08:54.034]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.7845237Z [00:08:54.034]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.7854108Z [00:08:54.037]➜  x86_64-unknown-linux-musl-binutils> make[2]: Entering directory '/build/build/gold'
2025-08-20T21:58:00.7940689Z [00:08:54.046]➜  x86_64-unknown-linux-musl-binutils> make  all-recursive
2025-08-20T21:58:00.7952100Z [00:08:54.047]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.7978056Z [00:08:54.047]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:00.7982303Z [00:08:54.047]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:00.7985979Z [00:08:54.047]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.7989775Z [00:08:54.047]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.7992073Z [00:08:54.047]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.8043051Z [00:08:54.054]➜  x86_64-unknown-linux-musl-binutils> make  all-recursive
2025-08-20T21:58:00.8047929Z [00:08:54.054]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:00.8049406Z [00:08:54.054]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:00.8055401Z [00:08:54.054]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:00.8058360Z [00:08:54.054]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:00.8059938Z [00:08:54.054]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:00.8320995Z [00:08:54.084]➜  x86_64-unknown-linux-musl-binutils> make[3]: Entering directory '/build/build/gold'
2025-08-20T21:58:00.8385115Z [00:08:54.090]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       radixsort.lo
2025-08-20T21:58:00.8429231Z [00:08:54.095]➜  x86_64-unknown-linux-musl-binutils> make[3]: Entering directory '/build/build/opcodes'
2025-08-20T21:58:00.8482650Z [00:08:54.100]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       stringlist.lo
2025-08-20T21:58:00.8597809Z [00:08:54.112]➜  x86_64-unknown-linux-musl-binutils> Making all in po
2025-08-20T21:58:00.8606425Z [00:08:54.112]➜  x86_64-unknown-linux-musl-binutils> Making all in .
2025-08-20T21:58:00.8664312Z [00:08:54.118]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/gold/po'
2025-08-20T21:58:00.8707181Z [00:08:54.122]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strlcat.lo
2025-08-20T21:58:00.8748592Z [00:08:54.127]➜  x86_64-unknown-linux-musl-binutils> make[4]: Nothing to be done for 'all'.
2025-08-20T21:58:00.8754537Z [00:08:54.127]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/gold/po'
2025-08-20T21:58:00.8755984Z [00:08:54.127]➜  x86_64-unknown-linux-musl-binutils> Making all in testsuite
2025-08-20T21:58:00.8869082Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/gold/testsuite'
2025-08-20T21:58:00.8879003Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> Makefile:3552: warning: overriding recipe for target 'basic_static_pic_test'
2025-08-20T21:58:00.8880973Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> Makefile:3548: warning: ignoring old recipe for target 'basic_static_pic_test'
2025-08-20T21:58:00.8883154Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> Makefile:3564: warning: overriding recipe for target 'basic_static_test'
2025-08-20T21:58:00.8885123Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> Makefile:3560: warning: ignoring old recipe for target 'basic_static_test'
2025-08-20T21:58:00.8886992Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> Makefile:3732: warning: overriding recipe for target 'flagstest_compress_debug_sections_zstd'
2025-08-20T21:58:00.8888901Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> Makefile:3728: warning: ignoring old recipe for target 'flagstest_compress_debug_sections_zstd'
2025-08-20T21:58:00.8890818Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> Makefile:3780: warning: overriding recipe for target 'ifuncmain1pic'
2025-08-20T21:58:00.8892487Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> Makefile:3776: warning: ignoring old recipe for target 'ifuncmain1pic'
2025-08-20T21:58:00.8894452Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> Makefile:3792: warning: overriding recipe for target 'ifuncmain1picstatic'
2025-08-20T21:58:00.8896243Z [00:08:54.137]➜  x86_64-unknown-linux-musl-binutils> Makefile:3788: warning: ignoring old recipe for target 'ifuncmain1picstatic'
2025-08-20T21:58:00.8897889Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3804: warning: overriding recipe for target 'ifuncmain1pie'
2025-08-20T21:58:00.8899467Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3800: warning: ignoring old recipe for target 'ifuncmain1pie'
2025-08-20T21:58:00.8901086Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3820: warning: overriding recipe for target 'ifuncmain1staticpic'
2025-08-20T21:58:00.8902738Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3816: warning: ignoring old recipe for target 'ifuncmain1staticpic'
2025-08-20T21:58:00.8904730Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3832: warning: overriding recipe for target 'ifuncmain1staticpie'
2025-08-20T21:58:00.8906593Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3828: warning: ignoring old recipe for target 'ifuncmain1staticpie'
2025-08-20T21:58:00.8908634Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3848: warning: overriding recipe for target 'ifuncmain1vispic'
2025-08-20T21:58:00.8910497Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3844: warning: ignoring old recipe for target 'ifuncmain1vispic'
2025-08-20T21:58:00.8912355Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3860: warning: overriding recipe for target 'ifuncmain1vispie'
2025-08-20T21:58:00.8915355Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3856: warning: ignoring old recipe for target 'ifuncmain1vispie'
2025-08-20T21:58:00.8917121Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3876: warning: overriding recipe for target 'ifuncmain2pic'
2025-08-20T21:58:00.8918820Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3872: warning: ignoring old recipe for target 'ifuncmain2pic'
2025-08-20T21:58:00.8931242Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3888: warning: overriding recipe for target 'ifuncmain2picstatic'
2025-08-20T21:58:00.8933052Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3884: warning: ignoring old recipe for target 'ifuncmain2picstatic'
2025-08-20T21:58:00.8935183Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3912: warning: overriding recipe for target 'ifuncmain4picstatic'
2025-08-20T21:58:00.8937176Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3908: warning: ignoring old recipe for target 'ifuncmain4picstatic'
2025-08-20T21:58:00.8938689Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3932: warning: overriding recipe for target 'ifuncmain5pic'
2025-08-20T21:58:00.8940193Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3928: warning: ignoring old recipe for target 'ifuncmain5pic'
2025-08-20T21:58:00.8941955Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3944: warning: overriding recipe for target 'ifuncmain5picstatic'
2025-08-20T21:58:00.8943952Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3940: warning: ignoring old recipe for target 'ifuncmain5picstatic'
2025-08-20T21:58:00.8948657Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3956: warning: overriding recipe for target 'ifuncmain5pie'
2025-08-20T21:58:00.8950339Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3952: warning: ignoring old recipe for target 'ifuncmain5pie'
2025-08-20T21:58:00.8952221Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3972: warning: overriding recipe for target 'ifuncmain5staticpic'
2025-08-20T21:58:00.8954086Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3968: warning: ignoring old recipe for target 'ifuncmain5staticpic'
2025-08-20T21:58:00.8956726Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3984: warning: overriding recipe for target 'ifuncmain6pie'
2025-08-20T21:58:00.8958944Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3980: warning: ignoring old recipe for target 'ifuncmain6pie'
2025-08-20T21:58:00.8965180Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:4000: warning: overriding recipe for target 'ifuncmain7pic'
2025-08-20T21:58:00.8966704Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:3996: warning: ignoring old recipe for target 'ifuncmain7pic'
2025-08-20T21:58:00.8968148Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:4012: warning: overriding recipe for target 'ifuncmain7picstatic'
2025-08-20T21:58:00.8969645Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:4008: warning: ignoring old recipe for target 'ifuncmain7picstatic'
2025-08-20T21:58:00.8971224Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:4024: warning: overriding recipe for target 'ifuncmain7pie'
2025-08-20T21:58:00.8988023Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:4020: warning: ignoring old recipe for target 'ifuncmain7pie'
2025-08-20T21:58:00.8992189Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:4624: warning: overriding recipe for target 'two_file_mixed_pie_test'
2025-08-20T21:58:00.8993993Z [00:08:54.138]➜  x86_64-unknown-linux-musl-binutils> Makefile:4616: warning: ignoring old recipe for target 'two_file_mixed_pie_test'
2025-08-20T21:58:00.9075773Z [00:08:54.156]➜  krb5-static-x86_64-unknown-linux-musl> checking for bswap_64... yes
2025-08-20T21:58:00.9239041Z [00:08:54.176]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/opcodes'
2025-08-20T21:58:00.9354243Z [00:08:54.186]➜  x86_64-unknown-linux-musl-binutils>   CC       dis-buf.lo
2025-08-20T21:58:00.9356268Z [00:08:54.186]➜  x86_64-unknown-linux-musl-binutils> make  all-am
2025-08-20T21:58:00.9434476Z [00:08:54.191]➜  x86_64-unknown-linux-musl-binutils>   CC       disassemble.lo
2025-08-20T21:58:00.9464372Z [00:08:54.196]➜  x86_64-unknown-linux-musl-binutils>   CC       dis-init.lo
2025-08-20T21:58:00.9606238Z [00:08:54.205]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-logging t-logging.o ../src/libgpg-error.la
2025-08-20T21:58:00.9706841Z [00:08:54.222]➜  x86_64-unknown-linux-musl-binutils> make[5]: Entering directory '/build/build/gold/testsuite'
2025-08-20T21:58:00.9709552Z [00:08:54.222]➜  x86_64-unknown-linux-musl-binutils> Makefile:3552: warning: overriding recipe for target 'basic_static_pic_test'
2025-08-20T21:58:00.9711472Z [00:08:54.222]➜  x86_64-unknown-linux-musl-binutils> Makefile:3548: warning: ignoring old recipe for target 'basic_static_pic_test'
2025-08-20T21:58:00.9713489Z [00:08:54.222]➜  x86_64-unknown-linux-musl-binutils> Makefile:3564: warning: overriding recipe for target 'basic_static_test'
2025-08-20T21:58:00.9715471Z [00:08:54.222]➜  x86_64-unknown-linux-musl-binutils> Makefile:3560: warning: ignoring old recipe for target 'basic_static_test'
2025-08-20T21:58:00.9745287Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3732: warning: overriding recipe for target 'flagstest_compress_debug_sections_zstd'
2025-08-20T21:58:00.9747069Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3728: warning: ignoring old recipe for target 'flagstest_compress_debug_sections_zstd'
2025-08-20T21:58:00.9748600Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3780: warning: overriding recipe for target 'ifuncmain1pic'
2025-08-20T21:58:00.9750191Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3776: warning: ignoring old recipe for target 'ifuncmain1pic'
2025-08-20T21:58:00.9751598Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3792: warning: overriding recipe for target 'ifuncmain1picstatic'
2025-08-20T21:58:00.9753034Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3788: warning: ignoring old recipe for target 'ifuncmain1picstatic'
2025-08-20T21:58:00.9754679Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3804: warning: overriding recipe for target 'ifuncmain1pie'
2025-08-20T21:58:00.9756039Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3800: warning: ignoring old recipe for target 'ifuncmain1pie'
2025-08-20T21:58:00.9757414Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3820: warning: overriding recipe for target 'ifuncmain1staticpic'
2025-08-20T21:58:00.9758871Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3816: warning: ignoring old recipe for target 'ifuncmain1staticpic'
2025-08-20T21:58:00.9760310Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3832: warning: overriding recipe for target 'ifuncmain1staticpie'
2025-08-20T21:58:00.9761722Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3828: warning: ignoring old recipe for target 'ifuncmain1staticpie'
2025-08-20T21:58:00.9763139Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3848: warning: overriding recipe for target 'ifuncmain1vispic'
2025-08-20T21:58:00.9764738Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3844: warning: ignoring old recipe for target 'ifuncmain1vispic'
2025-08-20T21:58:00.9766328Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3860: warning: overriding recipe for target 'ifuncmain1vispie'
2025-08-20T21:58:00.9844402Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3856: warning: ignoring old recipe for target 'ifuncmain1vispie'
2025-08-20T21:58:00.9846071Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3876: warning: overriding recipe for target 'ifuncmain2pic'
2025-08-20T21:58:00.9847559Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3872: warning: ignoring old recipe for target 'ifuncmain2pic'
2025-08-20T21:58:00.9849087Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3888: warning: overriding recipe for target 'ifuncmain2picstatic'
2025-08-20T21:58:00.9850642Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3884: warning: ignoring old recipe for target 'ifuncmain2picstatic'
2025-08-20T21:58:00.9852151Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3912: warning: overriding recipe for target 'ifuncmain4picstatic'
2025-08-20T21:58:00.9853853Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3908: warning: ignoring old recipe for target 'ifuncmain4picstatic'
2025-08-20T21:58:00.9855297Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3932: warning: overriding recipe for target 'ifuncmain5pic'
2025-08-20T21:58:00.9856688Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3928: warning: ignoring old recipe for target 'ifuncmain5pic'
2025-08-20T21:58:00.9858067Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3944: warning: overriding recipe for target 'ifuncmain5picstatic'
2025-08-20T21:58:00.9859739Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3940: warning: ignoring old recipe for target 'ifuncmain5picstatic'
2025-08-20T21:58:00.9861152Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3956: warning: overriding recipe for target 'ifuncmain5pie'
2025-08-20T21:58:00.9862510Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3952: warning: ignoring old recipe for target 'ifuncmain5pie'
2025-08-20T21:58:00.9864051Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3972: warning: overriding recipe for target 'ifuncmain5staticpic'
2025-08-20T21:58:00.9865582Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3968: warning: ignoring old recipe for target 'ifuncmain5staticpic'
2025-08-20T21:58:00.9866987Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3984: warning: overriding recipe for target 'ifuncmain6pie'
2025-08-20T21:58:00.9868341Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3980: warning: ignoring old recipe for target 'ifuncmain6pie'
2025-08-20T21:58:00.9869810Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:4000: warning: overriding recipe for target 'ifuncmain7pic'
2025-08-20T21:58:00.9871137Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:3996: warning: ignoring old recipe for target 'ifuncmain7pic'
2025-08-20T21:58:00.9872555Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:4012: warning: overriding recipe for target 'ifuncmain7picstatic'
2025-08-20T21:58:01.0017672Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:4008: warning: ignoring old recipe for target 'ifuncmain7picstatic'
2025-08-20T21:58:01.0019375Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:4024: warning: overriding recipe for target 'ifuncmain7pie'
2025-08-20T21:58:01.0020856Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:4020: warning: ignoring old recipe for target 'ifuncmain7pie'
2025-08-20T21:58:01.0022340Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:4624: warning: overriding recipe for target 'two_file_mixed_pie_test'
2025-08-20T21:58:01.0024087Z [00:08:54.224]➜  x86_64-unknown-linux-musl-binutils> Makefile:4616: warning: ignoring old recipe for target 'two_file_mixed_pie_test'
2025-08-20T21:58:01.0315230Z [00:08:54.283]➜  x86_64-unknown-linux-musl-binutils> make[5]: Nothing to be done for 'all-am'.
2025-08-20T21:58:01.0354662Z [00:08:54.283]➜  x86_64-unknown-linux-musl-binutils> make[5]: Leaving directory '/build/build/gold/testsuite'
2025-08-20T21:58:01.0356017Z [00:08:54.283]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/gold/testsuite'
2025-08-20T21:58:01.0840786Z [00:08:54.335]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/gold'
2025-08-20T21:58:01.0842300Z [00:08:54.335]➜  x86_64-unknown-linux-musl-binutils>   CXX      archive.o
2025-08-20T21:58:01.1175654Z [00:08:54.367]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strlcpy.lo
2025-08-20T21:58:01.1318912Z [00:08:54.383]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.1320618Z [00:08:54.383]➜  libbsd-static-x86_64-unknown-linux-musl>                  from merge.c:33:
2025-08-20T21:58:01.1323721Z [00:08:54.383]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.1326773Z [00:08:54.384]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.1328093Z [00:08:54.384]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.1571771Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.1609913Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl>                  from radixsort.c:35:
2025-08-20T21:58:01.1612477Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.1615230Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.1616444Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.1617612Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.1618906Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:01.1620147Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:01.1621253Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl>                  from merge.c:52:
2025-08-20T21:58:01.1904040Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.1907529Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.1908804Z [00:08:54.409]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.1909944Z [00:08:54.415]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.1951915Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>                  from stringlist.c:32:
2025-08-20T21:58:01.1996830Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2396278Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2398027Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2399481Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2400950Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/err.h:29,
2025-08-20T21:58:01.2402265Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>                  from stringlist.c:35:
2025-08-20T21:58:01.2405163Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2407823Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2409242Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2412229Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2413918Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:01.2415130Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:01.2416409Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>                  from radixsort.c:51:
2025-08-20T21:58:01.2418904Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2421511Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2422630Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2423869Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2425066Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:01.2426206Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:01.2428778Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2431303Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2432517Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2433888Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2435205Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:01.2437729Z [00:08:54.442]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2440416Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2441665Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2442851Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2444394Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:01.2445682Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:01.2448306Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2450957Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2452195Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2453581Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2454890Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:01.2457660Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2460385Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2461649Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2462778Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2464326Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:01.2465501Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>                  from stringlist.c:36:
2025-08-20T21:58:01.2467956Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2470522Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2471729Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2472966Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2474674Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:01.2475833Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>                  from merge.c:53:
2025-08-20T21:58:01.2478366Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2480944Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2482160Z [00:08:54.443]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2483181Z [00:08:54.462]➜  krb5-static-x86_64-unknown-linux-musl> checking for gethostbyname_r... yes
2025-08-20T21:58:01.2484642Z [00:08:54.478]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2486000Z [00:08:54.478]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:01.2487280Z [00:08:54.478]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:01.2488512Z [00:08:54.478]➜  libbsd-static-x86_64-unknown-linux-musl>                  from stringlist.c:37:
2025-08-20T21:58:01.2491092Z [00:08:54.478]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2493964Z [00:08:54.478]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2495230Z [00:08:54.478]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2536568Z [00:08:54.505]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2537875Z [00:08:54.505]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:01.2540541Z [00:08:54.505]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2543020Z [00:08:54.505]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2544554Z [00:08:54.505]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2784785Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2786605Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:01.2787958Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl>                  from stringlist.c:38:
2025-08-20T21:58:01.2790607Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2793547Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2794910Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.2796341Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.2797796Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stringlist.h:36,
2025-08-20T21:58:01.2799307Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl>                  from stringlist.c:39:
2025-08-20T21:58:01.2801912Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.2804764Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.2806105Z [00:08:54.530]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.3105246Z [00:08:54.562]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.3106771Z [00:08:54.562]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:01.3107915Z [00:08:54.562]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strlcat.c:20:
2025-08-20T21:58:01.3110182Z [00:08:54.562]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.3112564Z [00:08:54.562]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.3114135Z [00:08:54.562]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.3444860Z [00:08:54.594]➜  krb5-static-x86_64-unknown-linux-musl> checking if gethostbyname_r returns an int... yes
2025-08-20T21:58:01.4777256Z [00:08:54.719]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-logging t-logging.o  ../src/.libs/libgpg-error.a
2025-08-20T21:58:01.5695739Z [00:08:54.818]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strmode.lo
2025-08-20T21:58:01.5934942Z [00:08:54.836]➜  krb5-static-x86_64-unknown-linux-musl> checking if gethostbyname_r returns a pointer... no
2025-08-20T21:58:01.5964435Z [00:08:54.848]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.5965766Z [00:08:54.848]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:01.5966954Z [00:08:54.848]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strlcpy.c:20:
2025-08-20T21:58:01.5969454Z [00:08:54.848]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.5971946Z [00:08:54.848]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.5973065Z [00:08:54.848]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.7137372Z [00:08:54.965]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strnstr.lo
2025-08-20T21:58:01.7834094Z [00:08:55.033]➜  x86_64-unknown-linux-musl-binutils>   CC       arc-dis.lo
2025-08-20T21:58:01.7934954Z [00:08:55.043]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strtonum.lo
2025-08-20T21:58:01.8081993Z [00:08:55.060]➜  x86_64-unknown-linux-musl-binutils>   CC       arc-ext.lo
2025-08-20T21:58:01.8121492Z [00:08:55.064]➜  x86_64-unknown-linux-musl-binutils>   CXX      attributes.o
2025-08-20T21:58:01.8768730Z [00:08:55.128]➜  krb5-static-x86_64-unknown-linux-musl> checking for gethostbyaddr_r... yes
2025-08-20T21:58:01.8925529Z [00:08:55.144]➜  x86_64-unknown-linux-musl-binutils> configure: creating cache ./config.cache
2025-08-20T21:58:01.9385972Z [00:08:55.188]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.9387783Z [00:08:55.188]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strmode.c:30:
2025-08-20T21:58:01.9390451Z [00:08:55.188]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.9393129Z [00:08:55.188]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.9394606Z [00:08:55.188]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.9626298Z [00:08:55.208]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-stringutils.o t-stringutils.c
2025-08-20T21:58:01.9878602Z [00:08:55.239]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:01.9880428Z [00:08:55.239]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:01.9881880Z [00:08:55.239]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strmode.c:33:
2025-08-20T21:58:01.9884950Z [00:08:55.239]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:01.9888047Z [00:08:55.239]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:01.9889535Z [00:08:55.239]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:01.9902490Z [00:08:55.242]➜  x86_64-unknown-linux-musl-binutils> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:58:02.0510069Z [00:08:55.300]➜  x86_64-unknown-linux-musl-binutils> checking host system type... x86_64-unknown-linux-gnu
2025-08-20T21:58:02.0809248Z [00:08:55.323]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.0811135Z [00:08:55.323]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strnstr.c:34:
2025-08-20T21:58:02.0813831Z [00:08:55.323]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.0817056Z [00:08:55.323]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.0818539Z [00:08:55.323]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.0819584Z [00:08:55.329]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strtoi.lo
2025-08-20T21:58:02.0955527Z [00:08:55.342]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.0987460Z [00:08:55.342]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:02.0989102Z [00:08:55.342]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strnstr.c:36:
2025-08-20T21:58:02.0991981Z [00:08:55.342]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.0997347Z [00:08:55.342]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.1010039Z [00:08:55.342]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.1011543Z [00:08:55.343]➜  x86_64-unknown-linux-musl-binutils> checking target system type... x86_64-unknown-linux-musl
2025-08-20T21:58:02.1119978Z [00:08:55.355]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... gcc
2025-08-20T21:58:02.2384945Z [00:08:55.490]➜  krb5-static-x86_64-unknown-linux-musl> checking for getpwnam_r... yes
2025-08-20T21:58:02.2650214Z [00:08:55.517]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strtou.lo
2025-08-20T21:58:02.3107697Z [00:08:55.562]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.3112622Z [00:08:55.562]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strtonum.c:31:
2025-08-20T21:58:02.3118558Z [00:08:55.562]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.3122398Z [00:08:55.562]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.3127815Z [00:08:55.562]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.3215058Z [00:08:55.569]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       timeconv.lo
2025-08-20T21:58:02.3445039Z [00:08:55.582]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.3599712Z [00:08:55.582]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:02.3684956Z [00:08:55.582]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strtonum.c:33:
2025-08-20T21:58:02.3856779Z [00:08:55.582]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.3859588Z [00:08:55.582]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.3860731Z [00:08:55.582]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.3862083Z [00:08:55.608]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.3863523Z [00:08:55.608]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:02.3914530Z [00:08:55.608]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:02.4080824Z [00:08:55.608]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strtonum.c:34:
2025-08-20T21:58:02.4083814Z [00:08:55.608]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.4086537Z [00:08:55.608]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.4087745Z [00:08:55.608]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.4088895Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.4090431Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:02.4093823Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.4096747Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.4098151Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.4099462Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.4100888Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/inttypes.h:37,
2025-08-20T21:58:02.4102164Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strtonum.c:36:
2025-08-20T21:58:02.4104981Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.4107689Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.4109094Z [00:08:55.630]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.5158246Z [00:08:55.767]➜  krb5-static-x86_64-unknown-linux-musl> checking for getpwuid_r... yes
2025-08-20T21:58:02.5344717Z [00:08:55.786]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.5346491Z [00:08:55.786]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strtoi.c:38:
2025-08-20T21:58:02.5349092Z [00:08:55.786]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.5351917Z [00:08:55.786]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.5353655Z [00:08:55.786]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.5590690Z [00:08:55.811]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.5596754Z [00:08:55.811]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/inttypes.h:37,
2025-08-20T21:58:02.5601001Z [00:08:55.811]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strtoi.c:43:
2025-08-20T21:58:02.5606494Z [00:08:55.811]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.5611969Z [00:08:55.811]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.5616247Z [00:08:55.811]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.6235485Z [00:08:55.872]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       unvis.lo
2025-08-20T21:58:02.7076074Z [00:08:55.957]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.7081165Z [00:08:55.957]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strtou.c:38:
2025-08-20T21:58:02.7085436Z [00:08:55.957]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.7091712Z [00:08:55.957]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.7096567Z [00:08:55.957]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.7132477Z [00:08:55.965]➜  krb5-static-x86_64-unknown-linux-musl> checking return type of getpwnam_r... int
2025-08-20T21:58:02.7305365Z [00:08:55.980]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.7364213Z [00:08:55.980]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/inttypes.h:37,
2025-08-20T21:58:02.7365740Z [00:08:55.980]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strtou.c:43:
2025-08-20T21:58:02.7368443Z [00:08:55.980]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.7371186Z [00:08:55.980]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.7372492Z [00:08:55.980]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.7637068Z [00:08:56.015]➜  x86_64-unknown-linux-musl-binutils> checking whether the C compiler works... yes
2025-08-20T21:58:02.7638811Z [00:08:56.015]➜  x86_64-unknown-linux-musl-binutils> checking for C compiler default output file name... a.out
2025-08-20T21:58:02.8065462Z [00:08:56.022]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       vis.lo
2025-08-20T21:58:02.8068939Z [00:08:56.059]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       wcslcat.lo
2025-08-20T21:58:02.8204909Z [00:08:56.071]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.8262766Z [00:08:56.071]➜  libbsd-static-x86_64-unknown-linux-musl>                  from timeconv.c:33:
2025-08-20T21:58:02.8371923Z [00:08:56.071]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.8375740Z [00:08:56.071]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.8376877Z [00:08:56.071]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.8378464Z [00:08:56.090]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.8379670Z [00:08:56.090]➜  libbsd-static-x86_64-unknown-linux-musl>                  from local-link.h:30,
2025-08-20T21:58:02.8380804Z [00:08:56.090]➜  libbsd-static-x86_64-unknown-linux-musl>                  from timeconv.c:36:
2025-08-20T21:58:02.8383493Z [00:08:56.090]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.8386098Z [00:08:56.090]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.8387317Z [00:08:56.090]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.9024917Z [00:08:56.145]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       wcslcpy.lo
2025-08-20T21:58:02.9342234Z [00:08:56.186]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.9344234Z [00:08:56.186]➜  libbsd-static-x86_64-unknown-linux-musl>                  from unvis.c:32:
2025-08-20T21:58:02.9347013Z [00:08:56.186]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.9349728Z [00:08:56.186]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.9351100Z [00:08:56.186]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.9687227Z [00:08:56.218]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.9689062Z [00:08:56.218]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:02.9690462Z [00:08:56.218]➜  libbsd-static-x86_64-unknown-linux-musl>                  from unvis.c:38:
2025-08-20T21:58:02.9693549Z [00:08:56.218]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.9696456Z [00:08:56.218]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.9697900Z [00:08:56.218]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:02.9768713Z [00:08:56.224]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:02.9770361Z [00:08:56.224]➜  libbsd-static-x86_64-unknown-linux-musl>                  from local-link.h:30,
2025-08-20T21:58:02.9771872Z [00:08:56.224]➜  libbsd-static-x86_64-unknown-linux-musl>                  from unvis.c:45:
2025-08-20T21:58:02.9774815Z [00:08:56.224]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:02.9777706Z [00:08:56.225]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:02.9779351Z [00:08:56.225]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.0305254Z [00:08:56.276]➜  libbsd-static-x86_64-unknown-linux-musl>   GEN      libbsd.map
2025-08-20T21:58:03.1115516Z [00:08:56.358]➜  krb5-static-x86_64-unknown-linux-musl> checking number of arguments to getpwnam_r... 5
2025-08-20T21:58:03.1524926Z [00:08:56.402]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.1534452Z [00:08:56.402]➜  libbsd-static-x86_64-unknown-linux-musl>                  from vis.c:58:
2025-08-20T21:58:03.1537284Z [00:08:56.402]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.1540110Z [00:08:56.402]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.1541433Z [00:08:56.402]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.1735426Z [00:08:56.425]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of executables...
2025-08-20T21:58:03.1881402Z [00:08:56.440]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.1886467Z [00:08:56.440]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:03.1891419Z [00:08:56.440]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:03.1896078Z [00:08:56.440]➜  libbsd-static-x86_64-unknown-linux-musl>                  from vis.c:67:
2025-08-20T21:58:03.1899873Z [00:08:56.440]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.1903830Z [00:08:56.440]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.1906289Z [00:08:56.440]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.2035189Z [00:08:56.448]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.2037057Z [00:08:56.448]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:03.2038756Z [00:08:56.448]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:03.2041381Z [00:08:56.448]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.2044429Z [00:08:56.448]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.2045828Z [00:08:56.448]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.2174919Z [00:08:56.460]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.2234611Z [00:08:56.460]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:03.2237220Z [00:08:56.460]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.2264653Z [00:08:56.460]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.2266004Z [00:08:56.460]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.2323784Z [00:08:56.484]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.2325088Z [00:08:56.484]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/wchar.h:44,
2025-08-20T21:58:03.2326236Z [00:08:56.484]➜  libbsd-static-x86_64-unknown-linux-musl>                  from vis.c:68:
2025-08-20T21:58:03.2328497Z [00:08:56.484]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.2330929Z [00:08:56.484]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.2332048Z [00:08:56.484]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.2545857Z [00:08:56.502]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.2547620Z [00:08:56.502]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:03.2549116Z [00:08:56.502]➜  libbsd-static-x86_64-unknown-linux-musl>                  from vis.c:78:
2025-08-20T21:58:03.2552101Z [00:08:56.502]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.2555382Z [00:08:56.502]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.2556815Z [00:08:56.502]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.2558138Z [00:08:56.502]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.2559534Z [00:08:56.502]➜  libbsd-static-x86_64-unknown-linux-musl>                  from local-link.h:30,
2025-08-20T21:58:03.2560776Z [00:08:56.503]➜  libbsd-static-x86_64-unknown-linux-musl>                  from vis.c:80:
2025-08-20T21:58:03.2563644Z [00:08:56.503]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.2568513Z [00:08:56.503]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.2569882Z [00:08:56.503]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.2571255Z [00:08:56.508]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.2572594Z [00:08:56.508]➜  libbsd-static-x86_64-unknown-linux-musl>                  from wcslcat.c:31:
2025-08-20T21:58:03.2575405Z [00:08:56.509]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.2578146Z [00:08:56.509]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.2579516Z [00:08:56.509]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.3237930Z [00:08:56.575]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.3239261Z [00:08:56.575]➜  libbsd-static-x86_64-unknown-linux-musl>                  from wcslcpy.c:31:
2025-08-20T21:58:03.3241973Z [00:08:56.575]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.3244686Z [00:08:56.575]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.3245857Z [00:08:56.575]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.3395103Z [00:08:56.579]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.3404957Z [00:08:56.579]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/wchar.h:44,
2025-08-20T21:58:03.3406551Z [00:08:56.579]➜  libbsd-static-x86_64-unknown-linux-musl>                  from wcslcat.c:33:
2025-08-20T21:58:03.3409229Z [00:08:56.579]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.3412180Z [00:08:56.579]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.3413976Z [00:08:56.579]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.3843091Z [00:08:56.636]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:03.3845074Z [00:08:56.636]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/wchar.h:44,
2025-08-20T21:58:03.3846725Z [00:08:56.636]➜  libbsd-static-x86_64-unknown-linux-musl>                  from wcslcpy.c:33:
2025-08-20T21:58:03.3849678Z [00:08:56.636]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:03.3852559Z [00:08:56.636]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:03.3854247Z [00:08:56.636]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:03.3979088Z [00:08:56.649]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-stringutils t-stringutils.o ../src/libgpg-error.la
2025-08-20T21:58:03.4135801Z [00:08:56.662]➜  krb5-static-x86_64-unknown-linux-musl> checking whether gmtime_r returns int... no
2025-08-20T21:58:03.7315671Z [00:08:56.982]➜  x86_64-unknown-linux-musl-binutils> checking whether we are cross compiling... no
2025-08-20T21:58:03.7599213Z [00:08:57.011]➜  krb5-static-x86_64-unknown-linux-musl> checking for getservbyname_r... yes
2025-08-20T21:58:03.9076236Z [00:08:57.130]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-stringutils t-stringutils.o  ../src/.libs/libgpg-error.a
2025-08-20T21:58:03.9355188Z [00:08:57.185]➜  x86_64-unknown-linux-musl-binutils> checking for suffix of object files... o
2025-08-20T21:58:03.9705800Z [00:08:57.214]➜  krb5-static-x86_64-unknown-linux-musl> checking if getservbyname_r returns an int... yes
2025-08-20T21:58:04.1167471Z [00:08:57.368]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... yes
2025-08-20T21:58:04.2009389Z [00:08:57.453]➜  krb5-static-x86_64-unknown-linux-musl> checking if getservbyname_r returns a pointer... no
2025-08-20T21:58:04.3036616Z [00:08:57.543]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-malloc.o t-malloc.c
2025-08-20T21:58:04.3153594Z [00:08:57.561]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... yes
2025-08-20T21:58:04.6425048Z [00:08:57.893]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... none needed
2025-08-20T21:58:04.7117104Z [00:08:57.963]➜  krb5-static-x86_64-unknown-linux-musl> checking for getservbyport_r... yes
2025-08-20T21:58:04.9574472Z [00:08:58.209]➜  krb5-static-x86_64-unknown-linux-musl> checking for dirent.h... yes
2025-08-20T21:58:04.9576290Z [00:08:58.209]➜  krb5-static-x86_64-unknown-linux-musl> checking for uid_t in sys/types.h... (cached) yes
2025-08-20T21:58:05.0473866Z [00:08:58.298]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... yes
2025-08-20T21:58:05.1228407Z [00:08:58.374]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-malloc t-malloc.o ../src/libgpg-error.la
2025-08-20T21:58:05.1658232Z [00:08:58.417]➜  krb5-static-x86_64-unknown-linux-musl> checking for termios.h... yes
2025-08-20T21:58:05.2045950Z [00:08:58.456]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     libbsd.la
2025-08-20T21:58:05.2989739Z [00:08:58.551]➜  x86_64-unknown-linux-musl-binutils> checking how to run the C preprocessor... gcc -E
2025-08-20T21:58:05.3135137Z [00:08:58.563]➜  x86_64-unknown-linux-musl-binutils>   CC       arc-opc.lo
2025-08-20T21:58:05.4795692Z [00:08:58.722]➜  krb5-static-x86_64-unknown-linux-musl> checking for tcsetattr... yes
2025-08-20T21:58:05.5803842Z [00:08:58.831]➜  x86_64-unknown-linux-musl-binutils> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:58:05.5850982Z [00:08:58.837]➜  x86_64-unknown-linux-musl-binutils> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:58:05.6034229Z [00:08:58.855]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-malloc t-malloc.o  ../src/.libs/libgpg-error.a
2025-08-20T21:58:05.6457442Z [00:08:58.897]➜  krb5-static-x86_64-unknown-linux-musl> checking for poll.h... yes
2025-08-20T21:58:05.6569150Z [00:08:58.897]➜  krb5-static-x86_64-unknown-linux-musl> checking for stdlib.h... (cached) yes
2025-08-20T21:58:05.6584255Z [00:08:58.897]➜  krb5-static-x86_64-unknown-linux-musl> checking for string.h... (cached) yes
2025-08-20T21:58:05.8938806Z [00:08:59.146]➜  krb5-static-x86_64-unknown-linux-musl> checking for stddef.h... yes
2025-08-20T21:58:05.8939982Z [00:08:59.146]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/types.h... (cached) yes
2025-08-20T21:58:05.9741430Z [00:08:59.226]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-spawn.o t-spawn.c
2025-08-20T21:58:06.1053135Z [00:08:59.357]➜  x86_64-unknown-linux-musl-binutils> checking for ANSI C header files...   CC       arm-dis.lo
2025-08-20T21:58:06.1054934Z [00:08:59.357]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/file.h... yes
2025-08-20T21:58:06.1069911Z [00:08:59.359]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2/src'
2025-08-20T21:58:06.1071478Z [00:08:59.359]➜  libbsd-static-x86_64-unknown-linux-musl> Making all in test
2025-08-20T21:58:06.1207254Z [00:08:59.372]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:06.1213395Z [00:08:59.372]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:58:06.1215684Z [00:08:59.372]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:06.1356890Z [00:08:59.387]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2'
2025-08-20T21:58:06.1599890Z [00:08:59.408]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2'
2025-08-20T21:58:06.1705344Z [00:08:59.411]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2'
2025-08-20T21:58:06.1795185Z [00:08:59.424]➜  libbsd-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T21:58:06.3209220Z [00:08:59.573]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T21:58:06.3229501Z [00:08:59.574]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/stat.h... (cached) yes
2025-08-20T21:58:06.5526642Z [00:08:59.804]➜  libbsd-static-x86_64-unknown-linux-musl> check flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash VERBOSE=y check
2025-08-20T21:58:06.5735904Z [00:08:59.825]➜  libbsd-static-x86_64-unknown-linux-musl> Making check in include
2025-08-20T21:58:06.5812769Z [00:08:59.833]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2/include'
2025-08-20T21:58:06.5828520Z [00:08:59.835]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:58:06.5834551Z [00:08:59.835]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2/include'
2025-08-20T21:58:06.5866467Z [00:08:59.836]➜  libbsd-static-x86_64-unknown-linux-musl> Making check in man
2025-08-20T21:58:06.5990151Z [00:08:59.851]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T21:58:06.5995709Z [00:08:59.851]➜  krb5-static-x86_64-unknown-linux-musl> checking for netinet/in.h... (cached) yes
2025-08-20T21:58:06.6084811Z [00:08:59.856]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2/man'
2025-08-20T21:58:06.6094514Z [00:08:59.856]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:58:06.6095989Z [00:08:59.856]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2/man'
2025-08-20T21:58:06.6097296Z [00:08:59.856]➜  libbsd-static-x86_64-unknown-linux-musl> Making check in src
2025-08-20T21:58:06.6216978Z [00:08:59.873]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2/src'
2025-08-20T21:58:06.6222483Z [00:08:59.873]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:58:06.6224500Z [00:08:59.873]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2/src'
2025-08-20T21:58:06.6225780Z [00:08:59.873]➜  libbsd-static-x86_64-unknown-linux-musl> Making check in test
2025-08-20T21:58:06.6324677Z [00:08:59.879]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:06.6328264Z [00:08:59.884]➜  libbsd-static-x86_64-unknown-linux-musl> make  overlay endian setmode  closefrom bzero explicit_bzero fgetln fparseln fpurge funopen humanize fpurge funopen md5 nlist progname proctitle-init  pwcache progname strl strmode strnstr strtonum vis vis-openbsd  timeconv64 headers-overlay.sh headers-system.sh
2025-08-20T21:58:06.6439931Z [00:08:59.896]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:06.6481434Z [00:08:59.900]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       overlay.o
2025-08-20T21:58:06.6667203Z [00:08:59.916]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       endian.o
2025-08-20T21:58:06.6669005Z [00:08:59.916]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       setmode.o
2025-08-20T21:58:06.6670271Z [00:08:59.916]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       closefrom.o
2025-08-20T21:58:06.6804880Z [00:08:59.925]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       bzero.o
2025-08-20T21:58:06.7267419Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7294489Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/pwd.h:28,
2025-08-20T21:58:06.7296322Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl>                  from overlay.c:33:
2025-08-20T21:58:06.7299108Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7301557Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7302748Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7304069Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7305316Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/grp.h:28,
2025-08-20T21:58:06.7306468Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl>                  from overlay.c:36:
2025-08-20T21:58:06.7308870Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7311523Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7312779Z [00:08:59.978]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7396401Z [00:08:59.984]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7398091Z [00:08:59.984]➜  libbsd-static-x86_64-unknown-linux-musl>                  from overlay.c:42:
2025-08-20T21:58:06.7400756Z [00:08:59.984]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7403652Z [00:08:59.984]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7405048Z [00:08:59.984]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7456952Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7458242Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/endian.h:30,
2025-08-20T21:58:06.7459322Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl>                  from endian.c:27:
2025-08-20T21:58:06.7461669Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7464501Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7465709Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7466789Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7468242Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:06.7469486Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:06.7470644Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl>                  from setmode.c:28:
2025-08-20T21:58:06.7473437Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7475950Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7477138Z [00:08:59.997]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7497126Z [00:09:00.000]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7554486Z [00:09:00.000]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:06.7555683Z [00:09:00.000]➜  libbsd-static-x86_64-unknown-linux-musl>                  from overlay.c:44:
2025-08-20T21:58:06.7625712Z [00:09:00.000]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7628197Z [00:09:00.000]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7629639Z [00:09:00.000]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7655110Z [00:09:00.015]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7656575Z [00:09:00.015]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:06.7657849Z [00:09:00.015]➜  libbsd-static-x86_64-unknown-linux-musl>                  from closefrom.c:30:
2025-08-20T21:58:06.7660384Z [00:09:00.015]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7662961Z [00:09:00.015]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7664499Z [00:09:00.015]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7665733Z [00:09:00.017]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7667103Z [00:09:00.017]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:06.7668318Z [00:09:00.017]➜  libbsd-static-x86_64-unknown-linux-musl>                  from bzero.c:28:
2025-08-20T21:58:06.7670847Z [00:09:00.017]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7674027Z [00:09:00.017]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7675372Z [00:09:00.017]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7785000Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7794804Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:06.7796248Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:06.7797412Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>                  from overlay.c:45:
2025-08-20T21:58:06.7800029Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7802710Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7804147Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7805314Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7806634Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:06.7809189Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7811797Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7813036Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7814571Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7815920Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:06.7817204Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:06.7819795Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7822320Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7824255Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7825346Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7826614Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:06.7829098Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7831582Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7832972Z [00:09:00.026]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7904966Z [00:09:00.038]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7906515Z [00:09:00.038]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:06.7907926Z [00:09:00.038]➜  libbsd-static-x86_64-unknown-linux-musl>                  from overlay.c:46:
2025-08-20T21:58:06.7910600Z [00:09:00.038]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7913815Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7915230Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7916492Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7918101Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:06.7919511Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>                  from setmode.c:29:
2025-08-20T21:58:06.7922298Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7925240Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7926574Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7927842Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7929266Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:06.7930579Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>                  from endian.c:30:
2025-08-20T21:58:06.7933663Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7936887Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7938346Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.7939743Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.7941241Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:06.7942606Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>                  from closefrom.c:31:
2025-08-20T21:58:06.7945537Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.7948325Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.7949742Z [00:09:00.039]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.8064844Z [00:09:00.048]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:06.8066744Z [00:09:00.048]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:06.8068234Z [00:09:00.048]➜  libbsd-static-x86_64-unknown-linux-musl>                  from overlay.c:47:
2025-08-20T21:58:06.8070867Z [00:09:00.048]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:06.8073774Z [00:09:00.048]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:06.8075118Z [00:09:00.048]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:06.8107318Z [00:09:00.061]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-spawn t-spawn.o ../src/libgpg-error.la
2025-08-20T21:58:06.8394918Z [00:09:00.085]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/uio.h... yes
2025-08-20T21:58:06.8396312Z [00:09:00.085]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/filio.h... (cached) no
2025-08-20T21:58:06.8444163Z [00:09:00.091]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:58:06.9040125Z [00:09:00.156]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       explicit_bzero.o
2025-08-20T21:58:06.9329849Z [00:09:00.185]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       fgetln-test-stream.o
2025-08-20T21:58:06.9360666Z [00:09:00.188]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       fgetln-fgetln.o
2025-08-20T21:58:06.9992864Z [00:09:00.251]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       test-stream.o
2025-08-20T21:58:07.0448585Z [00:09:00.294]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       fparseln.o
2025-08-20T21:58:07.0556220Z [00:09:00.298]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.0557824Z [00:09:00.298]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:07.0559367Z [00:09:00.298]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:07.0560752Z [00:09:00.298]➜  libbsd-static-x86_64-unknown-linux-musl>                  from explicit_bzero.c:22:
2025-08-20T21:58:07.0563726Z [00:09:00.298]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.0566456Z [00:09:00.298]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.0567826Z [00:09:00.298]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.0661263Z [00:09:00.318]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.0671314Z [00:09:00.318]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:07.0672366Z [00:09:00.318]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetln.c:28:
2025-08-20T21:58:07.0674735Z [00:09:00.318]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.0676987Z [00:09:00.318]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.0678257Z [00:09:00.318]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.0679585Z [00:09:00.319]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.0680819Z [00:09:00.319]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/time.h:36,
2025-08-20T21:58:07.0765495Z [00:09:00.319]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/resource.h:9,
2025-08-20T21:58:07.0768813Z [00:09:00.319]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/wait.h:31,
2025-08-20T21:58:07.0770857Z [00:09:00.319]➜  libbsd-static-x86_64-unknown-linux-musl>                  from test-stream.c:27:
2025-08-20T21:58:07.0773963Z [00:09:00.319]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.0776811Z [00:09:00.319]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.0778087Z [00:09:00.319]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.0779540Z [00:09:00.324]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.0780949Z [00:09:00.324]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:07.0782388Z [00:09:00.324]➜  libbsd-static-x86_64-unknown-linux-musl>                  from test-stream.c:29:
2025-08-20T21:58:07.0785203Z [00:09:00.324]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.0787952Z [00:09:00.324]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.0789481Z [00:09:00.324]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.0835951Z [00:09:00.335]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.0837356Z [00:09:00.335]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:07.0838695Z [00:09:00.335]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:07.0841195Z [00:09:00.335]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.0843979Z [00:09:00.335]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.0845422Z [00:09:00.335]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.0846558Z [00:09:00.336]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/select.h... yes
2025-08-20T21:58:07.0904412Z [00:09:00.340]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.0944586Z [00:09:00.340]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:07.0947134Z [00:09:00.340]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.0949833Z [00:09:00.340]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.0950970Z [00:09:00.340]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.0952048Z [00:09:00.344]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.0953633Z [00:09:00.344]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:07.0954840Z [00:09:00.344]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:07.0955945Z [00:09:00.344]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetln.c:29:
2025-08-20T21:58:07.0958527Z [00:09:00.344]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.0961021Z [00:09:00.344]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.0962355Z [00:09:00.344]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.0963833Z [00:09:00.346]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.0965143Z [00:09:00.346]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:07.0967698Z [00:09:00.346]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.0970371Z [00:09:00.346]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.0971527Z [00:09:00.346]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.1185289Z [00:09:00.367]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.1224866Z [00:09:00.367]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:07.1226178Z [00:09:00.367]➜  libbsd-static-x86_64-unknown-linux-musl>                  from explicit_bzero.c:23:
2025-08-20T21:58:07.1228744Z [00:09:00.367]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.1231314Z [00:09:00.367]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.1232539Z [00:09:00.367]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.1234401Z [00:09:00.367]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.1236504Z [00:09:00.367]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:07.1242396Z [00:09:00.368]➜  libbsd-static-x86_64-unknown-linux-musl>                  from explicit_bzero.c:24:
2025-08-20T21:58:07.1245906Z [00:09:00.368]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.1249440Z [00:09:00.368]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.1250979Z [00:09:00.368]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.1334081Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.1354520Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:07.1356059Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetln.c:30:
2025-08-20T21:58:07.1358718Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.1361501Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.1362740Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.1364285Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.1365747Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/sys/time.h:36,
2025-08-20T21:58:07.1367760Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/resource.h:9,
2025-08-20T21:58:07.1370553Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl>                  from /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/wait.h:31,
2025-08-20T21:58:07.1372567Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl>                  from test-stream.c:27:
2025-08-20T21:58:07.1375306Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.1377758Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.1448004Z [00:09:00.381]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.1449122Z [00:09:00.386]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.1450324Z [00:09:00.386]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/wchar.h:44,
2025-08-20T21:58:07.1451429Z [00:09:00.386]➜  libbsd-static-x86_64-unknown-linux-musl>                  from test-stream.c:30:
2025-08-20T21:58:07.1454006Z [00:09:00.386]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.1456457Z [00:09:00.386]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.1457561Z [00:09:00.386]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.1510627Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.1511968Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/wchar.h:44,
2025-08-20T21:58:07.1513118Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fgetln.c:32:
2025-08-20T21:58:07.1516099Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.1518721Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.1519918Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.1521043Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.1522342Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:07.1523724Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl>                  from test-stream.c:29:
2025-08-20T21:58:07.1526310Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.1528783Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.1530141Z [00:09:00.398]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.1654060Z [00:09:00.417]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.1735373Z [00:09:00.417]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:07.1736786Z [00:09:00.417]➜  libbsd-static-x86_64-unknown-linux-musl>                  from test-stream.c:31:
2025-08-20T21:58:07.1753526Z [00:09:00.417]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.1756390Z [00:09:00.417]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.1757803Z [00:09:00.417]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.1759076Z [00:09:00.419]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.1760519Z [00:09:00.419]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:07.1761647Z [00:09:00.419]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fparseln.c:28:
2025-08-20T21:58:07.1854903Z [00:09:00.419]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.1875058Z [00:09:00.420]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.1916441Z [00:09:00.420]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.1917410Z [00:09:00.425]➜  x86_64-unknown-linux-musl-binutils> checking for sys/types.h... yes
2025-08-20T21:58:07.1935985Z [00:09:00.445]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.1937662Z [00:09:00.445]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:07.1938909Z [00:09:00.445]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:07.1940251Z [00:09:00.445]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fparseln.c:29:
2025-08-20T21:58:07.1942784Z [00:09:00.445]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.1945616Z [00:09:00.445]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.1946883Z [00:09:00.445]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.2106080Z [00:09:00.459]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.2107633Z [00:09:00.459]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:07.2110280Z [00:09:00.459]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.2113389Z [00:09:00.459]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.2114884Z [00:09:00.459]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.2155198Z [00:09:00.466]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.2157239Z [00:09:00.466]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/wchar.h:44,
2025-08-20T21:58:07.2158383Z [00:09:00.466]➜  libbsd-static-x86_64-unknown-linux-musl>                  from test-stream.c:30:
2025-08-20T21:58:07.2160742Z [00:09:00.466]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.2163138Z [00:09:00.466]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.2164480Z [00:09:00.466]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.2305621Z [00:09:00.479]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.2307404Z [00:09:00.479]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:07.2308960Z [00:09:00.479]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fparseln.c:30:
2025-08-20T21:58:07.2311697Z [00:09:00.479]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.2314774Z [00:09:00.479]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.2316206Z [00:09:00.479]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.2368730Z [00:09:00.487]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.2370636Z [00:09:00.487]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:07.2372346Z [00:09:00.487]➜  libbsd-static-x86_64-unknown-linux-musl>                  from test-stream.c:31:
2025-08-20T21:58:07.2375412Z [00:09:00.487]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.2378444Z [00:09:00.487]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.2379878Z [00:09:00.487]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.3553096Z [00:09:00.607]➜  krb5-static-x86_64-unknown-linux-musl> checking for time.h... yes
2025-08-20T21:58:07.3555324Z [00:09:00.607]➜  krb5-static-x86_64-unknown-linux-musl> checking for paths.h... (cached) yes
2025-08-20T21:58:07.3856646Z [00:09:00.637]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       fpurge.o
2025-08-20T21:58:07.3995801Z [00:09:00.639]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-spawn t-spawn.o  ../src/.libs/libgpg-error.a
2025-08-20T21:58:07.4041910Z [00:09:00.644]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       funopen.o
2025-08-20T21:58:07.4535908Z [00:09:00.705]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       humanize.o
2025-08-20T21:58:07.5260226Z [00:09:00.778]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.5261964Z [00:09:00.778]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:07.5263926Z [00:09:00.778]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fpurge.c:27:
2025-08-20T21:58:07.5266852Z [00:09:00.778]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.5269645Z [00:09:00.778]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.5271130Z [00:09:00.778]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.5405314Z [00:09:00.790]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.5410471Z [00:09:00.790]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:07.5412034Z [00:09:00.790]➜  libbsd-static-x86_64-unknown-linux-musl>                  from funopen.c:29:
2025-08-20T21:58:07.5418348Z [00:09:00.790]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.5421194Z [00:09:00.790]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.5422480Z [00:09:00.790]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.5455050Z [00:09:00.795]➜  x86_64-unknown-linux-musl-binutils> checking for sys/stat.h... yes
2025-08-20T21:58:07.5722313Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.5733428Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:07.5738495Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:07.5743516Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fpurge.c:28:
2025-08-20T21:58:07.5750266Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.5753502Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.5758794Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.5760243Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.5761706Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:07.5762989Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl>                  from funopen.c:30:
2025-08-20T21:58:07.5765880Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.5768519Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.5769931Z [00:09:00.822]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.5775540Z [00:09:00.829]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.5777367Z [00:09:00.829]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:07.5780308Z [00:09:00.829]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.5783076Z [00:09:00.829]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.5784580Z [00:09:00.829]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.5828496Z [00:09:00.833]➜  krb5-static-x86_64-unknown-linux-musl> checking for errno.h... yes
2025-08-20T21:58:07.6001298Z [00:09:00.835]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.6045389Z [00:09:00.835]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:07.6046893Z [00:09:00.835]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:07.6048204Z [00:09:00.835]➜  libbsd-static-x86_64-unknown-linux-musl>                  from humanize.c:29:
2025-08-20T21:58:07.6050841Z [00:09:00.835]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.6053881Z [00:09:00.835]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.6055466Z [00:09:00.835]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.6147341Z [00:09:00.866]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.6149706Z [00:09:00.866]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:07.6150999Z [00:09:00.866]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:07.6153970Z [00:09:00.866]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.6156453Z [00:09:00.866]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.6157652Z [00:09:00.866]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.6295212Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.6299596Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:07.6300712Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl>                  from fpurge.c:29:
2025-08-20T21:58:07.6303101Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.6305767Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.6306923Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.6308249Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.6309503Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:07.6312144Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.6319063Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.6320241Z [00:09:00.878]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.6756032Z [00:09:00.927]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       md5.o
2025-08-20T21:58:07.6834804Z [00:09:00.934]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       nlist.o
2025-08-20T21:58:07.7819653Z [00:09:01.034]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       progname.o
2025-08-20T21:58:07.7874784Z [00:09:01.035]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.7876424Z [00:09:01.035]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:07.7877761Z [00:09:01.035]➜  libbsd-static-x86_64-unknown-linux-musl>                  from md5.c:29:
2025-08-20T21:58:07.7880600Z [00:09:01.035]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.7883481Z [00:09:01.035]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.7885358Z [00:09:01.035]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.7987860Z [00:09:01.050]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.7989613Z [00:09:01.050]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:07.7991073Z [00:09:01.050]➜  libbsd-static-x86_64-unknown-linux-musl>                  from nlist.c:31:
2025-08-20T21:58:07.7994026Z [00:09:01.050]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.7996514Z [00:09:01.050]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.7997703Z [00:09:01.050]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.8077615Z [00:09:01.059]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-strlist.o t-strlist.c
2025-08-20T21:58:07.8088668Z [00:09:01.059]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.8090336Z [00:09:01.059]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/nlist.h:31,
2025-08-20T21:58:07.8091679Z [00:09:01.059]➜  libbsd-static-x86_64-unknown-linux-musl>                  from nlist.c:34:
2025-08-20T21:58:07.8094537Z [00:09:01.059]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.8097510Z [00:09:01.059]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.8099194Z [00:09:01.059]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.8848715Z [00:09:01.136]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       proctitle_init-proctitle.o
2025-08-20T21:58:07.8977856Z [00:09:01.149]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       pwcache.o
2025-08-20T21:58:07.9135458Z [00:09:01.164]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.9137333Z [00:09:01.164]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:07.9138865Z [00:09:01.164]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:07.9140345Z [00:09:01.164]➜  libbsd-static-x86_64-unknown-linux-musl>                  from progname.c:28:
2025-08-20T21:58:07.9143103Z [00:09:01.164]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.9146166Z [00:09:01.164]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.9147518Z [00:09:01.164]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.9455406Z [00:09:01.189]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... yes
2025-08-20T21:58:07.9512776Z [00:09:01.192]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.9520026Z [00:09:01.192]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:07.9521558Z [00:09:01.192]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:07.9524884Z [00:09:01.192]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.9527440Z [00:09:01.192]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.9528917Z [00:09:01.192]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.9530102Z [00:09:01.203]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.9531393Z [00:09:01.203]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:07.9534114Z [00:09:01.203]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.9536617Z [00:09:01.203]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.9537847Z [00:09:01.203]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.9735509Z [00:09:01.224]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:07.9844785Z [00:09:01.224]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:07.9846525Z [00:09:01.224]➜  libbsd-static-x86_64-unknown-linux-musl>                  from progname.c:29:
2025-08-20T21:58:07.9849765Z [00:09:01.224]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:07.9852843Z [00:09:01.224]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:07.9854709Z [00:09:01.224]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:07.9855864Z [00:09:01.225]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strl.o
2025-08-20T21:58:08.0218228Z [00:09:01.273]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.0219907Z [00:09:01.273]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/unistd.h:29,
2025-08-20T21:58:08.0221302Z [00:09:01.273]➜  libbsd-static-x86_64-unknown-linux-musl>                  from proctitle.c:29:
2025-08-20T21:58:08.0224295Z [00:09:01.273]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.0227161Z [00:09:01.273]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.0228551Z [00:09:01.273]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.0356941Z [00:09:01.287]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.0358797Z [00:09:01.287]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:08.0360384Z [00:09:01.287]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pwcache.c:28:
2025-08-20T21:58:08.0363675Z [00:09:01.287]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.0366343Z [00:09:01.287]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.0367744Z [00:09:01.287]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.0676649Z [00:09:01.319]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.0688024Z [00:09:01.319]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:08.0689826Z [00:09:01.319]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:08.0691350Z [00:09:01.319]➜  libbsd-static-x86_64-unknown-linux-musl>                  from proctitle.c:30:
2025-08-20T21:58:08.0699138Z [00:09:01.319]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.0702079Z [00:09:01.319]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.0703717Z [00:09:01.319]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.0705022Z [00:09:01.320]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.0706489Z [00:09:01.320]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:08.0707829Z [00:09:01.320]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:08.0709123Z [00:09:01.320]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pwcache.c:29:
2025-08-20T21:58:08.0711761Z [00:09:01.321]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.0714633Z [00:09:01.321]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.0715972Z [00:09:01.321]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.0814881Z [00:09:01.332]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.0816741Z [00:09:01.332]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:08.0818568Z [00:09:01.332]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:08.0821337Z [00:09:01.332]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.0824360Z [00:09:01.332]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.0826651Z [00:09:01.332]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.0955150Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.1003897Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:08.1005430Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:49:
2025-08-20T21:58:08.1008317Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.1010716Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.1104990Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.1106942Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.1108776Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:08.1111365Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.1114057Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.1115202Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.1116227Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.1117462Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:08.1119900Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.1122440Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.1124072Z [00:09:01.343]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.1125185Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.1126565Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:08.1127703Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strl.c:28:
2025-08-20T21:58:08.1130177Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.1132718Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.1134152Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.1135263Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.1136580Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/pwd.h:28,
2025-08-20T21:58:08.1137878Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pwcache.c:30:
2025-08-20T21:58:08.1276365Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.1279210Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.1280659Z [00:09:01.351]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.1281724Z [00:09:01.352]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.1282915Z [00:09:01.352]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/grp.h:28,
2025-08-20T21:58:08.1284166Z [00:09:01.352]➜  libbsd-static-x86_64-unknown-linux-musl>                  from pwcache.c:31:
2025-08-20T21:58:08.1286528Z [00:09:01.352]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.1289364Z [00:09:01.352]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.1290629Z [00:09:01.352]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.1291841Z [00:09:01.363]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.1293160Z [00:09:01.363]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:08.1294537Z [00:09:01.363]➜  libbsd-static-x86_64-unknown-linux-musl>                  from proctitle.c:31:
2025-08-20T21:58:08.1296804Z [00:09:01.363]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.1299295Z [00:09:01.363]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.1300475Z [00:09:01.363]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.1495035Z [00:09:01.389]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strmode.o
2025-08-20T21:58:08.1665299Z [00:09:01.418]➜  krb5-static-x86_64-unknown-linux-musl> checking for in6addr_any definition in library... yes
2025-08-20T21:58:08.2425410Z [00:09:01.488]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strnstr.o
2025-08-20T21:58:08.2633456Z [00:09:01.515]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       strtonum.o
2025-08-20T21:58:08.2989386Z [00:09:01.550]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.2991661Z [00:09:01.551]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:08.2992792Z [00:09:01.551]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strmode.c:29:
2025-08-20T21:58:08.2995490Z [00:09:01.551]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.2998031Z [00:09:01.551]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.2999183Z [00:09:01.551]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.3070853Z [00:09:01.559]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       vis.o
2025-08-20T21:58:08.3315249Z [00:09:01.565]➜  x86_64-unknown-linux-musl-binutils> checking for string.h... yes
2025-08-20T21:58:08.3917190Z [00:09:01.643]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.3919026Z [00:09:01.643]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:08.3921052Z [00:09:01.643]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strnstr.c:28:
2025-08-20T21:58:08.3923707Z [00:09:01.643]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.3926516Z [00:09:01.643]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.3927764Z [00:09:01.643]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.4015222Z [00:09:01.650]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.4016898Z [00:09:01.650]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdio.h:42,
2025-08-20T21:58:08.4018367Z [00:09:01.650]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strtonum.c:19:
2025-08-20T21:58:08.4021292Z [00:09:01.650]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.4024232Z [00:09:01.650]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.4025597Z [00:09:01.650]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.4205123Z [00:09:01.672]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.4206923Z [00:09:01.672]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/libutil.h:43,
2025-08-20T21:58:08.4208370Z [00:09:01.672]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:37,
2025-08-20T21:58:08.4214838Z [00:09:01.672]➜  libbsd-static-x86_64-unknown-linux-musl>                  from strtonum.c:20:
2025-08-20T21:58:08.4217981Z [00:09:01.672]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.4221036Z [00:09:01.672]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.4222430Z [00:09:01.672]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.4339905Z [00:09:01.682]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.4352847Z [00:09:01.682]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/stdlib.h:46:
2025-08-20T21:58:08.4355981Z [00:09:01.682]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.4358894Z [00:09:01.682]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.4360360Z [00:09:01.682]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.4757020Z [00:09:01.727]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.4758961Z [00:09:01.727]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:08.4760449Z [00:09:01.727]➜  libbsd-static-x86_64-unknown-linux-musl>                  from vis.c:30:
2025-08-20T21:58:08.4763460Z [00:09:01.727]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.4766549Z [00:09:01.727]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.4767979Z [00:09:01.727]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.4904960Z [00:09:01.732]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.4906947Z [00:09:01.732]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/vis.h:86,
2025-08-20T21:58:08.4908447Z [00:09:01.732]➜  libbsd-static-x86_64-unknown-linux-musl>                  from vis.c:31:
2025-08-20T21:58:08.4911469Z [00:09:01.732]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.4914445Z [00:09:01.732]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.4915710Z [00:09:01.732]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.5095168Z [00:09:01.758]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       vis-openbsd.o
2025-08-20T21:58:08.5397518Z [00:09:01.791]➜  libbsd-static-x86_64-unknown-linux-musl>   CC       timeconv64.o
2025-08-20T21:58:08.5555193Z [00:09:01.801]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'headers-overlay.sh'.
2025-08-20T21:58:08.5557158Z [00:09:01.801]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'headers-system.sh'.
2025-08-20T21:58:08.5835019Z [00:09:01.830]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     overlay
2025-08-20T21:58:08.6416074Z [00:09:01.893]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     endian
2025-08-20T21:58:08.6530008Z [00:09:01.904]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.6531873Z [00:09:01.904]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/string.h:37,
2025-08-20T21:58:08.6534480Z [00:09:01.904]➜  libbsd-static-x86_64-unknown-linux-musl>                  from vis-openbsd.c:30:
2025-08-20T21:58:08.6537325Z [00:09:01.904]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.6540254Z [00:09:01.904]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.6541706Z [00:09:01.905]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.6734986Z [00:09:01.907]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.6864880Z [00:09:01.907]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/vis.h:86,
2025-08-20T21:58:08.6866718Z [00:09:01.907]➜  libbsd-static-x86_64-unknown-linux-musl>                  from vis-openbsd.c:31:
2025-08-20T21:58:08.6869651Z [00:09:01.907]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.6872484Z [00:09:01.907]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.6874126Z [00:09:01.907]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.6875658Z [00:09:01.917]➜  libbsd-static-x86_64-unknown-linux-musl> In file included from ../include/bsd/sys/cdefs.h:50,
2025-08-20T21:58:08.6877125Z [00:09:01.917]➜  libbsd-static-x86_64-unknown-linux-musl>                  from ../include/bsd/timeconv.h:45,
2025-08-20T21:58:08.6878553Z [00:09:01.917]➜  libbsd-static-x86_64-unknown-linux-musl>                  from timeconv64.c:29:
2025-08-20T21:58:08.6881211Z [00:09:01.917]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T21:58:08.6884442Z [00:09:01.917]➜  libbsd-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T21:58:08.6885740Z [00:09:01.917]➜  libbsd-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T21:58:08.6886746Z [00:09:01.921]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     setmode
2025-08-20T21:58:08.7656280Z [00:09:02.017]➜  x86_64-unknown-linux-musl-binutils> checking for memory.h... yes
2025-08-20T21:58:08.7658023Z [00:09:02.017]➜  krb5-static-x86_64-unknown-linux-musl> checking for time_t... yes
2025-08-20T21:58:08.7817083Z [00:09:02.033]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     closefrom
2025-08-20T21:58:08.8251303Z [00:09:02.077]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     bzero
2025-08-20T21:58:09.0555084Z [00:09:02.307]➜  x86_64-unknown-linux-musl-binutils> checking for strings.h... yes
2025-08-20T21:58:09.3056473Z [00:09:02.557]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-strlist t-strlist.o ../src/libgpg-error.la
2025-08-20T21:58:09.3929248Z [00:09:02.644]➜  x86_64-unknown-linux-musl-binutils> checking for inttypes.h... yes
2025-08-20T21:58:09.5376068Z [00:09:02.788]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     explicit_bzero
2025-08-20T21:58:09.6055743Z [00:09:02.855]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     fgetln
2025-08-20T21:58:09.6154694Z [00:09:02.859]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     fparseln
2025-08-20T21:58:09.6286956Z [00:09:02.869]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     fpurge
2025-08-20T21:58:09.7732906Z [00:09:03.025]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-strlist t-strlist.o  ../src/.libs/libgpg-error.a
2025-08-20T21:58:09.7881306Z [00:09:03.040]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     funopen
2025-08-20T21:58:09.8024723Z [00:09:03.051]➜  x86_64-unknown-linux-musl-binutils> checking for stdint.h... yes
2025-08-20T21:58:10.2591727Z [00:09:03.506]➜  libgpg-error-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src   -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -c -o t-name-value.o t-name-value.c
2025-08-20T21:58:10.2747395Z [00:09:03.526]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... yes
2025-08-20T21:58:10.5371579Z [00:09:03.789]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: fgetln-fgetln.o: in function `test_fgetln_multi':
2025-08-20T21:58:10.5435601Z [00:09:03.789]➜  libbsd-static-x86_64-unknown-linux-musl> /build/libbsd-0.12.2/test/fgetln.c:114:(.text+0xdb): warning: The fgetln() function cannot be safely ported, use getline(3) instead, as it is supported by GNU and POSIX.1-2008.
2025-08-20T21:58:10.5438821Z [00:09:03.789]➜  libbsd-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: fgetln-fgetln.o: in function `test_fgetwln_multi':
2025-08-20T21:58:10.5442281Z [00:09:03.789]➜  libbsd-static-x86_64-unknown-linux-musl> /build/libbsd-0.12.2/test/fgetln.c:180:(.text+0x31b): warning: The fgetwln() function cannot be safely ported, use fgetwc(3) instead, as it is supported by C99 and POSIX.1-2001.
2025-08-20T21:58:10.6286954Z [00:09:03.880]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     humanize
2025-08-20T21:58:10.6571646Z [00:09:03.886]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     md5
2025-08-20T21:58:10.6594663Z [00:09:03.905]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     nlist
2025-08-20T21:58:10.7062829Z [00:09:03.957]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     progname
2025-08-20T21:58:10.7815991Z [00:09:04.033]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h usability... no
2025-08-20T21:58:10.8086547Z [00:09:04.060]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     proctitle-init
2025-08-20T21:58:10.9162164Z [00:09:04.168]➜  x86_64-unknown-linux-musl-binutils> checking minix/config.h presence... no
2025-08-20T21:58:10.9188948Z [00:09:04.168]➜  x86_64-unknown-linux-musl-binutils> checking for minix/config.h... no
2025-08-20T21:58:11.1226207Z [00:09:04.374]➜  krb5-static-x86_64-unknown-linux-musl> checking size of time_t... 8
2025-08-20T21:58:11.1227421Z [00:09:04.374]➜  krb5-static-x86_64-unknown-linux-musl> checking for replay cache directory... /var/tmp
2025-08-20T21:58:11.3744789Z [00:09:04.621]➜  krb5-static-x86_64-unknown-linux-musl> checking for socklen_t... yes
2025-08-20T21:58:11.3909887Z [00:09:04.641]➜  x86_64-unknown-linux-musl-binutils> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:58:11.3911870Z [00:09:04.641]➜  x86_64-unknown-linux-musl-binutils> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:58:11.4305813Z [00:09:04.680]➜  x86_64-unknown-linux-musl-binutils> checking whether build environment is sane... yes
2025-08-20T21:58:11.4920478Z [00:09:04.744]➜  x86_64-unknown-linux-musl-binutils> checking for a thread-safe mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:58:11.4926856Z [00:09:04.744]➜  x86_64-unknown-linux-musl-binutils> checking for gawk... gawk
2025-08-20T21:58:11.5025893Z [00:09:04.754]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     pwcache
2025-08-20T21:58:11.5489689Z [00:09:04.798]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct lifconf... no
2025-08-20T21:58:11.5815000Z [00:09:04.823]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... yes
2025-08-20T21:58:11.6407488Z [00:09:04.889]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -no-install  -o t-name-value t-name-value.o ../src/libgpg-error.la
2025-08-20T21:58:11.6517440Z [00:09:04.903]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     strl
2025-08-20T21:58:11.6523793Z [00:09:04.904]➜  x86_64-unknown-linux-musl-binutils> checking for style of include used by make... GNU
2025-08-20T21:58:11.6608385Z [00:09:04.913]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     strmode
2025-08-20T21:58:11.6634829Z [00:09:04.915]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     strnstr
2025-08-20T21:58:11.6892306Z [00:09:04.938]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... yes
2025-08-20T21:58:11.7563912Z [00:09:05.008]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct if_laddrconf... no
2025-08-20T21:58:11.9154955Z [00:09:05.155]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     strtonum
2025-08-20T21:58:12.0288730Z [00:09:05.281]➜  x86_64-unknown-linux-musl-binutils> checking dependency style of gcc... gcc3
2025-08-20T21:58:12.0433469Z [00:09:05.295]➜  krb5-static-x86_64-unknown-linux-musl> checking for h_errno in netdb.h... yes
2025-08-20T21:58:12.0716455Z [00:09:05.323]➜  x86_64-unknown-linux-musl-binutils> checking whether make supports nested variables... (cached) yes
2025-08-20T21:58:12.0829078Z [00:09:05.335]➜  x86_64-unknown-linux-musl-binutils> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T21:58:12.0900493Z [00:09:05.340]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
2025-08-20T21:58:12.1876696Z [00:09:05.439]➜  krb5-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T21:58:12.2023950Z [00:09:05.454]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -Wall -Wpointer-arith -Wno-psabi -fvisibility=hidden -o t-name-value t-name-value.o  ../src/.libs/libgpg-error.a
2025-08-20T21:58:12.4151372Z [00:09:05.667]➜  x86_64-unknown-linux-musl-binutils> checking whether we are using the GNU C compiler... (cached) yes
2025-08-20T21:58:12.4153366Z [00:09:05.667]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc accepts -g... (cached) yes
2025-08-20T21:58:12.4267634Z [00:09:05.675]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to accept ISO C89... (cached) none needed
2025-08-20T21:58:12.4269516Z [00:09:05.675]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc understands -c and -o together... (cached) yes
2025-08-20T21:58:12.4272026Z [00:09:05.676]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:58:12.4275277Z [00:09:05.676]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:58:12.5539423Z [00:09:05.806]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     vis
2025-08-20T21:58:12.5581576Z [00:09:05.810]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     vis-openbsd
2025-08-20T21:58:12.6058058Z [00:09:05.857]➜  x86_64-unknown-linux-musl-binutils> checking the archiver (ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so) interface... ar
2025-08-20T21:58:12.6063655Z [00:09:05.857]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:58:12.6107353Z [00:09:05.862]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: 'fpurge' is up to date.
2025-08-20T21:58:12.6112063Z [00:09:05.862]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: 'funopen' is up to date.
2025-08-20T21:58:12.6113813Z [00:09:05.862]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: 'progname' is up to date.
2025-08-20T21:58:12.6170074Z [00:09:05.869]➜  libbsd-static-x86_64-unknown-linux-musl>   CCLD     timeconv64
2025-08-20T21:58:12.6313988Z [00:09:05.883]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/tests'
2025-08-20T21:58:12.6321862Z [00:09:05.883]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making all in po
2025-08-20T21:58:12.6364667Z [00:09:05.887]➜  x86_64-unknown-linux-musl-binutils> checking for msgfmt... no
2025-08-20T21:58:12.6370443Z [00:09:05.887]➜  x86_64-unknown-linux-musl-binutils> checking for gmsgfmt... :
2025-08-20T21:58:12.6372142Z [00:09:05.889]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/po'
2025-08-20T21:58:12.6473944Z [00:09:05.899]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:58:12.6479140Z [00:09:05.899]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/po'
2025-08-20T21:58:12.6480747Z [00:09:05.899]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making all in lang
2025-08-20T21:58:12.6548227Z [00:09:05.905]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:12.6605597Z [00:09:05.911]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct cmsghdr... yes
2025-08-20T21:58:12.6705603Z [00:09:05.919]➜  x86_64-unknown-linux-musl-binutils> checking for xgettext... no
2025-08-20T21:58:12.6854640Z [00:09:05.936]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making all in cl
2025-08-20T21:58:12.6949054Z [00:09:05.946]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libgpg-error-1.55/lang/cl'
2025-08-20T21:58:12.7069712Z [00:09:05.946]➜  libgpg-error-static-x86_64-unknown-linux-musl> echo '@errnos@' | cat ../../src/err-codes.h.in - ../../src/errnos.in \
2025-08-20T21:58:12.7071918Z [00:09:05.946]➜  libgpg-error-static-x86_64-unknown-linux-musl> | gawk -f ./mkerrcodes.awk >gpg-error-codes.lisp
2025-08-20T21:58:12.7094777Z [00:09:05.961]➜  x86_64-unknown-linux-musl-binutils> checking for msgmerge... no
2025-08-20T21:58:12.7256131Z [00:09:05.977]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libgpg-error-1.55/lang/cl'
2025-08-20T21:58:12.7336478Z [00:09:05.985]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:12.7338139Z [00:09:05.985]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:58:12.7339612Z [00:09:05.985]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:12.7341099Z [00:09:05.985]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:12.7390324Z [00:09:05.990]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55'
2025-08-20T21:58:12.7498884Z [00:09:06.001]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all-am'.
2025-08-20T21:58:12.7500757Z [00:09:06.001]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55'
2025-08-20T21:58:12.7553093Z [00:09:06.004]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55'
2025-08-20T21:58:12.7735656Z [00:09:06.023]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by GCC... ld
2025-08-20T21:58:12.7737493Z [00:09:06.023]➜  libgpg-error-static-x86_64-unknown-linux-musl> buildPhase completed in 1 minutes 38 seconds
2025-08-20T21:58:12.7738960Z [00:09:06.023]➜  libgpg-error-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T21:58:12.8405753Z [00:09:06.088]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:58:13.0093561Z [00:09:06.261]➜  x86_64-unknown-linux-musl-binutils> checking for shared library run path origin... done
2025-08-20T21:58:13.0243581Z [00:09:06.276]➜  libgpg-error-static-x86_64-unknown-linux-musl> check flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash VERBOSE=y check
2025-08-20T21:58:13.0514275Z [00:09:06.303]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making check in m4
2025-08-20T21:58:13.0604189Z [00:09:06.309]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/m4'
2025-08-20T21:58:13.0605585Z [00:09:06.309]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:58:13.0606977Z [00:09:06.309]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/m4'
2025-08-20T21:58:13.0608208Z [00:09:06.309]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making check in src
2025-08-20T21:58:13.0809758Z [00:09:06.333]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:13.0866067Z [00:09:06.338]➜  libgpg-error-static-x86_64-unknown-linux-musl> make  check-am
2025-08-20T21:58:13.1004069Z [00:09:06.352]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:13.1119729Z [00:09:06.362]➜  libgpg-error-static-x86_64-unknown-linux-musl> make  check-TESTS
2025-08-20T21:58:13.1156007Z [00:09:06.367]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:13.1267668Z [00:09:06.378]➜  libgpg-error-static-x86_64-unknown-linux-musl> SKIP: gpg-error-config-test.sh
2025-08-20T21:58:13.1306531Z [00:09:06.382]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct in_pktinfo... yes
2025-08-20T21:58:13.1563963Z [00:09:06.408]➜  libgpg-error-static-x86_64-unknown-linux-musl> ====================
2025-08-20T21:58:13.1565064Z [00:09:06.408]➜  libgpg-error-static-x86_64-unknown-linux-musl> All 0 tests passed
2025-08-20T21:58:13.1566031Z [00:09:06.408]➜  libgpg-error-static-x86_64-unknown-linux-musl> (1 test was not run)
2025-08-20T21:58:13.1566978Z [00:09:06.408]➜  libgpg-error-static-x86_64-unknown-linux-musl> ====================
2025-08-20T21:58:13.1621022Z [00:09:06.414]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:13.1622760Z [00:09:06.414]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:13.1624599Z [00:09:06.414]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:13.1725137Z [00:09:06.414]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making check in doc
2025-08-20T21:58:13.1726539Z [00:09:06.421]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/doc'
2025-08-20T21:58:13.1865570Z [00:09:06.426]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:58:13.1867188Z [00:09:06.426]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/doc'
2025-08-20T21:58:13.1869965Z [00:09:06.428]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making check in tests
2025-08-20T21:58:13.1956810Z [00:09:06.447]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/tests'
2025-08-20T21:58:13.2014756Z [00:09:06.447]➜  libgpg-error-static-x86_64-unknown-linux-musl> make  check-TESTS
2025-08-20T21:58:13.2074921Z [00:09:06.457]➜  x86_64-unknown-linux-musl-binutils> checking for CFPreferencesCopyAppValue... no
2025-08-20T21:58:13.2115781Z [00:09:06.463]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/tests'
2025-08-20T21:58:13.2386167Z [00:09:06.488]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-version
2025-08-20T21:58:13.2493807Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> Unspecified source: Success
2025-08-20T21:58:13.2498876Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> gcrypt: Invalid length specifier in S-expression
2025-08-20T21:58:13.2500415Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> GnuPG: Unknown packet
2025-08-20T21:58:13.2501756Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> GpgSM: Certificate too young
2025-08-20T21:58:13.2508422Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> GPG Agent: Bad CA certificate
2025-08-20T21:58:13.2510047Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> Pinentry: Operation cancelled
2025-08-20T21:58:13.2511418Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> SCD: Card removed
2025-08-20T21:58:13.2512664Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> GPGME: Bad secret key
2025-08-20T21:58:13.2517775Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> Keybox: Too late to cancel LDAP
2025-08-20T21:58:13.2519377Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> gcrypt: Permission denied
2025-08-20T21:58:13.2520902Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> gcrypt: File exists
2025-08-20T21:58:13.2522210Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> gcrypt: No such file or directory
2025-08-20T21:58:13.2585562Z [00:09:06.495]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-strerror
2025-08-20T21:58:13.2588472Z [00:09:06.506]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-syserror
2025-08-20T21:58:13.3407476Z [00:09:06.592]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-lock
2025-08-20T21:58:13.3436857Z [00:09:06.595]➜  x86_64-unknown-linux-musl-binutils> checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T21:58:13.3439154Z [00:09:06.596]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-printf
2025-08-20T21:58:13.3651343Z [00:09:06.614]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-poll
2025-08-20T21:58:13.3757068Z [00:09:06.627]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-b64
2025-08-20T21:58:13.3762647Z [00:09:06.628]➜  libgpg-error-static-x86_64-unknown-linux-musl> reading options from './etc/t-argparse.conf'
2025-08-20T21:58:13.3765952Z [00:09:06.628]➜  libgpg-error-static-x86_64-unknown-linux-musl> current conffile='./etc/t-argparse.conf'
2025-08-20T21:58:13.3768718Z [00:09:06.628]➜  libgpg-error-static-x86_64-unknown-linux-musl> Begin global config
2025-08-20T21:58:13.3781070Z [00:09:06.628]➜  libgpg-error-static-x86_64-unknown-linux-musl> use ${_user} to echo the current user (nixbld)
2025-08-20T21:58:13.3783032Z [00:09:06.628]➜  libgpg-error-static-x86_64-unknown-linux-musl> use ${_file} to echo the current file (./etc/t-argparse.conf)
2025-08-20T21:58:13.3788252Z [00:09:06.628]➜  libgpg-error-static-x86_64-unknown-linux-musl> use ${_line} to echo the current line (13)
2025-08-20T21:58:13.3789660Z [00:09:06.628]➜  libgpg-error-static-x86_64-unknown-linux-musl> use ${_epoch} to echo a timestamp (1755727093)
2025-08-20T21:58:13.3844714Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> All the following options are applied only if the
2025-08-20T21:58:13.3870540Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> current user has no specific section above.
2025-08-20T21:58:13.3872008Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> End global config
2025-08-20T21:58:13.3873719Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> reading options from './t-argparse.conf'
2025-08-20T21:58:13.3875305Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> current conffile='./t-argparse.conf'
2025-08-20T21:58:13.3876829Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> begin of user config (user=)
2025-08-20T21:58:13.3878317Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> The name of the user is: " Montgomery Scott  ".
2025-08-20T21:58:13.3879549Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> foo=
2025-08-20T21:58:13.3896085Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> home=/homeless-shelter path=/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin
2025-08-20T21:58:13.3910797Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking user
2025-08-20T21:58:13.3934446Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking substring check
2025-08-20T21:58:13.3936008Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> strusage(9)=LGPL-2.1-or-later
2025-08-20T21:58:13.3937407Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> strusage(11)=t-argparse
2025-08-20T21:58:13.3938844Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> strusage(13)=6.42.17-beta99
2025-08-20T21:58:13.3940372Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> pgm="t-argparse" ver="6.42.17-beta99"
2025-08-20T21:58:13.3941618Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> is > 6.42.16
2025-08-20T21:58:13.3942687Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> is >= 6.42.17
2025-08-20T21:58:13.3943993Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> end of user config
2025-08-20T21:58:13.3945134Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> current conffile='[cmdline]'
2025-08-20T21:58:13.3946284Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl> Options:
2025-08-20T21:58:13.3947371Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl>   verbose=1
2025-08-20T21:58:13.3948598Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl>   street='Mühlenstraße'
2025-08-20T21:58:13.3949846Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl>   a-long-one=1
2025-08-20T21:58:13.3951048Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl>   disable-akr=$foo
2025-08-20T21:58:13.3952184Z [00:09:06.634]➜  libgpg-error-static-x86_64-unknown-linux-musl>   echo=1
2025-08-20T21:58:13.3953591Z [00:09:06.641]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-argparse
2025-08-20T21:58:13.4045076Z [00:09:06.656]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-logging
2025-08-20T21:58:13.4178404Z [00:09:06.669]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-stringutils
2025-08-20T21:58:13.4225417Z [00:09:06.673]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:13.4227044Z [00:09:06.673]➜  libbsd-static-x86_64-unknown-linux-musl> make  check-TESTS
2025-08-20T21:58:13.4264952Z [00:09:06.678]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-malloc
2025-08-20T21:58:13.4414778Z [00:09:06.693]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-spawn
2025-08-20T21:58:13.4424707Z [00:09:06.693]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:13.4635983Z [00:09:06.715]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-strlist
2025-08-20T21:58:13.4638298Z [00:09:06.715]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct in6_pktinfo... yes
2025-08-20T21:58:13.4754885Z [00:09:06.719]➜  libgpg-error-static-x86_64-unknown-linux-musl> PASS: t-name-value
2025-08-20T21:58:13.4890845Z [00:09:06.741]➜  libgpg-error-static-x86_64-unknown-linux-musl> ===================
2025-08-20T21:58:13.4892384Z [00:09:06.741]➜  libgpg-error-static-x86_64-unknown-linux-musl> All 14 tests passed
2025-08-20T21:58:13.4894252Z [00:09:06.741]➜  libgpg-error-static-x86_64-unknown-linux-musl> ===================
2025-08-20T21:58:13.4938300Z [00:09:06.746]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/tests'
2025-08-20T21:58:13.5015707Z [00:09:06.753]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/tests'
2025-08-20T21:58:13.5017436Z [00:09:06.753]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making check in po
2025-08-20T21:58:13.5114907Z [00:09:06.759]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/po'
2025-08-20T21:58:13.5144418Z [00:09:06.766]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T21:58:13.5254568Z [00:09:06.766]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/po'
2025-08-20T21:58:13.5255990Z [00:09:06.766]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making check in lang
2025-08-20T21:58:13.5340377Z [00:09:06.770]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:13.5342367Z [00:09:06.780]➜  libbsd-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:13.5549098Z [00:09:06.807]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making check in cl
2025-08-20T21:58:13.5656668Z [00:09:06.817]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/lang/cl'
2025-08-20T21:58:13.5769723Z [00:09:06.821]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'check'.
2025-08-20T21:58:13.5862439Z [00:09:06.821]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/lang/cl'
2025-08-20T21:58:13.5898534Z [00:09:06.838]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:13.5900206Z [00:09:06.838]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'check-am'.
2025-08-20T21:58:13.5901824Z [00:09:06.838]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:13.5902998Z [00:09:06.838]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: overlay
2025-08-20T21:58:13.5965284Z [00:09:06.838]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:13.5976759Z [00:09:06.849]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55'
2025-08-20T21:58:13.6044454Z [00:09:06.856]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check-am'.
2025-08-20T21:58:13.6045939Z [00:09:06.856]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55'
2025-08-20T21:58:13.6142275Z [00:09:06.856]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: endian
2025-08-20T21:58:13.6225020Z [00:09:06.874]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: setmode
2025-08-20T21:58:13.6300759Z [00:09:06.882]➜  libgpg-error-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:58:13.6414773Z [00:09:06.893]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: closefrom
2025-08-20T21:58:13.6437243Z [00:09:06.895]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: bzero
2025-08-20T21:58:13.6694778Z [00:09:06.921]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: explicit_bzero
2025-08-20T21:58:13.6926639Z [00:09:06.944]➜  libgpg-error-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/lib/pkgconfig m4datadir=/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/share/aclocal aclocaldir=/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/share/aclocal install
2025-08-20T21:58:13.7326851Z [00:09:06.984]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: fpurge
2025-08-20T21:58:13.7695061Z [00:09:07.004]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: fparseln
2025-08-20T21:58:13.7696659Z [00:09:07.018]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making install in m4
2025-08-20T21:58:13.7722634Z [00:09:07.022]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/m4'
2025-08-20T21:58:13.7971873Z [00:09:07.038]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/m4'
2025-08-20T21:58:13.7973670Z [00:09:07.038]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:13.7986837Z [00:09:07.038]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:13.7988292Z [00:09:07.038]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/m4'
2025-08-20T21:58:13.7989909Z [00:09:07.038]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/m4'
2025-08-20T21:58:13.7991228Z [00:09:07.038]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:58:13.7992494Z [00:09:07.043]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: humanize
2025-08-20T21:58:13.7993596Z [00:09:07.044]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: funopen
2025-08-20T21:58:13.8002545Z [00:09:07.049]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: fgetln
2025-08-20T21:58:13.8258978Z [00:09:07.076]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:13.8374348Z [00:09:07.078]➜  libgpg-error-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T21:58:13.8392962Z [00:09:07.089]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: md5
2025-08-20T21:58:13.8394191Z [00:09:07.089]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: progname
2025-08-20T21:58:13.8395117Z [00:09:07.089]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: nlist
2025-08-20T21:58:13.8648617Z [00:09:07.116]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:13.8757184Z [00:09:07.124]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: proctitle-init
2025-08-20T21:58:13.8770545Z [00:09:07.126]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: pwcache
2025-08-20T21:58:13.8772037Z [00:09:07.129]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:13.8773514Z [00:09:07.129]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: strl
2025-08-20T21:58:13.8880392Z [00:09:07.140]➜  x86_64-unknown-linux-musl-binutils> checking for GNU gettext in libc... yes
2025-08-20T21:58:13.8881447Z [00:09:07.140]➜  x86_64-unknown-linux-musl-binutils> checking whether to use NLS... yes
2025-08-20T21:58:13.8882766Z [00:09:07.140]➜  x86_64-unknown-linux-musl-binutils> checking where the gettext function comes from... libc
2025-08-20T21:58:13.8885818Z [00:09:07.140]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib'
2025-08-20T21:58:13.8959301Z [00:09:07.145]➜  x86_64-unknown-linux-musl-binutils> checking whether NLS is requested... yes
2025-08-20T21:58:13.8960664Z [00:09:07.145]➜  x86_64-unknown-linux-musl-binutils> checking for catalogs to be installed...
2025-08-20T21:58:13.8970464Z [00:09:07.148]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libgpg-error.la '/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib'
2025-08-20T21:58:13.9072864Z [00:09:07.158]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: strnstr
2025-08-20T21:58:13.9074226Z [00:09:07.159]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: strmode
2025-08-20T21:58:13.9077634Z [00:09:07.160]➜  x86_64-unknown-linux-musl-binutils> checking how to print strings... printf
2025-08-20T21:58:13.9095464Z [00:09:07.161]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: strtonum
2025-08-20T21:58:13.9271239Z [00:09:07.167]➜  x86_64-unknown-linux-musl-binutils> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:58:13.9273790Z [00:09:07.177]➜  x86_64-unknown-linux-musl-binutils> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:58:13.9386770Z [00:09:07.190]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct sockaddr_storage... yes
2025-08-20T21:58:13.9428828Z [00:09:07.195]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: vis
2025-08-20T21:58:13.9632808Z [00:09:07.215]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: timeconv64
2025-08-20T21:58:13.9655199Z [00:09:07.217]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: vis-openbsd
2025-08-20T21:58:13.9982083Z [00:09:07.250]➜  x86_64-unknown-linux-musl-binutils> checking for ld used by gcc... ld
2025-08-20T21:58:14.0498072Z [00:09:07.301]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libgpg-error.lai /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.la
2025-08-20T21:58:14.0563756Z [00:09:07.308]➜  x86_64-unknown-linux-musl-binutils> checking if the linker (ld) is GNU ld... yes
2025-08-20T21:58:14.0719186Z [00:09:07.323]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libgpg-error.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T21:58:14.0884310Z [00:09:07.340]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T21:58:14.1094137Z [00:09:07.361]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T21:58:14.1229422Z [00:09:07.374]➜  krb5-static-x86_64-unknown-linux-musl> checking for struct rt_msghdr... no
2025-08-20T21:58:14.2698308Z [00:09:07.520]➜  x86_64-unknown-linux-musl-binutils> checking for BSD- or MS-compatible name lister (nm)... grep: write error: Broken pipe
2025-08-20T21:58:14.4270260Z [00:09:07.674]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib
2025-08-20T21:58:14.4286754Z [00:09:07.675]➜  libgpg-error-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:58:14.4288137Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:58:14.4290130Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl>    /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib
2025-08-20T21:58:14.4291841Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:14.4293110Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:58:14.4294933Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:58:14.4296443Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:58:14.4298002Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:58:14.4299496Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:58:14.4300729Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:58:14.4302063Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:58:14.4303498Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:58:14.4373698Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:58:14.4374917Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:14.4376125Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:58:14.4377894Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:58:14.4379424Z [00:09:07.676]➜  libgpg-error-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:58:14.4382066Z [00:09:07.689]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin'
2025-08-20T21:58:14.4674321Z [00:09:07.719]➜  libgpg-error-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c gpg-error '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin'
2025-08-20T21:58:14.7246595Z [00:09:07.973]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c gpg-error /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin/gpg-error
2025-08-20T21:58:14.7444131Z [00:09:07.996]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin'
2025-08-20T21:58:14.7717106Z [00:09:08.022]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c gpgrt-config gpg-error-config '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin'
2025-08-20T21:58:14.7906936Z [00:09:08.040]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/share/aclocal'
2025-08-20T21:58:14.8045909Z [00:09:08.056]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gpg-error.m4 gpgrt.m4 '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/share/aclocal'
2025-08-20T21:58:14.8205014Z [00:09:08.072]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include'
2025-08-20T21:58:14.8581987Z [00:09:08.110]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gpg-error.h gpgrt.h '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include'
2025-08-20T21:58:14.8702366Z [00:09:08.122]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/lib/pkgconfig'
2025-08-20T21:58:14.8775050Z [00:09:08.126]➜  x86_64-unknown-linux-musl-binutils> /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm
2025-08-20T21:58:14.9016597Z [00:09:08.148]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gpg-error.pc '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/lib/pkgconfig'
2025-08-20T21:58:14.9104876Z [00:09:08.155]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:14.9134937Z [00:09:08.157]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:14.9137005Z [00:09:08.157]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/src'
2025-08-20T21:58:14.9138559Z [00:09:08.157]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T21:58:14.9241643Z [00:09:08.172]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/doc'
2025-08-20T21:58:14.9425913Z [00:09:08.194]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/doc'
2025-08-20T21:58:14.9507713Z [00:09:08.201]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin'
2025-08-20T21:58:14.9711616Z [00:09:08.223]➜  libgpg-error-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c yat2m '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin'
2025-08-20T21:58:15.0354212Z [00:09:08.283]➜  x86_64-unknown-linux-musl-binutils> checking the name lister (/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm) interface... BSD nm
2025-08-20T21:58:15.0376189Z [00:09:08.287]➜  x86_64-unknown-linux-musl-binutils> checking whether ln -s works... yes
2025-08-20T21:58:15.0605975Z [00:09:08.312]➜  x86_64-unknown-linux-musl-binutils> checking the maximum length of command line arguments... 4718592
2025-08-20T21:58:15.0614275Z [00:09:08.313]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands some XSI constructs... yes
2025-08-20T21:58:15.0644144Z [00:09:08.316]➜  x86_64-unknown-linux-musl-binutils> checking whether the shell understands "+="... yes
2025-08-20T21:58:15.0911197Z [00:09:08.340]➜  x86_64-unknown-linux-musl-binutils> checking for ld option to reload object files... -r
2025-08-20T21:58:15.0912802Z [00:09:08.340]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-objdump... objdump
2025-08-20T21:58:15.0914658Z [00:09:08.340]➜  x86_64-unknown-linux-musl-binutils> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:58:15.1429303Z [00:09:08.393]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ar... (cached) ar --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:58:15.1700951Z [00:09:08.422]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-strip... strip
2025-08-20T21:58:15.1703928Z [00:09:08.422]➜  x86_64-unknown-linux-musl-binutils> checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so
2025-08-20T21:58:15.1751216Z [00:09:08.425]➜  libgpg-error-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c yat2m /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin/yat2m
2025-08-20T21:58:15.1828566Z [00:09:08.434]➜  libgpg-error-static-x86_64-unknown-linux-musl> sed '/^##/ d' ./errorref.txt >errorref.txt.x
2025-08-20T21:58:15.2001267Z [00:09:08.449]➜  libgpg-error-static-x86_64-unknown-linux-musl> echo "# Installed by libgpg-error 1.55" >>errorref.txt.x
2025-08-20T21:58:15.2007995Z [00:09:08.451]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/libgpg-error-1.55/build-aux/install-sh -d /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/libgpg-error
2025-08-20T21:58:15.2584533Z [00:09:08.510]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 errorref.txt.x /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/libgpg-error/errorref.txt
2025-08-20T21:58:15.2956422Z [00:09:08.545]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/chqwfb2n24fpzsa7a277zjlrkp9fyh5y-libgpg-error-static-x86_64-unknown-linux-musl-1.55-info/share/info'
2025-08-20T21:58:15.3428786Z [00:09:08.594]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./gpgrt.info '/nix/store/chqwfb2n24fpzsa7a277zjlrkp9fyh5y-libgpg-error-static-x86_64-unknown-linux-musl-1.55-info/share/info'
2025-08-20T21:58:15.3813884Z [00:09:08.633]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/share/man/man1'
2025-08-20T21:58:15.4341315Z [00:09:08.683]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gpg-error-config.1 gpgrt-config.1 '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/share/man/man1'
2025-08-20T21:58:15.4344371Z [00:09:08.683]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/doc'
2025-08-20T21:58:15.4345894Z [00:09:08.683]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/doc'
2025-08-20T21:58:15.4347367Z [00:09:08.683]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T21:58:15.4485485Z [00:09:08.695]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/tests'
2025-08-20T21:58:15.4550639Z [00:09:08.707]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/tests'
2025-08-20T21:58:15.4552466Z [00:09:08.707]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:15.4554456Z [00:09:08.707]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:15.4610724Z [00:09:08.707]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/tests'
2025-08-20T21:58:15.4612506Z [00:09:08.707]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/tests'
2025-08-20T21:58:15.4614092Z [00:09:08.709]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making install in po
2025-08-20T21:58:15.4615437Z [00:09:08.710]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/po'
2025-08-20T21:58:15.5065013Z [00:09:08.758]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing cs.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/cs/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.5596137Z [00:09:08.810]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing da.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/da/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.5845663Z [00:09:08.836]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing de.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/de/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.6178432Z [00:09:08.869]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing eo.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/eo/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.6301093Z [00:09:08.882]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing es.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/es/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.6435484Z [00:09:08.895]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing fr.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/fr/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.6707690Z [00:09:08.922]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing hu.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/hu/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.6892719Z [00:09:08.941]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing it.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/it/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.7202473Z [00:09:08.972]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing ja.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/ja/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.7543602Z [00:09:09.006]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing nl.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/nl/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.7897174Z [00:09:09.041]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing pl.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/pl/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.8197513Z [00:09:09.071]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing pt.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/pt/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.8228530Z [00:09:09.071]➜  x86_64-unknown-linux-musl-binutils> checking command to parse /nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin/nm output from gcc object... ok
2025-08-20T21:58:15.8374613Z [00:09:09.089]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing ro.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/ro/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.8694053Z [00:09:09.120]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing ru.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/ru/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.8956125Z [00:09:09.146]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing sr.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/sr/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.9246970Z [00:09:09.174]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing sv.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/sv/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.9461577Z [00:09:09.198]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/libctf/configure: line 9376: /usr/bin/file: No such file or directory
2025-08-20T21:58:15.9569491Z [00:09:09.209]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing tr.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/tr/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:15.9900508Z [00:09:09.242]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing uk.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/uk/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:16.0210638Z [00:09:09.273]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing vi.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/vi/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:16.0527708Z [00:09:09.304]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing zh_CN.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:16.0976142Z [00:09:09.344]➜  libgpg-error-static-x86_64-unknown-linux-musl> installing zh_TW.gmo as /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo
2025-08-20T21:58:16.1156668Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl> if test "libgpg-error" = "gettext-tools"; then \
2025-08-20T21:58:16.1246284Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/gettext/po; \
2025-08-20T21:58:16.1345764Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl>   for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
2025-08-20T21:58:16.1373513Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl>     /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$file \
2025-08-20T21:58:16.1376266Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl>              /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/gettext/po/$file; \
2025-08-20T21:58:16.1378371Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T21:58:16.1379642Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl>   for file in Makevars; do \
2025-08-20T21:58:16.1381734Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl>     rm -f /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/gettext/po/$file; \
2025-08-20T21:58:16.1383807Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T21:58:16.1384815Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl> else \
2025-08-20T21:58:16.1385744Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl>   : ; \
2025-08-20T21:58:16.1386970Z [00:09:09.351]➜  libgpg-error-static-x86_64-unknown-linux-musl> fi
2025-08-20T21:58:16.1388541Z [00:09:09.357]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/po'
2025-08-20T21:58:16.1389996Z [00:09:09.357]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making install in lang
2025-08-20T21:58:16.1391475Z [00:09:09.382]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:16.1665150Z [00:09:09.417]➜  libgpg-error-static-x86_64-unknown-linux-musl> Making install in cl
2025-08-20T21:58:16.1957927Z [00:09:09.430]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/lang/cl'
2025-08-20T21:58:16.2009296Z [00:09:09.453]➜  x86_64-unknown-linux-musl-binutils> checking for dlfcn.h... yes
2025-08-20T21:58:16.2010873Z [00:09:09.453]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libgpg-error-1.55/lang/cl'
2025-08-20T21:58:16.2074984Z [00:09:09.454]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:16.2080385Z [00:09:09.460]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/common-lisp/source/gpg-error'
2025-08-20T21:58:16.2289889Z [00:09:09.477]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gpg-error.asd gpg-error-package.lisp gpg-error.lisp '/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/common-lisp/source/gpg-error'
2025-08-20T21:58:16.2316497Z [00:09:09.482]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/common-lisp/source/gpg-error'
2025-08-20T21:58:16.2477182Z [00:09:09.496]➜  libgpg-error-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gpg-error-codes.lisp '/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/share/common-lisp/source/gpg-error'
2025-08-20T21:58:16.2501181Z [00:09:09.502]➜  x86_64-unknown-linux-musl-binutils> checking for objdir... .libs
2025-08-20T21:58:16.2516492Z [00:09:09.503]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libgpg-error-1.55/lang/cl'
2025-08-20T21:58:16.2524586Z [00:09:09.504]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/lang/cl'
2025-08-20T21:58:16.2596397Z [00:09:09.511]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:16.2825374Z [00:09:09.524]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:16.2827493Z [00:09:09.531]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:16.2829358Z [00:09:09.531]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:16.2831071Z [00:09:09.531]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:16.2832916Z [00:09:09.531]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:16.2931570Z [00:09:09.537]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55/lang'
2025-08-20T21:58:16.2933625Z [00:09:09.541]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgpg-error-1.55'
2025-08-20T21:58:16.3065753Z [00:09:09.558]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgpg-error-1.55'
2025-08-20T21:58:16.3067905Z [00:09:09.558]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:16.3069447Z [00:09:09.558]➜  libgpg-error-static-x86_64-unknown-linux-musl> make  install-data-hook
2025-08-20T21:58:16.3326466Z [00:09:09.582]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libgpg-error-1.55'
2025-08-20T21:58:16.3328396Z [00:09:09.582]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-hook'.
2025-08-20T21:58:16.3330141Z [00:09:09.582]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libgpg-error-1.55'
2025-08-20T21:58:16.3332984Z [00:09:09.582]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgpg-error-1.55'
2025-08-20T21:58:16.3340478Z [00:09:09.586]➜  libgpg-error-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgpg-error-1.55'
2025-08-20T21:58:16.3575404Z [00:09:09.601]➜  krb5-static-x86_64-unknown-linux-musl> checking size of size_t... 8
2025-08-20T21:58:16.3593486Z [00:09:09.602]➜  libgpg-error-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:58:16.4809243Z [00:09:09.732]➜  libgpg-error-static-x86_64-unknown-linux-musl> Patching '/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/lib/pkgconfig/gpg-error.pc' includedir to output /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev
2025-08-20T21:58:16.4986269Z [00:09:09.749]➜  libgpg-error-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55
2025-08-20T21:58:16.5735879Z [00:09:09.822]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55...
2025-08-20T21:58:16.6729187Z [00:09:09.924]➜  libgpg-error-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55
2025-08-20T21:58:16.7227446Z [00:09:09.974]➜  libgpg-error-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib
2025-08-20T21:58:16.9174303Z [00:09:10.167]➜  libgpg-error-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev
2025-08-20T21:58:16.9176793Z [00:09:10.167]➜  krb5-static-x86_64-unknown-linux-musl> checking for __int128_t... yes
2025-08-20T21:58:16.9386286Z [00:09:10.187]➜  libgpg-error-static-x86_64-unknown-linux-musl> shrinking /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin/gpg-error
2025-08-20T21:58:16.9465189Z [00:09:10.196]➜  libgpg-error-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:16.9665761Z [00:09:10.218]➜  libgpg-error-static-x86_64-unknown-linux-musl> shrinking /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin/yat2m
2025-08-20T21:58:16.9849007Z [00:09:10.228]➜  libgpg-error-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:16.9958388Z [00:09:10.238]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev...
2025-08-20T21:58:17.0637320Z [00:09:10.315]➜  libgpg-error-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:17.0715557Z [00:09:10.323]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:58:17.0739857Z [00:09:10.324]➜  x86_64-unknown-linux-musl-binutils> checking for gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:58:17.0747019Z [00:09:10.326]➜  libgpg-error-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:17.1127920Z [00:09:10.364]➜  libgpg-error-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/share/man/
2025-08-20T21:58:17.1758767Z [00:09:10.427]➜  libgpg-error-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev
2025-08-20T21:58:17.2398798Z [00:09:10.491]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin/gpg-error-config: interpreter directive changed from "#!/bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:58:17.2573899Z [00:09:10.509]➜  x86_64-unknown-linux-musl-binutils> checking if gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:58:17.3045394Z [00:09:10.556]➜  libgpg-error-static-x86_64-unknown-linux-musl> /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin/gpgrt-config: interpreter directive changed from "#!/bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:58:17.3744956Z [00:09:10.625]➜  libgpg-error-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/lib /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin
2025-08-20T21:58:17.4487413Z [00:09:10.700]➜  libgpg-error-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/chqwfb2n24fpzsa7a277zjlrkp9fyh5y-libgpg-error-static-x86_64-unknown-linux-musl-1.55-info
2025-08-20T21:58:17.4584169Z [00:09:10.710]➜  libgpg-error-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/chqwfb2n24fpzsa7a277zjlrkp9fyh5y-libgpg-error-static-x86_64-unknown-linux-musl-1.55-info...
2025-08-20T21:58:17.4691064Z [00:09:10.720]➜  x86_64-unknown-linux-musl-binutils> checking if gcc static flag -static works... no
2025-08-20T21:58:17.5089536Z [00:09:10.760]➜  libgpg-error-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/chqwfb2n24fpzsa7a277zjlrkp9fyh5y-libgpg-error-static-x86_64-unknown-linux-musl-1.55-info
2025-08-20T21:58:17.5425904Z [00:09:10.794]➜  krb5-static-x86_64-unknown-linux-musl> checking for __uint128_t... yes
2025-08-20T21:58:17.9994706Z [00:09:11.251]➜  building '/nix/store/zq45k35s8iag0s9m6ajsaky50664gh8j-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2.drv'...
2025-08-20T21:58:17.9996685Z [00:09:11.251]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... yes
2025-08-20T21:58:17.9998233Z [00:09:11.251]➜  x86_64-unknown-linux-musl-binutils> checking if gcc supports -c -o file.o... (cached) yes
2025-08-20T21:58:17.9999813Z [00:09:11.251]➜  x86_64-unknown-linux-musl-binutils> checking whether the gcc linker (ld) supports shared libraries... yes
2025-08-20T21:58:18.0001378Z [00:09:11.251]➜  krb5-static-x86_64-unknown-linux-musl> checking for ssize_t... yes
2025-08-20T21:58:18.2183908Z [00:09:11.470]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:58:18.2584762Z [00:09:11.510]➜  libnfnetlink-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/qkbgygk58a3sc976259zcggibagjb8f1-libnfnetlink-1.0.2.tar.bz2
2025-08-20T21:58:18.3075798Z [00:09:11.556]➜  x86_64-unknown-linux-musl-binutils> checking whether -lc should be explicitly linked in... no
2025-08-20T21:58:18.4206328Z [00:09:11.672]➜  krb5-static-x86_64-unknown-linux-musl> checking for u_char... yes
2025-08-20T21:58:18.6234350Z [00:09:11.875]➜  libnfnetlink-static-x86_64-unknown-linux-musl> source root is libnfnetlink-1.0.2
2025-08-20T21:58:18.6522624Z [00:09:11.904]➜  libnfnetlink-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1649158035 of file "libnfnetlink-1.0.2/utils/Makefile.in"
2025-08-20T21:58:18.6691900Z [00:09:11.921]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:58:18.7058264Z [00:09:11.951]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:58:18.7156671Z [00:09:11.967]➜  x86_64-unknown-linux-musl-binutils> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:58:18.7159870Z [00:09:11.968]➜  x86_64-unknown-linux-musl-binutils> checking how to hardcode library paths into programs... immediate
2025-08-20T21:58:18.7328352Z [00:09:11.984]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:58:18.7366379Z [00:09:11.988]➜  x86_64-unknown-linux-musl-binutils> checking whether stripping libraries is possible... yes
2025-08-20T21:58:18.7367883Z [00:09:11.988]➜  x86_64-unknown-linux-musl-binutils> checking if libtool supports shared libraries... yes
2025-08-20T21:58:18.7369287Z [00:09:11.988]➜  x86_64-unknown-linux-musl-binutils> checking whether to build shared libraries... yes
2025-08-20T21:58:18.7370933Z [00:09:11.988]➜  x86_64-unknown-linux-musl-binutils> checking whether to build static libraries... no
2025-08-20T21:58:18.7372389Z [00:09:11.988]➜  x86_64-unknown-linux-musl-binutils> checking for special C compiler options needed for large files... no
2025-08-20T21:58:18.7615332Z [00:09:12.007]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:58:18.7877414Z [00:09:12.039]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:58:18.8209954Z [00:09:12.073]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:58:18.8509626Z [00:09:12.098]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:58:18.8722556Z [00:09:12.124]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:58:18.9144647Z [00:09:12.166]➜  libnfnetlink-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:58:18.9254569Z [00:09:12.177]➜  krb5-static-x86_64-unknown-linux-musl> checking for u_int... yes
2025-08-20T21:58:18.9685389Z [00:09:12.217]➜  libnfnetlink-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:58:19.0030398Z [00:09:12.255]➜  libnfnetlink-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:58:19.0217115Z [00:09:12.273]➜  libnfnetlink-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:58:19.0235306Z [00:09:12.275]➜  x86_64-unknown-linux-musl-binutils> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T21:58:19.0356507Z [00:09:12.286]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.lt
2025-08-20T21:58:19.1048499Z [00:09:12.356]➜  libnfnetlink-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:58:19.4732923Z [00:09:12.725]➜  krb5-static-x86_64-unknown-linux-musl> checking for u_long... yes
2025-08-20T21:58:19.9897372Z [00:09:13.241]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:58:20.0369336Z [00:09:13.289]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:58:20.1159405Z [00:09:13.367]➜  krb5-static-x86_64-unknown-linux-musl> checking for u_int8_t... yes
2025-08-20T21:58:20.1350306Z [00:09:13.387]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:58:20.1675579Z [00:09:13.416]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:58:20.2095923Z [00:09:13.460]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:58:20.2221828Z [00:09:13.474]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for a thread-safe mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:58:20.2236385Z [00:09:13.475]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:58:20.2686745Z [00:09:13.520]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:58:20.3108238Z [00:09:13.562]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:58:20.4371864Z [00:09:13.688]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking how to create a pax tar archive... gnutar
2025-08-20T21:58:20.5168296Z [00:09:13.767]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:58:20.5181198Z [00:09:13.770]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:58:20.5706962Z [00:09:13.822]➜  x86_64-unknown-linux-musl-binutils>   CXX      binary.o
2025-08-20T21:58:20.6225888Z [00:09:13.874]➜  krb5-static-x86_64-unknown-linux-musl> checking for u_int16_t... yes
2025-08-20T21:58:21.0235248Z [00:09:14.273]➜  krb5-static-x86_64-unknown-linux-musl> checking for u_int32_t... yes
2025-08-20T21:58:21.0374664Z [00:09:14.289]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:58:21.0380385Z [00:09:14.289]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:58:21.2362488Z [00:09:14.488]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:58:21.2438955Z [00:09:14.496]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:58:21.2886938Z [00:09:14.540]➜  x86_64-unknown-linux-musl-binutils> config.lt: creating libtool
2025-08-20T21:58:21.3101547Z [00:09:14.562]➜  krb5-static-x86_64-unknown-linux-musl> checking for int8_t... yes
2025-08-20T21:58:21.3667022Z [00:09:14.618]➜  x86_64-unknown-linux-musl-binutils> checking for aclocal... ${SHELL} /build/binutils-with-gold-2.44/missing aclocal-1.15
2025-08-20T21:58:21.3669612Z [00:09:14.618]➜  x86_64-unknown-linux-musl-binutils> checking for autoconf... ${SHELL} /build/binutils-with-gold-2.44/missing autoconf
2025-08-20T21:58:21.3672637Z [00:09:14.618]➜  x86_64-unknown-linux-musl-binutils> checking for autoheader... ${SHELL} /build/binutils-with-gold-2.44/missing autoheader
2025-08-20T21:58:21.3787145Z [00:09:14.630]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:58:21.4902676Z [00:09:14.742]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -W... yes
2025-08-20T21:58:21.5285492Z [00:09:14.780]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether we are using the GNU C compiler... yes
2025-08-20T21:58:21.6118698Z [00:09:14.863]➜  krb5-static-x86_64-unknown-linux-musl> checking for int16_t... yes
2025-08-20T21:58:21.6248218Z [00:09:14.877]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wall... yes
2025-08-20T21:58:21.6255774Z [00:09:14.877]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: headers-overlay.sh
2025-08-20T21:58:21.6606202Z [00:09:14.912]➜  libbsd-static-x86_64-unknown-linux-musl> PASS: headers-system.sh
2025-08-20T21:58:21.6792261Z [00:09:14.931]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:58:21.7835450Z [00:09:15.029]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wnarrowing... yes
2025-08-20T21:58:21.8336589Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> ============================================================================
2025-08-20T21:58:21.8338136Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> Testsuite summary for libbsd 0.12.2
2025-08-20T21:58:21.8339653Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> ============================================================================
2025-08-20T21:58:21.8340844Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> # TOTAL: 28
2025-08-20T21:58:21.8341803Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> # PASS:  28
2025-08-20T21:58:21.8342923Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> # SKIP:  0
2025-08-20T21:58:21.8344280Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> # XFAIL: 0
2025-08-20T21:58:21.8345331Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> # FAIL:  0
2025-08-20T21:58:21.8346125Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> # XPASS: 0
2025-08-20T21:58:21.8346919Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> # ERROR: 0
2025-08-20T21:58:21.8347997Z [00:09:15.085]➜  libbsd-static-x86_64-unknown-linux-musl> ============================================================================
2025-08-20T21:58:21.8464975Z [00:09:15.090]➜  libbsd-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:21.8486260Z [00:09:15.091]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:21.8487620Z [00:09:15.091]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:21.8488915Z [00:09:15.093]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2'
2025-08-20T21:58:21.8603940Z [00:09:15.112]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2'
2025-08-20T21:58:21.8705202Z [00:09:15.122]➜  libbsd-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:58:21.8891992Z [00:09:15.140]➜  libbsd-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/lib/pkgconfig m4datadir=/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/share/aclocal aclocaldir=/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/share/aclocal install
2025-08-20T21:58:21.8992032Z [00:09:15.151]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to accept ISO C89... none needed
2025-08-20T21:58:21.9126384Z [00:09:15.164]➜  libbsd-static-x86_64-unknown-linux-musl> Making install in include
2025-08-20T21:58:21.9276328Z [00:09:15.179]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2/include'
2025-08-20T21:58:21.9342756Z [00:09:15.185]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2/include'
2025-08-20T21:58:21.9377175Z [00:09:15.189]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wwrite-strings... yes
2025-08-20T21:58:21.9405659Z [00:09:15.192]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:21.9449346Z [00:09:15.196]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/include'
2025-08-20T21:58:21.9559144Z [00:09:15.207]➜  krb5-static-x86_64-unknown-linux-musl> checking for int32_t... yes
2025-08-20T21:58:21.9561437Z [00:09:15.208]➜  krb5-static-x86_64-unknown-linux-musl> checking for sh... /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh
2025-08-20T21:58:21.9563720Z [00:09:15.208]➜  krb5-static-x86_64-unknown-linux-musl> checking for sh5... false
2025-08-20T21:58:21.9622103Z [00:09:15.213]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/include/bsd/netinet'
2025-08-20T21:58:21.9733702Z [00:09:15.213]➜  krb5-static-x86_64-unknown-linux-musl> checking for bash... /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:58:21.9737121Z [00:09:15.218]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644  bsd/netinet/ip_icmp.h '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/include/bsd/netinet'
2025-08-20T21:58:21.9740010Z [00:09:15.224]➜  krb5-static-x86_64-unknown-linux-musl> checking if /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh supports functions... yes
2025-08-20T21:58:21.9741905Z [00:09:15.224]➜  krb5-static-x86_64-unknown-linux-musl> checking for POSIX printf positional specification support... (cached) yes
2025-08-20T21:58:21.9743672Z [00:09:15.224]➜  krb5-static-x86_64-unknown-linux-musl> checking for dig... false
2025-08-20T21:58:21.9746081Z [00:09:15.224]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/include/bsd/sys'
2025-08-20T21:58:21.9748412Z [00:09:15.224]➜  krb5-static-x86_64-unknown-linux-musl> checking for nslookup... false
2025-08-20T21:58:21.9774803Z [00:09:15.229]➜  krb5-static-x86_64-unknown-linux-musl> checking for bison... no
2025-08-20T21:58:21.9864365Z [00:09:15.234]➜  krb5-static-x86_64-unknown-linux-musl> checking for byacc... byacc
2025-08-20T21:58:21.9865735Z [00:09:15.234]➜  krb5-static-x86_64-unknown-linux-musl> checking whether to use priocntl hack... no
2025-08-20T21:58:21.9867085Z [00:09:15.234]➜  krb5-static-x86_64-unknown-linux-musl> checking for perl... (cached) perl
2025-08-20T21:58:21.9871990Z [00:09:15.239]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644  bsd/sys/bitstring.h bsd/sys/cdefs.h bsd/sys/endian.h bsd/sys/param.h bsd/sys/poll.h bsd/sys/queue.h bsd/sys/time.h bsd/sys/tree.h '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/include/bsd/sys'
2025-08-20T21:58:21.9975858Z [00:09:15.247]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/include/bsd'
2025-08-20T21:58:22.0023962Z [00:09:15.254]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644  bsd/bitstring.h bsd/bsd.h bsd/inttypes.h bsd/libutil.h bsd/stdio.h bsd/stdlib.h bsd/string.h bsd/unistd.h bsd/wchar.h bsd/err.h bsd/getopt.h bsd/md5.h bsd/nlist.h bsd/readpassphrase.h bsd/grp.h bsd/pwd.h bsd/stringlist.h bsd/timeconv.h bsd/vis.h '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/include/bsd'
2025-08-20T21:58:22.0135044Z [00:09:15.263]➜  libbsd-static-x86_64-unknown-linux-musl> make  install-data-hook
2025-08-20T21:58:22.0196746Z [00:09:15.271]➜  libbsd-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libbsd-0.12.2/include'
2025-08-20T21:58:22.0308578Z [00:09:15.282]➜  libbsd-static-x86_64-unknown-linux-musl>   GEN      install-data-hook
2025-08-20T21:58:22.0375619Z [00:09:15.289]➜  libbsd-static-x86_64-unknown-linux-musl> mv  /nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/include/bsd/sys/cdefs.h.new \
2025-08-20T21:58:22.0378489Z [00:09:15.289]➜  libbsd-static-x86_64-unknown-linux-musl>     /nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/include/bsd/sys/cdefs.h
2025-08-20T21:58:22.0560408Z [00:09:15.307]➜  libbsd-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libbsd-0.12.2/include'
2025-08-20T21:58:22.0562581Z [00:09:15.308]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2/include'
2025-08-20T21:58:22.0564284Z [00:09:15.308]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2/include'
2025-08-20T21:58:22.0565679Z [00:09:15.308]➜  libbsd-static-x86_64-unknown-linux-musl> Making install in man
2025-08-20T21:58:22.0724383Z [00:09:15.324]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2/man'
2025-08-20T21:58:22.0915992Z [00:09:15.342]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2/man'
2025-08-20T21:58:22.0923755Z [00:09:15.342]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:22.1061473Z [00:09:15.358]➜  krb5-static-x86_64-unknown-linux-musl> checking for xom.h... no
2025-08-20T21:58:22.1126092Z [00:09:15.363]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man/man7'
2025-08-20T21:58:22.1136525Z [00:09:15.365]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wmissing-format-attribute... yes
2025-08-20T21:58:22.1139471Z [00:09:15.365]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man/man3'
2025-08-20T21:58:22.1549039Z [00:09:15.406]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libbsd.7 '/nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man/man7'
2025-08-20T21:58:22.2025669Z [00:09:15.454]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:58:22.2027732Z [00:09:15.454]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:58:22.2074876Z [00:09:15.454]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:58:22.2230894Z [00:09:15.464]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 LIST_CLASS_ENTRY.3bsd LIST_CLASS_HEAD.3bsd LIST_EMPTY.3bsd LIST_ENTRY.3bsd LIST_FIRST.3bsd LIST_FOREACH.3bsd LIST_FOREACH_FROM.3bsd LIST_FOREACH_FROM_SAFE.3bsd LIST_FOREACH_SAFE.3bsd LIST_HEAD.3bsd LIST_HEAD_INITIALIZER.3bsd LIST_INIT.3bsd LIST_INSERT_AFTER.3bsd LIST_INSERT_BEFORE.3bsd LIST_INSERT_HEAD.3bsd LIST_NEXT.3bsd LIST_PREV.3bsd LIST_REMOVE.3bsd LIST_SWAP.3bsd RB_EMPTY.3bsd RB_ENTRY.3bsd RB_FIND.3bsd RB_FOREACH.3bsd RB_FOREACH_REVERSE.3bsd RB_GENERATE.3bsd RB_GENERATE_STATIC.3bsd RB_HEAD.3bsd RB_INIT.3bsd RB_INITIALIZER.3bsd RB_INSERT.3bsd RB_LEFT.3bsd RB_MAX.3bsd RB_MIN.3bsd RB_NEXT.3bsd RB_NFIND.3bsd RB_PARENT.3bsd RB_PREV.3bsd RB_PROTOTYPE.3bsd RB_PROTOTYPE_STATIC.3bsd RB_REMOVE.3bsd '/nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man/man3'
2025-08-20T21:58:22.2251214Z [00:09:15.474]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 RB_RIGHT.3bsd RB_ROOT.3bsd SLIST_CLASS_ENTRY.3bsd SLIST_CLASS_HEAD.3bsd SLIST_EMPTY.3bsd SLIST_ENTRY.3bsd SLIST_FIRST.3bsd SLIST_FOREACH.3bsd SLIST_FOREACH_FROM.3bsd SLIST_FOREACH_FROM_SAFE.3bsd SLIST_FOREACH_SAFE.3bsd SLIST_HEAD.3bsd SLIST_HEAD_INITIALIZER.3bsd SLIST_INIT.3bsd SLIST_INSERT_AFTER.3bsd SLIST_INSERT_HEAD.3bsd SLIST_NEXT.3bsd SLIST_REMOVE.3bsd SLIST_REMOVE_AFTER.3bsd SLIST_REMOVE_HEAD.3bsd SLIST_REMOVE_PREVPTR.3bsd SLIST_SWAP.3bsd SPLAY_EMPTY.3bsd SPLAY_ENTRY.3bsd SPLAY_FIND.3bsd SPLAY_FOREACH.3bsd SPLAY_GENERATE.3bsd SPLAY_HEAD.3bsd SPLAY_INIT.3bsd SPLAY_INITIALIZER.3bsd SPLAY_INSERT.3bsd SPLAY_LEFT.3bsd SPLAY_MAX.3bsd SPLAY_MIN.3bsd SPLAY_NEXT.3bsd SPLAY_PROTOTYPE.3bsd SPLAY_REMOVE.3bsd SPLAY_RIGHT.3bsd SPLAY_ROOT.3bsd STAILQ_CLASS_ENTRY.3bsd '/nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man/man3'
2025-08-20T21:58:22.2339417Z [00:09:15.486]➜  krb5-static-x86_64-unknown-linux-musl> checking where struct rpcent is declared... nowhere
2025-08-20T21:58:22.2342911Z [00:09:15.486]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/select.h... (cached) yes
2025-08-20T21:58:22.2354794Z [00:09:15.487]➜  krb5-static-x86_64-unknown-linux-musl> checking for sys/time.h... (cached) yes
2025-08-20T21:58:22.2389515Z [00:09:15.491]➜  krb5-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:58:22.2446630Z [00:09:15.496]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 STAILQ_CLASS_HEAD.3bsd STAILQ_CONCAT.3bsd STAILQ_EMPTY.3bsd STAILQ_ENTRY.3bsd STAILQ_FIRST.3bsd STAILQ_FOREACH.3bsd STAILQ_FOREACH_FROM.3bsd STAILQ_FOREACH_FROM_SAFE.3bsd STAILQ_FOREACH_SAFE.3bsd STAILQ_HEAD.3bsd STAILQ_HEAD_INITIALIZER.3bsd STAILQ_INIT.3bsd STAILQ_INSERT_AFTER.3bsd STAILQ_INSERT_HEAD.3bsd STAILQ_INSERT_TAIL.3bsd STAILQ_LAST.3bsd STAILQ_NEXT.3bsd STAILQ_REMOVE.3bsd STAILQ_REMOVE_AFTER.3bsd STAILQ_REMOVE_HEAD.3bsd STAILQ_SWAP.3bsd TAILQ_CLASS_ENTRY.3bsd TAILQ_CLASS_HEAD.3bsd TAILQ_CONCAT.3bsd TAILQ_EMPTY.3bsd TAILQ_ENTRY.3bsd TAILQ_FIRST.3bsd TAILQ_FOREACH.3bsd TAILQ_FOREACH_FROM.3bsd TAILQ_FOREACH_FROM_SAFE.3bsd TAILQ_FOREACH_REVERSE.3bsd TAILQ_FOREACH_REVERSE_FROM.3bsd TAILQ_FOREACH_REVERSE_FROM_SAFE.3bsd TAILQ_FOREACH_REVERSE_SAFE.3bsd TAILQ_FOREACH_SAFE.3bsd TAILQ_HEAD.3bsd TAILQ_HEAD_INITIALIZER.3bsd TAILQ_INIT.3bsd TAILQ_INSERT_AFTER.3bsd TAILQ_INSERT_BEFORE.3bsd '/nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man/man3'
2025-08-20T21:58:22.2524517Z [00:09:15.504]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wstrict-prototypes... yes
2025-08-20T21:58:22.2646841Z [00:09:15.516]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 TAILQ_INSERT_HEAD.3bsd TAILQ_INSERT_TAIL.3bsd TAILQ_LAST.3bsd TAILQ_NEXT.3bsd TAILQ_PREV.3bsd TAILQ_REMOVE.3bsd TAILQ_SWAP.3bsd be16dec.3bsd be16enc.3bsd be32dec.3bsd be32enc.3bsd be64dec.3bsd be64enc.3bsd bit_alloc.3bsd bit_clear.3bsd bit_decl.3bsd bit_ffc.3bsd bit_ffs.3bsd bit_nclear.3bsd bit_nset.3bsd bit_set.3bsd bit_test.3bsd bitstr_size.3bsd bitstring.3bsd byteorder.3bsd le16dec.3bsd le16enc.3bsd le32dec.3bsd le32enc.3bsd le64dec.3bsd le64enc.3bsd queue.3bsd timeradd.3bsd timerclear.3bsd timercmp.3bsd timerisset.3bsd timersub.3bsd timespecadd.3bsd timespecclear.3bsd timespeccmp.3bsd '/nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man/man3'
2025-08-20T21:58:22.2906544Z [00:09:15.537]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 timespecisset.3bsd timespecsub.3bsd tree.3bsd getmode.3bsd setmode.3bsd arc4random.3bsd arc4random_addrandom.3bsd arc4random_buf.3bsd arc4random_stir.3bsd arc4random_uniform.3bsd closefrom.3bsd errc.3bsd verrc.3bsd vwarnc.3bsd warnc.3bsd expand_number.3bsd explicit_bzero.3bsd fgetln.3bsd fgetwln.3bsd fparseln.3bsd flopen.3bsd fmtcheck.3bsd fpurge.3bsd freezero.3bsd funopen.3bsd getbsize.3bsd getpeereid.3bsd dehumanize_number.3bsd humanize_number.3bsd md5.3bsd nlist.3bsd pidfile.3bsd pidfile_close.3bsd pidfile_open.3bsd pidfile_remove.3bsd pidfile_write.3bsd setproctitle.3bsd setproctitle_init.3bsd getprogname.3bsd setprogname.3bsd '/nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man/man3'
2025-08-20T21:58:22.2918444Z [00:09:15.542]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pwcache.3bsd gid_from_group.3bsd uid_from_user.3bsd group_from_gid.3bsd user_from_uid.3bsd readpassphrase.3bsd reallocarray.3bsd recallocarray.3bsd heapsort.3bsd mergesort.3bsd radixsort.3bsd sradixsort.3bsd sl_add.3bsd sl_delete.3bsd sl_find.3bsd sl_free.3bsd sl_init.3bsd stringlist.3bsd strlcat.3bsd strlcpy.3bsd strmode.3bsd strnstr.3bsd strtoi.3bsd strtou.3bsd strtonum.3bsd strnunvis.3bsd strnvis.3bsd strunvis.3bsd strvis.3bsd strvisx.3bsd unvis.3bsd vis.3bsd wcslcat.3bsd wcslcpy.3bsd '/nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man/man3'
2025-08-20T21:58:22.2995124Z [00:09:15.548]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T21:58:22.2999242Z [00:09:15.552]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:58:22.3000793Z [00:09:15.552]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:58:22.3055501Z [00:09:15.557]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2/man'
2025-08-20T21:58:22.3084476Z [00:09:15.559]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2/man'
2025-08-20T21:58:22.3085862Z [00:09:15.559]➜  libbsd-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:58:22.3138768Z [00:09:15.566]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2/src'
2025-08-20T21:58:22.3340504Z [00:09:15.586]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wmissing-prototypes... yes
2025-08-20T21:58:22.3359719Z [00:09:15.588]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2/src'
2025-08-20T21:58:22.3539437Z [00:09:15.605]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib'
2025-08-20T21:58:22.3544123Z [00:09:15.605]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libbsd.la '/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib'
2025-08-20T21:58:22.3608844Z [00:09:15.612]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/lib/pkgconfig'
2025-08-20T21:58:22.3794962Z [00:09:15.631]➜  libbsd-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libbsd.pc libbsd-overlay.pc '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/lib/pkgconfig'
2025-08-20T21:58:22.4035890Z [00:09:15.655]➜  krb5-static-x86_64-unknown-linux-musl> checking for MAXHOSTNAMELEN in sys/param.h... yes
2025-08-20T21:58:22.4517288Z [00:09:15.703]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wold-style-definition... yes
2025-08-20T21:58:22.4645003Z [00:09:15.716]➜  libbsd-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libbsd.lai /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib/libbsd.la
2025-08-20T21:58:22.4744160Z [00:09:15.726]➜  libbsd-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libbsd.a /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib/libbsd.a
2025-08-20T21:58:22.4862121Z [00:09:15.738]➜  libbsd-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib/libbsd.a
2025-08-20T21:58:22.4922846Z [00:09:15.744]➜  libbsd-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib/libbsd.a
2025-08-20T21:58:22.5207585Z [00:09:15.772]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether we are using the GNU C compiler... (cached) yes
2025-08-20T21:58:22.5322226Z [00:09:15.778]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:58:22.5329455Z [00:09:15.778]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to accept ISO C89... (cached) none needed
2025-08-20T21:58:22.5331219Z [00:09:15.778]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:58:22.5332812Z [00:09:15.782]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:58:22.5499327Z [00:09:15.802]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:58:22.5574563Z [00:09:15.808]➜  krb5-static-x86_64-unknown-linux-musl> checking for MAXHOSTNAMELEN in netdb.h... no
2025-08-20T21:58:22.5680500Z [00:09:15.820]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:58:22.5794810Z [00:09:15.831]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -pedantic -Wlong-long... yes
2025-08-20T21:58:22.5843476Z [00:09:15.833]➜  x86_64-unknown-linux-musl-binutils> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:58:22.5845034Z [00:09:15.833]➜  x86_64-unknown-linux-musl-binutils> checking whether to install libbfd... yes
2025-08-20T21:58:22.5911492Z [00:09:15.841]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:58:22.6007446Z [00:09:15.851]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:58:22.6076808Z [00:09:15.853]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:58:22.6193049Z [00:09:15.871]➜  x86_64-unknown-linux-musl-binutils> checking whether gcc supports -Wall... (cached) yes
2025-08-20T21:58:22.6306642Z [00:09:15.882]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:58:22.6411268Z [00:09:15.893]➜  x86_64-unknown-linux-musl-binutils> checking for stdlib.h... (cached) yes
2025-08-20T21:58:22.6652262Z [00:09:15.915]➜  libbsd-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib
2025-08-20T21:58:22.6692901Z [00:09:15.920]➜  libbsd-static-x86_64-unknown-linux-musl> /build/libbsd-0.12.2/libtool: line 1886: ldconfig: command not found
2025-08-20T21:58:22.6706721Z [00:09:15.922]➜  libbsd-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:58:22.6709072Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:58:22.6710946Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl>    /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib
2025-08-20T21:58:22.6712452Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:22.6714063Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:58:22.6715694Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:58:22.6717184Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:58:22.6718684Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:58:22.6720084Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:58:22.6721353Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:58:22.6722631Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:58:22.6757949Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:58:22.6758961Z [00:09:15.923]➜  libbsd-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:58:22.6760230Z [00:09:15.924]➜  libbsd-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:58:22.6761111Z [00:09:15.924]➜  libbsd-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:22.6761697Z [00:09:15.924]➜  libbsd-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:22.6762668Z [00:09:15.924]➜  libbsd-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:58:22.6764227Z [00:09:15.924]➜  libbsd-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:58:22.6765614Z [00:09:15.924]➜  libbsd-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:58:22.6766771Z [00:09:15.927]➜  x86_64-unknown-linux-musl-binutils> checking for unistd.h... (cached) yes
2025-08-20T21:58:22.6857463Z [00:09:15.937]➜  libbsd-static-x86_64-unknown-linux-musl> make  install-exec-hook
2025-08-20T21:58:22.6858833Z [00:09:15.938]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:58:22.6860672Z [00:09:15.938]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:58:22.6944893Z [00:09:15.945]➜  libbsd-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libbsd-0.12.2/src'
2025-08-20T21:58:22.6946600Z [00:09:15.945]➜  libbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -shared -nostdlib -nostartfiles -x assembler /dev/null -o format.ld.so
2025-08-20T21:58:22.7140847Z [00:09:15.966]➜  krb5-static-x86_64-unknown-linux-musl> checking for BSD type aliases... yes
2025-08-20T21:58:22.7171577Z [00:09:15.967]➜  krb5-static-x86_64-unknown-linux-musl> checking return type of setrpcent... (cached) void
2025-08-20T21:58:22.7173168Z [00:09:15.969]➜  krb5-static-x86_64-unknown-linux-musl> checking return type of endrpcent... (cached) void
2025-08-20T21:58:22.8012178Z [00:09:16.052]➜  libbsd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-objdump -f format.ld.so | sed -n 's/.*file format \(.*\)/OUTPUT_FORMAT(\1)/;T;p' >format.ld
2025-08-20T21:58:22.8175628Z [00:09:16.068]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:58:22.8232935Z [00:09:16.068]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:58:22.8234677Z [00:09:16.070]➜  libbsd-static-x86_64-unknown-linux-musl> rm -f format.ld.so
2025-08-20T21:58:22.8245340Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl> if [ "/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib" != "/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib" ]; then \
2025-08-20T21:58:22.8249151Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl>        /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib; \
2025-08-20T21:58:22.8252222Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl>        mv /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib/libbsd*.so.* \
2025-08-20T21:58:22.8254825Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl>           /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib/; \
2025-08-20T21:58:22.8284151Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl> fi
2025-08-20T21:58:22.8286042Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl> soname=`readlink /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib/libbsd.so`; \
2025-08-20T21:58:22.8288422Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl> rm -f /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib/libbsd.so; \
2025-08-20T21:58:22.8290210Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl> (echo '/* GNU ld script'; \
2025-08-20T21:58:22.8291643Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl>  echo ' * The MD5 functions are provided by the libmd library. */'; \
2025-08-20T21:58:22.8292895Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl>  cat format.ld; \
2025-08-20T21:58:22.8295202Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl>  echo "GROUP(/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib/$soname AS_NEEDED(-lmd))"; \
2025-08-20T21:58:22.8297667Z [00:09:16.075]➜  libbsd-static-x86_64-unknown-linux-musl> )>/nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib/libbsd.so
2025-08-20T21:58:22.8509766Z [00:09:16.102]➜  krb5-static-x86_64-unknown-linux-musl> checking for a recent enough OpenSSL... yes
2025-08-20T21:58:22.8526130Z [00:09:16.104]➜  libbsd-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libbsd-0.12.2/src'
2025-08-20T21:58:22.8559539Z [00:09:16.106]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2/src'
2025-08-20T21:58:22.8564490Z [00:09:16.106]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2/src'
2025-08-20T21:58:22.8566112Z [00:09:16.106]➜  libbsd-static-x86_64-unknown-linux-musl> Making install in test
2025-08-20T21:58:22.8620805Z [00:09:16.114]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:22.8798624Z [00:09:16.132]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:22.8804266Z [00:09:16.132]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:22.8810274Z [00:09:16.132]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:22.8812024Z [00:09:16.132]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:22.8817459Z [00:09:16.133]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2/test'
2025-08-20T21:58:22.8964999Z [00:09:16.145]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libbsd-0.12.2'
2025-08-20T21:58:22.9127603Z [00:09:16.163]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libbsd-0.12.2'
2025-08-20T21:58:22.9186655Z [00:09:16.169]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:22.9234792Z [00:09:16.169]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:22.9236856Z [00:09:16.169]➜  libbsd-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libbsd-0.12.2'
2025-08-20T21:58:22.9240301Z [00:09:16.169]➜  libbsd-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libbsd-0.12.2'
2025-08-20T21:58:22.9375292Z [00:09:16.184]➜  libbsd-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:58:22.9925199Z [00:09:16.242]➜  x86_64-unknown-linux-musl-binutils> checking for sys/param.h... yes
2025-08-20T21:58:23.0175923Z [00:09:16.269]➜  x86_64-unknown-linux-musl-binutils>   CC       avr-dis.lo
2025-08-20T21:58:23.0393994Z [00:09:16.291]➜  libbsd-static-x86_64-unknown-linux-musl> Patching '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/lib/pkgconfig/libbsd-overlay.pc' includedir to output /nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev
2025-08-20T21:58:23.0507769Z [00:09:16.296]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:58:23.0531716Z [00:09:16.303]➜  libbsd-static-x86_64-unknown-linux-musl> Patching '/nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/lib/pkgconfig/libbsd.pc' includedir to output /nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev
2025-08-20T21:58:23.0690063Z [00:09:16.308]➜  libbsd-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2
2025-08-20T21:58:23.0734677Z [00:09:16.317]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:58:23.0805162Z [00:09:16.318]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:58:23.0807262Z [00:09:16.318]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:58:23.0935471Z [00:09:16.318]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:58:23.0937287Z [00:09:16.323]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:58:23.0939082Z [00:09:16.325]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:58:23.0941187Z [00:09:16.340]➜  libbsd-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2...
2025-08-20T21:58:23.0943864Z [00:09:16.340]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:58:23.0945516Z [00:09:16.341]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:58:23.0947279Z [00:09:16.341]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T21:58:23.1485825Z [00:09:16.397]➜  libbsd-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2
2025-08-20T21:58:23.1768951Z [00:09:16.428]➜  libbsd-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/n9nim5s3j3jydzkn073z0a0126659w2r-libbsd-static-x86_64-unknown-linux-musl-0.12.2/lib
2025-08-20T21:58:23.3297484Z [00:09:16.581]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:58:23.3299436Z [00:09:16.581]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:58:23.3301450Z [00:09:16.581]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:58:23.3604910Z [00:09:16.612]➜  libbsd-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev
2025-08-20T21:58:23.4155916Z [00:09:16.662]➜  libbsd-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev...
2025-08-20T21:58:23.4686134Z [00:09:16.720]➜  x86_64-unknown-linux-musl-binutils> checking for getpagesize... yes
2025-08-20T21:58:23.4899732Z [00:09:16.742]➜  libbsd-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev
2025-08-20T21:58:23.5178038Z [00:09:16.769]➜  libbsd-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/qlr6y9dbyrikw83d1lsyki8548jmg3mi-libbsd-static-x86_64-unknown-linux-musl-0.12.2-dev/lib
2025-08-20T21:58:23.5818809Z [00:09:16.833]➜  libbsd-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man
2025-08-20T21:58:23.8467030Z [00:09:17.098]➜  x86_64-unknown-linux-musl-binutils> checking for working mmap...   CXX      common.o
2025-08-20T21:58:23.8693537Z [00:09:17.120]➜  libbsd-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man...
2025-08-20T21:58:23.8874896Z [00:09:17.139]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:58:23.9014855Z [00:09:17.150]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:58:23.9399910Z [00:09:17.192]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:58:23.9683906Z [00:09:17.220]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:58:24.0870185Z [00:09:17.339]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:58:24.0871471Z [00:09:17.339]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:58:24.1315899Z [00:09:17.382]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:58:24.1766646Z [00:09:17.425]➜  libbsd-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man/share/man/
2025-08-20T21:58:24.2202748Z [00:09:17.472]➜  x86_64-unknown-linux-musl-binutils> yes
2025-08-20T21:58:24.2204809Z [00:09:17.472]➜  krb5-static-x86_64-unknown-linux-musl> checking for PKCS7_get_signer_info in -lcrypto... yes
2025-08-20T21:58:24.3872183Z [00:09:17.639]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:58:24.5920730Z [00:09:17.842]➜  x86_64-unknown-linux-musl-binutils> checking for library containing dlsym...   CC       bfin-dis.lo
2025-08-20T21:58:24.6156456Z [00:09:17.867]➜  x86_64-unknown-linux-musl-binutils> none required
2025-08-20T21:58:25.0060331Z [00:09:18.258]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for ANSI C header files... yes
2025-08-20T21:58:25.1608109Z [00:09:18.412]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:58:25.2278135Z [00:09:18.479]➜  libbsd-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/bsksr0nvx7lhrj71gsznybcql8hljx6m-libbsd-static-x86_64-unknown-linux-musl-0.12.2-man
2025-08-20T21:58:25.3792053Z [00:09:18.631]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:58:25.9007420Z [00:09:19.141]➜  building '/nix/store/3jqhifahpimhbqh2yl3cagawvdhn9w9f-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1.drv'...
2025-08-20T21:58:25.9009661Z [00:09:19.141]➜  x86_64-unknown-linux-musl-binutils> checking for ELF support in BFD... yes
2025-08-20T21:58:25.9011292Z [00:09:19.141]➜  krb5-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_get_bn_param... yes
2025-08-20T21:58:25.9012943Z [00:09:19.141]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:58:25.9014641Z [00:09:19.141]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:58:25.9786344Z [00:09:19.230]➜  krb5-static-x86_64-unknown-linux-musl> checking for daemon... yes
2025-08-20T21:58:25.9787786Z [00:09:19.230]➜  krb5-static-x86_64-unknown-linux-musl> checking for python3... no
2025-08-20T21:58:25.9843995Z [00:09:19.236]➜  krb5-static-x86_64-unknown-linux-musl> checking for python... no
2025-08-20T21:58:25.9946339Z [00:09:19.246]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for memory.h... yes
2025-08-20T21:58:26.0954330Z [00:09:19.347]➜  libgcrypt-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:58:26.1124986Z [00:09:19.364]➜  libgcrypt-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/8vwgyzn6hbdxssmliirgvigrayrzx59h-libgcrypt-1.11.1.tar.bz2
2025-08-20T21:58:26.1132612Z [00:09:19.365]➜  krb5-static-x86_64-unknown-linux-musl> checking for cmocka.h... no
2025-08-20T21:58:26.2153547Z [00:09:19.467]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:58:26.3163681Z [00:09:19.568]➜  x86_64-unknown-linux-musl-binutils> checking whether byte ordering is bigendian... no
2025-08-20T21:58:26.3587570Z [00:09:19.610]➜  krb5-static-x86_64-unknown-linux-musl> checking for _cmocka_run_group_tests in -lcmocka... no
2025-08-20T21:58:26.3947014Z [00:09:19.646]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:58:26.5726283Z [00:09:19.824]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:58:26.6081604Z [00:09:19.860]➜  x86_64-unknown-linux-musl-binutils> checking byteswap.h usability... yes
2025-08-20T21:58:26.6636477Z [00:09:19.915]➜  krb5-static-x86_64-unknown-linux-musl> checking for SD_Init in -laceclnt... no
2025-08-20T21:58:26.7253808Z [00:09:19.976]➜  x86_64-unknown-linux-musl-binutils> checking byteswap.h presence... yes
2025-08-20T21:58:26.7259504Z [00:09:19.978]➜  x86_64-unknown-linux-musl-binutils> checking for byteswap.h... yes
2025-08-20T21:58:26.7477850Z [00:09:19.999]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:58:26.9401319Z [00:09:20.192]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:58:26.9615922Z [00:09:20.213]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:58:26.9930008Z [00:09:20.245]➜  krb5-static-x86_64-unknown-linux-musl> checking for mdb_env_create in -llmdb... no
2025-08-20T21:58:27.0326865Z [00:09:20.284]➜  x86_64-unknown-linux-musl-binutils> checking endian.h usability... yes
2025-08-20T21:58:27.0573109Z [00:09:20.309]➜  krb5-static-x86_64-unknown-linux-musl> checking for libedit... yes
2025-08-20T21:58:27.0590522Z [00:09:20.309]➜  krb5-static-x86_64-unknown-linux-musl> configure: Using libedit for readline support
2025-08-20T21:58:27.0592438Z [00:09:20.309]➜  krb5-static-x86_64-unknown-linux-musl> configure: Using built-in libverto
2025-08-20T21:58:27.0594272Z [00:09:20.309]➜  krb5-static-x86_64-unknown-linux-musl> checking for groff... no
2025-08-20T21:58:27.0831042Z [00:09:20.334]➜  krb5-static-x86_64-unknown-linux-musl> configure: Default ccache name: FILE:/tmp/krb5cc_%{uid}
2025-08-20T21:58:27.0833559Z [00:09:20.334]➜  krb5-static-x86_64-unknown-linux-musl> configure: Default keytab name: FILE:/etc/krb5.keytab
2025-08-20T21:58:27.0837805Z [00:09:20.335]➜  krb5-static-x86_64-unknown-linux-musl> configure: Default client keytab name: FILE:/var/lib/krb5/user/%{euid}/client.keytab
2025-08-20T21:58:27.0843753Z [00:09:20.336]➜  krb5-static-x86_64-unknown-linux-musl> configure: Default PKCS11 module name: opensc-pkcs11.so
2025-08-20T21:58:27.1186789Z [00:09:20.370]➜  x86_64-unknown-linux-musl-binutils> checking endian.h presence... yes
2025-08-20T21:58:27.1188327Z [00:09:20.370]➜  x86_64-unknown-linux-musl-binutils> checking for endian.h... yes
2025-08-20T21:58:27.3032134Z [00:09:20.555]➜  krb5-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:58:27.4219837Z [00:09:20.674]➜  x86_64-unknown-linux-musl-binutils> checking valgrind/valgrind.h usability... no
2025-08-20T21:58:27.4325274Z [00:09:20.678]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:58:27.4334153Z [00:09:20.678]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:58:27.5088446Z [00:09:20.760]➜  x86_64-unknown-linux-musl-binutils> checking valgrind/valgrind.h presence... no
2025-08-20T21:58:27.5099252Z [00:09:20.762]➜  x86_64-unknown-linux-musl-binutils> checking for valgrind/valgrind.h... no
2025-08-20T21:58:27.5464174Z [00:09:20.798]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:58:27.7982699Z [00:09:21.043]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:58:27.7993625Z [00:09:21.048]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating include/gssrpc/types.h
2025-08-20T21:58:27.8420890Z [00:09:21.094]➜  x86_64-unknown-linux-musl-binutils> checking for pread... yes
2025-08-20T21:58:27.9171601Z [00:09:21.169]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/preauth/pkinit/Makefile
2025-08-20T21:58:27.9946591Z [00:09:21.246]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:58:27.9979146Z [00:09:21.246]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:58:28.0281680Z [00:09:21.280]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/softpkcs11/Makefile
2025-08-20T21:58:28.0606769Z [00:09:21.312]➜  x86_64-unknown-linux-musl-binutils> checking whether bswap_16 is declared... yes
2025-08-20T21:58:28.1413164Z [00:09:21.393]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating util/et/Makefile
2025-08-20T21:58:28.2231622Z [00:09:21.475]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:58:28.2444461Z [00:09:21.496]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating util/ss/Makefile
2025-08-20T21:58:28.3167493Z [00:09:21.568]➜  x86_64-unknown-linux-musl-binutils> checking whether bswap_32 is declared... yes
2025-08-20T21:58:28.3382369Z [00:09:21.590]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating build-tools/krb5-config
2025-08-20T21:58:28.4656308Z [00:09:21.717]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating build-tools/kadm-server.pc
2025-08-20T21:58:28.5398529Z [00:09:21.791]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating build-tools/kadm-client.pc
2025-08-20T21:58:28.5426713Z [00:09:21.794]➜  x86_64-unknown-linux-musl-binutils> checking whether bswap_64 is declared... yes
2025-08-20T21:58:28.6526248Z [00:09:21.902]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating build-tools/kdb.pc
2025-08-20T21:58:28.6692828Z [00:09:21.916]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:58:28.6701020Z [00:09:21.916]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:58:28.6947111Z [00:09:21.946]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:58:28.6952246Z [00:09:21.946]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:58:28.6955176Z [00:09:21.946]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:58:28.7045086Z [00:09:21.948]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:58:28.7648433Z [00:09:22.016]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating build-tools/krb5.pc
2025-08-20T21:58:28.8291616Z [00:09:22.081]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:58:28.8297286Z [00:09:22.081]➜  libnfnetlink-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:58:28.8790016Z [00:09:22.131]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating build-tools/krb5-gssapi.pc
2025-08-20T21:58:28.9649089Z [00:09:22.217]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating build-tools/mit-krb5.pc
2025-08-20T21:58:28.9912433Z [00:09:22.243]➜  x86_64-unknown-linux-musl-binutils> checking whether asprintf is declared... yes
2025-08-20T21:58:29.0468683Z [00:09:22.298]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating build-tools/mit-krb5-gssapi.pc
2025-08-20T21:58:29.1645935Z [00:09:22.416]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating build-tools/gssrpc.pc
2025-08-20T21:58:29.2466794Z [00:09:22.498]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating ./Makefile
2025-08-20T21:58:29.3102915Z [00:09:22.562]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating util/Makefile
2025-08-20T21:58:29.3646967Z [00:09:22.616]➜  x86_64-unknown-linux-musl-binutils> checking whether vasprintf is declared... yes
2025-08-20T21:58:29.3932700Z [00:09:22.645]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating util/support/Makefile
2025-08-20T21:58:29.4829184Z [00:09:22.735]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating util/profile/Makefile
2025-08-20T21:58:29.5679834Z [00:09:22.820]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating util/profile/testmod/Makefile
2025-08-20T21:58:29.6412050Z [00:09:22.893]➜  x86_64-unknown-linux-musl-binutils> checking whether stpcpy is declared... yes
2025-08-20T21:58:29.6606531Z [00:09:22.912]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating util/verto/Makefile
2025-08-20T21:58:29.7555092Z [00:09:23.007]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/Makefile
2025-08-20T21:58:29.8241546Z [00:09:23.076]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/kdb/Makefile
2025-08-20T21:58:29.9126907Z [00:09:23.164]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/Makefile
2025-08-20T21:58:29.9666985Z [00:09:23.218]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/krb/Makefile
2025-08-20T21:58:29.9851981Z [00:09:23.237]➜  x86_64-unknown-linux-musl-binutils> checking for qsort_r... yes
2025-08-20T21:58:30.0453417Z [00:09:23.296]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/crypto_tests/Makefile
2025-08-20T21:58:30.1452285Z [00:09:23.397]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/builtin/Makefile
2025-08-20T21:58:30.1471792Z [00:09:23.398]➜  libgcrypt-static-x86_64-unknown-linux-musl> source root is libgcrypt-1.11.1
2025-08-20T21:58:30.2044171Z [00:09:23.456]➜  libgcrypt-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1746633125 of file "libgcrypt-1.11.1/doc/version.texi"
2025-08-20T21:58:30.2315058Z [00:09:23.479]➜  libgcrypt-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:58:30.2425960Z [00:09:23.494]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/builtin/des/Makefile
2025-08-20T21:58:30.2561522Z [00:09:23.507]➜  libgcrypt-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:58:30.2751589Z [00:09:23.525]➜  libgcrypt-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:58:30.2879519Z [00:09:23.539]➜  libgcrypt-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:58:30.3030749Z [00:09:23.555]➜  libgcrypt-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:58:30.3116278Z [00:09:23.563]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/builtin/aes/Makefile
2025-08-20T21:58:30.3339968Z [00:09:23.586]➜  libgcrypt-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:58:30.3361765Z [00:09:23.588]➜  x86_64-unknown-linux-musl-binutils> checking for qsort_r signature... GNU
2025-08-20T21:58:30.3532698Z [00:09:23.604]➜  libgcrypt-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:58:30.3579069Z [00:09:23.610]➜  libgcrypt-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:58:30.3961146Z [00:09:23.648]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/builtin/camellia/Makefile
2025-08-20T21:58:30.4425254Z [00:09:23.689]➜  libgcrypt-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:58:30.4715021Z [00:09:23.723]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/builtin/md4/Makefile
2025-08-20T21:58:30.5072086Z [00:09:23.757]➜  libgcrypt-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:58:30.5170827Z [00:09:23.769]➜  libgcrypt-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:58:30.5660506Z [00:09:23.818]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/builtin/md5/Makefile
2025-08-20T21:58:30.5831526Z [00:09:23.834]➜  libgcrypt-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/5i0gx1zrmkhvvh1jiy6jhy7k6k5zqk5d-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1 --bindir=/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin --sbindir=/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/sbin --includedir=/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/include --mandir=/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/share/man --infodir=/nix/store/j0w0l1sp6xmkzblzsn81v6xwvbddkf0h-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-info/share/info --docdir=/nix/store/5i0gx1zrmkhvvh1jiy6jhy7k6k5zqk5d-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1/share/doc/libgcrypt --libdir=/nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib --libexecdir=/nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/libexec --localedir=/nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/share/locale --with-libgpg-error-prefix=/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev --disable-asm --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:58:30.6301463Z [00:09:23.882]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/builtin/sha1/Makefile
2025-08-20T21:58:30.6856357Z [00:09:23.937]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/builtin/sha2/Makefile
2025-08-20T21:58:30.6927585Z [00:09:23.944]➜  x86_64-unknown-linux-musl-binutils> checking for O_CLOEXEC... yes
2025-08-20T21:58:30.6928822Z [00:09:23.944]➜  x86_64-unknown-linux-musl-binutils> checking for makeinfo... true --split-size=5000000
2025-08-20T21:58:30.7000534Z [00:09:23.952]➜  x86_64-unknown-linux-musl-binutils> configure: WARNING:
2025-08-20T21:58:30.7001686Z [00:09:23.952]➜  x86_64-unknown-linux-musl-binutils> *** Makeinfo is too old. Info documentation will not be built.
2025-08-20T21:58:30.7282652Z [00:09:23.980]➜  x86_64-unknown-linux-musl-binutils> checking for expect... no
2025-08-20T21:58:30.7302647Z [00:09:23.982]➜  x86_64-unknown-linux-musl-binutils> checking for Tcl supporting try/catch... no
2025-08-20T21:58:30.7486388Z [00:09:24.000]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/builtin/enc_provider/Makefile
2025-08-20T21:58:30.8456014Z [00:09:24.095]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/builtin/hash_provider/Makefile
2025-08-20T21:58:30.9446146Z [00:09:24.196]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/openssl/Makefile
2025-08-20T21:58:31.0496059Z [00:09:24.299]➜  x86_64-unknown-linux-musl-binutils> checking for linker versioning flags... -Wl,--version-script
2025-08-20T21:58:31.0531544Z [00:09:24.299]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/openssl/des/Makefile
2025-08-20T21:58:31.0532962Z [00:09:24.302]➜  libnfnetlink-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:58:31.0837850Z [00:09:24.335]➜  libnfnetlink-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:58:31.1240260Z [00:09:24.376]➜  libnfnetlink-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T21:58:31.1383938Z [00:09:24.390]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/openssl/enc_provider/Makefile
2025-08-20T21:58:31.1675435Z [00:09:24.418]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:58:31.1725340Z [00:09:24.423]➜  libnfnetlink-static-x86_64-unknown-linux-musl> config.status: creating doxygen.cfg
2025-08-20T21:58:31.1937427Z [00:09:24.444]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:58:31.2095187Z [00:09:24.461]➜  x86_64-unknown-linux-musl-binutils> configure: updating cache ./config.cache
2025-08-20T21:58:31.2242923Z [00:09:24.475]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/crypto/openssl/hash_provider/Makefile
2025-08-20T21:58:31.2325432Z [00:09:24.484]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:58:31.2338736Z [00:09:24.486]➜  x86_64-unknown-linux-musl-binutils> checking that generated files are newer than configure... done
2025-08-20T21:58:31.2345053Z [00:09:24.486]➜  x86_64-unknown-linux-musl-binutils> configure: creating ./config.status
2025-08-20T21:58:31.2480268Z [00:09:24.499]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:58:31.2543849Z [00:09:24.499]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:58:31.2608905Z [00:09:24.513]➜  libnfnetlink-static-x86_64-unknown-linux-musl> config.status: creating include/libnfnetlink/Makefile
2025-08-20T21:58:31.2937107Z [00:09:24.545]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:58:31.3195573Z [00:09:24.570]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/krb5/Makefile
2025-08-20T21:58:31.3327071Z [00:09:24.584]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:58:31.3715279Z [00:09:24.621]➜  libnfnetlink-static-x86_64-unknown-linux-musl> config.status: creating utils/Makefile
2025-08-20T21:58:31.4706537Z [00:09:24.719]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/krb5/error_tables/Makefile
2025-08-20T21:58:31.4725111Z [00:09:24.723]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:58:31.4948872Z [00:09:24.747]➜  libnfnetlink-static-x86_64-unknown-linux-musl> config.status: creating libnfnetlink.pc
2025-08-20T21:58:31.5066326Z [00:09:24.758]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:58:31.5075704Z [00:09:24.759]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:58:31.5077301Z [00:09:24.759]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:58:31.5655481Z [00:09:24.816]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:58:31.5657869Z [00:09:24.816]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:58:31.5660171Z [00:09:24.816]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/krb5/asn.1/Makefile
2025-08-20T21:58:31.5854530Z [00:09:24.837]➜  libnfnetlink-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:58:31.5914041Z [00:09:24.843]➜  libnfnetlink-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:58:31.6898979Z [00:09:24.942]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/krb5/ccache/Makefile
2025-08-20T21:58:31.7945021Z [00:09:25.046]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/krb5/keytab/Makefile
2025-08-20T21:58:31.8159952Z [00:09:25.068]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:58:31.8752758Z [00:09:25.117]➜  libnfnetlink-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:58:31.9070849Z [00:09:25.159]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:58:31.9158497Z [00:09:25.168]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnfnetlink-1.0.2/src'
2025-08-20T21:58:31.9169497Z [00:09:25.169]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/krb5/krb/Makefile
2025-08-20T21:58:31.9234438Z [00:09:25.175]➜  libnfnetlink-static-x86_64-unknown-linux-musl>   CC       libnfnetlink.lo
2025-08-20T21:58:32.0438707Z [00:09:25.295]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/krb5/rcache/Makefile
2025-08-20T21:58:32.1161841Z [00:09:25.368]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/krb5/os/Makefile
2025-08-20T21:58:32.1893923Z [00:09:25.441]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/krb5/unicode/Makefile
2025-08-20T21:58:32.1959203Z [00:09:25.448]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:58:32.1961080Z [00:09:25.448]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:58:32.3195767Z [00:09:25.571]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/gssapi/Makefile
2025-08-20T21:58:32.4295001Z [00:09:25.681]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/gssapi/generic/Makefile
2025-08-20T21:58:32.4834499Z [00:09:25.735]➜  x86_64-unknown-linux-musl-binutils>   CXX      compressed_output.o
2025-08-20T21:58:32.4836068Z [00:09:25.735]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:58:32.4952388Z [00:09:25.747]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:58:32.4998643Z [00:09:25.752]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/gssapi/krb5/Makefile
2025-08-20T21:58:32.6128745Z [00:09:25.863]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/gssapi/spnego/Makefile
2025-08-20T21:58:32.6675895Z [00:09:25.917]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:58:32.6938581Z [00:09:25.945]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/gssapi/mechglue/Makefile
2025-08-20T21:58:32.7833167Z [00:09:26.035]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:58:32.7962935Z [00:09:26.048]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/rpc/Makefile
2025-08-20T21:58:32.8707481Z [00:09:26.122]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/rpc/unit-test/Makefile
2025-08-20T21:58:32.8912047Z [00:09:26.143]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:58:32.9386994Z [00:09:26.190]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/kadm5/Makefile
2025-08-20T21:58:33.0007931Z [00:09:26.252]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/kadm5/clnt/Makefile
2025-08-20T21:58:33.0816285Z [00:09:26.333]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/kadm5/srv/Makefile
2025-08-20T21:58:33.1507119Z [00:09:26.402]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/krad/Makefile
2025-08-20T21:58:33.2052367Z [00:09:26.453]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:58:33.2124794Z [00:09:26.464]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating lib/apputils/Makefile
2025-08-20T21:58:33.2699999Z [00:09:26.522]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating kdc/Makefile
2025-08-20T21:58:33.3148695Z [00:09:26.566]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating kprop/Makefile
2025-08-20T21:58:33.3215151Z [00:09:26.573]➜  x86_64-unknown-linux-musl-binutils> config.status: creating Makefile
2025-08-20T21:58:33.3715272Z [00:09:26.623]➜  x86_64-unknown-linux-musl-binutils> config.status: creating config.h
2025-08-20T21:58:33.3795956Z [00:09:26.631]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating config-files/Makefile
2025-08-20T21:58:33.3893120Z [00:09:26.640]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:58:33.3901331Z [00:09:26.641]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:58:33.4089166Z [00:09:26.659]➜  x86_64-unknown-linux-musl-binutils> config.status: executing depfiles commands
2025-08-20T21:58:33.4520543Z [00:09:26.704]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating build-tools/Makefile
2025-08-20T21:58:33.4668925Z [00:09:26.719]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:58:33.5308602Z [00:09:26.782]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating man/Makefile
2025-08-20T21:58:33.5452387Z [00:09:26.797]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:58:33.5854811Z [00:09:26.836]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:58:33.6243146Z [00:09:26.876]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:58:33.6430684Z [00:09:26.895]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T21:58:33.6995100Z [00:09:26.951]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-1 commands
2025-08-20T21:58:33.7023620Z [00:09:26.954]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/certauth/test/Makefile
2025-08-20T21:58:33.7077781Z [00:09:26.960]➜  x86_64-unknown-linux-musl-binutils> config.status: executing libtool commands
2025-08-20T21:58:33.7325609Z [00:09:26.984]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:58:33.7607504Z [00:09:27.012]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/gssapi/negoextest/Makefile
2025-08-20T21:58:33.8022093Z [00:09:27.054]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/hostrealm/test/Makefile
2025-08-20T21:58:33.8332531Z [00:09:27.085]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:58:33.8602057Z [00:09:27.112]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/localauth/test/Makefile
2025-08-20T21:58:33.9309643Z [00:09:27.183]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:58:33.9399948Z [00:09:27.192]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kadm5_hook/test/Makefile
2025-08-20T21:58:33.9845745Z [00:09:27.234]➜  x86_64-unknown-linux-musl-binutils> make[2]: Entering directory '/build/build/libctf'
2025-08-20T21:58:33.9935627Z [00:09:27.245]➜  x86_64-unknown-linux-musl-binutils> make  all-recursive
2025-08-20T21:58:34.0148720Z [00:09:27.265]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kadm5_auth/test/Makefile
2025-08-20T21:58:34.0217787Z [00:09:27.273]➜  x86_64-unknown-linux-musl-binutils> make[3]: Entering directory '/build/build/libctf'
2025-08-20T21:58:34.0397422Z [00:09:27.291]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:58:34.0613511Z [00:09:27.311]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/libctf'
2025-08-20T21:58:34.0665199Z [00:09:27.317]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-archive.lo
2025-08-20T21:58:34.1073399Z [00:09:27.359]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/pwqual/test/Makefile
2025-08-20T21:58:34.1319488Z [00:09:27.383]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:58:34.1657525Z [00:09:27.417]➜  libnfnetlink-static-x86_64-unknown-linux-musl>   CC       iftable.lo
2025-08-20T21:58:34.1662513Z [00:09:27.418]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/audit/Makefile
2025-08-20T21:58:34.2271186Z [00:09:27.479]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/audit/test/Makefile
2025-08-20T21:58:34.2394746Z [00:09:27.491]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:58:34.3055697Z [00:09:27.557]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kdb/db2/Makefile
2025-08-20T21:58:34.3512629Z [00:09:27.603]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:58:34.3806898Z [00:09:27.632]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kdb/db2/libdb2/Makefile
2025-08-20T21:58:34.4426220Z [00:09:27.694]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kdb/db2/libdb2/hash/Makefile
2025-08-20T21:58:34.4933537Z [00:09:27.745]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:58:34.4978151Z [00:09:27.750]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kdb/db2/libdb2/btree/Makefile
2025-08-20T21:58:34.5709550Z [00:09:27.823]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kdb/db2/libdb2/db/Makefile
2025-08-20T21:58:34.6235910Z [00:09:27.875]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kdb/db2/libdb2/mpool/Makefile
2025-08-20T21:58:34.6237507Z [00:09:27.875]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:58:34.7016316Z [00:09:27.953]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kdb/db2/libdb2/recno/Makefile
2025-08-20T21:58:34.7434784Z [00:09:27.995]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:58:34.7526957Z [00:09:28.004]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T21:58:34.7566469Z [00:09:28.008]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:58:34.7645243Z [00:09:28.016]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kdb/db2/libdb2/test/Makefile
2025-08-20T21:58:34.8314691Z [00:09:28.083]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kdb/test/Makefile
2025-08-20T21:58:34.9164175Z [00:09:28.168]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/kdcpolicy/test/Makefile
2025-08-20T21:58:34.9665216Z [00:09:28.218]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:58:34.9670811Z [00:09:28.218]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:58:34.9672969Z [00:09:28.218]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:58:34.9675770Z [00:09:28.218]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:58:34.9677769Z [00:09:28.218]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:58:34.9750610Z [00:09:28.227]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/preauth/otp/Makefile
2025-08-20T21:58:35.0449263Z [00:09:28.297]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/preauth/spake/Makefile
2025-08-20T21:58:35.0776555Z [00:09:28.329]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:58:35.0951337Z [00:09:28.347]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/preauth/test/Makefile
2025-08-20T21:58:35.1222946Z [00:09:28.374]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/authdata/greet_client/Makefile
2025-08-20T21:58:35.1788371Z [00:09:28.430]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/authdata/greet_server/Makefile
2025-08-20T21:58:35.1794269Z [00:09:28.431]➜  libnfnetlink-static-x86_64-unknown-linux-musl>   CC       rtnl.lo
2025-08-20T21:58:35.2117758Z [00:09:28.463]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:58:35.2505540Z [00:09:28.499]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating plugins/tls/k5tls/Makefile
2025-08-20T21:58:35.3118800Z [00:09:28.563]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating clients/Makefile
2025-08-20T21:58:35.3249670Z [00:09:28.577]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-dump.lo
2025-08-20T21:58:35.3538111Z [00:09:28.605]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating clients/klist/Makefile
2025-08-20T21:58:35.3998213Z [00:09:28.651]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for library containing strerror... none required
2025-08-20T21:58:35.4005439Z [00:09:28.652]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gawk... (cached) gawk
2025-08-20T21:58:35.4027209Z [00:09:28.654]➜  x86_64-unknown-linux-musl-binutils>   CXX      copy-relocs.o
2025-08-20T21:58:35.4166301Z [00:09:28.667]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:58:35.4214261Z [00:09:28.673]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:58:35.4361401Z [00:09:28.688]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating clients/kinit/Makefile
2025-08-20T21:58:35.5006795Z [00:09:28.752]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating clients/kvno/Makefile
2025-08-20T21:58:35.5654523Z [00:09:28.817]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating clients/kdestroy/Makefile
2025-08-20T21:58:35.5831740Z [00:09:28.835]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for build system executable suffix... no
2025-08-20T21:58:35.5938163Z [00:09:28.845]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:58:35.6121507Z [00:09:28.862]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:58:35.6240059Z [00:09:28.876]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating clients/kpasswd/Makefile
2025-08-20T21:58:35.6247616Z [00:09:28.876]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:58:35.6448803Z [00:09:28.896]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:58:35.6842543Z [00:09:28.936]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating clients/ksu/Makefile
2025-08-20T21:58:35.6915386Z [00:09:28.941]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:58:35.6924242Z [00:09:28.941]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:58:35.7547876Z [00:09:29.006]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating clients/kswitch/Makefile
2025-08-20T21:58:35.7916918Z [00:09:29.043]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:58:35.7975489Z [00:09:29.049]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:58:35.8074423Z [00:09:29.059]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating kadmin/Makefile
2025-08-20T21:58:35.8094471Z [00:09:29.061]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 4718592
2025-08-20T21:58:35.8184704Z [00:09:29.068]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the shell understands some XSI constructs... yes
2025-08-20T21:58:35.8224527Z [00:09:29.072]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the shell understands "+="... yes
2025-08-20T21:58:35.8318527Z [00:09:29.083]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:58:35.8321010Z [00:09:29.084]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:58:35.8323473Z [00:09:29.084]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:58:35.8325508Z [00:09:29.084]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:58:35.8364649Z [00:09:29.087]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:58:35.8366279Z [00:09:29.088]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:58:35.8402675Z [00:09:29.092]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:58:35.8404328Z [00:09:29.092]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:58:35.8405927Z [00:09:29.092]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:58:35.8718496Z [00:09:29.123]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating kadmin/cli/Makefile
2025-08-20T21:58:35.9256604Z [00:09:29.177]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating kadmin/dbutil/Makefile
2025-08-20T21:58:35.9384620Z [00:09:29.190]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:58:35.9431312Z [00:09:29.195]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:58:35.9436857Z [00:09:29.195]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:58:35.9896501Z [00:09:29.241]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating kadmin/ktutil/Makefile
2025-08-20T21:58:36.0599514Z [00:09:29.311]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating kadmin/server/Makefile
2025-08-20T21:58:36.0795224Z [00:09:29.328]➜  libnfnetlink-static-x86_64-unknown-linux-musl>   CCLD     libnfnetlink.la
2025-08-20T21:58:36.1115698Z [00:09:29.363]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating appl/Makefile
2025-08-20T21:58:36.1631307Z [00:09:29.415]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating appl/sample/Makefile
2025-08-20T21:58:36.2047709Z [00:09:29.456]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:58:36.2062944Z [00:09:29.458]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:58:36.2145258Z [00:09:29.466]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating appl/sample/sclient/Makefile
2025-08-20T21:58:36.2502043Z [00:09:29.502]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating appl/sample/sserver/Makefile
2025-08-20T21:58:36.2685256Z [00:09:29.520]➜  libgcrypt-static-x86_64-unknown-linux-musl> ./configure: line 9169: /usr/bin/file: No such file or directory
2025-08-20T21:58:36.2756276Z [00:09:29.527]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:58:36.2780104Z [00:09:29.528]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:58:36.2885660Z [00:09:29.540]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:58:36.3070508Z [00:09:29.559]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating appl/simple/Makefile
2025-08-20T21:58:36.3202064Z [00:09:29.572]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnfnetlink-1.0.2/src'
2025-08-20T21:58:36.3210672Z [00:09:29.573]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Making all in include
2025-08-20T21:58:36.3236126Z [00:09:29.575]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnfnetlink-1.0.2/include'
2025-08-20T21:58:36.3308824Z [00:09:29.583]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Making all in libnfnetlink
2025-08-20T21:58:36.3346469Z [00:09:29.586]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnfnetlink-1.0.2/include/libnfnetlink'
2025-08-20T21:58:36.3351922Z [00:09:29.587]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:58:36.3357898Z [00:09:29.588]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnfnetlink-1.0.2/include/libnfnetlink'
2025-08-20T21:58:36.3412297Z [00:09:29.593]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnfnetlink-1.0.2/include'
2025-08-20T21:58:36.3425821Z [00:09:29.593]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all-am'.
2025-08-20T21:58:36.3428406Z [00:09:29.593]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnfnetlink-1.0.2/include'
2025-08-20T21:58:36.3431029Z [00:09:29.594]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnfnetlink-1.0.2/include'
2025-08-20T21:58:36.3433451Z [00:09:29.594]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Making all in utils
2025-08-20T21:58:36.3487049Z [00:09:29.600]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnfnetlink-1.0.2/utils'
2025-08-20T21:58:36.3488702Z [00:09:29.600]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'all'.
2025-08-20T21:58:36.3490255Z [00:09:29.600]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnfnetlink-1.0.2/utils'
2025-08-20T21:58:36.3519692Z [00:09:29.604]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnfnetlink-1.0.2'
2025-08-20T21:58:36.3535646Z [00:09:29.605]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'all-am'.
2025-08-20T21:58:36.3539201Z [00:09:29.605]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnfnetlink-1.0.2'
2025-08-20T21:58:36.3602742Z [00:09:29.612]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:58:36.3694624Z [00:09:29.621]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:58:36.3792826Z [00:09:29.631]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating appl/simple/client/Makefile
2025-08-20T21:58:36.3818934Z [00:09:29.633]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:58:36.3849150Z [00:09:29.637]➜  libnfnetlink-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:58:36.4024909Z [00:09:29.650]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:58:36.4061861Z [00:09:29.658]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnfnetlink-1.0.2/src'
2025-08-20T21:58:36.4205453Z [00:09:29.670]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnfnetlink-1.0.2/src'
2025-08-20T21:58:36.4208628Z [00:09:29.671]➜  libnfnetlink-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib'
2025-08-20T21:58:36.4330843Z [00:09:29.683]➜  libnfnetlink-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libnfnetlink.la '/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib'
2025-08-20T21:58:36.4525517Z [00:09:29.703]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating appl/simple/server/Makefile
2025-08-20T21:58:36.5037188Z [00:09:29.753]➜  libnfnetlink-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libnfnetlink.lai /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib/libnfnetlink.la
2025-08-20T21:58:36.5158410Z [00:09:29.764]➜  libnfnetlink-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libnfnetlink.a /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib/libnfnetlink.a
2025-08-20T21:58:36.5196587Z [00:09:29.771]➜  libnfnetlink-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib/libnfnetlink.a
2025-08-20T21:58:36.5262210Z [00:09:29.778]➜  libnfnetlink-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib/libnfnetlink.a
2025-08-20T21:58:36.5290625Z [00:09:29.781]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating appl/gss-sample/Makefile
2025-08-20T21:58:36.5973852Z [00:09:29.847]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating appl/user_user/Makefile
2025-08-20T21:58:36.6051096Z [00:09:29.857]➜  x86_64-unknown-linux-musl-binutils>   CXX      cref.o
2025-08-20T21:58:36.6446896Z [00:09:29.894]➜  libnfnetlink-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib
2025-08-20T21:58:36.6459643Z [00:09:29.894]➜  libnfnetlink-static-x86_64-unknown-linux-musl> /build/libnfnetlink-1.0.2/libtool: line 1719: ldconfig: command not found
2025-08-20T21:58:36.6471930Z [00:09:29.898]➜  libnfnetlink-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:58:36.6473463Z [00:09:29.898]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:58:36.6475269Z [00:09:29.898]➜  libnfnetlink-static-x86_64-unknown-linux-musl>    /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib
2025-08-20T21:58:36.6476925Z [00:09:29.898]➜  libnfnetlink-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:36.6478114Z [00:09:29.898]➜  libnfnetlink-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:58:36.6479631Z [00:09:29.898]➜  libnfnetlink-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:58:36.6481227Z [00:09:29.898]➜  libnfnetlink-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:58:36.6482672Z [00:09:29.898]➜  libnfnetlink-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:58:36.6484331Z [00:09:29.898]➜  libnfnetlink-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:58:36.6485520Z [00:09:29.898]➜  libnfnetlink-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:58:36.6486696Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:58:36.6487811Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:58:36.6488915Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:58:36.6490219Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:58:36.6491245Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:36.6491956Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:36.6493096Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:58:36.6515260Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:58:36.6516766Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:58:36.6518149Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:36.6519755Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnfnetlink-1.0.2/src'
2025-08-20T21:58:36.6521242Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnfnetlink-1.0.2/src'
2025-08-20T21:58:36.6522465Z [00:09:29.899]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Making install in include
2025-08-20T21:58:36.6560524Z [00:09:29.907]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnfnetlink-1.0.2/include'
2025-08-20T21:58:36.6701680Z [00:09:29.922]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Making install in libnfnetlink
2025-08-20T21:58:36.6719201Z [00:09:29.924]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:58:36.6767455Z [00:09:29.928]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnfnetlink-1.0.2/include/libnfnetlink'
2025-08-20T21:58:36.6865951Z [00:09:29.938]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnfnetlink-1.0.2/include/libnfnetlink'
2025-08-20T21:58:36.6874472Z [00:09:29.939]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:36.6923945Z [00:09:29.942]➜  libnfnetlink-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include/libnfnetlink'
2025-08-20T21:58:36.7048384Z [00:09:29.956]➜  libnfnetlink-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libnfnetlink.h linux_nfnetlink.h linux_nfnetlink_compat.h '/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include/libnfnetlink'
2025-08-20T21:58:36.7121352Z [00:09:29.963]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnfnetlink-1.0.2/include/libnfnetlink'
2025-08-20T21:58:36.7123840Z [00:09:29.964]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnfnetlink-1.0.2/include/libnfnetlink'
2025-08-20T21:58:36.7216114Z [00:09:29.973]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnfnetlink-1.0.2/include'
2025-08-20T21:58:36.7272106Z [00:09:29.979]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnfnetlink-1.0.2/include'
2025-08-20T21:58:36.7277870Z [00:09:29.979]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:36.7279759Z [00:09:29.979]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:36.7285351Z [00:09:29.979]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnfnetlink-1.0.2/include'
2025-08-20T21:58:36.7287412Z [00:09:29.979]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnfnetlink-1.0.2/include'
2025-08-20T21:58:36.7289406Z [00:09:29.980]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnfnetlink-1.0.2/include'
2025-08-20T21:58:36.7291018Z [00:09:29.980]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Making install in utils
2025-08-20T21:58:36.7362057Z [00:09:29.985]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnfnetlink-1.0.2/utils'
2025-08-20T21:58:36.7429404Z [00:09:29.995]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnfnetlink-1.0.2/utils'
2025-08-20T21:58:36.7431085Z [00:09:29.995]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:36.7432619Z [00:09:29.995]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:36.7434554Z [00:09:29.995]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnfnetlink-1.0.2/utils'
2025-08-20T21:58:36.7447443Z [00:09:29.996]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnfnetlink-1.0.2/utils'
2025-08-20T21:58:36.7494539Z [00:09:30.000]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnfnetlink-1.0.2'
2025-08-20T21:58:36.7540192Z [00:09:30.006]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnfnetlink-1.0.2'
2025-08-20T21:58:36.7542155Z [00:09:30.006]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:36.7556376Z [00:09:30.007]➜  libnfnetlink-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib/pkgconfig'
2025-08-20T21:58:36.7606789Z [00:09:30.012]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/asn.1/Makefile
2025-08-20T21:58:36.7621308Z [00:09:30.013]➜  libnfnetlink-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libnfnetlink.pc '/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib/pkgconfig'
2025-08-20T21:58:36.7683065Z [00:09:30.020]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-create.lo
2025-08-20T21:58:36.7684696Z [00:09:30.020]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnfnetlink-1.0.2'
2025-08-20T21:58:36.7686280Z [00:09:30.020]➜  libnfnetlink-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnfnetlink-1.0.2'
2025-08-20T21:58:36.7688115Z [00:09:30.020]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:58:36.7690837Z [00:09:30.020]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:58:36.7810161Z [00:09:30.033]➜  libnfnetlink-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:58:36.8352652Z [00:09:30.083]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/create/Makefile
2025-08-20T21:58:36.8378426Z [00:09:30.087]➜  libnfnetlink-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2
2025-08-20T21:58:36.8437874Z [00:09:30.095]➜  libnfnetlink-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2...
2025-08-20T21:58:36.8798281Z [00:09:30.131]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:58:36.8827501Z [00:09:30.133]➜  libnfnetlink-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2
2025-08-20T21:58:36.9053770Z [00:09:30.157]➜  libnfnetlink-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib
2025-08-20T21:58:36.9139525Z [00:09:30.166]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/hammer/Makefile
2025-08-20T21:58:37.1099125Z [00:09:30.362]➜  building '/nix/store/canmh0bcz88zygk2vlmbjbjm7la3v9vs-libnftnl-static-x86_64-unknown-linux-musl-1.2.9.drv'...
2025-08-20T21:58:37.1103894Z [00:09:30.362]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/verify/Makefile
2025-08-20T21:58:37.1108167Z [00:09:30.362]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/gssapi/Makefile
2025-08-20T21:58:37.1113358Z [00:09:30.362]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:58:37.1675226Z [00:09:30.419]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/threads/Makefile
2025-08-20T21:58:37.1742803Z [00:09:30.426]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:58:37.1758359Z [00:09:30.428]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:58:37.2111991Z [00:09:30.463]➜  libnftnl-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:58:37.2192175Z [00:09:30.471]➜  libnftnl-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/b6ixqy93h3vc3h90i6nxwng4m25wgni0-libnftnl-1.2.9.tar.xz
2025-08-20T21:58:37.2367521Z [00:09:30.488]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/shlib/Makefile
2025-08-20T21:58:37.2715175Z [00:09:30.520]➜  libnftnl-static-x86_64-unknown-linux-musl> source root is libnftnl-1.2.9
2025-08-20T21:58:37.2936761Z [00:09:30.545]➜  libnftnl-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1744649358 of file "libnftnl-1.2.9/build-aux/config.guess"
2025-08-20T21:58:37.2971601Z [00:09:30.549]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/gss-threads/Makefile
2025-08-20T21:58:37.3064261Z [00:09:30.558]➜  libnftnl-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:58:37.3134388Z [00:09:30.565]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld) supports shared libraries... yes
2025-08-20T21:58:37.3288978Z [00:09:30.581]➜  libnftnl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:58:37.3439271Z [00:09:30.596]➜  libnftnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:58:37.3634324Z [00:09:30.615]➜  libnftnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:58:37.3636731Z [00:09:30.615]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating tests/misc/Makefile
2025-08-20T21:58:37.3683419Z [00:09:30.620]➜  libnftnl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:58:37.3888652Z [00:09:30.640]➜  libnftnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:58:37.4087283Z [00:09:30.660]➜  libnftnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:58:37.4178064Z [00:09:30.669]➜  libnftnl-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:58:37.4375629Z [00:09:30.689]➜  libnftnl-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:58:37.4394236Z [00:09:30.690]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating include/autoconf.h
2025-08-20T21:58:37.4684855Z [00:09:30.717]➜  libnftnl-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:58:37.5005524Z [00:09:30.751]➜  libnftnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:58:37.5110833Z [00:09:30.761]➜  libnftnl-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:58:37.5746939Z [00:09:30.826]➜  libnftnl-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:58:37.6284928Z [00:09:30.880]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:58:37.6295822Z [00:09:30.881]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:58:37.6380873Z [00:09:30.890]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:58:37.6403660Z [00:09:30.890]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:58:37.6405440Z [00:09:30.890]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:58:37.6407190Z [00:09:30.892]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:58:37.6492908Z [00:09:30.899]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-windres... no
2025-08-20T21:58:37.6494435Z [00:09:30.901]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for windres... no
2025-08-20T21:58:37.9876079Z [00:09:31.236]➜  libnftnl-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:58:38.0185493Z [00:09:31.267]➜  libnftnl-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:58:38.0265353Z [00:09:31.275]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:58:38.1008706Z [00:09:31.352]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether byte ordering is bigendian... no
2025-08-20T21:58:38.2376963Z [00:09:31.489]➜  go> ---
2025-08-20T21:58:38.2377732Z [00:09:31.489]➜  go> Installed Go for linux/amd64 in /build/go
2025-08-20T21:58:38.2378500Z [00:09:31.489]➜  go> Installed commands in /build/go/bin
2025-08-20T21:58:38.3767521Z [00:09:31.628]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:58:38.3769108Z [00:09:31.628]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:58:38.3923382Z [00:09:31.644]➜  krb5-static-x86_64-unknown-linux-musl> configurePhase completed in 1 minutes 25 seconds
2025-08-20T21:58:38.3925375Z [00:09:31.644]➜  krb5-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:58:38.4066353Z [00:09:31.658]➜  krb5-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:58:38.4177857Z [00:09:31.668]➜  krb5-static-x86_64-unknown-linux-musl> (cd include && make autoconf.h osconf.h)
2025-08-20T21:58:38.4218408Z [00:09:31.673]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/include'
2025-08-20T21:58:38.4219755Z [00:09:31.673]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'autoconf.h'.
2025-08-20T21:58:38.4323575Z [00:09:31.680]➜  krb5-static-x86_64-unknown-linux-musl> cat ./osconf.hin | sed -e "s\"@KRB5RCTMPDIR\"/var/tmp\"" -e "s\"@PREFIX\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib\"" -e "s\"@EXEC_PREFIX\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib\"" -e "s\"@BINDIR\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\"" -e "s\"@LIBDIR\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\"" -e "s\"@SBINDIR\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\"" -e "s\"@MODULEDIR\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/krb5/plugins\"" -e "s\"@GSSMODULEDIR\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/gss\"" -e "s\"@LOCALSTATEDIR\"/var/lib\"" -e "s\"@RUNSTATEDIR\"/var/lib/run\"" -e "s\"@SYSCONFDIR\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc\"" -e "s\"@DYNOBJEXT\".so-nobuild\"" -e "s\"@SYSCONFCONF\":/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc/krb5.conf\"" > osconf.new
2025-08-20T21:58:38.4367435Z [00:09:31.688]➜  krb5-static-x86_64-unknown-linux-musl> ../config/move-if-changed osconf.new osconf.h
2025-08-20T21:58:38.4417533Z [00:09:31.693]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/include'
2025-08-20T21:58:38.4686097Z [00:09:31.720]➜  krb5-static-x86_64-unknown-linux-musl> making all in util...
2025-08-20T21:58:38.4834762Z [00:09:31.734]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/util'
2025-08-20T21:58:38.4857045Z [00:09:31.734]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:58:38.4865847Z [00:09:31.738]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:58:38.4958268Z [00:09:31.748]➜  krb5-static-x86_64-unknown-linux-musl> making all in util/support...
2025-08-20T21:58:38.5112682Z [00:09:31.761]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/util/support'
2025-08-20T21:58:38.5120582Z [00:09:31.761]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c threads.c
2025-08-20T21:58:38.5200833Z [00:09:31.770]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c init-addrinfo.c
2025-08-20T21:58:38.5226961Z [00:09:31.770]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c plugins.c
2025-08-20T21:58:38.5287560Z [00:09:31.773]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c errors.c
2025-08-20T21:58:38.5389440Z [00:09:31.781]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c k5buf.c
2025-08-20T21:58:38.6017887Z [00:09:31.853]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:58:38.7080647Z [00:09:31.960]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:58:38.7409478Z [00:09:31.987]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gmt_mktime.c
2025-08-20T21:58:38.8455160Z [00:09:32.097]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:58:38.8810001Z [00:09:32.125]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c fake-addrinfo.c
2025-08-20T21:58:38.9008529Z [00:09:32.152]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c utf8.c
2025-08-20T21:58:38.9155325Z [00:09:32.154]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of unsigned short... 2
2025-08-20T21:58:38.9985828Z [00:09:32.250]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c utf8_conv.c
2025-08-20T21:58:39.1086251Z [00:09:32.360]➜  krb5-static-x86_64-unknown-linux-musl> fake-addrinfo.c: In function 'my_fake_getaddrinfo':
2025-08-20T21:58:39.1115305Z [00:09:32.362]➜  krb5-static-x86_64-unknown-linux-musl> fake-addrinfo.c:1200:16: warning: variable 'herr' set but not used [-Wunused-but-set-variable]
2025-08-20T21:58:39.1117031Z [00:09:32.362]➜  krb5-static-x86_64-unknown-linux-musl>  1200 |         int i, herr;
2025-08-20T21:58:39.1118127Z [00:09:32.362]➜  krb5-static-x86_64-unknown-linux-musl>       |                ^~~~
2025-08-20T21:58:39.1579769Z [00:09:32.409]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c zap.c
2025-08-20T21:58:39.1657241Z [00:09:32.417]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c path.c
2025-08-20T21:58:39.2086639Z [00:09:32.457]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:58:39.2955950Z [00:09:32.547]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c base64.c
2025-08-20T21:58:39.3830295Z [00:09:32.629]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c json.c
2025-08-20T21:58:39.3965509Z [00:09:32.648]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hex.c
2025-08-20T21:58:39.4072637Z [00:09:32.659]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:58:39.4083648Z [00:09:32.660]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:58:39.4296716Z [00:09:32.681]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hashtab.c
2025-08-20T21:58:39.5111370Z [00:09:32.763]➜  libnftnl-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T21:58:39.5320777Z [00:09:32.783]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bcmp.c
2025-08-20T21:58:39.5633886Z [00:09:32.811]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:58:39.5783518Z [00:09:32.830]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:58:39.6165833Z [00:09:32.866]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:58:39.6344515Z [00:09:32.885]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:58:39.6363882Z [00:09:32.885]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:58:39.6562237Z [00:09:32.908]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-decl.lo
2025-08-20T21:58:39.6767056Z [00:09:32.928]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:58:39.7336677Z [00:09:32.985]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c strerror_r.c
2025-08-20T21:58:39.7605532Z [00:09:33.010]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:58:39.7689694Z [00:09:33.013]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c dir_filenames.c
2025-08-20T21:58:39.7696178Z [00:09:33.019]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:58:39.8301244Z [00:09:33.082]➜  libnftnl-static-x86_64-unknown-linux-musl> checking how to create a pax tar archive... gnutar
2025-08-20T21:58:39.8307250Z [00:09:33.082]➜  libnftnl-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:58:39.8467047Z [00:09:33.098]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:58:39.8626641Z [00:09:33.114]➜  libnftnl-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T21:58:39.9217687Z [00:09:33.173]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for libmnl >= 1.0.4... yes
2025-08-20T21:58:39.9261670Z [00:09:33.173]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:58:40.0665791Z [00:09:33.318]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:58:40.0675503Z [00:09:33.319]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:58:40.0689119Z [00:09:33.321]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:58:40.0710617Z [00:09:33.323]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:58:40.0804760Z [00:09:33.332]➜  libnftnl-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:58:40.0914656Z [00:09:33.343]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:58:40.0989891Z [00:09:33.351]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:58:40.1047635Z [00:09:33.356]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:58:40.1111273Z [00:09:33.363]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:58:40.1310388Z [00:09:33.383]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:58:40.1571963Z [00:09:33.409]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of unsigned int... 4
2025-08-20T21:58:40.1598927Z [00:09:33.411]➜  libnftnl-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:58:40.1608068Z [00:09:33.412]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:58:40.2395734Z [00:09:33.489]➜  go> /build/go
2025-08-20T21:58:40.2424405Z [00:09:33.493]➜  go> buildPhase completed in 6 minutes 5 seconds
2025-08-20T21:58:40.2440836Z [00:09:33.494]➜  go> Running phase: installPhase
2025-08-20T21:58:40.2626398Z [00:09:33.514]➜  libnftnl-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:58:40.2627910Z [00:09:33.514]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:58:40.2986635Z [00:09:33.549]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-error.lo
2025-08-20T21:58:40.4309665Z [00:09:33.683]➜  libnftnl-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:58:40.4457378Z [00:09:33.697]➜  libnftnl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:58:40.4463601Z [00:09:33.697]➜  libnftnl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:58:40.4465766Z [00:09:33.697]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:58:40.4471033Z [00:09:33.697]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-file... no
2025-08-20T21:58:40.4534880Z [00:09:33.700]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:58:40.4540269Z [00:09:33.703]➜  libnftnl-static-x86_64-unknown-linux-musl> configure: WARNING: using cross tools not prefixed with host triplet
2025-08-20T21:58:40.4542345Z [00:09:33.703]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:58:40.4547895Z [00:09:33.706]➜  libnftnl-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:58:40.4549607Z [00:09:33.706]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:58:40.4614460Z [00:09:33.709]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:58:40.4616313Z [00:09:33.713]➜  libnftnl-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:58:40.4619350Z [00:09:33.714]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T21:58:40.5647971Z [00:09:33.816]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:58:40.5667552Z [00:09:33.818]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:58:40.5679059Z [00:09:33.820]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:58:40.5826020Z [00:09:33.834]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:58:40.5890197Z [00:09:33.840]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5support.a
2025-08-20T21:58:40.5952774Z [00:09:33.847]➜  krb5-static-x86_64-unknown-linux-musl> building static krb5support library
2025-08-20T21:58:40.5956204Z [00:09:33.847]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5support.a $objlist
2025-08-20T21:58:40.6034546Z [00:09:33.851]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T21:58:40.6036101Z [00:09:33.851]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T21:58:40.6064696Z [00:09:33.858]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' threads.o init-addrinfo.o plugins.o errors.o k5buf.o gmt_mktime.o fake-addrinfo.o utf8.o utf8_conv.o zap.o path.o base64.o json.o hex.o hashtab.o bcmp.o strerror_r.o dir_filenames.o'
2025-08-20T21:58:40.6067784Z [00:09:33.858]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5support.a threads.o init-addrinfo.o plugins.o errors.o k5buf.o gmt_mktime.o fake-addrinfo.o utf8.o utf8_conv.o zap.o path.o base64.o json.o hex.o hashtab.o bcmp.o strerror_r.o dir_filenames.o
2025-08-20T21:58:40.6206119Z [00:09:33.870]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5support.a
2025-08-20T21:58:40.6375356Z [00:09:33.889]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libkrb5support.a
2025-08-20T21:58:40.6454198Z [00:09:33.894]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s ../util/support/libkrb5support.a .)
2025-08-20T21:58:40.6498726Z [00:09:33.902]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-hash.lo
2025-08-20T21:58:40.6504630Z [00:09:33.902]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/util/support'
2025-08-20T21:58:40.6595497Z [00:09:33.911]➜  krb5-static-x86_64-unknown-linux-musl> making all in util/et...
2025-08-20T21:58:40.6742670Z [00:09:33.926]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/util/et'
2025-08-20T21:58:40.6875123Z [00:09:33.935]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c error_message.c
2025-08-20T21:58:40.6899532Z [00:09:33.937]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c et_name.c
2025-08-20T21:58:40.6929412Z [00:09:33.942]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c com_err.c
2025-08-20T21:58:40.6974999Z [00:09:33.948]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./config_script ./compile_et.sh \
2025-08-20T21:58:40.6977751Z [00:09:33.948]➜  krb5-static-x86_64-unknown-linux-musl>  "/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/et" gawk sed > compile_et
2025-08-20T21:58:40.6998643Z [00:09:33.951]➜  krb5-static-x86_64-unknown-linux-musl> if cmp ./com_err.h \
2025-08-20T21:58:40.6999709Z [00:09:33.951]➜  krb5-static-x86_64-unknown-linux-musl> ../../include/com_err.h >/dev/null 2>&1; then :; \
2025-08-20T21:58:40.7000696Z [00:09:33.952]➜  krb5-static-x86_64-unknown-linux-musl> else \
2025-08-20T21:58:40.7001872Z [00:09:33.952]➜  krb5-static-x86_64-unknown-linux-musl>  (set -x; rm -f ../../include/com_err.h; \
2025-08-20T21:58:40.7002949Z [00:09:33.952]➜  krb5-static-x86_64-unknown-linux-musl>   cp ./com_err.h \
2025-08-20T21:58:40.7004222Z [00:09:33.952]➜  krb5-static-x86_64-unknown-linux-musl>          ../../include/com_err.h) ; \
2025-08-20T21:58:40.7005186Z [00:09:33.952]➜  krb5-static-x86_64-unknown-linux-musl> fi
2025-08-20T21:58:40.7062876Z [00:09:33.958]➜  krb5-static-x86_64-unknown-linux-musl> + rm -f ../../include/com_err.h
2025-08-20T21:58:40.7129853Z [00:09:33.965]➜  krb5-static-x86_64-unknown-linux-musl> + cp ./com_err.h ../../include/com_err.h
2025-08-20T21:58:40.7165147Z [00:09:33.968]➜  krb5-static-x86_64-unknown-linux-musl> chmod 755 compile_et
2025-08-20T21:58:40.7869482Z [00:09:34.032]➜  krb5-static-x86_64-unknown-linux-musl> com_err.c: In function 'default_com_err_proc':
2025-08-20T21:58:40.7871666Z [00:09:34.032]➜  krb5-static-x86_64-unknown-linux-musl> com_err.c:88:9: warning: function 'default_com_err_proc' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format]
2025-08-20T21:58:40.7873931Z [00:09:34.032]➜  krb5-static-x86_64-unknown-linux-musl>    88 |         vfprintf(stderr, fmt, ap);
2025-08-20T21:58:40.7964251Z [00:09:34.032]➜  krb5-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~
2025-08-20T21:58:40.8364303Z [00:09:34.088]➜  libnftnl-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:58:40.8456082Z [00:09:34.097]➜  x86_64-unknown-linux-musl-binutils>   CC       cgen-asm.lo
2025-08-20T21:58:40.8457038Z [00:09:34.097]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:58:40.8583553Z [00:09:34.110]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:58:40.8592621Z [00:09:34.111]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-labels.lo
2025-08-20T21:58:40.8755429Z [00:09:34.125]➜  libnftnl-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:58:40.9304894Z [00:09:34.182]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:58:40.9339682Z [00:09:34.186]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:58:40.9417752Z [00:09:34.193]➜  libnftnl-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:58:40.9892537Z [00:09:34.241]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:58:40.9934343Z [00:09:34.242]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libcom_err.a
2025-08-20T21:58:40.9975640Z [00:09:34.249]➜  krb5-static-x86_64-unknown-linux-musl> building static com_err library
2025-08-20T21:58:41.0008560Z [00:09:34.253]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libcom_err.a $objlist
2025-08-20T21:58:41.0027822Z [00:09:34.254]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:58:41.0084384Z [00:09:34.259]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T21:58:41.0085899Z [00:09:34.259]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T21:58:41.0137529Z [00:09:34.265]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' error_message.o et_name.o com_err.o'
2025-08-20T21:58:41.0139002Z [00:09:34.265]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libcom_err.a error_message.o et_name.o com_err.o
2025-08-20T21:58:41.0265775Z [00:09:34.276]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libcom_err.a
2025-08-20T21:58:41.0334865Z [00:09:34.282]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libcom_err.a
2025-08-20T21:58:41.0360247Z [00:09:34.288]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s ../util/et/libcom_err.a .)
2025-08-20T21:58:41.0464428Z [00:09:34.298]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/util/et'
2025-08-20T21:58:41.0530748Z [00:09:34.305]➜  krb5-static-x86_64-unknown-linux-musl> making all in util/ss...
2025-08-20T21:58:41.0628874Z [00:09:34.315]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/util/ss'
2025-08-20T21:58:41.0709164Z [00:09:34.322]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./config_script ./mk_cmds.sh . gawk sed > mk_cmds
2025-08-20T21:58:41.0714887Z [00:09:34.323]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ct_c.awk
2025-08-20T21:58:41.0745539Z [00:09:34.326]➜  krb5-static-x86_64-unknown-linux-musl> sed -e '/^#/d' ./ct_c_sed.in > ct_c.sed
2025-08-20T21:58:41.0754682Z [00:09:34.327]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-ss_err.et et-h-ss_err.c et-h-ss_err.h
2025-08-20T21:58:41.0814231Z [00:09:34.333]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:58:41.0817312Z [00:09:34.333]➜  krb5-static-x86_64-unknown-linux-musl> cp ./ct_c_awk.in ct_c.awk
2025-08-20T21:58:41.0859911Z [00:09:34.338]➜  krb5-static-x86_64-unknown-linux-musl> cp ss_err.et et-h-ss_err.et
2025-08-20T21:58:41.0865824Z [00:09:34.338]➜  krb5-static-x86_64-unknown-linux-musl> if [ -d ../../include/ss ] ; then :; else mkdir -p ../../include/ss; fi
2025-08-20T21:58:41.0901571Z [00:09:34.342]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-ss_err.et et-c-ss_err.c et-c-ss_err.h
2025-08-20T21:58:41.1007743Z [00:09:34.350]➜  krb5-static-x86_64-unknown-linux-musl> chmod 755 mk_cmds
2025-08-20T21:58:41.1012843Z [00:09:34.353]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-h-ss_err.et
2025-08-20T21:58:41.1054693Z [00:09:34.357]➜  krb5-static-x86_64-unknown-linux-musl> echo timestamp > ../../include/ss/timestamp
2025-08-20T21:58:41.1064960Z [00:09:34.357]➜  krb5-static-x86_64-unknown-linux-musl> cp ss_err.et et-c-ss_err.et
2025-08-20T21:58:41.1066353Z [00:09:34.358]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../include/ss/ss.h
2025-08-20T21:58:41.1094631Z [00:09:34.360]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/ss/mk_cmds std_rqs.ct
2025-08-20T21:58:41.1127664Z [00:09:34.364]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-c-ss_err.et
2025-08-20T21:58:41.1162667Z [00:09:34.368]➜  krb5-static-x86_64-unknown-linux-musl> cp ./ss.h ../../include/ss/ss.h
2025-08-20T21:58:41.1271261Z [00:09:34.379]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-c-ss_err.h' et-c-ss_err.et
2025-08-20T21:58:41.1306625Z [00:09:34.382]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-h-ss_err.h' et-h-ss_err.et
2025-08-20T21:58:41.1352960Z [00:09:34.387]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_c.awk 'outfile=et-h-ss_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-ss_err.et
2025-08-20T21:58:41.1355283Z [00:09:34.387]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_c.awk 'outfile=et-c-ss_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-ss_err.et
2025-08-20T21:58:41.1398680Z [00:09:34.391]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-ss_err.c ss_err.c
2025-08-20T21:58:41.1408104Z [00:09:34.393]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-ss_err.h ss_err.h
2025-08-20T21:58:41.1446528Z [00:09:34.396]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-ss_err.et et-c-ss_err.h
2025-08-20T21:58:41.1459493Z [00:09:34.398]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-ss_err.et et-h-ss_err.c
2025-08-20T21:58:41.1505698Z [00:09:34.402]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ss_err.c
2025-08-20T21:58:41.1548175Z [00:09:34.407]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../include/ss/ss_err.h
2025-08-20T21:58:41.1591205Z [00:09:34.411]➜  krb5-static-x86_64-unknown-linux-musl> cp ss_err.h ../../include/ss/ss_err.h
2025-08-20T21:58:41.1662237Z [00:09:34.417]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c std_rqs.c
2025-08-20T21:58:41.1677098Z [00:09:34.417]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c invocation.c
2025-08-20T21:58:41.1831714Z [00:09:34.426]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c help.c
2025-08-20T21:58:41.1846468Z [00:09:34.426]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c execute_cmd.c
2025-08-20T21:58:41.1944536Z [00:09:34.443]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:58:41.2532054Z [00:09:34.502]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c listen.c
2025-08-20T21:58:41.2721152Z [00:09:34.519]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:58:41.2882276Z [00:09:34.539]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c parse.c
2025-08-20T21:58:41.4053895Z [00:09:34.657]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:58:41.4735637Z [00:09:34.725]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of unsigned long... 8
2025-08-20T21:58:41.5072575Z [00:09:34.755]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c error.c
2025-08-20T21:58:41.5245605Z [00:09:34.776]➜  x86_64-unknown-linux-musl-binutils>   CC       cgen-bitset.lo
2025-08-20T21:58:41.5366018Z [00:09:34.788]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:58:41.5410186Z [00:09:34.792]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prompt.c
2025-08-20T21:58:41.5701783Z [00:09:34.819]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c request_tbl.c
2025-08-20T21:58:41.6145626Z [00:09:34.865]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-dedup.lo
2025-08-20T21:58:41.6154536Z [00:09:34.865]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c list_rqs.c
2025-08-20T21:58:41.6429641Z [00:09:34.894]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pager.c
2025-08-20T21:58:41.6666606Z [00:09:34.918]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:58:41.7151333Z [00:09:34.966]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c requests.c
2025-08-20T21:58:41.7868881Z [00:09:35.038]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -I./ -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include -I/nix/store/6qdfk6bnnjwcv2qb7bjarhgb9awbbr7s-libedit-static-x86_64-unknown-linux-musl-20250104-3.1-dev/include/editline -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c data.c
2025-08-20T21:58:41.8249072Z [00:09:35.074]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:58:41.9445266Z [00:09:35.194]➜  x86_64-unknown-linux-musl-binutils>   CC       cgen-dis.lo
2025-08-20T21:58:41.9470886Z [00:09:35.199]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:58:41.9515898Z [00:09:35.203]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libss.a
2025-08-20T21:58:41.9516963Z [00:09:35.203]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:58:41.9624703Z [00:09:35.214]➜  krb5-static-x86_64-unknown-linux-musl> building static ss library
2025-08-20T21:58:41.9664574Z [00:09:35.217]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libss.a $objlist
2025-08-20T21:58:41.9687848Z [00:09:35.220]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T21:58:41.9689275Z [00:09:35.220]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T21:58:41.9747122Z [00:09:35.226]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' ss_err.o std_rqs.o invocation.o help.o execute_cmd.o listen.o parse.o error.o prompt.o request_tbl.o list_rqs.o pager.o requests.o data.o'
2025-08-20T21:58:41.9749695Z [00:09:35.227]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libss.a ss_err.o std_rqs.o invocation.o help.o execute_cmd.o listen.o parse.o error.o prompt.o request_tbl.o list_rqs.o pager.o requests.o data.o
2025-08-20T21:58:41.9869692Z [00:09:35.239]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libss.a
2025-08-20T21:58:41.9956916Z [00:09:35.247]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libss.a
2025-08-20T21:58:41.9983183Z [00:09:35.250]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s ../util/ss/libss.a .)
2025-08-20T21:58:42.0105935Z [00:09:35.259]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/util/ss'
2025-08-20T21:58:42.0210903Z [00:09:35.273]➜  krb5-static-x86_64-unknown-linux-musl> making all in util/profile...
2025-08-20T21:58:42.0273939Z [00:09:35.279]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-link.lo
2025-08-20T21:58:42.0354987Z [00:09:35.287]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/util/profile'
2025-08-20T21:58:42.0356864Z [00:09:35.287]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-prof_err.et et-h-prof_err.c et-h-prof_err.h
2025-08-20T21:58:42.0415898Z [00:09:35.293]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-prof_err.et et-c-prof_err.c et-c-prof_err.h
2025-08-20T21:58:42.0454327Z [00:09:35.297]➜  krb5-static-x86_64-unknown-linux-musl> cp prof_err.et et-c-prof_err.et
2025-08-20T21:58:42.0487833Z [00:09:35.301]➜  krb5-static-x86_64-unknown-linux-musl> cp prof_err.et et-h-prof_err.et
2025-08-20T21:58:42.0522355Z [00:09:35.303]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-h-prof_err.et
2025-08-20T21:58:42.0552358Z [00:09:35.307]➜  krb5-static-x86_64-unknown-linux-musl> making all in util/profile/testmod...
2025-08-20T21:58:42.0608461Z [00:09:35.312]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-c-prof_err.et
2025-08-20T21:58:42.0678077Z [00:09:35.320]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-h-prof_err.h' et-h-prof_err.et
2025-08-20T21:58:42.0727011Z [00:09:35.323]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/util/profile/testmod'
2025-08-20T21:58:42.0728364Z [00:09:35.323]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:58:42.0789007Z [00:09:35.330]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_c.awk 'outfile=et-h-prof_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-prof_err.et
2025-08-20T21:58:42.0872756Z [00:09:35.337]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-c-prof_err.h' et-c-prof_err.et
2025-08-20T21:58:42.0875055Z [00:09:35.337]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/util/profile/testmod'
2025-08-20T21:58:42.0877045Z [00:09:35.337]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_c.awk 'outfile=et-c-prof_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-prof_err.et
2025-08-20T21:58:42.0878741Z [00:09:35.339]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-prof_err.h prof_err.h
2025-08-20T21:58:42.0935453Z [00:09:35.345]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:58:42.0950796Z [00:09:35.346]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-prof_err.c prof_err.c
2025-08-20T21:58:42.0964907Z [00:09:35.348]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-prof_err.et et-h-prof_err.c
2025-08-20T21:58:42.0984005Z [00:09:35.350]➜  krb5-static-x86_64-unknown-linux-musl> cat ./profile.hin prof_err.h > profile.h
2025-08-20T21:58:42.1026446Z [00:09:35.354]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-prof_err.et et-c-prof_err.h
2025-08-20T21:58:42.1074507Z [00:09:35.357]➜  krb5-static-x86_64-unknown-linux-musl> cp profile.h "../../include/profile.h"
2025-08-20T21:58:42.1103768Z [00:09:35.361]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DHAS_STDARG -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prof_tree.c
2025-08-20T21:58:42.1116306Z [00:09:35.362]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DHAS_STDARG -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prof_file.c
2025-08-20T21:58:42.1200755Z [00:09:35.368]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DHAS_STDARG -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prof_parse.c
2025-08-20T21:58:42.1254676Z [00:09:35.376]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DHAS_STDARG -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prof_get.c
2025-08-20T21:58:42.1370932Z [00:09:35.386]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DHAS_STDARG -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prof_set.c
2025-08-20T21:58:42.5512203Z [00:09:35.802]➜  x86_64-unknown-linux-musl-binutils>   CC       cgen-opc.lo
2025-08-20T21:58:42.5895536Z [00:09:35.841]➜  libnftnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:58:42.5955321Z [00:09:35.841]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:58:42.7148560Z [00:09:35.966]➜  libnftnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:58:42.7768550Z [00:09:36.028]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DHAS_STDARG -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prof_err.c
2025-08-20T21:58:42.8911028Z [00:09:36.139]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DHAS_STDARG -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prof_init.c
2025-08-20T21:58:42.9265264Z [00:09:36.178]➜  libnftnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:58:43.0506657Z [00:09:36.302]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of unsigned long long... 8
2025-08-20T21:58:43.0788819Z [00:09:36.330]➜  libnftnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:58:43.0790541Z [00:09:36.331]➜  libnftnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:58:43.2493741Z [00:09:36.501]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:58:43.3512742Z [00:09:36.603]➜  go> Running phase: fixupPhase
2025-08-20T21:58:43.4470834Z [00:09:36.699]➜  x86_64-unknown-linux-musl-binutils>   CC       cr16-dis.lo
2025-08-20T21:58:43.4815038Z [00:09:36.733]➜  libnftnl-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:58:43.4816945Z [00:09:36.733]➜  libnftnl-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:58:43.4926848Z [00:09:36.744]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:58:43.4928320Z [00:09:36.744]➜  libnftnl-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:58:43.4929656Z [00:09:36.744]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:58:43.4931139Z [00:09:36.744]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:58:43.5580306Z [00:09:36.810]➜  libnftnl-static-x86_64-unknown-linux-musl> checking whether compiler accepts -fvisibility=hidden... yes
2025-08-20T21:58:43.6575278Z [00:09:36.909]➜  go> shrinking RPATHs of ELF executables and libraries in /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5
2025-08-20T21:58:43.6576926Z [00:09:36.909]➜  libnftnl-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:58:43.6578577Z [00:09:36.909]➜  libnftnl-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:58:43.6892361Z [00:09:36.940]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/bin/go
2025-08-20T21:58:43.7341224Z [00:09:36.986]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:43.7354107Z [00:09:36.987]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/bin/gofmt
2025-08-20T21:58:43.7494791Z [00:09:37.001]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:43.7838178Z [00:09:37.035]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:58:43.7853392Z [00:09:37.037]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libprofile.a
2025-08-20T21:58:43.7906162Z [00:09:37.042]➜  krb5-static-x86_64-unknown-linux-musl> building static profile library
2025-08-20T21:58:43.7908764Z [00:09:37.042]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libprofile.a $objlist
2025-08-20T21:58:43.7963079Z [00:09:37.048]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T21:58:43.7969404Z [00:09:37.048]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T21:58:43.8015477Z [00:09:37.053]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' prof_tree.o prof_file.o prof_parse.o prof_get.o prof_set.o prof_err.o prof_init.o'
2025-08-20T21:58:43.8017792Z [00:09:37.053]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libprofile.a prof_tree.o prof_file.o prof_parse.o prof_get.o prof_set.o prof_err.o prof_init.o
2025-08-20T21:58:43.8117776Z [00:09:37.063]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libprofile.a
2025-08-20T21:58:43.8227158Z [00:09:37.074]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/util/profile'
2025-08-20T21:58:43.8280869Z [00:09:37.080]➜  krb5-static-x86_64-unknown-linux-musl> making all in util/verto...
2025-08-20T21:58:43.8399088Z [00:09:37.090]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/util/verto'
2025-08-20T21:58:43.8408971Z [00:09:37.093]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../include/verto.h
2025-08-20T21:58:43.8492115Z [00:09:37.101]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DDEFAULT_LIBRARY=\"k5ev\" -DBUILTIN_MODULE=k5ev -I../../include -I../../include -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2  -pthread  -c module.c
2025-08-20T21:58:43.8536768Z [00:09:37.105]➜  krb5-static-x86_64-unknown-linux-musl> cp ./verto.h ../../include/verto.h
2025-08-20T21:58:43.8559634Z [00:09:37.108]➜  krb5-static-x86_64-unknown-linux-musl> rm -f rename.h
2025-08-20T21:58:43.8597140Z [00:09:37.111]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's/.*/#define & k5&/' < ./Symbols.ev > rename.h
2025-08-20T21:58:43.8604256Z [00:09:37.112]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DDEFAULT_LIBRARY=\"k5ev\" -DBUILTIN_MODULE=k5ev -I../../include -I../../include -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2  -pthread  -c verto.c
2025-08-20T21:58:43.8661714Z [00:09:37.118]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DDEFAULT_LIBRARY=\"k5ev\" -DBUILTIN_MODULE=k5ev -I../../include -I../../include -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2  -pthread  -c verto-k5ev.c
2025-08-20T21:58:44.1876974Z [00:09:37.439]➜  x86_64-unknown-linux-musl-binutils>   CXX      defstd.o
2025-08-20T21:58:44.2748057Z [00:09:37.525]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/race/race_linux_s390x.syso
2025-08-20T21:58:44.2839637Z [00:09:37.535]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:44.2915085Z [00:09:37.537]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/race/internal/amd64v1/race_freebsd.syso
2025-08-20T21:58:44.2921266Z [00:09:37.544]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:44.2975569Z [00:09:37.549]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/race/internal/amd64v1/race_linux.syso
2025-08-20T21:58:44.3016677Z [00:09:37.553]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:44.3055910Z [00:09:37.557]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/race/internal/amd64v1/race_openbsd.syso
2025-08-20T21:58:44.3133445Z [00:09:37.565]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:44.3195249Z [00:09:37.570]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/race/internal/amd64v1/race_netbsd.syso
2025-08-20T21:58:44.3305182Z [00:09:37.581]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:44.3306653Z [00:09:37.581]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/race/internal/amd64v3/race_linux.syso
2025-08-20T21:58:44.3384628Z [00:09:37.590]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:44.3476558Z [00:09:37.599]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/race/race_linux_ppc64le.syso
2025-08-20T21:58:44.3560850Z [00:09:37.606]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:44.3665636Z [00:09:37.616]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/race/race_linux_arm64.syso
2025-08-20T21:58:44.3734512Z [00:09:37.624]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:44.5097351Z [00:09:37.761]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of unsigned __int128... 16
2025-08-20T21:58:44.5618764Z [00:09:37.814]➜  x86_64-unknown-linux-musl-binutils>   CC       cr16-opc.lo
2025-08-20T21:58:44.6995743Z [00:09:37.951]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-lookup.lo
2025-08-20T21:58:44.7211209Z [00:09:37.973]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/pprof/testdata/test32
2025-08-20T21:58:44.7267464Z [00:09:37.978]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:44.7301625Z [00:09:37.982]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/pprof/testdata/test32be
2025-08-20T21:58:44.7328235Z [00:09:37.984]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:44.7352027Z [00:09:37.987]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/pprof/testdata/test64be
2025-08-20T21:58:44.7376130Z [00:09:37.989]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:44.7391198Z [00:09:37.991]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/runtime/pprof/testdata/test64
2025-08-20T21:58:44.7514942Z [00:09:38.000]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:44.7969336Z [00:09:38.049]➜  x86_64-unknown-linux-musl-binutils>   CC       cris-desc.lo
2025-08-20T21:58:45.2994521Z [00:09:38.551]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:58:45.3549452Z [00:09:38.606]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:58:45.4162117Z [00:09:38.668]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T21:58:45.4755694Z [00:09:38.727]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating include/libnftnl/Makefile
2025-08-20T21:58:45.5109923Z [00:09:38.763]➜  x86_64-unknown-linux-musl-binutils>   CC       cris-dis.lo
2025-08-20T21:58:45.5576459Z [00:09:38.809]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating include/linux/Makefile
2025-08-20T21:58:45.5955326Z [00:09:38.847]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of void *... 8
2025-08-20T21:58:45.6017133Z [00:09:38.853]➜  x86_64-unknown-linux-musl-binutils>   CXX      descriptors.o
2025-08-20T21:58:45.6261484Z [00:09:38.878]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating include/linux/netfilter/Makefile
2025-08-20T21:58:45.6760577Z [00:09:38.928]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating examples/Makefile
2025-08-20T21:58:45.7251070Z [00:09:38.977]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:58:45.7781096Z [00:09:39.030]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating libnftnl.pc
2025-08-20T21:58:45.8234171Z [00:09:39.075]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for uintptr_t... yes
2025-08-20T21:58:45.8253423Z [00:09:39.077]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating doxygen.cfg
2025-08-20T21:58:45.8551780Z [00:09:39.107]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:58:45.8585327Z [00:09:39.110]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libverto.a
2025-08-20T21:58:45.8638092Z [00:09:39.116]➜  krb5-static-x86_64-unknown-linux-musl> building static verto library
2025-08-20T21:58:45.8653425Z [00:09:39.116]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libverto.a $objlist
2025-08-20T21:58:45.8675688Z [00:09:39.119]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T21:58:45.8686656Z [00:09:39.120]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T21:58:45.8786512Z [00:09:39.126]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' verto.o module.o verto-k5ev.o'
2025-08-20T21:58:45.8789279Z [00:09:39.126]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libverto.a verto.o module.o verto-k5ev.o
2025-08-20T21:58:45.8791963Z [00:09:39.126]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:58:45.8811663Z [00:09:39.133]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libverto.a
2025-08-20T21:58:45.8890425Z [00:09:39.141]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libverto.a
2025-08-20T21:58:45.8956197Z [00:09:39.147]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s ../util/verto/libverto.a .)
2025-08-20T21:58:45.9029963Z [00:09:39.155]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/util/verto'
2025-08-20T21:58:45.9031743Z [00:09:39.155]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/util'
2025-08-20T21:58:45.9061545Z [00:09:39.158]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:58:45.9084980Z [00:09:39.160]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for UINT64_C... yes
2025-08-20T21:58:45.9119354Z [00:09:39.164]➜  libnftnl-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:58:45.9124379Z [00:09:39.164]➜  krb5-static-x86_64-unknown-linux-musl> making all in include...
2025-08-20T21:58:45.9212262Z [00:09:39.173]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/include'
2025-08-20T21:58:45.9238681Z [00:09:39.176]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../lib/krb5/error_tables && make includes)
2025-08-20T21:58:45.9279183Z [00:09:39.180]➜  krb5-static-x86_64-unknown-linux-musl> : db.h will be installed by util/db2
2025-08-20T21:58:45.9345818Z [00:09:39.186]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/error_tables'
2025-08-20T21:58:45.9378551Z [00:09:39.190]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-asn1_err.et et-h-asn1_err.c et-h-asn1_err.h
2025-08-20T21:58:45.9409768Z [00:09:39.193]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-kdb5_err.et et-h-kdb5_err.c et-h-kdb5_err.h
2025-08-20T21:58:45.9424652Z [00:09:39.193]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-krb5_err.et et-h-krb5_err.c et-h-krb5_err.h
2025-08-20T21:58:45.9426296Z [00:09:39.194]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-k5e1_err.et et-h-k5e1_err.c et-h-k5e1_err.h
2025-08-20T21:58:45.9497147Z [00:09:39.201]➜  krb5-static-x86_64-unknown-linux-musl> cp asn1_err.et et-h-asn1_err.et
2025-08-20T21:58:45.9545749Z [00:09:39.206]➜  krb5-static-x86_64-unknown-linux-musl> cp kdb5_err.et et-h-kdb5_err.et
2025-08-20T21:58:45.9617286Z [00:09:39.211]➜  krb5-static-x86_64-unknown-linux-musl> cp krb5_err.et et-h-krb5_err.et
2025-08-20T21:58:45.9618423Z [00:09:39.212]➜  krb5-static-x86_64-unknown-linux-musl> cp k5e1_err.et et-h-k5e1_err.et
2025-08-20T21:58:45.9630275Z [00:09:39.214]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-h-asn1_err.et
2025-08-20T21:58:45.9684609Z [00:09:39.217]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-h-kdb5_err.et
2025-08-20T21:58:45.9686461Z [00:09:39.220]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-h-k5e1_err.et
2025-08-20T21:58:45.9764778Z [00:09:39.225]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-h-krb5_err.et
2025-08-20T21:58:45.9766609Z [00:09:39.227]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-kv5m_err.et et-h-kv5m_err.c et-h-kv5m_err.h
2025-08-20T21:58:45.9786220Z [00:09:39.230]➜  krb5-static-x86_64-unknown-linux-musl> cp kv5m_err.et et-h-kv5m_err.et
2025-08-20T21:58:45.9815225Z [00:09:39.233]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-h-kv5m_err.et
2025-08-20T21:58:45.9842234Z [00:09:39.236]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-h-k5e1_err.h' et-h-k5e1_err.et
2025-08-20T21:58:45.9886930Z [00:09:39.240]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-h-k5e1_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-k5e1_err.et
2025-08-20T21:58:45.9896317Z [00:09:39.241]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-h-kdb5_err.h' et-h-kdb5_err.et
2025-08-20T21:58:45.9926747Z [00:09:39.244]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-k5e1_err.h k5e1_err.h
2025-08-20T21:58:45.9994637Z [00:09:39.249]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-h-asn1_err.h' et-h-asn1_err.et
2025-08-20T21:58:45.9996116Z [00:09:39.249]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-k5e1_err.et et-h-k5e1_err.c
2025-08-20T21:58:45.9997755Z [00:09:39.249]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-h-kdb5_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-kdb5_err.et
2025-08-20T21:58:46.0019519Z [00:09:39.253]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-h-krb5_err.h' et-h-krb5_err.et
2025-08-20T21:58:46.0021143Z [00:09:39.253]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-krb524_err.et et-h-krb524_err.c et-h-krb524_err.h
2025-08-20T21:58:46.0026188Z [00:09:39.254]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-h-asn1_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-asn1_err.et
2025-08-20T21:58:46.0054171Z [00:09:39.257]➜  krb5-static-x86_64-unknown-linux-musl> cp krb524_err.et et-h-krb524_err.et
2025-08-20T21:58:46.0067987Z [00:09:39.259]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-h-kv5m_err.h' et-h-kv5m_err.et
2025-08-20T21:58:46.0069897Z [00:09:39.259]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-kdb5_err.h kdb5_err.h
2025-08-20T21:58:46.0102279Z [00:09:39.262]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-h-krb5_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-krb5_err.et
2025-08-20T21:58:46.0126744Z [00:09:39.264]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-h-kv5m_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-kv5m_err.et
2025-08-20T21:58:46.0145874Z [00:09:39.266]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-asn1_err.h asn1_err.h
2025-08-20T21:58:46.0198933Z [00:09:39.270]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-kv5m_err.h kv5m_err.h
2025-08-20T21:58:46.0200500Z [00:09:39.271]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-h-krb524_err.et
2025-08-20T21:58:46.0201901Z [00:09:39.272]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-krb5_err.h krb5_err.h
2025-08-20T21:58:46.0202973Z [00:09:39.272]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-kdb5_err.et et-h-kdb5_err.c
2025-08-20T21:58:46.0234765Z [00:09:39.274]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-asn1_err.et et-h-asn1_err.c
2025-08-20T21:58:46.0236047Z [00:09:39.274]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-kv5m_err.et et-h-kv5m_err.c
2025-08-20T21:58:46.0284380Z [00:09:39.277]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-krb5_err.et et-h-krb5_err.c
2025-08-20T21:58:46.0429695Z [00:09:39.294]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-h-krb524_err.h' et-h-krb524_err.et
2025-08-20T21:58:46.0455457Z [00:09:39.297]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-h-krb524_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-krb524_err.et
2025-08-20T21:58:46.0514621Z [00:09:39.303]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-krb524_err.h krb524_err.h
2025-08-20T21:58:46.0595685Z [00:09:39.311]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-krb524_err.et et-h-krb524_err.c
2025-08-20T21:58:46.0624318Z [00:09:39.314]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/error_tables'
2025-08-20T21:58:46.0642913Z [00:09:39.316]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/krb5_err.h
2025-08-20T21:58:46.0674507Z [00:09:39.317]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/k5e1_err.h
2025-08-20T21:58:46.0675813Z [00:09:39.318]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/kdb5_err.h
2025-08-20T21:58:46.0684352Z [00:09:39.320]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/kv5m_err.h
2025-08-20T21:58:46.0736262Z [00:09:39.325]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/krb524_err.h
2025-08-20T21:58:46.0737681Z [00:09:39.325]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/asn1_err.h
2025-08-20T21:58:46.0770023Z [00:09:39.329]➜  krb5-static-x86_64-unknown-linux-musl> test -d krb5 || mkdir krb5
2025-08-20T21:58:46.0794609Z [00:09:39.331]➜  krb5-static-x86_64-unknown-linux-musl> if test -r krb5.h; then \
2025-08-20T21:58:46.0795803Z [00:09:39.331]➜  krb5-static-x86_64-unknown-linux-musl>   if cmp -s krb5.h ./krb5.h; then :; else rm -f krb5.h; fi; \
2025-08-20T21:58:46.0797046Z [00:09:39.331]➜  krb5-static-x86_64-unknown-linux-musl> else :; fi
2025-08-20T21:58:46.0846303Z [00:09:39.336]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/crypto/internal/boring/syso/goboringcrypto_linux_arm64.syso
2025-08-20T21:58:46.0891388Z [00:09:39.341]➜  libnftnl-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:58:46.0912452Z [00:09:39.342]➜  krb5-static-x86_64-unknown-linux-musl> echo "/* This file is generated, please don't edit it directly.  */" > krb5/krb5.new
2025-08-20T21:58:46.0914354Z [00:09:39.343]➜  krb5-static-x86_64-unknown-linux-musl> echo "#ifndef KRB5_KRB5_H_INCLUDED" >> krb5/krb5.new
2025-08-20T21:58:46.0944578Z [00:09:39.346]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:46.0947412Z [00:09:39.347]➜  krb5-static-x86_64-unknown-linux-musl> echo "#define KRB5_KRB5_H_INCLUDED" >> krb5/krb5.new
2025-08-20T21:58:46.0965805Z [00:09:39.348]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/crypto/internal/boring/syso/goboringcrypto_linux_amd64.syso
2025-08-20T21:58:46.1004097Z [00:09:39.352]➜  krb5-static-x86_64-unknown-linux-musl> cat ./krb5/krb5.hin ../lib/krb5/error_tables/krb5_err.h ../lib/krb5/error_tables/k5e1_err.h ../lib/krb5/error_tables/kdb5_err.h ../lib/krb5/error_tables/kv5m_err.h ../lib/krb5/error_tables/krb524_err.h ../lib/krb5/error_tables/asn1_err.h >> krb5/krb5.new
2025-08-20T21:58:46.1068602Z [00:09:39.358]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:46.1069694Z [00:09:39.359]➜  krb5-static-x86_64-unknown-linux-musl> echo "#endif /* KRB5_KRB5_H_INCLUDED */" >> krb5/krb5.new
2025-08-20T21:58:46.1094655Z [00:09:39.360]➜  krb5-static-x86_64-unknown-linux-musl> ../config/move-if-changed krb5/krb5.new krb5/krb5.h
2025-08-20T21:58:46.1122891Z [00:09:39.362]➜  libnftnl-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:58:46.1124631Z [00:09:39.364]➜  krb5-static-x86_64-unknown-linux-musl> touch krb5.stamp
2025-08-20T21:58:46.1174745Z [00:09:39.369]➜  krb5-static-x86_64-unknown-linux-musl> : krb5.h
2025-08-20T21:58:46.1245607Z [00:09:39.375]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/include'
2025-08-20T21:58:46.1253148Z [00:09:39.377]➜  libnftnl-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:58:46.1257191Z [00:09:39.377]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib...
2025-08-20T21:58:46.1354728Z [00:09:39.386]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/lib'
2025-08-20T21:58:46.1368535Z [00:09:39.389]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnftnl-1.2.9'
2025-08-20T21:58:46.1517179Z [00:09:39.403]➜  libnftnl-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:58:46.1527164Z [00:09:39.404]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto...
2025-08-20T21:58:46.1624955Z [00:09:39.410]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9/src'
2025-08-20T21:58:46.1678482Z [00:09:39.413]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       utils.lo
2025-08-20T21:58:46.1679781Z [00:09:39.418]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/crypto'
2025-08-20T21:58:46.1727583Z [00:09:39.424]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       batch.lo
2025-08-20T21:58:46.1738375Z [00:09:39.424]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       flowtable.lo
2025-08-20T21:58:46.1739343Z [00:09:39.425]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       common.lo
2025-08-20T21:58:46.1740227Z [00:09:39.425]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       gen.lo
2025-08-20T21:58:46.1921298Z [00:09:39.444]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/krb...
2025-08-20T21:58:46.2297093Z [00:09:39.481]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/krb'
2025-08-20T21:58:46.2423834Z [00:09:39.493]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c aead.c
2025-08-20T21:58:46.2482842Z [00:09:39.499]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c block_size.c
2025-08-20T21:58:46.2530519Z [00:09:39.504]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cf2.c
2025-08-20T21:58:46.2544193Z [00:09:39.506]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c checksum_dk_cmac.c
2025-08-20T21:58:46.2619710Z [00:09:39.510]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c checksum_dk_hmac.c
2025-08-20T21:58:46.5734001Z [00:09:39.825]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-open.lo
2025-08-20T21:58:46.6570828Z [00:09:39.904]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c checksum_etm.c
2025-08-20T21:58:46.6928823Z [00:09:39.944]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c checksum_hmac_md5.c
2025-08-20T21:58:46.7220158Z [00:09:39.973]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c checksum_unkeyed.c
2025-08-20T21:58:46.7506145Z [00:09:40.002]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       table.lo
2025-08-20T21:58:46.8567053Z [00:09:40.107]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       trace.lo
2025-08-20T21:58:46.8760745Z [00:09:40.128]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       chain.lo
2025-08-20T21:58:46.8999602Z [00:09:40.152]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       object.lo
2025-08-20T21:58:47.1000540Z [00:09:40.350]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c checksum_length.c
2025-08-20T21:58:47.1105679Z [00:09:40.359]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cksumtype_to_string.c
2025-08-20T21:58:47.1120259Z [00:09:40.362]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cksumtypes.c
2025-08-20T21:58:47.1550200Z [00:09:40.405]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c coll_proof_cksum.c
2025-08-20T21:58:47.1952494Z [00:09:40.446]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c crypto_length.c
2025-08-20T21:58:47.5091026Z [00:09:40.754]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c default_state.c
2025-08-20T21:58:47.5467621Z [00:09:40.798]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c decrypt.c
2025-08-20T21:58:47.5789546Z [00:09:40.827]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c decrypt_iov.c
2025-08-20T21:58:47.6202941Z [00:09:40.867]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c derive.c
2025-08-20T21:58:47.7790973Z [00:09:41.030]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c encrypt.c
2025-08-20T21:58:47.7895383Z [00:09:41.036]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of uint64_t... 8
2025-08-20T21:58:47.8186045Z [00:09:41.067]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking which symmetric ciphers to include... arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia idea salsa20 gost28147 chacha20 sm4 aria
2025-08-20T21:58:47.8192479Z [00:09:41.067]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking which public-key ciphers to include... dsa elgamal rsa ecc kyber
2025-08-20T21:58:47.8297632Z [00:09:41.080]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking which message digests to include... crc gostr3411-94  md4 md5 rmd160 sha1 sha256 sha512 sha3 tiger whirlpool stribog blake2 sm3
2025-08-20T21:58:47.8304714Z [00:09:41.080]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking which key derivation functions to include... s2k pkdf2 scrypt
2025-08-20T21:58:47.8306704Z [00:09:41.080]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking which random module to use... default
2025-08-20T21:58:47.8308212Z [00:09:41.080]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether use of /dev/random is requested... yes
2025-08-20T21:58:47.8309948Z [00:09:41.082]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether MPI and cipher assembler modules are requested... no
2025-08-20T21:58:47.8361038Z [00:09:41.084]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether to run large data tests... no
2025-08-20T21:58:47.8454829Z [00:09:41.087]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether 'soft' HW feature bits are forced on... no
2025-08-20T21:58:47.8456522Z [00:09:41.087]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether use of capabilities is requested... no
2025-08-20T21:58:47.8518962Z [00:09:41.087]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether a HMAC binary check is requested... no
2025-08-20T21:58:47.8520658Z [00:09:41.094]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether jitter entropy support is requested... yes
2025-08-20T21:58:47.8522606Z [00:09:41.094]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether padlock support is requested... yes
2025-08-20T21:58:47.8524442Z [00:09:41.094]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether AESNI support is requested... yes
2025-08-20T21:58:47.8526059Z [00:09:41.094]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether SHAEXT support is requested... yes
2025-08-20T21:58:47.8527730Z [00:09:41.094]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether PCLMUL support is requested... yes
2025-08-20T21:58:47.8529594Z [00:09:41.094]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether SSE4.1 support is requested... yes
2025-08-20T21:58:47.8531326Z [00:09:41.094]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether DRNG support is requested... yes
2025-08-20T21:58:47.8532980Z [00:09:41.094]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether AVX support is requested... yes
2025-08-20T21:58:47.8534821Z [00:09:41.094]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether AVX2 support is requested... yes
2025-08-20T21:58:47.8536544Z [00:09:41.094]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether AVX512 support is requested... yes
2025-08-20T21:58:47.8538225Z [00:09:41.097]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GFNI support is requested... yes
2025-08-20T21:58:47.8539862Z [00:09:41.097]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether NEON support is requested... yes
2025-08-20T21:58:47.8541570Z [00:09:41.100]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether ARMv8 Crypto Extension support is requested... yes
2025-08-20T21:58:47.8543601Z [00:09:41.100]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether SVE support is requested... yes
2025-08-20T21:58:47.8545233Z [00:09:41.100]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether SVE2 support is requested... yes
2025-08-20T21:58:47.8546850Z [00:09:41.100]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether PPC crypto support is requested... yes
2025-08-20T21:58:47.8548532Z [00:09:41.100]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether a -O flag munging is requested... yes
2025-08-20T21:58:47.8581159Z [00:09:41.100]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether a instrumentation (-fprofile, -fsanitize) munging is requested... yes
2025-08-20T21:58:47.8583480Z [00:09:41.102]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether to enable AMD64 as(1) feature detection... yes
2025-08-20T21:58:47.8586048Z [00:09:41.102]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gpg-error-config... /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin/gpg-error-config
2025-08-20T21:58:47.8589799Z [00:09:41.110]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gpgrt-config... no
2025-08-20T21:58:47.8863049Z [00:09:41.137]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c encrypt_iov.c
2025-08-20T21:58:47.8872112Z [00:09:41.139]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       rule.lo
2025-08-20T21:58:47.9211407Z [00:09:41.173]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       set.lo
2025-08-20T21:58:48.0285272Z [00:09:41.274]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for GPG Error - version >= 1.49... yes (1.55)
2025-08-20T21:58:48.0780966Z [00:09:41.326]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c encrypt_length.c
2025-08-20T21:58:48.1550090Z [00:09:41.403]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c enctype_util.c
2025-08-20T21:58:48.1975731Z [00:09:41.444]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       set_elem.lo
2025-08-20T21:58:48.2462443Z [00:09:41.497]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c enc_dk_cmac.c
2025-08-20T21:58:48.2545335Z [00:09:41.506]➜  x86_64-unknown-linux-musl-binutils>   CC       cris-opc.lo
2025-08-20T21:58:48.3180122Z [00:09:41.569]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c enc_dk_hmac.c
2025-08-20T21:58:48.3636648Z [00:09:41.612]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       str_array.lo
2025-08-20T21:58:48.3851858Z [00:09:41.636]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c enc_etm.c
2025-08-20T21:58:48.4004940Z [00:09:41.643]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for pthread_create in -lpthread... yes
2025-08-20T21:58:48.4929238Z [00:09:41.744]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c enc_raw.c
2025-08-20T21:58:48.5405635Z [00:09:41.788]➜  x86_64-unknown-linux-musl-binutils>   CC       crx-dis.lo
2025-08-20T21:58:48.7016147Z [00:09:41.951]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for library containing setsockopt... none required
2025-08-20T21:58:48.7017872Z [00:09:41.951]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for library containing setsockopt... (cached) none required
2025-08-20T21:58:48.7019329Z [00:09:41.951]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:58:48.8852451Z [00:09:42.136]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c enc_rc4.c
2025-08-20T21:58:48.8927685Z [00:09:42.144]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sys/auxv.h... yes
2025-08-20T21:58:48.9152788Z [00:09:42.166]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c etypes.c
2025-08-20T21:58:49.1046852Z [00:09:42.356]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       ruleset.lo
2025-08-20T21:58:49.1215083Z [00:09:42.370]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sys/random.h... yes
2025-08-20T21:58:49.1288190Z [00:09:42.380]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c key.c
2025-08-20T21:58:49.1420257Z [00:09:42.391]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c keyblocks.c
2025-08-20T21:58:49.2092994Z [00:09:42.457]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c keyed_cksum.c
2025-08-20T21:58:49.3105440Z [00:09:42.562]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sys/sysctl.h... no
2025-08-20T21:58:49.3483606Z [00:09:42.599]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c keyed_checksum_types.c
2025-08-20T21:58:49.5117068Z [00:09:42.763]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:58:49.5706963Z [00:09:42.822]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       udata.lo
2025-08-20T21:58:49.6341687Z [00:09:42.884]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c keylengths.c
2025-08-20T21:58:49.6466234Z [00:09:42.898]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T21:58:49.6512182Z [00:09:42.899]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c make_checksum.c
2025-08-20T21:58:49.6707725Z [00:09:42.922]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c make_checksum_iov.c
2025-08-20T21:58:49.8664336Z [00:09:43.118]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c make_random_key.c
2025-08-20T21:58:49.9406463Z [00:09:43.192]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c mandatory_sumtype.c
2025-08-20T21:58:50.0636079Z [00:09:43.315]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr.lo
2025-08-20T21:58:50.0905453Z [00:09:43.339]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:58:50.1220351Z [00:09:43.371]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c nfold.c
2025-08-20T21:58:50.2376665Z [00:09:43.489]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c old_api_glue.c
2025-08-20T21:58:50.2465149Z [00:09:43.495]➜  x86_64-unknown-linux-musl-binutils>   CC       crx-opc.lo
2025-08-20T21:58:50.2707628Z [00:09:43.522]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr_ops.lo
2025-08-20T21:58:50.3355690Z [00:09:43.587]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prf.c
2025-08-20T21:58:50.3729319Z [00:09:43.624]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prf_aes2.c
2025-08-20T21:58:50.3770998Z [00:09:43.628]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prf_cmac.c
2025-08-20T21:58:50.5545345Z [00:09:43.799]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T21:58:50.6696944Z [00:09:43.921]➜  x86_64-unknown-linux-musl-binutils>   CC       csky-dis.lo
2025-08-20T21:58:50.6990751Z [00:09:43.950]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/bitwise.lo
2025-08-20T21:58:50.6996055Z [00:09:43.950]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/byteorder.lo
2025-08-20T21:58:50.7017748Z [00:09:43.953]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/cmp.lo
2025-08-20T21:58:50.7229787Z [00:09:43.975]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/range.lo
2025-08-20T21:58:50.7321713Z [00:09:43.979]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prf_des.c
2025-08-20T21:58:50.7442687Z [00:09:43.996]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for byte... no
2025-08-20T21:58:50.7926440Z [00:09:44.044]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prf_dk.c
2025-08-20T21:58:50.8040383Z [00:09:44.054]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prf_rc4.c
2025-08-20T21:58:50.8259083Z [00:09:44.077]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prng.c
2025-08-20T21:58:50.9255465Z [00:09:44.177]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-serialize.lo
2025-08-20T21:58:51.0368603Z [00:09:44.288]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/connlimit.lo
2025-08-20T21:58:51.1347725Z [00:09:44.386]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c random_to_key.c
2025-08-20T21:58:51.2009327Z [00:09:44.453]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for ushort... yes
2025-08-20T21:58:51.2060174Z [00:09:44.457]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c s2k_pbkdf2.c
2025-08-20T21:58:51.2107068Z [00:09:44.462]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c s2k_rc4.c
2025-08-20T21:58:51.2731086Z [00:09:44.518]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c state.c
2025-08-20T21:58:51.3574958Z [00:09:44.607]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c string_to_cksumtype.c
2025-08-20T21:58:51.4076171Z [00:09:44.659]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/counter.lo
2025-08-20T21:58:51.4144724Z [00:09:44.666]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for u16... no
2025-08-20T21:58:51.4545272Z [00:09:44.701]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/ct.lo
2025-08-20T21:58:51.5895790Z [00:09:44.841]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/data_reg.lo
2025-08-20T21:58:51.6307614Z [00:09:44.882]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for u32... no
2025-08-20T21:58:51.6581755Z [00:09:44.910]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/dup.lo
2025-08-20T21:58:51.7150111Z [00:09:44.963]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c string_to_key.c
2025-08-20T21:58:51.7389921Z [00:09:44.988]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c valid_cksumtype.c
2025-08-20T21:58:51.7585602Z [00:09:45.010]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c verify_checksum.c
2025-08-20T21:58:51.8030703Z [00:09:45.048]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c verify_checksum_iov.c
2025-08-20T21:58:51.8280381Z [00:09:45.080]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for u64... no
2025-08-20T21:58:51.8922136Z [00:09:45.143]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/exthdr.lo
2025-08-20T21:58:52.1244483Z [00:09:45.370]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_bswap32... yes
2025-08-20T21:58:52.1618971Z [00:09:45.414]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/flow_offload.lo
2025-08-20T21:58:52.2109332Z [00:09:45.463]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/fib.lo
2025-08-20T21:58:52.3819688Z [00:09:45.634]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:58:52.3825373Z [00:09:45.634]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/krb'
2025-08-20T21:58:52.3827004Z [00:09:45.634]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/fwd.lo
2025-08-20T21:58:52.3890333Z [00:09:45.641]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/builtin...
2025-08-20T21:58:52.4061741Z [00:09:45.658]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_bswap64... yes
2025-08-20T21:58:52.4135977Z [00:09:45.665]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin'
2025-08-20T21:58:52.4221707Z [00:09:45.671]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cmac.c
2025-08-20T21:58:52.4315234Z [00:09:45.674]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hmac.c
2025-08-20T21:58:52.4377381Z [00:09:45.680]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdf.c
2025-08-20T21:58:52.4387691Z [00:09:45.689]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pbkdf2.c
2025-08-20T21:58:52.4515570Z [00:09:45.703]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/builtin/camellia...
2025-08-20T21:58:52.4677314Z [00:09:45.719]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/camellia'
2025-08-20T21:58:52.4957523Z [00:09:45.747]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/last.lo
2025-08-20T21:58:52.5075454Z [00:09:45.758]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c camellia.c
2025-08-20T21:58:52.6508131Z [00:09:45.902]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/limit.lo
2025-08-20T21:58:52.7157597Z [00:09:45.967]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_ctz... yes
2025-08-20T21:58:52.7416845Z [00:09:45.993]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/log.lo
2025-08-20T21:58:53.0285398Z [00:09:46.276]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/lookup.lo
2025-08-20T21:58:53.0804430Z [00:09:46.332]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_ctzl... yes
2025-08-20T21:58:53.2345435Z [00:09:46.483]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/dynset.lo
2025-08-20T21:58:53.2719482Z [00:09:46.523]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_clz... yes
2025-08-20T21:58:53.3385305Z [00:09:46.588]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/immediate.lo
2025-08-20T21:58:53.4720054Z [00:09:46.724]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_clzl... yes
2025-08-20T21:58:53.5235318Z [00:09:46.775]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:58:53.5419680Z [00:09:46.794]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/inner.lo
2025-08-20T21:58:53.5860981Z [00:09:46.838]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/match.lo
2025-08-20T21:58:53.6749694Z [00:09:46.927]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __sync_synchronize... yes
2025-08-20T21:58:53.6831185Z [00:09:46.935]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/meta.lo
2025-08-20T21:58:53.8047152Z [00:09:47.056]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the variable length arrays are supported... yes
2025-08-20T21:58:53.8215208Z [00:09:47.072]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/numgen.lo
2025-08-20T21:58:53.8612387Z [00:09:47.113]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the visibility attribute is supported... yes
2025-08-20T21:58:53.9894934Z [00:09:47.241]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for broken visibility attribute... no
2025-08-20T21:58:53.9974998Z [00:09:47.248]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/rnglistx.elf
2025-08-20T21:58:54.0016018Z [00:09:47.253]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.0106238Z [00:09:47.262]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/line-gcc.elf
2025-08-20T21:58:54.0176714Z [00:09:47.269]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/bitfields.elf4
2025-08-20T21:58:54.0194000Z [00:09:47.271]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.0305017Z [00:09:47.275]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/nat.lo
2025-08-20T21:58:54.0314981Z [00:09:47.282]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/split.elf
2025-08-20T21:58:54.0340423Z [00:09:47.286]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/line-gcc-zstd.elf
2025-08-20T21:58:54.0392748Z [00:09:47.291]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/cycle.elf
2025-08-20T21:58:54.0491837Z [00:09:47.301]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.0497710Z [00:09:47.301]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/line-clang.elf
2025-08-20T21:58:54.0524309Z [00:09:47.304]➜  x86_64-unknown-linux-musl-binutils>   CXX      dirsearch.o
2025-08-20T21:58:54.0616354Z [00:09:47.313]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/typedef.elf5
2025-08-20T21:58:54.0675792Z [00:09:47.319]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.0698707Z [00:09:47.322]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/ranges.elf
2025-08-20T21:58:54.0837966Z [00:09:47.332]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/typedef.elf4
2025-08-20T21:58:54.0905649Z [00:09:47.342]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.0950821Z [00:09:47.347]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/typedef.elf
2025-08-20T21:58:54.1109617Z [00:09:47.360]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/cppunsuptypes.elf
2025-08-20T21:58:54.1148033Z [00:09:47.364]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.1149122Z [00:09:47.364]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for broken alias attribute... no
2025-08-20T21:58:54.1165046Z [00:09:47.365]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/line-gcc-dwarf5.elf
2025-08-20T21:58:54.1335617Z [00:09:47.381]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/dwarf/testdata/line-clang-dwarf5.elf
2025-08-20T21:58:54.1518292Z [00:09:47.403]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc930-ranges-with-rela-x86-64
2025-08-20T21:58:54.1520120Z [00:09:47.403]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/tproxy.lo
2025-08-20T21:58:54.1625853Z [00:09:47.414]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.1685136Z [00:09:47.416]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/gcc-386-freebsd-exec
2025-08-20T21:58:54.1770922Z [00:09:47.429]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc492-mipsle.obj
2025-08-20T21:58:54.1838987Z [00:09:47.436]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.1875628Z [00:09:47.439]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc540-mips.obj
2025-08-20T21:58:54.1957733Z [00:09:47.444]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.1984128Z [00:09:47.444]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/objref.lo
2025-08-20T21:58:54.1989777Z [00:09:47.448]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
2025-08-20T21:58:54.1991149Z [00:09:47.450]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2055032Z [00:09:47.454]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc531-s390x.obj
2025-08-20T21:58:54.2056614Z [00:09:47.457]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2081786Z [00:09:47.460]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
2025-08-20T21:58:54.2192755Z [00:09:47.468]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if gcc supports -fvisibility=hidden... yes
2025-08-20T21:58:54.2194213Z [00:09:47.468]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2199671Z [00:09:47.472]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc720-riscv64.obj
2025-08-20T21:58:54.2294480Z [00:09:47.481]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2342494Z [00:09:47.484]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-clang-arm.obj
2025-08-20T21:58:54.2345622Z [00:09:47.486]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2389758Z [00:09:47.491]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
2025-08-20T21:58:54.2414647Z [00:09:47.493]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2444718Z [00:09:47.496]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/compressed-64.obj
2025-08-20T21:58:54.2498118Z [00:09:47.502]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2509347Z [00:09:47.502]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/libtiffxx.so_
2025-08-20T21:58:54.2579585Z [00:09:47.510]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc930-ranges-no-rela-x86-64
2025-08-20T21:58:54.2615759Z [00:09:47.513]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.2653409Z [00:09:47.517]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj
2025-08-20T21:58:54.2659353Z [00:09:47.517]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/payload.lo
2025-08-20T21:58:54.2717410Z [00:09:47.524]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2745270Z [00:09:47.524]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/zdebug-test-gcc484-x86-64.obj
2025-08-20T21:58:54.2779946Z [00:09:47.530]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2815393Z [00:09:47.531]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj
2025-08-20T21:58:54.2817314Z [00:09:47.533]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2870007Z [00:09:47.539]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/compressed-32.obj
2025-08-20T21:58:54.2926094Z [00:09:47.544]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.2938109Z [00:09:47.546]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/gcc-amd64-linux-exec
2025-08-20T21:58:54.3034322Z [00:09:47.555]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the GCC style aligned attribute is supported... yes
2025-08-20T21:58:54.3045748Z [00:09:47.556]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
2025-08-20T21:58:54.3067731Z [00:09:47.559]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.3135423Z [00:09:47.565]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
2025-08-20T21:58:54.3187767Z [00:09:47.570]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.3207471Z [00:09:47.572]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-clang-x86.obj
2025-08-20T21:58:54.3255005Z [00:09:47.577]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.3272656Z [00:09:47.579]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj
2025-08-20T21:58:54.3334361Z [00:09:47.585]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.3391325Z [00:09:47.589]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj
2025-08-20T21:58:54.3394052Z [00:09:47.591]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.3452460Z [00:09:47.597]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc620-sparc64.obj
2025-08-20T21:58:54.3454993Z [00:09:47.597]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.3493721Z [00:09:47.601]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj
2025-08-20T21:58:54.3550991Z [00:09:47.607]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:54.3958040Z [00:09:47.646]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the GCC style packed attribute is supported... yes
2025-08-20T21:58:54.4005018Z [00:09:47.650]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/queue.lo
2025-08-20T21:58:54.4056314Z [00:09:47.657]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-sha1.lo
2025-08-20T21:58:54.4606050Z [00:09:47.712]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the GCC style may_alias attribute is supported... yes
2025-08-20T21:58:54.5736674Z [00:09:47.823]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/test2json
2025-08-20T21:58:54.5814898Z [00:09:47.823]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether 'asm' assembler keyword is supported... yes
2025-08-20T21:58:54.5816638Z [00:09:47.824]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.5818335Z [00:09:47.825]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/covdata
2025-08-20T21:58:54.5852781Z [00:09:47.837]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.5974870Z [00:09:47.838]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/cgo
2025-08-20T21:58:54.6086375Z [00:09:47.860]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.6181133Z [00:09:47.867]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/objdump
2025-08-20T21:58:54.6395062Z [00:09:47.890]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.6425518Z [00:09:47.894]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/cover
2025-08-20T21:58:54.6626049Z [00:09:47.914]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.6675854Z [00:09:47.919]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/buildid
2025-08-20T21:58:54.6868412Z [00:09:47.938]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether '__asm__' assembler keyword is supported... yes
2025-08-20T21:58:54.6898851Z [00:09:47.942]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.6929833Z [00:09:47.945]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/nm
2025-08-20T21:58:54.7098972Z [00:09:47.962]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.7125026Z [00:09:47.964]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/distpack
2025-08-20T21:58:54.7218856Z [00:09:47.974]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.7279686Z [00:09:47.980]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/fix
2025-08-20T21:58:54.7449401Z [00:09:47.997]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.7455463Z [00:09:47.997]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/vet
2025-08-20T21:58:54.7716799Z [00:09:48.023]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.7845405Z [00:09:48.030]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/dist
2025-08-20T21:58:54.7965806Z [00:09:48.048]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/quota.lo
2025-08-20T21:58:54.8015661Z [00:09:48.053]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.8062493Z [00:09:48.058]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/trace
2025-08-20T21:58:54.8376597Z [00:09:48.089]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether inline assembly memory barrier is supported... yes
2025-08-20T21:58:54.8378395Z [00:09:48.089]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler is compatible for ARM assembly implementations... n/a
2025-08-20T21:58:54.8380347Z [00:09:48.089]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler is compatible for ARMv8/Aarch64 assembly implementations... n/a
2025-08-20T21:58:54.8512139Z [00:09:48.103]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.8566992Z [00:09:48.107]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/doc
2025-08-20T21:58:54.8585173Z [00:09:48.110]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/reject.lo
2025-08-20T21:58:54.8672139Z [00:09:48.115]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/rt.lo
2025-08-20T21:58:54.8768470Z [00:09:48.127]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.8769936Z [00:09:48.128]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/pprof
2025-08-20T21:58:54.9185580Z [00:09:48.168]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/target.lo
2025-08-20T21:58:54.9186936Z [00:09:48.169]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.9195663Z [00:09:48.171]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/compile
2025-08-20T21:58:54.9656803Z [00:09:48.214]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-string.lo
2025-08-20T21:58:54.9856971Z [00:09:48.237]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:54.9914612Z [00:09:48.243]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/addr2line
2025-08-20T21:58:55.0146346Z [00:09:48.261]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:55.0147507Z [00:09:48.261]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/tunnel.lo
2025-08-20T21:58:55.0204621Z [00:09:48.269]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/link
2025-08-20T21:58:55.0584271Z [00:09:48.310]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:55.0648092Z [00:09:48.315]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler supports for CFI directives... yes
2025-08-20T21:58:55.0649851Z [00:09:48.316]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/pack
2025-08-20T21:58:55.0867011Z [00:09:48.338]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:55.0887952Z [00:09:48.339]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/asm
2025-08-20T21:58:55.1224512Z [00:09:48.374]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:55.1239364Z [00:09:48.376]➜  go> shrinking /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/share/go/pkg/tool/linux_amd64/preprofile
2025-08-20T21:58:55.1505998Z [00:09:48.399]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:55.1510921Z [00:09:48.399]➜  go> checking for references to /build/ in /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5...
2025-08-20T21:58:55.2645374Z [00:09:48.513]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:55.3085448Z [00:09:48.557]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:55.3696146Z [00:09:48.618]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler supports for ELF directives... yes
2025-08-20T21:58:55.3745137Z [00:09:48.619]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for _ prefix in compiled symbols...
2025-08-20T21:58:55.3875349Z [00:09:48.639]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/masq.lo
2025-08-20T21:58:55.3934764Z [00:09:48.642]➜  x86_64-unknown-linux-musl-binutils>   CC       d10v-dis.lo
2025-08-20T21:58:55.4478877Z [00:09:48.700]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/redir.lo
2025-08-20T21:58:55.4813992Z [00:09:48.733]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/hash.lo
2025-08-20T21:58:55.5466008Z [00:09:48.798]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/socket.lo
2025-08-20T21:58:55.5654327Z [00:09:48.817]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking architecture and mpi assembler functions... disabled
2025-08-20T21:58:55.5919735Z [00:09:48.843]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/synproxy.lo
2025-08-20T21:58:55.6864900Z [00:09:48.938]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports 'optimize' function attribute... yes
2025-08-20T21:58:55.7787949Z [00:09:49.030]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports 'ms_abi' function attribute... yes
2025-08-20T21:58:55.8715955Z [00:09:49.123]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:55.8757202Z [00:09:49.123]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:55.8910787Z [00:09:49.130]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:55.8912103Z [00:09:49.131]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:55.8914999Z [00:09:49.137]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports 'sysv_abi' function attribute... yes
2025-08-20T21:58:55.8916364Z [00:09:49.143]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:55.8917178Z [00:09:49.143]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/osf.lo
2025-08-20T21:58:55.8919983Z [00:09:49.144]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:55.9005160Z [00:09:49.152]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:55.9109703Z [00:09:49.163]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:56.0061719Z [00:09:49.258]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether default calling convention is 'ms_abi'... no
2025-08-20T21:58:56.0785187Z [00:09:49.327]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       expr/xfrm.lo
2025-08-20T21:58:56.0899302Z [00:09:49.342]➜  x86_64-unknown-linux-musl-binutils>   CXX      dynobj.o
2025-08-20T21:58:56.1355699Z [00:09:49.387]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       obj/counter.lo
2025-08-20T21:58:56.1473908Z [00:09:49.399]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether default calling convention is 'sysv_abi'... yes
2025-08-20T21:58:56.1748323Z [00:09:49.426]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       obj/ct_helper.lo
2025-08-20T21:58:56.1911189Z [00:09:49.442]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       obj/quota.lo
2025-08-20T21:58:56.2764679Z [00:09:49.528]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports '__thread' storage class specifier... yes
2025-08-20T21:58:56.2825091Z [00:09:49.529]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports SSSE3 instructions... n/a
2025-08-20T21:58:56.2833421Z [00:09:49.535]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports PCLMUL instructions... n/a
2025-08-20T21:58:56.2835487Z [00:09:49.535]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports SHA Extensions instructions... n/a
2025-08-20T21:58:56.2914021Z [00:09:49.535]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports SSE4.1 instructions... n/a
2025-08-20T21:58:56.2916013Z [00:09:49.535]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AVX instructions... n/a
2025-08-20T21:58:56.2917800Z [00:09:49.535]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AVX2 instructions... n/a
2025-08-20T21:58:56.2919978Z [00:09:49.538]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AVX512 instructions... n/a
2025-08-20T21:58:56.2921904Z [00:09:49.538]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports VAES and VPCLMUL instructions... n/a
2025-08-20T21:58:56.2924175Z [00:09:49.538]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports GFNI instructions... n/a
2025-08-20T21:58:56.2926122Z [00:09:49.540]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports BMI2 instructions... n/a
2025-08-20T21:58:56.2927784Z [00:09:49.540]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports x86/AVX512 intrinsics... n/a
2025-08-20T21:58:56.3252169Z [00:09:49.577]➜  x86_64-unknown-linux-musl-binutils>   CC       d10v-opc.lo
2025-08-20T21:58:56.3949125Z [00:09:49.640]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-subr.lo
2025-08-20T21:58:56.4536048Z [00:09:49.702]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:56.4634973Z [00:09:49.706]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:56.4636786Z [00:09:49.712]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:56.4692353Z [00:09:49.721]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:58:56.4880585Z [00:09:49.735]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler handles division correctly... yes
2025-08-20T21:58:56.4883355Z [00:09:49.737]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler is compatible for i386/amd64 assembly implementations... n/a
2025-08-20T21:58:56.4885676Z [00:09:49.737]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler is compatible for Intel syntax assembly implementations... n/a
2025-08-20T21:58:56.4887786Z [00:09:49.737]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler is configured for ARMv6 or newer architecture... n/a
2025-08-20T21:58:56.4889789Z [00:09:49.737]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports NEON instructions... n/a
2025-08-20T21:58:56.4891875Z [00:09:49.737]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch32 Crypto Extension instructions... n/a
2025-08-20T21:58:56.4894133Z [00:09:49.737]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch64 NEON instructions... n/a
2025-08-20T21:58:56.4896714Z [00:09:49.737]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch64 Crypto Extension instructions... n/a
2025-08-20T21:58:56.4898563Z [00:09:49.739]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch64 SVE instructions... n/a
2025-08-20T21:58:56.4900249Z [00:09:49.739]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch64 SVE2 instructions... n/a
2025-08-20T21:58:56.4902226Z [00:09:49.739]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch64 SHA3/SHA512/SM3/SM4 instructions... n/a
2025-08-20T21:58:56.4904405Z [00:09:49.739]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports AArch64/NEON/crypto intrinsics... n/a
2025-08-20T21:58:56.4906170Z [00:09:49.741]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports PowerPC AltiVec/VSX/crypto intrinsics... n/a
2025-08-20T21:58:56.4907988Z [00:09:49.741]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports PowerPC AltiVec/VSX/crypto instructions... n/a
2025-08-20T21:58:56.4913962Z [00:09:49.743]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports PowerISA 3.00 instructions... n/a
2025-08-20T21:58:56.4954788Z [00:09:49.744]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports GCC PowerPC target attributes... n/a
2025-08-20T21:58:56.4985729Z [00:09:49.746]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports clang PowerPC target attributes... n/a
2025-08-20T21:58:56.5010549Z [00:09:49.746]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports zSeries instructions... n/a
2025-08-20T21:58:56.5012266Z [00:09:49.746]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports zSeries vector instructions... n/a
2025-08-20T21:58:56.5014064Z [00:09:49.746]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports RISC-V instructions... n/a
2025-08-20T21:58:56.5015760Z [00:09:49.746]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports RISC-V vector instructions... n/a
2025-08-20T21:58:56.5017480Z [00:09:49.746]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports RISC-V vector intrinsics... n/a
2025-08-20T21:58:56.5185652Z [00:09:49.769]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       obj/tunnel.lo
2025-08-20T21:58:56.5291974Z [00:09:49.781]➜  x86_64-unknown-linux-musl-binutils>   CC       d30v-dis.lo
2025-08-20T21:58:56.6668254Z [00:09:49.915]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       obj/limit.lo
2025-08-20T21:58:56.6758120Z [00:09:49.928]➜  x86_64-unknown-linux-musl-binutils>   CC       d30v-opc.lo
2025-08-20T21:58:56.6963096Z [00:09:49.948]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for vprintf... yes
2025-08-20T21:58:56.7102846Z [00:09:49.959]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       obj/synproxy.lo
2025-08-20T21:58:56.8196090Z [00:09:50.071]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       obj/ct_timeout.lo
2025-08-20T21:58:56.8474500Z [00:09:50.099]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       obj/secmark.lo
2025-08-20T21:58:56.9685886Z [00:09:50.218]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for stpcpy... yes
2025-08-20T21:58:57.0542778Z [00:09:50.306]➜  x86_64-unknown-linux-musl-binutils>   CC       dlx-dis.lo
2025-08-20T21:58:57.2425207Z [00:09:50.490]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for strcasecmp... yes
2025-08-20T21:58:57.2575530Z [00:09:50.506]➜  libnftnl-static-x86_64-unknown-linux-musl>   CC       obj/ct_expect.lo
2025-08-20T21:58:57.4155597Z [00:09:50.664]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-types.lo
2025-08-20T21:58:57.4876819Z [00:09:50.739]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for strtoul... yes
2025-08-20T21:58:57.5619868Z [00:09:50.813]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-util.lo
2025-08-20T21:58:57.6427557Z [00:09:50.894]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for memmove... yes
2025-08-20T21:58:57.7379840Z [00:09:50.990]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:58:57.7398852Z [00:09:50.992]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/camellia'
2025-08-20T21:58:57.7495332Z [00:09:51.001]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/builtin/des...
2025-08-20T21:58:57.7598814Z [00:09:51.012]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/des'
2025-08-20T21:58:57.7706171Z [00:09:51.022]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c d3_aead.c
2025-08-20T21:58:57.7732823Z [00:09:51.025]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c d3_kysched.c
2025-08-20T21:58:57.7782888Z [00:09:51.029]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c des_keys.c
2025-08-20T21:58:57.7794609Z [00:09:51.030]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c f_aead.c
2025-08-20T21:58:57.7808116Z [00:09:51.032]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c f_cksum.c
2025-08-20T21:58:57.7974463Z [00:09:51.047]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for stricmp... no
2025-08-20T21:58:57.9239578Z [00:09:51.176]➜  libnftnl-static-x86_64-unknown-linux-musl>   CCLD     libnftnl.la
2025-08-20T21:58:57.9920014Z [00:09:51.240]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c f_parity.c
2025-08-20T21:58:58.0244239Z [00:09:51.273]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c f_sched.c
2025-08-20T21:58:58.0455862Z [00:09:51.296]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for atexit... yes
2025-08-20T21:58:58.1025592Z [00:09:51.352]➜  x86_64-unknown-linux-musl-binutils>   CC       epiphany-asm.lo
2025-08-20T21:58:58.2666106Z [00:09:51.518]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for raise... yes
2025-08-20T21:58:58.3177866Z [00:09:51.569]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c f_tables.c
2025-08-20T21:58:58.3615525Z [00:09:51.609]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_la-ctf-open-bfd.lo
2025-08-20T21:58:58.4488609Z [00:09:51.699]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c key_sched.c
2025-08-20T21:58:58.4601256Z [00:09:51.712]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:58.4695393Z [00:09:51.719]➜  libnftnl-static-x86_64-unknown-linux-musl> copying selected object files to avoid basename conflicts...
2025-08-20T21:58:58.4732637Z [00:09:51.725]➜  go> patchelf: wrong ELF type
2025-08-20T21:58:58.4869355Z [00:09:51.739]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for strerror... yes
2025-08-20T21:58:58.5330441Z [00:09:51.782]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c weak_key.c
2025-08-20T21:58:58.7424043Z [00:09:51.994]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9/src'
2025-08-20T21:58:58.7447980Z [00:09:51.997]➜  libnftnl-static-x86_64-unknown-linux-musl> Making all in include
2025-08-20T21:58:58.7505948Z [00:09:51.999]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for rand... yes
2025-08-20T21:58:58.7511269Z [00:09:51.999]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9/include'
2025-08-20T21:58:58.7702576Z [00:09:52.022]➜  libnftnl-static-x86_64-unknown-linux-musl> Making all in libnftnl
2025-08-20T21:58:58.7736513Z [00:09:52.025]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnftnl-1.2.9/include/libnftnl'
2025-08-20T21:58:58.7741745Z [00:09:52.025]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:58:58.7743716Z [00:09:52.025]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnftnl-1.2.9/include/libnftnl'
2025-08-20T21:58:58.7748825Z [00:09:52.025]➜  libnftnl-static-x86_64-unknown-linux-musl> Making all in linux
2025-08-20T21:58:58.7757689Z [00:09:52.028]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnftnl-1.2.9/include/linux'
2025-08-20T21:58:58.7957763Z [00:09:52.047]➜  libnftnl-static-x86_64-unknown-linux-musl> Making all in netfilter
2025-08-20T21:58:58.8005755Z [00:09:52.051]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libnftnl-1.2.9/include/linux/netfilter'
2025-08-20T21:58:58.8027567Z [00:09:52.054]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all'.
2025-08-20T21:58:58.8032370Z [00:09:52.054]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libnftnl-1.2.9/include/linux/netfilter'
2025-08-20T21:58:58.8136560Z [00:09:52.065]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libnftnl-1.2.9/include/linux'
2025-08-20T21:58:58.8148442Z [00:09:52.065]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all-am'.
2025-08-20T21:58:58.8153853Z [00:09:52.065]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libnftnl-1.2.9/include/linux'
2025-08-20T21:58:58.8159206Z [00:09:52.066]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnftnl-1.2.9/include/linux'
2025-08-20T21:58:58.8194081Z [00:09:52.071]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnftnl-1.2.9/include'
2025-08-20T21:58:58.8217428Z [00:09:52.073]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:58:58.8219198Z [00:09:52.073]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnftnl-1.2.9/include'
2025-08-20T21:58:58.8228681Z [00:09:52.075]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9/include'
2025-08-20T21:58:58.8237518Z [00:09:52.076]➜  libnftnl-static-x86_64-unknown-linux-musl> Making all in examples
2025-08-20T21:58:58.8305991Z [00:09:52.082]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9/examples'
2025-08-20T21:58:58.8311393Z [00:09:52.083]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:58:58.8317192Z [00:09:52.083]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9/examples'
2025-08-20T21:58:58.8325652Z [00:09:52.084]➜  libnftnl-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T21:58:58.8459198Z [00:09:52.098]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9/tests'
2025-08-20T21:58:58.8461381Z [00:09:52.098]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:58:58.8463165Z [00:09:52.098]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9/tests'
2025-08-20T21:58:58.8526719Z [00:09:52.104]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9'
2025-08-20T21:58:58.8606712Z [00:09:52.112]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9'
2025-08-20T21:58:58.8664597Z [00:09:52.116]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnftnl-1.2.9'
2025-08-20T21:58:58.8734914Z [00:09:52.125]➜  libnftnl-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:58:58.8952819Z [00:09:52.147]➜  libnftnl-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:58:58.9126326Z [00:09:52.164]➜  libnftnl-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:58:58.9305926Z [00:09:52.182]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnftnl-1.2.9/src'
2025-08-20T21:58:58.9339321Z [00:09:52.186]➜  x86_64-unknown-linux-musl-binutils>   CC       epiphany-desc.lo
2025-08-20T21:58:58.9391124Z [00:09:52.191]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9/src'
2025-08-20T21:58:58.9394205Z [00:09:52.191]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:58.9405716Z [00:09:52.192]➜  libnftnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib'
2025-08-20T21:58:58.9490022Z [00:09:52.201]➜  libnftnl-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libnftnl.la '/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib'
2025-08-20T21:58:58.9533386Z [00:09:52.203]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for mmap... yes
2025-08-20T21:58:59.0336701Z [00:09:52.285]➜  libnftnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libnftnl.lai /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib/libnftnl.la
2025-08-20T21:58:59.0444052Z [00:09:52.296]➜  libnftnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libnftnl.a /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib/libnftnl.a
2025-08-20T21:58:59.0684534Z [00:09:52.320]➜  libnftnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib/libnftnl.a
2025-08-20T21:58:59.0786638Z [00:09:52.330]➜  libnftnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib/libnftnl.a
2025-08-20T21:58:59.1240137Z [00:09:52.376]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for getpagesize... yes
2025-08-20T21:58:59.1842721Z [00:09:52.436]➜  x86_64-unknown-linux-musl-binutils>   CXX      dwarf_reader.o
2025-08-20T21:58:59.1894419Z [00:09:52.440]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:58:59.1899483Z [00:09:52.440]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/des'
2025-08-20T21:58:59.1970783Z [00:09:52.449]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/builtin/aes...
2025-08-20T21:58:59.2063927Z [00:09:52.458]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/aes'
2025-08-20T21:58:59.2141867Z [00:09:52.465]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c aescrypt.c
2025-08-20T21:58:59.2285733Z [00:09:52.480]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c aestab.c
2025-08-20T21:58:59.2302182Z [00:09:52.480]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c aeskey.c
2025-08-20T21:58:59.2635694Z [00:09:52.514]➜  libnftnl-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib
2025-08-20T21:58:59.2702246Z [00:09:52.517]➜  libnftnl-static-x86_64-unknown-linux-musl> /build/libnftnl-1.2.9/libtool: line 1886: ldconfig: command not found
2025-08-20T21:58:59.2747030Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:58:59.2748377Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:58:59.2750321Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl>    /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib
2025-08-20T21:58:59.2751735Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:59.2752861Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:58:59.2754534Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:58:59.2756052Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:58:59.2757680Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:58:59.2759105Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:58:59.2760315Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:58:59.2761633Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:58:59.2762791Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:58:59.2835322Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:58:59.2836804Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:58:59.2837876Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:59.2838604Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> 
2025-08-20T21:58:59.2839808Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:58:59.2841362Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:58:59.2842836Z [00:09:52.521]➜  libnftnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:58:59.2844490Z [00:09:52.523]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9/src'
2025-08-20T21:58:59.2846013Z [00:09:52.528]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnftnl-1.2.9/src'
2025-08-20T21:58:59.2847190Z [00:09:52.528]➜  libnftnl-static-x86_64-unknown-linux-musl> Making install in include
2025-08-20T21:58:59.2848420Z [00:09:52.529]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnftnl-1.2.9/include'
2025-08-20T21:58:59.2914622Z [00:09:52.537]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sysconf... yes
2025-08-20T21:58:59.3004649Z [00:09:52.547]➜  libnftnl-static-x86_64-unknown-linux-musl> Making install in libnftnl
2025-08-20T21:58:59.3006275Z [00:09:52.550]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9/include/libnftnl'
2025-08-20T21:58:59.3035531Z [00:09:52.555]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnftnl-1.2.9/include/libnftnl'
2025-08-20T21:58:59.3065962Z [00:09:52.558]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:59.3131454Z [00:09:52.565]➜  libnftnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include/libnftnl'
2025-08-20T21:58:59.3365899Z [00:09:52.588]➜  libnftnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 batch.h table.h trace.h chain.h object.h rule.h expr.h set.h flowtable.h ruleset.h common.h udata.h gen.h '/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include/libnftnl'
2025-08-20T21:58:59.3406931Z [00:09:52.591]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnftnl-1.2.9/include/libnftnl'
2025-08-20T21:58:59.3408818Z [00:09:52.592]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9/include/libnftnl'
2025-08-20T21:58:59.3410267Z [00:09:52.592]➜  libnftnl-static-x86_64-unknown-linux-musl> Making install in linux
2025-08-20T21:58:59.3455598Z [00:09:52.597]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9/include/linux'
2025-08-20T21:58:59.3738080Z [00:09:52.625]➜  libnftnl-static-x86_64-unknown-linux-musl> Making install in netfilter
2025-08-20T21:58:59.3808317Z [00:09:52.632]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnftnl-1.2.9/include/linux/netfilter'
2025-08-20T21:58:59.3835721Z [00:09:52.635]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libnftnl-1.2.9/include/linux/netfilter'
2025-08-20T21:58:59.3927045Z [00:09:52.644]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:59.3928543Z [00:09:52.644]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:59.3930005Z [00:09:52.644]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libnftnl-1.2.9/include/linux/netfilter'
2025-08-20T21:58:59.3931614Z [00:09:52.644]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnftnl-1.2.9/include/linux/netfilter'
2025-08-20T21:58:59.3933496Z [00:09:52.645]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnftnl-1.2.9/include/linux'
2025-08-20T21:58:59.4016624Z [00:09:52.653]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libnftnl-1.2.9/include/linux'
2025-08-20T21:58:59.4018108Z [00:09:52.653]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:59.4019533Z [00:09:52.653]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:59.4021184Z [00:09:52.653]➜  libnftnl-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libnftnl-1.2.9/include/linux'
2025-08-20T21:58:59.4022755Z [00:09:52.653]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnftnl-1.2.9/include/linux'
2025-08-20T21:58:59.4054628Z [00:09:52.656]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9/include/linux'
2025-08-20T21:58:59.4124654Z [00:09:52.662]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9/include'
2025-08-20T21:58:59.4180994Z [00:09:52.670]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnftnl-1.2.9/include'
2025-08-20T21:58:59.4182465Z [00:09:52.670]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:59.4184020Z [00:09:52.670]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:59.4185453Z [00:09:52.670]➜  libnftnl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnftnl-1.2.9/include'
2025-08-20T21:58:59.4186839Z [00:09:52.670]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9/include'
2025-08-20T21:58:59.4188432Z [00:09:52.670]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnftnl-1.2.9/include'
2025-08-20T21:58:59.4189757Z [00:09:52.671]➜  libnftnl-static-x86_64-unknown-linux-musl> Making install in examples
2025-08-20T21:58:59.4305813Z [00:09:52.682]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnftnl-1.2.9/examples'
2025-08-20T21:58:59.4394939Z [00:09:52.688]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9/examples'
2025-08-20T21:58:59.4434678Z [00:09:52.692]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:59.4436111Z [00:09:52.692]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:59.4437553Z [00:09:52.692]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9/examples'
2025-08-20T21:58:59.4439020Z [00:09:52.692]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnftnl-1.2.9/examples'
2025-08-20T21:58:59.4440492Z [00:09:52.692]➜  libnftnl-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T21:58:59.4475823Z [00:09:52.699]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnftnl-1.2.9/tests'
2025-08-20T21:58:59.4556869Z [00:09:52.707]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9/tests'
2025-08-20T21:58:59.4584674Z [00:09:52.708]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:59.4586158Z [00:09:52.708]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:58:59.4587736Z [00:09:52.708]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9/tests'
2025-08-20T21:58:59.4589283Z [00:09:52.708]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnftnl-1.2.9/tests'
2025-08-20T21:58:59.4612183Z [00:09:52.713]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnftnl-1.2.9'
2025-08-20T21:58:59.4739912Z [00:09:52.726]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnftnl-1.2.9'
2025-08-20T21:58:59.4741595Z [00:09:52.726]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:58:59.4789753Z [00:09:52.731]➜  libnftnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib/pkgconfig'
2025-08-20T21:58:59.4924502Z [00:09:52.744]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for waitpid... yes
2025-08-20T21:58:59.4978057Z [00:09:52.745]➜  libnftnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libnftnl.pc '/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib/pkgconfig'
2025-08-20T21:58:59.4984897Z [00:09:52.750]➜  libnftnl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnftnl-1.2.9'
2025-08-20T21:58:59.4987885Z [00:09:52.750]➜  libnftnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnftnl-1.2.9'
2025-08-20T21:58:59.5172553Z [00:09:52.769]➜  libnftnl-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:58:59.5717594Z [00:09:52.823]➜  libnftnl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9
2025-08-20T21:58:59.5896482Z [00:09:52.836]➜  libnftnl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9...
2025-08-20T21:58:59.6307101Z [00:09:52.881]➜  libnftnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9
2025-08-20T21:58:59.6377243Z [00:09:52.889]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for wait4... yes
2025-08-20T21:58:59.6612777Z [00:09:52.911]➜  libnftnl-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib
2025-08-20T21:58:59.7414634Z [00:09:52.993]➜  x86_64-unknown-linux-musl-binutils>   CC       epiphany-dis.lo
2025-08-20T21:58:59.8295715Z [00:09:53.081]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gettimeofday... yes
2025-08-20T21:59:00.0656749Z [00:09:53.317]➜  building '/nix/store/90z903ym2va86vz88ajgk0a9n78x0az9-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0.drv'...
2025-08-20T21:59:00.0658361Z [00:09:53.317]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-archive.lo
2025-08-20T21:59:00.0715272Z [00:09:53.323]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for getrusage... yes
2025-08-20T21:59:00.2267006Z [00:09:53.476]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:59:00.2473031Z [00:09:53.498]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/0hcgh2iq33n818i8w5nzjq159a2jijgz-libnetfilter_conntrack-1.1.0.tar.xz
2025-08-20T21:59:00.3117535Z [00:09:53.563]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gethrtime... no
2025-08-20T21:59:00.3635073Z [00:09:53.613]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> source root is libnetfilter_conntrack-1.1.0
2025-08-20T21:59:00.3927658Z [00:09:53.644]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1727260663 of file "libnetfilter_conntrack-1.1.0/build-aux/config.sub"
2025-08-20T21:59:00.4081902Z [00:09:53.660]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:59:00.4301516Z [00:09:53.682]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:59:00.4516627Z [00:09:53.703]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:59:00.4559322Z [00:09:53.708]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:59:00.4680203Z [00:09:53.720]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:59:00.4785191Z [00:09:53.727]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:59:00.4882120Z [00:09:53.740]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:59:00.5105347Z [00:09:53.761]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:59:00.5111450Z [00:09:53.762]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T21:59:00.5259946Z [00:09:53.778]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:59:00.5320241Z [00:09:53.784]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T21:59:00.5337380Z [00:09:53.785]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for clock_gettime... yes
2025-08-20T21:59:00.5405260Z [00:09:53.792]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:59:00.5708080Z [00:09:53.822]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T21:59:00.5913684Z [00:09:53.843]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:59:00.6226550Z [00:09:53.874]➜  x86_64-unknown-linux-musl-binutils>   CC       epiphany-ibld.lo
2025-08-20T21:59:00.6255311Z [00:09:53.877]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:59:00.6730501Z [00:09:53.924]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:59:00.6898472Z [00:09:53.936]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:59:00.7195408Z [00:09:53.971]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for syslog... yes
2025-08-20T21:59:00.7316156Z [00:09:53.983]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:59:00.8650442Z [00:09:54.117]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for syscall... yes
2025-08-20T21:59:01.0107824Z [00:09:54.261]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for fcntl... yes
2025-08-20T21:59:01.0326169Z [00:09:54.284]➜  x86_64-unknown-linux-musl-binutils>   CXX      ehframe.o
2025-08-20T21:59:01.1480659Z [00:09:54.400]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for ftruncate... yes
2025-08-20T21:59:01.2519817Z [00:09:54.504]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:59:01.2732073Z [00:09:54.525]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:59:01.3228985Z [00:09:54.574]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:59:01.3485112Z [00:09:54.600]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:59:01.3531913Z [00:09:54.605]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for flockfile... yes
2025-08-20T21:59:01.3815840Z [00:09:54.633]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:59:01.3937961Z [00:09:54.645]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:59:01.3939810Z [00:09:54.645]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:59:01.4175326Z [00:09:54.669]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:59:01.4382287Z [00:09:54.690]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:59:01.4890354Z [00:09:54.741]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking how to create a pax tar archive... gnutar
2025-08-20T21:59:01.5383444Z [00:09:54.790]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:59:01.5402576Z [00:09:54.792]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:59:01.5406837Z [00:09:54.792]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for getauxval... yes
2025-08-20T21:59:01.5488545Z [00:09:54.801]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-dump.lo
2025-08-20T21:59:01.6584886Z [00:09:54.906]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:01.6680849Z [00:09:54.912]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/aes'
2025-08-20T21:59:01.6734717Z [00:09:54.913]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/builtin/md4...
2025-08-20T21:59:01.6794041Z [00:09:54.931]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/md4'
2025-08-20T21:59:01.6859347Z [00:09:54.934]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c md4.c
2025-08-20T21:59:01.8196140Z [00:09:55.069]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for elf_aux_info... no
2025-08-20T21:59:01.9415042Z [00:09:55.193]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:59:01.9421043Z [00:09:55.193]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:59:01.9838746Z [00:09:55.235]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for explicit_bzero... yes
2025-08-20T21:59:02.0324838Z [00:09:55.284]➜  x86_64-unknown-linux-musl-binutils>   CC       epiphany-opc.lo
2025-08-20T21:59:02.1549870Z [00:09:55.406]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:02.1597411Z [00:09:55.411]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/md4'
2025-08-20T21:59:02.1708662Z [00:09:55.422]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/builtin/md5...
2025-08-20T21:59:02.1762846Z [00:09:55.427]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:59:02.1864283Z [00:09:55.437]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/md5'
2025-08-20T21:59:02.1916610Z [00:09:55.438]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:59:02.1969753Z [00:09:55.446]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c md5.c
2025-08-20T21:59:02.2100617Z [00:09:55.462]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for explicit_memset... no
2025-08-20T21:59:02.3068069Z [00:09:55.558]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:59:02.4016098Z [00:09:55.651]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for getentropy... yes
2025-08-20T21:59:02.4388590Z [00:09:55.690]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:59:02.5591271Z [00:09:55.811]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:59:02.6201625Z [00:09:55.872]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:02.6219705Z [00:09:55.874]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/md5'
2025-08-20T21:59:02.6267066Z [00:09:55.878]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/builtin/sha1...
2025-08-20T21:59:02.6354270Z [00:09:55.887]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/sha1'
2025-08-20T21:59:02.6419210Z [00:09:55.893]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c shs.c
2025-08-20T21:59:02.6786785Z [00:09:55.928]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sysctlbyname... no
2025-08-20T21:59:02.7807516Z [00:09:56.032]➜  x86_64-unknown-linux-musl-binutils>   CC       fr30-asm.lo
2025-08-20T21:59:02.8718092Z [00:09:56.123]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:59:02.8829508Z [00:09:56.135]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for mlock... yes
2025-08-20T21:59:02.8858002Z [00:09:56.137]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sysconf... (cached) yes
2025-08-20T21:59:02.8859295Z [00:09:56.138]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for getpagesize... (cached) yes
2025-08-20T21:59:02.8863609Z [00:09:56.138]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether mlock is broken... assuming no
2025-08-20T21:59:02.8929228Z [00:09:56.145]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for random device... yes
2025-08-20T21:59:02.8935834Z [00:09:56.145]➜  libgcrypt-static-x86_64-unknown-linux-musl> configure: checking for cc features
2025-08-20T21:59:03.0305527Z [00:09:56.282]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if gcc supports -fno-delete-null-pointer-checks... yes
2025-08-20T21:59:03.0309533Z [00:09:56.283]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether non excutable stack support is requested... yes
2025-08-20T21:59:03.0666292Z [00:09:56.318]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-create.lo
2025-08-20T21:59:03.0902463Z [00:09:56.341]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:59:03.0908782Z [00:09:56.342]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:59:03.0917430Z [00:09:56.343]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:59:03.2074318Z [00:09:56.459]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether assembler supports --noexecstack option... yes
2025-08-20T21:59:03.2109192Z [00:09:56.463]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T21:59:03.2116681Z [00:09:56.463]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:59:03.2126938Z [00:09:56.464]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:59:03.2756120Z [00:09:56.527]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:03.2788363Z [00:09:56.528]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/sha1'
2025-08-20T21:59:03.2806568Z [00:09:56.532]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/builtin/sha2...
2025-08-20T21:59:03.2896399Z [00:09:56.541]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/sha2'
2025-08-20T21:59:03.3033693Z [00:09:56.554]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sha256.c
2025-08-20T21:59:03.3048192Z [00:09:56.554]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sha512.c
2025-08-20T21:59:03.4403379Z [00:09:56.689]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:59:03.4424526Z [00:09:56.689]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:59:03.4426893Z [00:09:56.689]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:59:03.4429152Z [00:09:56.690]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:59:03.4431493Z [00:09:56.690]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:59:03.4544763Z [00:09:56.704]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:59:03.4665602Z [00:09:56.716]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:59:03.4852937Z [00:09:56.737]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:59:03.4854627Z [00:09:56.737]➜  libgcrypt-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:59:03.4856467Z [00:09:56.737]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:59:03.4982781Z [00:09:56.747]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:59:03.4985655Z [00:09:56.750]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:59:03.5403824Z [00:09:56.792]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:59:03.5841737Z [00:09:56.836]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:59:03.5844454Z [00:09:56.836]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:59:03.6725341Z [00:09:56.924]➜  x86_64-unknown-linux-musl-binutils>   CC       fr30-desc.lo
2025-08-20T21:59:03.7230144Z [00:09:56.975]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:59:03.7235996Z [00:09:56.975]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:59:03.8952678Z [00:09:57.147]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:03.8957133Z [00:09:57.147]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.8995074Z [00:09:57.151]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:59:03.9006081Z [00:09:57.152]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9113360Z [00:09:57.163]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9143495Z [00:09:57.166]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:59:03.9151749Z [00:09:57.167]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:59:03.9158390Z [00:09:57.167]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:59:03.9164760Z [00:09:57.168]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-file... no
2025-08-20T21:59:03.9167922Z [00:09:57.168]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:59:03.9171035Z [00:09:57.168]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> configure: WARNING: using cross tools not prefixed with host triplet
2025-08-20T21:59:03.9231488Z [00:09:57.175]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:59:03.9235454Z [00:09:57.175]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:59:03.9240318Z [00:09:57.176]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:59:03.9297563Z [00:09:57.181]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9349412Z [00:09:57.187]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9359061Z [00:09:57.188]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:59:03.9364760Z [00:09:57.188]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:59:03.9367923Z [00:09:57.188]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T21:59:03.9485549Z [00:09:57.200]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:03.9562469Z [00:09:57.208]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9669575Z [00:09:57.218]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9741646Z [00:09:57.218]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9749096Z [00:09:57.221]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9749687Z [00:09:57.222]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9819593Z [00:09:57.231]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9860328Z [00:09:57.234]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9860940Z [00:09:57.234]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9861493Z [00:09:57.238]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9987085Z [00:09:57.250]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:03.9988131Z [00:09:57.250]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.0039136Z [00:09:57.255]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:04.0171977Z [00:09:57.265]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:04.0231186Z [00:09:57.274]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:04.0277270Z [00:09:57.279]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:04.0301572Z [00:09:57.282]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:04.0371601Z [00:09:57.289]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:04.0425755Z [00:09:57.293]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:04.0466083Z [00:09:57.298]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:04.0560084Z [00:09:57.308]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:04.0572905Z [00:09:57.309]➜  go> patchelf: wrong ELF type
2025-08-20T21:59:04.0961771Z [00:09:57.348]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:59:04.1090000Z [00:09:57.348]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:59:04.1091708Z [00:09:57.352]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:04.1093584Z [00:09:57.352]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:59:04.1119467Z [00:09:57.363]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/sha2'
2025-08-20T21:59:04.1121201Z [00:09:57.364]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1235522Z [00:09:57.371]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1272479Z [00:09:57.371]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1285034Z [00:09:57.371]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1286361Z [00:09:57.374]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1287687Z [00:09:57.374]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/builtin/enc_provider...
2025-08-20T21:59:04.1334158Z [00:09:57.384]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/enc_provider'
2025-08-20T21:59:04.1337163Z [00:09:57.385]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1392513Z [00:09:57.391]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1432548Z [00:09:57.394]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../des -I./../aes -I./../camellia -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c des3.c
2025-08-20T21:59:04.1500943Z [00:09:57.402]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1520631Z [00:09:57.402]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../des -I./../aes -I./../camellia -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rc4.c
2025-08-20T21:59:04.1536108Z [00:09:57.403]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../des -I./../aes -I./../camellia -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c aes.c
2025-08-20T21:59:04.1541563Z [00:09:57.405]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1605058Z [00:09:57.412]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../des -I./../aes -I./../camellia -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c camellia.c
2025-08-20T21:59:04.1664151Z [00:09:57.418]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1665718Z [00:09:57.418]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.1722051Z [00:09:57.424]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.2013152Z [00:09:57.453]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.2289798Z [00:09:57.479]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.2314639Z [00:09:57.479]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.2316186Z [00:09:57.481]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.2318494Z [00:09:57.484]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.2346943Z [00:09:57.486]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.2555881Z [00:09:57.507]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.2574869Z [00:09:57.509]➜  go> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T21:59:04.2749956Z [00:09:57.526]➜  go> patching script interpreter paths in /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5
2025-08-20T21:59:04.5552028Z [00:09:57.807]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:59:04.5638103Z [00:09:57.814]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:59:04.5815758Z [00:09:57.831]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:59:04.5845955Z [00:09:57.836]➜  x86_64-unknown-linux-musl-binutils>   CC       fr30-dis.lo
2025-08-20T21:59:04.6004949Z [00:09:57.852]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:59:04.6775719Z [00:09:57.929]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:59:04.6816740Z [00:09:57.933]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:59:04.6991598Z [00:09:57.949]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:59:04.7805509Z [00:09:58.032]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:59:04.8825424Z [00:09:58.131]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:59:04.9286008Z [00:09:58.180]➜  go> stripping (with command strip and flags -S -p) in  /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/bin
2025-08-20T21:59:04.9884529Z [00:09:58.240]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:59:05.1086442Z [00:09:58.360]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:59:05.1964204Z [00:09:58.448]➜  go> rewriting symlink /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/bin/go to be relative to /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5
2025-08-20T21:59:05.2088901Z [00:09:58.460]➜  go> rewriting symlink /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5/bin/gofmt to be relative to /nix/store/cbr6csc0s8wx7flard987cx2bdck5h0h-go-1.24.5
2025-08-20T21:59:05.2230828Z [00:09:58.472]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:59:15.6937150Z [00:10:08.945]➜  building '/nix/store/yrl52kans75s8x1snqvj91nhb0lkcz4d-libnl-static-x86_64-unknown-linux-musl-3.11.0.drv'...
2025-08-20T21:59:15.6941505Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       fr30-ibld.lo
2025-08-20T21:59:15.6942661Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-decl.lo
2025-08-20T21:59:15.6944274Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-error.lo
2025-08-20T21:59:15.6945493Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       fr30-opc.lo
2025-08-20T21:59:15.6946493Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-hash.lo
2025-08-20T21:59:15.6947491Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       frv-asm.lo
2025-08-20T21:59:15.6948454Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-labels.lo
2025-08-20T21:59:15.6949474Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-dedup.lo
2025-08-20T21:59:15.6950438Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       frv-desc.lo
2025-08-20T21:59:15.6951287Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       frv-dis.lo
2025-08-20T21:59:15.6952113Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       frv-ibld.lo
2025-08-20T21:59:15.6953053Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-link.lo
2025-08-20T21:59:15.6954175Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       frv-opc.lo
2025-08-20T21:59:15.6955353Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-lookup.lo
2025-08-20T21:59:15.6956408Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-open.lo
2025-08-20T21:59:15.6957436Z [00:10:08.945]➜  x86_64-unknown-linux-musl-binutils>   CC       ft32-dis.lo
2025-08-20T21:59:15.6994392Z [00:10:08.946]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:15.7034844Z [00:10:08.948]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/enc_provider'
2025-08-20T21:59:15.7101563Z [00:10:08.948]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/builtin/hash_provider...
2025-08-20T21:59:15.7103559Z [00:10:08.948]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/hash_provider'
2025-08-20T21:59:15.7110432Z [00:10:08.948]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./.. -I./../../krb -I./../md4 -I./../md5 -I./../sha1 -I./../sha2  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash_md4.c
2025-08-20T21:59:15.7121365Z [00:10:08.949]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./.. -I./../../krb -I./../md4 -I./../md5 -I./../sha1 -I./../sha2  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash_md5.c
2025-08-20T21:59:15.7145499Z [00:10:08.949]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./.. -I./../../krb -I./../md4 -I./../md5 -I./../sha1 -I./../sha2  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash_sha1.c
2025-08-20T21:59:15.7276065Z [00:10:08.949]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./.. -I./../../krb -I./../md4 -I./../md5 -I./../sha1 -I./../sha2  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash_sha2.c
2025-08-20T21:59:15.7284536Z [00:10:08.949]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:15.7303884Z [00:10:08.949]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/hash_provider'
2025-08-20T21:59:15.7305608Z [00:10:08.949]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin'
2025-08-20T21:59:15.7306879Z [00:10:08.949]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/openssl...
2025-08-20T21:59:15.7308197Z [00:10:08.949]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/openssl'
2025-08-20T21:59:15.7309471Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:59:15.7310570Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating m4/Makefile
2025-08-20T21:59:15.7311701Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating compat/Makefile
2025-08-20T21:59:15.7312859Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating mpi/Makefile
2025-08-20T21:59:15.7314224Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating cipher/Makefile
2025-08-20T21:59:15.7315374Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating random/Makefile
2025-08-20T21:59:15.7316530Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:59:15.7317796Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:59:15.7318947Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating src/gcrypt.h
2025-08-20T21:59:15.7320172Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating src/libgcrypt-config
2025-08-20T21:59:15.7321361Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating src/libgcrypt.pc
2025-08-20T21:59:15.7322547Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating src/versioninfo.rc
2025-08-20T21:59:15.7324032Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:59:15.7325225Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating tests/hashtest-6g
2025-08-20T21:59:15.7326389Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating tests/hashtest-256g
2025-08-20T21:59:15.7327611Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating tests/basic-disable-all-hwf
2025-08-20T21:59:15.7328788Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:59:15.7330073Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-add1.c to mpi/mpih-add1.c
2025-08-20T21:59:15.7331512Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-sub1.c to mpi/mpih-sub1.c
2025-08-20T21:59:15.7332844Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-mul1.c to mpi/mpih-mul1.c
2025-08-20T21:59:15.7365729Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-mul2.c to mpi/mpih-mul2.c
2025-08-20T21:59:15.7367289Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-mul3.c to mpi/mpih-mul3.c
2025-08-20T21:59:15.7368893Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-lshift.c to mpi/mpih-lshift.c
2025-08-20T21:59:15.7370661Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-rshift.c to mpi/mpih-rshift.c
2025-08-20T21:59:15.7372380Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpi-asm-defs.h to mpi/mpi-asm-defs.h
2025-08-20T21:59:15.7374154Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:59:15.7375463Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:59:15.7376721Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: executing gcrypt-conf commands
2025-08-20T21:59:15.7377664Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T21:59:15.7378721Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Libgcrypt v1.11.1 has been configured as follows:
2025-08-20T21:59:15.7383503Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T21:59:15.7384671Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Platform:                  GNU/Linux (x86_64-unknown-linux-musl)
2025-08-20T21:59:15.7385999Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Hardware detection module: none
2025-08-20T21:59:15.7387404Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Enabled cipher algorithms: arcfour blowfish cast5 des aes twofish
2025-08-20T21:59:15.7388879Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>                                    serpent rfc2268 seed camellia idea salsa20
2025-08-20T21:59:15.7390152Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>                                    gost28147 chacha20 sm4 aria
2025-08-20T21:59:15.7391687Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Enabled digest algorithms: crc gostr3411-94 md4 md5 rmd160 sha1
2025-08-20T21:59:15.7393132Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>                                    sha256 sha512 sha3 tiger whirlpool stribog
2025-08-20T21:59:15.7404954Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>                                    blake2 sm3
2025-08-20T21:59:15.7409723Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Enabled kdf algorithms:    s2k pkdf2 scrypt
2025-08-20T21:59:15.7411093Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Enabled pubkey algorithms: dsa elgamal rsa ecc kyber
2025-08-20T21:59:15.7412546Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Random number generator:   default
2025-08-20T21:59:15.7413947Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using jitter entropy:  yes
2025-08-20T21:59:15.7415104Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Using linux capabilities:  no
2025-08-20T21:59:15.7416199Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         FIPS module version:
2025-08-20T21:59:15.7417322Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Padlock crypto:  n/a
2025-08-20T21:59:15.7418498Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using AES-NI crypto:   n/a
2025-08-20T21:59:15.7419651Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel SHAEXT:    n/a
2025-08-20T21:59:15.7420810Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel PCLMUL:    n/a
2025-08-20T21:59:15.7421963Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel SSE4.1:    n/a
2025-08-20T21:59:15.7423103Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using DRNG (RDRAND):   n/a
2025-08-20T21:59:15.7424403Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel AVX:       n/a
2025-08-20T21:59:15.7448722Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel AVX2:      n/a
2025-08-20T21:59:15.7450059Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel AVX512:    n/a
2025-08-20T21:59:15.7451298Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel GFNI:      n/a
2025-08-20T21:59:15.7452455Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using ARM NEON:        n/a
2025-08-20T21:59:15.7460487Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using ARMv8 crypto:    n/a
2025-08-20T21:59:15.7461696Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using ARMv8 SVE:       n/a
2025-08-20T21:59:15.7462817Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using ARMv9 SVE2:      n/a
2025-08-20T21:59:15.7464246Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using PPC crypto:      n/a
2025-08-20T21:59:15.7465198Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T21:59:15.7466200Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> configurePhase completed in 37 seconds
2025-08-20T21:59:15.7467317Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:59:15.7468823Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:59:15.7470768Z [00:10:08.949]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./config.status --recheck
2025-08-20T21:59:15.7472378Z [00:10:08.953]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:59:15.7473757Z [00:10:08.953]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:59:15.7475149Z [00:10:08.953]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:59:15.7476407Z [00:10:08.953]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:59:15.7477624Z [00:10:08.953]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:59:15.7478842Z [00:10:08.953]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:59:15.7480482Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:59:15.7482528Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:59:15.7535321Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:59:15.7537233Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:59:15.7539038Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:59:15.7540878Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:59:15.7543169Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:59:15.7545399Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:59:15.7547050Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:59:15.7548910Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:59:15.7550601Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:59:15.7552135Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:59:15.7553836Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:59:15.7555269Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:59:15.7556711Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T21:59:15.7558135Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for libnfnetlink >= 1.0.0... yes
2025-08-20T21:59:15.7559480Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for libmnl >= 1.0.3... yes
2025-08-20T21:59:15.7560770Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for arpa/inet.h... yes
2025-08-20T21:59:15.7562022Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for inet_ntop... yes
2025-08-20T21:59:15.7593752Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for setns... yes
2025-08-20T21:59:15.7595265Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking if inet_ntop supports IPv6... no
2025-08-20T21:59:15.7596871Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:59:15.7598569Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:59:15.7599912Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:59:15.7601247Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:59:15.7602623Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T21:59:15.7604276Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating utils/Makefile
2025-08-20T21:59:15.7605622Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating examples/Makefile
2025-08-20T21:59:15.7607007Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:59:15.7608558Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating include/libnetfilter_conntrack/Makefile
2025-08-20T21:59:15.7610170Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating include/internal/Makefile
2025-08-20T21:59:15.7611658Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating src/conntrack/Makefile
2025-08-20T21:59:15.7613108Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating src/expect/Makefile
2025-08-20T21:59:15.7614761Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating libnetfilter_conntrack.pc
2025-08-20T21:59:15.7616142Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating doxygen.cfg
2025-08-20T21:59:15.7617417Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:59:15.7618773Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:59:15.7620306Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:59:15.7621616Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:59:15.7653902Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T21:59:15.7655922Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:59:15.7657395Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnetfilter_conntrack-1.1.0'
2025-08-20T21:59:15.7658802Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making all in include
2025-08-20T21:59:15.7660322Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include'
2025-08-20T21:59:15.7661886Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making all in libnetfilter_conntrack
2025-08-20T21:59:15.7663776Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include/libnetfilter_conntrack'
2025-08-20T21:59:15.7665528Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:59:15.7667311Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include/libnetfilter_conntrack'
2025-08-20T21:59:15.7668891Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making all in internal
2025-08-20T21:59:15.7670591Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include/internal'
2025-08-20T21:59:15.7672202Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T21:59:15.7673978Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include/internal'
2025-08-20T21:59:15.7675784Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include'
2025-08-20T21:59:15.7677480Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T21:59:15.7679072Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include'
2025-08-20T21:59:15.7680834Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include'
2025-08-20T21:59:15.7682332Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T21:59:15.7699228Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src'
2025-08-20T21:59:15.7700809Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making all in conntrack
2025-08-20T21:59:15.7702389Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src/conntrack'
2025-08-20T21:59:15.7704005Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       api.lo
2025-08-20T21:59:15.7705115Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       getter.lo
2025-08-20T21:59:15.7706249Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       setter.lo
2025-08-20T21:59:15.7707362Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       labels.lo
2025-08-20T21:59:15.7708433Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       build.lo
2025-08-20T21:59:15.7710450Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       parse_mnl.lo
2025-08-20T21:59:15.7711637Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       build_mnl.lo
2025-08-20T21:59:15.7712793Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       snprintf.lo
2025-08-20T21:59:15.7714279Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       snprintf_default.lo
2025-08-20T21:59:15.7715507Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       snprintf_xml.lo
2025-08-20T21:59:15.7716666Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       objopt.lo
2025-08-20T21:59:15.7717789Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       compare.lo
2025-08-20T21:59:15.7718899Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       copy.lo
2025-08-20T21:59:15.7719947Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       filter.lo
2025-08-20T21:59:15.7720996Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       bsf.lo
2025-08-20T21:59:15.7722121Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       filter_dump.lo
2025-08-20T21:59:15.7763748Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       grp.lo
2025-08-20T21:59:15.7765287Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       grp_getter.lo
2025-08-20T21:59:15.7766463Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       grp_setter.lo
2025-08-20T21:59:15.7767711Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       stack.lo
2025-08-20T21:59:15.7768813Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       proto.lo
2025-08-20T21:59:15.7769988Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CCLD     libnfconntrack.la
2025-08-20T21:59:15.7771582Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src/conntrack'
2025-08-20T21:59:15.7773182Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making all in expect
2025-08-20T21:59:15.7774891Z [00:10:08.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src/expect'
2025-08-20T21:59:15.7781289Z [00:10:08.954]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cmac.c
2025-08-20T21:59:15.7791648Z [00:10:08.954]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hmac.c
2025-08-20T21:59:15.7808579Z [00:10:08.954]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdf.c
2025-08-20T21:59:15.7818975Z [00:10:08.954]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pbkdf2.c
2025-08-20T21:59:15.7854997Z [00:10:08.954]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/openssl/des...
2025-08-20T21:59:15.7856425Z [00:10:08.954]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/openssl/des'
2025-08-20T21:59:15.7862653Z [00:10:08.954]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c des_keys.c
2025-08-20T21:59:15.7873482Z [00:10:08.954]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sha256.c
2025-08-20T21:59:15.7878647Z [00:10:08.954]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:15.7879867Z [00:10:08.954]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/openssl/des'
2025-08-20T21:59:15.7925346Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> running CONFIG_SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./configure --disable-dependency-tracking --prefix=/nix/store/5i0gx1zrmkhvvh1jiy6jhy7k6k5zqk5d-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1 --bindir=/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin --sbindir=/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/sbin --includedir=/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/include --mandir=/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/share/man --infodir=/nix/store/j0w0l1sp6xmkzblzsn81v6xwvbddkf0h-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-info/share/info --docdir=/nix/store/5i0gx1zrmkhvvh1jiy6jhy7k6k5zqk5d-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1/share/doc/libgcrypt --libdir=/nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib --libexecdir=/nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/libexec --localedir=/nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/share/locale --with-libgpg-error-prefix=/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev --disable-asm --enable-static --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl build_alias=x86_64-unknown-linux-gnu host_alias=x86_64-unknown-linux-musl CC=x86_64-unknown-linux-musl-gcc --no-create --no-recursion
2025-08-20T21:59:15.7938980Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:59:15.7940821Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:59:15.7942339Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:59:15.7974926Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:59:15.7976620Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:59:15.7977768Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:59:15.7979087Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:59:15.7980487Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:59:15.7981973Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:59:15.7983692Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T21:59:15.7985296Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:59:15.7986860Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:59:15.7988466Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:59:15.7989905Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:59:15.7991261Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:59:15.7992556Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:59:15.7993967Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:59:15.7995336Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:59:15.7996646Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:59:15.7998079Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:59:15.7999693Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:59:15.8001488Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:59:15.8003160Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:59:15.8005114Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:59:15.8006178Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:59:15.8007242Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:59:15.8008301Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:59:15.8009348Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:59:15.8010360Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:59:15.8011541Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:59:15.8012630Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:59:15.8013866Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:59:15.8014914Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:59:15.8015990Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:59:15.8017428Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:59:15.8018839Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:59:15.8020186Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T21:59:15.8021833Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:59:15.8023581Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:59:15.8025152Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:59:15.8026923Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:59:15.8028832Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:59:15.8030606Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:59:15.8032229Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T21:59:15.8034231Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:59:15.8036161Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for library containing strerror... none required
2025-08-20T21:59:15.8037615Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gawk... (cached) gawk
2025-08-20T21:59:15.8039369Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:59:15.8041464Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:59:15.8043121Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for build system executable suffix... no
2025-08-20T21:59:15.8044584Z [00:10:08.954]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:59:15.8046301Z [00:10:08.955]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:59:15.8048367Z [00:10:08.955]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:59:15.8050217Z [00:10:08.955]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:59:15.8051861Z [00:10:08.955]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:59:15.8053480Z [00:10:08.955]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       api.lo
2025-08-20T21:59:15.8054628Z [00:10:08.955]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       compare.lo
2025-08-20T21:59:15.8055753Z [00:10:08.955]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       getter.lo
2025-08-20T21:59:15.8056845Z [00:10:08.955]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       setter.lo
2025-08-20T21:59:15.8057894Z [00:10:08.955]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       build.lo
2025-08-20T21:59:15.8059124Z [00:10:08.955]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       snprintf.lo
2025-08-20T21:59:15.8060323Z [00:10:08.955]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       snprintf_default.lo
2025-08-20T21:59:15.8061530Z [00:10:08.955]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       snprintf_xml.lo
2025-08-20T21:59:15.8062698Z [00:10:08.955]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       build_mnl.lo
2025-08-20T21:59:15.8064279Z [00:10:08.955]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       parse_mnl.lo
2025-08-20T21:59:15.8065612Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/openssl/enc_provider...
2025-08-20T21:59:15.8067161Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/openssl/enc_provider'
2025-08-20T21:59:15.8074129Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c des3.c
2025-08-20T21:59:15.8084624Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rc4.c
2025-08-20T21:59:15.8095253Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c aes.c
2025-08-20T21:59:15.8105826Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c camellia.c
2025-08-20T21:59:15.8111226Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:15.8112065Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:15.8113497Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/openssl/enc_provider'
2025-08-20T21:59:15.8114905Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/openssl/hash_provider...
2025-08-20T21:59:15.8116461Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/openssl/hash_provider'
2025-08-20T21:59:15.8122798Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../include -I../../../../include -I./../../krb  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash_evp.c
2025-08-20T21:59:15.8128505Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:15.8129799Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/openssl/hash_provider'
2025-08-20T21:59:15.8131599Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:59:15.8133476Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:59:15.8134873Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:59:15.8136224Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 4718592
2025-08-20T21:59:15.8137726Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the shell understands some XSI constructs... yes
2025-08-20T21:59:15.8139106Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the shell understands "+="... yes
2025-08-20T21:59:15.8140889Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:59:15.8142890Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:59:15.8144941Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:59:15.8146690Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:59:15.8148532Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:59:15.8149986Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:59:15.8151160Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:59:15.8152427Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:59:15.8154758Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:59:15.8156192Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:59:15.8157757Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:59:15.8159573Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:59:15.8161630Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:59:15.8163126Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:59:15.8164583Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> ./configure: line 9169: /usr/bin/file: No such file or directory
2025-08-20T21:59:15.8165993Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:59:15.8167266Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:59:15.8168411Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:59:15.8169556Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:59:15.8170641Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:59:15.8172217Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:59:15.8174177Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:59:15.8175906Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:59:15.8177546Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:59:15.8179210Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:59:15.8180889Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:59:15.8182879Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld) supports shared libraries... yes
2025-08-20T21:59:15.8185377Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:59:15.8186910Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:59:15.8188384Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:59:15.8189732Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:59:15.8191190Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:59:15.8192513Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:59:15.8194058Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-windres... no
2025-08-20T21:59:15.8195252Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for windres... no
2025-08-20T21:59:15.8196555Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether byte ordering is bigendian... no
2025-08-20T21:59:15.8197796Z [00:10:08.963]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of unsigned short... 2
2025-08-20T21:59:15.8199123Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/openssl'
2025-08-20T21:59:15.8200375Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/crypto/crypto_tests...
2025-08-20T21:59:15.8201764Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/crypto_tests'
2025-08-20T21:59:15.8203445Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/crypto_tests'
2025-08-20T21:59:15.8204794Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libk5crypto.a
2025-08-20T21:59:15.8205751Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> building static k5crypto library
2025-08-20T21:59:15.8209825Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' krb/OBJS.ST builtin/OBJS.ST builtin/des/OBJS.ST builtin/aes/OBJS.ST builtin/camellia/OBJS.ST builtin/md4/OBJS.ST builtin/md5/OBJS.ST builtin/sha1/OBJS.ST builtin/sha2/OBJS.ST builtin/enc_provider/OBJS.ST builtin/hash_provider/OBJS.ST openssl/OBJS.ST openssl/des/OBJS.ST openssl/enc_provider/OBJS.ST openssl/hash_provider/OBJS.ST` && x86_64-unknown-linux-musl-ar cq libk5crypto.a $objlist
2025-08-20T21:59:15.8213066Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T21:59:15.8217055Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' krb/OBJS.ST builtin/OBJS.ST builtin/des/OBJS.ST builtin/aes/OBJS.ST builtin/camellia/OBJS.ST builtin/md4/OBJS.ST builtin/md5/OBJS.ST builtin/sha1/OBJS.ST builtin/sha2/OBJS.ST builtin/enc_provider/OBJS.ST builtin/hash_provider/OBJS.ST openssl/OBJS.ST openssl/des/OBJS.ST openssl/enc_provider/OBJS.ST openssl/hash_provider/OBJS.ST
2025-08-20T21:59:15.8233179Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=$' krb/aead.o krb/block_size.o krb/cf2.o krb/checksum_dk_cmac.o krb/checksum_dk_hmac.o krb/checksum_etm.o krb/checksum_hmac_md5.o krb/checksum_unkeyed.o krb/checksum_length.o krb/cksumtype_to_string.o krb/cksumtypes.o krb/coll_proof_cksum.o krb/crypto_length.o krb/default_state.o krb/decrypt.o krb/decrypt_iov.o krb/derive.o krb/encrypt.o krb/encrypt_iov.o krb/encrypt_length.o krb/enctype_util.o krb/enc_dk_cmac.o krb/enc_dk_hmac.o krb/enc_etm.o krb/enc_raw.o krb/enc_rc4.o krb/etypes.o krb/key.o krb/keyblocks.o krb/keyed_cksum.o krb/keyed_checksum_types.o krb/keylengths.o krb/make_checksum.o krb/make_checksum_iov.o krb/make_random_key.o krb/mandatory_sumtype.o krb/nfold.o krb/old_api_glue.o krb/prf.o krb/prf_aes2.o krb/prf_cmac.o krb/prf_des.o krb/prf_dk.o krb/prf_rc4.o krb/prng.o krb/random_to_key.o krb/s2k_pbkdf2.o krb/s2k_rc4.o krb/state.o krb/string_to_cksumtype.o krb/string_to_key.o krb/valid_cksumtype.o krb/verify_checksum.o krb/verify_checksum_iov.o\n builtin/cmac.o builtin/hmac.o builtin/kdf.o builtin/pbkdf2.o\n builtin/des/d3_aead.o builtin/des/d3_kysched.o builtin/des/des_keys.o builtin/des/f_aead.o builtin/des/f_cksum.o builtin/des/f_parity.o builtin/des/f_sched.o builtin/des/f_tables.o builtin/des/key_sched.o builtin/des/weak_key.o\n builtin/aes/aescrypt.o builtin/aes/aestab.o builtin/aes/aeskey.o\n builtin/camellia/camellia.o\n builtin/md4/md4.o\n builtin/md5/md5.o\n builtin/sha1/shs.o\n builtin/sha2/sha256.o builtin/sha2/sha512.o\n builtin/enc_provider/des3.o builtin/enc_provider/rc4.o builtin/enc_provider/aes.o builtin/enc_provider/camellia.o\n builtin/hash_provider/hash_md4.o builtin/hash_provider/hash_md5.o builtin/hash_provider/hash_sha1.o builtin/hash_provider/hash_sha2.o\n openssl/cmac.o openssl/hmac.o openssl/kdf.o openssl/pbkdf2.o openssl/sha256.o\n openssl/des/des_keys.o\n openssl/enc_provider/des3.o openssl/enc_provider/rc4.o openssl/enc_provider/aes.o openssl/enc_provider/camellia.o\n openssl/hash_provider/hash_evp.o'
2025-08-20T21:59:15.8260080Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libk5crypto.a krb/aead.o krb/block_size.o krb/cf2.o krb/checksum_dk_cmac.o krb/checksum_dk_hmac.o krb/checksum_etm.o krb/checksum_hmac_md5.o krb/checksum_unkeyed.o krb/checksum_length.o krb/cksumtype_to_string.o krb/cksumtypes.o krb/coll_proof_cksum.o krb/crypto_length.o krb/default_state.o krb/decrypt.o krb/decrypt_iov.o krb/derive.o krb/encrypt.o krb/encrypt_iov.o krb/encrypt_length.o krb/enctype_util.o krb/enc_dk_cmac.o krb/enc_dk_hmac.o krb/enc_etm.o krb/enc_raw.o krb/enc_rc4.o krb/etypes.o krb/key.o krb/keyblocks.o krb/keyed_cksum.o krb/keyed_checksum_types.o krb/keylengths.o krb/make_checksum.o krb/make_checksum_iov.o krb/make_random_key.o krb/mandatory_sumtype.o krb/nfold.o krb/old_api_glue.o krb/prf.o krb/prf_aes2.o krb/prf_cmac.o krb/prf_des.o krb/prf_dk.o krb/prf_rc4.o krb/prng.o krb/random_to_key.o krb/s2k_pbkdf2.o krb/s2k_rc4.o krb/state.o krb/string_to_cksumtype.o krb/string_to_key.o krb/valid_cksumtype.o krb/verify_checksum.o krb/verify_checksum_iov.o builtin/cmac.o builtin/hmac.o builtin/kdf.o builtin/pbkdf2.o builtin/des/d3_aead.o builtin/des/d3_kysched.o builtin/des/des_keys.o builtin/des/f_aead.o builtin/des/f_cksum.o builtin/des/f_parity.o builtin/des/f_sched.o builtin/des/f_tables.o builtin/des/key_sched.o builtin/des/weak_key.o builtin/aes/aescrypt.o builtin/aes/aestab.o builtin/aes/aeskey.o builtin/camellia/camellia.o builtin/md4/md4.o builtin/md5/md5.o builtin/sha1/shs.o builtin/sha2/sha256.o builtin/sha2/sha512.o builtin/enc_provider/des3.o builtin/enc_provider/rc4.o builtin/enc_provider/aes.o builtin/enc_provider/camellia.o builtin/hash_provider/hash_md4.o builtin/hash_provider/hash_md5.o builtin/hash_provider/hash_sha1.o builtin/hash_provider/hash_sha2.o openssl/cmac.o openssl/hmac.o openssl/kdf.o openssl/pbkdf2.o openssl/sha256.o openssl/des/des_keys.o openssl/enc_provider/des3.o openssl/enc_provider/rc4.o openssl/enc_provider/aes.o openssl/enc_provider/camellia.o openssl/hash_provider/hash_evp.o
2025-08-20T21:59:15.8272495Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libk5crypto.a
2025-08-20T21:59:15.8273957Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libk5crypto.a
2025-08-20T21:59:15.8275235Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s crypto/libk5crypto.a .)
2025-08-20T21:59:15.8276412Z [00:10:08.963]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto'
2025-08-20T21:59:15.8277433Z [00:10:08.964]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/krb5...
2025-08-20T21:59:15.8278445Z [00:10:08.964]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/krb5'
2025-08-20T21:59:15.8284772Z [00:10:08.964]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/locale\" -I../../include -I../../include -I./ccache -I./keytab -I./rcache -I./os -I./unicode -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c krb5_libinit.c
2025-08-20T21:59:15.8290018Z [00:10:08.964]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/krb5/error_tables...
2025-08-20T21:59:15.8291093Z [00:10:08.965]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/error_tables'
2025-08-20T21:59:15.8292196Z [00:10:08.976]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-asn1_err.et et-c-asn1_err.c et-c-asn1_err.h
2025-08-20T21:59:15.8293371Z [00:10:08.977]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-kdb5_err.et et-c-kdb5_err.c et-c-kdb5_err.h
2025-08-20T21:59:15.8294470Z [00:10:08.979]➜  krb5-static-x86_64-unknown-linux-musl> cp asn1_err.et et-c-asn1_err.et
2025-08-20T21:59:15.8295573Z [00:10:08.985]➜  krb5-static-x86_64-unknown-linux-musl> cp kdb5_err.et et-c-kdb5_err.et
2025-08-20T21:59:15.8297003Z [00:10:08.985]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-c-asn1_err.et
2025-08-20T21:59:15.8298200Z [00:10:08.985]➜  x86_64-unknown-linux-musl-binutils>   CC       ft32-opc.lo
2025-08-20T21:59:15.8299243Z [00:10:08.990]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-krb5_err.et et-c-krb5_err.c et-c-krb5_err.h
2025-08-20T21:59:15.8300589Z [00:10:08.992]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-c-kdb5_err.et
2025-08-20T21:59:15.8301821Z [00:10:08.997]➜  krb5-static-x86_64-unknown-linux-musl> cp krb5_err.et et-c-krb5_err.et
2025-08-20T21:59:15.8302959Z [00:10:09.004]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-k5e1_err.et et-c-k5e1_err.c et-c-k5e1_err.h
2025-08-20T21:59:15.8305068Z [00:10:09.009]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-c-asn1_err.h' et-c-asn1_err.et
2025-08-20T21:59:15.8306604Z [00:10:09.010]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-c-krb5_err.et
2025-08-20T21:59:15.8307868Z [00:10:09.014]➜  krb5-static-x86_64-unknown-linux-musl> cp k5e1_err.et et-c-k5e1_err.et
2025-08-20T21:59:15.8308997Z [00:10:09.018]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-c-kdb5_err.h' et-c-kdb5_err.et
2025-08-20T21:59:15.8310230Z [00:10:09.026]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-c-k5e1_err.et
2025-08-20T21:59:15.8311656Z [00:10:09.026]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-c-kdb5_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-kdb5_err.et
2025-08-20T21:59:15.8313164Z [00:10:09.026]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-c-asn1_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-asn1_err.et
2025-08-20T21:59:15.8314520Z [00:10:09.043]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-asn1_err.c asn1_err.c
2025-08-20T21:59:15.8315559Z [00:10:09.043]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-c-k5e1_err.h' et-c-k5e1_err.et
2025-08-20T21:59:15.8316702Z [00:10:09.048]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-kdb5_err.c kdb5_err.c
2025-08-20T21:59:15.8317754Z [00:10:09.048]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-c-krb5_err.h' et-c-krb5_err.et
2025-08-20T21:59:15.8319255Z [00:10:09.050]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-c-k5e1_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-k5e1_err.et
2025-08-20T21:59:15.8320615Z [00:10:09.054]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-asn1_err.et et-c-asn1_err.h
2025-08-20T21:59:15.8321669Z [00:10:09.059]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-k5e1_err.c k5e1_err.c
2025-08-20T21:59:15.8322727Z [00:10:09.059]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-kdb5_err.et et-c-kdb5_err.h
2025-08-20T21:59:15.8324120Z [00:10:09.067]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-kv5m_err.et et-c-kv5m_err.c et-c-kv5m_err.h
2025-08-20T21:59:15.8325294Z [00:10:09.076]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-k5e1_err.et et-c-k5e1_err.h
2025-08-20T21:59:15.8326763Z [00:10:09.077]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-c-krb5_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-krb5_err.et
2025-08-20T21:59:15.8328286Z [00:10:09.077]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-krb524_err.et et-c-krb524_err.c et-c-krb524_err.h
2025-08-20T21:59:15.8335245Z [00:10:09.082]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c asn1_err.c
2025-08-20T21:59:15.8385619Z [00:10:09.087]➜  krb5-static-x86_64-unknown-linux-musl> cp kv5m_err.et et-c-kv5m_err.et
2025-08-20T21:59:15.8387990Z [00:10:09.088]➜  krb5-static-x86_64-unknown-linux-musl> cp krb524_err.et et-c-krb524_err.et
2025-08-20T21:59:15.8437944Z [00:10:09.095]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-c-kv5m_err.et
2025-08-20T21:59:15.8482271Z [00:10:09.096]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-krb5_err.c krb5_err.c
2025-08-20T21:59:15.8487649Z [00:10:09.100]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-c-krb524_err.et
2025-08-20T21:59:15.8625772Z [00:10:09.114]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-krb5_err.et et-c-krb5_err.h
2025-08-20T21:59:15.8639976Z [00:10:09.114]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-c-kv5m_err.h' et-c-kv5m_err.et
2025-08-20T21:59:15.8669823Z [00:10:09.119]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-c-kv5m_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-kv5m_err.et
2025-08-20T21:59:15.8716014Z [00:10:09.122]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-kv5m_err.c kv5m_err.c
2025-08-20T21:59:15.8752142Z [00:10:09.127]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-kv5m_err.et et-c-kv5m_err.h
2025-08-20T21:59:15.8797408Z [00:10:09.131]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb5_err.c
2025-08-20T21:59:15.8881729Z [00:10:09.139]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awkx86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c krb5_err.c
2025-08-20T21:59:15.8896500Z [00:10:09.139]➜  krb5-static-x86_64-unknown-linux-musl>  'outfile=et-c-krb524_err.h' et-c-krb524_err.et
2025-08-20T21:59:15.8978990Z [00:10:09.150]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-c-krb524_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-krb524_err.et
2025-08-20T21:59:15.9270455Z [00:10:09.179]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-krb524_err.c krb524_err.c
2025-08-20T21:59:15.9394057Z [00:10:09.191]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-krb524_err.et et-c-krb524_err.h
2025-08-20T21:59:15.9404173Z [00:10:09.191]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c k5e1_err.c
2025-08-20T21:59:15.9832927Z [00:10:09.234]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kv5m_err.c
2025-08-20T21:59:16.0461329Z [00:10:09.298]➜  x86_64-unknown-linux-musl-binutils>   CC       h8300-dis.lo
2025-08-20T21:59:16.0641315Z [00:10:09.315]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c krb524_err.c
2025-08-20T21:59:16.0876508Z [00:10:09.336]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CCLD     libnfexpect.la
2025-08-20T21:59:16.1088848Z [00:10:09.361]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:59:16.1316092Z [00:10:09.383]➜  libnl-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/2d9m88nzhfwnj5wicxwmnw60havflk93-source
2025-08-20T21:59:16.2025547Z [00:10:09.449]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:16.2321884Z [00:10:09.484]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:16.2353859Z [00:10:09.487]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/error_tables'
2025-08-20T21:59:16.2411563Z [00:10:09.493]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/krb5/asn.1...
2025-08-20T21:59:16.2486400Z [00:10:09.500]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/asn.1'
2025-08-20T21:59:16.2580132Z [00:10:09.509]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c asn1_encode.c
2025-08-20T21:59:16.2590758Z [00:10:09.510]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c asn1_k_encode.c
2025-08-20T21:59:16.2601228Z [00:10:09.510]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ldap_key_seq.c
2025-08-20T21:59:16.2851878Z [00:10:09.537]➜  libnl-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T21:59:16.3694726Z [00:10:09.620]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:59:16.4192869Z [00:10:09.671]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T21:59:16.5672309Z [00:10:09.819]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src/expect'
2025-08-20T21:59:16.5697427Z [00:10:09.821]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src'
2025-08-20T21:59:16.5737603Z [00:10:09.825]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       main.lo
2025-08-20T21:59:16.5776193Z [00:10:09.829]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CC       callback.lo
2025-08-20T21:59:16.6824401Z [00:10:09.934]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-serialize.lo
2025-08-20T21:59:16.7497103Z [00:10:10.001]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of unsigned int... 4
2025-08-20T21:59:16.7815497Z [00:10:10.030]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T21:59:16.7907651Z [00:10:10.042]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T21:59:16.7914265Z [00:10:10.043]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:59:16.8903418Z [00:10:10.142]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>   CCLD     libnetfilter_conntrack.la
2025-08-20T21:59:16.9198545Z [00:10:10.172]➜  x86_64-unknown-linux-musl-binutils>   CXX      errors.o
2025-08-20T21:59:17.3594739Z [00:10:10.611]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> copying selected object files to avoid basename conflicts...
2025-08-20T21:59:17.6146015Z [00:10:10.863]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src'
2025-08-20T21:59:17.6148235Z [00:10:10.863]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src'
2025-08-20T21:59:17.6150213Z [00:10:10.863]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making all in utils
2025-08-20T21:59:17.6152172Z [00:10:10.864]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/utils'
2025-08-20T21:59:17.6153866Z [00:10:10.867]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:59:17.6155418Z [00:10:10.867]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/utils'
2025-08-20T21:59:17.6156859Z [00:10:10.867]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making all in examples
2025-08-20T21:59:17.6235586Z [00:10:10.875]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/examples'
2025-08-20T21:59:17.6240856Z [00:10:10.875]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:59:17.6246425Z [00:10:10.875]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/examples'
2025-08-20T21:59:17.6251496Z [00:10:10.875]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T21:59:17.6256905Z [00:10:10.875]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/tests'
2025-08-20T21:59:17.6262212Z [00:10:10.876]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T21:59:17.6267658Z [00:10:10.876]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/tests'
2025-08-20T21:59:17.6301110Z [00:10:10.880]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0'
2025-08-20T21:59:17.6340695Z [00:10:10.885]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0'
2025-08-20T21:59:17.6357281Z [00:10:10.886]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnetfilter_conntrack-1.1.0'
2025-08-20T21:59:17.6388108Z [00:10:10.891]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T21:59:17.6706442Z [00:10:10.922]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T21:59:17.6839439Z [00:10:10.936]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making install in include
2025-08-20T21:59:17.6906689Z [00:10:10.942]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include'
2025-08-20T21:59:17.6965081Z [00:10:10.948]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making install in libnetfilter_conntrack
2025-08-20T21:59:17.7016613Z [00:10:10.951]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include/libnetfilter_conntrack'
2025-08-20T21:59:17.7021038Z [00:10:10.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include/libnetfilter_conntrack'
2025-08-20T21:59:17.7024829Z [00:10:10.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:59:17.7028552Z [00:10:10.954]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include/libnetfilter_conntrack'
2025-08-20T21:59:17.7179608Z [00:10:10.969]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libnetfilter_conntrack.h linux_nfnetlink_conntrack.h linux_nf_conntrack_common.h libnetfilter_conntrack_tcp.h libnetfilter_conntrack_udp.h libnetfilter_conntrack_icmp.h libnetfilter_conntrack_sctp.h libnetfilter_conntrack_dccp.h libnetfilter_conntrack_ipv4.h libnetfilter_conntrack_ipv6.h '/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include/libnetfilter_conntrack'
2025-08-20T21:59:17.7220753Z [00:10:10.974]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include/libnetfilter_conntrack'
2025-08-20T21:59:17.7230228Z [00:10:10.975]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include/libnetfilter_conntrack'
2025-08-20T21:59:17.7232548Z [00:10:10.975]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making install in internal
2025-08-20T21:59:17.7254531Z [00:10:10.977]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include/internal'
2025-08-20T21:59:17.7291873Z [00:10:10.981]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include/internal'
2025-08-20T21:59:17.7305635Z [00:10:10.982]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:59:17.7313924Z [00:10:10.983]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:59:17.7320986Z [00:10:10.984]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include/internal'
2025-08-20T21:59:17.7326053Z [00:10:10.984]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include/internal'
2025-08-20T21:59:17.7425114Z [00:10:10.991]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include'
2025-08-20T21:59:17.7428510Z [00:10:10.995]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/include'
2025-08-20T21:59:17.7435146Z [00:10:10.995]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:59:17.7443484Z [00:10:10.996]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:59:17.7449099Z [00:10:10.996]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include'
2025-08-20T21:59:17.7456095Z [00:10:10.997]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include'
2025-08-20T21:59:17.7462234Z [00:10:10.998]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/include'
2025-08-20T21:59:17.7485964Z [00:10:11.000]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T21:59:17.7587448Z [00:10:11.010]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src'
2025-08-20T21:59:17.7755365Z [00:10:11.027]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making install in conntrack
2025-08-20T21:59:17.7791395Z [00:10:11.031]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src/conntrack'
2025-08-20T21:59:17.7900920Z [00:10:11.041]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src/conntrack'
2025-08-20T21:59:17.7908328Z [00:10:11.042]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:59:17.7915400Z [00:10:11.042]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:59:17.7917108Z [00:10:11.042]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src/conntrack'
2025-08-20T21:59:17.7918923Z [00:10:11.042]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src/conntrack'
2025-08-20T21:59:17.7920383Z [00:10:11.042]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making install in expect
2025-08-20T21:59:17.7956941Z [00:10:11.047]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src/expect'
2025-08-20T21:59:17.7974988Z [00:10:11.049]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:59:17.8026208Z [00:10:11.054]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src/expect'
2025-08-20T21:59:17.8027928Z [00:10:11.054]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:59:17.8029433Z [00:10:11.054]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:59:17.8031287Z [00:10:11.054]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src/expect'
2025-08-20T21:59:17.8035499Z [00:10:11.055]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src/expect'
2025-08-20T21:59:17.8088961Z [00:10:11.060]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src'
2025-08-20T21:59:17.8180294Z [00:10:11.070]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libnetfilter_conntrack-1.1.0/src'
2025-08-20T21:59:17.8190779Z [00:10:11.071]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T21:59:17.8215320Z [00:10:11.073]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib'
2025-08-20T21:59:17.8248184Z [00:10:11.075]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of unsigned long... 8
2025-08-20T21:59:17.8257127Z [00:10:11.077]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libnetfilter_conntrack.la '/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib'
2025-08-20T21:59:17.9058166Z [00:10:11.157]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libnetfilter_conntrack.lai /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib/libnetfilter_conntrack.la
2025-08-20T21:59:17.9169046Z [00:10:11.168]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libnetfilter_conntrack.a /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib/libnetfilter_conntrack.a
2025-08-20T21:59:17.9295385Z [00:10:11.181]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib/libnetfilter_conntrack.a
2025-08-20T21:59:17.9374223Z [00:10:11.187]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib/libnetfilter_conntrack.a
2025-08-20T21:59:17.9922216Z [00:10:11.242]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib
2025-08-20T21:59:18.0001679Z [00:10:11.246]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> /build/libnetfilter_conntrack-1.1.0/libtool: line 1886: ldconfig: command not found
2025-08-20T21:59:18.0005831Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:59:18.0007454Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T21:59:18.0009564Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>    /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib
2025-08-20T21:59:18.0011292Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> 
2025-08-20T21:59:18.0012651Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T21:59:18.0015279Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T21:59:18.0017037Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T21:59:18.0018750Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T21:59:18.0020395Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T21:59:18.0021917Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T21:59:18.0036276Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T21:59:18.0037822Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T21:59:18.0039253Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T21:59:18.0040878Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T21:59:18.0042192Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> 
2025-08-20T21:59:18.0043175Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> 
2025-08-20T21:59:18.0045045Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T21:59:18.0046893Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T21:59:18.0048670Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T21:59:18.0050393Z [00:10:11.248]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src'
2025-08-20T21:59:18.0052113Z [00:10:11.252]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src'
2025-08-20T21:59:18.0054289Z [00:10:11.252]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/src'
2025-08-20T21:59:18.0055671Z [00:10:11.252]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making install in utils
2025-08-20T21:59:18.0057199Z [00:10:11.255]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnetfilter_conntrack-1.1.0/utils'
2025-08-20T21:59:18.0176446Z [00:10:11.265]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/utils'
2025-08-20T21:59:18.0180243Z [00:10:11.265]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:59:18.0183000Z [00:10:11.265]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:59:18.0186186Z [00:10:11.265]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/utils'
2025-08-20T21:59:18.0189188Z [00:10:11.265]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/utils'
2025-08-20T21:59:18.0196100Z [00:10:11.265]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making install in examples
2025-08-20T21:59:18.0197692Z [00:10:11.268]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnetfilter_conntrack-1.1.0/examples'
2025-08-20T21:59:18.0229982Z [00:10:11.275]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/examples'
2025-08-20T21:59:18.0236582Z [00:10:11.275]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:59:18.0238374Z [00:10:11.276]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:59:18.0240238Z [00:10:11.276]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/examples'
2025-08-20T21:59:18.0242370Z [00:10:11.276]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/examples'
2025-08-20T21:59:18.0246421Z [00:10:11.276]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T21:59:18.0283437Z [00:10:11.280]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnetfilter_conntrack-1.1.0/tests'
2025-08-20T21:59:18.0318165Z [00:10:11.284]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0/tests'
2025-08-20T21:59:18.0324705Z [00:10:11.284]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:59:18.0326461Z [00:10:11.284]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T21:59:18.0328308Z [00:10:11.284]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/tests'
2025-08-20T21:59:18.0330211Z [00:10:11.284]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnetfilter_conntrack-1.1.0/tests'
2025-08-20T21:59:18.0352579Z [00:10:11.287]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libnetfilter_conntrack-1.1.0'
2025-08-20T21:59:18.0531794Z [00:10:11.305]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libnetfilter_conntrack-1.1.0'
2025-08-20T21:59:18.0537546Z [00:10:11.305]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T21:59:18.0590180Z [00:10:11.311]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib/pkgconfig'
2025-08-20T21:59:18.0767161Z [00:10:11.326]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libnetfilter_conntrack.pc '/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib/pkgconfig'
2025-08-20T21:59:18.0810240Z [00:10:11.333]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libnetfilter_conntrack-1.1.0'
2025-08-20T21:59:18.0816881Z [00:10:11.333]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libnetfilter_conntrack-1.1.0'
2025-08-20T21:59:18.0855898Z [00:10:11.337]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T21:59:18.1218028Z [00:10:11.373]➜  x86_64-unknown-linux-musl-binutils>   CC       hppa-dis.lo
2025-08-20T21:59:18.1221705Z [00:10:11.373]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:59:18.1344303Z [00:10:11.386]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0...
2025-08-20T21:59:18.1648989Z [00:10:11.416]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0
2025-08-20T21:59:18.1926806Z [00:10:11.443]➜  libnetfilter_conntrack-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib
2025-08-20T21:59:18.2155723Z [00:10:11.465]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-sha1.lo
2025-08-20T21:59:18.4758251Z [00:10:11.727]➜  building '/nix/store/8vj57zh7lxkg04mgxqc9aqmy94kfn1vd-libcap-static-x86_64-unknown-linux-musl-2.76.drv'...
2025-08-20T21:59:18.5915029Z [00:10:11.840]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-string.lo
2025-08-20T21:59:18.6632176Z [00:10:11.915]➜  libcap-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T21:59:18.6826263Z [00:10:11.934]➜  libcap-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/k5yn6waxxxmryjjw2w0ihz6q9nw76aky-libcap-2.76.tar.xz
2025-08-20T21:59:18.7463893Z [00:10:11.998]➜  libcap-static-x86_64-unknown-linux-musl> source root is libcap-2.76
2025-08-20T21:59:18.7771830Z [00:10:12.029]➜  libcap-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1744562791 of file "libcap-2.76/psx/psx_syscall.h"
2025-08-20T21:59:18.7980447Z [00:10:12.050]➜  libcap-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T21:59:18.8100356Z [00:10:12.062]➜  libcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./progs/mkcapshdoc.sh
2025-08-20T21:59:18.8191105Z [00:10:12.071]➜  x86_64-unknown-linux-musl-binutils>   CC       i386-dis.lo
2025-08-20T21:59:18.8265289Z [00:10:12.078]➜  libcap-static-x86_64-unknown-linux-musl> ./progs/mkcapshdoc.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T21:59:18.8527936Z [00:10:12.104]➜  libcap-static-x86_64-unknown-linux-musl> substituteStream() in derivation libcap-static-x86_64-unknown-linux-musl-2.76: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'progs/capsh.c')
2025-08-20T21:59:18.8805302Z [00:10:12.132]➜  libcap-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:59:18.9032518Z [00:10:12.155]➜  libcap-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:59:18.9301705Z [00:10:12.182]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:18.9320786Z [00:10:12.184]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/asn.1'
2025-08-20T21:59:18.9361004Z [00:10:12.188]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/krb5/ccache...
2025-08-20T21:59:18.9385694Z [00:10:12.190]➜  libcap-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:59:18.9487227Z [00:10:12.200]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/ccache'
2025-08-20T21:59:18.9520410Z [00:10:12.203]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccapi_util.c
2025-08-20T21:59:18.9566620Z [00:10:12.208]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccbase.c
2025-08-20T21:59:18.9581584Z [00:10:12.209]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cccopy.c
2025-08-20T21:59:18.9625461Z [00:10:12.214]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cccursor.c
2025-08-20T21:59:18.9739202Z [00:10:12.225]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccdefault.c
2025-08-20T21:59:18.9756442Z [00:10:12.227]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of unsigned long long... 8
2025-08-20T21:59:18.9936837Z [00:10:12.245]➜  libcap-static-x86_64-unknown-linux-musl> no configure script, doing nothing
2025-08-20T21:59:19.0075620Z [00:10:12.259]➜  libcap-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T21:59:19.0507438Z [00:10:12.300]➜  libcap-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash lib=lib PAM_CAP=no BUILD_CC=\$\(CC_FOR_BUILD\) CC:=\$\(CC\) CROSS_COMPILE=x86_64-unknown-linux-musl- GOLANG=yes GOCACHE=\$\{TMPDIR\}/go-cache GOFLAGS=-trimpath GOARCH=amd64 GOOS=linux SHARED=no LIBCSTATIC=yes
2025-08-20T21:59:19.1093735Z [00:10:12.361]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T21:59:19.1186429Z [00:10:12.370]➜  libcap-static-x86_64-unknown-linux-musl> make -C libcap all
2025-08-20T21:59:19.1221970Z [00:10:12.374]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libcap-2.76/libcap'
2025-08-20T21:59:19.1396015Z [00:10:12.391]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccdefops.c
2025-08-20T21:59:19.1780354Z [00:10:12.430]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/libcap/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T21:59:19.2132478Z [00:10:12.465]➜  libcap-static-x86_64-unknown-linux-musl> sed -e 's,@prefix@,/nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib,' \
2025-08-20T21:59:19.2135791Z [00:10:12.465]➜  libcap-static-x86_64-unknown-linux-musl>        -e 's,@exec_prefix@,/nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76,' \
2025-08-20T21:59:19.2138345Z [00:10:12.465]➜  libcap-static-x86_64-unknown-linux-musl>        -e 's,@libdir@,/nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib,' \
2025-08-20T21:59:19.2140966Z [00:10:12.465]➜  libcap-static-x86_64-unknown-linux-musl>        -e 's,@includedir@,/nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/include,' \
2025-08-20T21:59:19.2142879Z [00:10:12.465]➜  libcap-static-x86_64-unknown-linux-musl>        -e 's,@VERSION@,2.76,' \
2025-08-20T21:59:19.2144501Z [00:10:12.465]➜  libcap-static-x86_64-unknown-linux-musl>        -e 's,@deps@,,' \
2025-08-20T21:59:19.2145693Z [00:10:12.465]➜  libcap-static-x86_64-unknown-linux-musl>        libcap.pc.in >libcap.pc
2025-08-20T21:59:19.2318902Z [00:10:12.484]➜  libcap-static-x86_64-unknown-linux-musl> make libpsx.pc
2025-08-20T21:59:19.2365614Z [00:10:12.488]➜  libcap-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libcap-2.76/libcap'
2025-08-20T21:59:19.2949486Z [00:10:12.546]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/libcap/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T21:59:19.3070671Z [00:10:12.556]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccmarshal.c
2025-08-20T21:59:19.3341678Z [00:10:12.585]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccselect.c
2025-08-20T21:59:19.3451664Z [00:10:12.597]➜  libcap-static-x86_64-unknown-linux-musl> sed -e 's,@prefix@,/nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib,' \
2025-08-20T21:59:19.3454869Z [00:10:12.597]➜  libcap-static-x86_64-unknown-linux-musl>        -e 's,@exec_prefix@,/nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76,' \
2025-08-20T21:59:19.3457682Z [00:10:12.597]➜  libcap-static-x86_64-unknown-linux-musl>        -e 's,@libdir@,/nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib,' \
2025-08-20T21:59:19.3460457Z [00:10:12.597]➜  libcap-static-x86_64-unknown-linux-musl>        -e 's,@includedir@,/nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/include,' \
2025-08-20T21:59:19.3462214Z [00:10:12.597]➜  libcap-static-x86_64-unknown-linux-musl>        -e 's,@VERSION@,2.76,' \
2025-08-20T21:59:19.3463445Z [00:10:12.597]➜  libcap-static-x86_64-unknown-linux-musl>        -e 's,@deps@,,' \
2025-08-20T21:59:19.3464417Z [00:10:12.597]➜  libcap-static-x86_64-unknown-linux-musl>        libpsx.pc.in >libpsx.pc
2025-08-20T21:59:19.3599458Z [00:10:12.612]➜  libcap-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libcap-2.76/libcap'
2025-08-20T21:59:19.3685298Z [00:10:12.617]➜  libcap-static-x86_64-unknown-linux-musl> => making cap_names.list.h from /build/libcap-2.76/libcap/../libcap/include/uapi/linux/capability.h
2025-08-20T21:59:19.3688355Z [00:10:12.617]➜  libcap-static-x86_64-unknown-linux-musl> grep -E '^#define\s+CAP_([^\s]+)\s+[0-9]+\s*$' include/uapi/linux/capability.h | sed -e 's/^#define\s\+/{"/' -e 's/\s*$/},/' -e 's/\s\+/",/' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' > cap_names.list.h
2025-08-20T21:59:19.3872738Z [00:10:12.639]➜  libcap-static-x86_64-unknown-linux-musl> gcc -O2 -Dlinux -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include _makenames.c -o _makenames
2025-08-20T21:59:19.4111419Z [00:10:12.662]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccselect_hostname.c
2025-08-20T21:59:19.6381447Z [00:10:12.885]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccselect_k5identity.c
2025-08-20T21:59:19.8001257Z [00:10:13.050]➜  libcap-static-x86_64-unknown-linux-musl> ./_makenames > cap_names.h
2025-08-20T21:59:19.8122941Z [00:10:13.064]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -fPIC -D_LIBPSX_PTHREAD_LINKAGE -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include -c cap_alloc.c -o cap_alloc.o
2025-08-20T21:59:19.8157816Z [00:10:13.068]➜  x86_64-unknown-linux-musl-binutils>   CC       ip2k-asm.lo
2025-08-20T21:59:19.8935756Z [00:10:13.140]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-subr.lo
2025-08-20T21:59:19.8941842Z [00:10:13.140]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccselect_realm.c
2025-08-20T21:59:19.8952826Z [00:10:13.145]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cc_api_macos.c
2025-08-20T21:59:20.0630430Z [00:10:13.308]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cc_dir.c
2025-08-20T21:59:20.1040029Z [00:10:13.355]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cc_retr.c
2025-08-20T21:59:20.1634309Z [00:10:13.415]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -fPIC -D_LIBPSX_PTHREAD_LINKAGE -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include -c cap_proc.c -o cap_proc.o
2025-08-20T21:59:20.2013930Z [00:10:13.449]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cc_file.c
2025-08-20T21:59:20.2559750Z [00:10:13.507]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cc_kcm.c
2025-08-20T21:59:20.7154682Z [00:10:13.966]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cc_memory.c
2025-08-20T21:59:20.8270002Z [00:10:14.078]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cc_keyring.c
2025-08-20T21:59:20.8442209Z [00:10:14.096]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-types.lo
2025-08-20T21:59:20.8914060Z [00:10:14.143]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of unsigned __int128... 16
2025-08-20T21:59:21.0876001Z [00:10:14.339]➜  x86_64-unknown-linux-musl-binutils>   CC       ip2k-desc.lo
2025-08-20T21:59:21.1459037Z [00:10:14.397]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./ccapi -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccfns.c
2025-08-20T21:59:21.1919035Z [00:10:14.443]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -fPIC -D_LIBPSX_PTHREAD_LINKAGE -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include -c cap_extint.c -o cap_extint.o
2025-08-20T21:59:21.5367023Z [00:10:14.788]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:59:21.5758541Z [00:10:14.826]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -fPIC -D_LIBPSX_PTHREAD_LINKAGE -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include -c cap_flag.c -o cap_flag.o
2025-08-20T21:59:21.9361138Z [00:10:15.188]➜  x86_64-unknown-linux-musl-binutils>   CXX      expression.o
2025-08-20T21:59:22.1142520Z [00:10:15.366]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -fPIC -D_LIBPSX_PTHREAD_LINKAGE -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include  -c cap_text.c -o cap_text.o
2025-08-20T21:59:22.3007842Z [00:10:15.552]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of void *... 8
2025-08-20T21:59:22.3926753Z [00:10:15.644]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:22.3932714Z [00:10:15.645]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/ccache'
2025-08-20T21:59:22.4061871Z [00:10:15.658]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/krb5/keytab...
2025-08-20T21:59:22.4226943Z [00:10:15.674]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/keytab'
2025-08-20T21:59:22.4292184Z [00:10:15.680]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktadd.c
2025-08-20T21:59:22.4359969Z [00:10:15.685]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktbase.c
2025-08-20T21:59:22.4383048Z [00:10:15.690]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktdefault.c
2025-08-20T21:59:22.4406969Z [00:10:15.692]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktfr_entry.c
2025-08-20T21:59:22.4494470Z [00:10:15.701]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktremove.c
2025-08-20T21:59:22.5903821Z [00:10:15.842]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for uintptr_t... yes
2025-08-20T21:59:22.7180773Z [00:10:15.968]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for UINT64_C... yes
2025-08-20T21:59:22.7421117Z [00:10:15.993]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktfns.c
2025-08-20T21:59:22.7600039Z [00:10:16.008]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kt_file.c
2025-08-20T21:59:22.7677420Z [00:10:16.019]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kt_memory.c
2025-08-20T21:59:22.7987386Z [00:10:16.050]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c read_servi.c
2025-08-20T21:59:22.9001641Z [00:10:16.152]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: adding subdirectory doc to autoreconf
2025-08-20T21:59:22.9125046Z [00:10:16.161]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: Entering directory 'doc'
2025-08-20T21:59:22.9130181Z [00:10:16.161]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T21:59:23.3623425Z [00:10:16.614]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -fPIC -D_LIBPSX_PTHREAD_LINKAGE -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include -c cap_file.c -o cap_file.o
2025-08-20T21:59:23.3940443Z [00:10:16.646]➜  x86_64-unknown-linux-musl-binutils>   CC       libctf_nobfd_la-ctf-util.lo
2025-08-20T21:59:23.6458448Z [00:10:16.895]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -fPIC -D_LIBPSX_PTHREAD_LINKAGE -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include -c cap_syscalls.c -o cap_syscalls.o
2025-08-20T21:59:23.7361967Z [00:10:16.988]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar rcs libcap.a cap_alloc.o cap_proc.o cap_extint.o cap_flag.o cap_text.o cap_file.o cap_syscalls.o
2025-08-20T21:59:23.7448628Z [00:10:16.997]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libcap.a
2025-08-20T21:59:23.7545807Z [00:10:17.006]➜  libcap-static-x86_64-unknown-linux-musl> make libpsx.a
2025-08-20T21:59:23.7596208Z [00:10:17.011]➜  libcap-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libcap-2.76/libcap'
2025-08-20T21:59:23.7756792Z [00:10:17.027]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking size of uint64_t... 8
2025-08-20T21:59:23.7824113Z [00:10:17.034]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking which symmetric ciphers to include... arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia idea salsa20 gost28147 chacha20 sm4 aria
2025-08-20T21:59:23.7879736Z [00:10:17.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking which public-key ciphers to include... dsa elgamal rsa ecc kyber
2025-08-20T21:59:23.7969512Z [00:10:17.041]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/libcap/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T21:59:23.7972602Z [00:10:17.042]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking which message digests to include... crc gostr3411-94  md4 md5 rmd160 sha1 sha256 sha512 sha3 tiger whirlpool stribog blake2 sm3
2025-08-20T21:59:23.7974979Z [00:10:17.042]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking which key derivation functions to include... s2k pkdf2 scrypt
2025-08-20T21:59:23.7976675Z [00:10:17.042]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking which random module to use... default
2025-08-20T21:59:23.7978260Z [00:10:17.049]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether use of /dev/random is requested... yes
2025-08-20T21:59:23.7979960Z [00:10:17.049]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether MPI and cipher assembler modules are requested... no
2025-08-20T21:59:23.7989193Z [00:10:17.050]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether to run large data tests... no
2025-08-20T21:59:23.7991050Z [00:10:17.051]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether 'soft' HW feature bits are forced on... no
2025-08-20T21:59:23.7992748Z [00:10:17.051]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether use of capabilities is requested... no
2025-08-20T21:59:23.8015696Z [00:10:17.053]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether a HMAC binary check is requested... no
2025-08-20T21:59:23.8017191Z [00:10:17.053]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether jitter entropy support is requested... yes
2025-08-20T21:59:23.8025318Z [00:10:17.054]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether padlock support is requested... yes
2025-08-20T21:59:23.8031827Z [00:10:17.055]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether AESNI support is requested... yes
2025-08-20T21:59:23.8104663Z [00:10:17.058]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether SHAEXT support is requested... yes
2025-08-20T21:59:23.8106380Z [00:10:17.058]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether PCLMUL support is requested... yes
2025-08-20T21:59:23.8108103Z [00:10:17.061]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether SSE4.1 support is requested... yes
2025-08-20T21:59:23.8109767Z [00:10:17.061]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether DRNG support is requested... yes
2025-08-20T21:59:23.8111341Z [00:10:17.061]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether AVX support is requested... yes
2025-08-20T21:59:23.8112899Z [00:10:17.061]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether AVX2 support is requested... yes
2025-08-20T21:59:23.8114731Z [00:10:17.061]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether AVX512 support is requested... yes
2025-08-20T21:59:23.8116331Z [00:10:17.061]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GFNI support is requested... yes
2025-08-20T21:59:23.8117963Z [00:10:17.061]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether NEON support is requested... yes
2025-08-20T21:59:23.8119700Z [00:10:17.061]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether ARMv8 Crypto Extension support is requested... yes
2025-08-20T21:59:23.8121389Z [00:10:17.062]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether SVE support is requested... yes
2025-08-20T21:59:23.8123121Z [00:10:17.062]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether SVE2 support is requested... yes
2025-08-20T21:59:23.8125036Z [00:10:17.062]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether PPC crypto support is requested... yes
2025-08-20T21:59:23.8126766Z [00:10:17.063]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether a -O flag munging is requested... yes
2025-08-20T21:59:23.8128690Z [00:10:17.063]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether a instrumentation (-fprofile, -fsanitize) munging is requested... yes
2025-08-20T21:59:23.8130677Z [00:10:17.063]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether to enable AMD64 as(1) feature detection... yes
2025-08-20T21:59:23.8135079Z [00:10:17.063]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -fPIC -D_LIBPSX_PTHREAD_LINKAGE -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include -c ../psx/psx.c -o ../psx/psx.o
2025-08-20T21:59:23.8145843Z [00:10:17.066]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gpg-error-config... /nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/bin/gpg-error-config
2025-08-20T21:59:23.8186177Z [00:10:17.070]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gpgrt-config... no
2025-08-20T21:59:23.8710136Z [00:10:17.123]➜  x86_64-unknown-linux-musl-binutils>   CCLD     libctf.la
2025-08-20T21:59:23.8957433Z [00:10:17.147]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for GPG Error - version >= 1.49... yes (1.55)
2025-08-20T21:59:23.9137741Z [00:10:17.165]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force
2025-08-20T21:59:23.9870158Z [00:10:17.239]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:23.9917023Z [00:10:17.243]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/keytab'
2025-08-20T21:59:23.9975646Z [00:10:17.249]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/krb5/krb...
2025-08-20T21:59:24.0162133Z [00:10:17.268]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/krb'
2025-08-20T21:59:24.0180961Z [00:10:17.269]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c addr_comp.c
2025-08-20T21:59:24.0247763Z [00:10:17.275]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c addr_order.c
2025-08-20T21:59:24.0260449Z [00:10:17.276]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c addr_srch.c
2025-08-20T21:59:24.0292014Z [00:10:17.280]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c allow_weak.c
2025-08-20T21:59:24.0339776Z [00:10:17.285]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c appdefault.c
2025-08-20T21:59:24.1014876Z [00:10:17.353]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for pthread_create in -lpthread... yes
2025-08-20T21:59:24.2579272Z [00:10:17.509]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ai_authdata.c
2025-08-20T21:59:24.3152741Z [00:10:17.566]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c auth_con.c
2025-08-20T21:59:24.3225910Z [00:10:17.574]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cammac_util.c
2025-08-20T21:59:24.3414609Z [00:10:17.591]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for library containing setsockopt... none required
2025-08-20T21:59:24.3420616Z [00:10:17.591]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for library containing setsockopt... (cached) none required
2025-08-20T21:59:24.3422370Z [00:10:17.591]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T21:59:24.3954462Z [00:10:17.646]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c authdata.c
2025-08-20T21:59:24.4261469Z [00:10:17.674]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c authdata_exp.c
2025-08-20T21:59:24.5299937Z [00:10:17.782]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sys/auxv.h... yes
2025-08-20T21:59:24.5476559Z [00:10:17.799]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -fPIC -D_LIBPSX_PTHREAD_LINKAGE -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include -c ../psx/psx_calls.c -o ../psx/psx_calls.o
2025-08-20T21:59:24.6196926Z [00:10:17.869]➜  x86_64-unknown-linux-musl-binutils>   CCLD     libctf-nobfd.la
2025-08-20T21:59:24.6303849Z [00:10:17.881]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c authdata_enc.c
2025-08-20T21:59:24.7046048Z [00:10:17.956]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sys/random.h... yes
2025-08-20T21:59:24.7318260Z [00:10:17.977]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -fPIC -D_LIBPSX_PTHREAD_LINKAGE -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/libcap/../libcap/include/uapi -I/build/libcap-2.76/libcap/../libcap/include -c ../psx/wrap/psx_wrap.c -o ../psx/wrap/psx_wrap.o
2025-08-20T21:59:24.8297669Z [00:10:18.081]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c authdata_dec.c
2025-08-20T21:59:24.8367181Z [00:10:18.088]➜  libcap-static-x86_64-unknown-linux-musl> rm -f include/sys/psx_syscall.h
2025-08-20T21:59:24.8390826Z [00:10:18.091]➜  libcap-static-x86_64-unknown-linux-musl> ln -s ../../../psx/psx_syscall.h include/sys/psx_syscall.h
2025-08-20T21:59:24.8475867Z [00:10:18.096]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar rcs libpsx.a ../psx/psx.o ../psx/psx_calls.o ../psx/wrap/psx_wrap.o
2025-08-20T21:59:24.8512267Z [00:10:18.103]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libpsx.a
2025-08-20T21:59:24.8588769Z [00:10:18.110]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sys/sysctl.h... no
2025-08-20T21:59:24.8593747Z [00:10:18.110]➜  libcap-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libcap-2.76/libcap'
2025-08-20T21:59:24.8596345Z [00:10:18.111]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libcap-2.76/libcap'
2025-08-20T21:59:24.8601219Z [00:10:18.111]➜  libcap-static-x86_64-unknown-linux-musl> make -C go all
2025-08-20T21:59:24.8655470Z [00:10:18.115]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libcap-2.76/go'
2025-08-20T21:59:24.8763490Z [00:10:18.127]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bld_pr_ext.c
2025-08-20T21:59:24.8828815Z [00:10:18.135]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T21:59:24.8881214Z [00:10:18.140]➜  libcap-static-x86_64-unknown-linux-musl> mkdir -p "vendor/kernel.org/pub/linux/libs/security/libcap"
2025-08-20T21:59:24.8942519Z [00:10:18.146]➜  libcap-static-x86_64-unknown-linux-musl> echo "# kernel.org/pub/linux/libs/security/libcap/psx v1.2.76" > vendor/modules.txt
2025-08-20T21:59:24.8960397Z [00:10:18.148]➜  libcap-static-x86_64-unknown-linux-musl> echo "kernel.org/pub/linux/libs/security/libcap/psx" >> vendor/modules.txt
2025-08-20T21:59:24.8976082Z [00:10:18.149]➜  libcap-static-x86_64-unknown-linux-musl> echo "# kernel.org/pub/linux/libs/security/libcap/cap v1.2.76" >> vendor/modules.txt
2025-08-20T21:59:24.9018085Z [00:10:18.153]➜  libcap-static-x86_64-unknown-linux-musl> echo "kernel.org/pub/linux/libs/security/libcap/cap" >> vendor/modules.txt
2025-08-20T21:59:24.9036267Z [00:10:18.155]➜  libcap-static-x86_64-unknown-linux-musl> ln -sf /build/libcap-2.76/psx vendor/kernel.org/pub/linux/libs/security/libcap
2025-08-20T21:59:24.9076544Z [00:10:18.159]➜  libcap-static-x86_64-unknown-linux-musl> touch ../psx
2025-08-20T21:59:24.9157360Z [00:10:18.167]➜  libcap-static-x86_64-unknown-linux-musl> touch PSXGOPACKAGE
2025-08-20T21:59:24.9185616Z [00:10:18.170]➜  libcap-static-x86_64-unknown-linux-musl> ln -sf /build/libcap-2.76/cap vendor/kernel.org/pub/linux/libs/security/libcap
2025-08-20T21:59:24.9304244Z [00:10:18.181]➜  libcap-static-x86_64-unknown-linux-musl> touch ../cap
2025-08-20T21:59:24.9429024Z [00:10:18.190]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" GOOS= GOARCH= go run -mod=vendor mknames.go --header=/build/libcap-2.76/libcap/cap_names.h --textdir=/build/libcap-2.76/doc/values | gofmt > good-names.go || rm -f good-names.go
2025-08-20T21:59:24.9972291Z [00:10:18.249]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T21:59:25.0171970Z [00:10:18.266]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bld_princ.c
2025-08-20T21:59:25.1115230Z [00:10:18.360]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T21:59:25.1325197Z [00:10:18.383]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c chk_trans.c
2025-08-20T21:59:25.2386389Z [00:10:18.490]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c chpw.c
2025-08-20T21:59:25.2596729Z [00:10:18.511]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/libctf'
2025-08-20T21:59:25.2600540Z [00:10:18.512]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/libctf'
2025-08-20T21:59:25.2698710Z [00:10:18.522]➜  x86_64-unknown-linux-musl-binutils> make[2]: Leaving directory '/build/build/libctf'
2025-08-20T21:59:25.2796088Z [00:10:18.531]➜  x86_64-unknown-linux-musl-binutils>   CC       ip2k-dis.lo
2025-08-20T21:59:25.3166246Z [00:10:18.568]➜  x86_64-unknown-linux-musl-binutils>   CC       ip2k-ibld.lo
2025-08-20T21:59:25.5410957Z [00:10:18.793]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T21:59:25.5603416Z [00:10:18.811]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c conv_creds.c
2025-08-20T21:59:25.7084047Z [00:10:18.952]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c conv_princ.c
2025-08-20T21:59:25.9356177Z [00:10:19.182]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_addrs.c
2025-08-20T21:59:26.0455096Z [00:10:19.294]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T21:59:26.0514731Z [00:10:19.294]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T21:59:26.0724075Z [00:10:19.324]➜  x86_64-unknown-linux-musl-binutils>   CXX      fileread.o
2025-08-20T21:59:26.0954583Z [00:10:19.346]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_auth.c
2025-08-20T21:59:26.2497303Z [00:10:19.501]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for byte... no
2025-08-20T21:59:26.3765638Z [00:10:19.628]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_athctr.c
2025-08-20T21:59:26.4117383Z [00:10:19.663]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_cksum.c
2025-08-20T21:59:26.4260879Z [00:10:19.678]➜  x86_64-unknown-linux-musl-binutils>   CC       ip2k-opc.lo
2025-08-20T21:59:26.5050218Z [00:10:19.756]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_creds.c
2025-08-20T21:59:26.5793023Z [00:10:19.830]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_data.c
2025-08-20T21:59:26.6295458Z [00:10:19.880]➜  x86_64-unknown-linux-musl-binutils>   CXX      gc.o
2025-08-20T21:59:26.6935644Z [00:10:19.945]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for ushort... yes
2025-08-20T21:59:26.7211468Z [00:10:19.970]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_key.c
2025-08-20T21:59:26.8016600Z [00:10:20.053]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_princ.c
2025-08-20T21:59:26.8113843Z [00:10:20.062]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_tick.c
2025-08-20T21:59:26.8624590Z [00:10:20.114]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for u16... no
2025-08-20T21:59:26.9246690Z [00:10:20.175]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cp_key_cnt.c
2025-08-20T21:59:26.9731428Z [00:10:20.221]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c decode_kdc.c
2025-08-20T21:59:27.0203510Z [00:10:20.271]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c decrypt_tk.c
2025-08-20T21:59:27.0417020Z [00:10:20.290]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: creating directory build-aux
2025-08-20T21:59:27.0422176Z [00:10:20.290]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Libtool
2025-08-20T21:59:27.0423920Z [00:10:20.290]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T21:59:27.0425719Z [00:10:20.290]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:59:27.0427633Z [00:10:20.290]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:59:27.0591877Z [00:10:20.308]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for u32... no
2025-08-20T21:59:27.1376735Z [00:10:20.389]➜  x86_64-unknown-linux-musl-binutils>   CC       iq2000-asm.lo
2025-08-20T21:59:27.2056960Z [00:10:20.457]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for u64... no
2025-08-20T21:59:27.2100766Z [00:10:20.461]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c deltat.c
2025-08-20T21:59:27.2320508Z [00:10:20.483]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c enc_helper.c
2025-08-20T21:59:27.2461484Z [00:10:20.494]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c enc_keyhelper.c
2025-08-20T21:59:27.2736650Z [00:10:20.525]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c encode_kdc.c
2025-08-20T21:59:27.3809830Z [00:10:20.633]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_bswap32... yes
2025-08-20T21:59:27.3947451Z [00:10:20.643]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c encrypt_tk.c
2025-08-20T21:59:27.5276562Z [00:10:20.779]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c etype_list.c
2025-08-20T21:59:27.5883672Z [00:10:20.839]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c fast.c
2025-08-20T21:59:27.5890023Z [00:10:20.839]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_bswap64... yes
2025-08-20T21:59:27.6010865Z [00:10:20.843]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c fwd_tgt.c
2025-08-20T21:59:27.7186127Z [00:10:20.970]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gc_via_tkt.c
2025-08-20T21:59:27.8252103Z [00:10:21.074]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_ctz... yes
2025-08-20T21:59:27.9407481Z [00:10:21.192]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gen_seqnum.c
2025-08-20T21:59:28.0896290Z [00:10:21.341]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_ctzl... yes
2025-08-20T21:59:28.1230146Z [00:10:21.375]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Autoheader
2025-08-20T21:59:28.1284933Z [00:10:21.375]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:59:28.1338164Z [00:10:21.385]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gen_subkey.c
2025-08-20T21:59:28.2380694Z [00:10:21.489]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gen_save_subkey.c
2025-08-20T21:59:28.2787868Z [00:10:21.530]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c get_creds.c
2025-08-20T21:59:28.3735375Z [00:10:21.622]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_clz... yes
2025-08-20T21:59:28.4797241Z [00:10:21.731]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c get_etype_info.c
2025-08-20T21:59:28.5066828Z [00:10:21.758]➜  x86_64-unknown-linux-musl-binutils>   CXX      gdb-index.o
2025-08-20T21:59:28.5921461Z [00:10:21.840]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c get_in_tkt.c
2025-08-20T21:59:28.6169120Z [00:10:21.869]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __builtin_clzl... yes
2025-08-20T21:59:28.6766193Z [00:10:21.928]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gic_keytab.c
2025-08-20T21:59:28.7295986Z [00:10:21.981]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gic_opt.c
2025-08-20T21:59:28.9099572Z [00:10:22.162]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for __sync_synchronize... yes
2025-08-20T21:59:28.9316976Z [00:10:22.183]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gic_pwd.c
2025-08-20T21:59:29.0835937Z [00:10:22.333]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the variable length arrays are supported... yes
2025-08-20T21:59:29.1635890Z [00:10:22.412]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the visibility attribute is supported... yes
2025-08-20T21:59:29.2304710Z [00:10:22.482]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:9: installing 'build-aux/install-sh'
2025-08-20T21:59:29.2457131Z [00:10:22.497]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:9: installing 'build-aux/missing'
2025-08-20T21:59:29.2846354Z [00:10:22.536]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for broken visibility attribute... no
2025-08-20T21:59:29.4317330Z [00:10:22.683]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for broken alias attribute... no
2025-08-20T21:59:29.4415348Z [00:10:22.691]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: 'build-aux/install-sh' is updated
2025-08-20T21:59:29.4420367Z [00:10:22.691]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory 'doc'
2025-08-20T21:59:29.4425500Z [00:10:22.692]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: creating directory build-aux
2025-08-20T21:59:29.4430509Z [00:10:22.692]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T21:59:29.4887771Z [00:10:22.740]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c in_tkt_sky.c
2025-08-20T21:59:29.5516147Z [00:10:22.803]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c init_ctx.c
2025-08-20T21:59:29.5857253Z [00:10:22.837]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if gcc supports -fvisibility=hidden... yes
2025-08-20T21:59:29.6865665Z [00:10:22.935]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the GCC style aligned attribute is supported... yes
2025-08-20T21:59:29.7799785Z [00:10:23.032]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the GCC style packed attribute is supported... yes
2025-08-20T21:59:29.8551669Z [00:10:23.107]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether the GCC style may_alias attribute is supported... yes
2025-08-20T21:59:29.8584048Z [00:10:23.109]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_ctx.c
2025-08-20T21:59:29.8901385Z [00:10:23.138]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c init_keyblock.c
2025-08-20T21:59:29.9973785Z [00:10:23.248]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc_rep_dc.c
2025-08-20T21:59:30.0001600Z [00:10:23.252]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether 'asm' assembler keyword is supported... yes
2025-08-20T21:59:30.1185701Z [00:10:23.370]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
2025-08-20T21:59:30.1187652Z [00:10:23.370]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'build-aux/ltmain.sh'
2025-08-20T21:59:30.1641391Z [00:10:23.412]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kerrs.c
2025-08-20T21:59:30.1648601Z [00:10:23.416]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether '__asm__' assembler keyword is supported... yes
2025-08-20T21:59:30.2155227Z [00:10:23.467]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kfree.c
2025-08-20T21:59:30.2870115Z [00:10:23.537]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether inline assembly memory barrier is supported... yes
2025-08-20T21:59:30.2909512Z [00:10:23.537]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler is compatible for ARM assembly implementations... n/a
2025-08-20T21:59:30.2911647Z [00:10:23.537]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler is compatible for ARMv8/Aarch64 assembly implementations... n/a
2025-08-20T21:59:30.3284398Z [00:10:23.579]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T21:59:30.3286212Z [00:10:23.579]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T21:59:30.3562121Z [00:10:23.608]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T21:59:30.3620222Z [00:10:23.613]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c libdef_parse.c
2025-08-20T21:59:30.4246711Z [00:10:23.676]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T21:59:30.4580264Z [00:10:23.710]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T21:59:30.4858095Z [00:10:23.737]➜  libnl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T21:59:30.4922495Z [00:10:23.744]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler supports for CFI directives... yes
2025-08-20T21:59:30.5311435Z [00:10:23.781]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c mk_cred.c
2025-08-20T21:59:30.5695671Z [00:10:23.821]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T21:59:30.5704393Z [00:10:23.822]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T21:59:30.5706163Z [00:10:23.822]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T21:59:30.7092310Z [00:10:23.961]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler supports for ELF directives... yes
2025-08-20T21:59:30.7098427Z [00:10:23.961]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for _ prefix in compiled symbols...
2025-08-20T21:59:30.7827871Z [00:10:24.034]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c mk_error.c
2025-08-20T21:59:30.7997165Z [00:10:24.050]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c mk_priv.c
2025-08-20T21:59:30.8226597Z [00:10:24.074]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking architecture and mpi assembler functions... disabled
2025-08-20T21:59:30.9387802Z [00:10:24.186]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c mk_rep.c
2025-08-20T21:59:30.9754391Z [00:10:24.227]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports 'optimize' function attribute... yes
2025-08-20T21:59:31.0161264Z [00:10:24.267]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c mk_req.c
2025-08-20T21:59:31.0429242Z [00:10:24.295]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports 'ms_abi' function attribute... yes
2025-08-20T21:59:31.1242236Z [00:10:24.376]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports 'sysv_abi' function attribute... yes
2025-08-20T21:59:31.2286396Z [00:10:24.480]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether default calling convention is 'ms_abi'... no
2025-08-20T21:59:31.2883595Z [00:10:24.539]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c mk_req_ext.c
2025-08-20T21:59:31.3396477Z [00:10:24.589]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether default calling convention is 'sysv_abi'... yes
2025-08-20T21:59:31.3422527Z [00:10:24.590]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c mk_safe.c
2025-08-20T21:59:31.3535335Z [00:10:24.593]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pac.c
2025-08-20T21:59:31.4805921Z [00:10:24.729]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports '__thread' storage class specifier... yes
2025-08-20T21:59:31.4814450Z [00:10:24.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports SSSE3 instructions... n/a
2025-08-20T21:59:31.4816471Z [00:10:24.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports PCLMUL instructions... n/a
2025-08-20T21:59:31.4818528Z [00:10:24.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports SHA Extensions instructions... n/a
2025-08-20T21:59:31.4820722Z [00:10:24.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports SSE4.1 instructions... n/a
2025-08-20T21:59:31.4822566Z [00:10:24.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AVX instructions... n/a
2025-08-20T21:59:31.4824565Z [00:10:24.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AVX2 instructions... n/a
2025-08-20T21:59:31.4826745Z [00:10:24.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AVX512 instructions... n/a
2025-08-20T21:59:31.4828748Z [00:10:24.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports VAES and VPCLMUL instructions... n/a
2025-08-20T21:59:31.4830825Z [00:10:24.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports GFNI instructions... n/a
2025-08-20T21:59:31.4832840Z [00:10:24.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports BMI2 instructions... n/a
2025-08-20T21:59:31.4835047Z [00:10:24.733]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports x86/AVX512 intrinsics... n/a
2025-08-20T21:59:31.7060331Z [00:10:24.957]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pac_sign.c
2025-08-20T21:59:31.7688147Z [00:10:25.020]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler handles division correctly... yes
2025-08-20T21:59:31.7738886Z [00:10:25.025]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler is compatible for i386/amd64 assembly implementations... n/a
2025-08-20T21:59:31.7745561Z [00:10:25.025]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC assembler is compatible for Intel syntax assembly implementations... n/a
2025-08-20T21:59:31.7751282Z [00:10:25.025]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler is configured for ARMv6 or newer architecture... n/a
2025-08-20T21:59:31.7758004Z [00:10:25.025]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports NEON instructions... n/a
2025-08-20T21:59:31.7763532Z [00:10:25.025]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch32 Crypto Extension instructions... n/a
2025-08-20T21:59:31.7769205Z [00:10:25.025]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch64 NEON instructions... n/a
2025-08-20T21:59:31.7774893Z [00:10:25.026]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch64 Crypto Extension instructions... n/a
2025-08-20T21:59:31.7783754Z [00:10:25.030]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch64 SVE instructions... n/a
2025-08-20T21:59:31.7799291Z [00:10:25.032]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch64 SVE2 instructions... n/a
2025-08-20T21:59:31.7807381Z [00:10:25.032]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports AArch64 SHA3/SHA512/SM3/SM4 instructions... n/a
2025-08-20T21:59:31.7880590Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports AArch64/NEON/crypto intrinsics... n/a
2025-08-20T21:59:31.7883914Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports PowerPC AltiVec/VSX/crypto intrinsics... n/a
2025-08-20T21:59:31.7912363Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports PowerPC AltiVec/VSX/crypto instructions... n/a
2025-08-20T21:59:31.7940727Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports PowerISA 3.00 instructions... n/a
2025-08-20T21:59:31.7945021Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports GCC PowerPC target attributes... n/a
2025-08-20T21:59:31.8005397Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports clang PowerPC target attributes... n/a
2025-08-20T21:59:31.8007604Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports zSeries instructions... n/a
2025-08-20T21:59:31.8009543Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports zSeries vector instructions... n/a
2025-08-20T21:59:31.8011427Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports RISC-V instructions... n/a
2025-08-20T21:59:31.8013972Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether GCC inline assembler supports RISC-V vector instructions... n/a
2025-08-20T21:59:31.8016002Z [00:10:25.040]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether compiler supports RISC-V vector intrinsics... n/a
2025-08-20T21:59:31.8023428Z [00:10:25.041]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c padata.c
2025-08-20T21:59:31.8605968Z [00:10:25.112]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c parse.c
2025-08-20T21:59:31.9321441Z [00:10:25.180]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c parse_host_string.c
2025-08-20T21:59:32.0026600Z [00:10:25.254]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for vprintf... yes
2025-08-20T21:59:32.2521534Z [00:10:25.500]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c plugin.c
2025-08-20T21:59:32.2748837Z [00:10:25.527]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for stpcpy... yes
2025-08-20T21:59:32.4856727Z [00:10:25.737]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pr_to_salt.c
2025-08-20T21:59:32.5177253Z [00:10:25.769]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c preauth2.c
2025-08-20T21:59:32.5824821Z [00:10:25.834]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for strcasecmp... yes
2025-08-20T21:59:32.7571867Z [00:10:26.005]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c preauth_ec.c
2025-08-20T21:59:32.7701118Z [00:10:26.014]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c preauth_encts.c
2025-08-20T21:59:32.8378835Z [00:10:26.090]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for strtoul... yes
2025-08-20T21:59:32.8601874Z [00:10:26.112]➜  x86_64-unknown-linux-musl-binutils>   CC       iq2000-desc.lo
2025-08-20T21:59:33.3095634Z [00:10:26.558]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for memmove... yes
2025-08-20T21:59:33.3107113Z [00:10:26.559]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c preauth_otp.c
2025-08-20T21:59:33.4463880Z [00:10:26.697]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c preauth_pkinit.c
2025-08-20T21:59:33.6305408Z [00:10:26.880]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for stricmp... no
2025-08-20T21:59:33.6631090Z [00:10:26.911]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c preauth_sam2.c
2025-08-20T21:59:33.7939731Z [00:10:27.045]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c princ_comp.c
2025-08-20T21:59:33.8717380Z [00:10:27.123]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for atexit... yes
2025-08-20T21:59:33.8865555Z [00:10:27.135]➜  x86_64-unknown-linux-musl-binutils>   CC       iq2000-dis.lo
2025-08-20T21:59:34.0954126Z [00:10:27.346]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c privsafe.c
2025-08-20T21:59:34.1674518Z [00:10:27.416]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for raise... yes
2025-08-20T21:59:34.3981740Z [00:10:27.642]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c random_str.c
2025-08-20T21:59:34.5078971Z [00:10:27.760]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for strerror... yes
2025-08-20T21:59:34.6251641Z [00:10:27.873]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rd_cred.c
2025-08-20T21:59:34.7737289Z [00:10:28.025]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rd_error.c
2025-08-20T21:59:34.7775293Z [00:10:28.029]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rd_priv.c
2025-08-20T21:59:34.7952655Z [00:10:28.047]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for rand... yes
2025-08-20T21:59:34.9319710Z [00:10:28.181]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rd_rep.c
2025-08-20T21:59:34.9918837Z [00:10:28.244]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for mmap... yes
2025-08-20T21:59:35.0986820Z [00:10:28.350]➜  x86_64-unknown-linux-musl-binutils>   CC       iq2000-ibld.lo
2025-08-20T21:59:35.1543848Z [00:10:28.405]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rd_req.c
2025-08-20T21:59:35.2523711Z [00:10:28.504]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for getpagesize... yes
2025-08-20T21:59:35.2553899Z [00:10:28.505]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rd_req_dec.c
2025-08-20T21:59:35.3400932Z [00:10:28.589]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rd_safe.c
2025-08-20T21:59:35.6246205Z [00:10:28.876]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sysconf... yes
2025-08-20T21:59:35.6331546Z [00:10:28.884]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c recvauth.c
2025-08-20T21:59:35.6606327Z [00:10:28.911]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c response_items.c
2025-08-20T21:59:35.7081781Z [00:10:28.959]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c s4u_creds.c
2025-08-20T21:59:35.7496453Z [00:10:29.001]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T21:59:35.8684338Z [00:10:29.120]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for waitpid... yes
2025-08-20T21:59:35.9292843Z [00:10:29.177]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sendauth.c
2025-08-20T21:59:36.0814058Z [00:10:29.333]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for wait4... yes
2025-08-20T21:59:36.2021126Z [00:10:29.453]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c send_tgs.c
2025-08-20T21:59:36.3046627Z [00:10:29.556]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ser_actx.c
2025-08-20T21:59:36.3754562Z [00:10:29.627]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gettimeofday... yes
2025-08-20T21:59:36.4213111Z [00:10:29.672]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ser_adata.c
2025-08-20T21:59:36.6008746Z [00:10:29.852]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for getrusage... yes
2025-08-20T21:59:36.6589192Z [00:10:29.911]➜  x86_64-unknown-linux-musl-binutils>   CC       iq2000-opc.lo
2025-08-20T21:59:36.7830248Z [00:10:30.034]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ser_addr.c
2025-08-20T21:59:36.8597130Z [00:10:30.111]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for gethrtime... no
2025-08-20T21:59:36.9183598Z [00:10:30.163]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ser_auth.c
2025-08-20T21:59:36.9431229Z [00:10:30.185]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ser_cksum.c
2025-08-20T21:59:36.9444344Z [00:10:30.193]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ser_ctx.c
2025-08-20T21:59:37.1940598Z [00:10:30.444]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for clock_gettime... yes
2025-08-20T21:59:37.3227030Z [00:10:30.574]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ser_key.c
2025-08-20T21:59:37.3964652Z [00:10:30.647]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ser_princ.c
2025-08-20T21:59:37.4990689Z [00:10:30.751]➜  x86_64-unknown-linux-musl-binutils>   CC       kvx-opc.lo
2025-08-20T21:59:37.5761669Z [00:10:30.827]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c serialize.c
2025-08-20T21:59:37.5769500Z [00:10:30.829]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for syslog... yes
2025-08-20T21:59:37.6396972Z [00:10:30.885]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:64: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
2025-08-20T21:59:37.6399114Z [00:10:30.885]➜  libnl-static-x86_64-unknown-linux-musl> ./lib/autoconf/specific.m4:541: AC_USE_SYSTEM_EXTENSIONS is expanded from...
2025-08-20T21:59:37.6404924Z [00:10:30.885]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:64: the top level
2025-08-20T21:59:37.8509113Z [00:10:31.094]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c set_realm.c
2025-08-20T21:59:37.9071697Z [00:10:31.157]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sname_match.c
2025-08-20T21:59:37.9178140Z [00:10:31.170]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for syscall... yes
2025-08-20T21:59:37.9704945Z [00:10:31.221]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c srv_dec_tkt.c
2025-08-20T21:59:38.0300877Z [00:10:31.275]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c srv_rcache.c
2025-08-20T21:59:38.0490195Z [00:10:31.300]➜  x86_64-unknown-linux-musl-binutils>   CXX      gold.o
2025-08-20T21:59:38.2134715Z [00:10:31.465]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for fcntl... yes
2025-08-20T21:59:38.2276516Z [00:10:31.479]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c str_conv.c
2025-08-20T21:59:38.3171532Z [00:10:31.566]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c tgtname.c
2025-08-20T21:59:38.4021555Z [00:10:31.648]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c unparse.c
2025-08-20T21:59:38.4180761Z [00:10:31.662]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c val_renew.c
2025-08-20T21:59:38.4718677Z [00:10:31.723]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c valid_times.c
2025-08-20T21:59:38.5435432Z [00:10:31.794]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for ftruncate... yes
2025-08-20T21:59:38.6999914Z [00:10:31.951]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c vfy_increds.c
2025-08-20T21:59:38.8315093Z [00:10:32.083]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for flockfile... yes
2025-08-20T21:59:38.8684640Z [00:10:32.120]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T21:59:38.9242135Z [00:10:32.175]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c vic_opt.c
2025-08-20T21:59:38.9572137Z [00:10:32.208]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DDYNOBJEXT=\".so-nobuild\" -I../../../include -I../../../include -I./../os -I../../.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c walk_rtree.c
2025-08-20T21:59:39.0899102Z [00:10:32.342]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for getauxval... yes
2025-08-20T21:59:39.3563483Z [00:10:32.606]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for elf_aux_info... no
2025-08-20T21:59:39.5185232Z [00:10:32.770]➜  x86_64-unknown-linux-musl-binutils>   CXX      gold-threads.o
2025-08-20T21:59:39.6435563Z [00:10:32.892]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for explicit_bzero... yes
2025-08-20T21:59:39.9284942Z [00:10:33.180]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for explicit_memset... no
2025-08-20T21:59:40.0946397Z [00:10:33.346]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:40.1010099Z [00:10:33.353]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/krb'
2025-08-20T21:59:40.1137419Z [00:10:33.365]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/krb5/os...
2025-08-20T21:59:40.1291515Z [00:10:33.381]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/os'
2025-08-20T21:59:40.1367585Z [00:10:33.388]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c accessor.c
2025-08-20T21:59:40.1447856Z [00:10:33.396]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c c_ustime.c
2025-08-20T21:59:40.1584028Z [00:10:33.409]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccdefname.c
2025-08-20T21:59:40.1622667Z [00:10:33.413]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c changepw.c
2025-08-20T21:59:40.1699057Z [00:10:33.420]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c dnsglue.c
2025-08-20T21:59:40.2728753Z [00:10:33.525]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for getentropy... yes
2025-08-20T21:59:40.3519821Z [00:10:33.604]➜  x86_64-unknown-linux-musl-binutils>   CXX      icf.o
2025-08-20T21:59:40.5498171Z [00:10:33.801]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c dnssrv.c
2025-08-20T21:59:40.5818720Z [00:10:33.833]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c expand_path.c
2025-08-20T21:59:40.6212058Z [00:10:33.873]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sysctlbyname... no
2025-08-20T21:59:40.6287320Z [00:10:33.880]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c full_ipadr.c
2025-08-20T21:59:40.8069756Z [00:10:34.059]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T21:59:40.8502841Z [00:10:34.098]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gen_port.c
2025-08-20T21:59:40.9258729Z [00:10:34.178]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for mlock... yes
2025-08-20T21:59:40.9337319Z [00:10:34.185]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for sysconf... (cached) yes
2025-08-20T21:59:40.9340124Z [00:10:34.185]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for getpagesize... (cached) yes
2025-08-20T21:59:40.9342638Z [00:10:34.185]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether mlock is broken... assuming no
2025-08-20T21:59:40.9344751Z [00:10:34.185]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for random device... yes
2025-08-20T21:59:40.9346465Z [00:10:34.185]➜  libgcrypt-static-x86_64-unknown-linux-musl> configure: checking for cc features
2025-08-20T21:59:40.9355614Z [00:10:34.185]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c genaddrs.c
2025-08-20T21:59:41.0492265Z [00:10:34.301]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking if gcc supports -fno-delete-null-pointer-checks... yes
2025-08-20T21:59:41.0507033Z [00:10:34.302]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether non excutable stack support is requested... yes
2025-08-20T21:59:41.1033090Z [00:10:34.354]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gen_rname.c
2025-08-20T21:59:41.2552993Z [00:10:34.503]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hostaddr.c
2025-08-20T21:59:41.2652374Z [00:10:34.506]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hostrealm.c
2025-08-20T21:59:41.2802545Z [00:10:34.520]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hostrealm_dns.c
2025-08-20T21:59:41.2885379Z [00:10:34.537]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking whether assembler supports --noexecstack option... yes
2025-08-20T21:59:41.3091862Z [00:10:34.561]➜  x86_64-unknown-linux-musl-binutils>   CC       kvx-dis.lo
2025-08-20T21:59:41.4798273Z [00:10:34.731]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hostrealm_domain.c
2025-08-20T21:59:41.5524476Z [00:10:34.803]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hostrealm_profile.c
2025-08-20T21:59:41.5678346Z [00:10:34.819]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T21:59:41.5679861Z [00:10:34.819]➜  libgcrypt-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T21:59:41.6614818Z [00:10:34.908]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hostrealm_registry.c
2025-08-20T21:59:41.7630945Z [00:10:35.010]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c init_os_ctx.c
2025-08-20T21:59:41.9371527Z [00:10:35.188]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c krbfileio.c
2025-08-20T21:59:41.9749902Z [00:10:35.226]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktdefname.c
2025-08-20T21:59:41.9917020Z [00:10:35.238]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c mk_faddr.c
2025-08-20T21:59:42.1686952Z [00:10:35.420]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:45: installing 'build-aux/ar-lib'
2025-08-20T21:59:42.1795782Z [00:10:35.431]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:45: installing 'build-aux/compile'
2025-08-20T21:59:42.1945683Z [00:10:35.441]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:70: installing 'build-aux/config.guess'
2025-08-20T21:59:42.2004862Z [00:10:35.450]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:70: installing 'build-aux/config.sub'
2025-08-20T21:59:42.2175451Z [00:10:35.466]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:43: installing 'build-aux/install-sh'
2025-08-20T21:59:42.2238388Z [00:10:35.470]➜  libnl-static-x86_64-unknown-linux-musl> configure.ac:43: installing 'build-aux/missing'
2025-08-20T21:59:42.3056392Z [00:10:35.556]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c localaddr.c
2025-08-20T21:59:42.4172167Z [00:10:35.668]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c localauth.c
2025-08-20T21:59:42.4273046Z [00:10:35.674]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c localauth_an2ln.c
2025-08-20T21:59:42.4876396Z [00:10:35.738]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c localauth_k5login.c
2025-08-20T21:59:42.5405970Z [00:10:35.791]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c localauth_names.c
2025-08-20T21:59:42.7760478Z [00:10:36.027]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c localauth_rule.c
2025-08-20T21:59:42.9091531Z [00:10:36.160]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c locate_kdc.c
2025-08-20T21:59:42.9296926Z [00:10:36.181]➜  libnl-static-x86_64-unknown-linux-musl> Makefile.am: installing 'build-aux/depcomp'
2025-08-20T21:59:43.0248932Z [00:10:36.276]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c lock_file.c
2025-08-20T21:59:43.1577197Z [00:10:36.409]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c net_read.c
2025-08-20T21:59:43.2715298Z [00:10:36.520]➜  libcap-static-x86_64-unknown-linux-musl> diff -u ../cap/names.go good-names.go
2025-08-20T21:59:43.2780653Z [00:10:36.530]➜  libcap-static-x86_64-unknown-linux-musl> touch CAPGOPACKAGE
2025-08-20T21:59:43.2820678Z [00:10:36.534]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" CGO_ENABLED="" go build  -mod=vendor -o web ../goapps/web/web.go
2025-08-20T21:59:43.3789291Z [00:10:36.630]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c net_write.c
2025-08-20T21:59:43.4392473Z [00:10:36.690]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c port2ip.c
2025-08-20T21:59:43.4792506Z [00:10:36.726]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prompter.c
2025-08-20T21:59:43.5401105Z [00:10:36.791]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c read_msg.c
2025-08-20T21:59:43.6655364Z [00:10:36.917]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T21:59:43.6657073Z [00:10:36.917]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Libgcrypt v1.11.1 has been configured as follows:
2025-08-20T21:59:43.6658576Z [00:10:36.917]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T21:59:43.6664417Z [00:10:36.918]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Platform:                  GNU/Linux (x86_64-unknown-linux-musl)
2025-08-20T21:59:43.6666121Z [00:10:36.918]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Hardware detection module: none
2025-08-20T21:59:43.6944472Z [00:10:36.946]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Enabled cipher algorithms: arcfour blowfish cast5 des aes twofish
2025-08-20T21:59:43.6949566Z [00:10:36.946]➜  libgcrypt-static-x86_64-unknown-linux-musl>                                    serpent rfc2268 seed camellia idea salsa20
2025-08-20T21:59:43.6954536Z [00:10:36.946]➜  libgcrypt-static-x86_64-unknown-linux-musl>                                    gost28147 chacha20 sm4 aria
2025-08-20T21:59:43.7405507Z [00:10:36.981]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Enabled digest algorithms: crc gostr3411-94 md4 md5 rmd160 sha1
2025-08-20T21:59:43.7410986Z [00:10:36.981]➜  libgcrypt-static-x86_64-unknown-linux-musl>                                    sha256 sha512 sha3 tiger whirlpool stribog
2025-08-20T21:59:43.7412594Z [00:10:36.981]➜  libgcrypt-static-x86_64-unknown-linux-musl>                                    blake2 sm3
2025-08-20T21:59:43.7476570Z [00:10:36.999]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Enabled kdf algorithms:    s2k pkdf2 scrypt
2025-08-20T21:59:43.7710334Z [00:10:37.023]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Enabled pubkey algorithms: dsa elgamal rsa ecc kyber
2025-08-20T21:59:43.7817541Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Random number generator:   default
2025-08-20T21:59:43.7819546Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using jitter entropy:  yes
2025-08-20T21:59:43.7821132Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Using linux capabilities:  no
2025-08-20T21:59:43.7822480Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         FIPS module version:
2025-08-20T21:59:43.7824024Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Padlock crypto:  n/a
2025-08-20T21:59:43.7825981Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using AES-NI crypto:   n/a
2025-08-20T21:59:43.7827130Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel SHAEXT:    n/a
2025-08-20T21:59:43.7828305Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel PCLMUL:    n/a
2025-08-20T21:59:43.7829499Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel SSE4.1:    n/a
2025-08-20T21:59:43.7830731Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using DRNG (RDRAND):   n/a
2025-08-20T21:59:43.7832205Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel AVX:       n/a
2025-08-20T21:59:43.7833613Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel AVX2:      n/a
2025-08-20T21:59:43.7834875Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel AVX512:    n/a
2025-08-20T21:59:43.7836087Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using Intel GFNI:      n/a
2025-08-20T21:59:43.7837293Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using ARM NEON:        n/a
2025-08-20T21:59:43.7838731Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using ARMv8 crypto:    n/a
2025-08-20T21:59:43.7839956Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using ARMv8 SVE:       n/a
2025-08-20T21:59:43.7841105Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using ARMv9 SVE2:      n/a
2025-08-20T21:59:43.7842255Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl>         Try using PPC crypto:      n/a
2025-08-20T21:59:43.7843375Z [00:10:37.033]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T21:59:43.7913860Z [00:10:37.042]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c read_pwd.c
2025-08-20T21:59:43.9549136Z [00:10:37.206]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c realm_dom.c
2025-08-20T21:59:43.9680779Z [00:10:37.219]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sendto_kdc.c
2025-08-20T21:59:44.0626210Z [00:10:37.313]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./config.status
2025-08-20T21:59:44.1106379Z [00:10:37.361]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sn2princ.c
2025-08-20T21:59:44.3974686Z [00:10:37.642]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c thread_safe.c
2025-08-20T21:59:44.4145234Z [00:10:37.665]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c timeofday.c
2025-08-20T21:59:44.4833790Z [00:10:37.732]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c toffset.c
2025-08-20T21:59:44.8081877Z [00:10:38.059]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c trace.c
2025-08-20T21:59:44.8658103Z [00:10:38.115]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c unlck_file.c
2025-08-20T21:59:44.9370686Z [00:10:38.188]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ustime.c
2025-08-20T21:59:45.1475919Z [00:10:38.395]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T21:59:45.2121844Z [00:10:38.462]➜  libnl-static-x86_64-unknown-linux-musl> parallel-tests: installing 'build-aux/test-driver'
2025-08-20T21:59:45.2496253Z [00:10:38.501]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating m4/Makefile
2025-08-20T21:59:45.2843493Z [00:10:38.535]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -DBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin\" -DSBINDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin\" -I../../../include -I../../../include -I../../../util/profile -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c write_msg.c
2025-08-20T21:59:45.3852584Z [00:10:38.637]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating compat/Makefile
2025-08-20T21:59:45.4696010Z [00:10:38.721]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating mpi/Makefile
2025-08-20T21:59:45.6232599Z [00:10:38.875]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating cipher/Makefile
2025-08-20T21:59:45.8017330Z [00:10:39.053]➜  libnl-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T21:59:45.8044491Z [00:10:39.056]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating random/Makefile
2025-08-20T21:59:45.8233666Z [00:10:39.075]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:59:45.8637472Z [00:10:39.115]➜  libnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:59:45.9052543Z [00:10:39.157]➜  libnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:59:45.9146124Z [00:10:39.166]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T21:59:45.9348894Z [00:10:39.187]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T21:59:45.9483838Z [00:10:39.200]➜  libnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T21:59:45.9687429Z [00:10:39.220]➜  libnl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T21:59:45.9829785Z [00:10:39.234]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T21:59:46.0358816Z [00:10:39.288]➜  libnl-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T21:59:46.0471401Z [00:10:39.299]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T21:59:46.0774867Z [00:10:39.329]➜  libnl-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T21:59:46.1635716Z [00:10:39.415]➜  libnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T21:59:46.1695370Z [00:10:39.421]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating src/gcrypt.h
2025-08-20T21:59:46.1821370Z [00:10:39.434]➜  libnl-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T21:59:46.2545012Z [00:10:39.504]➜  libnl-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0 --bindir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin --sbindir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/sbin --includedir=/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include --mandir=/nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man/share/man --infodir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/share/info --docdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/share/doc/libnl --libdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib --libexecdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/libexec --localedir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T21:59:46.2915113Z [00:10:39.540]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating src/libgcrypt-config
2025-08-20T21:59:46.3944413Z [00:10:39.646]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating src/libgcrypt.pc
2025-08-20T21:59:46.4555351Z [00:10:39.707]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating src/versioninfo.rc
2025-08-20T21:59:46.5569178Z [00:10:39.809]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T21:59:46.6241376Z [00:10:39.876]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating tests/hashtest-6g
2025-08-20T21:59:46.6928579Z [00:10:39.944]➜  x86_64-unknown-linux-musl-binutils>   CXX      incremental.o
2025-08-20T21:59:46.6929805Z [00:10:39.944]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating tests/hashtest-256g
2025-08-20T21:59:46.7776135Z [00:10:40.029]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating tests/basic-disable-all-hwf
2025-08-20T21:59:46.8392156Z [00:10:40.091]➜  libnl-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T21:59:46.8473925Z [00:10:40.099]➜  libnl-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T21:59:46.8648030Z [00:10:40.116]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T21:59:46.8766220Z [00:10:40.125]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T21:59:46.8851645Z [00:10:40.137]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: config.h is unchanged
2025-08-20T21:59:46.8875893Z [00:10:40.139]➜  libnl-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T21:59:46.8908794Z [00:10:40.143]➜  libnl-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T21:59:46.9116722Z [00:10:40.163]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-add1.c to mpi/mpih-add1.c
2025-08-20T21:59:46.9183728Z [00:10:40.170]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T21:59:46.9423981Z [00:10:40.193]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T21:59:46.9438919Z [00:10:40.196]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-sub1.c to mpi/mpih-sub1.c
2025-08-20T21:59:46.9654883Z [00:10:40.217]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-mul1.c to mpi/mpih-mul1.c
2025-08-20T21:59:46.9709832Z [00:10:40.223]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T21:59:47.0021153Z [00:10:40.252]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T21:59:47.0023103Z [00:10:40.252]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-mul2.c to mpi/mpih-mul2.c
2025-08-20T21:59:47.0025072Z [00:10:40.252]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T21:59:47.0380279Z [00:10:40.285]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-mul3.c to mpi/mpih-mul3.c
2025-08-20T21:59:47.0571318Z [00:10:40.309]➜  x86_64-unknown-linux-musl-binutils>   CC       lm32-asm.lo
2025-08-20T21:59:47.0717578Z [00:10:40.323]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-lshift.c to mpi/mpih-lshift.c
2025-08-20T21:59:47.1042378Z [00:10:40.356]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpih-rshift.c to mpi/mpih-rshift.c
2025-08-20T21:59:47.1265337Z [00:10:40.378]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: linking mpi/generic/mpi-asm-defs.h to mpi/mpi-asm-defs.h
2025-08-20T21:59:47.1384789Z [00:10:40.390]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T21:59:47.1545513Z [00:10:40.406]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T21:59:47.4359130Z [00:10:40.688]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:47.4374142Z [00:10:40.688]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/os'
2025-08-20T21:59:47.4418383Z [00:10:40.694]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/krb5/rcache...
2025-08-20T21:59:47.4645049Z [00:10:40.716]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/rcache'
2025-08-20T21:59:47.4709727Z [00:10:40.718]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c memrcache.c
2025-08-20T21:59:47.4868296Z [00:10:40.738]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rc_base.c
2025-08-20T21:59:47.5009547Z [00:10:40.744]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rc_dfl.c
2025-08-20T21:59:47.5049292Z [00:10:40.754]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rc_file2.c
2025-08-20T21:59:47.5104727Z [00:10:40.762]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rc_none.c
2025-08-20T21:59:47.5206585Z [00:10:40.772]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T21:59:47.5218090Z [00:10:40.772]➜  libnl-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T21:59:47.5267953Z [00:10:40.777]➜  libgcrypt-static-x86_64-unknown-linux-musl> config.status: executing gcrypt-conf commands
2025-08-20T21:59:47.5925898Z [00:10:40.835]➜  libgcrypt-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T21:59:47.5987833Z [00:10:40.844]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1'
2025-08-20T21:59:47.6562475Z [00:10:40.908]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making all in compat
2025-08-20T21:59:47.6717419Z [00:10:40.923]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/compat'
2025-08-20T21:59:47.6721200Z [00:10:40.923]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include   -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o compat.lo compat.c
2025-08-20T21:59:47.7437072Z [00:10:40.992]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c compat.c -o compat.o
2025-08-20T21:59:47.8575065Z [00:10:41.107]➜  libnl-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T21:59:47.8740442Z [00:10:41.121]➜  libnl-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T21:59:48.0131298Z [00:10:41.264]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall   -o libcompat.la  compat.lo
2025-08-20T21:59:48.0711408Z [00:10:41.323]➜  libnl-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T21:59:48.2264032Z [00:10:41.478]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T21:59:48.2328416Z [00:10:41.484]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cru .libs/libcompat.a  compat.o
2025-08-20T21:59:48.2348383Z [00:10:41.485]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T21:59:48.2373395Z [00:10:41.489]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libcompat.a
2025-08-20T21:59:48.2716312Z [00:10:41.523]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" )
2025-08-20T21:59:48.2795640Z [00:10:41.531]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/compat'
2025-08-20T21:59:48.2796964Z [00:10:41.531]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making all in mpi
2025-08-20T21:59:48.2798253Z [00:10:41.531]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/mpi'
2025-08-20T21:59:48.2837277Z [00:10:41.533]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-add.lo mpi-add.c
2025-08-20T21:59:48.2843505Z [00:10:41.534]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-bit.lo mpi-bit.c
2025-08-20T21:59:48.2849482Z [00:10:41.536]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-cmp.lo mpi-cmp.c
2025-08-20T21:59:48.2957964Z [00:10:41.544]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-div.lo mpi-div.c
2025-08-20T21:59:48.2964493Z [00:10:41.546]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-gcd.lo mpi-gcd.c
2025-08-20T21:59:48.3424912Z [00:10:41.592]➜  libnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T21:59:48.3445134Z [00:10:41.596]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-add.c -o mpi-add.o
2025-08-20T21:59:48.3538672Z [00:10:41.605]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-cmp.c -o mpi-cmp.o
2025-08-20T21:59:48.3614949Z [00:10:41.605]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-bit.c -o mpi-bit.o
2025-08-20T21:59:48.3619589Z [00:10:41.613]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-div.c -o mpi-div.o
2025-08-20T21:59:48.3775971Z [00:10:41.623]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-gcd.c -o mpi-gcd.o
2025-08-20T21:59:48.5058131Z [00:10:41.757]➜  x86_64-unknown-linux-musl-binutils>   CC       lm32-desc.lo
2025-08-20T21:59:48.6065179Z [00:10:41.857]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:48.6077117Z [00:10:41.859]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/rcache'
2025-08-20T21:59:48.6295040Z [00:10:41.867]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/krb5/unicode...
2025-08-20T21:59:48.6329538Z [00:10:41.885]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/unicode'
2025-08-20T21:59:48.6573588Z [00:10:41.902]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ucstr.c
2025-08-20T21:59:48.6788893Z [00:10:41.930]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-inline.lo mpi-inline.c
2025-08-20T21:59:48.7454909Z [00:10:41.993]➜  krb5-static-x86_64-unknown-linux-musl> touch .links
2025-08-20T21:59:48.7530935Z [00:10:42.004]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ucdata.c
2025-08-20T21:59:48.7538445Z [00:10:42.004]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-inline.c -o mpi-inline.o
2025-08-20T21:59:48.8059171Z [00:10:42.054]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T21:59:48.8385079Z [00:10:42.082]➜  x86_64-unknown-linux-musl-binutils>   CXX      int_encoding.o
2025-08-20T21:59:48.8578431Z [00:10:42.106]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-inv.lo mpi-inv.c
2025-08-20T21:59:48.9333547Z [00:10:42.185]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-inv.c -o mpi-inv.o
2025-08-20T21:59:49.1011301Z [00:10:42.353]➜  libnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T21:59:49.1013511Z [00:10:42.353]➜  libnl-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T21:59:49.1015351Z [00:10:42.353]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T21:59:49.2805521Z [00:10:42.532]➜  libnl-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T21:59:49.3626101Z [00:10:42.614]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-mul.lo mpi-mul.c
2025-08-20T21:59:49.3857908Z [00:10:42.618]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-mod.lo mpi-mod.c
2025-08-20T21:59:49.4371735Z [00:10:42.689]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-mul.c -o mpi-mul.o
2025-08-20T21:59:49.4427397Z [00:10:42.694]➜  libnl-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T21:59:49.4534594Z [00:10:42.704]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-pow.lo mpi-pow.c
2025-08-20T21:59:49.4616606Z [00:10:42.713]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-mod.c -o mpi-mod.o
2025-08-20T21:59:49.5217651Z [00:10:42.770]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-pow.c -o mpi-pow.o
2025-08-20T21:59:49.5664311Z [00:10:42.818]➜  libnl-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T21:59:49.5678134Z [00:10:42.819]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-mpow.lo mpi-mpow.c
2025-08-20T21:59:49.6325862Z [00:10:42.880]➜  x86_64-unknown-linux-musl-binutils>   CC       lm32-dis.lo
2025-08-20T21:59:49.6527271Z [00:10:42.900]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-mpow.c -o mpi-mpow.o
2025-08-20T21:59:49.7474726Z [00:10:42.994]➜  libnl-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T21:59:49.9414474Z [00:10:43.193]➜  libnl-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T21:59:50.0351485Z [00:10:43.287]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpi-scan.lo mpi-scan.c
2025-08-20T21:59:50.0912950Z [00:10:43.343]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpi-scan.c -o mpi-scan.o
2025-08-20T21:59:50.1063945Z [00:10:43.358]➜  libnl-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T21:59:50.2499755Z [00:10:43.501]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpicoder.lo mpicoder.c
2025-08-20T21:59:50.2600948Z [00:10:43.510]➜  libnl-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T21:59:50.3027983Z [00:10:43.550]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-div.lo mpih-div.c
2025-08-20T21:59:50.3136951Z [00:10:43.561]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpicoder.c -o mpicoder.o
2025-08-20T21:59:50.3758474Z [00:10:43.627]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-div.c -o mpih-div.o
2025-08-20T21:59:50.4577794Z [00:10:43.709]➜  libnl-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T21:59:50.4772041Z [00:10:43.729]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-mul.lo mpih-mul.c
2025-08-20T21:59:50.5497413Z [00:10:43.794]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-mul.c -o mpih-mul.o
2025-08-20T21:59:50.6200478Z [00:10:43.872]➜  libnl-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T21:59:50.7375998Z [00:10:43.989]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-pow.lo mpih-pow.c
2025-08-20T21:59:50.7985515Z [00:10:44.050]➜  libnl-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T21:59:50.8197411Z [00:10:44.070]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-pow.c -o mpih-pow.o
2025-08-20T21:59:50.9876915Z [00:10:44.239]➜  x86_64-unknown-linux-musl-binutils>   CC       lm32-ibld.lo
2025-08-20T21:59:51.0327530Z [00:10:44.284]➜  libnl-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T21:59:51.2424931Z [00:10:44.486]➜  libnl-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T21:59:51.2569346Z [00:10:44.508]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-const-time.lo mpih-const-time.c
2025-08-20T21:59:51.3139511Z [00:10:44.565]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpiutil.lo mpiutil.c
2025-08-20T21:59:51.3247911Z [00:10:44.571]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-const-time.c -o mpih-const-time.o
2025-08-20T21:59:51.3345156Z [00:10:44.572]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:51.3346901Z [00:10:44.573]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/unicode'
2025-08-20T21:59:51.3348360Z [00:10:44.573]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5.a
2025-08-20T21:59:51.3383944Z [00:10:44.590]➜  krb5-static-x86_64-unknown-linux-musl> building static krb5 library
2025-08-20T21:59:51.3547631Z [00:10:44.590]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST error_tables/OBJS.ST asn.1/OBJS.ST ccache/OBJS.ST keytab/OBJS.ST krb/OBJS.ST rcache/OBJS.ST unicode/OBJS.ST os/OBJS.ST ../../util/profile/OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5.a $objlist
2025-08-20T21:59:51.3550293Z [00:10:44.599]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T21:59:51.3552670Z [00:10:44.603]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST error_tables/OBJS.ST asn.1/OBJS.ST ccache/OBJS.ST keytab/OBJS.ST krb/OBJS.ST rcache/OBJS.ST unicode/OBJS.ST os/OBJS.ST ../../util/profile/OBJS.ST
2025-08-20T21:59:51.3698499Z [00:10:44.621]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpiutil.c -o mpiutil.o
2025-08-20T21:59:51.3758856Z [00:10:44.625]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=$' krb5_libinit.o\n error_tables/asn1_err.o error_tables/kdb5_err.o error_tables/krb5_err.o error_tables/k5e1_err.o error_tables/kv5m_err.o error_tables/krb524_err.o\n asn.1/asn1_encode.o asn.1/asn1_k_encode.o asn.1/ldap_key_seq.o\n ccache/ccapi_util.o ccache/ccbase.o ccache/cccopy.o ccache/cccursor.o ccache/ccdefault.o ccache/ccdefops.o ccache/ccmarshal.o ccache/ccselect.o ccache/ccselect_hostname.o ccache/ccselect_k5identity.o ccache/ccselect_realm.o ccache/cc_api_macos.o ccache/cc_dir.o ccache/cc_retr.o ccache/cc_file.o ccache/cc_kcm.o ccache/cc_memory.o ccache/cc_keyring.o ccache/ccfns.o\n keytab/ktadd.o keytab/ktbase.o keytab/ktdefault.o keytab/ktfr_entry.o keytab/ktremove.o keytab/ktfns.o keytab/kt_file.o keytab/kt_memory.o keytab/read_servi.o\n krb/addr_comp.o krb/addr_order.o krb/addr_srch.o krb/allow_weak.o krb/appdefault.o krb/ai_authdata.o krb/auth_con.o krb/cammac_util.o krb/authdata.o krb/authdata_exp.o krb/authdata_enc.o krb/authdata_dec.o krb/bld_pr_ext.o krb/bld_princ.o krb/chk_trans.o krb/chpw.o krb/conv_creds.o krb/conv_princ.o krb/copy_addrs.o krb/copy_auth.o krb/copy_athctr.o krb/copy_cksum.o krb/copy_creds.o krb/copy_data.o krb/copy_key.o krb/copy_princ.o krb/copy_tick.o krb/cp_key_cnt.o krb/decode_kdc.o krb/decrypt_tk.o krb/deltat.o krb/enc_helper.o krb/enc_keyhelper.o krb/encode_kdc.o krb/encrypt_tk.o krb/etype_list.o krb/fast.o krb/fwd_tgt.o krb/gc_via_tkt.o krb/gen_seqnum.o krb/gen_subkey.o krb/gen_save_subkey.o krb/get_creds.o krb/get_etype_info.o krb/get_in_tkt.o krb/gic_keytab.o krb/gic_opt.o krb/gic_pwd.o krb/in_tkt_sky.o krb/init_ctx.o krb/copy_ctx.o krb/init_keyblock.o krb/kdc_rep_dc.o krb/kerrs.o krb/kfree.o krb/libdef_parse.o krb/mk_cred.o krb/mk_error.o krb/mk_priv.o krb/mk_rep.o krb/mk_req.o krb/mk_req_ext.o krb/mk_safe.o krb/pac.o krb/pac_sign.o krb/padata.o krb/parse.o krb/parse_host_string.o krb/plugin.o krb/pr_to_salt.o krb/preauth2.o krb/preauth_ec.o krb/preauth_encts.o krb/preauth_otp.o krb/preauth_pkinit.o krb/preauth_sam2.o krb/princ_comp.o krb/privsafe.o krb/random_str.o krb/rd_cred.o krb/rd_error.o krb/rd_priv.o krb/rd_rep.o krb/rd_req.o krb/rd_req_dec.o krb/rd_safe.o krb/recvauth.o krb/response_items.o krb/s4u_creds.o krb/sendauth.o krb/send_tgs.o krb/ser_actx.o krb/ser_adata.o krb/ser_addr.o krb/ser_auth.o krb/ser_cksum.o krb/ser_ctx.o krb/ser_key.o krb/ser_princ.o krb/serialize.o krb/set_realm.o krb/sname_match.o krb/srv_dec_tkt.o krb/srv_rcache.o krb/str_conv.o krb/tgtname.o krb/unparse.o krb/val_renew.o krb/valid_times.o krb/vfy_increds.o krb/vic_opt.o krb/walk_rtree.o\n rcache/memrcache.o rcache/rc_base.o rcache/rc_dfl.o rcache/rc_file2.o rcache/rc_none.o\n unicode/ucdata.o unicode/ucstr.o\n os/accessor.o os/c_ustime.o os/ccdefname.o os/changepw.o os/dnsglue.o os/dnssrv.o os/expand_path.o os/full_ipadr.o os/gen_port.o os/genaddrs.o os/gen_rname.o os/hostaddr.o os/hostrealm.o os/hostrealm_dns.o os/hostrealm_domain.o os/hostrealm_profile.o os/hostrealm_registry.o os/init_os_ctx.o os/krbfileio.o os/ktdefname.o os/mk_faddr.o os/localaddr.o os/localauth.o os/localauth_an2ln.o os/localauth_k5login.o os/localauth_names.o os/localauth_rule.o os/locate_kdc.o os/lock_file.o os/net_read.o os/net_write.o os/port2ip.o os/prompter.o os/read_msg.o os/read_pwd.o os/realm_dom.o os/sendto_kdc.o os/sn2princ.o os/thread_safe.o os/timeofday.o os/toffset.o os/trace.o os/unlck_file.o os/ustime.o os/write_msg.o\n ../../util/profile/prof_tree.o ../../util/profile/prof_file.o ../../util/profile/prof_parse.o ../../util/profile/prof_get.o ../../util/profile/prof_set.o ../../util/profile/prof_err.o ../../util/profile/prof_init.o'
2025-08-20T21:59:51.3802602Z [00:10:44.625]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5.a krb5_libinit.o error_tables/asn1_err.o error_tables/kdb5_err.o error_tables/krb5_err.o error_tables/k5e1_err.o error_tables/kv5m_err.o error_tables/krb524_err.o asn.1/asn1_encode.o asn.1/asn1_k_encode.o asn.1/ldap_key_seq.o ccache/ccapi_util.o ccache/ccbase.o ccache/cccopy.o ccache/cccursor.o ccache/ccdefault.o ccache/ccdefops.o ccache/ccmarshal.o ccache/ccselect.o ccache/ccselect_hostname.o ccache/ccselect_k5identity.o ccache/ccselect_realm.o ccache/cc_api_macos.o ccache/cc_dir.o ccache/cc_retr.o ccache/cc_file.o ccache/cc_kcm.o ccache/cc_memory.o ccache/cc_keyring.o ccache/ccfns.o keytab/ktadd.o keytab/ktbase.o keytab/ktdefault.o keytab/ktfr_entry.o keytab/ktremove.o keytab/ktfns.o keytab/kt_file.o keytab/kt_memory.o keytab/read_servi.o krb/addr_comp.o krb/addr_order.o krb/addr_srch.o krb/allow_weak.o krb/appdefault.o krb/ai_authdata.o krb/auth_con.o krb/cammac_util.o krb/authdata.o krb/authdata_exp.o krb/authdata_enc.o krb/authdata_dec.o krb/bld_pr_ext.o krb/bld_princ.o krb/chk_trans.o krb/chpw.o krb/conv_creds.o krb/conv_princ.o krb/copy_addrs.o krb/copy_auth.o krb/copy_athctr.o krb/copy_cksum.o krb/copy_creds.o krb/copy_data.o krb/copy_key.o krb/copy_princ.o krb/copy_tick.o krb/cp_key_cnt.o krb/decode_kdc.o krb/decrypt_tk.o krb/deltat.o krb/enc_helper.o krb/enc_keyhelper.o krb/encode_kdc.o krb/encrypt_tk.o krb/etype_list.o krb/fast.o krb/fwd_tgt.o krb/gc_via_tkt.o krb/gen_seqnum.o krb/gen_subkey.o krb/gen_save_subkey.o krb/get_creds.o krb/get_etype_info.o krb/get_in_tkt.o krb/gic_keytab.o krb/gic_opt.o krb/gic_pwd.o krb/in_tkt_sky.o krb/init_ctx.o krb/copy_ctx.o krb/init_keyblock.o krb/kdc_rep_dc.o krb/kerrs.o krb/kfree.o krb/libdef_parse.o krb/mk_cred.o krb/mk_error.o krb/mk_priv.o krb/mk_rep.o krb/mk_req.o krb/mk_req_ext.o krb/mk_safe.o krb/pac.o krb/pac_sign.o krb/padata.o krb/parse.o krb/parse_host_string.o krb/plugin.o krb/pr_to_salt.o krb/preauth2.o krb/preauth_ec.o krb/preauth_encts.o krb/preauth_otp.o krb/preauth_pkinit.o krb/preauth_sam2.o krb/princ_comp.o krb/privsafe.o krb/random_str.o krb/rd_cred.o krb/rd_error.o krb/rd_priv.o krb/rd_rep.o krb/rd_req.o krb/rd_req_dec.o krb/rd_safe.o krb/recvauth.o krb/response_items.o krb/s4u_creds.o krb/sendauth.o krb/send_tgs.o krb/ser_actx.o krb/ser_adata.o krb/ser_addr.o krb/ser_auth.o krb/ser_cksum.o krb/ser_ctx.o krb/ser_key.o krb/ser_princ.o krb/serialize.o krb/set_realm.o krb/sname_match.o krb/srv_dec_tkt.o krb/srv_rcache.o krb/str_conv.o krb/tgtname.o krb/unparse.o krb/val_renew.o krb/valid_times.o krb/vfy_increds.o krb/vic_opt.o krb/walk_rtree.o rcache/memrcache.o rcache/rc_base.o rcache/rc_dfl.o rcache/rc_file2.o rcache/rc_none.o unicode/ucdata.o unicode/ucstr.o os/accessor.o os/c_ustime.o os/ccdefname.o os/changepw.o os/dnsglue.o os/dnssrv.o os/expand_path.o os/full_ipadr.o os/gen_port.o os/genaddrs.o os/gen_rname.o os/hostaddr.o os/hostrealm.o os/hostrealm_dns.o os/hostrealm_domain.o os/hostrealm_profile.o os/hostrealm_registry.o os/init_os_ctx.o os/krbfileio.o os/ktdefname.o os/mk_faddr.o os/localaddr.o os/localauth.o os/localauth_an2ln.o os/localauth_k5login.o os/localauth_names.o os/localauth_rule.o os/locate_kdc.o os/lock_file.o os/net_read.o os/net_write.o os/port2ip.o os/prompter.o os/read_msg.o os/read_pwd.o os/realm_dom.o os/sendto_kdc.o os/sn2princ.o os/thread_safe.o os/timeofday.o os/toffset.o os/trace.o os/unlck_file.o os/ustime.o os/write_msg.o ../../util/profile/prof_tree.o ../../util/profile/prof_file.o ../../util/profile/prof_parse.o ../../util/profile/prof_get.o ../../util/profile/prof_set.o ../../util/profile/prof_err.o ../../util/profile/prof_init.o
2025-08-20T21:59:51.5196393Z [00:10:44.764]➜  libnl-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T21:59:51.6437238Z [00:10:44.895]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5.a
2025-08-20T21:59:51.7390461Z [00:10:44.991]➜  libnl-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T21:59:51.7404180Z [00:10:44.992]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T21:59:51.7506973Z [00:10:45.002]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ec.lo ec.c
2025-08-20T21:59:51.8193397Z [00:10:45.071]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ec.c -o ec.o
2025-08-20T21:59:51.8480765Z [00:10:45.100]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libkrb5.a
2025-08-20T21:59:51.8644919Z [00:10:45.108]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s krb5/libkrb5.a .)
2025-08-20T21:59:51.8650419Z [00:10:45.117]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5'
2025-08-20T21:59:51.8875624Z [00:10:45.132]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/gssapi...
2025-08-20T21:59:51.9098234Z [00:10:45.160]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/gssapi'
2025-08-20T21:59:51.9206737Z [00:10:45.172]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:51.9367090Z [00:10:45.188]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/gssapi/generic...
2025-08-20T21:59:51.9636378Z [00:10:45.215]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/gssapi/generic'
2025-08-20T21:59:51.9756616Z [00:10:45.226]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-gssapi_err_generic.et et-h-gssapi_err_generic.c et-h-gssapi_err_generic.h
2025-08-20T21:59:51.9768671Z [00:10:45.227]➜  krb5-static-x86_64-unknown-linux-musl> if test -d ../../../include/gssapi; then :; else (set -x; mkdir ../../../include/gssapi); fi
2025-08-20T21:59:51.9928924Z [00:10:45.244]➜  krb5-static-x86_64-unknown-linux-musl> + mkdir ../../../include/gssapi
2025-08-20T21:59:51.9930032Z [00:10:45.244]➜  krb5-static-x86_64-unknown-linux-musl> Creating gssapi.h
2025-08-20T21:59:51.9977651Z [00:10:45.248]➜  krb5-static-x86_64-unknown-linux-musl> cp gssapi_err_generic.et et-h-gssapi_err_generic.et
2025-08-20T21:59:52.0083933Z [00:10:45.256]➜  krb5-static-x86_64-unknown-linux-musl> echo timestamp > ../../../include/gssapi/timestamp
2025-08-20T21:59:52.0085324Z [00:10:45.260]➜  krb5-static-x86_64-unknown-linux-musl> perl -w -I../../../util ../../../util/gen.pl bimap \
2025-08-20T21:59:52.0086412Z [00:10:45.260]➜  krb5-static-x86_64-unknown-linux-musl>  errmap.h \
2025-08-20T21:59:52.0087497Z [00:10:45.260]➜  krb5-static-x86_64-unknown-linux-musl>  NAME=mecherrmap LEFT=OM_uint32 RIGHT="struct mecherror" \
2025-08-20T21:59:52.0088788Z [00:10:45.260]➜  krb5-static-x86_64-unknown-linux-musl>  LEFTPRINT=print_OM_uint32 RIGHTPRINT=mecherror_print \
2025-08-20T21:59:52.0090394Z [00:10:45.260]➜  krb5-static-x86_64-unknown-linux-musl>  LEFTCMP=cmp_OM_uint32 RIGHTCMP=mecherror_cmp
2025-08-20T21:59:52.0091925Z [00:10:45.260]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-gssapi_err_generic.et et-c-gssapi_err_generic.c et-c-gssapi_err_generic.h
2025-08-20T21:59:52.0296165Z [00:10:45.278]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-h-gssapi_err_generic.et
2025-08-20T21:59:52.0475407Z [00:10:45.278]➜  krb5-static-x86_64-unknown-linux-musl> + mv -f gss8390 gssapi.h
2025-08-20T21:59:52.0476700Z [00:10:45.278]➜  krb5-static-x86_64-unknown-linux-musl> cp gssapi_err_generic.et et-c-gssapi_err_generic.et
2025-08-20T21:59:52.0478127Z [00:10:45.282]➜  krb5-static-x86_64-unknown-linux-musl> cp ./gssapi_generic.h ../../../include/gssapi/gssapi_generic.h
2025-08-20T21:59:52.0479680Z [00:10:45.288]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-c-gssapi_err_generic.et
2025-08-20T21:59:52.0481684Z [00:10:45.292]➜  krb5-static-x86_64-unknown-linux-musl> cp ./gssapi_alloc.h ../../../include/gssapi/gssapi_alloc.h
2025-08-20T21:59:52.0483182Z [00:10:45.293]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-h-gssapi_err_generic.h' et-h-gssapi_err_generic.et
2025-08-20T21:59:52.0491549Z [00:10:45.301]➜  krb5-static-x86_64-unknown-linux-musl> cp ./gssapi_ext.h ../../../include/gssapi/gssapi_ext.h
2025-08-20T21:59:52.0515236Z [00:10:45.301]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-h-gssapi_err_generic.c' 'textdomain=mit-krb5' 'localedir=' et-h-gssapi_err_generic.et
2025-08-20T21:59:52.0616333Z [00:10:45.313]➜  krb5-static-x86_64-unknown-linux-musl> cp gssapi.h ../../../include/gssapi/gssapi.h
2025-08-20T21:59:52.0617631Z [00:10:45.313]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-gssapi_err_generic.h gssapi_err_generic.h
2025-08-20T21:59:52.0715048Z [00:10:45.322]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-gssapi_err_generic.et et-h-gssapi_err_generic.c
2025-08-20T21:59:52.0716800Z [00:10:45.322]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T21:59:52.0718916Z [00:10:45.322]➜  libnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T21:59:52.0720834Z [00:10:45.322]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T21:59:52.0766041Z [00:10:45.326]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-c-gssapi_err_generic.h' et-c-gssapi_err_generic.et
2025-08-20T21:59:52.0772995Z [00:10:45.326]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c disp_com_err_status.c
2025-08-20T21:59:52.0800729Z [00:10:45.331]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c disp_major_status.c
2025-08-20T21:59:52.0893185Z [00:10:45.338]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-c-gssapi_err_generic.c' 'textdomain=mit-krb5' 'localedir=' et-c-gssapi_err_generic.et
2025-08-20T21:59:52.0895441Z [00:10:45.338]➜  libnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T21:59:52.0897134Z [00:10:45.338]➜  libnl-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T21:59:52.0903526Z [00:10:45.338]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gssapi_generic.c
2025-08-20T21:59:52.1039596Z [00:10:45.347]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c oid_ops.c
2025-08-20T21:59:52.1104543Z [00:10:45.351]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-gssapi_err_generic.c gssapi_err_generic.c
2025-08-20T21:59:52.1215538Z [00:10:45.371]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-gssapi_err_generic.et et-c-gssapi_err_generic.h
2025-08-20T21:59:52.1409079Z [00:10:45.382]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rel_buffer.c
2025-08-20T21:59:52.3079777Z [00:10:45.559]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ec-ed25519.lo ec-ed25519.c
2025-08-20T21:59:52.3871131Z [00:10:45.637]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ec-ed25519.c -o ec-ed25519.o
2025-08-20T21:59:52.5086749Z [00:10:45.758]➜  x86_64-unknown-linux-musl-binutils>   CC       lm32-opc.lo
2025-08-20T21:59:52.5510216Z [00:10:45.794]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rel_oid_set.c
2025-08-20T21:59:52.5906606Z [00:10:45.842]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util_buffer.c
2025-08-20T21:59:52.6138345Z [00:10:45.865]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C++... yes
2025-08-20T21:59:52.6528065Z [00:10:45.901]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ec-nist.lo ec-nist.c
2025-08-20T21:59:52.7027260Z [00:10:45.954]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util_buffer_set.c
2025-08-20T21:59:52.7157180Z [00:10:45.959]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ec-nist.c -o ec-nist.o
2025-08-20T21:59:52.8081132Z [00:10:46.055]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util_errmap.c
2025-08-20T21:59:52.8439715Z [00:10:46.095]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ec-hw-s390x.lo ec-hw-s390x.c
2025-08-20T21:59:52.8781456Z [00:10:46.130]➜  libnl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
2025-08-20T21:59:52.9158296Z [00:10:46.164]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-add1.lo mpih-add1.c
2025-08-20T21:59:52.9242485Z [00:10:46.176]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ec-hw-s390x.c -o ec-hw-s390x.o
2025-08-20T21:59:53.0149766Z [00:10:46.261]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util_set.c
2025-08-20T21:59:53.0286667Z [00:10:46.266]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-add1.c -o mpih-add1.o
2025-08-20T21:59:53.0952685Z [00:10:46.346]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util_seqstate.c
2025-08-20T21:59:53.1668528Z [00:10:46.410]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-sub1.lo mpih-sub1.c
2025-08-20T21:59:53.2492105Z [00:10:46.501]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-sub1.c -o mpih-sub1.o
2025-08-20T21:59:53.3100023Z [00:10:46.558]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util_token.c
2025-08-20T21:59:53.4330008Z [00:10:46.685]➜  x86_64-unknown-linux-musl-binutils>   CC       lm32-opinst.lo
2025-08-20T21:59:53.4575465Z [00:10:46.707]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-mul1.lo mpih-mul1.c
2025-08-20T21:59:53.5255183Z [00:10:46.776]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I. -I. -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gssapi_err_generic.c
2025-08-20T21:59:53.5346888Z [00:10:46.783]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-mul1.c -o mpih-mul1.o
2025-08-20T21:59:53.5353133Z [00:10:46.783]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-mul2.lo mpih-mul2.c
2025-08-20T21:59:53.6068059Z [00:10:46.854]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-mul2.c -o mpih-mul2.o
2025-08-20T21:59:53.6805188Z [00:10:46.932]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-mul3.lo mpih-mul3.c
2025-08-20T21:59:53.7567601Z [00:10:47.004]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-mul3.c -o mpih-mul3.o
2025-08-20T21:59:53.7622645Z [00:10:47.009]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-lshift.lo mpih-lshift.c
2025-08-20T21:59:53.8205324Z [00:10:47.072]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
2025-08-20T21:59:53.8207244Z [00:10:47.072]➜  libnl-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-g++... none
2025-08-20T21:59:53.8298519Z [00:10:47.081]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-lshift.c -o mpih-lshift.o
2025-08-20T21:59:53.8916716Z [00:10:47.143]➜  libnl-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T21:59:53.9354619Z [00:10:47.185]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpih-rshift.lo mpih-rshift.c
2025-08-20T21:59:53.9358692Z [00:10:47.187]➜  libnl-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T21:59:53.9736952Z [00:10:47.220]➜  libnl-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T21:59:54.0152300Z [00:10:47.261]➜  libnl-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T21:59:54.0239669Z [00:10:47.272]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mpih-rshift.c -o mpih-rshift.o
2025-08-20T21:59:54.0466806Z [00:10:47.298]➜  libnl-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T21:59:54.0586943Z [00:10:47.309]➜  libnl-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T21:59:54.0658948Z [00:10:47.318]➜  libnl-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T21:59:54.0836921Z [00:10:47.335]➜  x86_64-unknown-linux-musl-binutils>   CC       m10200-dis.lo
2025-08-20T21:59:54.1057048Z [00:10:47.357]➜  libnl-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T21:59:54.1561915Z [00:10:47.408]➜  libnl-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T21:59:54.1568449Z [00:10:47.408]➜  libnl-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T21:59:54.2765704Z [00:10:47.528]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T21:59:54.2793911Z [00:10:47.531]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/gssapi/generic'
2025-08-20T21:59:54.2858743Z [00:10:47.538]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/gssapi/krb5...
2025-08-20T21:59:54.3024066Z [00:10:47.553]➜  libnl-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T21:59:54.3026050Z [00:10:47.553]➜  libnl-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T21:59:54.3086378Z [00:10:47.560]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/gssapi/krb5'
2025-08-20T21:59:54.3246578Z [00:10:47.576]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-gssapi_err_krb5.et et-h-gssapi_err_krb5.c et-h-gssapi_err_krb5.h
2025-08-20T21:59:54.3376013Z [00:10:47.589]➜  krb5-static-x86_64-unknown-linux-musl> cp gssapi_err_krb5.et et-h-gssapi_err_krb5.et
2025-08-20T21:59:54.3446164Z [00:10:47.596]➜  krb5-static-x86_64-unknown-linux-musl> cp ./gssapi_krb5.h "../../../include/gssapi/gssapi_krb5.h"
2025-08-20T21:59:54.3448241Z [00:10:47.596]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-h-gssapi_err_krb5.et
2025-08-20T21:59:54.3450233Z [00:10:47.596]➜  krb5-static-x86_64-unknown-linux-musl> perl -I../../../util ../../../util/gen-map.pl \
2025-08-20T21:59:54.3456508Z [00:10:47.596]➜  krb5-static-x86_64-unknown-linux-musl>  -oerror_map.new \
2025-08-20T21:59:54.3457801Z [00:10:47.596]➜  krb5-static-x86_64-unknown-linux-musl>  NAME=gsserrmap \
2025-08-20T21:59:54.3460976Z [00:10:47.596]➜  krb5-static-x86_64-unknown-linux-musl>  KEY=OM_uint32 \
2025-08-20T21:59:54.3461935Z [00:10:47.596]➜  krb5-static-x86_64-unknown-linux-musl>  VALUE="char *" \
2025-08-20T21:59:54.3463046Z [00:10:47.596]➜  krb5-static-x86_64-unknown-linux-musl>  COMPARE=compare_OM_uint32 \
2025-08-20T21:59:54.3464186Z [00:10:47.596]➜  krb5-static-x86_64-unknown-linux-musl>  FREEVALUE=free_string
2025-08-20T21:59:54.3465586Z [00:10:47.598]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-gssapi_err_krb5.et et-c-gssapi_err_krb5.c et-c-gssapi_err_krb5.h
2025-08-20T21:59:54.3585793Z [00:10:47.610]➜  krb5-static-x86_64-unknown-linux-musl> cp gssapi_err_krb5.et et-c-gssapi_err_krb5.et
2025-08-20T21:59:54.3652181Z [00:10:47.616]➜  krb5-static-x86_64-unknown-linux-musl> rm -f error_map.h
2025-08-20T21:59:54.3711197Z [00:10:47.622]➜  krb5-static-x86_64-unknown-linux-musl> mv -f error_map.new error_map.h
2025-08-20T21:59:54.3713756Z [00:10:47.622]➜  krb5-static-x86_64-unknown-linux-musl> ../../../util/et/compile_et -d ../../../util/et --textdomain mit-krb5 et-c-gssapi_err_krb5.et
2025-08-20T21:59:54.3717793Z [00:10:47.624]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-h-gssapi_err_krb5.h' et-h-gssapi_err_krb5.et
2025-08-20T21:59:54.3815719Z [00:10:47.630]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-h-gssapi_err_krb5.c' 'textdomain=mit-krb5' 'localedir=' et-h-gssapi_err_krb5.et
2025-08-20T21:59:54.3818023Z [00:10:47.632]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-gssapi_err_krb5.h gssapi_err_krb5.h
2025-08-20T21:59:54.3864649Z [00:10:47.635]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-gssapi_err_krb5.et et-h-gssapi_err_krb5.c
2025-08-20T21:59:54.3919035Z [00:10:47.644]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_h.awk 'outfile=et-c-gssapi_err_krb5.h' et-c-gssapi_err_krb5.et
2025-08-20T21:59:54.3944199Z [00:10:47.646]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c accept_sec_context.c
2025-08-20T21:59:54.3999713Z [00:10:47.650]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c acquire_cred.c
2025-08-20T21:59:54.4006662Z [00:10:47.650]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../../util/et/et_c.awk 'outfile=et-c-gssapi_err_krb5.c' 'textdomain=mit-krb5' 'localedir=' et-c-gssapi_err_krb5.et
2025-08-20T21:59:54.4065638Z [00:10:47.658]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-gssapi_err_krb5.c gssapi_err_krb5.c
2025-08-20T21:59:54.4145655Z [00:10:47.666]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-gssapi_err_krb5.et et-c-gssapi_err_krb5.h
2025-08-20T21:59:54.4152872Z [00:10:47.666]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c canon_name.c
2025-08-20T21:59:54.4186598Z [00:10:47.667]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c compare_name.c
2025-08-20T21:59:54.4263105Z [00:10:47.677]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c context_time.c
2025-08-20T21:59:54.5875210Z [00:10:47.819]➜  libnl-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T21:59:54.6198411Z [00:10:47.871]➜  libnl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T21:59:54.6201358Z [00:10:47.872]➜  libnl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T21:59:54.6234929Z [00:10:47.873]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T21:59:54.6236803Z [00:10:47.873]➜  libnl-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T21:59:54.6288789Z [00:10:47.878]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T21:59:54.6401479Z [00:10:47.892]➜  libnl-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T21:59:54.6544693Z [00:10:47.892]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T21:59:54.6604493Z [00:10:47.904]➜  libnl-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T21:59:54.6606001Z [00:10:47.910]➜  libnl-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T21:59:54.6607966Z [00:10:47.910]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T21:59:54.6635875Z [00:10:47.915]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T21:59:54.9352793Z [00:10:48.186]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c copy_ccache.c
2025-08-20T21:59:54.9424706Z [00:10:48.193]➜  libnl-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T21:59:54.9430576Z [00:10:48.195]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T21:59:54.9551225Z [00:10:48.206]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cred_store.c
2025-08-20T21:59:55.0208921Z [00:10:48.272]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c delete_sec_context.c
2025-08-20T21:59:55.3431693Z [00:10:48.595]➜  x86_64-unknown-linux-musl-binutils>   CC       m10200-opc.lo
2025-08-20T21:59:55.4647828Z [00:10:48.713]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c disp_name.c
2025-08-20T21:59:55.4730501Z [00:10:48.719]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c disp_status.c
2025-08-20T21:59:55.4820356Z [00:10:48.731]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c duplicate_name.c
2025-08-20T21:59:55.5025157Z [00:10:48.754]➜  libnl-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T21:59:55.5129842Z [00:10:48.764]➜  libnl-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T21:59:55.5555167Z [00:10:48.807]➜  libnl-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T21:59:55.5819361Z [00:10:48.833]➜  libnl-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T21:59:55.7035141Z [00:10:48.954]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T21:59:55.7111374Z [00:10:48.963]➜  libnl-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T21:59:55.7425388Z [00:10:48.991]➜  libnl-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T21:59:55.8476273Z [00:10:49.099]➜  x86_64-unknown-linux-musl-binutils>   CC       m10300-dis.lo
2025-08-20T21:59:55.9058671Z [00:10:49.157]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c export_cred.c
2025-08-20T21:59:55.9104064Z [00:10:49.162]➜  libnl-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T21:59:55.9368578Z [00:10:49.188]➜  libnl-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T21:59:55.9441149Z [00:10:49.195]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c export_name.c
2025-08-20T21:59:56.0835847Z [00:10:49.335]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall   -o libmpi.la  mpi-add.lo mpi-bit.lo mpi-cmp.lo mpi-div.lo mpi-gcd.lo mpi-inline.lo mpi-inv.lo mpi-mul.lo mpi-mod.lo mpi-pow.lo mpi-mpow.lo mpi-scan.lo mpicoder.lo mpih-div.lo mpih-mul.lo mpih-pow.lo mpih-const-time.lo mpiutil.lo ec.lo ec-ed25519.lo ec-nist.lo ec-hw-s390x.lo mpih-add1.lo mpih-sub1.lo mpih-mul1.lo mpih-mul2.lo mpih-mul3.lo mpih-lshift.lo mpih-rshift.lo
2025-08-20T21:59:56.2260284Z [00:10:49.474]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c export_sec_context.c
2025-08-20T21:59:56.3391626Z [00:10:49.591]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cru .libs/libmpi.a  mpi-add.o mpi-bit.o mpi-cmp.o mpi-div.o mpi-gcd.o mpi-inline.o mpi-inv.o mpi-mul.o mpi-mod.o mpi-pow.o mpi-mpow.o mpi-scan.o mpicoder.o mpih-div.o mpih-mul.o mpih-pow.o mpih-const-time.o mpiutil.o ec.o ec-ed25519.o ec-nist.o ec-hw-s390x.o mpih-add1.o mpih-sub1.o mpih-mul1.o mpih-mul2.o mpih-mul3.o mpih-lshift.o mpih-rshift.o
2025-08-20T21:59:56.3535573Z [00:10:49.602]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T21:59:56.3750817Z [00:10:49.627]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libmpi.a
2025-08-20T21:59:56.3797839Z [00:10:49.631]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T21:59:56.3803609Z [00:10:49.632]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T21:59:56.3994993Z [00:10:49.650]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c get_tkt_flags.c
2025-08-20T21:59:56.4563637Z [00:10:49.705]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libmpi.la" && ln -s "../libmpi.la" "libmpi.la" )
2025-08-20T21:59:56.4685025Z [00:10:49.714]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/mpi'
2025-08-20T21:59:56.4699759Z [00:10:49.714]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making all in cipher
2025-08-20T21:59:56.4752060Z [00:10:49.727]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/cipher'
2025-08-20T21:59:56.4756001Z [00:10:49.727]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher.lo cipher.c
2025-08-20T21:59:56.4847294Z [00:10:49.734]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-cbc.lo cipher-cbc.c
2025-08-20T21:59:56.4927504Z [00:10:49.738]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-cfb.lo cipher-cfb.c
2025-08-20T21:59:56.4934130Z [00:10:49.745]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-ofb.lo cipher-ofb.c
2025-08-20T21:59:56.4992180Z [00:10:49.751]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-ctr.lo cipher-ctr.c
2025-08-20T21:59:56.4995922Z [00:10:49.751]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T21:59:56.5507550Z [00:10:49.800]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-cbc.c -o cipher-cbc.o
2025-08-20T21:59:56.5572317Z [00:10:49.807]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-cfb.c -o cipher-cfb.o
2025-08-20T21:59:56.5663993Z [00:10:49.815]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher.c -o cipher.o
2025-08-20T21:59:56.5707066Z [00:10:49.822]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-ctr.c -o cipher-ctr.o
2025-08-20T21:59:56.5818213Z [00:10:49.830]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-ofb.c -o cipher-ofb.o
2025-08-20T21:59:56.6831021Z [00:10:49.932]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gssapi_krb5.c
2025-08-20T21:59:56.7230774Z [00:10:49.968]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c iakerb.c
2025-08-20T21:59:56.7886685Z [00:10:50.040]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T21:59:56.8111138Z [00:10:50.062]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c import_cred.c
2025-08-20T21:59:56.8506230Z [00:10:50.097]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c import_name.c
2025-08-20T21:59:56.9774290Z [00:10:50.229]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T21:59:56.9875058Z [00:10:50.229]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T21:59:57.0479052Z [00:10:50.299]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c import_sec_context.c
2025-08-20T21:59:57.2183413Z [00:10:50.470]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:59:57.3973523Z [00:10:50.645]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-aeswrap.lo cipher-aeswrap.c
2025-08-20T21:59:57.4115421Z [00:10:50.659]➜  x86_64-unknown-linux-musl-binutils>   CXX      layout.o
2025-08-20T21:59:57.4494206Z [00:10:50.701]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-aeswrap.c -o cipher-aeswrap.o
2025-08-20T21:59:57.4549954Z [00:10:50.706]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-ccm.lo cipher-ccm.c
2025-08-20T21:59:57.5357942Z [00:10:50.783]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-ccm.c -o cipher-ccm.o
2025-08-20T21:59:57.6349710Z [00:10:50.884]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c indicate_mechs.c
2025-08-20T21:59:57.7115361Z [00:10:50.962]➜  libnl-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T21:59:57.7116827Z [00:10:50.962]➜  libnl-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T21:59:57.7350107Z [00:10:50.987]➜  libnl-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T21:59:57.7351757Z [00:10:50.987]➜  libnl-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T21:59:57.7353161Z [00:10:50.987]➜  libnl-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T21:59:57.7354840Z [00:10:50.987]➜  libnl-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T21:59:58.0856080Z [00:10:51.336]➜  libnl-static-x86_64-unknown-linux-musl> checking how to run the C++ preprocessor... x86_64-unknown-linux-musl-g++ -E
2025-08-20T21:59:58.1341228Z [00:10:51.379]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c init_sec_context.c
2025-08-20T21:59:58.1581325Z [00:10:51.408]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c inq_context.c
2025-08-20T21:59:58.1669842Z [00:10:51.416]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c inq_cred.c
2025-08-20T21:59:58.2875142Z [00:10:51.539]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-cmac.lo cipher-cmac.c
2025-08-20T21:59:58.3707675Z [00:10:51.616]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-gcm.lo cipher-gcm.c
2025-08-20T21:59:58.3802654Z [00:10:51.632]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-cmac.c -o cipher-cmac.o
2025-08-20T21:59:58.4388842Z [00:10:51.690]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-gcm.c -o cipher-gcm.o
2025-08-20T21:59:58.5921375Z [00:10:51.841]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c inq_names.c
2025-08-20T21:59:58.7325271Z [00:10:51.979]➜  x86_64-unknown-linux-musl-binutils>   CC       m10300-opc.lo
2025-08-20T21:59:58.8878254Z [00:10:52.137]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-poly1305.lo cipher-poly1305.c
2025-08-20T21:59:58.9087211Z [00:10:52.160]➜  libnl-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-g++... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T21:59:58.9409507Z [00:10:52.191]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-ocb.lo cipher-ocb.c
2025-08-20T21:59:58.9690742Z [00:10:52.221]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-poly1305.c -o cipher-poly1305.o
2025-08-20T21:59:58.9698134Z [00:10:52.221]➜  libnl-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T21:59:59.0007085Z [00:10:52.249]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-ocb.c -o cipher-ocb.o
2025-08-20T21:59:59.0181881Z [00:10:52.269]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c k5seal.c
2025-08-20T21:59:59.0708480Z [00:10:52.322]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T21:59:59.1345796Z [00:10:52.386]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c k5sealiov.c
2025-08-20T21:59:59.1559995Z [00:10:52.406]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c k5sealv3.c
2025-08-20T21:59:59.4587014Z [00:10:52.710]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c k5sealv3iov.c
2025-08-20T21:59:59.5338009Z [00:10:52.783]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-xts.lo cipher-xts.c
2025-08-20T21:59:59.5424053Z [00:10:52.794]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to produce PIC... -fPIC -DPIC
2025-08-20T21:59:59.5878207Z [00:10:52.836]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-eax.lo cipher-eax.c
2025-08-20T21:59:59.6009269Z [00:10:52.852]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-xts.c -o cipher-xts.o
2025-08-20T21:59:59.6393029Z [00:10:52.891]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-eax.c -o cipher-eax.o
2025-08-20T21:59:59.6986049Z [00:10:52.947]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ PIC flag -fPIC -DPIC works... yes
2025-08-20T21:59:59.8226340Z [00:10:53.074]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c k5unseal.c
2025-08-20T21:59:59.9287498Z [00:10:53.175]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-siv.lo cipher-siv.c
2025-08-20T21:59:59.9967412Z [00:10:53.248]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-siv.c -o cipher-siv.o
2025-08-20T22:00:00.0081426Z [00:10:53.260]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ static flag -static works... yes
2025-08-20T22:00:00.0881689Z [00:10:53.339]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c k5unsealiov.c
2025-08-20T22:00:00.2776562Z [00:10:53.529]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... yes
2025-08-20T22:00:00.2778793Z [00:10:53.529]➜  libnl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... (cached) yes
2025-08-20T22:00:00.2781207Z [00:10:53.529]➜  libnl-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:00:00.2783453Z [00:10:53.529]➜  libnl-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
2025-08-20T22:00:00.2785323Z [00:10:53.529]➜  libnl-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:00:00.2786776Z [00:10:53.530]➜  libnl-static-x86_64-unknown-linux-musl> checking for flex... flex
2025-08-20T22:00:00.2844571Z [00:10:53.534]➜  libnl-static-x86_64-unknown-linux-musl> checking for bison... bison -y
2025-08-20T22:00:00.3875694Z [00:10:53.639]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cipher-gcm-siv.lo cipher-gcm-siv.c
2025-08-20T22:00:00.4301311Z [00:10:53.681]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o pubkey.lo pubkey.c
2025-08-20T22:00:00.4472312Z [00:10:53.699]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cipher-gcm-siv.c -o cipher-gcm-siv.o
2025-08-20T22:00:00.4522920Z [00:10:53.703]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c krb5_gss_glue.c
2025-08-20T22:00:00.4868992Z [00:10:53.739]➜  libnl-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T22:00:00.4880664Z [00:10:53.740]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c pubkey.c -o pubkey.o
2025-08-20T22:00:00.5390471Z [00:10:53.790]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o pubkey-util.lo pubkey-util.c
2025-08-20T22:00:00.5850852Z [00:10:53.830]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c lucid_context.c
2025-08-20T22:00:00.5998771Z [00:10:53.851]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c pubkey-util.c -o pubkey-util.o
2025-08-20T22:00:00.6258623Z [00:10:53.877]➜  libnl-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T22:00:00.6439064Z [00:10:53.895]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c naming_exts.c
2025-08-20T22:00:00.8625495Z [00:10:54.111]➜  libnl-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T22:00:00.9105542Z [00:10:54.155]➜  libnl-static-x86_64-unknown-linux-musl> checking for check >= 0.9.0... no
2025-08-20T22:00:00.9116551Z [00:10:54.157]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c prf.c
2025-08-20T22:00:00.9625643Z [00:10:54.212]➜  libnl-static-x86_64-unknown-linux-musl> configure: WARNING: *** Disabling building of unit tests
2025-08-20T22:00:00.9755229Z [00:10:54.212]➜  libnl-static-x86_64-unknown-linux-musl> checking for dlfcn.h... (cached) yes
2025-08-20T22:00:01.0914101Z [00:10:54.342]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c process_context_token.c
2025-08-20T22:00:01.1685304Z [00:10:54.420]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o md.lo md.c
2025-08-20T22:00:01.2430704Z [00:10:54.495]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c md.c -o md.o
2025-08-20T22:00:01.2766501Z [00:10:54.528]➜  libnl-static-x86_64-unknown-linux-musl> checking for pthread_mutex_lock in -lpthread... yes
2025-08-20T22:00:01.3253778Z [00:10:54.576]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rel_cred.c
2025-08-20T22:00:01.4942042Z [00:10:54.742]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mac.lo mac.c
2025-08-20T22:00:01.5505186Z [00:10:54.799]➜  x86_64-unknown-linux-musl-binutils>   CC       m32c-asm.lo
2025-08-20T22:00:01.5767186Z [00:10:54.828]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mac.c -o mac.o
2025-08-20T22:00:01.6199115Z [00:10:54.872]➜  libnl-static-x86_64-unknown-linux-musl> checking for strerror_l... yes
2025-08-20T22:00:01.6510629Z [00:10:54.900]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rel_oid.c
2025-08-20T22:00:01.6744625Z [00:10:54.926]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rel_name.c
2025-08-20T22:00:01.8457358Z [00:10:55.097]➜  x86_64-unknown-linux-musl-binutils>   CXX      mapfile.o
2025-08-20T22:00:01.8702779Z [00:10:55.121]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c s4u_gss_glue.c
2025-08-20T22:00:02.0372642Z [00:10:55.289]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T22:00:02.0431058Z [00:10:55.294]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c set_allowable_enctypes.c
2025-08-20T22:00:02.2283115Z [00:10:55.479]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ser_sctx.c
2025-08-20T22:00:02.2469911Z [00:10:55.499]➜  libnl-static-x86_64-unknown-linux-musl> checking whether getprotobyname_r is declared... no
2025-08-20T22:00:02.3331258Z [00:10:55.582]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c set_ccache.c
2025-08-20T22:00:02.4715505Z [00:10:55.718]➜  libnl-static-x86_64-unknown-linux-musl> checking whether getprotobynumber_r is declared... no
2025-08-20T22:00:02.4726744Z [00:10:55.724]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mac-hmac.lo mac-hmac.c
2025-08-20T22:00:02.5677362Z [00:10:55.813]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mac-hmac.c -o mac-hmac.o
2025-08-20T22:00:02.5817732Z [00:10:55.828]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mac-cmac.lo mac-cmac.c
2025-08-20T22:00:02.6517490Z [00:10:55.898]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mac-cmac.c -o mac-cmac.o
2025-08-20T22:00:02.6702812Z [00:10:55.920]➜  libnl-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:00:02.6708475Z [00:10:55.920]➜  libnl-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:00:02.6719560Z [00:10:55.923]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c store_cred.c
2025-08-20T22:00:02.6910454Z [00:10:55.925]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util_cksum.c
2025-08-20T22:00:02.8203082Z [00:10:56.072]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mac-gmac.lo mac-gmac.c
2025-08-20T22:00:02.8330522Z [00:10:56.084]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util_crypt.c
2025-08-20T22:00:02.8929612Z [00:10:56.142]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util_seed.c
2025-08-20T22:00:02.9206781Z [00:10:56.163]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mac-gmac.c -o mac-gmac.o
2025-08-20T22:00:03.4079892Z [00:10:56.657]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util_seqnum.c
2025-08-20T22:00:03.4166141Z [00:10:56.668]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mac-poly1305.lo mac-poly1305.c
2025-08-20T22:00:03.4611672Z [00:10:56.712]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c val_cred.c
2025-08-20T22:00:03.4858286Z [00:10:56.730]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o poly1305.lo poly1305.c
2025-08-20T22:00:03.4864647Z [00:10:56.733]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mac-poly1305.c -o mac-poly1305.o
2025-08-20T22:00:03.5507534Z [00:10:56.800]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c poly1305.c -o poly1305.o
2025-08-20T22:00:03.6268276Z [00:10:56.878]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c wrap_size_limit.c
2025-08-20T22:00:03.6487833Z [00:10:56.899]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o kem.lo kem.c
2025-08-20T22:00:03.7211476Z [00:10:56.971]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c kem.c -o kem.o
2025-08-20T22:00:03.7743687Z [00:10:57.022]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gssapi_err_krb5.c
2025-08-20T22:00:03.8043782Z [00:10:57.056]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o sntrup761.lo sntrup761.c
2025-08-20T22:00:03.9004069Z [00:10:57.152]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c sntrup761.c -o sntrup761.o
2025-08-20T22:00:04.2691490Z [00:10:57.521]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o kyber.lo kyber.c
2025-08-20T22:00:04.3142172Z [00:10:57.566]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c kyber.c -o kyber.o
2025-08-20T22:00:04.3294001Z [00:10:57.581]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o kem-ecc.lo kem-ecc.c
2025-08-20T22:00:04.3675800Z [00:10:57.619]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c kem-ecc.c -o kem-ecc.o
2025-08-20T22:00:04.4147691Z [00:10:57.666]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mceliece6688128f.lo mceliece6688128f.c
2025-08-20T22:00:04.4748981Z [00:10:57.726]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c mceliece6688128f.c -o mceliece6688128f.o
2025-08-20T22:00:04.5207480Z [00:10:57.772]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:04.5213051Z [00:10:57.772]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/gssapi/krb5'
2025-08-20T22:00:04.5345169Z [00:10:57.783]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/gssapi/spnego...
2025-08-20T22:00:04.5352256Z [00:10:57.787]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o kdf.lo kdf.c
2025-08-20T22:00:04.5414138Z [00:10:57.793]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/gssapi/spnego'
2025-08-20T22:00:04.5523020Z [00:10:57.803]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c spnego_mech.c
2025-08-20T22:00:04.5542852Z [00:10:57.805]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c negoex_ctx.c
2025-08-20T22:00:04.5588991Z [00:10:57.810]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../mechglue -I./../mechglue -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c negoex_util.c
2025-08-20T22:00:04.6127011Z [00:10:57.857]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c kdf.c -o kdf.o
2025-08-20T22:00:04.9631382Z [00:10:58.214]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o primegen.lo primegen.c
2025-08-20T22:00:04.9965463Z [00:10:58.248]➜  x86_64-unknown-linux-musl-binutils>   CXX      merge.o
2025-08-20T22:00:05.0130812Z [00:10:58.265]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c primegen.c -o primegen.o
2025-08-20T22:00:05.5656729Z [00:10:58.817]➜  x86_64-unknown-linux-musl-binutils>   CC       m32c-desc.lo
2025-08-20T22:00:05.9670916Z [00:10:59.219]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:00:06.1050882Z [00:10:59.357]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-3.0.pc
2025-08-20T22:00:06.1770909Z [00:10:59.429]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-route-3.0.pc
2025-08-20T22:00:06.2565567Z [00:10:59.506]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-genl-3.0.pc
2025-08-20T22:00:06.3497156Z [00:10:59.601]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-nf-3.0.pc
2025-08-20T22:00:06.4356853Z [00:10:59.687]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-cli-3.0.pc
2025-08-20T22:00:06.5115102Z [00:10:59.760]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-xfrm-3.0.pc
2025-08-20T22:00:06.5860744Z [00:10:59.838]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating libnl-idiag-3.0.pc
2025-08-20T22:00:06.6497498Z [00:10:59.901]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating python/setup.py
2025-08-20T22:00:06.7461316Z [00:10:59.998]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating include/netlink/version.h
2025-08-20T22:00:06.8316867Z [00:11:00.082]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o hash-common.lo hash-common.c
2025-08-20T22:00:06.8469957Z [00:11:00.099]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating include/config.h
2025-08-20T22:00:06.8755652Z [00:11:00.127]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c hash-common.c -o hash-common.o
2025-08-20T22:00:06.9320424Z [00:11:00.184]➜  libnl-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:00:06.9481145Z [00:11:00.195]➜  libnl-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:00:07.0258237Z [00:11:00.277]➜  libnl-static-x86_64-unknown-linux-musl> === configuring in doc (/build/source/doc)
2025-08-20T22:00:07.0581872Z [00:11:00.308]➜  libnl-static-x86_64-unknown-linux-musl> configure: running /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./configure --disable-option-checking '--prefix=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0'  '--disable-dependency-tracking' '--bindir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin' '--sbindir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/sbin' '--includedir=/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include' '--mandir=/nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man/share/man' '--infodir=/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/share/info' '--docdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/share/doc/libnl' '--libdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib' '--libexecdir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/libexec' '--localedir=/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/share/locale' '--enable-static' '--disable-shared' '--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-musl' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-musl' 'CC=x86_64-unknown-linux-musl-gcc' 'CXX=x86_64-unknown-linux-musl-g++' 'PKG_CONFIG=x86_64-unknown-linux-musl-pkg-config' --cache-file=/dev/null --srcdir=.
2025-08-20T22:00:07.4049732Z [00:11:00.656]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o dsa-common.lo dsa-common.c
2025-08-20T22:00:07.4907631Z [00:11:00.736]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c dsa-common.c -o dsa-common.o
2025-08-20T22:00:08.1098368Z [00:11:01.361]➜  libnl-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:00:08.1385513Z [00:11:01.387]➜  libnl-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:00:08.1947577Z [00:11:01.446]➜  libnl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:00:08.2136688Z [00:11:01.465]➜  libnl-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:00:08.2142622Z [00:11:01.465]➜  libnl-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:00:08.2776899Z [00:11:01.528]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:00:08.3125130Z [00:11:01.564]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:00:08.3642177Z [00:11:01.616]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o rsa-common.lo rsa-common.c
2025-08-20T22:00:08.3674785Z [00:11:01.616]➜  libnl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T22:00:08.3952602Z [00:11:01.647]➜  libnl-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:00:08.4149841Z [00:11:01.667]➜  libnl-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:00:08.4176655Z [00:11:01.669]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c rsa-common.c -o rsa-common.o
2025-08-20T22:00:08.4242608Z [00:11:01.676]➜  libnl-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:00:08.4244278Z [00:11:01.676]➜  libnl-static-x86_64-unknown-linux-musl> checking for python... yes
2025-08-20T22:00:08.4312285Z [00:11:01.683]➜  libnl-static-x86_64-unknown-linux-musl> checking for doxygen... yes
2025-08-20T22:00:08.4350711Z [00:11:01.683]➜  libnl-static-x86_64-unknown-linux-musl> checking for dot... yes
2025-08-20T22:00:08.4352037Z [00:11:01.687]➜  libnl-static-x86_64-unknown-linux-musl> checking for asciidoc... yes
2025-08-20T22:00:08.4414331Z [00:11:01.692]➜  libnl-static-x86_64-unknown-linux-musl> checking for source-highlight... yes
2025-08-20T22:00:08.4434477Z [00:11:01.692]➜  libnl-static-x86_64-unknown-linux-musl> checking for mscgen... yes
2025-08-20T22:00:08.4477231Z [00:11:01.699]➜  libnl-static-x86_64-unknown-linux-musl> checking for pygmentize... no
2025-08-20T22:00:08.4478484Z [00:11:01.699]➜  libnl-static-x86_64-unknown-linux-musl> configure: WARNING: *** Disabling building of guides
2025-08-20T22:00:08.6370693Z [00:11:01.888]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o arcfour.lo arcfour.c
2025-08-20T22:00:08.6804469Z [00:11:01.932]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c arcfour.c -o arcfour.o
2025-08-20T22:00:09.0977193Z [00:11:02.349]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o blowfish.lo blowfish.c
2025-08-20T22:00:09.1497598Z [00:11:02.400]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c blowfish.c -o blowfish.o
2025-08-20T22:00:09.1595703Z [00:11:02.410]➜  libnl-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:00:09.1601182Z [00:11:02.410]➜  libnl-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:00:09.2443515Z [00:11:02.496]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o cast5.lo cast5.c
2025-08-20T22:00:09.3177582Z [00:11:02.566]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c cast5.c -o cast5.o
2025-08-20T22:00:09.7329985Z [00:11:02.985]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating Doxyfile
2025-08-20T22:00:09.7566614Z [00:11:03.008]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o des.lo des.c
2025-08-20T22:00:09.8206419Z [00:11:03.072]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c des.c -o des.o
2025-08-20T22:00:09.8315545Z [00:11:03.083]➜  libnl-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:00:10.0941769Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:00:10.0943119Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl> libnl 3.11.0 configuration:
2025-08-20T22:00:10.0944815Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl>     --enable-pthreads=yes
2025-08-20T22:00:10.0946085Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl>     --enable-static=yes
2025-08-20T22:00:10.0946938Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:00:10.0947846Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl>     --enable-debug=yes
2025-08-20T22:00:10.0948698Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl>     --enable-cli=bin
2025-08-20T22:00:10.0949457Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:00:10.0950214Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl>     check: no
2025-08-20T22:00:10.0951390Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl>     CXX: x86_64-unknown-linux-musl-g++ (only used for tests)
2025-08-20T22:00:10.0952286Z [00:11:03.346]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:00:10.3085852Z [00:11:03.560]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:00:10.3446774Z [00:11:03.596]➜  libnl-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:00:10.3605571Z [00:11:03.612]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o rijndael.lo rijndael.c
2025-08-20T22:00:10.4219214Z [00:11:03.673]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c rijndael.c -o rijndael.o
2025-08-20T22:00:10.5776353Z [00:11:03.829]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/idiag_socket_details-idiag-socket-details.o
2025-08-20T22:00:10.5835467Z [00:11:03.835]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_ct_add-nf-ct-add.o
2025-08-20T22:00:10.5915307Z [00:11:03.840]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_ct_events-nf-ct-events.o
2025-08-20T22:00:10.6016654Z [00:11:03.853]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_ct_list-nf-ct-list.o
2025-08-20T22:00:10.6134727Z [00:11:03.863]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_exp_add-nf-exp-add.o
2025-08-20T22:00:10.9819238Z [00:11:04.234]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_exp_delete-nf-exp-delete.o
2025-08-20T22:00:11.0419999Z [00:11:04.294]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_exp_list-nf-exp-list.o
2025-08-20T22:00:11.0805714Z [00:11:04.331]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_log-nf-log.o
2025-08-20T22:00:11.1305764Z [00:11:04.379]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_monitor-nf-monitor.o
2025-08-20T22:00:11.1455283Z [00:11:04.388]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nf_queue-nf-queue.o
2025-08-20T22:00:11.5330784Z [00:11:04.785]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_addr_add-nl-addr-add.o
2025-08-20T22:00:11.5841292Z [00:11:04.832]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_addr_delete-nl-addr-delete.o
2025-08-20T22:00:11.6475237Z [00:11:04.896]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_addr_list-nl-addr-list.o
2025-08-20T22:00:11.6554986Z [00:11:04.902]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_class_add-nl-class-add.o
2025-08-20T22:00:11.7705095Z [00:11:05.021]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_class_delete-nl-class-delete.o
2025-08-20T22:00:11.7906327Z [00:11:05.042]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:11.7954690Z [00:11:05.044]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/gssapi/spnego'
2025-08-20T22:00:11.8108158Z [00:11:05.062]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/gssapi/mechglue...
2025-08-20T22:00:11.8401576Z [00:11:05.092]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/gssapi/mechglue'
2025-08-20T22:00:11.8680438Z [00:11:05.109]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_accept_sec_context.c
2025-08-20T22:00:11.8800109Z [00:11:05.119]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_acquire_cred.c
2025-08-20T22:00:11.8840278Z [00:11:05.120]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_acquire_cred_with_pw.c
2025-08-20T22:00:11.8851519Z [00:11:05.128]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_acquire_cred_imp_name.c
2025-08-20T22:00:11.8962587Z [00:11:05.147]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_authorize_localname.c
2025-08-20T22:00:11.9864850Z [00:11:05.234]➜  x86_64-unknown-linux-musl-binutils>   CC       m32c-dis.lo
2025-08-20T22:00:12.1276206Z [00:11:05.379]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_class_list-nl-class-list.o
2025-08-20T22:00:12.1735879Z [00:11:05.423]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_classid_lookup-nl-classid-lookup.o
2025-08-20T22:00:12.3355119Z [00:11:05.581]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_cls_add-nl-cls-add.o
2025-08-20T22:00:12.3397522Z [00:11:05.591]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_cls_delete-nl-cls-delete.o
2025-08-20T22:00:12.3990248Z [00:11:05.651]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_cls_list-nl-cls-list.o
2025-08-20T22:00:12.5500995Z [00:11:05.801]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_buffer_set.c
2025-08-20T22:00:12.7381171Z [00:11:05.983]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_fib_lookup-nl-fib-lookup.o
2025-08-20T22:00:12.7382995Z [00:11:05.990]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_enslave-nl-link-enslave.o
2025-08-20T22:00:12.8493010Z [00:11:06.100]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_canon_name.c
2025-08-20T22:00:12.9560533Z [00:11:06.205]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_compare_name.c
2025-08-20T22:00:12.9775624Z [00:11:06.226]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_ifindex2name-nl-link-ifindex2name.o
2025-08-20T22:00:13.0097929Z [00:11:06.261]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_list-nl-link-list.o
2025-08-20T22:00:13.0495834Z [00:11:06.296]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_name2ifindex-nl-link-name2ifindex.o
2025-08-20T22:00:13.1026194Z [00:11:06.354]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_complete_auth_token.c
2025-08-20T22:00:13.1373673Z [00:11:06.388]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_context_time.c
2025-08-20T22:00:13.2265278Z [00:11:06.466]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_release-nl-link-release.o
2025-08-20T22:00:13.2884220Z [00:11:06.539]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_decapsulate_token.c
2025-08-20T22:00:13.3915604Z [00:11:06.641]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_set-nl-link-set.o
2025-08-20T22:00:13.4711768Z [00:11:06.722]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_delete_sec_context.c
2025-08-20T22:00:13.4961137Z [00:11:06.745]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_del_name_attr.c
2025-08-20T22:00:13.5238686Z [00:11:06.775]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_link_stats-nl-link-stats.o
2025-08-20T22:00:13.5606037Z [00:11:06.812]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_list_caches-nl-list-caches.o
2025-08-20T22:00:13.5760931Z [00:11:06.813]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_dsp_name.c
2025-08-20T22:00:13.5950262Z [00:11:06.840]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_dsp_name_ext.c
2025-08-20T22:00:13.6064879Z [00:11:06.840]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_list_sockets-nl-list-sockets.o
2025-08-20T22:00:13.7021235Z [00:11:06.954]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_monitor-nl-monitor.o
2025-08-20T22:00:13.7891811Z [00:11:07.040]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_dsp_status.c
2025-08-20T22:00:13.8773093Z [00:11:07.128]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_dup_name.c
2025-08-20T22:00:13.9199103Z [00:11:07.171]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_encapsulate_token.c
2025-08-20T22:00:13.9844457Z [00:11:07.235]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_exp_sec_context.c
2025-08-20T22:00:14.0205737Z [00:11:07.267]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_neigh_add-nl-neigh-add.o
2025-08-20T22:00:14.1005099Z [00:11:07.346]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_neigh_delete-nl-neigh-delete.o
2025-08-20T22:00:14.1212115Z [00:11:07.372]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_export_cred.c
2025-08-20T22:00:14.2125077Z [00:11:07.454]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_neigh_list-nl-neigh-list.o
2025-08-20T22:00:14.2157159Z [00:11:07.466]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o twofish.lo twofish.c
2025-08-20T22:00:14.2252036Z [00:11:07.477]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_neightbl_list-nl-neightbl-list.o
2025-08-20T22:00:14.3117738Z [00:11:07.557]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c twofish.c -o twofish.o
2025-08-20T22:00:14.3402514Z [00:11:07.591]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_export_name.c
2025-08-20T22:00:14.3570859Z [00:11:07.606]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_export_name_comp.c
2025-08-20T22:00:14.4135794Z [00:11:07.655]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_nh_list-nl-nh-list.o
2025-08-20T22:00:14.4269423Z [00:11:07.678]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o serpent.lo serpent.c
2025-08-20T22:00:14.5044366Z [00:11:07.756]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c serpent.c -o serpent.o
2025-08-20T22:00:14.5840582Z [00:11:07.832]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_get_name_attr.c
2025-08-20T22:00:14.5864859Z [00:11:07.832]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_pktloc_lookup-nl-pktloc-lookup.o
2025-08-20T22:00:14.6184069Z [00:11:07.870]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o rfc2268.lo rfc2268.c
2025-08-20T22:00:14.6770753Z [00:11:07.922]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_glue.c
2025-08-20T22:00:14.6824372Z [00:11:07.933]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_qdisc_add-nl-qdisc-add.o
2025-08-20T22:00:14.7076452Z [00:11:07.959]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c rfc2268.c -o rfc2268.o
2025-08-20T22:00:14.7256934Z [00:11:07.977]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_imp_cred.c
2025-08-20T22:00:14.7390268Z [00:11:07.987]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_imp_name.c
2025-08-20T22:00:14.7625171Z [00:11:07.997]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_qdisc_delete-nl-qdisc-delete.o
2025-08-20T22:00:14.8015218Z [00:11:08.048]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_qdisc_list-nl-qdisc-list.o
2025-08-20T22:00:14.8291916Z [00:11:08.080]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_imp_sec_context.c
2025-08-20T22:00:14.8945483Z [00:11:08.146]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_route_add-nl-route-add.o
2025-08-20T22:00:15.0260993Z [00:11:08.274]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_init_sec_context.c
2025-08-20T22:00:15.2668153Z [00:11:08.518]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_route_delete-nl-route-delete.o
2025-08-20T22:00:15.3180419Z [00:11:08.570]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_route_get-nl-route-get.o
2025-08-20T22:00:15.3590900Z [00:11:08.605]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_initialize.c
2025-08-20T22:00:15.3917167Z [00:11:08.643]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_route_list-nl-route-list.o
2025-08-20T22:00:15.4053963Z [00:11:08.656]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_inq_context.c
2025-08-20T22:00:15.5045687Z [00:11:08.754]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_rule_list-nl-rule-list.o
2025-08-20T22:00:15.5395386Z [00:11:08.788]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_tctree_list-nl-tctree-list.o
2025-08-20T22:00:15.6497196Z [00:11:08.899]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_inq_context_oid.c
2025-08-20T22:00:15.7767890Z [00:11:09.024]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o seed.lo seed.c
2025-08-20T22:00:15.8506493Z [00:11:09.102]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c seed.c -o seed.o
2025-08-20T22:00:15.8760375Z [00:11:09.123]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_inq_cred.c
2025-08-20T22:00:15.9175413Z [00:11:09.164]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/nl_util_addr-nl-util-addr.o
2025-08-20T22:00:15.9471135Z [00:11:09.193]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_inq_cred_oid.c
2025-08-20T22:00:16.0835063Z [00:11:09.335]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_inq_name.c
2025-08-20T22:00:16.1076404Z [00:11:09.359]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/genl_ctrl_list-genl-ctrl-list.o
2025-08-20T22:00:16.1081713Z [00:11:09.359]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-addr.lo
2025-08-20T22:00:16.1104692Z [00:11:09.361]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-class.lo
2025-08-20T22:00:16.1964751Z [00:11:09.446]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_inq_names.c
2025-08-20T22:00:16.2097592Z [00:11:09.461]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-cls.lo
2025-08-20T22:00:16.4259533Z [00:11:09.678]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-ct.lo
2025-08-20T22:00:16.4754105Z [00:11:09.727]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_map_name_to_any.c
2025-08-20T22:00:16.5540078Z [00:11:09.805]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_mech_invoke.c
2025-08-20T22:00:16.5834098Z [00:11:09.834]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_mechattr.c
2025-08-20T22:00:16.6415529Z [00:11:09.888]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-exp.lo
2025-08-20T22:00:16.6886393Z [00:11:09.940]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" CGO_ENABLED="" go build  -mod=vendor -o setid ../goapps/setid/setid.go
2025-08-20T22:00:16.7116743Z [00:11:09.963]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_mechname.c
2025-08-20T22:00:16.8431922Z [00:11:10.094]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_negoex.c
2025-08-20T22:00:16.9432818Z [00:11:10.195]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-link.lo
2025-08-20T22:00:17.0137541Z [00:11:10.264]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o camellia.lo camellia.c
2025-08-20T22:00:17.0262669Z [00:11:10.277]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_oid_ops.c
2025-08-20T22:00:17.0517199Z [00:11:10.303]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_prf.c
2025-08-20T22:00:17.1160616Z [00:11:10.364]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c camellia.c -o camellia.o
2025-08-20T22:00:17.1164001Z [00:11:10.364]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-neigh.lo
2025-08-20T22:00:17.1622275Z [00:11:10.413]➜  x86_64-unknown-linux-musl-binutils>   CC       m32c-ibld.lo
2025-08-20T22:00:17.1650320Z [00:11:10.416]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-nh.lo
2025-08-20T22:00:17.3265777Z [00:11:10.575]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-qdisc.lo
2025-08-20T22:00:17.4101169Z [00:11:10.658]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_process_context.c
2025-08-20T22:00:17.5161200Z [00:11:10.764]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_rel_buffer.c
2025-08-20T22:00:17.5403587Z [00:11:10.791]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_rel_cred.c
2025-08-20T22:00:17.6157363Z [00:11:10.867]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-route.lo
2025-08-20T22:00:17.6340783Z [00:11:10.884]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_rel_name.c
2025-08-20T22:00:17.8310554Z [00:11:11.078]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_rel_name_mapping.c
2025-08-20T22:00:17.9325032Z [00:11:11.181]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-rule.lo
2025-08-20T22:00:17.9519347Z [00:11:11.204]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-tc.lo
2025-08-20T22:00:17.9758956Z [00:11:11.227]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_rel_oid_set.c
2025-08-20T22:00:18.0470628Z [00:11:11.298]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_saslname.c
2025-08-20T22:00:18.0966010Z [00:11:11.346]➜  libnl-static-x86_64-unknown-linux-musl>   CC       src/lib/libnl_cli_3_la-utils.lo
2025-08-20T22:00:18.1219025Z [00:11:11.373]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_seal.c
2025-08-20T22:00:18.1820451Z [00:11:11.432]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-addr.lo
2025-08-20T22:00:18.1831180Z [00:11:11.433]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_set_context_option.c
2025-08-20T22:00:18.3920683Z [00:11:11.637]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_set_cred_option.c
2025-08-20T22:00:18.4449769Z [00:11:11.696]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o camellia-glue.lo camellia-glue.c
2025-08-20T22:00:18.5180226Z [00:11:11.770]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-attr.lo
2025-08-20T22:00:18.5222749Z [00:11:11.774]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c camellia-glue.c -o camellia-glue.o
2025-08-20T22:00:18.6961045Z [00:11:11.945]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_set_name_attr.c
2025-08-20T22:00:18.7637505Z [00:11:12.005]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_set_neg_mechs.c
2025-08-20T22:00:18.7929184Z [00:11:12.045]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-cache.lo
2025-08-20T22:00:18.8824164Z [00:11:12.133]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_sign.c
2025-08-20T22:00:18.9678269Z [00:11:12.214]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o idea.lo idea.c
2025-08-20T22:00:19.0010756Z [00:11:12.249]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_store_cred.c
2025-08-20T22:00:19.0388454Z [00:11:12.290]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-cache_mngr.lo
2025-08-20T22:00:19.0588056Z [00:11:12.302]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c idea.c -o idea.o
2025-08-20T22:00:19.1413058Z [00:11:12.392]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_unseal.c
2025-08-20T22:00:19.1501674Z [00:11:12.401]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_unwrap_aead.c
2025-08-20T22:00:19.2785626Z [00:11:12.527]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-cache_mngt.lo
2025-08-20T22:00:19.2965489Z [00:11:12.545]➜  x86_64-unknown-linux-musl-binutils>   CXX      nacl.o
2025-08-20T22:00:19.3711258Z [00:11:12.619]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_unwrap_iov.c
2025-08-20T22:00:19.5838748Z [00:11:12.835]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_verify.c
2025-08-20T22:00:19.6455715Z [00:11:12.897]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_wrap_aead.c
2025-08-20T22:00:19.6660421Z [00:11:12.903]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c g_wrap_iov.c
2025-08-20T22:00:19.8940413Z [00:11:13.140]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -D_GSS_STATIC_LINK=1 -I../../../include -I../../../include -I. -I. -I./.. -I../generic -I./../generic -I../krb5 -I./../krb5 -I../spnego -I./../spnego -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gssd_pname_to_uid.c
2025-08-20T22:00:20.2972667Z [00:11:13.549]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o salsa20.lo salsa20.c
2025-08-20T22:00:20.3785738Z [00:11:13.627]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-data.lo
2025-08-20T22:00:20.3826684Z [00:11:13.634]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c salsa20.c -o salsa20.o
2025-08-20T22:00:20.4288591Z [00:11:13.680]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-error.lo
2025-08-20T22:00:20.4294998Z [00:11:13.681]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" CGO_ENABLED="" go build  -mod=vendor -o gowns ../goapps/gowns/gowns.go
2025-08-20T22:00:20.5188792Z [00:11:13.768]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-handlers.lo
2025-08-20T22:00:20.5435247Z [00:11:13.788]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:20.5447371Z [00:11:13.792]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/gssapi/mechglue'
2025-08-20T22:00:20.5449196Z [00:11:13.793]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libgssapi_krb5.a
2025-08-20T22:00:20.5499871Z [00:11:13.802]➜  krb5-static-x86_64-unknown-linux-musl> building static gssapi_krb5 library
2025-08-20T22:00:20.5503593Z [00:11:13.802]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST generic/OBJS.ST mechglue/OBJS.ST krb5/OBJS.ST spnego/OBJS.ST` && x86_64-unknown-linux-musl-ar cq libgssapi_krb5.a $objlist
2025-08-20T22:00:20.5555657Z [00:11:13.807]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:20.5560869Z [00:11:13.807]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST generic/OBJS.ST mechglue/OBJS.ST krb5/OBJS.ST spnego/OBJS.ST
2025-08-20T22:00:20.5844419Z [00:11:13.832]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=$'\n generic/disp_com_err_status.o generic/disp_major_status.o generic/gssapi_generic.o generic/oid_ops.o generic/rel_buffer.o generic/rel_oid_set.o generic/util_buffer.o generic/util_buffer_set.o generic/util_errmap.o generic/util_set.o generic/util_seqstate.o generic/util_token.o generic/gssapi_err_generic.o\n mechglue/g_accept_sec_context.o mechglue/g_acquire_cred.o mechglue/g_acquire_cred_with_pw.o mechglue/g_acquire_cred_imp_name.o mechglue/g_authorize_localname.o mechglue/g_buffer_set.o mechglue/g_canon_name.o mechglue/g_compare_name.o mechglue/g_complete_auth_token.o mechglue/g_context_time.o mechglue/g_decapsulate_token.o mechglue/g_delete_sec_context.o mechglue/g_del_name_attr.o mechglue/g_dsp_name.o mechglue/g_dsp_name_ext.o mechglue/g_dsp_status.o mechglue/g_dup_name.o mechglue/g_encapsulate_token.o mechglue/g_exp_sec_context.o mechglue/g_export_cred.o mechglue/g_export_name.o mechglue/g_export_name_comp.o mechglue/g_get_name_attr.o mechglue/g_glue.o mechglue/g_imp_cred.o mechglue/g_imp_name.o mechglue/g_imp_sec_context.o mechglue/g_init_sec_context.o mechglue/g_initialize.o mechglue/g_inq_context.o mechglue/g_inq_context_oid.o mechglue/g_inq_cred.o mechglue/g_inq_cred_oid.o mechglue/g_inq_name.o mechglue/g_inq_names.o mechglue/g_map_name_to_any.o mechglue/g_mech_invoke.o mechglue/g_mechattr.o mechglue/g_mechname.o mechglue/g_negoex.o mechglue/g_oid_ops.o mechglue/g_prf.o mechglue/g_process_context.o mechglue/g_rel_buffer.o mechglue/g_rel_cred.o mechglue/g_rel_name.o mechglue/g_rel_name_mapping.o mechglue/g_rel_oid_set.o mechglue/g_saslname.o mechglue/g_seal.o mechglue/g_set_context_option.o mechglue/g_set_cred_option.o mechglue/g_set_name_attr.o mechglue/g_set_neg_mechs.o mechglue/g_sign.o mechglue/g_store_cred.o mechglue/g_unseal.o mechglue/g_unwrap_aead.o mechglue/g_unwrap_iov.o mechglue/g_verify.o mechglue/g_wrap_aead.o mechglue/g_wrap_iov.o mechglue/gssd_pname_to_uid.o\n krb5/accept_sec_context.o krb5/acquire_cred.o krb5/canon_name.o krb5/compare_name.o krb5/context_time.o krb5/copy_ccache.o krb5/cred_store.o krb5/delete_sec_context.o krb5/disp_name.o krb5/disp_status.o krb5/duplicate_name.o krb5/export_cred.o krb5/export_name.o krb5/export_sec_context.o krb5/get_tkt_flags.o krb5/gssapi_krb5.o krb5/iakerb.o krb5/import_cred.o krb5/import_name.o krb5/import_sec_context.o krb5/indicate_mechs.o krb5/init_sec_context.o krb5/inq_context.o krb5/inq_cred.o krb5/inq_names.o krb5/k5seal.o krb5/k5sealiov.o krb5/k5sealv3.o krb5/k5sealv3iov.o krb5/k5unseal.o krb5/k5unsealiov.o krb5/krb5_gss_glue.o krb5/lucid_context.o krb5/naming_exts.o krb5/prf.o krb5/process_context_token.o krb5/rel_cred.o krb5/rel_oid.o krb5/rel_name.o krb5/s4u_gss_glue.o krb5/set_allowable_enctypes.o krb5/ser_sctx.o krb5/set_ccache.o krb5/store_cred.o krb5/util_cksum.o krb5/util_crypt.o krb5/util_seed.o krb5/util_seqnum.o krb5/val_cred.o krb5/wrap_size_limit.o krb5/gssapi_err_krb5.o\n spnego/spnego_mech.o spnego/negoex_ctx.o spnego/negoex_util.o'
2025-08-20T22:00:20.5972363Z [00:11:13.832]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libgssapi_krb5.a generic/disp_com_err_status.o generic/disp_major_status.o generic/gssapi_generic.o generic/oid_ops.o generic/rel_buffer.o generic/rel_oid_set.o generic/util_buffer.o generic/util_buffer_set.o generic/util_errmap.o generic/util_set.o generic/util_seqstate.o generic/util_token.o generic/gssapi_err_generic.o mechglue/g_accept_sec_context.o mechglue/g_acquire_cred.o mechglue/g_acquire_cred_with_pw.o mechglue/g_acquire_cred_imp_name.o mechglue/g_authorize_localname.o mechglue/g_buffer_set.o mechglue/g_canon_name.o mechglue/g_compare_name.o mechglue/g_complete_auth_token.o mechglue/g_context_time.o mechglue/g_decapsulate_token.o mechglue/g_delete_sec_context.o mechglue/g_del_name_attr.o mechglue/g_dsp_name.o mechglue/g_dsp_name_ext.o mechglue/g_dsp_status.o mechglue/g_dup_name.o mechglue/g_encapsulate_token.o mechglue/g_exp_sec_context.o mechglue/g_export_cred.o mechglue/g_export_name.o mechglue/g_export_name_comp.o mechglue/g_get_name_attr.o mechglue/g_glue.o mechglue/g_imp_cred.o mechglue/g_imp_name.o mechglue/g_imp_sec_context.o mechglue/g_init_sec_context.o mechglue/g_initialize.o mechglue/g_inq_context.o mechglue/g_inq_context_oid.o mechglue/g_inq_cred.o mechglue/g_inq_cred_oid.o mechglue/g_inq_name.o mechglue/g_inq_names.o mechglue/g_map_name_to_any.o mechglue/g_mech_invoke.o mechglue/g_mechattr.o mechglue/g_mechname.o mechglue/g_negoex.o mechglue/g_oid_ops.o mechglue/g_prf.o mechglue/g_process_context.o mechglue/g_rel_buffer.o mechglue/g_rel_cred.o mechglue/g_rel_name.o mechglue/g_rel_name_mapping.o mechglue/g_rel_oid_set.o mechglue/g_saslname.o mechglue/g_seal.o mechglue/g_set_context_option.o mechglue/g_set_cred_option.o mechglue/g_set_name_attr.o mechglue/g_set_neg_mechs.o mechglue/g_sign.o mechglue/g_store_cred.o mechglue/g_unseal.o mechglue/g_unwrap_aead.o mechglue/g_unwrap_iov.o mechglue/g_verify.o mechglue/g_wrap_aead.o mechglue/g_wrap_iov.o mechglue/gssd_pname_to_uid.o krb5/accept_sec_context.o krb5/acquire_cred.o krb5/canon_name.o krb5/compare_name.o krb5/context_time.o krb5/copy_ccache.o krb5/cred_store.o krb5/delete_sec_context.o krb5/disp_name.o krb5/disp_status.o krb5/duplicate_name.o krb5/export_cred.o krb5/export_name.o krb5/export_sec_context.o krb5/get_tkt_flags.o krb5/gssapi_krb5.o krb5/iakerb.o krb5/import_cred.o krb5/import_name.o krb5/import_sec_context.o krb5/indicate_mechs.o krb5/init_sec_context.o krb5/inq_context.o krb5/inq_cred.o krb5/inq_names.o krb5/k5seal.o krb5/k5sealiov.o krb5/k5sealv3.o krb5/k5sealv3iov.o krb5/k5unseal.o krb5/k5unsealiov.o krb5/krb5_gss_glue.o krb5/lucid_context.o krb5/naming_exts.o krb5/prf.o krb5/process_context_token.o krb5/rel_cred.o krb5/rel_oid.o krb5/rel_name.o krb5/s4u_gss_glue.o krb5/set_allowable_enctypes.o krb5/ser_sctx.o krb5/set_ccache.o krb5/store_cred.o krb5/util_cksum.o krb5/util_crypt.o krb5/util_seed.o krb5/util_seqnum.o krb5/val_cred.o krb5/wrap_size_limit.o krb5/gssapi_err_krb5.o spnego/spnego_mech.o spnego/negoex_ctx.o spnego/negoex_util.o
2025-08-20T22:00:20.7049360Z [00:11:13.955]➜  libgcrypt-static-x86_64-unknown-linux-musl> gcc   \
2025-08-20T22:00:20.7165169Z [00:11:13.955]➜  libgcrypt-static-x86_64-unknown-linux-musl>      -o gost-s-box ./gost-s-box.c
2025-08-20T22:00:20.7284914Z [00:11:13.980]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libgssapi_krb5.a
2025-08-20T22:00:20.8716016Z [00:11:14.120]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-hash.lo
2025-08-20T22:00:20.8859939Z [00:11:14.138]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libgssapi_krb5.a
2025-08-20T22:00:20.8935686Z [00:11:14.141]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s gssapi/libgssapi_krb5.a .)
2025-08-20T22:00:20.9105344Z [00:11:14.159]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/gssapi'
2025-08-20T22:00:20.9193557Z [00:11:14.171]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/rpc...
2025-08-20T22:00:20.9486364Z [00:11:14.198]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/rpc'
2025-08-20T22:00:20.9545547Z [00:11:14.203]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../.. && /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash config.status include/gssrpc/types.h)
2025-08-20T22:00:20.9631651Z [00:11:14.214]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c dyn.c
2025-08-20T22:00:21.1447141Z [00:11:14.396]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-hashtable.lo
2025-08-20T22:00:21.1731138Z [00:11:14.424]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o chacha20.lo chacha20.c
2025-08-20T22:00:21.1852035Z [00:11:14.432]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-mpls.lo
2025-08-20T22:00:21.2388033Z [00:11:14.487]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c chacha20.c -o chacha20.o
2025-08-20T22:00:21.3321653Z [00:11:14.584]➜  krb5-static-x86_64-unknown-linux-musl> config.status: creating include/gssrpc/types.h
2025-08-20T22:00:21.4815470Z [00:11:14.731]➜  krb5-static-x86_64-unknown-linux-musl> touch types.stamp
2025-08-20T22:00:21.4916942Z [00:11:14.742]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c auth_none.c
2025-08-20T22:00:21.5042193Z [00:11:14.755]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c auth_unix.c
2025-08-20T22:00:21.5054277Z [00:11:14.755]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c authgss_prot.c
2025-08-20T22:00:21.5190077Z [00:11:14.766]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c authunix_prot.c
2025-08-20T22:00:21.5645754Z [00:11:14.815]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-msg.lo
2025-08-20T22:00:21.6084356Z [00:11:14.860]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o sm4.lo sm4.c
2025-08-20T22:00:21.6319165Z [00:11:14.884]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-nl.lo
2025-08-20T22:00:21.6676726Z [00:11:14.919]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c sm4.c -o sm4.o
2025-08-20T22:00:21.8901319Z [00:11:15.141]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c auth_gss.c
2025-08-20T22:00:21.8916957Z [00:11:15.141]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c auth_gssapi.c
2025-08-20T22:00:21.9998591Z [00:11:15.251]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-object.lo
2025-08-20T22:00:22.0215692Z [00:11:15.267]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-socket.lo
2025-08-20T22:00:22.0491654Z [00:11:15.300]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c auth_gssapi_misc.c
2025-08-20T22:00:22.0655379Z [00:11:15.314]➜  krb5-static-x86_64-unknown-linux-musl> In file included from auth_gssapi.c:8:
2025-08-20T22:00:22.0686080Z [00:11:15.314]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/errno.h:1:2: warning: #warning redirecting incorrect #include <sys/errno.h> to <errno.h> [-Wcpp]
2025-08-20T22:00:22.0689304Z [00:11:15.314]➜  krb5-static-x86_64-unknown-linux-musl>     1 | #warning redirecting incorrect #include <sys/errno.h> to <errno.h>
2025-08-20T22:00:22.0690888Z [00:11:15.314]➜  krb5-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:00:22.1465446Z [00:11:15.396]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-utils.lo
2025-08-20T22:00:22.2172712Z [00:11:15.468]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bindresvport.c
2025-08-20T22:00:22.4049447Z [00:11:15.657]➜  krb5-static-x86_64-unknown-linux-musl> In file included from bindresvport.c:40:
2025-08-20T22:00:22.4055930Z [00:11:15.657]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/errno.h:1:2: warning: #warning redirecting incorrect #include <sys/errno.h> to <errno.h> [-Wcpp]
2025-08-20T22:00:22.4059099Z [00:11:15.657]➜  krb5-static-x86_64-unknown-linux-musl>     1 | #warning redirecting incorrect #include <sys/errno.h> to <errno.h>
2025-08-20T22:00:22.4064740Z [00:11:15.657]➜  krb5-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:00:22.4360780Z [00:11:15.684]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c clnt_generic.c
2025-08-20T22:00:22.7245365Z [00:11:15.968]➜  krb5-static-x86_64-unknown-linux-musl> In file included from clnt_generic.c:43:
2025-08-20T22:00:22.7275886Z [00:11:15.968]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/errno.h:1:2: warning: #warning redirecting incorrect #include <sys/errno.h> to <errno.h> [-Wcpp]
2025-08-20T22:00:22.7278642Z [00:11:15.968]➜  krb5-static-x86_64-unknown-linux-musl>     1 | #warning redirecting incorrect #include <sys/errno.h> to <errno.h>
2025-08-20T22:00:22.7280167Z [00:11:15.968]➜  krb5-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:00:22.8000533Z [00:11:16.048]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c clnt_perror.c
2025-08-20T22:00:22.9151904Z [00:11:16.166]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c clnt_raw.c
2025-08-20T22:00:22.9949603Z [00:11:16.246]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o aria.lo aria.c
2025-08-20T22:00:23.0146820Z [00:11:16.266]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c clnt_simple.c
2025-08-20T22:00:23.0167222Z [00:11:16.268]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o dsa.lo dsa.c
2025-08-20T22:00:23.0959731Z [00:11:16.340]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c aria.c -o aria.o
2025-08-20T22:00:23.0968953Z [00:11:16.347]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c clnt_tcp.c
2025-08-20T22:00:23.1157375Z [00:11:16.364]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c dsa.c -o dsa.o
2025-08-20T22:00:23.5615718Z [00:11:16.813]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c clnt_udp.c
2025-08-20T22:00:23.5760838Z [00:11:16.827]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rpc_dtablesize.c
2025-08-20T22:00:23.6130515Z [00:11:16.861]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c get_myaddress.c
2025-08-20T22:00:23.6326443Z [00:11:16.884]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/libnl_3_la-version.lo
2025-08-20T22:00:23.7766680Z [00:11:17.028]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o rsa.lo rsa.c
2025-08-20T22:00:23.8561827Z [00:11:17.104]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c rsa.c -o rsa.o
2025-08-20T22:00:23.8990508Z [00:11:17.144]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c getrpcport.c
2025-08-20T22:00:23.9451662Z [00:11:17.196]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pmap_clnt.c
2025-08-20T22:00:23.9457999Z [00:11:17.197]➜  libnl-static-x86_64-unknown-linux-musl>   GEN      lib/route/cls/ematch_grammar.c
2025-08-20T22:00:23.9948803Z [00:11:17.247]➜  libnl-static-x86_64-unknown-linux-musl>   GEN      lib/route/cls/ematch_syntax.c
2025-08-20T22:00:23.9985535Z [00:11:17.250]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pmap_getmaps.c
2025-08-20T22:00:24.0069613Z [00:11:17.258]➜  libnl-static-x86_64-unknown-linux-musl>   GEN      lib/route/pktloc_grammar.c
2025-08-20T22:00:24.0196128Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:29.1-5: warning: POSIX Yacc does not support %code [-Wyacc]
2025-08-20T22:00:24.0197913Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl>    29 | %code requires {
2025-08-20T22:00:24.0198916Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~
2025-08-20T22:00:24.0200606Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:39.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc]
2025-08-20T22:00:24.0202039Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl>    39 | %error-verbose
2025-08-20T22:00:24.0264285Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~
2025-08-20T22:00:24.0266174Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:39.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated]
2025-08-20T22:00:24.0267965Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl>    39 | %error-verbose
2025-08-20T22:00:24.0269091Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~
2025-08-20T22:00:24.0270360Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl>       | %define parse.error verbose
2025-08-20T22:00:24.0272070Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:40.1-7: warning: POSIX Yacc does not support %define [-Wyacc]
2025-08-20T22:00:24.0273715Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl>    40 | %define api.pure
2025-08-20T22:00:24.0274853Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~
2025-08-20T22:00:24.0276459Z [00:11:17.267]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:41.14-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0278357Z [00:11:17.274]➜  libnl-static-x86_64-unknown-linux-musl>    41 | %name-prefix "ematch_"
2025-08-20T22:00:24.0279574Z [00:11:17.274]➜  libnl-static-x86_64-unknown-linux-musl>       |              ^~~~~~~~~
2025-08-20T22:00:24.0281240Z [00:11:17.274]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:41.1-22: warning: POSIX Yacc does not support %name-prefix  [-Wyacc]
2025-08-20T22:00:24.0375059Z [00:11:17.274]➜  libnl-static-x86_64-unknown-linux-musl>    41 | %name-prefix "ematch_"
2025-08-20T22:00:24.0377198Z [00:11:17.274]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:00:24.0379223Z [00:11:17.275]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:41.1-22: warning: deprecated directive: '%name-prefix "ematch_"', use '%define api.prefix {ematch_}' [-Wdeprecated]
2025-08-20T22:00:24.0381110Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>    41 | %name-prefix "ematch_"
2025-08-20T22:00:24.0382346Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:00:24.0383788Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>       | %define api.prefix {ematch_}
2025-08-20T22:00:24.0385490Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:73.20-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0387174Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>    73 | %token <i> KW_OPEN "("
2025-08-20T22:00:24.0388406Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~
2025-08-20T22:00:24.0559281Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:74.21-23: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0561538Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>    74 | %token <i> KW_CLOSE ")"
2025-08-20T22:00:24.0562994Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>       |                     ^~~
2025-08-20T22:00:24.0565205Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:75.20-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0566838Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>    75 | %token <i> KW_PLUS "+"
2025-08-20T22:00:24.0568008Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~
2025-08-20T22:00:24.0569861Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:76.20-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0571476Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>    76 | %token <i> KW_MASK "mask"
2025-08-20T22:00:24.0572751Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~~~~
2025-08-20T22:00:24.0574962Z [00:11:17.277]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:77.21-24: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0576557Z [00:11:17.279]➜  libnl-static-x86_64-unknown-linux-musl>    77 | %token <i> KW_SHIFT ">>"
2025-08-20T22:00:24.0577704Z [00:11:17.279]➜  libnl-static-x86_64-unknown-linux-musl>       |                     ^~~~
2025-08-20T22:00:24.0579331Z [00:11:17.279]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:78.18-21: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0581003Z [00:11:17.279]➜  libnl-static-x86_64-unknown-linux-musl>    78 | %token <i> KW_AT "at"
2025-08-20T22:00:24.0582139Z [00:11:17.279]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~~
2025-08-20T22:00:24.0584014Z [00:11:17.285]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:79.23-27: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0585668Z [00:11:17.285]➜  libnl-static-x86_64-unknown-linux-musl>    79 | %token <i> EMATCH_CMP "cmp"
2025-08-20T22:00:24.0587100Z [00:11:17.285]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~~~
2025-08-20T22:00:24.0589014Z [00:11:17.285]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:80.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0590821Z [00:11:17.285]➜  libnl-static-x86_64-unknown-linux-musl>    80 | %token <i> EMATCH_NBYTE "pattern"
2025-08-20T22:00:24.0592265Z [00:11:17.285]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T22:00:24.0595398Z [00:11:17.285]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:81.24-29: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0597059Z [00:11:17.285]➜  libnl-static-x86_64-unknown-linux-musl>    81 | %token <i> EMATCH_TEXT "text"
2025-08-20T22:00:24.0598297Z [00:11:17.285]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~
2025-08-20T22:00:24.0599975Z [00:11:17.285]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:82.24-29: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0601655Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl>    82 | %token <i> EMATCH_META "meta"
2025-08-20T22:00:24.0602956Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~
2025-08-20T22:00:24.0605041Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:83.18-20: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0606754Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl>    83 | %token <i> KW_EQ "="
2025-08-20T22:00:24.0607931Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~
2025-08-20T22:00:24.0631865Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:84.18-20: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0634054Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl>    84 | %token <i> KW_GT ">"
2025-08-20T22:00:24.0634957Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~
2025-08-20T22:00:24.0636402Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:85.18-20: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0637759Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl>    85 | %token <i> KW_LT "<"
2025-08-20T22:00:24.0639004Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~
2025-08-20T22:00:24.0640445Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:86.20-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0642100Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl>    86 | %token <i> KW_FROM "from"
2025-08-20T22:00:24.0643394Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~~~~
2025-08-20T22:00:24.0644938Z [00:11:17.290]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:87.18-21: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0646364Z [00:11:17.293]➜  libnl-static-x86_64-unknown-linux-musl>    87 | %token <i> KW_TO "to"
2025-08-20T22:00:24.0647335Z [00:11:17.293]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~~
2025-08-20T22:00:24.0648812Z [00:11:17.293]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:89.24-31: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0650425Z [00:11:17.293]➜  libnl-static-x86_64-unknown-linux-musl>    89 | %token <i> META_RANDOM "rand  GEN      lib/route/pktloc_syntax.c
2025-08-20T22:00:24.0651472Z [00:11:17.293]➜  libnl-static-x86_64-unknown-linux-musl> om"
2025-08-20T22:00:24.0652361Z [00:11:17.293]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~~~
2025-08-20T22:00:24.0654218Z [00:11:17.293]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:90.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0655864Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>    90 | %token <i> META_LOADAVG_0 "loadavg_0"
2025-08-20T22:00:24.0656992Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T22:00:24.0658469Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:91.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0659850Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>    91 | %token <i> META_LOADAVG_1 "loadavg_1"
2025-08-20T22:00:24.0660888Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T22:00:24.0662220Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:92.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0663846Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>    92 | %token <i> META_LOADAVG_2 "loadavg_2"
2025-08-20T22:00:24.0664927Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T22:00:24.0666386Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:93.21-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0667738Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>    93 | %token <i> META_DEV "dev"
2025-08-20T22:00:24.0668739Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>       |                     ^~~~~
2025-08-20T22:00:24.0670253Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:94.22-27: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0671731Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>    94 | %token <i> META_PRIO "prio"
2025-08-20T22:00:24.0672823Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>       |                      ^~~~~~
2025-08-20T22:00:24.0674583Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:95.23-29: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0676078Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>    95 | %token <i> META_PROTO "proto"
2025-08-20T22:00:24.0677384Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~
2025-08-20T22:00:24.0678947Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:96.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0680654Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>    96 | %token <i> META_PKTTYPE "pkttype"
2025-08-20T22:00:24.0681748Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T22:00:24.0683445Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:97.24-31: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0684863Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>    97 | %token <i> META_PKTLEN "pktlen"
2025-08-20T22:00:24.0685975Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~~~
2025-08-20T22:00:24.0687553Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:98.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0689059Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>    98 | %token <i> META_DATALEN "datalen"
2025-08-20T22:00:24.0690197Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T22:00:24.0691855Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:99.24-31: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0693595Z [00:11:17.298]➜  libnl-static-x86_64-unknown-linux-musl>    99 | %token <i> META_MACLEN "maclen"
2025-08-20T22:00:24.0694863Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~~~
2025-08-20T22:00:24.0696426Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:100.22-27: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0697867Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl>   100 | %token <i> META_MARK "mark"
2025-08-20T22:00:24.0698950Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl>       |                      ^~~~~~
2025-08-20T22:00:24.0700492Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:101.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.0701998Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl>   101 | %token <i> META_TCINDEX "tcindex"
2025-08-20T22:00:24.1071251Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T22:00:24.1072980Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:102.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1074853Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl>   102 | %token <i> META_RTCLASSID "rtclassid"
2025-08-20T22:00:24.1076044Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T22:00:24.1077585Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:103.23-29: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1079371Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl>   103 | %token <i> META_RTIIF "rtiif"
2025-08-20T22:00:24.1080482Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~
2025-08-20T22:00:24.1082034Z [00:11:17.303]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:104.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1083728Z [00:11:17.304]➜  libnl-static-x86_64-unknown-linux-musl>   104 | %token <i> META_SK_FAMILY "sk_family"
2025-08-20T22:00:24.1084875Z [00:11:17.304]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T22:00:24.1087226Z [00:11:17.304]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:105.26-35: warning: POSIX Yacc does not support string literals [lib/route/pktloc_syntax.y:12.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc]
2025-08-20T22:00:24.1089123Z [00:11:17.304]➜  libnl-static-x86_64-unknown-linux-musl>    12 | %error-verbose
2025-08-20T22:00:24.1090078Z [00:11:17.304]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~
2025-08-20T22:00:24.1091844Z [00:11:17.304]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:12.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated]
2025-08-20T22:00:24.1093603Z [00:11:17.304]➜  libnl-static-x86_64-unknown-linux-musl>    12 | %error-verbose
2025-08-20T22:00:24.1094583Z [00:11:17.305]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~-Wyacc]
2025-08-20T22:00:24.1095648Z [00:11:17.309]➜  libnl-static-x86_64-unknown-linux-musl>   105 | %token <i> META_SK_STATE "sk_state"
2025-08-20T22:00:24.1096800Z [00:11:17.309]➜  libnl-static-x86_64-unknown-linux-musl>       |                          ^~~~~~~~~~
2025-08-20T22:00:24.1098372Z [00:11:17.309]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:106.26-35: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1099869Z [00:11:17.309]➜  libnl-static-x86_64-unknown-linux-musl>   106 | %token <i> META_SK_REUSE "sk_reuse"
2025-08-20T22:00:24.1101166Z [00:11:17.309]➜  libnl-static-x86_64-unknown-linux-musl>       |                          ^~~~~~~~~~
2025-08-20T22:00:24.1102756Z [00:11:17.309]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:107.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1104681Z [00:11:17.309]➜  libnl-static-x86_64-unknown-linux-musl>   107 | %token <i> META_SK_REFCNT "sk_refcnt"
2025-08-20T22:00:24.1105961Z [00:11:17.309]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T22:00:24.1107573Z [00:11:17.309]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:108.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1109634Z [00:11:17.309]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" CGO_ENABLED="" go build  -mod=vendor -o captree ../goapps/captree/captree.go
2025-08-20T22:00:24.1111304Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>   108 | %token <i> META_SK_RCVBUF "sk_rcvbuf"
2025-08-20T22:00:24.1113443Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T22:00:24.1116261Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:109.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1118279Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>   109 | %token <i> META_SK_SNDBUF "sk_sndbuf"
2025-08-20T22:00:24.1119797Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T22:00:24.1121712Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:110.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1123989Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>   110 | %token <i> META_SK_SHUTDOWN "sk_shutdown"
2025-08-20T22:00:24.1125390Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T22:00:24.1127112Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:111.26-35: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1128828Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>   111 | %token <i> META_SK_PROTO "sk_proto"
2025-08-20T22:00:24.1130134Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>       |                          ^~~~~~~~~~
2025-08-20T22:00:24.1132106Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:112.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1134097Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>   112 | %token <i> META_SK_TYPE "sk_type"
2025-08-20T22:00:24.1135504Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T22:00:24.1137242Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:113.31-45: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1139037Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>   113 | %token <i> META_SK_RMEM_ALLOC "sk_rmem_alloc"
2025-08-20T22:00:24.1140496Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>       |                               ^~~~~~~~~~~~~~~
2025-08-20T22:00:24.1142209Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:114.31-45: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1144069Z [00:11:17.318]➜  libnl-static-x86_64-unknown-linux-musl>   114 | %token <i> META_SK_WMEM_ALLOC "sk_wmem_alloc"
2025-08-20T22:00:24.1145448Z [00:11:17.321]➜  libnl-static-x86_64-unknown-linux-musl>       |                               ^~~~~~~~~~~~~~~
2025-08-20T22:00:24.1147188Z [00:11:17.321]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:115.32-47: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1149024Z [00:11:17.321]➜  libnl-static-x86_64-unknown-linux-musl>   115 | %token <i> META_SK_WMEM_QUEUED "sk_wmem_queued"
2025-08-20T22:00:24.1150494Z [00:11:17.321]➜  libnl-static-x86_64-unknown-linux-musl>       |                                ^~~~~~~~~~~~~~~~
2025-08-20T22:00:24.1152217Z [00:11:17.321]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:116.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1159307Z [00:11:17.321]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pmap_getport.c
2025-08-20T22:00:24.1165262Z [00:11:17.324]➜  libnl-static-x86_64-unknown-linux-musl>   116 | %token <i> META_SK_RCV~
2025-08-20T22:00:24.1166555Z [00:11:17.324]➜  libnl-static-x86_64-unknown-linux-musl>       | %define parse.error verbose
2025-08-20T22:00:24.1168140Z [00:11:17.324]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:13.1-7: warning: POSIX Yacc does not support %define [-Wyacc]
2025-08-20T22:00:24.1169787Z [00:11:17.324]➜  libnl-static-x86_64-unknown-linux-musl>    13 | %define api.pure
2025-08-20T22:00:24.1171101Z [00:11:17.324]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~
2025-08-20T22:00:24.1172651Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:14.14-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1174395Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>    14 | %name-prefix "pktloc_"
2025-08-20T22:00:24.1315032Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |              ^~~~~~~~~
2025-08-20T22:00:24.1317376Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:14.1-22: warning: POSIX Yacc does not support %name-prefix  [-Wyacc]
2025-08-20T22:00:24.1319705Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>    14 | %name-prefix "pktloc_"
2025-08-20T22:00:24.1321099Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:00:24.1323369Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:14.1-22: warning: deprecated directive: '%name-prefix "pktloc_"', use '%define api.prefix {pktloc_}' [-Wdeprecated]
2025-08-20T22:00:24.1325495Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>    14 | %name-prefix "pktloc_"
2025-08-20T22:00:24.1327827Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:00:24.1328869Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       | %define api.prefix {pktloc_}
2025-08-20T22:00:24.1330287Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y:18.1-7: warning: POSIX Yacc does not support %expect [-Wyacc]
2025-08-20T22:00:24.1331497Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>    18 | %expect 1
2025-08-20T22:00:24.1332301Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~
2025-08-20T22:00:24.1333811Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> _QLElib/route/pktloc_syntax.y:42.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc]
2025-08-20T22:00:24.1335279Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>    42 | %destructor { free($$); } NAME
2025-08-20T22:00:24.1336424Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~
2025-08-20T22:00:24.1337255Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> N "sk_rcv_qlen"
2025-08-20T22:00:24.1338347Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T22:00:24.1339906Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:117.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1341425Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>   117 | %token <i> META_SK_SND_QLEN "sk_snd_qlen"
2025-08-20T22:00:24.1342589Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T22:00:24.1344283Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:118.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1345761Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>   118 | %token <i> META_SK_ERR_QLEN "sk_err_qlen"
2025-08-20T22:00:24.1346906Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T22:00:24.1348463Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:119.35-53: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1350066Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>   119 | %token <i> META_SK_FORWARD_ALLOCS "sk_forward_allocs"
2025-08-20T22:00:24.1351335Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |                                   ^~~~~~~~~~~~~~~~~~~
2025-08-20T22:00:24.1352854Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:120.27-37: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1517437Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>   120 | %token <i> META_SK_ALLOCS "sk_allocs"
2025-08-20T22:00:24.1518736Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |                           ^~~~~~~~~~~
2025-08-20T22:00:24.1520360Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:121.31-45: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1521973Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>   121 | %token <i> META_SK_ROUTE_CAPS "sk_route_caps"
2025-08-20T22:00:24.1523668Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |                               ^~~~~~~~~~~~~~~
2025-08-20T22:00:24.1525240Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:122.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1526725Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>   122 | %token <i> META_SK_HASH "sk_hash"
2025-08-20T22:00:24.1527804Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T22:00:24.1529289Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:123.31-45: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1530872Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>   123 | %token <i> META_SK_LINGERTIME "sk_lingertime"
2025-08-20T22:00:24.1532088Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |                               ^~~~~~~~~~~~~~~
2025-08-20T22:00:24.1533877Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:124.32-47: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1535476Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>   124 | %token <i> META_SK_ACK_BACKLOG "sk_ack_backlog"
2025-08-20T22:00:24.1536709Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |                                ^~~~~~~~~~~~~~~~
2025-08-20T22:00:24.1538429Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:125.36-55: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1540051Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>   125 | %token <i> META_SK_MAX_ACK_BACKLOG "sk_max_ack_backlog"
2025-08-20T22:00:24.1541418Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl>       |                                    ^~~~~~~~~~~~~~~~~~~~
2025-08-20T22:00:24.1543002Z [00:11:17.325]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:126.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1695523Z [00:11:17.332]➜  libnl-static-x86_64-unknown-linux-musl>   126 | %token <i> META_SK_PRIO "sk_prio"
2025-08-20T22:00:24.1696694Z [00:11:17.332]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T22:00:24.1698265Z [00:11:17.332]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:127.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1699815Z [00:11:17.332]➜  libnl-static-x86_64-unknown-linux-musl>   127 | %token <i> META_SK_RCVLOWAT "sk_rcvlowat"
2025-08-20T22:00:24.1700997Z [00:11:17.332]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T22:00:24.1702538Z [00:11:17.332]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:128.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1704296Z [00:11:17.332]➜  libnl-static-x86_64-unknown-linux-musl>   128 | %token <i> META_SK_RCVTIMEO "sk_rcvtimeo"
2025-08-20T22:00:24.1705468Z [00:11:17.333]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T22:00:24.1706962Z [00:11:17.333]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:129.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1708711Z [00:11:17.333]➜  libnl-static-x86_64-unknown-linux-musl>   129 | %token <i> META_SK_SNDTIMEO "sk_sndtimeo"
2025-08-20T22:00:24.1709858Z [00:11:17.333]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T22:00:24.1711400Z [00:11:17.333]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:130.32-47: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1712894Z [00:11:17.336]➜  libnl-static-x86_64-unknown-linux-musl>   130 | %token <i> META_SK_SENDMSG_OFF "sk_sendmsg_off"
2025-08-20T22:00:24.1714489Z [00:11:17.336]➜  libnl-static-x86_64-unknown-linux-musl>       |                                ^~~~~~~~~~~~~~~~
2025-08-20T22:00:24.1716037Z [00:11:17.336]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:131.34-51: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1717592Z [00:11:17.336]➜  libnl-static-x86_64-unknown-linux-musl>   131 | %token <i> META_SK_WRITE_PENDING "sk_write_pending"
2025-08-20T22:00:24.1718813Z [00:11:17.336]➜  libnl-static-x86_64-unknown-linux-musl>       |                                  ^~~~~~~~~~~~~~~~~~
2025-08-20T22:00:24.1720341Z [00:11:17.336]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:132.22-27: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1721752Z [00:11:17.336]➜  libnl-static-x86_64-unknown-linux-musl>   132 | %token <i> META_VLAN "vlan"
2025-08-20T22:00:24.1722799Z [00:11:17.336]➜  libnl-static-x86_64-unknown-linux-musl>       |                      ^~~~~~
2025-08-20T22:00:24.1850264Z [00:11:17.342]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:133.24-31: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1851832Z [00:11:17.342]➜  libnl-static-x86_64-unknown-linux-musl>   133 | %token <i> META_RXHASH "rxhash"
2025-08-20T22:00:24.1852972Z [00:11:17.342]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~~~~~~
2025-08-20T22:00:24.1854972Z [00:11:17.342]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:134.25-33: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1856623Z [00:11:17.342]➜  libnl-static-x86_64-unknown-linux-musl>   134 | %token <i> META_DEVNAME "devname"
2025-08-20T22:00:24.1857707Z [00:11:17.342]➜  libnl-static-x86_64-unknown-linux-musl>       |                         ^~~~~~~~~
2025-08-20T22:00:24.1859248Z [00:11:17.342]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:135.29-41: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.1860781Z [00:11:17.342]➜  libnl-static-x86_64-unknown-linux-musl>   135 | %token <i> META_SK_BOUND_IF "sk_bound_if"
2025-08-20T22:00:24.1861922Z [00:11:17.342]➜  libnl-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~~~~~~
2025-08-20T22:00:24.1894114Z [00:11:17.342]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:149.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc]
2025-08-20T22:00:24.1895814Z [00:11:17.343]➜  libnl-static-x86_64-unknown-linux-musl>   149 | %destructor { free($$); NL_DBG(2, "string destructor\n"); } <s>
2025-08-20T22:00:24.1896893Z [00:11:17.343]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~
2025-08-20T22:00:24.1898228Z [00:11:17.343]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:150.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc]
2025-08-20T22:00:24.1899856Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl>   150 | %destructor { rtnl_pktloc_put($$); NL_DBG(2, "pktloc destructor\n"); ...
2025-08-20T22:00:24.1901001Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~
2025-08-20T22:00:24.1902581Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:151.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc]
2025-08-20T22:00:24.2024990Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl>   151 | %destructor { free($$.data); NL_DBG(2, "quoted destructor\n"); } <q>
2025-08-20T22:00:24.2026151Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~
2025-08-20T22:00:24.2027549Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:152.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc]
2025-08-20T22:00:24.2029189Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl>   152 | %destructor { rtnl_meta_value_put($$); NL_DBG(2, "meta value destruct...
2025-08-20T22:00:24.2030633Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~
2025-08-20T22:00:24.2032091Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:211.24-26: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2033880Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl>   211 |         | EMATCH_NBYTE "(" pktloc KW_EQ pattern ")"
2025-08-20T22:00:24.2035063Z [00:11:17.349]➜  libnl-static-x86_64-unknown-linux-musl>       |                        ^~~
2025-08-20T22:00:24.2036584Z [00:11:17.350]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:211.49-51: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2038152Z [00:11:17.360]➜  libnl-static-x86_64-unknown-linux-musl>   211 |         | EMATCH_NBYTE "(" pktloc KW_EQ pattern ")"
2025-08-20T22:00:24.2039374Z [00:11:17.360]➜  libnl-static-x86_64-unknown-linux-musl>       |                                                 ^~~
2025-08-20T22:00:24.2040921Z [00:11:17.360]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:229.23-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2042495Z [00:11:17.360]➜  libnl-static-x86_64-unknown-linux-musl>   229 |         | EMATCH_TEXT "(" STR QUOTED text_from text_to ")"
2025-08-20T22:00:24.2043825Z [00:11:17.360]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~
2025-08-20T22:00:24.2045480Z [00:11:17.360]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:229.56-58: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2047249Z [00:11:17.361]➜  libnl-static-x86_64-unknown-linux-musl>   229 |         | EMATCH_TEXT "(" STR QUOTED text_from text_to ")"
2025-08-20T22:00:24.2048516Z [00:11:17.361]➜  libnl-static-x86_64-unknown-linux-musl>       |                                                        ^~~
2025-08-20T22:00:24.2050096Z [00:11:17.361]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:256.23-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2051681Z [00:11:17.361]➜  libnl-static-x86_64-unknown-linux-musl>   256 |         | EMATCH_META "(" meta_value operand meta_value ")"
2025-08-20T22:00:24.2052838Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~
2025-08-20T22:00:24.2215587Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:256.57-59: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2217298Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>   256 |         | EMATCH_META "(" meta_value operand meta_value ")"
2025-08-20T22:00:24.2218582Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>       |                                                         ^~~
2025-08-20T22:00:24.2220157Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:275.11-13: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2221492Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>   275 |         | "(" expr ")"
2025-08-20T22:00:24.2222372Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>       |           ^~~
2025-08-20T22:00:24.2224249Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:275.20-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2225625Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>   275 |         | "(" expr ")"
2025-08-20T22:00:24.2226559Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~
2025-08-20T22:00:24.2227956Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:303.20-22: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2229577Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>   303 |         EMATCH_CMP "(" cmp_expr ")"
2025-08-20T22:00:24.2230596Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>       |                    ^~~
2025-08-20T22:00:24.2232013Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:303.33-35: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2263985Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>   303 |         EMATCH_CMP "(" cmp_expr ")"
2025-08-20T22:00:24.2265306Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>       |                                 ^~~
2025-08-20T22:00:24.2266868Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:332.11-16: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2268282Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>   332 |         | "from" pktloc
2025-08-20T22:00:24.2269262Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>       |           ^~~~~~
2025-08-20T22:00:24.2270674Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:339.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2272074Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>   339 |         | "to" pktloc
2025-08-20T22:00:24.2273000Z [00:11:17.362]➜  libnl-static-x86_64-unknown-linux-musl>       |           ^~~~
2025-08-20T22:00:24.2420418Z [00:11:17.371]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:457.23-25: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2422003Z [00:11:17.371]➜  libnl-static-x86_64-unknown-linux-musl>   457 |         | align LAYER "+" NUMBER mask
2025-08-20T22:00:24.2423417Z [00:11:17.371]➜  libnl-static-x86_64-unknown-linux-musl>       |                       ^~~
2025-08-20T22:00:24.2424950Z [00:11:17.371]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:484.17-20: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2426276Z [00:11:17.371]➜  libnl-static-x86_64-unknown-linux-musl>   484 |         | ALIGN "at"
2025-08-20T22:00:24.2427171Z [00:11:17.371]➜  libnl-static-x86_64-unknown-linux-musl>       |                 ^~~~
2025-08-20T22:00:24.2428611Z [00:11:17.371]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y:486.18-21: warning: POSIX Yacc does not support string literals [-Wyacc]
2025-08-20T22:00:24.2430022Z [00:11:17.371]➜  libnl-static-x86_64-unknown-linux-musl>   486 |         | NUMBER "at"
2025-08-20T22:00:24.2430987Z [00:11:17.371]➜  libnl-static-x86_64-unknown-linux-musl>       |                  ^~~~
2025-08-20T22:00:24.2564994Z [00:11:17.503]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-ct.lo
2025-08-20T22:00:24.3368220Z [00:11:17.588]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pmap_prot.c
2025-08-20T22:00:24.3454604Z [00:11:17.594]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/pktloc_syntax.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
2025-08-20T22:00:24.3522220Z [00:11:17.603]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-ct_obj.lo
2025-08-20T22:00:24.4200843Z [00:11:17.672]➜  x86_64-unknown-linux-musl-binutils>   CC       m32c-opc.lo
2025-08-20T22:00:24.4209608Z [00:11:17.672]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pmap_prot2.c
2025-08-20T22:00:24.4406059Z [00:11:17.692]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pmap_rmt.c
2025-08-20T22:00:24.4904491Z [00:11:17.741]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rpc_prot.c
2025-08-20T22:00:24.5901032Z [00:11:17.840]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rpc_commondata.c
2025-08-20T22:00:24.6498075Z [00:11:17.901]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-exp.lo
2025-08-20T22:00:24.6821740Z [00:11:17.931]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rpc_callmsg.c
2025-08-20T22:00:24.7990484Z [00:11:18.046]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc.c
2025-08-20T22:00:24.7997385Z [00:11:18.051]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-exp_obj.lo
2025-08-20T22:00:24.8750774Z [00:11:18.119]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc_auth.c
2025-08-20T22:00:25.1135996Z [00:11:18.362]➜  libnl-static-x86_64-unknown-linux-musl> lib/route/cls/ematch_syntax.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
2025-08-20T22:00:25.1285456Z [00:11:18.375]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-log.lo
2025-08-20T22:00:25.1510805Z [00:11:18.399]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc_auth_gss.c
2025-08-20T22:00:25.2601027Z [00:11:18.504]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc_auth_gssapi.c
2025-08-20T22:00:25.3300319Z [00:11:18.570]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc_auth_none.c
2025-08-20T22:00:25.5864616Z [00:11:18.837]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc_auth_unix.c
2025-08-20T22:00:25.7002017Z [00:11:18.951]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc_raw.c
2025-08-20T22:00:25.8670448Z [00:11:19.118]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc_run.c
2025-08-20T22:00:25.9498126Z [00:11:19.198]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o elgamal.lo elgamal.c
2025-08-20T22:00:26.0447376Z [00:11:19.293]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c elgamal.c -o elgamal.o
2025-08-20T22:00:26.0580389Z [00:11:19.303]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc_simple.c
2025-08-20T22:00:26.0634942Z [00:11:19.308]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-log_msg.lo
2025-08-20T22:00:26.1806366Z [00:11:19.432]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc_tcp.c
2025-08-20T22:00:26.1939628Z [00:11:19.445]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ecc.lo ecc.c
2025-08-20T22:00:26.2248314Z [00:11:19.476]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svc_udp.c
2025-08-20T22:00:26.2767427Z [00:11:19.525]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ecc.c -o ecc.o
2025-08-20T22:00:26.3519122Z [00:11:19.604]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-log_msg_obj.lo
2025-08-20T22:00:26.4544142Z [00:11:19.700]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-log_obj.lo
2025-08-20T22:00:26.4653099Z [00:11:19.716]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c xdr.c
2025-08-20T22:00:26.5646078Z [00:11:19.816]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c xdr_array.c
2025-08-20T22:00:27.0424840Z [00:11:20.294]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c xdr_float.c
2025-08-20T22:00:27.0762930Z [00:11:20.328]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-netfilter.lo
2025-08-20T22:00:27.2998051Z [00:11:20.551]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c xdr_mem.c
2025-08-20T22:00:27.3730674Z [00:11:20.618]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c xdr_rec.c
2025-08-20T22:00:27.5060892Z [00:11:20.754]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c xdr_reference.c
2025-08-20T22:00:27.5977701Z [00:11:20.849]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c xdr_stdio.c
2025-08-20T22:00:27.7076290Z [00:11:20.959]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c xdr_sizeof.c
2025-08-20T22:00:27.7127396Z [00:11:20.964]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-nfnl.lo
2025-08-20T22:00:27.7670012Z [00:11:21.018]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c xdr_alloc.c
2025-08-20T22:00:27.7911043Z [00:11:21.043]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-queue.lo
2025-08-20T22:00:27.8076784Z [00:11:21.059]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-queue_msg.lo
2025-08-20T22:00:27.9214644Z [00:11:21.173]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ecc-curves.lo ecc-curves.c
2025-08-20T22:00:27.9987578Z [00:11:21.244]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ecc-curves.c -o ecc-curves.o
2025-08-20T22:00:28.1227662Z [00:11:21.374]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" CGO_ENABLED="" go build  -mod=vendor -o captrace ../goapps/captrace/captrace.go
2025-08-20T22:00:28.2825263Z [00:11:21.527]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-queue_msg_obj.lo
2025-08-20T22:00:28.3771273Z [00:11:21.629]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:28.3792308Z [00:11:21.631]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libgssrpc.a
2025-08-20T22:00:28.3887030Z [00:11:21.636]➜  krb5-static-x86_64-unknown-linux-musl> building static gssrpc library
2025-08-20T22:00:28.3965834Z [00:11:21.641]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libgssrpc.a $objlist
2025-08-20T22:00:28.3968537Z [00:11:21.645]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:28.3969982Z [00:11:21.646]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:28.4058982Z [00:11:21.657]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' auth_none.o auth_unix.o authgss_prot.o authunix_prot.o auth_gss.o auth_gssapi.o auth_gssapi_misc.o bindresvport.o clnt_generic.o clnt_perror.o clnt_raw.o clnt_simple.o clnt_tcp.o clnt_udp.o dyn.o rpc_dtablesize.o get_myaddress.o getrpcport.o pmap_clnt.o pmap_getmaps.o pmap_getport.o pmap_prot.o pmap_prot2.o pmap_rmt.o rpc_prot.o rpc_commondata.o rpc_callmsg.o svc.o svc_auth.o svc_auth_gss.o svc_auth_gssapi.o svc_auth_none.o svc_auth_unix.o svc_raw.o svc_run.o svc_simple.o svc_tcp.o svc_udp.o xdr.o xdr_array.o xdr_float.o xdr_mem.o xdr_rec.o xdr_reference.o xdr_stdio.o xdr_sizeof.o xdr_alloc.o'
2025-08-20T22:00:28.4158090Z [00:11:21.657]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libgssrpc.a auth_none.o auth_unix.o authgss_prot.o authunix_prot.o auth_gss.o auth_gssapi.o auth_gssapi_misc.o bindresvport.o clnt_generic.o clnt_perror.o clnt_raw.o clnt_simple.o clnt_tcp.o clnt_udp.o dyn.o rpc_dtablesize.o get_myaddress.o getrpcport.o pmap_clnt.o pmap_getmaps.o pmap_getport.o pmap_prot.o pmap_prot2.o pmap_rmt.o rpc_prot.o rpc_commondata.o rpc_callmsg.o svc.o svc_auth.o svc_auth_gss.o svc_auth_gssapi.o svc_auth_none.o svc_auth_unix.o svc_raw.o svc_run.o svc_simple.o svc_tcp.o svc_udp.o xdr.o xdr_array.o xdr_float.o xdr_mem.o xdr_rec.o xdr_reference.o xdr_stdio.o xdr_sizeof.o xdr_alloc.o
2025-08-20T22:00:28.4589149Z [00:11:21.711]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/netfilter/libnl_nf_3_la-queue_obj.lo
2025-08-20T22:00:28.4696014Z [00:11:21.719]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libgssrpc.a
2025-08-20T22:00:28.4918551Z [00:11:21.742]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ecc-misc.lo ecc-misc.c
2025-08-20T22:00:28.5037079Z [00:11:21.755]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/genl/libnl_genl_3_la-ctrl.lo
2025-08-20T22:00:28.5349673Z [00:11:21.787]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libgssrpc.a
2025-08-20T22:00:28.5450240Z [00:11:21.796]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s rpc/libgssrpc.a .)
2025-08-20T22:00:28.5699964Z [00:11:21.818]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ecc-misc.c -o ecc-misc.o
2025-08-20T22:00:28.6145392Z [00:11:21.861]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/rpc/unit-test...
2025-08-20T22:00:28.6326916Z [00:11:21.884]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/rpc/unit-test'
2025-08-20T22:00:28.6430982Z [00:11:21.894]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c client.c
2025-08-20T22:00:28.6477796Z [00:11:21.899]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rpc_test_clnt.c
2025-08-20T22:00:28.6640631Z [00:11:21.910]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c server.c
2025-08-20T22:00:28.6675033Z [00:11:21.919]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rpc_test_svc.c
2025-08-20T22:00:28.7875028Z [00:11:22.031]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/genl/libnl_genl_3_la-family.lo
2025-08-20T22:00:28.8788129Z [00:11:22.130]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/genl/libnl_genl_3_la-genl.lo
2025-08-20T22:00:29.0104117Z [00:11:22.262]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ecc-ecdh.lo ecc-ecdh.c
2025-08-20T22:00:29.0927866Z [00:11:22.341]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ecc-ecdh.c -o ecc-ecdh.o
2025-08-20T22:00:29.3619037Z [00:11:22.613]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o server server.o rpc_test_svc.o \
2025-08-20T22:00:29.3655130Z [00:11:22.613]➜  krb5-static-x86_64-unknown-linux-musl>  -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:00:29.3862544Z [00:11:22.638]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o client client.o rpc_test_clnt.o \
2025-08-20T22:00:29.3955396Z [00:11:22.638]➜  krb5-static-x86_64-unknown-linux-musl>  -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:00:29.4578904Z [00:11:22.710]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/genl/libnl_genl_3_la-mngt.lo
2025-08-20T22:00:29.5648127Z [00:11:22.813]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ecc-ecdsa.lo ecc-ecdsa.c
2025-08-20T22:00:29.6219862Z [00:11:22.873]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ecc-ecdsa.c -o ecc-ecdsa.o
2025-08-20T22:00:29.6230963Z [00:11:22.875]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ecc-eddsa.lo ecc-eddsa.c
2025-08-20T22:00:29.6567022Z [00:11:22.908]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/idiag/libnl_idiag_3_la-idiag.lo
2025-08-20T22:00:29.6807271Z [00:11:22.932]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ecc-eddsa.c -o ecc-eddsa.o
2025-08-20T22:00:29.8052963Z [00:11:23.057]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/idiag/libnl_idiag_3_la-idiag_meminfo_obj.lo
2025-08-20T22:00:29.8305446Z [00:11:23.079]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/idiag/libnl_idiag_3_la-idiag_msg_obj.lo
2025-08-20T22:00:30.0585467Z [00:11:23.309]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/idiag/libnl_idiag_3_la-idiag_req_obj.lo
2025-08-20T22:00:30.0990798Z [00:11:23.350]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ecc-gost.lo ecc-gost.c
2025-08-20T22:00:30.1759186Z [00:11:23.427]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ecc-gost.c -o ecc-gost.o
2025-08-20T22:00:30.3048130Z [00:11:23.551]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o ecc-sm2.lo ecc-sm2.c
2025-08-20T22:00:30.3784918Z [00:11:23.630]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ecc-sm2.c -o ecc-sm2.o
2025-08-20T22:00:30.3912663Z [00:11:23.643]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o crc.lo crc.c
2025-08-20T22:00:30.4311272Z [00:11:23.683]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/idiag/libnl_idiag_3_la-idiag_vegasinfo_obj.lo
2025-08-20T22:00:30.4697394Z [00:11:23.718]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c crc.c -o crc.o
2025-08-20T22:00:30.5215399Z [00:11:23.770]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-ae.lo
2025-08-20T22:00:30.6106774Z [00:11:23.862]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-lifetime.lo
2025-08-20T22:00:30.6715633Z [00:11:23.923]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o gostr3411-94.lo gostr3411-94.c
2025-08-20T22:00:30.7358833Z [00:11:23.987]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c gostr3411-94.c -o gostr3411-94.o
2025-08-20T22:00:30.7627930Z [00:11:24.011]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o stribog.lo stribog.c
2025-08-20T22:00:30.8407405Z [00:11:24.089]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c stribog.c -o stribog.o
2025-08-20T22:00:30.8575667Z [00:11:24.109]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/rpc/unit-test'
2025-08-20T22:00:30.8627786Z [00:11:24.114]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/rpc'
2025-08-20T22:00:30.8775897Z [00:11:24.129]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/kdb...
2025-08-20T22:00:30.8895501Z [00:11:24.141]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-sa.lo
2025-08-20T22:00:30.9020589Z [00:11:24.154]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/kdb'
2025-08-20T22:00:30.9144965Z [00:11:24.163]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-adb_err.et et-h-adb_err.c et-h-adb_err.h
2025-08-20T22:00:30.9194546Z [00:11:24.170]➜  krb5-static-x86_64-unknown-linux-musl> cp adb_err.et et-h-adb_err.et
2025-08-20T22:00:30.9210202Z [00:11:24.173]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-h-adb_err.et
2025-08-20T22:00:30.9259343Z [00:11:24.175]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DKDB5_USE_LIB_KDB_DB2 -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c encrypt_key.c
2025-08-20T22:00:30.9369819Z [00:11:24.183]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DKDB5_USE_LIB_KDB_DB2 -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c decrypt_key.c
2025-08-20T22:00:30.9391418Z [00:11:24.190]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DKDB5_USE_LIB_KDB_DB2 -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb_default.c
2025-08-20T22:00:30.9840081Z [00:11:24.199]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DKDB5_USE_LIB_KDB_DB2 -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb_cpw.c
2025-08-20T22:00:30.9877279Z [00:11:24.230]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-h-adb_err.h' et-h-adb_err.et
2025-08-20T22:00:30.9879547Z [00:11:24.235]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_c.awk 'outfile=et-h-adb_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-adb_err.et
2025-08-20T22:00:30.9902086Z [00:11:24.242]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-adb_err.h adb_err.h
2025-08-20T22:00:30.9953534Z [00:11:24.247]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-adb_err.et et-h-adb_err.c
2025-08-20T22:00:31.0065900Z [00:11:24.255]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-adb_err.et et-c-adb_err.c et-c-adb_err.h
2025-08-20T22:00:31.0067138Z [00:11:24.258]➜  krb5-static-x86_64-unknown-linux-musl> cp adb_err.et et-c-adb_err.et
2025-08-20T22:00:31.0165264Z [00:11:24.267]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-c-adb_err.et
2025-08-20T22:00:31.0696546Z [00:11:24.321]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-c-adb_err.h' et-c-adb_err.et
2025-08-20T22:00:31.0772962Z [00:11:24.327]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_c.awk 'outfile=et-c-adb_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-adb_err.et
2025-08-20T22:00:31.0945767Z [00:11:24.343]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-adb_err.c adb_err.c
2025-08-20T22:00:31.1125652Z [00:11:24.361]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-adb_err.et et-c-adb_err.h
2025-08-20T22:00:31.1302054Z [00:11:24.381]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DKDB5_USE_LIB_KDB_DB2 -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c iprop_xdr.c
2025-08-20T22:00:31.1437463Z [00:11:24.395]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-selector.lo
2025-08-20T22:00:31.3408268Z [00:11:24.590]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o md4.lo md4.c
2025-08-20T22:00:31.4227885Z [00:11:24.668]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c md4.c -o md4.o
2025-08-20T22:00:31.4828568Z [00:11:24.734]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-sp.lo
2025-08-20T22:00:31.5870237Z [00:11:24.826]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DKDB5_USE_LIB_KDB_DB2 -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb_convert.c
2025-08-20T22:00:31.6551141Z [00:11:24.906]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DKDB5_USE_LIB_KDB_DB2 -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb_log.c
2025-08-20T22:00:31.6740037Z [00:11:24.925]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o md5.lo md5.c
2025-08-20T22:00:31.7239381Z [00:11:24.975]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c md5.c -o md5.o
2025-08-20T22:00:31.9697321Z [00:11:25.221]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DKDB5_USE_LIB_KDB_DB2 -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c keytab.c
2025-08-20T22:00:32.0135610Z [00:11:25.261]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libcap-2.76/go'
2025-08-20T22:00:32.0137483Z [00:11:25.261]➜  libcap-static-x86_64-unknown-linux-musl> rm -f cap/go.sum
2025-08-20T22:00:32.0305785Z [00:11:25.278]➜  libcap-static-x86_64-unknown-linux-musl> make -C tests all
2025-08-20T22:00:32.0506232Z [00:11:25.302]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libcap-2.76/tests'
2025-08-20T22:00:32.1187955Z [00:11:25.367]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o rmd160.lo rmd160.c
2025-08-20T22:00:32.1438038Z [00:11:25.395]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/tests/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T22:00:32.1467205Z [00:11:25.397]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o sha256.lo sha256.c
2025-08-20T22:00:32.1750951Z [00:11:25.427]➜  libcap-static-x86_64-unknown-linux-musl> leave test building to test target
2025-08-20T22:00:32.1753728Z [00:11:25.427]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libcap-2.76/tests'
2025-08-20T22:00:32.1935030Z [00:11:25.432]➜  libcap-static-x86_64-unknown-linux-musl> make -C progs all
2025-08-20T22:00:32.1955038Z [00:11:25.440]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libcap-2.76/progs'
2025-08-20T22:00:32.2023541Z [00:11:25.451]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c rmd160.c -o rmd160.o
2025-08-20T22:00:32.2156849Z [00:11:25.465]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c sha256.c -o sha256.o
2025-08-20T22:00:32.2803429Z [00:11:25.532]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/progs/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T22:00:32.3048260Z [00:11:25.556]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o sha512.lo sha512.c
2025-08-20T22:00:32.3237742Z [00:11:25.569]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/progs/../libcap/include/uapi -I/build/libcap-2.76/progs/../libcap/include -c getpcaps.c -o getpcaps.o
2025-08-20T22:00:32.3648763Z [00:11:25.616]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DKDB5_USE_LIB_KDB_DB2 -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb5.c
2025-08-20T22:00:32.3877265Z [00:11:25.639]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c sha512.c -o sha512.o
2025-08-20T22:00:32.4357918Z [00:11:25.687]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/xfrm/libnl_xfrm_3_la-template.lo
2025-08-20T22:00:32.4460118Z [00:11:25.695]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DKDB5_USE_LIB_KDB_DB2 -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c adb_err.c
2025-08-20T22:00:32.5674846Z [00:11:25.819]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o keccak.lo keccak.c
2025-08-20T22:00:32.5824782Z [00:11:25.834]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/cls/basic_la-basic.lo
2025-08-20T22:00:32.6496426Z [00:11:25.901]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c keccak.c -o keccak.o
2025-08-20T22:00:32.7757280Z [00:11:26.024]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code --static getpcaps.o -L/build/libcap-2.76/progs/../libcap -lcap  -o getpcaps
2025-08-20T22:00:32.9098375Z [00:11:26.160]➜  libgcrypt-static-x86_64-unknown-linux-musl> `echo /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c tiger.c | sed -e 's/[[:blank:]]-O\([2-9sgz][2-9sgz]*\)/ -O1 /g' -e 's/[[:blank:]]-Ofast/ -O1 /g' `
2025-08-20T22:00:32.9984363Z [00:11:26.250]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O1 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c tiger.c -o tiger.o
2025-08-20T22:00:33.0082321Z [00:11:26.260]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/progs/../libcap/include/uapi -I/build/libcap-2.76/progs/../libcap/include -c getcap.c -o getcap.o
2025-08-20T22:00:33.1836332Z [00:11:26.435]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/cls/cgroup_la-cgroup.lo
2025-08-20T22:00:33.3737087Z [00:11:26.619]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code --static getcap.o -L/build/libcap-2.76/progs/../libcap -lcap  -o getcap
2025-08-20T22:00:33.4228683Z [00:11:26.675]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/bfifo_la-bfifo.lo
2025-08-20T22:00:33.5106210Z [00:11:26.762]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/blackhole_la-blackhole.lo
2025-08-20T22:00:33.6319826Z [00:11:26.884]➜  x86_64-unknown-linux-musl-binutils>   CC       m32r-asm.lo
2025-08-20T22:00:33.6863684Z [00:11:26.938]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/progs/../libcap/include/uapi -I/build/libcap-2.76/progs/../libcap/include -c setcap.c -o setcap.o
2025-08-20T22:00:33.8648617Z [00:11:27.116]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/fq_codel_la-fq_codel.lo
2025-08-20T22:00:34.0476260Z [00:11:27.299]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/hfsc_la-hfsc.lo
2025-08-20T22:00:34.1896481Z [00:11:27.441]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/htb_la-htb.lo
2025-08-20T22:00:34.2420078Z [00:11:27.493]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o whirlpool.lo whirlpool.c
2025-08-20T22:00:34.3030423Z [00:11:27.554]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c whirlpool.c -o whirlpool.o
2025-08-20T22:00:34.4005267Z [00:11:27.649]➜  x86_64-unknown-linux-musl-binutils>   CXX      object.o
2025-08-20T22:00:34.4165108Z [00:11:27.662]➜  x86_64-unknown-linux-musl-binutils>   CXX      options.o
2025-08-20T22:00:34.4236711Z [00:11:27.670]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code --static setcap.o -L/build/libcap-2.76/progs/../libcap -lcap  -o setcap
2025-08-20T22:00:34.6285338Z [00:11:27.877]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/ingress_la-ingress.lo
2025-08-20T22:00:34.6378054Z [00:11:27.886]➜  libcap-static-x86_64-unknown-linux-musl> ./mkcapshdoc.sh > capshdoc.c.cf
2025-08-20T22:00:34.7291307Z [00:11:27.980]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o blake2.lo blake2.c
2025-08-20T22:00:34.7948749Z [00:11:28.046]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c blake2.c -o blake2.o
2025-08-20T22:00:34.9141748Z [00:11:28.166]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/pfifo_la-pfifo.lo
2025-08-20T22:00:34.9587214Z [00:11:28.210]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/cli/qdisc/plug_la-plug.lo
2025-08-20T22:00:35.0738352Z [00:11:28.322]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o sm3.lo sm3.c
2025-08-20T22:00:35.0940122Z [00:11:28.346]➜  x86_64-unknown-linux-musl-binutils>   CC       m32r-desc.lo
2025-08-20T22:00:35.1247033Z [00:11:28.376]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c sm3.c -o sm3.o
2025-08-20T22:00:35.1989970Z [00:11:28.450]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-3.la
2025-08-20T22:00:35.3357102Z [00:11:28.587]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/cls/basic.la
2025-08-20T22:00:35.4028135Z [00:11:28.653]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o sha1.lo sha1.c
2025-08-20T22:00:35.4730253Z [00:11:28.721]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c sha1.c -o sha1.o
2025-08-20T22:00:35.4815279Z [00:11:28.725]➜  libcap-static-x86_64-unknown-linux-musl> diff -u capshdoc.c capshdoc.c.cf || (rm capshdoc.c.cf ; exit 1)
2025-08-20T22:00:35.4985699Z [00:11:28.750]➜  libcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -O2  -Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wshadow -Wunreachable-code -Dlinux -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/libcap-2.76/progs/../libcap/include/uapi -I/build/libcap-2.76/progs/../libcap/include  --static capsh.c capshdoc.c -L/build/libcap-2.76/progs/../libcap -lcap  -o capsh
2025-08-20T22:00:35.5825392Z [00:11:28.831]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/cls/cgroup.la
2025-08-20T22:00:35.6608947Z [00:11:28.913]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/bfifo.la
2025-08-20T22:00:35.8777600Z [00:11:29.129]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/blackhole.la
2025-08-20T22:00:35.8976017Z [00:11:29.148]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/fq_codel.la
2025-08-20T22:00:35.9469588Z [00:11:29.198]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o scrypt.lo scrypt.c
2025-08-20T22:00:36.0007414Z [00:11:29.251]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c scrypt.c -o scrypt.o
2025-08-20T22:00:36.1407422Z [00:11:29.392]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/hfsc.la
2025-08-20T22:00:36.2571364Z [00:11:29.509]➜  x86_64-unknown-linux-musl-binutils>   CC       m32r-dis.lo
2025-08-20T22:00:36.2576771Z [00:11:29.509]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/htb.la
2025-08-20T22:00:36.3189875Z [00:11:29.571]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/ingress.la
2025-08-20T22:00:36.3217608Z [00:11:29.574]➜  libgcrypt-static-x86_64-unknown-linux-musl> ./gost-s-box gost-sb.h
2025-08-20T22:00:36.3366250Z [00:11:29.588]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src -I../mpi -I../mpi  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o gost28147.lo gost28147.c
2025-08-20T22:00:36.3620451Z [00:11:29.614]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/pfifo.la
2025-08-20T22:00:36.4097481Z [00:11:29.660]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../mpi -I../mpi -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c gost28147.c -o gost28147.o
2025-08-20T22:00:36.4246984Z [00:11:29.676]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/cli/qdisc/plug.la
2025-08-20T22:00:36.6889555Z [00:11:29.940]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/fib_lookup/libnl_route_3_la-lookup.lo
2025-08-20T22:00:36.7089731Z [00:11:29.961]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/fib_lookup/libnl_route_3_la-request.lo
2025-08-20T22:00:36.7581114Z [00:11:30.010]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-act.lo
2025-08-20T22:00:36.8432462Z [00:11:30.095]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/act/libnl_route_3_la-gact.lo
2025-08-20T22:00:36.8629258Z [00:11:30.115]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/act/libnl_route_3_la-mirred.lo
2025-08-20T22:00:37.4409231Z [00:11:30.693]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:37.4431586Z [00:11:30.695]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkdb5.a
2025-08-20T22:00:37.4554038Z [00:11:30.707]➜  krb5-static-x86_64-unknown-linux-musl> building static kdb5 library
2025-08-20T22:00:37.4620000Z [00:11:30.713]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkdb5.a $objlist
2025-08-20T22:00:37.4660264Z [00:11:30.718]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:37.4679116Z [00:11:30.720]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/act/libnl_route_3_la-nat.lo
2025-08-20T22:00:37.4696479Z [00:11:30.721]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:37.4773945Z [00:11:30.729]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' kdb5.o encrypt_key.o decrypt_key.o kdb_default.o kdb_cpw.o adb_err.o iprop_xdr.o kdb_convert.o kdb_log.o keytab.o'
2025-08-20T22:00:37.4780858Z [00:11:30.730]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkdb5.a kdb5.o encrypt_key.o decrypt_key.o kdb_default.o kdb_cpw.o adb_err.o iprop_xdr.o kdb_convert.o kdb_log.o keytab.o
2025-08-20T22:00:37.4883376Z [00:11:30.740]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/act/libnl_route_3_la-skbedit.lo
2025-08-20T22:00:37.4975767Z [00:11:30.749]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkdb5.a
2025-08-20T22:00:37.5193589Z [00:11:30.771]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libkdb5.a
2025-08-20T22:00:37.5198258Z [00:11:30.771]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s kdb/libkdb5.a .)
2025-08-20T22:00:37.5278077Z [00:11:30.779]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/kdb'
2025-08-20T22:00:37.5333161Z [00:11:30.785]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/kadm5...
2025-08-20T22:00:37.5420751Z [00:11:30.793]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/kadm5'
2025-08-20T22:00:37.5470997Z [00:11:30.799]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-chpass_util_strings.et et-h-chpass_util_strings.c et-h-chpass_util_strings.h
2025-08-20T22:00:37.5574538Z [00:11:30.805]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-kadm_err.et et-h-kadm_err.c et-h-kadm_err.h
2025-08-20T22:00:37.5576208Z [00:11:30.807]➜  krb5-static-x86_64-unknown-linux-musl> cp kadm_err.et et-h-kadm_err.et
2025-08-20T22:00:37.5577690Z [00:11:30.807]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-kadm_err.et et-c-kadm_err.c et-c-kadm_err.h
2025-08-20T22:00:37.5602207Z [00:11:30.812]➜  krb5-static-x86_64-unknown-linux-musl> cp chpass_util_strings.et et-h-chpass_util_strings.et
2025-08-20T22:00:37.5684531Z [00:11:30.820]➜  krb5-static-x86_64-unknown-linux-musl> cp kadm_err.et et-c-kadm_err.et
2025-08-20T22:00:37.5689938Z [00:11:30.820]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-h-chpass_util_strings.et
2025-08-20T22:00:37.5711147Z [00:11:30.822]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-c-kadm_err.et
2025-08-20T22:00:37.5907224Z [00:11:30.835]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-h-kadm_err.et
2025-08-20T22:00:37.6055933Z [00:11:30.835]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-chpass_util_strings.et et-c-chpass_util_strings.c et-c-chpass_util_strings.h
2025-08-20T22:00:37.6134750Z [00:11:30.837]➜  krb5-static-x86_64-unknown-linux-musl> cp chpass_util_strings.et et-c-chpass_util_strings.et
2025-08-20T22:00:37.6289664Z [00:11:30.842]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c logger.c
2025-08-20T22:00:37.6365925Z [00:11:30.846]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-c-kadm_err.h' et-c-kadm_err.et
2025-08-20T22:00:37.6368105Z [00:11:30.848]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-h-chpass_util_strings.h' et-h-chpass_util_strings.et
2025-08-20T22:00:37.6370242Z [00:11:30.850]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_c.awk 'outfile=et-c-kadm_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-kadm_err.et
2025-08-20T22:00:37.6372341Z [00:11:30.851]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-c-chpass_util_strings.et
2025-08-20T22:00:37.6374337Z [00:11:30.858]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-h-kadm_err.h' et-h-kadm_err.et
2025-08-20T22:00:37.6376575Z [00:11:30.858]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_c.awk 'outfile=et-h-chpass_util_strings.c' 'textdomain=mit-krb5' 'localedir=' et-h-chpass_util_strings.et
2025-08-20T22:00:37.6378812Z [00:11:30.859]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_c.awk 'outfile=et-h-kadm_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-kadm_err.et
2025-08-20T22:00:37.6380419Z [00:11:30.864]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-kadm_err.c kadm_err.c
2025-08-20T22:00:37.6382005Z [00:11:30.864]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-c-chpass_util_strings.h' et-c-chpass_util_strings.et
2025-08-20T22:00:37.6383838Z [00:11:30.866]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-chpass_util_strings.h chpass_util_strings.h
2025-08-20T22:00:37.6385770Z [00:11:30.868]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_c.awk 'outfile=et-c-chpass_util_strings.c' 'textdomain=mit-krb5' 'localedir=' et-c-chpass_util_strings.et
2025-08-20T22:00:37.6387834Z [00:11:30.873]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-chpass_util_strings.et et-h-chpass_util_strings.c
2025-08-20T22:00:37.6389255Z [00:11:30.878]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-kadm_err.h kadm_err.h
2025-08-20T22:00:37.6390624Z [00:11:30.881]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-kadm_err.et et-h-kadm_err.c
2025-08-20T22:00:37.6392017Z [00:11:30.884]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-chpass_util_strings.c chpass_util_strings.c
2025-08-20T22:00:37.6393872Z [00:11:30.885]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/act/libnl_route_3_la-vlan.lo
2025-08-20T22:00:37.6395258Z [00:11:30.889]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-kadm_err.et et-c-kadm_err.h
2025-08-20T22:00:37.6410907Z [00:11:30.893]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-chpass_util_strings.et et-c-chpass_util_strings.h
2025-08-20T22:00:37.6440866Z [00:11:30.896]➜  krb5-static-x86_64-unknown-linux-musl> if [ -d ../../include/kadm5 ]; then :; else mkdir -p ../../include/kadm5; fi
2025-08-20T22:00:37.6449831Z [00:11:30.896]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kadm_err.c
2025-08-20T22:00:37.6503913Z [00:11:30.902]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c chpass_util_strings.c
2025-08-20T22:00:37.6577330Z [00:11:30.909]➜  krb5-static-x86_64-unknown-linux-musl> for i in admin.h admin_internal.h admin_xdr.h kadm_rpc.h server_internal.h  ; do \
2025-08-20T22:00:37.6603051Z [00:11:30.909]➜  krb5-static-x86_64-unknown-linux-musl>  i=`basename $i`; \
2025-08-20T22:00:37.6604619Z [00:11:30.909]➜  krb5-static-x86_64-unknown-linux-musl>  if cmp ./$i ../../include/kadm5/$i >/dev/null 2>&1; then :; \
2025-08-20T22:00:37.6605934Z [00:11:30.909]➜  krb5-static-x86_64-unknown-linux-musl>  else \
2025-08-20T22:00:37.6607163Z [00:11:30.909]➜  krb5-static-x86_64-unknown-linux-musl>          (set -x; rm -f ../../include/kadm5/$i; \
2025-08-20T22:00:37.6608510Z [00:11:30.909]➜  krb5-static-x86_64-unknown-linux-musl>           cp ./$i ../../include/kadm5/$i) ; \
2025-08-20T22:00:37.6609572Z [00:11:30.909]➜  krb5-static-x86_64-unknown-linux-musl>  fi ; \
2025-08-20T22:00:37.6610528Z [00:11:30.909]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:00:37.6812007Z [00:11:30.933]➜  krb5-static-x86_64-unknown-linux-musl> + rm -f ../../include/kadm5/admin.h
2025-08-20T22:00:37.6869623Z [00:11:30.939]➜  krb5-static-x86_64-unknown-linux-musl> + cp ./admin.h ../../include/kadm5/admin.h
2025-08-20T22:00:37.6980043Z [00:11:30.950]➜  krb5-static-x86_64-unknown-linux-musl> + rm -f ../../include/kadm5/admin_internal.h
2025-08-20T22:00:37.7101470Z [00:11:30.958]➜  krb5-static-x86_64-unknown-linux-musl> + cp ./admin_internal.h ../../include/kadm5/admin_internal.h
2025-08-20T22:00:37.7186274Z [00:11:30.970]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-addr.lo
2025-08-20T22:00:37.7275069Z [00:11:30.978]➜  krb5-static-x86_64-unknown-linux-musl> + rm -f ../../include/kadm5/admin_xdr.h
2025-08-20T22:00:37.7375319Z [00:11:30.978]➜  krb5-static-x86_64-unknown-linux-musl> + cp ./admin_xdr.h ../../include/kadm5/admin_xdr.h
2025-08-20T22:00:37.7465158Z [00:11:30.998]➜  krb5-static-x86_64-unknown-linux-musl> + rm -f ../../include/kadm5/kadm_rpc.h
2025-08-20T22:00:37.7577014Z [00:11:31.009]➜  krb5-static-x86_64-unknown-linux-musl> + cp ./kadm_rpc.h ../../include/kadm5/kadm_rpc.h
2025-08-20T22:00:37.7762106Z [00:11:31.028]➜  x86_64-unknown-linux-musl-binutils>   CC       m32r-ibld.lo
2025-08-20T22:00:37.7915049Z [00:11:31.038]➜  krb5-static-x86_64-unknown-linux-musl> + rm -f ../../include/kadm5/server_internal.h
2025-08-20T22:00:37.8014979Z [00:11:31.047]➜  krb5-static-x86_64-unknown-linux-musl> + cp ./server_internal.h ../../include/kadm5/server_internal.h
2025-08-20T22:00:37.8052231Z [00:11:31.051]➜  krb5-static-x86_64-unknown-linux-musl> for i in chpass_util_strings.h kadm_err.h ; do \
2025-08-20T22:00:37.8053833Z [00:11:31.051]➜  krb5-static-x86_64-unknown-linux-musl>  i=`basename $i`; \
2025-08-20T22:00:37.8055199Z [00:11:31.051]➜  krb5-static-x86_64-unknown-linux-musl>  if cmp $i ../../include/kadm5/$i >/dev/null 2>&1; then :; \
2025-08-20T22:00:37.8056295Z [00:11:31.051]➜  krb5-static-x86_64-unknown-linux-musl>  else \
2025-08-20T22:00:37.8057355Z [00:11:31.051]➜  krb5-static-x86_64-unknown-linux-musl>          (set -x; rm -f ../../include/kadm5/$i; \
2025-08-20T22:00:37.8058628Z [00:11:31.051]➜  krb5-static-x86_64-unknown-linux-musl>           cp $i ../../include/kadm5/$i) ; \
2025-08-20T22:00:37.8059643Z [00:11:31.051]➜  krb5-static-x86_64-unknown-linux-musl>  fi ; \
2025-08-20T22:00:37.8060459Z [00:11:31.051]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:00:37.8203935Z [00:11:31.072]➜  krb5-static-x86_64-unknown-linux-musl> + rm -f ../../include/kadm5/chpass_util_strings.h
2025-08-20T22:00:37.8285249Z [00:11:31.076]➜  krb5-static-x86_64-unknown-linux-musl> + cp chpass_util_strings.h ../../include/kadm5/chpass_util_strings.h
2025-08-20T22:00:37.8465994Z [00:11:31.098]➜  krb5-static-x86_64-unknown-linux-musl> + rm -f ../../include/kadm5/kadm_err.h
2025-08-20T22:00:37.8496428Z [00:11:31.101]➜  krb5-static-x86_64-unknown-linux-musl> + cp kadm_err.h ../../include/kadm5/kadm_err.h
2025-08-20T22:00:37.8564195Z [00:11:31.107]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c misc_free.c
2025-08-20T22:00:37.8660267Z [00:11:31.109]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kadm_rpc_xdr.c
2025-08-20T22:00:37.8712990Z [00:11:31.123]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c chpass_util.c
2025-08-20T22:00:37.8880907Z [00:11:31.139]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c alt_prof.c
2025-08-20T22:00:37.9525319Z [00:11:31.201]➜  krb5-static-x86_64-unknown-linux-musl> logger.c: In function 'krb5_klog_init':
2025-08-20T22:00:37.9527410Z [00:11:31.201]➜  krb5-static-x86_64-unknown-linux-musl> logger.c:519:37: warning: argument 1 of 'set_com_err_hook' might be a candidate for a format attribute [-Wsuggest-attribute=format]
2025-08-20T22:00:37.9529279Z [00:11:31.201]➜  krb5-static-x86_64-unknown-linux-musl>   519 |             (void) set_com_err_hook(klog_com_err_proc);
2025-08-20T22:00:37.9530922Z [00:11:31.201]➜  krb5-static-x86_64-unknown-linux-musl>       |                                     ^~~~~~~~~~~~~~~~~
2025-08-20T22:00:38.2921162Z [00:11:31.544]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-class.lo
2025-08-20T22:00:38.4505269Z [00:11:31.701]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-classid.lo
2025-08-20T22:00:38.4778160Z [00:11:31.729]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-cls.lo
2025-08-20T22:00:38.6485950Z [00:11:31.897]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libcap-2.76/progs'
2025-08-20T22:00:38.6487506Z [00:11:31.897]➜  libcap-static-x86_64-unknown-linux-musl> make -C doc all
2025-08-20T22:00:38.6488883Z [00:11:31.900]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libcap-2.76/doc'
2025-08-20T22:00:38.6577445Z [00:11:31.903]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c str_conv.c
2025-08-20T22:00:38.7269173Z [00:11:31.978]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/doc/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T22:00:38.7955348Z [00:11:32.045]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'all'.
2025-08-20T22:00:38.7957029Z [00:11:32.045]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-basic.lo
2025-08-20T22:00:38.8010537Z [00:11:32.052]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libcap-2.76/doc'
2025-08-20T22:00:38.8224879Z [00:11:32.074]➜  libcap-static-x86_64-unknown-linux-musl> buildPhase completed in 1 minutes 19 seconds
2025-08-20T22:00:38.8226874Z [00:11:32.074]➜  libcap-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:00:38.8679951Z [00:11:32.119]➜  libcap-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash lib=lib PAM_CAP=no BUILD_CC=\$\(CC_FOR_BUILD\) CC:=\$\(CC\) CROSS_COMPILE=x86_64-unknown-linux-musl- GOLANG=yes GOCACHE=\$\{TMPDIR\}/go-cache GOFLAGS=-trimpath GOARCH=amd64 GOOS=linux SHARED=no LIBCSTATIC=yes pkgconfigdir=/nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/lib/pkgconfig m4datadir=/nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/share/aclocal aclocaldir=/nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/share/aclocal RAISE_SETFCAP=no install
2025-08-20T22:00:38.9586215Z [00:11:32.207]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T22:00:38.9795164Z [00:11:32.225]➜  libcap-static-x86_64-unknown-linux-musl> make -C libcap install
2025-08-20T22:00:38.9824654Z [00:11:32.231]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libcap-2.76/libcap'
2025-08-20T22:00:39.0758697Z [00:11:32.327]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/libcap/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T22:00:39.1351442Z [00:11:32.387]➜  libcap-static-x86_64-unknown-linux-musl> mkdir -p -m 0755 /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/include/sys
2025-08-20T22:00:39.1466062Z [00:11:32.395]➜  libcap-static-x86_64-unknown-linux-musl> mkdir -p -m 0755 /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib/pkgconfig
2025-08-20T22:00:39.1641135Z [00:11:32.416]➜  libcap-static-x86_64-unknown-linux-musl> mkdir -p -m 0755 /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib
2025-08-20T22:00:39.1736821Z [00:11:32.425]➜  libcap-static-x86_64-unknown-linux-musl> install -m 0644 include/sys/capability.h /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/include/sys
2025-08-20T22:00:39.1826377Z [00:11:32.431]➜  libcap-static-x86_64-unknown-linux-musl> install -m 0644 libcap.pc /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib/pkgconfig/libcap.pc
2025-08-20T22:00:39.1926184Z [00:11:32.437]➜  libcap-static-x86_64-unknown-linux-musl> install -m 0644 libcap.a /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib/libcap.a
2025-08-20T22:00:39.1954581Z [00:11:32.447]➜  libcap-static-x86_64-unknown-linux-musl> make install-static-psx
2025-08-20T22:00:39.2055252Z [00:11:32.454]➜  libcap-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libcap-2.76/libcap'
2025-08-20T22:00:39.2671182Z [00:11:32.519]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/libcap/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T22:00:39.3206050Z [00:11:32.567]➜  libcap-static-x86_64-unknown-linux-musl> mkdir -p -m 0755 /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/include/sys
2025-08-20T22:00:39.3299764Z [00:11:32.581]➜  libcap-static-x86_64-unknown-linux-musl> mkdir -p -m 0755 /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib/pkgconfig
2025-08-20T22:00:39.3365596Z [00:11:32.585]➜  libcap-static-x86_64-unknown-linux-musl> mkdir -p -m 0755 /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib
2025-08-20T22:00:39.3483506Z [00:11:32.600]➜  libcap-static-x86_64-unknown-linux-musl> install -m 0644 include/sys/psx_syscall.h /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/include/sys
2025-08-20T22:00:39.3726031Z [00:11:32.619]➜  libcap-static-x86_64-unknown-linux-musl> install -m 0644 libpsx.pc /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib/pkgconfig/libpsx.pc
2025-08-20T22:00:39.3816706Z [00:11:32.632]➜  libcap-static-x86_64-unknown-linux-musl> install -m 0644 libpsx.a /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib/libpsx.a
2025-08-20T22:00:39.3917129Z [00:11:32.643]➜  libcap-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libcap-2.76/libcap'
2025-08-20T22:00:39.3920389Z [00:11:32.644]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libcap-2.76/libcap'
2025-08-20T22:00:39.3955378Z [00:11:32.647]➜  libcap-static-x86_64-unknown-linux-musl> make -C go install
2025-08-20T22:00:39.4043790Z [00:11:32.656]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libcap-2.76/go'
2025-08-20T22:00:39.4315966Z [00:11:32.683]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T22:00:39.4318357Z [00:11:32.683]➜  libcap-static-x86_64-unknown-linux-musl> echo "# kernel.org/pub/linux/libs/security/libcap/psx v1.2.76" > vendor/modules.txt
2025-08-20T22:00:39.4354988Z [00:11:32.687]➜  x86_64-unknown-linux-musl-binutils>   CC       m32r-opc.lo
2025-08-20T22:00:39.4356773Z [00:11:32.687]➜  libcap-static-x86_64-unknown-linux-musl> echo "kernel.org/pub/linux/libs/security/libcap/psx" >> vendor/modules.txt
2025-08-20T22:00:39.4448263Z [00:11:32.696]➜  libcap-static-x86_64-unknown-linux-musl> echo "# kernel.org/pub/linux/libs/security/libcap/cap v1.2.76" >> vendor/modules.txt
2025-08-20T22:00:39.4507402Z [00:11:32.702]➜  libcap-static-x86_64-unknown-linux-musl> echo "kernel.org/pub/linux/libs/security/libcap/cap" >> vendor/modules.txt
2025-08-20T22:00:39.4571613Z [00:11:32.709]➜  libcap-static-x86_64-unknown-linux-musl> ln -sf /build/libcap-2.76/psx vendor/kernel.org/pub/linux/libs/security/libcap
2025-08-20T22:00:39.4665545Z [00:11:32.718]➜  libcap-static-x86_64-unknown-linux-musl> touch ../psx
2025-08-20T22:00:39.4705510Z [00:11:32.722]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-cgroup.lo
2025-08-20T22:00:39.4797007Z [00:11:32.731]➜  libcap-static-x86_64-unknown-linux-musl> touch PSXGOPACKAGE
2025-08-20T22:00:39.4896990Z [00:11:32.741]➜  libcap-static-x86_64-unknown-linux-musl> ln -sf /build/libcap-2.76/cap vendor/kernel.org/pub/linux/libs/security/libcap
2025-08-20T22:00:39.5075175Z [00:11:32.750]➜  libcap-static-x86_64-unknown-linux-musl> touch ../cap
2025-08-20T22:00:39.5077872Z [00:11:32.759]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" GOOS= GOARCH= go run -mod=vendor mknames.go --header=/build/libcap-2.76/libcap/cap_names.h --textdir=/build/libcap-2.76/doc/values | gofmt > good-names.go || rm -f good-names.go
2025-08-20T22:00:39.6237365Z [00:11:32.875]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-ematch.lo
2025-08-20T22:00:39.7559155Z [00:11:33.008]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/ematch/libnl_route_3_la-cmp.lo
2025-08-20T22:00:39.7831620Z [00:11:33.035]➜  libcap-static-x86_64-unknown-linux-musl> diff -u ../cap/names.go good-names.go
2025-08-20T22:00:39.7890565Z [00:11:33.041]➜  libcap-static-x86_64-unknown-linux-musl> touch CAPGOPACKAGE
2025-08-20T22:00:39.8056121Z [00:11:33.055]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" CGO_ENABLED="" go build  -mod=vendor -o web ../goapps/web/web.go
2025-08-20T22:00:39.8207081Z [00:11:33.072]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/ematch/libnl_route_3_la-container.lo
2025-08-20T22:00:40.0772843Z [00:11:33.328]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/ematch/libnl_route_3_la-meta.lo
2025-08-20T22:00:40.1441692Z [00:11:33.396]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" CGO_ENABLED="" go build  -mod=vendor -o setid ../goapps/setid/setid.go
2025-08-20T22:00:40.1766518Z [00:11:33.428]➜  x86_64-unknown-linux-musl-binutils>   CC       m32r-opinst.lo
2025-08-20T22:00:40.2322139Z [00:11:33.484]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/ematch/libnl_route_3_la-nbyte.lo
2025-08-20T22:00:40.2914314Z [00:11:33.542]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:40.3207130Z [00:11:33.572]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/kadm5/clnt...
2025-08-20T22:00:40.3387271Z [00:11:33.590]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/kadm5/clnt'
2025-08-20T22:00:40.3413806Z [00:11:33.591]➜  krb5-static-x86_64-unknown-linux-musl> if cmp ./client_internal.h \
2025-08-20T22:00:40.3415731Z [00:11:33.591]➜  krb5-static-x86_64-unknown-linux-musl> ../../../include/kadm5/client_internal.h >/dev/null 2>&1; then :; \
2025-08-20T22:00:40.3421316Z [00:11:33.591]➜  krb5-static-x86_64-unknown-linux-musl> else \
2025-08-20T22:00:40.3422819Z [00:11:33.591]➜  krb5-static-x86_64-unknown-linux-musl>  (set -x; rm -f ../../../include/kadm5/client_internal.h; \
2025-08-20T22:00:40.3424481Z [00:11:33.591]➜  krb5-static-x86_64-unknown-linux-musl>   cp ./client_internal.h \
2025-08-20T22:00:40.3426107Z [00:11:33.591]➜  krb5-static-x86_64-unknown-linux-musl>          ../../../include/kadm5/client_internal.h) ; \
2025-08-20T22:00:40.3427340Z [00:11:33.591]➜  krb5-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:00:40.3454769Z [00:11:33.596]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c clnt_policy.c
2025-08-20T22:00:40.3535434Z [00:11:33.605]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c client_rpc.c
2025-08-20T22:00:40.3605505Z [00:11:33.605]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c client_principal.c
2025-08-20T22:00:40.3611445Z [00:11:33.610]➜  krb5-static-x86_64-unknown-linux-musl> + rm -f ../../../include/kadm5/client_internal.h
2025-08-20T22:00:40.3775642Z [00:11:33.614]➜  krb5-static-x86_64-unknown-linux-musl> + cp ./client_internal.h ../../../include/kadm5/client_internal.h
2025-08-20T22:00:40.3782315Z [00:11:33.619]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c client_init.c
2025-08-20T22:00:40.3880780Z [00:11:33.627]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c clnt_privs.c
2025-08-20T22:00:40.3887388Z [00:11:33.635]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/ematch/libnl_route_3_la-text.lo
2025-08-20T22:00:40.4417346Z [00:11:33.693]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" CGO_ENABLED="" go build  -mod=vendor -o gowns ../goapps/gowns/gowns.go
2025-08-20T22:00:40.5065074Z [00:11:33.755]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-flower.lo
2025-08-20T22:00:40.7329803Z [00:11:33.984]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c clnt_chpass_util.c
2025-08-20T22:00:40.7765625Z [00:11:34.021]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" CGO_ENABLED="" go build  -mod=vendor -o captree ../goapps/captree/captree.go
2025-08-20T22:00:40.8425715Z [00:11:34.091]➜  x86_64-unknown-linux-musl-binutils>   CC       m68hc11-dis.lo
2025-08-20T22:00:41.1026838Z [00:11:34.353]➜  libcap-static-x86_64-unknown-linux-musl> CC="x86_64-unknown-linux-musl-gcc" CGO_ENABLED="" go build  -mod=vendor -o captrace ../goapps/captrace/captrace.go
2025-08-20T22:00:41.1342479Z [00:11:34.386]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-fw.lo
2025-08-20T22:00:41.2478963Z [00:11:34.500]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-mall.lo
2025-08-20T22:00:41.3695713Z [00:11:34.618]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-police.lo
2025-08-20T22:00:41.3849469Z [00:11:34.637]➜  libcap-static-x86_64-unknown-linux-musl> mkdir -p -m 0755 /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin
2025-08-20T22:00:41.3907341Z [00:11:34.642]➜  libcap-static-x86_64-unknown-linux-musl> install -m 0755 captree /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin
2025-08-20T22:00:41.4124560Z [00:11:34.664]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libcap-2.76/go'
2025-08-20T22:00:41.4125750Z [00:11:34.664]➜  libcap-static-x86_64-unknown-linux-musl> rm -f cap/go.sum
2025-08-20T22:00:41.4239229Z [00:11:34.676]➜  libcap-static-x86_64-unknown-linux-musl> make -C tests install
2025-08-20T22:00:41.4306181Z [00:11:34.682]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libcap-2.76/tests'
2025-08-20T22:00:41.4920306Z [00:11:34.744]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/tests/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T22:00:41.5179531Z [00:11:34.770]➜  libcap-static-x86_64-unknown-linux-musl> nothing to install from tests
2025-08-20T22:00:41.5244681Z [00:11:34.774]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libcap-2.76/tests'
2025-08-20T22:00:41.5246368Z [00:11:34.774]➜  libcap-static-x86_64-unknown-linux-musl> make -C progs install
2025-08-20T22:00:41.5259009Z [00:11:34.778]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libcap-2.76/progs'
2025-08-20T22:00:41.5916716Z [00:11:34.840]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/progs/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T22:00:41.6045304Z [00:11:34.848]➜  libcap-static-x86_64-unknown-linux-musl> mkdir -p -m 0755 /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin
2025-08-20T22:00:41.6047366Z [00:11:34.855]➜  libcap-static-x86_64-unknown-linux-musl> for p in getpcaps getcap setcap capsh ; do \
2025-08-20T22:00:41.6049493Z [00:11:34.855]➜  libcap-static-x86_64-unknown-linux-musl>        install -m 0755 $p /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin ; \
2025-08-20T22:00:41.6051260Z [00:11:34.855]➜  libcap-static-x86_64-unknown-linux-musl> done
2025-08-20T22:00:41.6274689Z [00:11:34.879]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libcap-2.76/progs'
2025-08-20T22:00:41.6294863Z [00:11:34.880]➜  libcap-static-x86_64-unknown-linux-musl> make -C doc install
2025-08-20T22:00:41.6384636Z [00:11:34.886]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libcap-2.76/doc'
2025-08-20T22:00:41.6775265Z [00:11:34.926]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-u32.lo
2025-08-20T22:00:41.6777752Z [00:11:34.929]➜  libcap-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: /build/libcap-2.76/doc/../go/cgo-required.sh: /bin/bash: bad interpreter: No such file or directory
2025-08-20T22:00:41.6874490Z [00:11:34.939]➜  libcap-static-x86_64-unknown-linux-musl> mkdir -p -m 755 /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man/man1 /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man/man3 /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man/man5 /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man/man7 /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man/man8
2025-08-20T22:00:41.6952419Z [00:11:34.947]➜  libcap-static-x86_64-unknown-linux-musl> for man in \
2025-08-20T22:00:41.6954667Z [00:11:34.947]➜  libcap-static-x86_64-unknown-linux-musl>        /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man/man1 capsh.1 \
2025-08-20T22:00:41.6964483Z [00:11:34.947]➜  libcap-static-x86_64-unknown-linux-musl>        /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man/man3 cap_init.3 cap_free.3 cap_dup.3 cap_clear.3 cap_clear_flag.3 cap_get_flag.3 cap_set_flag.3 cap_fill.3 cap_fill_flag.3 cap_max_bits.3 cap_compare.3 cap_get_proc.3 cap_get_pid.3 cap_set_proc.3 cap_get_file.3 cap_get_fd.3 cap_set_file.3 cap_set_fd.3 cap_set_nsowner.3 cap_get_nsowner.3 cap_copy_ext.3 cap_size.3 cap_copy_int.3 cap_mode.3 cap_copy_int_check.3 cap_set_syscall.3 cap_from_text.3 cap_to_text.3 cap_from_name.3 cap_to_name.3 capsetp.3 capgetp.3 libcap.3 cap_get_bound.3 cap_drop_bound.3 cap_get_mode.3 cap_set_mode.3 cap_mode_name.3 cap_get_secbits.3 cap_set_secbits.3 cap_setuid.3 cap_setgroups.3 cap_launch.3 cap_func_launcher.3 cap_launcher_callback.3 cap_launcher_set_chroot.3 cap_launcher_set_mode.3 cap_launcher_setgroups.3 cap_launcher_setuid.3 cap_launcher_set_iab.3 cap_new_launcher.3 cap_iab.3 cap_iab_init.3 cap_iab_dup.3 cap_iab_compare.3 cap_iab_get_proc.3 cap_iab_get_pid.3 cap_iab_set_proc.3 cap_iab_to_text.3 cap_iab_from_text.3 cap_iab_get_vector.3 cap_iab_set_vector.3 cap_iab_fill.3 cap_proc_root.3 cap_prctl.3 cap_prctlw.3 psx_syscall.3 psx_syscall3.3 psx_syscall6.3 psx_set_sensitivity.3 psx_load_syscalls.3 __psx_syscall.3 libpsx.3 \
2025-08-20T22:00:41.6973138Z [00:11:34.947]➜  libcap-static-x86_64-unknown-linux-musl>        /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man/man5 capability.conf.5 \
2025-08-20T22:00:41.6976110Z [00:11:34.947]➜  libcap-static-x86_64-unknown-linux-musl>        /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man/man7 cap_text_formats.7 \
2025-08-20T22:00:41.6979071Z [00:11:34.947]➜  libcap-static-x86_64-unknown-linux-musl>        /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man/man8 getcap.8 setcap.8 getpcaps.8 captree.8 pam_cap.8 \
2025-08-20T22:00:41.6981042Z [00:11:34.947]➜  libcap-static-x86_64-unknown-linux-musl>        ; \
2025-08-20T22:00:41.6981957Z [00:11:34.948]➜  libcap-static-x86_64-unknown-linux-musl> do \
2025-08-20T22:00:41.6982943Z [00:11:34.948]➜  libcap-static-x86_64-unknown-linux-musl>        case $man in \
2025-08-20T22:00:41.6984640Z [00:11:34.948]➜  libcap-static-x86_64-unknown-linux-musl>        /*)     sub=$man ; continue ;; \
2025-08-20T22:00:41.6985632Z [00:11:34.948]➜  libcap-static-x86_64-unknown-linux-musl>        esac; \
2025-08-20T22:00:41.6986621Z [00:11:34.948]➜  libcap-static-x86_64-unknown-linux-musl>        install -m 644 $man $sub ; \
2025-08-20T22:00:41.6987545Z [00:11:34.948]➜  libcap-static-x86_64-unknown-linux-musl> done
2025-08-20T22:00:41.9187252Z [00:11:35.170]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-link.lo
2025-08-20T22:00:41.9445771Z [00:11:35.193]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-api.lo
2025-08-20T22:00:42.0002733Z [00:11:35.251]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall   -o libcipher.la  cipher.lo cipher-cbc.lo cipher-cfb.lo cipher-ofb.lo cipher-ctr.lo cipher-aeswrap.lo cipher-ccm.lo cipher-cmac.lo cipher-gcm.lo cipher-poly1305.lo cipher-ocb.lo cipher-xts.lo cipher-eax.lo cipher-siv.lo cipher-gcm-siv.lo pubkey.lo pubkey-util.lo md.lo mac.lo mac-hmac.lo mac-cmac.lo mac-gmac.lo mac-poly1305.lo poly1305.lo kem.lo sntrup761.lo kyber.lo kem-ecc.lo mceliece6688128f.lo kdf.lo primegen.lo hash-common.lo dsa-common.lo rsa-common.lo arcfour.lo blowfish.lo cast5.lo des.lo rijndael.lo twofish.lo serpent.lo rfc2268.lo seed.lo camellia.lo camellia-glue.lo idea.lo salsa20.lo gost28147.lo chacha20.lo sm4.lo aria.lo  dsa.lo rsa.lo elgamal.lo                           ecc.lo ecc-curves.lo ecc-misc.lo                           ecc-ecdh.lo ecc-ecdsa.lo ecc-eddsa.lo ecc-gost.lo                           ecc-sm2.lo                           kyber.c crc.lo gostr3411-94.lo stribog.lo md4.lo md5.lo rmd160.lo sha256.lo sha512.lo keccak.lo tiger.lo whirlpool.lo blake2.lo sm3.lo sha1.lo  scrypt.lo
2025-08-20T22:00:42.1125047Z [00:11:35.364]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:42.1146819Z [00:11:35.366]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkadm5clnt_mit.a
2025-08-20T22:00:42.1188034Z [00:11:35.371]➜  krb5-static-x86_64-unknown-linux-musl> building static kadm5clnt_mit library
2025-08-20T22:00:42.1257471Z [00:11:35.377]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' ../OBJS.ST OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkadm5clnt_mit.a $objlist
2025-08-20T22:00:42.1283703Z [00:11:35.380]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:42.1371089Z [00:11:35.386]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' ../OBJS.ST OBJS.ST
2025-08-20T22:00:42.1392198Z [00:11:35.391]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-bonding.lo
2025-08-20T22:00:42.1441299Z [00:11:35.396]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=$' ../kadm_err.o ../chpass_util_strings.o ../misc_free.o ../kadm_rpc_xdr.o ../chpass_util.o ../alt_prof.o ../str_conv.o ../logger.o\n clnt_policy.o client_rpc.o client_principal.o client_init.o clnt_privs.o clnt_chpass_util.o'
2025-08-20T22:00:42.1450039Z [00:11:35.397]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkadm5clnt_mit.a ../kadm_err.o ../chpass_util_strings.o ../misc_free.o ../kadm_rpc_xdr.o ../chpass_util.o ../alt_prof.o ../str_conv.o ../logger.o clnt_policy.o client_rpc.o client_principal.o client_init.o clnt_privs.o clnt_chpass_util.o
2025-08-20T22:00:42.1592787Z [00:11:35.411]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkadm5clnt_mit.a
2025-08-20T22:00:42.1665422Z [00:11:35.418]➜  libcap-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libcap-2.76/doc'
2025-08-20T22:00:42.1749539Z [00:11:35.427]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-bridge.lo
2025-08-20T22:00:42.1848043Z [00:11:35.436]➜  libcap-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:00:42.1905042Z [00:11:35.442]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../../lib/libkadm5clnt_mit.a
2025-08-20T22:00:42.1946789Z [00:11:35.446]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../../lib && ln -s kadm5/clnt/libkadm5clnt_mit.a .)
2025-08-20T22:00:42.2071951Z [00:11:35.459]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/kadm5/clnt'
2025-08-20T22:00:42.2206145Z [00:11:35.472]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/kadm5/srv...
2025-08-20T22:00:42.2366362Z [00:11:35.488]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/kadm5/srv'
2025-08-20T22:00:42.2411005Z [00:11:35.492]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pwqual.c
2025-08-20T22:00:42.2476166Z [00:11:35.495]➜  libcap-static-x86_64-unknown-linux-musl> Moving /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc/share/man to /nix/store/nhl8zx6hgqha686bjxhgf9y6mx2c9wiz-libcap-static-x86_64-unknown-linux-musl-2.76-man/share/man
2025-08-20T22:00:42.2486706Z [00:11:35.500]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pwqual_dict.c
2025-08-20T22:00:42.2545482Z [00:11:35.506]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pwqual_empty.c
2025-08-20T22:00:42.2569429Z [00:11:35.508]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pwqual_hesiod.c
2025-08-20T22:00:42.2650786Z [00:11:35.514]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pwqual_princ.c
2025-08-20T22:00:42.2871084Z [00:11:35.539]➜  libcap-static-x86_64-unknown-linux-musl> Moving /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib/pkgconfig to /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/lib/pkgconfig
2025-08-20T22:00:42.2979918Z [00:11:35.545]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cru .libs/libcipher.a  cipher.o cipher-cbc.o cipher-cfb.o cipher-ofb.o cipher-ctr.o cipher-aeswrap.o cipher-ccm.o cipher-cmac.o cipher-gcm.o cipher-poly1305.o cipher-ocb.o cipher-xts.o cipher-eax.o cipher-siv.o cipher-gcm-siv.o pubkey.o pubkey-util.o md.o mac.o mac-hmac.o mac-cmac.o mac-gmac.o mac-poly1305.o poly1305.o kem.o sntrup761.o kyber.o kem-ecc.o mceliece6688128f.o kdf.o primegen.o hash-common.o dsa-common.o rsa-common.o arcfour.o blowfish.o cast5.o des.o rijndael.o twofish.o serpent.o rfc2268.o seed.o camellia.o camellia-glue.o idea.o salsa20.o gost28147.o chacha20.o sm4.o aria.o dsa.o rsa.o elgamal.o ecc.o ecc-curves.o ecc-misc.o ecc-ecdh.o ecc-ecdsa.o ecc-eddsa.o ecc-gost.o ecc-sm2.o crc.o gostr3411-94.o stribog.o md4.o md5.o rmd160.o sha256.o sha512.o keccak.o tiger.o whirlpool.o blake2.o sm3.o sha1.o scrypt.o
2025-08-20T22:00:42.3027883Z [00:11:35.545]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T22:00:42.3718083Z [00:11:35.623]➜  libcap-static-x86_64-unknown-linux-musl> Patching '/nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/lib/pkgconfig/libcap.pc' includedir to output /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev
2025-08-20T22:00:42.3886483Z [00:11:35.638]➜  libcap-static-x86_64-unknown-linux-musl> Patching '/nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/lib/pkgconfig/libpsx.pc' includedir to output /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev
2025-08-20T22:00:42.4036727Z [00:11:35.655]➜  libcap-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76
2025-08-20T22:00:42.4172089Z [00:11:35.669]➜  libcap-static-x86_64-unknown-linux-musl> shrinking /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin/capsh
2025-08-20T22:00:42.4358473Z [00:11:35.684]➜  libcap-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:00:42.4425253Z [00:11:35.689]➜  libcap-static-x86_64-unknown-linux-musl> shrinking /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin/getcap
2025-08-20T22:00:42.4535016Z [00:11:35.699]➜  libcap-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:00:42.4574952Z [00:11:35.706]➜  libcap-static-x86_64-unknown-linux-musl> shrinking /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin/setcap
2025-08-20T22:00:42.4597233Z [00:11:35.711]➜  libcap-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:00:42.4787262Z [00:11:35.730]➜  libcap-static-x86_64-unknown-linux-musl> shrinking /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin/captree
2025-08-20T22:00:42.4905104Z [00:11:35.742]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libcipher.a
2025-08-20T22:00:42.4951544Z [00:11:35.747]➜  libcap-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:00:42.5095590Z [00:11:35.758]➜  libcap-static-x86_64-unknown-linux-musl> shrinking /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin/getpcaps
2025-08-20T22:00:42.5129369Z [00:11:35.765]➜  libcap-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:00:42.5143938Z [00:11:35.766]➜  libcap-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76...
2025-08-20T22:00:42.5847630Z [00:11:35.835]➜  libcap-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:00:42.5849905Z [00:11:35.836]➜  libcap-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:00:42.5965762Z [00:11:35.845]➜  libcap-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:00:42.6116160Z [00:11:35.861]➜  libcap-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:00:42.6146886Z [00:11:35.866]➜  libcap-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:00:42.6200355Z [00:11:35.870]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kadm5_hook.c
2025-08-20T22:00:42.6538716Z [00:11:35.905]➜  libcap-static-x86_64-unknown-linux-musl> moving /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin/* to /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/bin
2025-08-20T22:00:42.7135727Z [00:11:35.965]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libcipher.la" && ln -s "../libcipher.la" "libcipher.la" )
2025-08-20T22:00:42.7145252Z [00:11:35.966]➜  libcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76
2025-08-20T22:00:42.7339499Z [00:11:35.985]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/cipher'
2025-08-20T22:00:42.7344785Z [00:11:35.986]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making all in random
2025-08-20T22:00:42.7358408Z [00:11:35.987]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svr_policy.c
2025-08-20T22:00:42.7438102Z [00:11:35.995]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/random'
2025-08-20T22:00:42.7441425Z [00:11:35.995]➜  libcap-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/bin /nix/store/9ihp5arhl9n0m854rx6kmgp2vkyp8z6s-libcap-static-x86_64-unknown-linux-musl-2.76/sbin
2025-08-20T22:00:42.7447146Z [00:11:35.995]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o random.lo random.c
2025-08-20T22:00:42.7547734Z [00:11:36.002]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o random-csprng.lo random-csprng.c
2025-08-20T22:00:42.7580607Z [00:11:36.010]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o random-drbg.lo random-drbg.c
2025-08-20T22:00:42.7634989Z [00:11:36.015]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o random-system.lo random-system.c
2025-08-20T22:00:42.7780772Z [00:11:36.028]➜  libgcrypt-static-x86_64-unknown-linux-musl> `echo /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ./rndjent.c | sed -e 's/[[:blank:]]-O\([1-9sgz][1-9sgz]*\)/ -O0 /g' -e 's/[[:blank:]]-Ofast/ -O0 /g' `
2025-08-20T22:00:42.7855825Z [00:11:36.037]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svr_principal.c
2025-08-20T22:00:42.8434708Z [00:11:36.091]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O0 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c ./rndjent.c -o rndjent.o
2025-08-20T22:00:42.8517500Z [00:11:36.091]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c random-drbg.c -o random-drbg.o
2025-08-20T22:00:42.8522395Z [00:11:36.091]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c random-system.c -o random-system.o
2025-08-20T22:00:42.8527682Z [00:11:36.092]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c random.c -o random.o
2025-08-20T22:00:42.8532771Z [00:11:36.101]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c random-csprng.c -o random-csprng.o
2025-08-20T22:00:42.8733110Z [00:11:36.125]➜  libcap-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev
2025-08-20T22:00:42.8917663Z [00:11:36.143]➜  libcap-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev...
2025-08-20T22:00:42.9129883Z [00:11:36.164]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c server_kdb.c
2025-08-20T22:00:42.9160615Z [00:11:36.167]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c server_misc.c
2025-08-20T22:00:42.9367813Z [00:11:36.188]➜  libcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev
2025-08-20T22:00:42.9756451Z [00:11:36.213]➜  libcap-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/1nqrgajhjx3sig0qix77w2nfqxhbgjcw-libcap-static-x86_64-unknown-linux-musl-2.76-dev/lib
2025-08-20T22:00:43.0255831Z [00:11:36.270]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-bridge_info.lo
2025-08-20T22:00:43.0285838Z [00:11:36.280]➜  libcap-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib
2025-08-20T22:00:43.0430450Z [00:11:36.294]➜  libcap-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib...
2025-08-20T22:00:43.1086764Z [00:11:36.358]➜  libcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib
2025-08-20T22:00:43.1306056Z [00:11:36.380]➜  libcap-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/2l6pg8pvw4midwxcpw1kga5mb1nsxb2z-libcap-static-x86_64-unknown-linux-musl-2.76-lib/lib
2025-08-20T22:00:43.2753443Z [00:11:36.524]➜  libcap-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/nhl8zx6hgqha686bjxhgf9y6mx2c9wiz-libcap-static-x86_64-unknown-linux-musl-2.76-man
2025-08-20T22:00:43.2864202Z [00:11:36.538]➜  x86_64-unknown-linux-musl-binutils>   CC       m68hc11-opc.lo
2025-08-20T22:00:43.4066636Z [00:11:36.655]➜  libcap-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/nhl8zx6hgqha686bjxhgf9y6mx2c9wiz-libcap-static-x86_64-unknown-linux-musl-2.76-man...
2025-08-20T22:00:43.4628334Z [00:11:36.711]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o rndhw.lo rndhw.c
2025-08-20T22:00:43.5507789Z [00:11:36.799]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c rndhw.c -o rndhw.o
2025-08-20T22:00:43.6004166Z [00:11:36.850]➜  libcap-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/nhl8zx6hgqha686bjxhgf9y6mx2c9wiz-libcap-static-x86_64-unknown-linux-musl-2.76-man/share/man/
2025-08-20T22:00:43.6797306Z [00:11:36.931]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c server_init.c
2025-08-20T22:00:43.7945886Z [00:11:37.039]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-can.lo
2025-08-20T22:00:43.7953593Z [00:11:37.043]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svr_iters.c
2025-08-20T22:00:43.9437100Z [00:11:37.195]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-dummy.lo
2025-08-20T22:00:43.9487916Z [00:11:37.197]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o rndgetentropy.lo rndgetentropy.c
2025-08-20T22:00:44.0310088Z [00:11:37.282]➜  x86_64-unknown-linux-musl-binutils>   CC       m68k-dis.lo
2025-08-20T22:00:44.0313184Z [00:11:37.282]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c rndgetentropy.c -o rndgetentropy.o
2025-08-20T22:00:44.1153955Z [00:11:37.366]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c svr_chpass_util.c
2025-08-20T22:00:44.1735856Z [00:11:37.423]➜  libcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/nhl8zx6hgqha686bjxhgf9y6mx2c9wiz-libcap-static-x86_64-unknown-linux-musl-2.76-man
2025-08-20T22:00:44.2026119Z [00:11:37.450]➜  libcap-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc
2025-08-20T22:00:44.2195767Z [00:11:37.465]➜  libcap-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc...
2025-08-20T22:00:44.2816445Z [00:11:37.527]➜  libcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/qzf5kqymgqn380p94py1h449svkjk1wz-libcap-static-x86_64-unknown-linux-musl-2.76-doc
2025-08-20T22:00:44.3153834Z [00:11:37.566]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../include/kadm5 -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -I../../../lib/gssapi/krb5 -I../../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c adb_xdr.c
2025-08-20T22:00:45.2258912Z [00:11:38.477]➜  building '/nix/store/5q30nwzsp75k309ccmgc99qyby38rn79-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47.drv'...
2025-08-20T22:00:45.2270762Z [00:11:38.479]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-geneve.lo
2025-08-20T22:00:45.2305819Z [00:11:38.482]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ifb.lo
2025-08-20T22:00:45.4237792Z [00:11:38.675]➜  libpng-apng-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:00:45.4375125Z [00:11:38.689]➜  libpng-apng-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/clcxld6mfjd6y5h9ij51sc68bspaqzjp-libpng-1.6.47.tar.xz
2025-08-20T22:00:45.5497162Z [00:11:38.801]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-inet.lo
2025-08-20T22:00:45.6147814Z [00:11:38.866]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-inet6.lo
2025-08-20T22:00:45.6715370Z [00:11:38.920]➜  libpng-apng-static-x86_64-unknown-linux-musl> source root is libpng-1.6.47
2025-08-20T22:00:45.7345871Z [00:11:38.984]➜  libpng-apng-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1739870310 of file "libpng-1.6.47/tests/pngvalid-transform"
2025-08-20T22:00:45.7645740Z [00:11:39.014]➜  libpng-apng-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:00:45.7906799Z [00:11:39.042]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file png.h
2025-08-20T22:00:45.7912732Z [00:11:39.042]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pngget.c
2025-08-20T22:00:45.7914700Z [00:11:39.042]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pnginfo.h
2025-08-20T22:00:45.7916032Z [00:11:39.042]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pngpread.c
2025-08-20T22:00:45.7963678Z [00:11:39.048]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pngpriv.h
2025-08-20T22:00:45.7968372Z [00:11:39.048]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pngread.c
2025-08-20T22:00:45.7975186Z [00:11:39.049]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pngrutil.c
2025-08-20T22:00:45.7983847Z [00:11:39.050]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pngset.c
2025-08-20T22:00:45.8062866Z [00:11:39.057]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pngstruct.h
2025-08-20T22:00:45.8070060Z [00:11:39.058]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pngtest.c
2025-08-20T22:00:45.8072632Z [00:11:39.059]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pngwrite.c
2025-08-20T22:00:45.8074368Z [00:11:39.059]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file pngwutil.c
2025-08-20T22:00:45.8075615Z [00:11:39.059]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching file scripts/symbols.def
2025-08-20T22:00:45.8179530Z [00:11:39.067]➜  libpng-apng-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:00:45.8402904Z [00:11:39.092]➜  libpng-apng-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:00:45.8641779Z [00:11:39.116]➜  libpng-apng-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:00:45.8747041Z [00:11:39.126]➜  libpng-apng-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:00:45.8999527Z [00:11:39.150]➜  libpng-apng-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:00:45.9214131Z [00:11:39.173]➜  libpng-apng-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:00:45.9353489Z [00:11:39.187]➜  libpng-apng-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:00:45.9895344Z [00:11:39.241]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ip6gre.lo
2025-08-20T22:00:46.0085558Z [00:11:39.259]➜  libpng-apng-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T22:00:46.0441173Z [00:11:39.296]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ip6tnl.lo
2025-08-20T22:00:46.0498174Z [00:11:39.301]➜  libpng-apng-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:00:46.1170382Z [00:11:39.369]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:00:46.1426737Z [00:11:39.394]➜  libpng-apng-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:00:46.2044414Z [00:11:39.455]➜  libpng-apng-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47 --bindir=/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin --sbindir=/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/sbin --includedir=/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/include --mandir=/nix/store/a34rggc6jfkyfxh4mqpibpn7ibj2h5ai-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-man/share/man --infodir=/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/share/info --docdir=/nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/share/doc/libpng --libdir=/nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib --libexecdir=/nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/libexec --localedir=/nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:00:46.2065400Z [00:11:39.458]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ip6vti.lo
2025-08-20T22:00:46.5698326Z [00:11:39.819]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall   -o librandom.la  random.lo random-csprng.lo random-drbg.lo random-system.lo rndjent.lo rndhw.lo rndgetentropy.lo
2025-08-20T22:00:46.7055924Z [00:11:39.957]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ipgre.lo
2025-08-20T22:00:46.7469188Z [00:11:39.998]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cru .libs/librandom.a  random.o random-csprng.o random-drbg.o random-system.o rndjent.o rndhw.o rndgetentropy.o
2025-08-20T22:00:46.7510224Z [00:11:40.003]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T22:00:46.7593626Z [00:11:40.011]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/librandom.a
2025-08-20T22:00:46.7771006Z [00:11:40.029]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ipip.lo
2025-08-20T22:00:46.8102897Z [00:11:40.062]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "librandom.la" && ln -s "../librandom.la" "librandom.la" )
2025-08-20T22:00:46.8195673Z [00:11:40.070]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/random'
2025-08-20T22:00:46.8196964Z [00:11:40.070]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T22:00:46.8211216Z [00:11:40.073]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/src'
2025-08-20T22:00:46.8260114Z [00:11:40.077]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o dumpsexp-dumpsexp.o `test -f 'dumpsexp.c' || echo './'`dumpsexp.c
2025-08-20T22:00:46.8289829Z [00:11:40.079]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DSTANDALONE  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o hmac256-hmac256.o `test -f 'hmac256.c' || echo './'`hmac256.c
2025-08-20T22:00:46.8298419Z [00:11:40.081]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpicalc-mpicalc.o `test -f 'mpicalc.c' || echo './'`mpicalc.c
2025-08-20T22:00:46.8425029Z [00:11:40.087]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-visibility.lo `test -f 'visibility.c' || echo './'`visibility.c
2025-08-20T22:00:46.8431559Z [00:11:40.087]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-misc.lo `test -f 'misc.c' || echo './'`misc.c
2025-08-20T22:00:46.8549782Z [00:11:40.107]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:00:46.8668458Z [00:11:40.118]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether sleep supports fractional seconds... yes
2025-08-20T22:00:46.8816761Z [00:11:40.133]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c visibility.c -o libgcrypt_la-visibility.o
2025-08-20T22:00:46.8906926Z [00:11:40.142]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c misc.c -o libgcrypt_la-misc.o
2025-08-20T22:00:47.1011960Z [00:11:40.352]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking filesystem timestamp resolution... 0.01
2025-08-20T22:00:47.1384615Z [00:11:40.385]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:00:47.1690194Z [00:11:40.421]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:00:47.1881362Z [00:11:40.439]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:00:47.1884529Z [00:11:40.440]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:00:47.2442885Z [00:11:40.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:00:47.2882513Z [00:11:40.540]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:00:47.3596145Z [00:11:40.605]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking xargs -n works... yes
2025-08-20T22:00:47.3746098Z [00:11:40.623]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether to enable maintainer-specific portions of Makefiles... no
2025-08-20T22:00:47.3775011Z [00:11:40.623]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:00:47.4941534Z [00:11:40.746]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:47.5105198Z [00:11:40.758]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkadm5srv_mit.a
2025-08-20T22:00:47.5106316Z [00:11:40.761]➜  krb5-static-x86_64-unknown-linux-musl> building static kadm5srv_mit library
2025-08-20T22:00:47.5196194Z [00:11:40.766]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' ../OBJS.ST OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkadm5srv_mit.a $objlist
2025-08-20T22:00:47.5224633Z [00:11:40.770]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:47.5226059Z [00:11:40.770]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' ../OBJS.ST OBJS.ST
2025-08-20T22:00:47.5345465Z [00:11:40.780]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=$' ../kadm_err.o ../chpass_util_strings.o ../misc_free.o ../kadm_rpc_xdr.o ../chpass_util.o ../alt_prof.o ../str_conv.o ../logger.o\n pwqual.o pwqual_dict.o pwqual_empty.o pwqual_hesiod.o pwqual_princ.o kadm5_hook.o svr_policy.o svr_principal.o server_kdb.o server_misc.o server_init.o svr_iters.o svr_chpass_util.o adb_xdr.o'
2025-08-20T22:00:47.5350648Z [00:11:40.780]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkadm5srv_mit.a ../kadm_err.o ../chpass_util_strings.o ../misc_free.o ../kadm_rpc_xdr.o ../chpass_util.o ../alt_prof.o ../str_conv.o ../logger.o pwqual.o pwqual_dict.o pwqual_empty.o pwqual_hesiod.o pwqual_princ.o kadm5_hook.o svr_policy.o svr_principal.o server_kdb.o server_misc.o server_init.o svr_iters.o svr_chpass_util.o adb_xdr.o
2025-08-20T22:00:47.5494481Z [00:11:40.801]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkadm5srv_mit.a
2025-08-20T22:00:47.5725725Z [00:11:40.824]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../../lib/libkadm5srv_mit.a
2025-08-20T22:00:47.5819871Z [00:11:40.834]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../../lib && ln -s kadm5/srv/libkadm5srv_mit.a .)
2025-08-20T22:00:47.5981482Z [00:11:40.850]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/kadm5/srv'
2025-08-20T22:00:47.5984002Z [00:11:40.850]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/kadm5'
2025-08-20T22:00:47.6055850Z [00:11:40.857]➜  x86_64-unknown-linux-musl-binutils>   CC       m68k-opc.lo
2025-08-20T22:00:47.6094774Z [00:11:40.858]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/apputils...
2025-08-20T22:00:47.6177594Z [00:11:40.869]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/apputils'
2025-08-20T22:00:47.6298217Z [00:11:40.880]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ipvlan.lo
2025-08-20T22:00:47.6330710Z [00:11:40.884]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c net-server.c
2025-08-20T22:00:47.6444368Z [00:11:40.896]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c udppktinfo.c
2025-08-20T22:00:47.6598630Z [00:11:40.912]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ipvti.lo
2025-08-20T22:00:47.6836842Z [00:11:40.935]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-macsec.lo
2025-08-20T22:00:47.9535466Z [00:11:41.202]➜  krb5-static-x86_64-unknown-linux-musl> net-server.c: In function 'loop_add_address':
2025-08-20T22:00:47.9561137Z [00:11:41.206]➜  krb5-static-x86_64-unknown-linux-musl> net-server.c:193:39: warning: right-hand operand of comma expression has no effect [-Wunused-value]
2025-08-20T22:00:47.9569950Z [00:11:41.206]➜  krb5-static-x86_64-unknown-linux-musl>   193 |     (set.data[idx] = set.data[--set.n], 0)
2025-08-20T22:00:47.9571624Z [00:11:41.206]➜  krb5-static-x86_64-unknown-linux-musl>       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
2025-08-20T22:00:47.9573431Z [00:11:41.206]➜  krb5-static-x86_64-unknown-linux-musl> net-server.c:328:13: note: in expansion of macro 'DEL'
2025-08-20T22:00:47.9574871Z [00:11:41.206]➜  krb5-static-x86_64-unknown-linux-musl>   328 |             DEL(bind_addresses, i);
2025-08-20T22:00:47.9576027Z [00:11:41.206]➜  krb5-static-x86_64-unknown-linux-musl>       |             ^~~
2025-08-20T22:00:47.9577238Z [00:11:41.208]➜  krb5-static-x86_64-unknown-linux-musl> net-server.c: In function 'remove_event_from_set':
2025-08-20T22:00:47.9685461Z [00:11:41.216]➜  krb5-static-x86_64-unknown-linux-musl> net-server.c:193:39: warning: right-hand operand of comma expression has no effect [-Wunused-value]
2025-08-20T22:00:47.9714616Z [00:11:41.216]➜  krb5-static-x86_64-unknown-linux-musl>   193 |     (set.data[idx] = set.data[--set.n], 0)
2025-08-20T22:00:47.9716052Z [00:11:41.216]➜  krb5-static-x86_64-unknown-linux-musl>       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
2025-08-20T22:00:47.9717717Z [00:11:41.216]➜  krb5-static-x86_64-unknown-linux-musl> net-server.c:476:13: note: in expansion of macro 'DEL'
2025-08-20T22:00:47.9719051Z [00:11:41.216]➜  krb5-static-x86_64-unknown-linux-musl>   476 |             DEL(events, i);
2025-08-20T22:00:47.9720135Z [00:11:41.216]➜  krb5-static-x86_64-unknown-linux-musl>       |             ^~~
2025-08-20T22:00:47.9975117Z [00:11:41.244]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:00:47.9976707Z [00:11:41.244]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:00:48.0095825Z [00:11:41.261]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-macvlan.lo
2025-08-20T22:00:48.0681638Z [00:11:41.319]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-global.lo `test -f 'global.c' || echo './'`global.c
2025-08-20T22:00:48.1303155Z [00:11:41.382]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c global.c -o libgcrypt_la-global.o
2025-08-20T22:00:48.1890186Z [00:11:41.437]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-sexp.lo `test -f 'sexp.c' || echo './'`sexp.c
2025-08-20T22:00:48.2707242Z [00:11:41.515]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c sexp.c -o libgcrypt_la-sexp.o
2025-08-20T22:00:48.2904090Z [00:11:41.542]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:00:48.3077392Z [00:11:41.559]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:00:48.3475341Z [00:11:41.597]➜  x86_64-unknown-linux-musl-binutils>   CC       s12z-dis.lo
2025-08-20T22:00:48.3639911Z [00:11:41.615]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-hwfeatures.lo `test -f 'hwfeatures.c' || echo './'`hwfeatures.c
2025-08-20T22:00:48.4487434Z [00:11:41.700]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c hwfeatures.c -o libgcrypt_la-hwfeatures.o
2025-08-20T22:00:48.4826229Z [00:11:41.734]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-ppp.lo
2025-08-20T22:00:48.5085180Z [00:11:41.760]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:00:48.5497973Z [00:11:41.798]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-stdmem.lo `test -f 'stdmem.c' || echo './'`stdmem.c
2025-08-20T22:00:48.6228170Z [00:11:41.874]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c stdmem.c -o libgcrypt_la-stdmem.o
2025-08-20T22:00:48.6959162Z [00:11:41.948]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:00:48.8425779Z [00:11:42.090]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-sit.lo
2025-08-20T22:00:48.8585573Z [00:11:42.110]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:00:48.9469994Z [00:11:42.198]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-secmem.lo `test -f 'secmem.c' || echo './'`secmem.c
2025-08-20T22:00:48.9800172Z [00:11:42.227]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-missing-string.lo `test -f 'missing-string.c' || echo './'`missing-string.c
2025-08-20T22:00:49.0101265Z [00:11:42.262]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c secmem.c -o libgcrypt_la-secmem.o
2025-08-20T22:00:49.0575140Z [00:11:42.305]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c missing-string.c -o libgcrypt_la-missing-string.o
2025-08-20T22:00:49.2245780Z [00:11:42.473]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-sriov.lo
2025-08-20T22:00:49.2486252Z [00:11:42.497]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:00:49.2777872Z [00:11:42.529]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-fips.lo `test -f 'fips.c' || echo './'`fips.c
2025-08-20T22:00:49.3305550Z [00:11:42.581]➜  x86_64-unknown-linux-musl-binutils>   CC       s12z-opc.lo
2025-08-20T22:00:49.3466270Z [00:11:42.598]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c fips.c -o libgcrypt_la-fips.o
2025-08-20T22:00:49.4075579Z [00:11:42.655]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-team.lo
2025-08-20T22:00:49.5598640Z [00:11:42.811]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:00:49.6317621Z [00:11:42.883]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:00:49.6344702Z [00:11:42.883]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:00:49.6346490Z [00:11:42.883]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:00:49.6995552Z [00:11:42.951]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:00:49.7385939Z [00:11:42.988]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:00:49.7666812Z [00:11:43.018]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:00:49.7986080Z [00:11:43.048]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:00:49.8155059Z [00:11:43.065]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-veth.lo
2025-08-20T22:00:49.8160445Z [00:11:43.065]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:00:49.8255021Z [00:11:43.075]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:00:49.8475728Z [00:11:43.099]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:00:49.8986283Z [00:11:43.146]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:00:49.9719713Z [00:11:43.224]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:00:50.0622364Z [00:11:43.314]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-vlan.lo
2025-08-20T22:00:50.0668448Z [00:11:43.319]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-vrf.lo
2025-08-20T22:00:50.1077974Z [00:11:43.359]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-context.lo `test -f 'context.c' || echo './'`context.c
2025-08-20T22:00:50.1847380Z [00:11:43.434]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c context.c -o libgcrypt_la-context.o
2025-08-20T22:00:50.1890352Z [00:11:43.434]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o libgcrypt_la-const-time.lo `test -f 'const-time.c' || echo './'`const-time.c
2025-08-20T22:00:50.2330238Z [00:11:43.485]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T22:00:50.2448104Z [00:11:43.496]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c const-time.c -o libgcrypt_la-const-time.o
2025-08-20T22:00:50.3796723Z [00:11:43.626]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall   -o dumpsexp dumpsexp-dumpsexp.o
2025-08-20T22:00:50.4261996Z [00:11:43.678]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:50.4348768Z [00:11:43.684]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libapputils.a
2025-08-20T22:00:50.4385013Z [00:11:43.688]➜  krb5-static-x86_64-unknown-linux-musl> building static apputils library
2025-08-20T22:00:50.4387131Z [00:11:43.690]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libapputils.a $objlist
2025-08-20T22:00:50.4505847Z [00:11:43.702]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:50.4534904Z [00:11:43.702]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:50.4634917Z [00:11:43.712]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' net-server.o udppktinfo.o'
2025-08-20T22:00:50.4636396Z [00:11:43.712]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libapputils.a net-server.o udppktinfo.o
2025-08-20T22:00:50.4637788Z [00:11:43.712]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for gawk... (cached) gawk
2025-08-20T22:00:50.4639020Z [00:11:43.712]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:00:50.4749564Z [00:11:43.727]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libapputils.a
2025-08-20T22:00:50.4751388Z [00:11:43.727]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T22:00:50.4759832Z [00:11:43.728]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:00:50.4977193Z [00:11:43.749]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libapputils.a
2025-08-20T22:00:50.5085842Z [00:11:43.759]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s ../lib/apputils/libapputils.a .)
2025-08-20T22:00:50.5221508Z [00:11:43.774]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/apputils'
2025-08-20T22:00:50.5450074Z [00:11:43.795]➜  krb5-static-x86_64-unknown-linux-musl> making all in lib/krad...
2025-08-20T22:00:50.5670561Z [00:11:43.813]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/krad'
2025-08-20T22:00:50.5793763Z [00:11:43.830]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c attr.c
2025-08-20T22:00:50.5910955Z [00:11:43.838]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c attrset.c
2025-08-20T22:00:50.5939964Z [00:11:43.839]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c client.c
2025-08-20T22:00:50.5957346Z [00:11:43.840]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c code.c
2025-08-20T22:00:50.5963687Z [00:11:43.840]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o dumpsexp dumpsexp-dumpsexp.o
2025-08-20T22:00:50.6009067Z [00:11:43.844]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -DSTANDALONE  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall   -o hmac256 hmac256-hmac256.o
2025-08-20T22:00:50.6017015Z [00:11:43.850]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c packet.c
2025-08-20T22:00:50.6170085Z [00:11:43.868]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:00:50.7961435Z [00:11:44.048]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-vxlan.lo
2025-08-20T22:00:50.8355739Z [00:11:44.084]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -DSTANDALONE -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o hmac256 hmac256-hmac256.o
2025-08-20T22:00:50.8635744Z [00:11:44.112]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/link/libnl_route_3_la-xfrmi.lo
2025-08-20T22:00:50.9107346Z [00:11:44.161]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T22:00:50.9418008Z [00:11:44.189]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:00:50.9420754Z [00:11:44.189]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:00:50.9445604Z [00:11:44.191]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:00:50.9447287Z [00:11:44.191]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T22:00:50.9545042Z [00:11:44.199]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:00:50.9566067Z [00:11:44.199]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T22:00:50.9568151Z [00:11:44.199]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:00:50.9569747Z [00:11:44.208]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:00:50.9579011Z [00:11:44.210]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:00:50.9625897Z [00:11:44.214]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:00:50.9628045Z [00:11:44.214]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:00:51.0550172Z [00:11:44.305]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c remote.c
2025-08-20T22:00:51.0654846Z [00:11:44.315]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-mdb.lo
2025-08-20T22:00:51.1775553Z [00:11:44.428]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:00:51.1777710Z [00:11:44.428]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:00:51.6593657Z [00:11:44.911]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:00:51.6674326Z [00:11:44.919]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:00:51.6859273Z [00:11:44.938]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:00:51.7010786Z [00:11:44.953]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:00:51.7046687Z [00:11:44.956]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-neigh.lo
2025-08-20T22:00:51.7662394Z [00:11:45.018]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:00:51.7672550Z [00:11:45.019]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-neightbl.lo
2025-08-20T22:00:51.7699493Z [00:11:45.022]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:00:51.7884848Z [00:11:45.040]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:00:51.8090855Z [00:11:45.061]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-netconf.lo
2025-08-20T22:00:51.8808534Z [00:11:45.130]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:00:51.9693891Z [00:11:45.221]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:00:52.0502317Z [00:11:45.300]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:52.0504048Z [00:11:45.302]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrad.a
2025-08-20T22:00:52.0610166Z [00:11:45.313]➜  krb5-static-x86_64-unknown-linux-musl> building static krad library
2025-08-20T22:00:52.0689652Z [00:11:45.319]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrad.a $objlist
2025-08-20T22:00:52.0737779Z [00:11:45.326]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:00:52.0764998Z [00:11:45.326]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:52.0766692Z [00:11:45.327]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:52.0895811Z [00:11:45.341]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' attr.o attrset.o client.o code.o packet.o remote.o'
2025-08-20T22:00:52.0897903Z [00:11:45.341]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrad.a attr.o attrset.o client.o code.o packet.o remote.o
2025-08-20T22:00:52.0978824Z [00:11:45.350]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrad.a
2025-08-20T22:00:52.1094850Z [00:11:45.361]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../lib/libkrad.a
2025-08-20T22:00:52.1126089Z [00:11:45.364]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../lib && ln -s krad/libkrad.a .)
2025-08-20T22:00:52.1261760Z [00:11:45.378]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/krad'
2025-08-20T22:00:52.1345434Z [00:11:45.386]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/lib'
2025-08-20T22:00:52.1495173Z [00:11:45.398]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/audit...
2025-08-20T22:00:52.1571183Z [00:11:45.409]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/audit'
2025-08-20T22:00:52.1713382Z [00:11:45.422]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc_j_encode.c
2025-08-20T22:00:52.1729950Z [00:11:45.425]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../include/kdc_j_encode.h
2025-08-20T22:00:52.1807639Z [00:11:45.432]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:00:52.1814329Z [00:11:45.433]➜  krb5-static-x86_64-unknown-linux-musl> cp ./kdc_j_encode.h ../../include/kdc_j_encode.h
2025-08-20T22:00:52.2396181Z [00:11:45.491]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-nexthop.lo
2025-08-20T22:00:52.2845452Z [00:11:45.536]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:00:52.4425276Z [00:11:45.694]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:00:52.5917255Z [00:11:45.843]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:00:52.7667240Z [00:11:46.018]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:00:52.8606287Z [00:11:46.112]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-nexthop_encap.lo
2025-08-20T22:00:52.8866264Z [00:11:46.138]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-nh.lo
2025-08-20T22:00:52.9423832Z [00:11:46.194]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:00:53.0850456Z [00:11:46.337]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:00:53.1054097Z [00:11:46.357]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:00:53.2385252Z [00:11:46.490]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-nh_encap_mpls.lo
2025-08-20T22:00:53.3090417Z [00:11:46.561]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-pktloc.lo
2025-08-20T22:00:53.3325198Z [00:11:46.581]➜  x86_64-unknown-linux-musl-binutils>   CC       mcore-dis.lo
2025-08-20T22:00:53.4388859Z [00:11:46.691]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-qdisc.lo
2025-08-20T22:00:53.5226791Z [00:11:46.774]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:00:53.5229192Z [00:11:46.774]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:00:53.6466282Z [00:11:46.898]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:00:53.7515589Z [00:11:46.999]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-blackhole.lo
2025-08-20T22:00:53.7517732Z [00:11:47.004]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:53.7521619Z [00:11:47.004]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/audit'
2025-08-20T22:00:53.7651287Z [00:11:47.017]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/audit/test...
2025-08-20T22:00:53.7786049Z [00:11:47.030]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/audit/test'
2025-08-20T22:00:53.7878314Z [00:11:47.039]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c au_test.c
2025-08-20T22:00:53.7982358Z [00:11:47.050]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../../lib/libkrb5_k5audit_test.a
2025-08-20T22:00:53.8020229Z [00:11:47.054]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../../lib && ln -s ../plugins/audit/test/libkrb5_k5audit_test.a .)
2025-08-20T22:00:53.8841717Z [00:11:47.135]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:00:53.9450511Z [00:11:47.197]➜  x86_64-unknown-linux-musl-binutils>   CC       mep-asm.lo
2025-08-20T22:00:53.9997564Z [00:11:47.251]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:00:54.0003842Z [00:11:47.251]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:00:54.0806675Z [00:11:47.332]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-cbq.lo
2025-08-20T22:00:54.1755530Z [00:11:47.424]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-dsmark.lo
2025-08-20T22:00:54.1843435Z [00:11:47.436]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:00:54.2456801Z [00:11:47.497]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-fifo.lo
2025-08-20T22:00:54.4099219Z [00:11:47.662]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-fq_codel.lo
2025-08-20T22:00:54.4477158Z [00:11:47.699]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-hfsc.lo
2025-08-20T22:00:54.4991757Z [00:11:47.751]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:54.5010995Z [00:11:47.753]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_k5audit_test.a
2025-08-20T22:00:54.5029080Z [00:11:47.755]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:00:54.5048487Z [00:11:47.755]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:00:54.5218054Z [00:11:47.772]➜  krb5-static-x86_64-unknown-linux-musl> building static k5audit_test library
2025-08-20T22:00:54.5220789Z [00:11:47.772]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST ../OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_k5audit_test.a $objlist
2025-08-20T22:00:54.5223125Z [00:11:47.772]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:00:54.5229138Z [00:11:47.772]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:00:54.5232019Z [00:11:47.772]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:00:54.5234070Z [00:11:47.772]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:00:54.5290200Z [00:11:47.777]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:54.5324855Z [00:11:47.778]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST ../OBJS.ST
2025-08-20T22:00:54.5407355Z [00:11:47.792]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=$' au_test.o\n ../kdc_j_encode.o'
2025-08-20T22:00:54.5409309Z [00:11:47.792]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_k5audit_test.a au_test.o ../kdc_j_encode.o
2025-08-20T22:00:54.5537304Z [00:11:47.805]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if awk (gawk) works... yes
2025-08-20T22:00:54.5539138Z [00:11:47.805]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_k5audit_test.a
2025-08-20T22:00:54.5652919Z [00:11:47.817]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/audit/test'
2025-08-20T22:00:54.5765950Z [00:11:47.828]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kadm5_hook/test...
2025-08-20T22:00:54.5889570Z [00:11:47.841]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/kadm5_hook/test'
2025-08-20T22:00:54.6035706Z [00:11:47.855]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:00:54.6775581Z [00:11:47.924]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-htb.lo
2025-08-20T22:00:54.7117562Z [00:11:47.963]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if we need to force back C standard to C89... no
2025-08-20T22:00:54.7608738Z [00:11:48.012]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include  -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall    -Wl,--version-script=./libgcrypt.vers -version-info 25:1:5  -o libgcrypt.la -rpath /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib libgcrypt_la-visibility.lo libgcrypt_la-misc.lo libgcrypt_la-global.lo libgcrypt_la-sexp.lo libgcrypt_la-hwfeatures.lo libgcrypt_la-stdmem.lo libgcrypt_la-secmem.lo libgcrypt_la-missing-string.lo libgcrypt_la-fips.lo libgcrypt_la-context.lo libgcrypt_la-const-time.lo   ../cipher/libcipher.la ../random/librandom.la ../mpi/libmpi.la ../compat/libcompat.la  -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:00:54.8447157Z [00:11:48.096]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-ingress.lo
2025-08-20T22:00:54.8554865Z [00:11:48.105]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking whether struct tm is in sys/time.h or time.h... time.h
2025-08-20T22:00:54.8970535Z [00:11:48.149]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:54.9022254Z [00:11:48.154]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_kadm5_hook_test.a
2025-08-20T22:00:54.9209019Z [00:11:48.168]➜  krb5-static-x86_64-unknown-linux-musl> building static kadm5_hook_test library
2025-08-20T22:00:54.9212540Z [00:11:48.168]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_kadm5_hook_test.a $objlist
2025-08-20T22:00:54.9218032Z [00:11:48.173]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:54.9222945Z [00:11:48.173]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:54.9316689Z [00:11:48.183]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' main.o'
2025-08-20T22:00:54.9318356Z [00:11:48.183]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_kadm5_hook_test.a main.o
2025-08-20T22:00:54.9435237Z [00:11:48.191]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_kadm5_hook_test.a
2025-08-20T22:00:54.9487500Z [00:11:48.200]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/kadm5_hook/test'
2025-08-20T22:00:54.9599729Z [00:11:48.212]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kadm5_auth/test...
2025-08-20T22:00:54.9644314Z [00:11:48.216]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for C/C++ restrict keyword... __restrict__
2025-08-20T22:00:54.9748791Z [00:11:48.227]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/kadm5_auth/test'
2025-08-20T22:00:54.9874996Z [00:11:48.234]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:00:54.9954562Z [00:11:48.237]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-mqprio.lo
2025-08-20T22:00:55.1188390Z [00:11:48.370]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-netem.lo
2025-08-20T22:00:55.1894108Z [00:11:48.440]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for pow... yes
2025-08-20T22:00:55.2041791Z [00:11:48.456]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libgcrypt.lax/libcipher.a && x86_64-unknown-linux-musl-ar x "/build/libgcrypt-1.11.1/src/../cipher/.libs/libcipher.a")
2025-08-20T22:00:55.2870804Z [00:11:48.538]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libgcrypt.lax/librandom.a && x86_64-unknown-linux-musl-ar x "/build/libgcrypt-1.11.1/src/../random/.libs/librandom.a")
2025-08-20T22:00:55.3359248Z [00:11:48.587]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libgcrypt.lax/libmpi.a && x86_64-unknown-linux-musl-ar x "/build/libgcrypt-1.11.1/src/../mpi/.libs/libmpi.a")
2025-08-20T22:00:55.3854230Z [00:11:48.637]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for clock_gettime... yes
2025-08-20T22:00:55.3959386Z [00:11:48.648]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-plug.lo
2025-08-20T22:00:55.4085479Z [00:11:48.660]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libgcrypt.lax/libcompat.a && x86_64-unknown-linux-musl-ar x "/build/libgcrypt-1.11.1/src/../compat/.libs/libcompat.a")
2025-08-20T22:00:55.4655556Z [00:11:48.712]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-prio.lo
2025-08-20T22:00:55.4876396Z [00:11:48.728]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cru .libs/libgcrypt.a  libgcrypt_la-visibility.o libgcrypt_la-misc.o libgcrypt_la-global.o libgcrypt_la-sexp.o libgcrypt_la-hwfeatures.o libgcrypt_la-stdmem.o libgcrypt_la-secmem.o libgcrypt_la-missing-string.o libgcrypt_la-fips.o libgcrypt_la-context.o libgcrypt_la-const-time.o  .libs/libgcrypt.lax/libcipher.a/arcfour.o .libs/libgcrypt.lax/libcipher.a/aria.o .libs/libgcrypt.lax/libcipher.a/blake2.o .libs/libgcrypt.lax/libcipher.a/blowfish.o .libs/libgcrypt.lax/libcipher.a/camellia-glue.o .libs/libgcrypt.lax/libcipher.a/camellia.o .libs/libgcrypt.lax/libcipher.a/cast5.o .libs/libgcrypt.lax/libcipher.a/chacha20.o .libs/libgcrypt.lax/libcipher.a/cipher-aeswrap.o .libs/libgcrypt.lax/libcipher.a/cipher-cbc.o .libs/libgcrypt.lax/libcipher.a/cipher-ccm.o .libs/libgcrypt.lax/libcipher.a/cipher-cfb.o .libs/libgcrypt.lax/libcipher.a/cipher-cmac.o .libs/libgcrypt.lax/libcipher.a/cipher-ctr.o .libs/libgcrypt.lax/libcipher.a/cipher-eax.o .libs/libgcrypt.lax/libcipher.a/cipher-gcm-siv.o .libs/libgcrypt.lax/libcipher.a/cipher-gcm.o .libs/libgcrypt.lax/libcipher.a/cipher-ocb.o .libs/libgcrypt.lax/libcipher.a/cipher-ofb.o .libs/libgcrypt.lax/libcipher.a/cipher-poly1305.o .libs/libgcrypt.lax/libcipher.a/cipher-siv.o .libs/libgcrypt.lax/libcipher.a/cipher-xts.o .libs/libgcrypt.lax/libcipher.a/cipher.o .libs/libgcrypt.lax/libcipher.a/crc.o .libs/libgcrypt.lax/libcipher.a/des.o .libs/libgcrypt.lax/libcipher.a/dsa-common.o .libs/libgcrypt.lax/libcipher.a/dsa.o .libs/libgcrypt.lax/libcipher.a/ecc-curves.o .libs/libgcrypt.lax/libcipher.a/ecc-ecdh.o .libs/libgcrypt.lax/libcipher.a/ecc-ecdsa.o .libs/libgcrypt.lax/libcipher.a/ecc-eddsa.o .libs/libgcrypt.lax/libcipher.a/ecc-gost.o .libs/libgcrypt.lax/libcipher.a/ecc-misc.o .libs/libgcrypt.lax/libcipher.a/ecc-sm2.o .libs/libgcrypt.lax/libcipher.a/ecc.o .libs/libgcrypt.lax/libcipher.a/elgamal.o .libs/libgcrypt.lax/libcipher.a/gost28147.o .libs/libgcrypt.lax/libcipher.a/gostr3411-94.o .libs/libgcrypt.lax/libcipher.a/hash-common.o .libs/libgcrypt.lax/libcipher.a/idea.o .libs/libgcrypt.lax/libcipher.a/kdf.o .libs/libgcrypt.lax/libcipher.a/keccak.o .libs/libgcrypt.lax/libcipher.a/kem-ecc.o .libs/libgcrypt.lax/libcipher.a/kem.o .libs/libgcrypt.lax/libcipher.a/kyber.o .libs/libgcrypt.lax/libcipher.a/mac-cmac.o .libs/libgcrypt.lax/libcipher.a/mac-gmac.o .libs/libgcrypt.lax/libcipher.a/mac-hmac.o .libs/libgcrypt.lax/libcipher.a/mac-poly1305.o .libs/libgcrypt.lax/libcipher.a/mac.o .libs/libgcrypt.lax/libcipher.a/mceliece6688128f.o .libs/libgcrypt.lax/libcipher.a/md.o .libs/libgcrypt.lax/libcipher.a/md4.o .libs/libgcrypt.lax/libcipher.a/md5.o .libs/libgcrypt.lax/libcipher.a/poly1305.o .libs/libgcrypt.lax/libcipher.a/primegen.o .libs/libgcrypt.lax/libcipher.a/pubkey-util.o .libs/libgcrypt.lax/libcipher.a/pubkey.o .libs/libgcrypt.lax/libcipher.a/rfc2268.o .libs/libgcrypt.lax/libcipher.a/rijndael.o .libs/libgcrypt.lax/libcipher.a/rmd160.o .libs/libgcrypt.lax/libcipher.a/rsa-common.o .libs/libgcrypt.lax/libcipher.a/rsa.o .libs/libgcrypt.lax/libcipher.a/salsa20.o .libs/libgcrypt.lax/libcipher.a/scrypt.o .libs/libgcrypt.lax/libcipher.a/seed.o .libs/libgcrypt.lax/libcipher.a/serpent.o .libs/libgcrypt.lax/libcipher.a/sha1.o .libs/libgcrypt.lax/libcipher.a/sha256.o .libs/libgcrypt.lax/libcipher.a/sha512.o .libs/libgcrypt.lax/libcipher.a/sm3.o .libs/libgcrypt.lax/libcipher.a/sm4.o .libs/libgcrypt.lax/libcipher.a/sntrup761.o .libs/libgcrypt.lax/libcipher.a/stribog.o .libs/libgcrypt.lax/libcipher.a/tiger.o .libs/libgcrypt.lax/libcipher.a/twofish.o .libs/libgcrypt.lax/libcipher.a/whirlpool.o  .libs/libgcrypt.lax/librandom.a/random-csprng.o .libs/libgcrypt.lax/librandom.a/random-drbg.o .libs/libgcrypt.lax/librandom.a/random-system.o .libs/libgcrypt.lax/librandom.a/random.o .libs/libgcrypt.lax/librandom.a/rndgetentropy.o .libs/libgcrypt.lax/librandom.a/rndhw.o .libs/libgcrypt.lax/librandom.a/rndjent.o  .libs/libgcrypt.lax/libmpi.a/ec-ed25519.o .libs/libgcrypt.lax/libmpi.a/ec-hw-s390x.o .libs/libgcrypt.lax/libmpi.a/ec-nist.o .libs/libgcrypt.lax/libmpi.a/ec.o .libs/libgcrypt.lax/libmpi.a/mpi-add.o .libs/libgcrypt.lax/libmpi.a/mpi-bit.o .libs/libgcrypt.lax/libmpi.a/mpi-cmp.o .libs/libgcrypt.lax/libmpi.a/mpi-div.o .libs/libgcrypt.lax/libmpi.a/mpi-gcd.o .libs/libgcrypt.lax/libmpi.a/mpi-inline.o .libs/libgcrypt.lax/libmpi.a/mpi-inv.o .libs/libgcrypt.lax/libmpi.a/mpi-mod.o .libs/libgcrypt.lax/libmpi.a/mpi-mpow.o .libs/libgcrypt.lax/libmpi.a/mpi-mul.o .libs/libgcrypt.lax/libmpi.a/mpi-pow.o .libs/libgcrypt.lax/libmpi.a/mpi-scan.o .libs/libgcrypt.lax/libmpi.a/mpicoder.o .libs/libgcrypt.lax/libmpi.a/mpih-add1.o .libs/libgcrypt.lax/libmpi.a/mpih-const-time.o .libs/libgcrypt.lax/libmpi.a/mpih-div.o .libs/libgcrypt.lax/libmpi.a/mpih-lshift.o .libs/libgcrypt.lax/libmpi.a/mpih-mul.o .libs/libgcrypt.lax/libmpi.a/mpih-mul1.o .libs/libgcrypt.lax/libmpi.a/mpih-mul2.o .libs/libgcrypt.lax/libmpi.a/mpih-mul3.o .libs/libgcrypt.lax/libmpi.a/mpih-pow.o .libs/libgcrypt.lax/libmpi.a/mpih-rshift.o .libs/libgcrypt.lax/libmpi.a/mpih-sub1.o .libs/libgcrypt.lax/libmpi.a/mpiutil.o  .libs/libgcrypt.lax/libcompat.a/compat.o
2025-08-20T22:00:55.4981008Z [00:11:48.736]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T22:00:55.5997655Z [00:11:48.851]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libgcrypt.a
2025-08-20T22:00:55.6485475Z [00:11:48.897]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for zlibVersion in -lz... yes
2025-08-20T22:00:55.6839851Z [00:11:48.936]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:55.6878750Z [00:11:48.937]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_kadm5_auth_test.a
2025-08-20T22:00:55.6894335Z [00:11:48.941]➜  krb5-static-x86_64-unknown-linux-musl> building static kadm5_auth_test library
2025-08-20T22:00:55.6947236Z [00:11:48.946]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_kadm5_auth_test.a $objlist
2025-08-20T22:00:55.7065904Z [00:11:48.958]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:55.7074789Z [00:11:48.958]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:55.7110286Z [00:11:48.963]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' main.o'
2025-08-20T22:00:55.7114699Z [00:11:48.963]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_kadm5_auth_test.a main.o
2025-08-20T22:00:55.7246982Z [00:11:48.976]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_kadm5_auth_test.a
2025-08-20T22:00:55.7357370Z [00:11:48.987]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/kadm5_auth/test'
2025-08-20T22:00:55.7505447Z [00:11:48.999]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/gssapi/negoextest...
2025-08-20T22:00:55.7589247Z [00:11:49.011]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libgcrypt.lax
2025-08-20T22:00:55.7695118Z [00:11:49.020]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/gssapi/negoextest'
2025-08-20T22:00:55.7866072Z [00:11:49.033]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:00:55.8296060Z [00:11:49.080]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libgcrypt.la" && ln -s "../libgcrypt.la" "libgcrypt.la" )
2025-08-20T22:00:55.8528589Z [00:11:49.101]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall   -o mpicalc mpicalc-mpicalc.o libgcrypt.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:00:55.9145770Z [00:11:49.163]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-red.lo
2025-08-20T22:00:55.9389395Z [00:11:49.191]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for feenableexcept in -lm... no
2025-08-20T22:00:55.9712835Z [00:11:49.223]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-sfq.lo
2025-08-20T22:00:56.0871337Z [00:11:49.338]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o mpicalc mpicalc-mpicalc.o  ./.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:00:56.1514370Z [00:11:49.403]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/qdisc/libnl_route_3_la-tbf.lo
2025-08-20T22:00:56.1790868Z [00:11:49.431]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for feenableexcept... no
2025-08-20T22:00:56.1954159Z [00:11:49.447]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-route.lo
2025-08-20T22:00:56.2119704Z [00:11:49.464]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if using Solaris linker... no
2025-08-20T22:00:56.2506208Z [00:11:49.500]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking if libraries can be versioned... yes
2025-08-20T22:00:56.2866113Z [00:11:49.538]➜  x86_64-unknown-linux-musl-binutils>   CC       mep-desc.lo
2025-08-20T22:00:56.3251796Z [00:11:49.577]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for symbol prefix...
2025-08-20T22:00:56.3255739Z [00:11:49.577]➜  libpng-apng-static-x86_64-unknown-linux-musl> configure: pkgconfig directory is ${libdir}/pkgconfig
2025-08-20T22:00:56.3257725Z [00:11:49.577]➜  libpng-apng-static-x86_64-unknown-linux-musl> configure: Extra options for compiler:
2025-08-20T22:00:56.4365857Z [00:11:49.686]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-route_obj.lo
2025-08-20T22:00:56.4468431Z [00:11:49.699]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:00:56.4470307Z [00:11:49.699]➜  libpng-apng-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:00:56.6338626Z [00:11:49.885]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-route_utils.lo
2025-08-20T22:00:56.6875678Z [00:11:49.937]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-rtnl.lo
2025-08-20T22:00:56.6880420Z [00:11:49.937]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-rule.lo
2025-08-20T22:00:56.7099057Z [00:11:49.962]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:56.7155929Z [00:11:49.963]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_gss_negoextest.a
2025-08-20T22:00:56.7214958Z [00:11:49.973]➜  krb5-static-x86_64-unknown-linux-musl> building static gss_negoextest library
2025-08-20T22:00:56.7221135Z [00:11:49.973]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_gss_negoextest.a $objlist
2025-08-20T22:00:56.7309197Z [00:11:49.982]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:56.7314931Z [00:11:49.982]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:56.7375832Z [00:11:49.989]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' main.o'
2025-08-20T22:00:56.7381576Z [00:11:49.990]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_gss_negoextest.a main.o
2025-08-20T22:00:56.7468434Z [00:11:49.999]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_gss_negoextest.a
2025-08-20T22:00:56.7585316Z [00:11:50.010]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/gssapi/negoextest'
2025-08-20T22:00:56.7648548Z [00:11:50.017]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/src'
2025-08-20T22:00:56.7649991Z [00:11:50.017]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T22:00:56.7696909Z [00:11:50.021]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/hostrealm/test...
2025-08-20T22:00:56.7744405Z [00:11:50.026]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:00:56.7765576Z [00:11:50.028]➜  libgcrypt-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T22:00:56.7841883Z [00:11:50.034]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:00:56.7919007Z [00:11:50.034]➜  libgcrypt-static-x86_64-unknown-linux-musl> gcc   \
2025-08-20T22:00:56.7929448Z [00:11:50.034]➜  libgcrypt-static-x86_64-unknown-linux-musl>      -o yat2m ./yat2m.c
2025-08-20T22:00:56.7930830Z [00:11:50.036]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/hostrealm/test'
2025-08-20T22:00:56.7937243Z [00:11:50.045]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:00:57.2119247Z [00:11:50.463]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:57.2160996Z [00:11:50.468]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_hostrealm_test.a
2025-08-20T22:00:57.2288090Z [00:11:50.480]➜  krb5-static-x86_64-unknown-linux-musl> building static hostrealm_test library
2025-08-20T22:00:57.2290283Z [00:11:50.481]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_hostrealm_test.a $objlist
2025-08-20T22:00:57.2335087Z [00:11:50.485]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-tc.lo
2025-08-20T22:00:57.2434737Z [00:11:50.495]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:57.2436122Z [00:11:50.495]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:57.2573430Z [00:11:50.509]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' main.o'
2025-08-20T22:00:57.2574626Z [00:11:50.509]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_hostrealm_test.a main.o
2025-08-20T22:00:57.2695004Z [00:11:50.513]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_hostrealm_test.a
2025-08-20T22:00:57.2724491Z [00:11:50.522]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-ematch_grammar.lo
2025-08-20T22:00:57.2792620Z [00:11:50.528]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/hostrealm/test'
2025-08-20T22:00:57.2854966Z [00:11:50.535]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/localauth/test...
2025-08-20T22:00:57.2856501Z [00:11:50.536]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/cls/libnl_route_3_la-ematch_syntax.lo
2025-08-20T22:00:57.3005633Z [00:11:50.552]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/localauth/test'
2025-08-20T22:00:57.3048838Z [00:11:50.554]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:00:57.6155762Z [00:11:50.865]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:57.6157234Z [00:11:50.867]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_localauth_test.a
2025-08-20T22:00:57.6270708Z [00:11:50.879]➜  krb5-static-x86_64-unknown-linux-musl> building static localauth_test library
2025-08-20T22:00:57.6352808Z [00:11:50.885]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_localauth_test.a $objlist
2025-08-20T22:00:57.6361742Z [00:11:50.888]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:57.6368606Z [00:11:50.889]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:57.6515119Z [00:11:50.903]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' main.o'
2025-08-20T22:00:57.6522205Z [00:11:50.903]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_localauth_test.a main.o
2025-08-20T22:00:57.6576428Z [00:11:50.909]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_localauth_test.a
2025-08-20T22:00:57.6700818Z [00:11:50.921]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/localauth/test'
2025-08-20T22:00:57.6749989Z [00:11:50.927]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/pwqual/test...
2025-08-20T22:00:57.6869908Z [00:11:50.939]➜  libgcrypt-static-x86_64-unknown-linux-musl> for file in gcrypt.texi ; do \
2025-08-20T22:00:57.6876330Z [00:11:50.939]➜  libgcrypt-static-x86_64-unknown-linux-musl>               ./yat2m -I . --release "Libgcrypt 1.11.1" --source "Libgcrypt" --store \
2025-08-20T22:00:57.6879600Z [00:11:50.939]➜  libgcrypt-static-x86_64-unknown-linux-musl>           `test -f '$file' || echo './'`$file ; done
2025-08-20T22:00:57.6885139Z [00:11:50.940]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/pwqual/test'
2025-08-20T22:00:57.7003094Z [00:11:50.951]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:00:57.7275246Z [00:11:50.977]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:00:57.7302024Z [00:11:50.977]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:00:57.7303484Z [00:11:50.977]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T22:00:57.7340068Z [00:11:50.984]➜  x86_64-unknown-linux-musl-binutils>   CXX      output.o
2025-08-20T22:00:57.7341431Z [00:11:50.986]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/tests'
2025-08-20T22:00:57.7344903Z [00:11:50.986]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o testdrv.o testdrv.c
2025-08-20T22:00:57.7463618Z [00:11:50.997]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o version.o version.c
2025-08-20T22:00:57.7541584Z [00:11:51.000]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-secmem.o t-secmem.c
2025-08-20T22:00:57.7580237Z [00:11:51.003]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o mpitests.o mpitests.c
2025-08-20T22:00:57.7585595Z [00:11:51.003]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-sexp.o t-sexp.c
2025-08-20T22:00:57.7883822Z [00:11:51.039]➜  x86_64-unknown-linux-musl-binutils>   CC       mep-dis.lo
2025-08-20T22:00:58.3305886Z [00:11:51.577]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:58.3364903Z [00:11:51.579]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_pwqual_test.a
2025-08-20T22:00:58.3485188Z [00:11:51.584]➜  krb5-static-x86_64-unknown-linux-musl> building static pwqual_test library
2025-08-20T22:00:58.3487563Z [00:11:51.587]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_pwqual_test.a $objlist
2025-08-20T22:00:58.3489575Z [00:11:51.596]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:58.3491656Z [00:11:51.596]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:58.3634846Z [00:11:51.606]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' main.o'
2025-08-20T22:00:58.3636084Z [00:11:51.606]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_pwqual_test.a main.o
2025-08-20T22:00:58.3648048Z [00:11:51.616]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-convert.o t-convert.c
2025-08-20T22:00:58.3674688Z [00:11:51.618]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_pwqual_test.a
2025-08-20T22:00:58.3827938Z [00:11:51.634]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-mpi-bit.o t-mpi-bit.c
2025-08-20T22:00:58.3884831Z [00:11:51.636]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/pwqual/test'
2025-08-20T22:00:58.4035325Z [00:11:51.652]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/authdata/greet_server...
2025-08-20T22:00:58.4229534Z [00:11:51.673]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/authdata/greet_server'
2025-08-20T22:00:58.4318108Z [00:11:51.677]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c greet_auth.c
2025-08-20T22:00:58.7191171Z [00:11:51.971]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-pktloc_grammar.lo
2025-08-20T22:00:58.8511867Z [00:11:52.099]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:58.8513876Z [00:11:52.100]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_greet_server.a
2025-08-20T22:00:58.8554523Z [00:11:52.107]➜  krb5-static-x86_64-unknown-linux-musl> building static greet_server library
2025-08-20T22:00:58.8605380Z [00:11:52.110]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_greet_server.a $objlist
2025-08-20T22:00:58.8735365Z [00:11:52.121]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:58.8740341Z [00:11:52.121]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:58.8756417Z [00:11:52.127]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' greet_auth.o'
2025-08-20T22:00:58.8761658Z [00:11:52.128]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_greet_server.a greet_auth.o
2025-08-20T22:00:58.8945767Z [00:11:52.140]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_greet_server.a
2025-08-20T22:00:58.8986720Z [00:11:52.144]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-mpi-point.o t-mpi-point.c
2025-08-20T22:00:58.9060752Z [00:11:52.158]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/authdata/greet_server'
2025-08-20T22:00:58.9096370Z [00:11:52.161]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/authdata/greet_client...
2025-08-20T22:00:58.9227396Z [00:11:52.174]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/authdata/greet_client'
2025-08-20T22:00:58.9411767Z [00:11:52.192]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c greet.c
2025-08-20T22:00:58.9551040Z [00:11:52.207]➜  libpng-apng-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:00:59.0735684Z [00:11:52.322]➜  libpng-apng-static-x86_64-unknown-linux-musl> config.status: creating libpng.pc
2025-08-20T22:00:59.1190042Z [00:11:52.371]➜  libnl-static-x86_64-unknown-linux-musl>   CC       lib/route/libnl_route_3_la-pktloc_syntax.lo
2025-08-20T22:00:59.1450754Z [00:11:52.397]➜  libpng-apng-static-x86_64-unknown-linux-musl> config.status: creating libpng-config
2025-08-20T22:00:59.2148625Z [00:11:52.467]➜  libpng-apng-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:00:59.2760570Z [00:11:52.528]➜  libpng-apng-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:00:59.2876405Z [00:11:52.539]➜  libpng-apng-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:00:59.3544567Z [00:11:52.606]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-genl-3.la
2025-08-20T22:00:59.4909167Z [00:11:52.743]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:00:59.5003597Z [00:11:52.749]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_greet_client.a
2025-08-20T22:00:59.5059026Z [00:11:52.753]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t_lock-t-lock.o `test -f 't-lock.c' || echo './'`t-lock.c
2025-08-20T22:00:59.5108308Z [00:11:52.756]➜  krb5-static-x86_64-unknown-linux-musl> building static greet_client library
2025-08-20T22:00:59.5111060Z [00:11:52.758]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_greet_client.a $objlist
2025-08-20T22:00:59.5200017Z [00:11:52.771]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:00:59.5201756Z [00:11:52.771]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:00:59.5405120Z [00:11:52.785]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' greet.o'
2025-08-20T22:00:59.5446273Z [00:11:52.785]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_greet_client.a greet.o
2025-08-20T22:00:59.5565820Z [00:11:52.791]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_greet_client.a
2025-08-20T22:00:59.5567459Z [00:11:52.801]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/authdata/greet_client'
2025-08-20T22:00:59.5707981Z [00:11:52.822]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/certauth/test...
2025-08-20T22:00:59.5860187Z [00:11:52.837]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o prime.o prime.c
2025-08-20T22:00:59.5863451Z [00:11:52.838]➜  libpng-apng-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:00:59.5960733Z [00:11:52.848]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/certauth/test'
2025-08-20T22:00:59.6066575Z [00:11:52.858]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:00:59.6222820Z [00:11:52.874]➜  libpng-apng-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:00:59.6385325Z [00:11:52.887]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm -f pnglibconf.c pnglibconf.tf[45]
2025-08-20T22:00:59.6447995Z [00:11:52.896]➜  libpng-apng-static-x86_64-unknown-linux-musl> gawk -f ./scripts/options.awk out=pnglibconf.tf4 version=search\
2025-08-20T22:00:59.6450083Z [00:11:52.896]➜  libpng-apng-static-x86_64-unknown-linux-musl>     ./pngconf.h ./scripts/pnglibconf.dfa\
2025-08-20T22:00:59.6451495Z [00:11:52.896]➜  libpng-apng-static-x86_64-unknown-linux-musl>     ./pngusr.dfa  1>&2
2025-08-20T22:00:59.6945694Z [00:11:52.942]➜  libpng-apng-static-x86_64-unknown-linux-musl> gawk -f ./scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
2025-08-20T22:00:59.7650344Z [00:11:53.017]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm pnglibconf.tf4
2025-08-20T22:00:59.7815173Z [00:11:53.031]➜  libpng-apng-static-x86_64-unknown-linux-musl> mv pnglibconf.tf5 pnglibconf.c
2025-08-20T22:00:59.7935394Z [00:11:53.042]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm -f pnglibconf.out pnglibconf.tf[12]
2025-08-20T22:00:59.7967793Z [00:11:53.048]➜  libpng-apng-static-x86_64-unknown-linux-musl> test -d scripts || mkdir scripts || test -d scripts
2025-08-20T22:00:59.8037629Z [00:11:53.055]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -E -DHAVE_CONFIG_H -I. \
2025-08-20T22:00:59.8043474Z [00:11:53.055]➜  libpng-apng-static-x86_64-unknown-linux-musl>      -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.47' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE  pnglibconf.c > pnglibconf.tf1
2025-08-20T22:00:59.8526624Z [00:11:53.104]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-idiag-3.la
2025-08-20T22:00:59.8835033Z [00:11:53.135]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o basic.o basic.c
2025-08-20T22:00:59.9095722Z [00:11:53.158]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-xfrm-3.la
2025-08-20T22:00:59.9159785Z [00:11:53.167]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o keygen.o keygen.c
2025-08-20T22:00:59.9515667Z [00:11:53.201]➜  libpng-apng-static-x86_64-unknown-linux-musl> gawk -f "./scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
2025-08-20T22:01:00.0260440Z [00:11:53.278]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm -f pnglibconf.tf1
2025-08-20T22:01:00.0365577Z [00:11:53.286]➜  libpng-apng-static-x86_64-unknown-linux-musl> mv pnglibconf.tf2 pnglibconf.out
2025-08-20T22:01:00.0505568Z [00:11:53.300]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm -f pnglibconf.h
2025-08-20T22:01:00.0638055Z [00:11:53.315]➜  libpng-apng-static-x86_64-unknown-linux-musl> cp pnglibconf.out pnglibconf.h
2025-08-20T22:01:00.0895675Z [00:11:53.338]➜  libpng-apng-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T22:01:00.1065266Z [00:11:53.356]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libpng-1.6.47'
2025-08-20T22:01:00.1205114Z [00:11:53.372]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o contrib/tools/pngfix.o contrib/tools/pngfix.c
2025-08-20T22:01:00.2125661Z [00:11:53.464]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o pubkey.o pubkey.c
2025-08-20T22:01:00.3291059Z [00:11:53.581]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o hmac.o hmac.c
2025-08-20T22:01:00.3591257Z [00:11:53.611]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:00.3645801Z [00:11:53.616]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_certauth_test.a
2025-08-20T22:01:00.3741621Z [00:11:53.626]➜  krb5-static-x86_64-unknown-linux-musl> building static certauth_test library
2025-08-20T22:01:00.3769554Z [00:11:53.629]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_certauth_test.a $objlist
2025-08-20T22:01:00.3957083Z [00:11:53.647]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:01:00.3988411Z [00:11:53.647]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:01:00.4106548Z [00:11:53.662]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' main.o'
2025-08-20T22:01:00.4116974Z [00:11:53.663]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_certauth_test.a main.o
2025-08-20T22:01:00.4256672Z [00:11:53.677]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_certauth_test.a
2025-08-20T22:01:00.4406531Z [00:11:53.692]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/certauth/test'
2025-08-20T22:01:00.4529418Z [00:11:53.704]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kdb/db2...
2025-08-20T22:01:00.4755755Z [00:11:53.724]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2'
2025-08-20T22:01:00.4867054Z [00:11:53.738]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DPLUGIN -I../../../include -I../../../include -I../../../lib/kdb -I./../../../lib/kdb -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb_xdr.c
2025-08-20T22:01:00.5025994Z [00:11:53.754]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../../lib/libkrb5_db2.a
2025-08-20T22:01:00.5115392Z [00:11:53.763]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../../lib && ln -s ../plugins/kdb/db2/libkrb5_db2.a .)
2025-08-20T22:01:00.5148259Z [00:11:53.767]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kdb/db2/libdb2...
2025-08-20T22:01:00.5395705Z [00:11:53.789]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2'
2025-08-20T22:01:00.5398700Z [00:11:53.789]➜  krb5-static-x86_64-unknown-linux-musl> cp ./include/db.hin ../../../../include/db.h
2025-08-20T22:01:00.5540233Z [00:11:53.803]➜  krb5-static-x86_64-unknown-linux-musl> cp ./include/db-config.hin ../../../../include/db-config.h
2025-08-20T22:01:00.5858047Z [00:11:53.837]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kdb/db2/libdb2/hash...
2025-08-20T22:01:00.6075657Z [00:11:53.857]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/hash'
2025-08-20T22:01:00.6174798Z [00:11:53.869]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash.c
2025-08-20T22:01:00.6300688Z [00:11:53.881]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash_bigkey.c
2025-08-20T22:01:00.6339865Z [00:11:53.883]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash_debug.c
2025-08-20T22:01:00.6459987Z [00:11:53.893]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash_func.c
2025-08-20T22:01:00.7497311Z [00:11:54.000]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash_log2.c
2025-08-20T22:01:00.9655572Z [00:11:54.214]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-route-3.la
2025-08-20T22:01:00.9719602Z [00:11:54.222]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hash_page.c
2025-08-20T22:01:01.0015115Z [00:11:54.253]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o hashtest.o hashtest.c
2025-08-20T22:01:01.0200238Z [00:11:54.271]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c hsearch.c
2025-08-20T22:01:01.2983437Z [00:11:54.549]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c dbm.c
2025-08-20T22:01:01.3478762Z [00:11:54.596]➜  x86_64-unknown-linux-musl-binutils>   CC       mep-ibld.lo
2025-08-20T22:01:01.6237819Z [00:11:54.875]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t_kdf-t-kdf.o `test -f 't-kdf.c' || echo './'`t-kdf.c
2025-08-20T22:01:01.8675955Z [00:11:55.118]➜  libnl-static-x86_64-unknown-linux-musl> copying selected object files to avoid basename conflicts...
2025-08-20T22:01:01.8732657Z [00:11:55.125]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o keygrip.o keygrip.c
2025-08-20T22:01:02.1609271Z [00:11:55.412]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o aeswrap.o aeswrap.c
2025-08-20T22:01:02.2901955Z [00:11:55.542]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     lib/libnl-nf-3.la
2025-08-20T22:01:02.3244607Z [00:11:55.576]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o random.o random.c
2025-08-20T22:01:02.3414050Z [00:11:55.592]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-kem.o t-kem.c
2025-08-20T22:01:02.8682861Z [00:11:56.120]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:02.8703992Z [00:11:56.122]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/hash'
2025-08-20T22:01:02.8890025Z [00:11:56.141]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kdb/db2/libdb2/btree...
2025-08-20T22:01:02.9004878Z [00:11:56.152]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/btree'
2025-08-20T22:01:02.9089446Z [00:11:56.160]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_close.c
2025-08-20T22:01:02.9220184Z [00:11:56.170]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_conv.c
2025-08-20T22:01:02.9236404Z [00:11:56.175]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_debug.c
2025-08-20T22:01:02.9255703Z [00:11:56.177]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_delete.c
2025-08-20T22:01:02.9320599Z [00:11:56.183]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_get.c
2025-08-20T22:01:03.0015477Z [00:11:56.250]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/lib/libnl-cli-3.la
2025-08-20T22:01:03.1232717Z [00:11:56.375]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-mlkem.o t-mlkem.c
2025-08-20T22:01:03.1239089Z [00:11:56.375]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-thread-local.o t-thread-local.c
2025-08-20T22:01:03.1660494Z [00:11:56.414]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_open.c
2025-08-20T22:01:03.2372440Z [00:11:56.488]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_overflow.c
2025-08-20T22:01:03.2600627Z [00:11:56.503]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_page.c
2025-08-20T22:01:03.5781449Z [00:11:56.828]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_put.c
2025-08-20T22:01:03.6389684Z [00:11:56.890]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_search.c
2025-08-20T22:01:03.7010137Z [00:11:56.952]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-fips-service-ind.o t-fips-service-ind.c
2025-08-20T22:01:03.7230667Z [00:11:56.975]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o pkcs1v2.o pkcs1v2.c
2025-08-20T22:01:03.7760009Z [00:11:57.027]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-rsa-pss.o t-rsa-pss.c
2025-08-20T22:01:03.8033455Z [00:11:57.054]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_seq.c
2025-08-20T22:01:03.8830386Z [00:11:57.135]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/genl-ctrl-list
2025-08-20T22:01:03.9014895Z [00:11:57.150]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/idiag-socket-details
2025-08-20T22:01:03.9138215Z [00:11:57.165]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-ct-add
2025-08-20T22:01:03.9403570Z [00:11:57.191]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-ct-events
2025-08-20T22:01:03.9408626Z [00:11:57.191]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-ct-list
2025-08-20T22:01:04.1140842Z [00:11:57.365]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_split.c
2025-08-20T22:01:04.2400082Z [00:11:57.482]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c bt_utils.c
2025-08-20T22:01:04.4750729Z [00:11:57.727]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-rsa-15.o t-rsa-15.c
2025-08-20T22:01:04.9401715Z [00:11:58.192]➜  x86_64-unknown-linux-musl-binutils>   CC       mep-opc.lo
2025-08-20T22:01:05.2169094Z [00:11:58.469]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-exp-add
2025-08-20T22:01:05.2355982Z [00:11:58.484]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-exp-delete
2025-08-20T22:01:05.2565224Z [00:11:58.508]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-exp-list
2025-08-20T22:01:05.2734517Z [00:11:58.525]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-log
2025-08-20T22:01:05.2790058Z [00:11:58.530]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-monitor
2025-08-20T22:01:05.3604386Z [00:11:58.612]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-rsa-testparm.o t-rsa-testparm.c
2025-08-20T22:01:05.4019355Z [00:11:58.654]➜  libpng-apng-static-x86_64-unknown-linux-musl> :>pngprefix.h
2025-08-20T22:01:05.4146689Z [00:11:58.662]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o png.lo png.c
2025-08-20T22:01:05.6044164Z [00:11:58.856]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c png.c -o png.o
2025-08-20T22:01:05.8622324Z [00:11:59.109]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o fips186-dsa.o fips186-dsa.c
2025-08-20T22:01:05.9372525Z [00:11:59.189]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o dsa-rfc6979.o dsa-rfc6979.c
2025-08-20T22:01:05.9892727Z [00:11:59.241]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:05.9922191Z [00:11:59.244]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-dsa.o t-dsa.c
2025-08-20T22:01:05.9930012Z [00:11:59.244]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/btree'
2025-08-20T22:01:06.0088456Z [00:11:59.260]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o curves.o curves.c
2025-08-20T22:01:06.0105997Z [00:11:59.262]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kdb/db2/libdb2/db...
2025-08-20T22:01:06.0287303Z [00:11:59.277]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/db'
2025-08-20T22:01:06.0406489Z [00:11:59.285]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c db.c
2025-08-20T22:01:06.0948494Z [00:11:59.346]➜  x86_64-unknown-linux-musl-binutils>   CC       metag-dis.lo
2025-08-20T22:01:06.3691253Z [00:11:59.621]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:06.3808950Z [00:11:59.631]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/db'
2025-08-20T22:01:06.3955294Z [00:11:59.642]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kdb/db2/libdb2/mpool...
2025-08-20T22:01:06.4042749Z [00:11:59.654]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nf-queue
2025-08-20T22:01:06.4074928Z [00:11:59.656]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/mpool'
2025-08-20T22:01:06.4127648Z [00:11:59.664]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-addr-add
2025-08-20T22:01:06.4140818Z [00:11:59.665]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c mpool.c
2025-08-20T22:01:06.4387142Z [00:11:59.690]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-addr-delete
2025-08-20T22:01:06.4568540Z [00:11:59.708]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-addr-list
2025-08-20T22:01:06.4781544Z [00:11:59.729]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-class-add
2025-08-20T22:01:06.6571458Z [00:11:59.908]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-ecdsa.o t-ecdsa.c
2025-08-20T22:01:06.7217185Z [00:11:59.971]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-ed25519.o t-ed25519.c
2025-08-20T22:01:06.7222270Z [00:11:59.972]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-cv25519.o t-cv25519.c
2025-08-20T22:01:06.9429621Z [00:12:00.194]➜  x86_64-unknown-linux-musl-binutils>   CXX      parameters.o
2025-08-20T22:01:07.1448397Z [00:12:00.396]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:07.1555498Z [00:12:00.403]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/mpool'
2025-08-20T22:01:07.1614971Z [00:12:00.411]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kdb/db2/libdb2/recno...
2025-08-20T22:01:07.1726057Z [00:12:00.424]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/recno'
2025-08-20T22:01:07.1840215Z [00:12:00.432]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rec_close.c
2025-08-20T22:01:07.1918084Z [00:12:00.440]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rec_delete.c
2025-08-20T22:01:07.1930046Z [00:12:00.443]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rec_get.c
2025-08-20T22:01:07.1985176Z [00:12:00.450]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rec_open.c
2025-08-20T22:01:07.2114957Z [00:12:00.463]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rec_put.c
2025-08-20T22:01:07.6723734Z [00:12:00.923]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rec_search.c
2025-08-20T22:01:07.7366875Z [00:12:00.988]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-class-delete
2025-08-20T22:01:07.7520994Z [00:12:01.000]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rec_seq.c
2025-08-20T22:01:07.7955266Z [00:12:01.042]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-classid-lookup
2025-08-20T22:01:07.8045088Z [00:12:01.055]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-class-list
2025-08-20T22:01:07.8100019Z [00:12:01.057]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../../../include -I../../../../../include -I. -I./../include -I../include -I./../mpool -I./../db -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rec_utils.c
2025-08-20T22:01:07.8226883Z [00:12:01.074]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-cls-add
2025-08-20T22:01:07.9314184Z [00:12:01.183]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-cls-delete
2025-08-20T22:01:08.1197251Z [00:12:01.369]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-x448.o t-x448.c
2025-08-20T22:01:08.1538722Z [00:12:01.405]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o t-ed448.o t-ed448.c
2025-08-20T22:01:08.2281092Z [00:12:01.480]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:08.2349161Z [00:12:01.487]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/recno'
2025-08-20T22:01:08.2457884Z [00:12:01.497]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kdb/db2/libdb2/test...
2025-08-20T22:01:08.2699280Z [00:12:01.520]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/test'
2025-08-20T22:01:08.2925595Z [00:12:01.540]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/test'
2025-08-20T22:01:08.2929443Z [00:12:01.541]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libdb.a
2025-08-20T22:01:08.3037421Z [00:12:01.555]➜  krb5-static-x86_64-unknown-linux-musl> building static db library
2025-08-20T22:01:08.3040298Z [00:12:01.555]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' hash/OBJS.ST btree/OBJS.ST db/OBJS.ST mpool/OBJS.ST recno/OBJS.ST` && x86_64-unknown-linux-musl-ar cq libdb.a $objlist
2025-08-20T22:01:08.3134183Z [00:12:01.564]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:01:08.3215641Z [00:12:01.564]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' hash/OBJS.ST btree/OBJS.ST db/OBJS.ST mpool/OBJS.ST recno/OBJS.ST
2025-08-20T22:01:08.3220338Z [00:12:01.573]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=$' hash/hash.o hash/hash_bigkey.o hash/hash_debug.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/hsearch.o hash/dbm.o\n btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o\n db/db.o\n mpool/mpool.o\n recno/rec_close.o recno/rec_delete.o recno/rec_get.o recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o recno/rec_utils.o'
2025-08-20T22:01:08.3227673Z [00:12:01.573]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libdb.a hash/hash.o hash/hash_bigkey.o hash/hash_debug.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/hsearch.o hash/dbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o recno/rec_utils.o
2025-08-20T22:01:08.3333142Z [00:12:01.584]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o benchmark.o benchmark.c
2025-08-20T22:01:08.3646158Z [00:12:01.616]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libdb.a
2025-08-20T22:01:08.4092294Z [00:12:01.661]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2'
2025-08-20T22:01:08.4209934Z [00:12:01.661]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DPLUGIN -I../../../include -I../../../include -I../../../lib/kdb -I./../../../lib/kdb -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c adb_openclose.c
2025-08-20T22:01:08.4220992Z [00:12:01.661]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DPLUGIN -I../../../include -I../../../include -I../../../lib/kdb -I./../../../lib/kdb -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c adb_policy.c
2025-08-20T22:01:08.4235555Z [00:12:01.675]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DPLUGIN -I../../../include -I../../../include -I../../../lib/kdb -I./../../../lib/kdb -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb_db2.c
2025-08-20T22:01:08.4246133Z [00:12:01.675]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DPLUGIN -I../../../include -I../../../include -I../../../lib/kdb -I./../../../lib/kdb -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pol_xdr.c
2025-08-20T22:01:08.4390059Z [00:12:01.689]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DPLUGIN -I../../../include -I../../../include -I../../../lib/kdb -I./../../../lib/kdb -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c db2_exp.c
2025-08-20T22:01:08.8397647Z [00:12:02.084]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o bench-slope.o bench-slope.c
2025-08-20T22:01:09.0262341Z [00:12:02.277]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DPLUGIN -I../../../include -I../../../include -I../../../lib/kdb -I./../../../lib/kdb -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c lockout.c
2025-08-20T22:01:09.1314120Z [00:12:02.382]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-cls-list
2025-08-20T22:01:09.1525194Z [00:12:02.401]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-fib-lookup
2025-08-20T22:01:09.1778674Z [00:12:02.425]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-enslave
2025-08-20T22:01:09.2717547Z [00:12:02.523]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-ifindex2name
2025-08-20T22:01:09.5552876Z [00:12:02.806]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-list
2025-08-20T22:01:09.6472026Z [00:12:02.899]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o fipsdrv.o fipsdrv.c
2025-08-20T22:01:09.7755663Z [00:12:03.027]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o rsacvt.o rsacvt.c
2025-08-20T22:01:10.2485327Z [00:12:03.497]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-name2ifindex
2025-08-20T22:01:10.3012496Z [00:12:03.553]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-release
2025-08-20T22:01:10.3727882Z [00:12:03.624]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngerror.lo pngerror.c
2025-08-20T22:01:10.3847002Z [00:12:03.636]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-set
2025-08-20T22:01:10.4154593Z [00:12:03.667]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-link-stats
2025-08-20T22:01:10.5435808Z [00:12:03.792]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngerror.c -o pngerror.o
2025-08-20T22:01:10.5987954Z [00:12:03.850]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o genhashdata.o genhashdata.c
2025-08-20T22:01:10.7341271Z [00:12:03.986]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-list-caches
2025-08-20T22:01:11.0759001Z [00:12:04.327]➜  libgcrypt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -c -o gchash.o gchash.c
2025-08-20T22:01:11.3465001Z [00:12:04.595]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-list-sockets
2025-08-20T22:01:11.4115969Z [00:12:04.663]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:11.4139841Z [00:12:04.666]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_db2.a
2025-08-20T22:01:11.4276025Z [00:12:04.679]➜  krb5-static-x86_64-unknown-linux-musl> building static db2 library
2025-08-20T22:01:11.4307487Z [00:12:04.682]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST libdb2/hash/OBJS.ST libdb2/btree/OBJS.ST libdb2/db/OBJS.ST libdb2/mpool/OBJS.ST libdb2/recno/OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_db2.a $objlist
2025-08-20T22:01:11.4375934Z [00:12:04.687]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:01:11.4551709Z [00:12:04.689]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST libdb2/hash/OBJS.ST libdb2/btree/OBJS.ST libdb2/db/OBJS.ST libdb2/mpool/OBJS.ST libdb2/recno/OBJS.ST
2025-08-20T22:01:11.4652818Z [00:12:04.716]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=$' kdb_xdr.o adb_openclose.o adb_policy.o kdb_db2.o pol_xdr.o db2_exp.o lockout.o\n libdb2/hash/hash.o libdb2/hash/hash_bigkey.o libdb2/hash/hash_debug.o libdb2/hash/hash_func.o libdb2/hash/hash_log2.o libdb2/hash/hash_page.o libdb2/hash/hsearch.o libdb2/hash/dbm.o\n libdb2/btree/bt_close.o libdb2/btree/bt_conv.o libdb2/btree/bt_debug.o libdb2/btree/bt_delete.o libdb2/btree/bt_get.o libdb2/btree/bt_open.o libdb2/btree/bt_overflow.o libdb2/btree/bt_page.o libdb2/btree/bt_put.o libdb2/btree/bt_search.o libdb2/btree/bt_seq.o libdb2/btree/bt_split.o libdb2/btree/bt_utils.o\n libdb2/db/db.o\n libdb2/mpool/mpool.o\n libdb2/recno/rec_close.o libdb2/recno/rec_delete.o libdb2/recno/rec_get.o libdb2/recno/rec_open.o libdb2/recno/rec_put.o libdb2/recno/rec_search.o libdb2/recno/rec_seq.o libdb2/recno/rec_utils.o'
2025-08-20T22:01:11.4665010Z [00:12:04.716]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_db2.a kdb_xdr.o adb_openclose.o adb_policy.o kdb_db2.o pol_xdr.o db2_exp.o lockout.o libdb2/hash/hash.o libdb2/hash/hash_bigkey.o libdb2/hash/hash_debug.o libdb2/hash/hash_func.o libdb2/hash/hash_log2.o libdb2/hash/hash_page.o libdb2/hash/hsearch.o libdb2/hash/dbm.o libdb2/btree/bt_close.o libdb2/btree/bt_conv.o libdb2/btree/bt_debug.o libdb2/btree/bt_delete.o libdb2/btree/bt_get.o libdb2/btree/bt_open.o libdb2/btree/bt_overflow.o libdb2/btree/bt_page.o libdb2/btree/bt_put.o libdb2/btree/bt_search.o libdb2/btree/bt_seq.o libdb2/btree/bt_split.o libdb2/btree/bt_utils.o libdb2/db/db.o libdb2/mpool/mpool.o libdb2/recno/rec_close.o libdb2/recno/rec_delete.o libdb2/recno/rec_get.o libdb2/recno/rec_open.o libdb2/recno/rec_put.o libdb2/recno/rec_search.o libdb2/recno/rec_seq.o libdb2/recno/rec_utils.o
2025-08-20T22:01:11.4671051Z [00:12:04.716]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-monitor
2025-08-20T22:01:11.5176843Z [00:12:04.769]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_db2.a
2025-08-20T22:01:11.5606453Z [00:12:04.812]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2'
2025-08-20T22:01:11.5725011Z [00:12:04.822]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kdb/test...
2025-08-20T22:01:11.5819312Z [00:12:04.832]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/test'
2025-08-20T22:01:11.5839122Z [00:12:04.835]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o testdrv testdrv.o
2025-08-20T22:01:11.5998593Z [00:12:04.850]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I../../../lib/kdb -I./../../../lib/kdb -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb_test.c
2025-08-20T22:01:11.6042889Z [00:12:04.856]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-neigh-add
2025-08-20T22:01:11.6072780Z [00:12:04.857]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../../lib/libkrb5_test.a
2025-08-20T22:01:11.6204729Z [00:12:04.863]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../../lib && ln -s ../plugins/kdb/test/libkrb5_test.a .)
2025-08-20T22:01:11.6543538Z [00:12:04.906]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-neigh-delete
2025-08-20T22:01:11.7399289Z [00:12:04.991]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o testdrv testdrv.o
2025-08-20T22:01:11.8743881Z [00:12:05.122]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o version version.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:11.8796834Z [00:12:05.131]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngget.lo pngget.c
2025-08-20T22:01:11.9176800Z [00:12:05.169]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-neigh-list
2025-08-20T22:01:12.0510199Z [00:12:05.302]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngget.c -o pngget.o
2025-08-20T22:01:12.1929703Z [00:12:05.444]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o version version.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:12.3393666Z [00:12:05.591]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-neightbl-list
2025-08-20T22:01:12.6205256Z [00:12:05.870]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-nh-list
2025-08-20T22:01:12.7445316Z [00:12:05.994]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-pktloc-lookup
2025-08-20T22:01:12.8085248Z [00:12:06.056]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-qdisc-add
2025-08-20T22:01:13.0136531Z [00:12:06.265]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-secmem t-secmem.o ../src/libgcrypt.la ../compat/libcompat.la
2025-08-20T22:01:13.0360244Z [00:12:06.287]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o mpitests mpitests.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:13.1025145Z [00:12:06.349]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-qdisc-delete
2025-08-20T22:01:13.3049773Z [00:12:06.554]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-secmem t-secmem.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a ../compat/.libs/libcompat.a
2025-08-20T22:01:13.4259500Z [00:12:06.674]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o mpitests mpitests.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:13.5695888Z [00:12:06.820]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-qdisc-list
2025-08-20T22:01:13.6386080Z [00:12:06.890]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:13.6395004Z [00:12:06.890]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_test.a
2025-08-20T22:01:13.6485153Z [00:12:06.895]➜  krb5-static-x86_64-unknown-linux-musl> building static test library
2025-08-20T22:01:13.6487512Z [00:12:06.895]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_test.a $objlist
2025-08-20T22:01:13.6489374Z [00:12:06.900]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:01:13.6514638Z [00:12:06.900]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:01:13.6602557Z [00:12:06.912]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' kdb_test.o'
2025-08-20T22:01:13.6647927Z [00:12:06.912]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_test.a kdb_test.o
2025-08-20T22:01:13.6649761Z [00:12:06.915]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_test.a
2025-08-20T22:01:13.6777019Z [00:12:06.929]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/test'
2025-08-20T22:01:13.6930955Z [00:12:06.945]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/kdcpolicy/test...
2025-08-20T22:01:13.7187786Z [00:12:06.970]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/kdcpolicy/test'
2025-08-20T22:01:13.7302921Z [00:12:06.981]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:01:13.7636222Z [00:12:07.015]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-route-add
2025-08-20T22:01:13.9224760Z [00:12:07.173]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-route-delete
2025-08-20T22:01:14.0624656Z [00:12:07.314]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-route-get
2025-08-20T22:01:14.0835359Z [00:12:07.335]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-sexp t-sexp.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:14.2330417Z [00:12:07.485]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:14.2387820Z [00:12:07.486]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_kdcpolicy_test.a
2025-08-20T22:01:14.2488338Z [00:12:07.499]➜  krb5-static-x86_64-unknown-linux-musl> building static kdcpolicy_test library
2025-08-20T22:01:14.2490847Z [00:12:07.499]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_kdcpolicy_test.a $objlist
2025-08-20T22:01:14.2497101Z [00:12:07.501]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:01:14.2499053Z [00:12:07.501]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:01:14.2542941Z [00:12:07.506]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' main.o'
2025-08-20T22:01:14.2546651Z [00:12:07.506]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_kdcpolicy_test.a main.o
2025-08-20T22:01:14.2564446Z [00:12:07.507]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-convert t-convert.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:14.2645069Z [00:12:07.516]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_kdcpolicy_test.a
2025-08-20T22:01:14.2809413Z [00:12:07.532]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdcpolicy/test'
2025-08-20T22:01:14.2985681Z [00:12:07.550]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/preauth/otp...
2025-08-20T22:01:14.3124942Z [00:12:07.562]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/preauth/otp'
2025-08-20T22:01:14.3206192Z [00:12:07.572]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c otp_state.c
2025-08-20T22:01:14.3308273Z [00:12:07.582]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:01:14.3406005Z [00:12:07.592]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../../lib/libkrb5_otp.a
2025-08-20T22:01:14.3426289Z [00:12:07.594]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../../lib && ln -s ../plugins/preauth/otp/libkrb5_otp.a .)
2025-08-20T22:01:14.4406346Z [00:12:07.690]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-route-list
2025-08-20T22:01:14.4518541Z [00:12:07.693]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-sexp t-sexp.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:14.6015372Z [00:12:07.853]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngmem.lo pngmem.c
2025-08-20T22:01:14.6495444Z [00:12:07.896]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-convert t-convert.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:14.7622590Z [00:12:08.014]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngmem.c -o pngmem.o
2025-08-20T22:01:14.8702860Z [00:12:08.120]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-rule-list
2025-08-20T22:01:15.1115299Z [00:12:08.361]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-tctree-list
2025-08-20T22:01:15.1461424Z [00:12:08.397]➜  libnl-static-x86_64-unknown-linux-musl>   CCLD     src/nl-util-addr
2025-08-20T22:01:15.2040263Z [00:12:08.455]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-mpi-bit t-mpi-bit.o ../src/libgcrypt.la ../compat/libcompat.la
2025-08-20T22:01:15.4242776Z [00:12:08.676]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-mpi-point t-mpi-point.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:15.4506468Z [00:12:08.699]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngpread.lo pngpread.c
2025-08-20T22:01:15.5110060Z [00:12:08.762]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-mpi-bit t-mpi-bit.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a ../compat/.libs/libcompat.a
2025-08-20T22:01:15.5888062Z [00:12:08.840]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-lock t_lock-t-lock.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error -lpthread
2025-08-20T22:01:15.6511955Z [00:12:08.903]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngpread.c -o pngpread.o
2025-08-20T22:01:15.7314470Z [00:12:08.983]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-mpi-point t-mpi-point.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:15.8559255Z [00:12:09.106]➜  x86_64-unknown-linux-musl-binutils>   CXX      plugin.o
2025-08-20T22:01:15.8829423Z [00:12:09.134]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-lock t_lock-t-lock.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a -lpthread
2025-08-20T22:01:16.1525210Z [00:12:09.399]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:16.1527324Z [00:12:09.402]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_otp.a
2025-08-20T22:01:16.1644600Z [00:12:09.413]➜  krb5-static-x86_64-unknown-linux-musl> building static otp library
2025-08-20T22:01:16.1650043Z [00:12:09.414]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_otp.a $objlist
2025-08-20T22:01:16.1714482Z [00:12:09.421]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:01:16.1745005Z [00:12:09.421]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:01:16.1834470Z [00:12:09.433]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' otp_state.o main.o'
2025-08-20T22:01:16.1838071Z [00:12:09.433]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_otp.a otp_state.o main.o
2025-08-20T22:01:16.1984870Z [00:12:09.443]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_otp.a
2025-08-20T22:01:16.2151053Z [00:12:09.464]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/preauth/otp'
2025-08-20T22:01:16.2152921Z [00:12:09.467]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/preauth/pkinit...
2025-08-20T22:01:16.2335947Z [00:12:09.485]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/preauth/pkinit'
2025-08-20T22:01:16.2390804Z [00:12:09.490]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pkinit_accessor.c
2025-08-20T22:01:16.2520652Z [00:12:09.503]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pkinit_srv.c
2025-08-20T22:01:16.2562797Z [00:12:09.508]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pkinit_lib.c
2025-08-20T22:01:16.2647621Z [00:12:09.516]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pkinit_clnt.c
2025-08-20T22:01:16.2741407Z [00:12:09.525]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pkinit_constants.c
2025-08-20T22:01:16.2777993Z [00:12:09.527]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o prime prime.o ../src/libgcrypt.la ../compat/libcompat.la
2025-08-20T22:01:16.2822726Z [00:12:09.534]➜  libnl-static-x86_64-unknown-linux-musl> buildPhase completed in 1 minutes 6 seconds
2025-08-20T22:01:16.2824486Z [00:12:09.534]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:01:16.3356779Z [00:12:09.587]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o keygen keygen.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:16.3378524Z [00:12:09.589]➜  libnl-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig m4datadir=/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/share/aclocal aclocaldir=/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/share/aclocal install
2025-08-20T22:01:16.5080025Z [00:12:09.759]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o prime prime.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a ../compat/.libs/libcompat.a
2025-08-20T22:01:16.5494057Z [00:12:09.800]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pkinit_profile.c
2025-08-20T22:01:16.5544167Z [00:12:09.803]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pkinit_identity.c
2025-08-20T22:01:16.5772511Z [00:12:09.829]➜  libnl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source'
2025-08-20T22:01:16.5968904Z [00:12:09.841]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o pubkey pubkey.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:16.6240639Z [00:12:09.874]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink'
2025-08-20T22:01:16.6285630Z [00:12:09.880]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/cli'
2025-08-20T22:01:16.6366644Z [00:12:09.883]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/fib_lookup'
2025-08-20T22:01:16.6457606Z [00:12:09.897]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/genl'
2025-08-20T22:01:16.6578928Z [00:12:09.897]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/cli/addr.h include/netlink/cli/class.h include/netlink/cli/cls.h include/netlink/cli/ct.h include/netlink/cli/exp.h include/netlink/cli/link.h include/netlink/cli/mdb.h include/netlink/cli/neigh.h include/netlink/cli/nh.h include/netlink/cli/qdisc.h include/netlink/cli/route.h include/netlink/cli/rule.h include/netlink/cli/tc.h include/netlink/cli/utils.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/cli'
2025-08-20T22:01:16.6589492Z [00:12:09.897]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/addr.h include/netlink/attr.h include/netlink/cache-api.h include/netlink/cache.h include/netlink/data.h include/netlink/errno.h include/netlink/handlers.h include/netlink/hash.h include/netlink/hashtable.h include/netlink/list.h include/netlink/msg.h include/netlink/netlink-compat.h include/netlink/netlink-kernel.h include/netlink/netlink.h include/netlink/object-api.h include/netlink/object.h include/netlink/socket.h include/netlink/types.h include/netlink/utils.h include/netlink/version.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink'
2025-08-20T22:01:16.6662685Z [00:12:09.902]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/idiag'
2025-08-20T22:01:16.6667614Z [00:12:09.912]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/fib_lookup/lookup.h include/netlink/fib_lookup/request.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/fib_lookup'
2025-08-20T22:01:16.6674177Z [00:12:09.916]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/idiag/idiagnl.h include/netlink/idiag/meminfo.h include/netlink/idiag/msg.h include/netlink/idiag/req.h include/netlink/idiag/vegasinfo.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/idiag'
2025-08-20T22:01:16.6679281Z [00:12:09.916]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/netfilter'
2025-08-20T22:01:16.6684459Z [00:12:09.918]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/genl/ctrl.h include/netlink/genl/family.h include/netlink/genl/genl.h include/netlink/genl/mngt.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/genl'
2025-08-20T22:01:16.6876506Z [00:12:09.937]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route'
2025-08-20T22:01:16.6882639Z [00:12:09.937]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/netfilter/ct.h include/netlink/netfilter/exp.h include/netlink/netfilter/log.h include/netlink/netfilter/log_msg.h include/netlink/netfilter/netfilter.h include/netlink/netfilter/nfnl.h include/netlink/netfilter/queue.h include/netlink/netfilter/queue_msg.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/netfilter'
2025-08-20T22:01:16.6891603Z [00:12:09.940]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/act'
2025-08-20T22:01:16.6966716Z [00:12:09.948]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/cls'
2025-08-20T22:01:16.6993742Z [00:12:09.951]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/action.h include/netlink/route/addr.h include/netlink/route/class.h include/netlink/route/classifier.h include/netlink/route/link.h include/netlink/route/mdb.h include/netlink/route/neighbour.h include/netlink/route/neightbl.h include/netlink/route/netconf.h include/netlink/route/nexthop.h include/netlink/route/nh.h include/netlink/route/pktloc.h include/netlink/route/qdisc.h include/netlink/route/route.h include/netlink/route/rtnl.h include/netlink/route/rule.h include/netlink/route/tc-api.h include/netlink/route/tc.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route'
2025-08-20T22:01:16.7096724Z [00:12:09.955]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/act/gact.h include/netlink/route/act/mirred.h include/netlink/route/act/nat.h include/netlink/route/act/skbedit.h include/netlink/route/act/vlan.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/act'
2025-08-20T22:01:16.7102109Z [00:12:09.960]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/cls/ematch'
2025-08-20T22:01:16.7186753Z [00:12:09.970]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/cls/basic.h include/netlink/route/cls/cgroup.h include/netlink/route/cls/ematch.h include/netlink/route/cls/flower.h include/netlink/route/cls/fw.h include/netlink/route/cls/matchall.h include/netlink/route/cls/police.h include/netlink/route/cls/u32.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/cls'
2025-08-20T22:01:16.7318204Z [00:12:09.981]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o keygen keygen.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:16.7357611Z [00:12:09.981]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/cls/ematch/cmp.h include/netlink/route/cls/ematch/meta.h include/netlink/route/cls/ematch/nbyte.h include/netlink/route/cls/ematch/text.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/cls/ematch'
2025-08-20T22:01:16.7371393Z [00:12:09.989]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/link'
2025-08-20T22:01:16.7435903Z [00:12:09.989]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/qdisc'
2025-08-20T22:01:16.7439822Z [00:12:09.991]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/xfrm'
2025-08-20T22:01:16.7609675Z [00:12:10.011]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/link/api.h include/netlink/route/link/bonding.h include/netlink/route/link/bridge_info.h include/netlink/route/link/bridge.h include/netlink/route/link/can.h include/netlink/route/link/geneve.h include/netlink/route/link/inet.h include/netlink/route/link/inet6.h include/netlink/route/link/info-api.h include/netlink/route/link/ip6gre.h include/netlink/route/link/ip6tnl.h include/netlink/route/link/ip6vti.h include/netlink/route/link/ipgre.h include/netlink/route/link/ipip.h include/netlink/route/link/ipvlan.h include/netlink/route/link/ipvti.h include/netlink/route/link/macsec.h include/netlink/route/link/macvlan.h include/netlink/route/link/macvtap.h include/netlink/route/link/ppp.h include/netlink/route/link/sit.h include/netlink/route/link/sriov.h include/netlink/route/link/team.h include/netlink/route/link/veth.h include/netlink/route/link/vlan.h include/netlink/route/link/vrf.h include/netlink/route/link/vxlan.h include/netlink/route/link/xfrmi.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/link'
2025-08-20T22:01:16.7620987Z [00:12:10.011]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man/share/man/man8'
2025-08-20T22:01:16.7627788Z [00:12:10.014]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig'
2025-08-20T22:01:16.7757901Z [00:12:10.022]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/xfrm/ae.h include/netlink/xfrm/lifetime.h include/netlink/xfrm/sa.h include/netlink/xfrm/selector.h include/netlink/xfrm/sp.h include/netlink/xfrm/template.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/xfrm'
2025-08-20T22:01:16.7766503Z [00:12:10.027]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/netlink/route/qdisc/cbq.h include/netlink/route/qdisc/dsmark.h include/netlink/route/qdisc/fifo.h include/netlink/route/qdisc/fq_codel.h include/netlink/route/qdisc/hfsc.h include/netlink/route/qdisc/htb.h include/netlink/route/qdisc/mqprio.h include/netlink/route/qdisc/netem.h include/netlink/route/qdisc/plug.h include/netlink/route/qdisc/prio.h include/netlink/route/qdisc/red.h include/netlink/route/qdisc/sfq.h include/netlink/route/qdisc/tbf.h '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3/netlink/route/qdisc'
2025-08-20T22:01:16.7784609Z [00:12:10.030]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls'
2025-08-20T22:01:16.7825943Z [00:12:10.033]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libnl-3.0.pc libnl-genl-3.0.pc libnl-idiag-3.0.pc libnl-nf-3.0.pc libnl-route-3.0.pc libnl-xfrm-3.0.pc libnl-cli-3.0.pc '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig'
2025-08-20T22:01:16.7855621Z [00:12:10.037]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc'
2025-08-20T22:01:16.7895397Z [00:12:10.041]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   lib/cli/cls/basic.la lib/cli/cls/cgroup.la '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls'
2025-08-20T22:01:16.8074270Z [00:12:10.045]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/etc/libnl'
2025-08-20T22:01:16.8078976Z [00:12:10.047]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 man/genl-ctrl-list.8 man/nl-classid-lookup.8 man/nl-pktloc-lookup.8 man/nl-qdisc-add.8 man/nl-qdisc-delete.8 man/nl-qdisc-list.8 '/nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man/share/man/man8'
2025-08-20T22:01:16.8120306Z [00:12:10.048]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   lib/cli/qdisc/bfifo.la lib/cli/qdisc/blackhole.la lib/cli/qdisc/fq_codel.la lib/cli/qdisc/hfsc.la lib/cli/qdisc/htb.la lib/cli/qdisc/ingress.la lib/cli/qdisc/pfifo.la lib/cli/qdisc/plug.la '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc'
2025-08-20T22:01:16.8126407Z [00:12:10.062]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib'
2025-08-20T22:01:16.8198023Z [00:12:10.068]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   lib/libnl-3.la lib/libnl-route-3.la lib/libnl-idiag-3.la lib/libnl-genl-3.la lib/libnl-nf-3.la lib/libnl-xfrm-3.la src/lib/libnl-cli-3.la '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib'
2025-08-20T22:01:16.8349084Z [00:12:10.080]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 etc/pktloc etc/classid '/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/etc/libnl'
2025-08-20T22:01:17.0128011Z [00:12:10.264]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-3.la
2025-08-20T22:01:17.0134098Z [00:12:10.264]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o pubkey pubkey.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:17.0139307Z [00:12:10.264]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/bfifo.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/bfifo.la
2025-08-20T22:01:17.0261448Z [00:12:10.278]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-route-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-route-3.la
2025-08-20T22:01:17.0311102Z [00:12:10.281]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/blackhole.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/blackhole.la
2025-08-20T22:01:17.0339962Z [00:12:10.286]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/cls/.libs/basic.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/basic.la
2025-08-20T22:01:17.0498670Z [00:12:10.300]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-idiag-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-idiag-3.la
2025-08-20T22:01:17.0609170Z [00:12:10.312]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/fq_codel.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/fq_codel.la
2025-08-20T22:01:17.0655558Z [00:12:10.317]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/cls/.libs/cgroup.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/cgroup.la
2025-08-20T22:01:17.0716204Z [00:12:10.320]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-genl-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-genl-3.la
2025-08-20T22:01:17.0726825Z [00:12:10.321]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pkinit_matching.c
2025-08-20T22:01:17.0831101Z [00:12:10.333]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/hfsc.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/hfsc.la
2025-08-20T22:01:17.0956736Z [00:12:10.347]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/cls/.libs/basic.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/basic.a
2025-08-20T22:01:17.0972538Z [00:12:10.348]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/htb.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/htb.la
2025-08-20T22:01:17.0977474Z [00:12:10.349]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-nf-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-nf-3.la
2025-08-20T22:01:17.1246222Z [00:12:10.375]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/basic.a
2025-08-20T22:01:17.1250510Z [00:12:10.375]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/ingress.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/ingress.la
2025-08-20T22:01:17.1255219Z [00:12:10.375]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-xfrm-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-xfrm-3.la
2025-08-20T22:01:17.1413086Z [00:12:10.393]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/pfifo.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/pfifo.la
2025-08-20T22:01:17.1539065Z [00:12:10.399]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/lib/.libs/libnl-cli-3.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-cli-3.la
2025-08-20T22:01:17.1543188Z [00:12:10.399]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/basic.a
2025-08-20T22:01:17.1667770Z [00:12:10.418]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/plug.lai /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/plug.la
2025-08-20T22:01:17.1715378Z [00:12:10.422]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-3.a
2025-08-20T22:01:17.1834212Z [00:12:10.435]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/cls/.libs/cgroup.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/cgroup.a
2025-08-20T22:01:17.1942441Z [00:12:10.446]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-3.a
2025-08-20T22:01:17.1945618Z [00:12:10.446]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/cgroup.a
2025-08-20T22:01:17.1962512Z [00:12:10.446]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/bfifo.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/bfifo.a
2025-08-20T22:01:17.2080856Z [00:12:10.460]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls/cgroup.a
2025-08-20T22:01:17.2276123Z [00:12:10.471]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-3.a
2025-08-20T22:01:17.2279458Z [00:12:10.472]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/bfifo.a
2025-08-20T22:01:17.2515485Z [00:12:10.503]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/bfifo.a
2025-08-20T22:01:17.2736652Z [00:12:10.523]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-route-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-route-3.a
2025-08-20T22:01:17.2840883Z [00:12:10.536]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/blackhole.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/blackhole.a
2025-08-20T22:01:17.2999528Z [00:12:10.552]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/blackhole.a
2025-08-20T22:01:17.3052090Z [00:12:10.557]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-route-3.a
2025-08-20T22:01:17.3171806Z [00:12:10.569]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/blackhole.a
2025-08-20T22:01:17.3276899Z [00:12:10.578]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-route-3.a
2025-08-20T22:01:17.3417159Z [00:12:10.589]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/fq_codel.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/fq_codel.a
2025-08-20T22:01:17.3508359Z [00:12:10.602]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/fq_codel.a
2025-08-20T22:01:17.3678300Z [00:12:10.619]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/fq_codel.a
2025-08-20T22:01:17.3918564Z [00:12:10.643]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/hfsc.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/hfsc.a
2025-08-20T22:01:17.4056108Z [00:12:10.654]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/hfsc.a
2025-08-20T22:01:17.4216358Z [00:12:10.671]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/hfsc.a
2025-08-20T22:01:17.4386048Z [00:12:10.688]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngread.lo pngread.c
2025-08-20T22:01:17.4545950Z [00:12:10.692]➜  libnl-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0/bin:/nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1/bin:/nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20/bin:/nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1/bin:/nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5/bin:/nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls
2025-08-20T22:01:17.4675212Z [00:12:10.692]➜  libnl-static-x86_64-unknown-linux-musl> /build/source/libtool: line 1900: ldconfig: command not found
2025-08-20T22:01:17.4704870Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:01:17.4797180Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:01:17.4865148Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl>    /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/cls
2025-08-20T22:01:17.4866751Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:01:17.4894543Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:01:17.4944772Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:01:17.5009373Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:01:17.5011337Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:01:17.5013022Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:01:17.5014541Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:01:17.5015797Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:01:17.5017059Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:01:17.5018544Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:01:17.5019928Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:01:17.5044147Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:01:17.5125523Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:01:17.5126978Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:01:17.5128866Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:01:17.5130622Z [00:12:10.700]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:01:17.5133941Z [00:12:10.701]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/htb.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/htb.a
2025-08-20T22:01:17.5137477Z [00:12:10.719]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/htb.a
2025-08-20T22:01:17.5144911Z [00:12:10.730]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c pkinit_crypto_openssl.c
2025-08-20T22:01:17.5151987Z [00:12:10.735]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-idiag-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-idiag-3.a
2025-08-20T22:01:17.5182802Z [00:12:10.745]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/htb.a
2025-08-20T22:01:17.5186835Z [00:12:10.769]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/ingress.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/ingress.a
2025-08-20T22:01:17.5299253Z [00:12:10.775]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-idiag-3.a
2025-08-20T22:01:17.5406441Z [00:12:10.792]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/ingress.a
2025-08-20T22:01:17.5490526Z [00:12:10.801]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-idiag-3.a
2025-08-20T22:01:17.5550402Z [00:12:10.801]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o hmac hmac.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:17.5668255Z [00:12:10.810]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o hashtest hashtest.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:17.5675061Z [00:12:10.818]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/ingress.a
2025-08-20T22:01:17.5850224Z [00:12:10.836]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-genl-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-genl-3.a
2025-08-20T22:01:17.6001436Z [00:12:10.851]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/pfifo.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/pfifo.a
2025-08-20T22:01:17.6135902Z [00:12:10.865]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-genl-3.a
2025-08-20T22:01:17.6231746Z [00:12:10.875]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/pfifo.a
2025-08-20T22:01:17.6456678Z [00:12:10.897]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/pfifo.a
2025-08-20T22:01:17.6460642Z [00:12:10.898]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-genl-3.a
2025-08-20T22:01:17.6668101Z [00:12:10.915]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngread.c -o pngread.o
2025-08-20T22:01:17.6763594Z [00:12:10.928]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/cli/qdisc/.libs/plug.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/plug.a
2025-08-20T22:01:17.6930825Z [00:12:10.945]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-nf-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-nf-3.a
2025-08-20T22:01:17.7136495Z [00:12:10.964]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/plug.a
2025-08-20T22:01:17.7295715Z [00:12:10.967]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-nf-3.a
2025-08-20T22:01:17.7388944Z [00:12:10.990]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc/plug.a
2025-08-20T22:01:17.7464685Z [00:12:10.998]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-nf-3.a
2025-08-20T22:01:17.7926374Z [00:12:11.044]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c lib/.libs/libnl-xfrm-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-xfrm-3.a
2025-08-20T22:01:17.8203027Z [00:12:11.072]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-xfrm-3.a
2025-08-20T22:01:17.8397611Z [00:12:11.091]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-xfrm-3.a
2025-08-20T22:01:17.8714874Z [00:12:11.122]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/lib/.libs/libnl-cli-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-cli-3.a
2025-08-20T22:01:17.9016079Z [00:12:11.146]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-cli-3.a
2025-08-20T22:01:17.9184295Z [00:12:11.169]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o hmac hmac.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:17.9255785Z [00:12:11.171]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-cli-3.a
2025-08-20T22:01:17.9391290Z [00:12:11.190]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o hashtest hashtest.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:18.0037190Z [00:12:11.250]➜  libnl-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0/bin:/nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1/bin:/nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20/bin:/nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1/bin:/nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5/bin:/nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc
2025-08-20T22:01:18.0141537Z [00:12:11.250]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-kdf t_kdf-t-kdf.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error -lpthread
2025-08-20T22:01:18.0146211Z [00:12:11.253]➜  libnl-static-x86_64-unknown-linux-musl> /build/source/libtool: line 1900: ldconfig: command not found
2025-08-20T22:01:18.0279646Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:01:18.0281474Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:01:18.0283902Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl>    /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl/cli/qdisc
2025-08-20T22:01:18.0285620Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:01:18.0286913Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:01:18.0288506Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:01:18.0290164Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:01:18.0292083Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:01:18.0293945Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:01:18.0295414Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:01:18.0296863Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:01:18.0298460Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:01:18.0299870Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:01:18.0301463Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:01:18.0302731Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:01:18.0303893Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:01:18.0305247Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:01:18.0306632Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:01:18.0307958Z [00:12:11.268]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:01:18.1866758Z [00:12:11.438]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../../lib/libkrb5_pkinit.a
2025-08-20T22:01:18.1889408Z [00:12:11.438]➜  libnl-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/5nl993p86hy3sfgvjfkwpvx8v0rb1a3x-doxygen-1.14.0/bin:/nix/store/cqv2d5s1n62l52sj6sydq3bl5q5sr2dd-graphviz-12.2.1/bin:/nix/store/1a3ql1dk19z8y7my12r2ifd7q6b4d3v0-mscgen-0.20/bin:/nix/store/9iyqblsns4mif27ihra7ihd493s5wn8w-asciidoc-10.2.1/bin:/nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5/bin:/nix/store/yvp7fwfpi5hkwrybyji2l60gr04nypgl-source-highlight-3.1.9/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib
2025-08-20T22:01:18.1913811Z [00:12:11.438]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../../lib && ln -s ../plugins/preauth/pkinit/libkrb5_pkinit.a .)
2025-08-20T22:01:18.1915351Z [00:12:11.438]➜  libnl-static-x86_64-unknown-linux-musl> /build/source/libtool: line 1900: ldconfig: command not found
2025-08-20T22:01:18.1975277Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:01:18.1976679Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:01:18.1978232Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl>    /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib
2025-08-20T22:01:18.1979532Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:01:18.1980610Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:01:18.1982020Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:01:18.1985147Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:01:18.1986675Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:01:18.1988143Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:01:18.1989330Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:01:18.1990548Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:01:18.1991662Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:01:18.1992812Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:01:18.1994261Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:01:18.1995376Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:01:18.1996059Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:01:18.2025469Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:01:18.2027058Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:01:18.2028513Z [00:12:11.446]➜  libnl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:01:18.2030942Z [00:12:11.453]➜  libnl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin'
2025-08-20T22:01:18.2239793Z [00:12:11.475]➜  libnl-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/genl-ctrl-list src/idiag-socket-details src/nf-ct-add src/nf-ct-events src/nf-ct-list src/nf-exp-add src/nf-exp-delete src/nf-exp-list src/nf-log src/nf-monitor src/nf-queue src/nl-addr-add src/nl-addr-delete src/nl-addr-list src/nl-class-add src/nl-class-delete src/nl-class-list src/nl-classid-lookup src/nl-cls-add src/nl-cls-delete src/nl-cls-list src/nl-fib-lookup src/nl-link-enslave src/nl-link-ifindex2name src/nl-link-list src/nl-link-name2ifindex src/nl-link-release src/nl-link-set src/nl-link-stats src/nl-list-caches src/nl-list-sockets src/nl-monitor src/nl-neigh-add src/nl-neigh-delete src/nl-neigh-list src/nl-neightbl-list src/nl-nh-list src/nl-pktloc-lookup src/nl-qdisc-add src/nl-qdisc-delete src/nl-qdisc-list src/nl-route-add src/nl-route-delete src/nl-route-get src/nl-route-list src/nl-rule-list src/nl-tctree-list src/nl-util-addr '/nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin'
2025-08-20T22:01:18.3181152Z [00:12:11.569]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-kdf t_kdf-t-kdf.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a -lpthread
2025-08-20T22:01:18.4193643Z [00:12:11.668]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/genl-ctrl-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/genl-ctrl-list
2025-08-20T22:01:18.4557260Z [00:12:11.702]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/idiag-socket-details /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/idiag-socket-details
2025-08-20T22:01:18.4787276Z [00:12:11.730]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-ct-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-add
2025-08-20T22:01:18.4852043Z [00:12:11.737]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o keygrip keygrip.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:18.5090635Z [00:12:11.761]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-ct-events /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-events
2025-08-20T22:01:18.5370948Z [00:12:11.789]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-ct-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-list
2025-08-20T22:01:18.5557060Z [00:12:11.807]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-exp-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-add
2025-08-20T22:01:18.5761955Z [00:12:11.828]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-exp-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-delete
2025-08-20T22:01:18.5880273Z [00:12:11.840]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-exp-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-list
2025-08-20T22:01:18.6062930Z [00:12:11.858]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-log /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-log
2025-08-20T22:01:18.6242895Z [00:12:11.876]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-monitor /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-monitor
2025-08-20T22:01:18.6375563Z [00:12:11.889]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nf-queue /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-queue
2025-08-20T22:01:18.6510182Z [00:12:11.902]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-addr-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-add
2025-08-20T22:01:18.6640617Z [00:12:11.916]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-addr-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-delete
2025-08-20T22:01:18.6816039Z [00:12:11.933]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-addr-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-list
2025-08-20T22:01:18.6960313Z [00:12:11.947]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-class-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-add
2025-08-20T22:01:18.7050886Z [00:12:11.956]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o keygrip keygrip.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:18.7169427Z [00:12:11.968]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-class-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-delete
2025-08-20T22:01:18.7332434Z [00:12:11.985]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-class-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-list
2025-08-20T22:01:18.7628320Z [00:12:12.014]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o aeswrap aeswrap.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:18.7716293Z [00:12:12.020]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-classid-lookup /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-classid-lookup
2025-08-20T22:01:18.8127175Z [00:12:12.061]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-cls-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-add
2025-08-20T22:01:18.8434878Z [00:12:12.095]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-cls-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-delete
2025-08-20T22:01:18.8676503Z [00:12:12.119]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-cls-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-list
2025-08-20T22:01:18.8956599Z [00:12:12.147]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-fib-lookup /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-fib-lookup
2025-08-20T22:01:18.9250387Z [00:12:12.175]➜  x86_64-unknown-linux-musl-binutils>   CC       microblaze-dis.lo
2025-08-20T22:01:18.9257479Z [00:12:12.176]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-enslave /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-enslave
2025-08-20T22:01:18.9585666Z [00:12:12.210]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-ifindex2name /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-ifindex2name
2025-08-20T22:01:18.9877546Z [00:12:12.238]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-list
2025-08-20T22:01:19.0157362Z [00:12:12.267]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-name2ifindex /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-name2ifindex
2025-08-20T22:01:19.0262260Z [00:12:12.277]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o random random.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:19.0374344Z [00:12:12.289]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-release /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-release
2025-08-20T22:01:19.0575770Z [00:12:12.309]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-set /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-set
2025-08-20T22:01:19.0846587Z [00:12:12.334]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-link-stats /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-stats
2025-08-20T22:01:19.1143086Z [00:12:12.366]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-list-caches /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-list-caches
2025-08-20T22:01:19.1489010Z [00:12:12.393]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o aeswrap aeswrap.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:19.1575127Z [00:12:12.404]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-list-sockets /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-list-sockets
2025-08-20T22:01:19.1794328Z [00:12:12.431]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-monitor /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-monitor
2025-08-20T22:01:19.2177278Z [00:12:12.469]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-neigh-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-add
2025-08-20T22:01:19.2385997Z [00:12:12.490]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-kem t-kem.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:19.2560337Z [00:12:12.507]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-neigh-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-delete
2025-08-20T22:01:19.2871742Z [00:12:12.538]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-neigh-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-list
2025-08-20T22:01:19.3162096Z [00:12:12.568]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-neightbl-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neightbl-list
2025-08-20T22:01:19.3431232Z [00:12:12.594]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o random random.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:19.3456095Z [00:12:12.596]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-nh-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-nh-list
2025-08-20T22:01:19.3688028Z [00:12:12.620]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-pktloc-lookup /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-pktloc-lookup
2025-08-20T22:01:19.4041648Z [00:12:12.656]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-qdisc-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-add
2025-08-20T22:01:19.4106205Z [00:12:12.662]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-qdisc-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-delete
2025-08-20T22:01:19.4295700Z [00:12:12.681]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-qdisc-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-list
2025-08-20T22:01:19.4603972Z [00:12:12.712]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-route-add /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-add
2025-08-20T22:01:19.4944858Z [00:12:12.746]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-route-delete /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-delete
2025-08-20T22:01:19.5011736Z [00:12:12.753]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-kem t-kem.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:19.5341933Z [00:12:12.786]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-route-get /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-get
2025-08-20T22:01:19.5683468Z [00:12:12.820]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-route-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-list
2025-08-20T22:01:19.5997598Z [00:12:12.851]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-rule-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-rule-list
2025-08-20T22:01:19.6349599Z [00:12:12.886]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-tctree-list /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-tctree-list
2025-08-20T22:01:19.6706733Z [00:12:12.919]➜  libnl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c src/nl-util-addr /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-util-addr
2025-08-20T22:01:19.6726610Z [00:12:12.924]➜  libnl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source'
2025-08-20T22:01:19.6864581Z [00:12:12.934]➜  libnl-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:01:19.8037211Z [00:12:13.052]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T22:01:19.8071853Z [00:12:13.057]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-cli-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T22:01:19.8153542Z [00:12:13.066]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-genl-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T22:01:19.8191549Z [00:12:13.071]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-idiag-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T22:01:19.8280717Z [00:12:13.079]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-nf-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T22:01:19.8289420Z [00:12:13.080]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-route-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T22:01:19.8386302Z [00:12:13.090]➜  libnl-static-x86_64-unknown-linux-musl> Patching '/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib/pkgconfig/libnl-xfrm-3.0.pc' includedir to output /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T22:01:19.8588514Z [00:12:13.110]➜  libnl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin
2025-08-20T22:01:19.8752352Z [00:12:13.127]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-name2ifindex
2025-08-20T22:01:19.8920106Z [00:12:13.143]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-mlkem t-mlkem.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:19.8986243Z [00:12:13.145]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:19.8988827Z [00:12:13.146]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-get
2025-08-20T22:01:19.9207493Z [00:12:13.172]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:19.9261985Z [00:12:13.178]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-monitor
2025-08-20T22:01:19.9379095Z [00:12:13.190]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:19.9383928Z [00:12:13.190]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-set
2025-08-20T22:01:19.9435777Z [00:12:13.195]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:19.9473125Z [00:12:13.199]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-add
2025-08-20T22:01:19.9538670Z [00:12:13.206]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:19.9635290Z [00:12:13.206]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-delete
2025-08-20T22:01:19.9705239Z [00:12:13.219]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:19.9707314Z [00:12:13.219]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-add
2025-08-20T22:01:19.9709307Z [00:12:13.219]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:19.9715889Z [00:12:13.223]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-util-addr
2025-08-20T22:01:19.9773479Z [00:12:13.229]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:19.9825086Z [00:12:13.230]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-pktloc-lookup
2025-08-20T22:01:19.9840857Z [00:12:13.236]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:19.9846189Z [00:12:13.236]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-list
2025-08-20T22:01:19.9908167Z [00:12:13.243]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:19.9922918Z [00:12:13.244]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-release
2025-08-20T22:01:20.0036708Z [00:12:13.255]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0042523Z [00:12:13.255]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-add
2025-08-20T22:01:20.0087406Z [00:12:13.260]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0110033Z [00:12:13.263]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-delete
2025-08-20T22:01:20.0116067Z [00:12:13.263]➜  x86_64-unknown-linux-musl-binutils>   CC       moxie-dis.lo
2025-08-20T22:01:20.0152543Z [00:12:13.267]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0182903Z [00:12:13.270]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-add
2025-08-20T22:01:20.0262796Z [00:12:13.277]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-thread-local t-thread-local.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:20.0321064Z [00:12:13.277]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0324336Z [00:12:13.279]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-monitor
2025-08-20T22:01:20.0329806Z [00:12:13.284]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0448189Z [00:12:13.293]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-list
2025-08-20T22:01:20.0530410Z [00:12:13.301]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-fips-service-ind t-fips-service-ind.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:20.0557587Z [00:12:13.303]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0560021Z [00:12:13.303]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/idiag-socket-details
2025-08-20T22:01:20.0574128Z [00:12:13.307]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0578565Z [00:12:13.310]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-list
2025-08-20T22:01:20.0635329Z [00:12:13.315]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0679170Z [00:12:13.320]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/genl-ctrl-list
2025-08-20T22:01:20.0735676Z [00:12:13.325]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0759261Z [00:12:13.328]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-add
2025-08-20T22:01:20.0843570Z [00:12:13.336]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0857320Z [00:12:13.337]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-ifindex2name
2025-08-20T22:01:20.0895283Z [00:12:13.341]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0905502Z [00:12:13.342]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-classid-lookup
2025-08-20T22:01:20.0935691Z [00:12:13.345]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.0976549Z [00:12:13.349]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-queue
2025-08-20T22:01:20.1020333Z [00:12:13.354]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.1077644Z [00:12:13.359]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-nh-list
2025-08-20T22:01:20.1158719Z [00:12:13.368]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.1189010Z [00:12:13.371]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-delete
2025-08-20T22:01:20.1265010Z [00:12:13.378]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.1320436Z [00:12:13.383]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-tctree-list
2025-08-20T22:01:20.1367933Z [00:12:13.388]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.1396025Z [00:12:13.391]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-list
2025-08-20T22:01:20.1511905Z [00:12:13.403]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.1529027Z [00:12:13.405]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-addr-list
2025-08-20T22:01:20.1658915Z [00:12:13.418]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.1679495Z [00:12:13.418]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-enslave
2025-08-20T22:01:20.1725305Z [00:12:13.424]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.1810265Z [00:12:13.433]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-fib-lookup
2025-08-20T22:01:20.1885216Z [00:12:13.440]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.1899220Z [00:12:13.441]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-mlkem t-mlkem.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:20.1915027Z [00:12:13.443]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-log
2025-08-20T22:01:20.1974744Z [00:12:13.449]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.2006540Z [00:12:13.452]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-class-list
2025-08-20T22:01:20.2086746Z [00:12:13.460]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.2116665Z [00:12:13.463]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-add
2025-08-20T22:01:20.2251581Z [00:12:13.477]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.2263159Z [00:12:13.478]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-delete
2025-08-20T22:01:20.2271757Z [00:12:13.479]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-thread-local t-thread-local.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:20.2359752Z [00:12:13.488]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.2429286Z [00:12:13.494]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-list
2025-08-20T22:01:20.2460257Z [00:12:13.497]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o pkcs1v2 pkcs1v2.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:20.2514999Z [00:12:13.501]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.2595111Z [00:12:13.506]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-exp-delete
2025-08-20T22:01:20.2598775Z [00:12:13.512]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.2727414Z [00:12:13.524]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-route-add
2025-08-20T22:01:20.2866737Z [00:12:13.538]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.2918709Z [00:12:13.543]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-list-caches
2025-08-20T22:01:20.3025221Z [00:12:13.552]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.3057939Z [00:12:13.557]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-rsa-pss t-rsa-pss.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:20.3176257Z [00:12:13.567]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-qdisc-delete
2025-08-20T22:01:20.3189063Z [00:12:13.570]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-fips-service-ind t-fips-service-ind.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:20.3251127Z [00:12:13.577]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.3260062Z [00:12:13.577]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-rule-list
2025-08-20T22:01:20.3375761Z [00:12:13.589]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.3526780Z [00:12:13.604]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-add
2025-08-20T22:01:20.3597948Z [00:12:13.611]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.3600142Z [00:12:13.611]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neightbl-list
2025-08-20T22:01:20.3689694Z [00:12:13.621]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.3787599Z [00:12:13.627]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-cls-list
2025-08-20T22:01:20.3855540Z [00:12:13.637]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.3892240Z [00:12:13.638]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-delete
2025-08-20T22:01:20.4055825Z [00:12:13.653]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.4058011Z [00:12:13.654]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nf-ct-events
2025-08-20T22:01:20.4095234Z [00:12:13.661]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.4255929Z [00:12:13.675]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-list-sockets
2025-08-20T22:01:20.4326173Z [00:12:13.683]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.4328782Z [00:12:13.683]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-neigh-list
2025-08-20T22:01:20.4479582Z [00:12:13.698]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.4481922Z [00:12:13.698]➜  libnl-static-x86_64-unknown-linux-musl> shrinking /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin/nl-link-stats
2025-08-20T22:01:20.4537740Z [00:12:13.705]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.4558748Z [00:12:13.708]➜  libnl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin...
2025-08-20T22:01:20.5055629Z [00:12:13.754]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5093182Z [00:12:13.759]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5095746Z [00:12:13.761]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5140841Z [00:12:13.766]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5142659Z [00:12:13.766]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5232316Z [00:12:13.775]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5451732Z [00:12:13.796]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5453987Z [00:12:13.796]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5565354Z [00:12:13.800]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5567505Z [00:12:13.806]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5683073Z [00:12:13.819]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5686122Z [00:12:13.819]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5688044Z [00:12:13.819]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5795217Z [00:12:13.831]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5865260Z [00:12:13.837]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5892343Z [00:12:13.841]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5960852Z [00:12:13.847]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o pkcs1v2 pkcs1v2.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:20.5975072Z [00:12:13.849]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.5977333Z [00:12:13.849]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6066298Z [00:12:13.858]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6240918Z [00:12:13.876]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6242838Z [00:12:13.876]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6268459Z [00:12:13.876]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6335041Z [00:12:13.885]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6454898Z [00:12:13.897]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6569797Z [00:12:13.908]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6571580Z [00:12:13.908]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6573477Z [00:12:13.908]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6637526Z [00:12:13.915]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6809207Z [00:12:13.930]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-rsa-pss t-rsa-pss.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:20.6816428Z [00:12:13.933]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6895611Z [00:12:13.939]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6897901Z [00:12:13.941]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6975968Z [00:12:13.949]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.6978295Z [00:12:13.949]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7110595Z [00:12:13.962]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7152560Z [00:12:13.967]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7184615Z [00:12:13.970]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7310211Z [00:12:13.983]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7312407Z [00:12:13.983]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7505584Z [00:12:14.000]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7674520Z [00:12:14.019]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7680391Z [00:12:14.019]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7686814Z [00:12:14.019]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7776554Z [00:12:14.029]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7865595Z [00:12:14.035]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7965561Z [00:12:14.038]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7967883Z [00:12:14.038]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.7984775Z [00:12:14.049]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.8035817Z [00:12:14.055]➜  libnl-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:01:20.8275170Z [00:12:14.076]➜  x86_64-unknown-linux-musl-binutils>   CC       moxie-opc.lo
2025-08-20T22:01:20.8277394Z [00:12:14.076]➜  libnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin
2025-08-20T22:01:20.8966269Z [00:12:14.147]➜  libnl-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/65y2y2avsd6lnr8i6jp5lx4vm9qdkiy7-libnl-static-x86_64-unknown-linux-musl-3.11.0-bin/bin
2025-08-20T22:01:20.9125683Z [00:12:14.164]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-rsa-15 t-rsa-15.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:21.0505254Z [00:12:14.302]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-rsa-testparm t-rsa-testparm.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:21.0625551Z [00:12:14.310]➜  x86_64-unknown-linux-musl-binutils>   CC       msp430-decode.lo
2025-08-20T22:01:21.0701304Z [00:12:14.321]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o fips186-dsa fips186-dsa.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:21.1663892Z [00:12:14.418]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o dsa-rfc6979 dsa-rfc6979.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:21.1915704Z [00:12:14.443]➜  libnl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T22:01:21.2202693Z [00:12:14.471]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-rsa-15 t-rsa-15.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:21.3127689Z [00:12:14.564]➜  libnl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev...
2025-08-20T22:01:21.3719298Z [00:12:14.622]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o fips186-dsa fips186-dsa.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:21.3759220Z [00:12:14.627]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-rsa-testparm t-rsa-testparm.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:21.3930341Z [00:12:14.644]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-dsa t-dsa.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:21.4359143Z [00:12:14.684]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o dsa-rfc6979 dsa-rfc6979.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:21.4957578Z [00:12:14.743]➜  libnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev
2025-08-20T22:01:21.5075631Z [00:12:14.759]➜  libnl-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/lib
2025-08-20T22:01:21.5950892Z [00:12:14.847]➜  libnl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0
2025-08-20T22:01:21.6287636Z [00:12:14.880]➜  libnl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0...
2025-08-20T22:01:21.7049286Z [00:12:14.956]➜  libnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0
2025-08-20T22:01:21.7215727Z [00:12:14.972]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-dsa t-dsa.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:21.8449078Z [00:12:15.089]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o curves curves.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:21.8717966Z [00:12:15.123]➜  libnl-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib
2025-08-20T22:01:21.9919669Z [00:12:15.243]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-ecdsa t-ecdsa.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:22.0672711Z [00:12:15.319]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-ed25519 t-ed25519.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:22.1210954Z [00:12:15.372]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-cv25519 t-cv25519.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:22.1531412Z [00:12:15.404]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o curves curves.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:22.3104374Z [00:12:15.562]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-x448 t-x448.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:22.3192737Z [00:12:15.571]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-ecdsa t-ecdsa.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:22.3468811Z [00:12:15.598]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-ed25519 t-ed25519.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:22.3595668Z [00:12:15.608]➜  libnl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man
2025-08-20T22:01:22.3708002Z [00:12:15.622]➜  libnl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man...
2025-08-20T22:01:22.4156959Z [00:12:15.667]➜  libnl-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man/share/man/
2025-08-20T22:01:22.4212295Z [00:12:15.672]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-cv25519 t-cv25519.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:22.4495740Z [00:12:15.701]➜  libnl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/rxh25s4nqk9ahgwsjqinjzi7r7ypfwxx-libnl-static-x86_64-unknown-linux-musl-3.11.0-man
2025-08-20T22:01:23.2975494Z [00:12:16.545]➜  building '/nix/store/4nqpqnsfvgpm6d11skg6h152pvl1ldkf-libpthread-stubs-static-x86_64-unknown-linux-musl-0.5.drv'...
2025-08-20T22:01:23.2977202Z [00:12:16.545]➜  x86_64-unknown-linux-musl-binutils>   CC       msp430-dis.lo
2025-08-20T22:01:23.2982300Z [00:12:16.548]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-x448 t-x448.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:23.2990497Z [00:12:16.548]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o t-ed448 t-ed448.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:23.2998410Z [00:12:16.548]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o benchmark benchmark.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:23.3006362Z [00:12:16.548]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o bench-slope bench-slope.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:23.3014720Z [00:12:16.548]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o fipsdrv fipsdrv.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:23.3023547Z [00:12:16.548]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o t-ed448 t-ed448.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:23.3031472Z [00:12:16.548]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o rsacvt rsacvt.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:23.3039907Z [00:12:16.548]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o benchmark benchmark.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:23.3045980Z [00:12:16.548]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngrio.lo pngrio.c
2025-08-20T22:01:23.3048744Z [00:12:16.548]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngrio.c -o pngrio.o
2025-08-20T22:01:23.3051623Z [00:12:16.548]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngrtran.lo pngrtran.c
2025-08-20T22:01:23.3054544Z [00:12:16.548]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngrtran.c -o pngrtran.o
2025-08-20T22:01:23.3060012Z [00:12:16.548]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o bench-slope bench-slope.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:23.3068463Z [00:12:16.557]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o fipsdrv fipsdrv.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:23.4630110Z [00:12:16.714]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o rsacvt rsacvt.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:23.4713132Z [00:12:16.723]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:01:23.4873003Z [00:12:16.739]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/vy31v6yp2zqdvzj780maiyxw2n9l5z6n-libpthread-stubs-0.5.tar.xz
2025-08-20T22:01:23.5294130Z [00:12:16.774]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> source root is libpthread-stubs-0.5
2025-08-20T22:01:23.5529491Z [00:12:16.805]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1689713539 of file "libpthread-stubs-0.5/missing"
2025-08-20T22:01:23.5741934Z [00:12:16.826]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:01:23.5992321Z [00:12:16.850]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:01:23.6252695Z [00:12:16.877]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:01:23.6580530Z [00:12:16.909]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:01:23.7370411Z [00:12:16.989]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:01:23.7677811Z [00:12:17.019]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:01:23.8159918Z [00:12:17.067]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o genhashdata genhashdata.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:23.8196575Z [00:12:17.067]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/gjy6spjyrpjji041sb7cjjc2r2m88s5x-libpthread-stubs-static-x86_64-unknown-linux-musl-0.5 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:01:23.8888939Z [00:12:17.138]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o gchash gchash.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:23.9002436Z [00:12:17.151]➜  libgcrypt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -no-install  -o basic basic.o ../src/libgcrypt.la ../compat/libcompat.la -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib -lgpg-error
2025-08-20T22:01:24.0422507Z [00:12:17.293]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o genhashdata genhashdata.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:24.0780928Z [00:12:17.330]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
2025-08-20T22:01:24.1444035Z [00:12:17.396]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o basic basic.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:24.1594048Z [00:12:17.410]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I/nix/store/v26hdkbhzygvwmxz0yl1h58qg8afz0fr-libgpg-error-static-x86_64-unknown-linux-musl-1.55-dev/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o gchash gchash.o  ../src/.libs/libgcrypt.a -L/nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib ../compat/.libs/libcompat.a /nix/store/hj1ryqjj7jjdc56pkmp87qv8k0w8w3dz-libgpg-error-static-x86_64-unknown-linux-musl-1.55/lib/libgpg-error.a
2025-08-20T22:01:24.2710603Z [00:12:17.523]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:01:24.2954354Z [00:12:17.547]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:01:24.3124687Z [00:12:17.564]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:24.3145827Z [00:12:17.566]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_pkinit.a
2025-08-20T22:01:24.3268609Z [00:12:17.579]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:01:24.3305589Z [00:12:17.582]➜  krb5-static-x86_64-unknown-linux-musl> building static pkinit library
2025-08-20T22:01:24.3313711Z [00:12:17.583]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_pkinit.a $objlist
2025-08-20T22:01:24.3341898Z [00:12:17.586]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:01:24.3348802Z [00:12:17.587]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:01:24.3366690Z [00:12:17.588]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:01:24.3370200Z [00:12:17.588]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:01:24.3429454Z [00:12:17.595]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' pkinit_accessor.o pkinit_srv.o pkinit_lib.o pkinit_clnt.o pkinit_constants.o pkinit_profile.o pkinit_identity.o pkinit_matching.o pkinit_crypto_openssl.o'
2025-08-20T22:01:24.3436699Z [00:12:17.595]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_pkinit.a pkinit_accessor.o pkinit_srv.o pkinit_lib.o pkinit_clnt.o pkinit_constants.o pkinit_profile.o pkinit_identity.o pkinit_matching.o pkinit_crypto_openssl.o
2025-08-20T22:01:24.3589317Z [00:12:17.611]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_pkinit.a
2025-08-20T22:01:24.3626364Z [00:12:17.614]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:01:24.3809019Z [00:12:17.632]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:01:24.3845971Z [00:12:17.633]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/preauth/pkinit'
2025-08-20T22:01:24.3912712Z [00:12:17.643]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/preauth/spake...
2025-08-20T22:01:24.4007597Z [00:12:17.652]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/preauth/spake'
2025-08-20T22:01:24.4142261Z [00:12:17.665]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c util.c
2025-08-20T22:01:24.4166613Z [00:12:17.668]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c iana.c
2025-08-20T22:01:24.4262526Z [00:12:17.675]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c groups.c
2025-08-20T22:01:24.4274950Z [00:12:17.679]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c openssl.c
2025-08-20T22:01:24.4299305Z [00:12:17.681]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c edwards25519.c
2025-08-20T22:01:24.4323676Z [00:12:17.684]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:01:24.4325735Z [00:12:17.684]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:01:24.5226593Z [00:12:17.774]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c spake_client.c
2025-08-20T22:01:24.7903638Z [00:12:18.042]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/tests'
2025-08-20T22:01:24.7908876Z [00:12:18.042]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1'
2025-08-20T22:01:24.8057421Z [00:12:18.057]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1'
2025-08-20T22:01:24.8063065Z [00:12:18.057]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1'
2025-08-20T22:01:24.8188418Z [00:12:18.070]➜  libgcrypt-static-x86_64-unknown-linux-musl> buildPhase completed in 2 minutes 17 seconds
2025-08-20T22:01:24.8194395Z [00:12:18.070]➜  libgcrypt-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T22:01:24.9345728Z [00:12:18.185]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:01:24.9351389Z [00:12:18.185]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:01:25.0016055Z [00:12:18.248]➜  libgcrypt-static-x86_64-unknown-linux-musl> check flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash VERBOSE=y check
2025-08-20T22:01:25.0315304Z [00:12:18.281]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making check in compat
2025-08-20T22:01:25.0367833Z [00:12:18.286]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/compat'
2025-08-20T22:01:25.0372681Z [00:12:18.286]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T22:01:25.0374775Z [00:12:18.286]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/compat'
2025-08-20T22:01:25.0376215Z [00:12:18.287]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making check in mpi
2025-08-20T22:01:25.0500084Z [00:12:18.302]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/mpi'
2025-08-20T22:01:25.0505341Z [00:12:18.302]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T22:01:25.0510265Z [00:12:18.302]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/mpi'
2025-08-20T22:01:25.0520194Z [00:12:18.304]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making check in cipher
2025-08-20T22:01:25.0538145Z [00:12:18.305]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c spake_kdc.c
2025-08-20T22:01:25.0775544Z [00:12:18.324]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/cipher'
2025-08-20T22:01:25.0834661Z [00:12:18.324]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T22:01:25.0836476Z [00:12:18.324]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/cipher'
2025-08-20T22:01:25.0837890Z [00:12:18.324]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making check in random
2025-08-20T22:01:25.0839479Z [00:12:18.330]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/random'
2025-08-20T22:01:25.0840965Z [00:12:18.330]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T22:01:25.0842469Z [00:12:18.330]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/random'
2025-08-20T22:01:25.0843948Z [00:12:18.330]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making check in src
2025-08-20T22:01:25.0903790Z [00:12:18.342]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/src'
2025-08-20T22:01:25.0905432Z [00:12:18.342]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T22:01:25.0907030Z [00:12:18.342]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/src'
2025-08-20T22:01:25.1019719Z [00:12:18.351]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../../lib/libkrb5_spake.a
2025-08-20T22:01:25.1021073Z [00:12:18.351]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making check in doc
2025-08-20T22:01:25.1022452Z [00:12:18.351]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:01:25.1067824Z [00:12:18.355]➜  libgcrypt-static-x86_64-unknown-linux-musl> make  check-am
2025-08-20T22:01:25.1069549Z [00:12:18.359]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../../lib && ln -s ../plugins/preauth/spake/libkrb5_spake.a .)
2025-08-20T22:01:25.1097978Z [00:12:18.362]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:01:25.1099736Z [00:12:18.362]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'check-am'.
2025-08-20T22:01:25.1122546Z [00:12:18.364]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:01:25.1134573Z [00:12:18.364]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:01:25.1135844Z [00:12:18.364]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making check in tests
2025-08-20T22:01:25.1255977Z [00:12:18.377]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/tests'
2025-08-20T22:01:25.1293044Z [00:12:18.381]➜  libgcrypt-static-x86_64-unknown-linux-musl> make  check-TESTS
2025-08-20T22:01:25.1354905Z [00:12:18.387]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/tests'
2025-08-20T22:01:25.1399781Z [00:12:18.392]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:01:25.1449136Z [00:12:18.397]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:01:25.1950786Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> version:1.11.1:10b01:1.55:13700:
2025-08-20T22:01:25.1953479Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> cc:140300:gcc:14.3.0:
2025-08-20T22:01:25.1984961Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> ciphers:arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia:idea:salsa20:gost28147:chacha20:sm4:aria:
2025-08-20T22:01:25.1986620Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> pubkeys:dsa:elgamal:rsa:ecc:kyber:
2025-08-20T22:01:25.1988801Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> digests:crc:gostr3411-94::md4:md5:rmd160:sha1:sha256:sha512:sha3:tiger:whirlpool:stribog:blake2:sm3:
2025-08-20T22:01:25.1990150Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> rnd-mod:getentropy:
2025-08-20T22:01:25.1991079Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> cpu-arch::
2025-08-20T22:01:25.1992842Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> mpi-asm:generic/mpih-add1.c:generic/mpih-sub1.c:generic/mpih-mul1.c:generic/mpih-mul2.c:generic/mpih-mul3.c:generic/mpih-lshift.c:generic/mpih-rshift.c:
2025-08-20T22:01:25.1994937Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> mpi-powm:fixed-window
2025-08-20T22:01:25.1995858Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> hwflist:
2025-08-20T22:01:25.2006178Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> fips-mode:n:::
2025-08-20T22:01:25.2007112Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> rng-type:standard:1:3030000:2:
2025-08-20T22:01:25.2008193Z [00:12:18.447]➜  libgcrypt-static-x86_64-unknown-linux-musl> compliance:::
2025-08-20T22:01:25.2009345Z [00:12:18.448]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:01:25.2076212Z [00:12:18.459]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: version
2025-08-20T22:01:25.2124377Z [00:12:18.461]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-secmem
2025-08-20T22:01:25.2125552Z [00:12:18.464]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: mpitests
2025-08-20T22:01:25.2172398Z [00:12:18.469]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-sexp
2025-08-20T22:01:25.2206146Z [00:12:18.472]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-convert
2025-08-20T22:01:25.2363049Z [00:12:18.488]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-mpi-bit
2025-08-20T22:01:25.3021683Z [00:12:18.552]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:01:25.3806142Z [00:12:18.632]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:01:25.5943846Z [00:12:18.846]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:01:25.7314611Z [00:12:18.982]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:01:25.7321327Z [00:12:18.984]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:01:25.8962974Z [00:12:19.148]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_condattr_destroy... yes
2025-08-20T22:01:26.1060035Z [00:12:19.358]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_condattr_init... yes
2025-08-20T22:01:26.2715619Z [00:12:19.523]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-mpi-point
2025-08-20T22:01:26.2967972Z [00:12:19.548]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_cond_broadcast... yes
2025-08-20T22:01:26.3158039Z [00:12:19.567]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-lock
2025-08-20T22:01:26.3770949Z [00:12:19.629]➜  x86_64-unknown-linux-musl-binutils>   CC       mt-asm.lo
2025-08-20T22:01:26.5237817Z [00:12:19.775]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_cond_destroy... yes
2025-08-20T22:01:26.7684265Z [00:12:20.020]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_cond_init... yes
2025-08-20T22:01:26.9766862Z [00:12:20.228]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_cond_signal... yes
2025-08-20T22:01:26.9850964Z [00:12:20.236]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: prime
2025-08-20T22:01:27.2515132Z [00:12:20.496]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_cond_timedwait... yes
2025-08-20T22:01:27.3873695Z [00:12:20.639]➜  x86_64-unknown-linux-musl-binutils>   CC       mt-desc.lo
2025-08-20T22:01:27.4190402Z [00:12:20.671]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_cond_wait... yes
2025-08-20T22:01:27.5877472Z [00:12:20.839]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_equal... yes
2025-08-20T22:01:27.6560058Z [00:12:20.908]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:27.6580455Z [00:12:20.910]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_spake.a
2025-08-20T22:01:27.6631434Z [00:12:20.915]➜  krb5-static-x86_64-unknown-linux-musl> building static spake library
2025-08-20T22:01:27.6638788Z [00:12:20.916]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_spake.a $objlist
2025-08-20T22:01:27.6676665Z [00:12:20.919]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:01:27.6682390Z [00:12:20.920]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:01:27.6730478Z [00:12:20.925]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' util.o iana.o groups.o openssl.o edwards25519.o spake_client.o spake_kdc.o'
2025-08-20T22:01:27.6736931Z [00:12:20.925]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_spake.a util.o iana.o groups.o openssl.o edwards25519.o spake_client.o spake_kdc.o
2025-08-20T22:01:27.6868910Z [00:12:20.939]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_spake.a
﻿2025-08-20T22:01:27.7044977Z [00:12:20.953]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/preauth/spake'
2025-08-20T22:01:27.7087247Z [00:12:20.960]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/preauth/test...
2025-08-20T22:01:27.7199291Z [00:12:20.972]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/preauth/test'
2025-08-20T22:01:27.7274579Z [00:12:20.979]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cltest.c
2025-08-20T22:01:27.7359983Z [00:12:20.986]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdctest.c
2025-08-20T22:01:27.7370738Z [00:12:20.986]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c common.c
2025-08-20T22:01:27.7564691Z [00:12:21.005]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_exit... yes
2025-08-20T22:01:27.9839337Z [00:12:21.236]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_mutex_destroy... yes
2025-08-20T22:01:28.1515408Z [00:12:21.403]➜  x86_64-unknown-linux-musl-binutils>   CC       mt-dis.lo
2025-08-20T22:01:28.1958335Z [00:12:21.447]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_mutex_init... yes
2025-08-20T22:01:28.2374702Z [00:12:21.489]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:28.2392559Z [00:12:21.491]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_test.a
2025-08-20T22:01:28.2449337Z [00:12:21.496]➜  krb5-static-x86_64-unknown-linux-musl> building static test library
2025-08-20T22:01:28.2456472Z [00:12:21.497]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_test.a $objlist
2025-08-20T22:01:28.2497122Z [00:12:21.501]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:01:28.2502155Z [00:12:21.502]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:01:28.2560580Z [00:12:21.508]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' cltest.o kdctest.o common.o'
2025-08-20T22:01:28.2563764Z [00:12:21.508]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_test.a cltest.o kdctest.o common.o
2025-08-20T22:01:28.2629421Z [00:12:21.515]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_test.a
2025-08-20T22:01:28.2725967Z [00:12:21.524]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/preauth/test'
2025-08-20T22:01:28.2761152Z [00:12:21.528]➜  krb5-static-x86_64-unknown-linux-musl> making all in plugins/tls/k5tls...
2025-08-20T22:01:28.2866936Z [00:12:21.538]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/tls/k5tls'
2025-08-20T22:01:28.2932559Z [00:12:21.543]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c openssl.c
2025-08-20T22:01:28.2963179Z [00:12:21.548]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c notls.c
2025-08-20T22:01:28.3009859Z [00:12:21.553]➜  krb5-static-x86_64-unknown-linux-musl> rm -f ../../../lib/libkrb5_k5tls.a
2025-08-20T22:01:28.3086777Z [00:12:21.560]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../../../lib && ln -s ../plugins/tls/k5tls/libkrb5_k5tls.a .)
2025-08-20T22:01:28.3631876Z [00:12:21.615]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_mutex_lock... yes
2025-08-20T22:01:28.4948466Z [00:12:21.747]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_mutex_unlock... yes
2025-08-20T22:01:28.6435840Z [00:12:21.895]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for pthread_self... yes
2025-08-20T22:01:28.7114120Z [00:12:21.963]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngrutil.lo pngrutil.c
2025-08-20T22:01:28.7365807Z [00:12:21.988]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:01:28.7369855Z [00:12:21.989]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:01:28.8159970Z [00:12:22.068]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngrutil.c -o pngrutil.o
2025-08-20T22:01:28.9847631Z [00:12:22.236]➜  x86_64-unknown-linux-musl-binutils>   CC       mt-ibld.lo
2025-08-20T22:01:29.0475212Z [00:12:22.297]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:01:29.0831183Z [00:12:22.335]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> config.status: creating pthread-stubs.pc
2025-08-20T22:01:29.1227104Z [00:12:22.374]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:01:29.1278734Z [00:12:22.380]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
2025-08-20T22:01:29.2457263Z [00:12:22.497]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:01:29.2787262Z [00:12:22.530]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:01:29.2815132Z [00:12:22.533]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> make: Nothing to be done for 'all'.
2025-08-20T22:01:29.2953774Z [00:12:22.547]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:01:29.3326065Z [00:12:22.580]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T22:01:29.3401364Z [00:12:22.592]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libpthread-stubs-0.5'
2025-08-20T22:01:29.3435854Z [00:12:22.592]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:01:29.3475051Z [00:12:22.599]➜  libpthread-stubs-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/gjy6spjyrpjji041sb7cjjc2r2m88s5x-libpthread-stubs-static-x86_64-unknown-linux-musl-0.5/lib/pkgconfig'
2025-08-20T22:01:29.3509439Z [00:12:22.603]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:01:29.3569048Z [00:12:22.609]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_k5tls.a
2025-08-20T22:01:29.3581487Z [00:12:22.610]➜  libpthread-stubs-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pthread-stubs.pc '/nix/store/gjy6spjyrpjji041sb7cjjc2r2m88s5x-libpthread-stubs-static-x86_64-unknown-linux-musl-0.5/lib/pkgconfig'
2025-08-20T22:01:29.3640586Z [00:12:22.616]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libpthread-stubs-0.5'
2025-08-20T22:01:29.3652918Z [00:12:22.617]➜  krb5-static-x86_64-unknown-linux-musl> building static k5tls library
2025-08-20T22:01:29.3704690Z [00:12:22.622]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_k5tls.a $objlist
2025-08-20T22:01:29.3706301Z [00:12:22.622]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:01:29.3707709Z [00:12:22.622]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:01:29.3780963Z [00:12:22.629]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:01:29.3782108Z [00:12:22.630]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' openssl.o notls.o'
2025-08-20T22:01:29.3784124Z [00:12:22.630]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_k5tls.a openssl.o notls.o
2025-08-20T22:01:29.3850201Z [00:12:22.637]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_k5tls.a
2025-08-20T22:01:29.3958811Z [00:12:22.648]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/tls/k5tls'
2025-08-20T22:01:29.4038757Z [00:12:22.656]➜  krb5-static-x86_64-unknown-linux-musl> making all in kdc...
2025-08-20T22:01:29.4124707Z [00:12:22.664]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/kdc'
2025-08-20T22:01:29.4200002Z [00:12:22.672]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-kdc5_err.et et-c-kdc5_err.c et-c-kdc5_err.h
2025-08-20T22:01:29.4231077Z [00:12:22.675]➜  krb5-static-x86_64-unknown-linux-musl> cp kdc5_err.et et-c-kdc5_err.et
2025-08-20T22:01:29.4281669Z [00:12:22.680]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-kdc5_err.et et-h-kdc5_err.c et-h-kdc5_err.h
2025-08-20T22:01:29.4328566Z [00:12:22.685]➜  krb5-static-x86_64-unknown-linux-musl> ../util/et/compile_et -d ../util/et --textdomain mit-krb5 et-c-kdc5_err.et
2025-08-20T22:01:29.4335181Z [00:12:22.685]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/gjy6spjyrpjji041sb7cjjc2r2m88s5x-libpthread-stubs-static-x86_64-unknown-linux-musl-0.5
2025-08-20T22:01:29.4405410Z [00:12:22.692]➜  krb5-static-x86_64-unknown-linux-musl> cp kdc5_err.et et-h-kdc5_err.et
2025-08-20T22:01:29.4412445Z [00:12:22.693]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/gjy6spjyrpjji041sb7cjjc2r2m88s5x-libpthread-stubs-static-x86_64-unknown-linux-musl-0.5...
2025-08-20T22:01:29.4415654Z [00:12:22.693]➜  krb5-static-x86_64-unknown-linux-musl> ../util/et/compile_et -d ../util/et --textdomain mit-krb5 et-h-kdc5_err.et
2025-08-20T22:01:29.4471177Z [00:12:22.698]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c authind.c
2025-08-20T22:01:29.4532238Z [00:12:22.702]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c cammac.c
2025-08-20T22:01:29.4625120Z [00:12:22.702]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c dispatch.c
2025-08-20T22:01:29.4631777Z [00:12:22.707]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../util/et/et_h.awk 'outfile=et-c-kdc5_err.h' et-c-kdc5_err.et
2025-08-20T22:01:29.4655805Z [00:12:22.714]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../util/et/et_c.awk 'outfile=et-c-kdc5_err.c' 'textdomain=mit-krb5' 'localedir=' et-c-kdc5_err.et
2025-08-20T22:01:29.4709690Z [00:12:22.720]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-kdc5_err.c kdc5_err.c
2025-08-20T22:01:29.4710824Z [00:12:22.722]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-kdc5_err.et et-c-kdc5_err.h
2025-08-20T22:01:29.4747584Z [00:12:22.726]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/gjy6spjyrpjji041sb7cjjc2r2m88s5x-libpthread-stubs-static-x86_64-unknown-linux-musl-0.5
2025-08-20T22:01:29.4760670Z [00:12:22.727]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c do_as_req.c
2025-08-20T22:01:29.4769522Z [00:12:22.728]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../util/et/et_h.awk 'outfile=et-h-kdc5_err.h' et-h-kdc5_err.et
2025-08-20T22:01:29.4935108Z [00:12:22.737]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../util/et/et_c.awk 'outfile=et-h-kdc5_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-kdc5_err.et
2025-08-20T22:01:29.4940750Z [00:12:22.739]➜  libpthread-stubs-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/gjy6spjyrpjji041sb7cjjc2r2m88s5x-libpthread-stubs-static-x86_64-unknown-linux-musl-0.5/lib
2025-08-20T22:01:29.4985054Z [00:12:22.750]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-kdc5_err.h kdc5_err.h
2025-08-20T22:01:29.5075358Z [00:12:22.755]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-kdc5_err.et et-h-kdc5_err.c
2025-08-20T22:01:29.5150345Z [00:12:22.764]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c do_tgs_req.c
2025-08-20T22:01:29.7455479Z [00:12:22.995]➜  building '/nix/store/0dzg2awrhspgjd2yshng6vkpyynmj8a8-libpcap-static-x86_64-unknown-linux-musl-1.10.5.drv'...
2025-08-20T22:01:29.8842184Z [00:12:23.135]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c fast_util.c
2025-08-20T22:01:29.9341281Z [00:12:23.185]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc_util.c
2025-08-20T22:01:29.9478489Z [00:12:23.199]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:01:29.9685974Z [00:12:23.219]➜  libpcap-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/5v0jlq9rn8xns73rah5s7f687y74s68k-libpcap-1.10.5.tar.gz
2025-08-20T22:01:30.0815522Z [00:12:23.327]➜  libpcap-static-x86_64-unknown-linux-musl> source root is libpcap-1.10.5
2025-08-20T22:01:30.0854531Z [00:12:23.333]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc_preauth.c
2025-08-20T22:01:30.1302662Z [00:12:23.382]➜  libpcap-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1725046455 of file "libpcap-1.10.5/config.h.in"
2025-08-20T22:01:30.1467455Z [00:12:23.398]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:01:30.1800452Z [00:12:23.431]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:01:30.2011296Z [00:12:23.453]➜  libpcap-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:01:30.2170446Z [00:12:23.469]➜  libpcap-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:01:30.2286248Z [00:12:23.480]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:01:30.2506209Z [00:12:23.502]➜  libpcap-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:01:30.2691492Z [00:12:23.519]➜  libpcap-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:01:30.2764602Z [00:12:23.528]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:01:30.3322791Z [00:12:23.584]➜  libpcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:01:30.3515820Z [00:12:23.600]➜  libpcap-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:01:30.3955357Z [00:12:23.647]➜  libpcap-static-x86_64-unknown-linux-musl> configure flags: --prefix=/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5 --with-pcap=linux --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:01:30.4775331Z [00:12:23.727]➜  x86_64-unknown-linux-musl-binutils>   CC       mt-opc.lo
2025-08-20T22:01:30.6957627Z [00:12:23.946]➜  libpcap-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static
2025-08-20T22:01:30.7231899Z [00:12:23.974]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc_preauth_ec.c
2025-08-20T22:01:30.8894870Z [00:12:24.141]➜  libpcap-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:01:30.9155963Z [00:12:24.167]➜  libpcap-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:01:30.9157931Z [00:12:24.167]➜  libpcap-static-x86_64-unknown-linux-musl> checking target system type... x86_64-unknown-linux-musl
2025-08-20T22:01:30.9159945Z [00:12:24.167]➜  libpcap-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:01:31.1485107Z [00:12:24.398]➜  x86_64-unknown-linux-musl-binutils>   CC       nds32-asm.lo
2025-08-20T22:01:31.2435169Z [00:12:24.495]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc_preauth_encts.c
2025-08-20T22:01:31.3280967Z [00:12:24.576]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:01:31.3600519Z [00:12:24.611]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ndr.c
2025-08-20T22:01:31.4136805Z [00:12:24.665]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:01:31.4165344Z [00:12:24.665]➜  libpcap-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:01:31.6754799Z [00:12:24.927]➜  libpcap-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:01:31.6822740Z [00:12:24.931]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c policy.c
2025-08-20T22:01:31.6962141Z [00:12:24.948]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:01:31.8312412Z [00:12:25.083]➜  libpcap-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:01:31.9945390Z [00:12:25.241]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:01:32.1627226Z [00:12:25.414]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:01:32.3724653Z [00:12:25.623]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c extern.c
2025-08-20T22:01:32.3844662Z [00:12:25.636]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c replay.c
2025-08-20T22:01:32.4071263Z [00:12:25.656]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc_authdata.c
2025-08-20T22:01:32.4711269Z [00:12:25.719]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc_audit.c
2025-08-20T22:01:32.4916275Z [00:12:25.743]➜  libpcap-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:01:32.6055726Z [00:12:25.856]➜  libpcap-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:01:32.6062776Z [00:12:25.857]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc_transit.c
2025-08-20T22:01:32.7305276Z [00:12:25.982]➜  libpcap-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:01:32.7812904Z [00:12:26.032]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c tgs_policy.c
2025-08-20T22:01:32.8598416Z [00:12:26.111]➜  libpcap-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:01:32.8720594Z [00:12:26.123]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc_log.c
2025-08-20T22:01:33.0196072Z [00:12:26.271]➜  libpcap-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:01:33.1606750Z [00:12:26.412]➜  libpcap-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:01:33.1759816Z [00:12:26.427]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c rtest.c
2025-08-20T22:01:33.1864276Z [00:12:26.434]➜  x86_64-unknown-linux-musl-binutils>   CC       nds32-dis.lo
2025-08-20T22:01:33.2604234Z [00:12:26.512]➜  libpcap-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:01:33.3532154Z [00:12:26.605]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngset.lo pngset.c
2025-08-20T22:01:33.4063377Z [00:12:26.658]➜  libpcap-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:01:33.4402145Z [00:12:26.691]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DLIBDIR=\"/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib\" -I../include -I../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc5_err.c
2025-08-20T22:01:33.5135025Z [00:12:26.765]➜  libpcap-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:01:33.5248661Z [00:12:26.777]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngset.c -o pngset.o
2025-08-20T22:01:33.5777317Z [00:12:26.829]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o rtest rtest.o kdc_transit.o -lkdb5 -lkrb5_db2 -lkadm5srv_mit -lgssrpc -lgssapi_krb5 -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:33.5928673Z [00:12:26.845]➜  libpcap-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:01:33.7744730Z [00:12:27.025]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o krb5kdc kdc5_err.o authind.o cammac.o dispatch.o do_as_req.o do_tgs_req.o fast_util.o kdc_util.o kdc_preauth.o kdc_preauth_ec.o kdc_preauth_encts.o main.o ndr.o policy.o extern.o replay.o kdc_authdata.o kdc_audit.o kdc_transit.o tgs_policy.o kdc_log.o -lapputils -lkadm5srv_mit  -lkdb5 -lkrb5_db2 -lkadm5srv_mit -lgssrpc -lgssapi_krb5 -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv   -lverto
2025-08-20T22:01:34.6784211Z [00:12:27.930]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/kdc'
2025-08-20T22:01:34.6851639Z [00:12:27.937]➜  krb5-static-x86_64-unknown-linux-musl> making all in kadmin...
2025-08-20T22:01:34.6920101Z [00:12:27.944]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/kadmin'
2025-08-20T22:01:34.6945309Z [00:12:27.946]➜  x86_64-unknown-linux-musl-binutils>   CC       ns32k-dis.lo
2025-08-20T22:01:34.7136017Z [00:12:27.965]➜  krb5-static-x86_64-unknown-linux-musl> making all in kadmin/cli...
2025-08-20T22:01:34.7225379Z [00:12:27.974]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/kadmin/cli'
2025-08-20T22:01:34.7242325Z [00:12:27.975]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kadmin.c
2025-08-20T22:01:34.7324394Z [00:12:27.982]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/ss/mk_cmds kadmin_ct.ct
2025-08-20T22:01:34.7329984Z [00:12:27.982]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ss_wrapper.c
2025-08-20T22:01:34.7365519Z [00:12:27.986]➜  krb5-static-x86_64-unknown-linux-musl> byacc  getdate.y
2025-08-20T22:01:34.7419272Z [00:12:27.993]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c keytab_local.c
2025-08-20T22:01:34.7475040Z [00:12:27.999]➜  krb5-static-x86_64-unknown-linux-musl> byacc: 4 shift/reduce conflicts.
2025-08-20T22:01:34.7476476Z [00:12:27.999]➜  libpcap-static-x86_64-unknown-linux-musl> checking size of void *... 8
2025-08-20T22:01:34.7554920Z [00:12:28.007]➜  krb5-static-x86_64-unknown-linux-musl> mv -f y.tab.c getdate.c
2025-08-20T22:01:34.7609356Z [00:12:28.008]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c keytab.c
2025-08-20T22:01:34.7793907Z [00:12:28.030]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c getdate.c
2025-08-20T22:01:35.0214442Z [00:12:28.273]➜  krb5-static-x86_64-unknown-linux-musl> kadmin.c: In function 'extended_com_err_fn':
2025-08-20T22:01:35.0270479Z [00:12:28.278]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kadmin_ct.c
2025-08-20T22:01:35.0277373Z [00:12:28.278]➜  krb5-static-x86_64-unknown-linux-musl> kadmin.c:240:5: warning: function 'extended_com_err_fn' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format]
2025-08-20T22:01:35.0279193Z [00:12:28.278]➜  krb5-static-x86_64-unknown-linux-musl>   240 |     vfprintf(stderr, fmt, args);
2025-08-20T22:01:35.0280556Z [00:12:28.278]➜  krb5-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~
2025-08-20T22:01:35.3697700Z [00:12:28.621]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngtrans.lo pngtrans.c
2025-08-20T22:01:35.4629820Z [00:12:28.714]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngtrans.c -o pngtrans.o
2025-08-20T22:01:35.4768649Z [00:12:28.729]➜  x86_64-unknown-linux-musl-binutils>   CXX      readsyms.o
2025-08-20T22:01:35.6898865Z [00:12:28.942]➜  libpcap-static-x86_64-unknown-linux-musl> checking size of time_t... 8
2025-08-20T22:01:35.7900385Z [00:12:29.042]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether the compiler supports the -fvisibility=hidden option... yes
2025-08-20T22:01:35.8734569Z [00:12:29.125]➜  libpcap-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T22:01:36.0182955Z [00:12:29.270]➜  libpcap-static-x86_64-unknown-linux-musl> checking for __atomic_load_n... yes
2025-08-20T22:01:36.1036526Z [00:12:29.355]➜  x86_64-unknown-linux-musl-binutils>   CC       or1k-asm.lo
2025-08-20T22:01:36.1408315Z [00:12:29.392]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngwio.lo pngwio.c
2025-08-20T22:01:36.1707991Z [00:12:29.422]➜  libpcap-static-x86_64-unknown-linux-musl> checking for __atomic_store_n... yes
2025-08-20T22:01:36.1722291Z [00:12:29.424]➜  libpcap-static-x86_64-unknown-linux-musl> checking for special C compiler options needed for large files... no
2025-08-20T22:01:36.2578858Z [00:12:29.509]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngwio.c -o pngwio.o
2025-08-20T22:01:36.2584874Z [00:12:29.510]➜  libpcap-static-x86_64-unknown-linux-musl> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T22:01:36.4285486Z [00:12:29.680]➜  libpcap-static-x86_64-unknown-linux-musl> checking for _LARGEFILE_SOURCE value needed for large files... no
2025-08-20T22:01:36.5040552Z [00:12:29.756]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngwrite.lo pngwrite.c
2025-08-20T22:01:36.5295573Z [00:12:29.781]➜  libpcap-static-x86_64-unknown-linux-musl> checking for sys/ioccom.h... no
2025-08-20T22:01:36.6238446Z [00:12:29.875]➜  libpcap-static-x86_64-unknown-linux-musl> checking for sys/sockio.h... no
2025-08-20T22:01:36.6528620Z [00:12:29.904]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngwrite.c -o pngwrite.o
2025-08-20T22:01:36.7454727Z [00:12:29.997]➜  libpcap-static-x86_64-unknown-linux-musl> checking for netpacket/packet.h... yes
2025-08-20T22:01:36.8342976Z [00:12:30.085]➜  libpcap-static-x86_64-unknown-linux-musl> checking for ANSI ioctl definitions... yes
2025-08-20T22:01:36.8666832Z [00:12:30.118]➜  x86_64-unknown-linux-musl-binutils>   CC       or1k-desc.lo
2025-08-20T22:01:37.0425368Z [00:12:30.293]➜  libpcap-static-x86_64-unknown-linux-musl> checking for strerror_r... yes
2025-08-20T22:01:37.1409225Z [00:12:30.393]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether strerror_r is GNU-style... no
2025-08-20T22:01:37.3833802Z [00:12:30.634]➜  libpcap-static-x86_64-unknown-linux-musl> checking for vsyslog... yes
2025-08-20T22:01:37.4046351Z [00:12:30.656]➜  x86_64-unknown-linux-musl-binutils>   CC       or1k-dis.lo
2025-08-20T22:01:37.5454748Z [00:12:30.797]➜  libpcap-static-x86_64-unknown-linux-musl> checking for vsnprintf... yes
2025-08-20T22:01:37.5763445Z [00:12:30.828]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kadmin.local kadmin.o kadmin_ct.o ss_wrapper.o getdate.o keytab_local.o ../../lib/libss.a -L/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib -ledit -lncurses -lkadm5srv_mit  -lkdb5 -lkrb5_db2 -lkadm5srv_mit -lgssrpc -lgssapi_krb5 -lgssrpc -lgssapi_krb5  -pthread -lpthread -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:37.5818292Z [00:12:30.834]➜  x86_64-unknown-linux-musl-binutils>   CXX      reduced_debug_output.o
2025-08-20T22:01:37.5841836Z [00:12:30.836]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kadmin kadmin.o kadmin_ct.o ss_wrapper.o getdate.o keytab.o ../../lib/libss.a -L/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib -ledit -lncurses -lkadm5clnt_mit -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:37.7234308Z [00:12:30.975]➜  libpcap-static-x86_64-unknown-linux-musl> checking for snprintf... yes
2025-08-20T22:01:37.9265437Z [00:12:31.170]➜  libpcap-static-x86_64-unknown-linux-musl> checking for vasprintf... yes
2025-08-20T22:01:38.1700784Z [00:12:31.422]➜  libpcap-static-x86_64-unknown-linux-musl> checking for asprintf... yes
2025-08-20T22:01:38.2294131Z [00:12:31.481]➜  x86_64-unknown-linux-musl-binutils>   CC       or1k-ibld.lo
2025-08-20T22:01:38.3576129Z [00:12:31.609]➜  libpcap-static-x86_64-unknown-linux-musl> checking for strlcat... yes
2025-08-20T22:01:38.4174160Z [00:12:31.669]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngwtran.lo pngwtran.c
2025-08-20T22:01:38.4743016Z [00:12:31.726]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngwtran.c -o pngwtran.o
2025-08-20T22:01:38.4751105Z [00:12:31.727]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/kadmin/cli'
2025-08-20T22:01:38.4784942Z [00:12:31.730]➜  krb5-static-x86_64-unknown-linux-musl> making all in kadmin/dbutil...
2025-08-20T22:01:38.4835819Z [00:12:31.735]➜  libpcap-static-x86_64-unknown-linux-musl> checking for strlcpy... yes
2025-08-20T22:01:38.4849624Z [00:12:31.737]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/kadmin/dbutil'
2025-08-20T22:01:38.4882121Z [00:12:31.740]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-import_err.et et-h-import_err.c et-h-import_err.h
2025-08-20T22:01:38.4935386Z [00:12:31.745]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-import_err.et et-c-import_err.c et-c-import_err.h
2025-08-20T22:01:38.5004313Z [00:12:31.752]➜  krb5-static-x86_64-unknown-linux-musl> cp import_err.et et-h-import_err.et
2025-08-20T22:01:38.5081248Z [00:12:31.760]➜  krb5-static-x86_64-unknown-linux-musl> cp import_err.et et-c-import_err.et
2025-08-20T22:01:38.5100064Z [00:12:31.762]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-h-import_err.et
2025-08-20T22:01:38.5138557Z [00:12:31.766]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/et/compile_et -d ../../util/et --textdomain mit-krb5 et-c-import_err.et
2025-08-20T22:01:38.5294143Z [00:12:31.780]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-h-import_err.h' et-h-import_err.et
2025-08-20T22:01:38.5299076Z [00:12:31.780]➜  krb5-static-x86_64-unknown-linux-musl> + gawk -f ../../util/et/et_h.awk 'outfile=et-c-import_err.h' et-c-import_err.et
2025-08-20T22:01:38.5302007Z [00:12:31.780]➜  krb5-static-x86_64-unknown-linux-musl> + gawk+ gawk -f ../../util/et/et_c.awk 'outfile=et-h-import_err.c' 'textdomain=mit-krb5' 'localedir=' -f ../../util/et/et_c.awk 'outfile=et-c-import_err.c' 'textdomain=mit-krb5' et-h-import_err.et 'localedir=' et-c-import_err.et
2025-08-20T22:01:38.5305005Z [00:12:31.782]➜  krb5-static-x86_64-unknown-linux-musl> 
2025-08-20T22:01:38.5326384Z [00:12:31.784]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-c-import_err.c import_err.c
2025-08-20T22:01:38.5380668Z [00:12:31.790]➜  krb5-static-x86_64-unknown-linux-musl> mv -f et-h-import_err.h import_err.h
2025-08-20T22:01:38.5392859Z [00:12:31.791]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-c-import_err.et et-c-import_err.h
2025-08-20T22:01:38.5437692Z [00:12:31.793]➜  krb5-static-x86_64-unknown-linux-musl> rm -f et-h-import_err.et et-h-import_err.c
2025-08-20T22:01:38.5446658Z [00:12:31.796]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb5_util.c
2025-08-20T22:01:38.5479575Z [00:12:31.797]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb5_create.c
2025-08-20T22:01:38.5490154Z [00:12:31.800]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kadm5_create.c
2025-08-20T22:01:38.5580477Z [00:12:31.809]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb5_destroy.c
2025-08-20T22:01:38.5591639Z [00:12:31.809]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb5_stash.c
2025-08-20T22:01:38.7200978Z [00:12:31.972]➜  krb5-static-x86_64-unknown-linux-musl> kdb5_util.c: In function 'extended_com_err_fn':
2025-08-20T22:01:38.7207953Z [00:12:31.972]➜  krb5-static-x86_64-unknown-linux-musl> kdb5_util.c:176:5: warning: function 'extended_com_err_fn' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format]
2025-08-20T22:01:38.7209777Z [00:12:31.972]➜  krb5-static-x86_64-unknown-linux-musl>   176 |     vfprintf (stderr, fmt, args);
2025-08-20T22:01:38.7210843Z [00:12:31.972]➜  krb5-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~
2025-08-20T22:01:38.7434453Z [00:12:31.995]➜  libpcap-static-x86_64-unknown-linux-musl> checking for strtok_r... yes
2025-08-20T22:01:38.9224617Z [00:12:32.174]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c import_err.c
2025-08-20T22:01:38.9895546Z [00:12:32.239]➜  libpcap-static-x86_64-unknown-linux-musl> checking for ffs... yes
2025-08-20T22:01:38.9966040Z [00:12:32.248]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c strtok.c
2025-08-20T22:01:39.0377587Z [00:12:32.289]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c dump.c
2025-08-20T22:01:39.0480581Z [00:12:32.299]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ovload.c
2025-08-20T22:01:39.1450666Z [00:12:32.393]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb5_mkey.c
2025-08-20T22:01:39.2184445Z [00:12:32.469]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c tabdump.c
2025-08-20T22:01:39.2256426Z [00:12:32.475]➜  libpcap-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T22:01:39.2515131Z [00:12:32.503]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngwutil.lo pngwutil.c
2025-08-20T22:01:39.3671556Z [00:12:32.619]➜  x86_64-unknown-linux-musl-binutils>   CC       or1k-opc.lo
2025-08-20T22:01:39.3768676Z [00:12:32.629]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether ffs is declared... yes
2025-08-20T22:01:39.4327948Z [00:12:32.683]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c pngwutil.c -o pngwutil.o
2025-08-20T22:01:39.5120489Z [00:12:32.760]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c tdumputil.c
2025-08-20T22:01:39.6646915Z [00:12:32.916]➜  libpcap-static-x86_64-unknown-linux-musl> checking for getaddrinfo... yes
2025-08-20T22:01:39.9611726Z [00:12:33.213]➜  x86_64-unknown-linux-musl-binutils>   CC       pdp11-dis.lo
2025-08-20T22:01:40.0838443Z [00:12:33.335]➜  libpcap-static-x86_64-unknown-linux-musl> checking for library containing putmsg... no
2025-08-20T22:01:40.1800389Z [00:12:33.432]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether getnetbyname_r is declared... no
2025-08-20T22:01:40.3126058Z [00:12:33.564]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether getprotobyname_r is declared... no
2025-08-20T22:01:40.5414615Z [00:12:33.793]➜  libpcap-static-x86_64-unknown-linux-musl> checking for ether_hostton... yes
2025-08-20T22:01:40.6916096Z [00:12:33.943]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether ether_hostton is declared... no
2025-08-20T22:01:40.8246929Z [00:12:34.076]➜  x86_64-unknown-linux-musl-binutils>   CC       pdp11-opc.lo
2025-08-20T22:01:40.8398135Z [00:12:34.091]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether ether_hostton is declared... yes
2025-08-20T22:01:40.9491052Z [00:12:34.201]➜  x86_64-unknown-linux-musl-binutils>   CC       pj-dis.lo
2025-08-20T22:01:40.9607261Z [00:12:34.212]➜  libpcap-static-x86_64-unknown-linux-musl> checking for pthread.h... yes
2025-08-20T22:01:40.9706390Z [00:12:34.222]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kdb5_util kdb5_util.o kdb5_create.o kadm5_create.o kdb5_destroy.o kdb5_stash.o import_err.o strtok.o dump.o ovload.o kdb5_mkey.o tabdump.o tdumputil.o ../cli/getdate.o -lkadm5srv_mit  -lkdb5 -lkrb5_db2 -lkadm5srv_mit -lgssrpc -lgssapi_krb5 -lgssrpc -lgssapi_krb5  -pthread -lpthread -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:41.1208779Z [00:12:34.373]➜  libpcap-static-x86_64-unknown-linux-musl> checking for pthread_create... yes
2025-08-20T22:01:41.1285899Z [00:12:34.377]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether to enable the instrument functions code... no
2025-08-20T22:01:41.1287950Z [00:12:34.377]➜  libpcap-static-x86_64-unknown-linux-musl> checking if --disable-protochain option is specified... enabled
2025-08-20T22:01:41.1289782Z [00:12:34.377]➜  libpcap-static-x86_64-unknown-linux-musl> checking packet capture type... linux
2025-08-20T22:01:41.1337610Z [00:12:34.385]➜  libpcap-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.17.0... yes
2025-08-20T22:01:41.1351283Z [00:12:34.387]➜  libpcap-static-x86_64-unknown-linux-musl> checking for brew... no
2025-08-20T22:01:41.2216502Z [00:12:34.473]➜  libpcap-static-x86_64-unknown-linux-musl> checking for linux/wireless.h... yes
2025-08-20T22:01:41.2262129Z [00:12:34.478]➜  libpcap-static-x86_64-unknown-linux-musl> checking for libnl-genl-3.0 with pkg-config... found
2025-08-20T22:01:41.3591790Z [00:12:34.611]➜  libpcap-static-x86_64-unknown-linux-musl> checking for struct tpacket_auxdata.tp_vlan_tci... yes
2025-08-20T22:01:41.5231337Z [00:12:34.775]➜  libpcap-static-x86_64-unknown-linux-musl> checking for getifaddrs... yes
2025-08-20T22:01:41.5497383Z [00:12:34.801]➜  x86_64-unknown-linux-musl-binutils>   CC       pj-opc.lo
2025-08-20T22:01:41.6586183Z [00:12:34.910]➜  libpcap-static-x86_64-unknown-linux-musl> checking for ifaddrs.h... yes
2025-08-20T22:01:41.6910523Z [00:12:34.943]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/kadmin/dbutil'
2025-08-20T22:01:41.6965022Z [00:12:34.948]➜  krb5-static-x86_64-unknown-linux-musl> making all in kadmin/ktutil...
2025-08-20T22:01:41.7009568Z [00:12:34.953]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/kadmin/ktutil'
2025-08-20T22:01:41.7089325Z [00:12:34.960]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktutil.c
2025-08-20T22:01:41.7164509Z [00:12:34.963]➜  x86_64-unknown-linux-musl-binutils>   CC       ppc-dis.lo
2025-08-20T22:01:41.7194345Z [00:12:34.963]➜  krb5-static-x86_64-unknown-linux-musl> ../../util/ss/mk_cmds ktutil_ct.ct
2025-08-20T22:01:41.7201037Z [00:12:34.964]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktutil_funcs.c
2025-08-20T22:01:41.7470066Z [00:12:34.998]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktutil_ct.c
2025-08-20T22:01:41.7614243Z [00:12:35.013]➜  libpcap-static-x86_64-unknown-linux-musl> checking for linux/net_tstamp.h... yes
2025-08-20T22:01:41.9321963Z [00:12:35.184]➜  libpcap-static-x86_64-unknown-linux-musl> checking for socklen_t... yes
2025-08-20T22:01:42.0009551Z [00:12:35.252]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o mips/mips_init.lo mips/mips_init.c
2025-08-20T22:01:42.0225948Z [00:12:35.274]➜  libpcap-static-x86_64-unknown-linux-musl> checking for dagapi.h... no
2025-08-20T22:01:42.0236606Z [00:12:35.275]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether we have Septel API headers... no
2025-08-20T22:01:42.0246231Z [00:12:35.276]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether we have Myricom Sniffer API... no
2025-08-20T22:01:42.0543017Z [00:12:35.306]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c mips/mips_init.c -o mips/mips_init.o
2025-08-20T22:01:42.0618014Z [00:12:35.313]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether TurboCap is supported... no
2025-08-20T22:01:42.0620752Z [00:12:35.313]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether to enable remote packet capture... no
2025-08-20T22:01:42.0623867Z [00:12:35.313]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether to build optimizer debugging code... no
2025-08-20T22:01:42.0655930Z [00:12:35.315]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether to build parser debugging code... no
2025-08-20T22:01:42.0657774Z [00:12:35.317]➜  libpcap-static-x86_64-unknown-linux-musl> checking for flex... flex
2025-08-20T22:01:42.0880604Z [00:12:35.340]➜  libpcap-static-x86_64-unknown-linux-musl> checking for lex output file root... lex.yy
2025-08-20T22:01:42.1349765Z [00:12:35.386]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o mips/filter_msa_intrinsics.lo mips/filter_msa_intrinsics.c
2025-08-20T22:01:42.2406728Z [00:12:35.489]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c mips/filter_msa_intrinsics.c -o mips/filter_msa_intrinsics.o
2025-08-20T22:01:42.3848652Z [00:12:35.635]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o ktutil ktutil.o ktutil_ct.o ktutil_funcs.o ../../lib/libss.a -L/nix/store/j6bdrqjvda22vsj5f6lh4i2bfmvcdn1q-libedit-static-x86_64-unknown-linux-musl-20250104-3.1/lib -ledit -lncurses -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:42.3944707Z [00:12:35.646]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o mips/filter_mmi_inline_assembly.lo mips/filter_mmi_inline_assembly.c
2025-08-20T22:01:42.5217534Z [00:12:35.773]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c mips/filter_mmi_inline_assembly.c -o mips/filter_mmi_inline_assembly.o
2025-08-20T22:01:42.6561444Z [00:12:35.908]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o intel/intel_init.lo intel/intel_init.c
2025-08-20T22:01:42.7640253Z [00:12:36.016]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c intel/intel_init.c -o intel/intel_init.o
2025-08-20T22:01:42.9312967Z [00:12:36.183]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o intel/filter_sse2_intrinsics.lo intel/filter_sse2_intrinsics.c
2025-08-20T22:01:42.9790095Z [00:12:36.230]➜  libpcap-static-x86_64-unknown-linux-musl> checking for lex library... none needed
2025-08-20T22:01:42.9808255Z [00:12:36.233]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/kadmin/ktutil'
2025-08-20T22:01:42.9876134Z [00:12:36.239]➜  krb5-static-x86_64-unknown-linux-musl> making all in kadmin/server...
2025-08-20T22:01:42.9965575Z [00:12:36.248]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/kadmin/server'
2025-08-20T22:01:43.0048787Z [00:12:36.256]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c auth.c
2025-08-20T22:01:43.0090391Z [00:12:36.260]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c auth_acl.c
2025-08-20T22:01:43.0193821Z [00:12:36.270]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c auth_self.c
2025-08-20T22:01:43.0270391Z [00:12:36.278]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kadm_rpc_svc.c
2025-08-20T22:01:43.0348253Z [00:12:36.286]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c server_stubs.c
2025-08-20T22:01:43.0574738Z [00:12:36.309]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c intel/filter_sse2_intrinsics.c -o intel/filter_sse2_intrinsics.o
2025-08-20T22:01:43.2506185Z [00:12:36.497]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o powerpc/powerpc_init.lo powerpc/powerpc_init.c
2025-08-20T22:01:43.3376978Z [00:12:36.589]➜  x86_64-unknown-linux-musl-binutils>   CC       ppc-opc.lo
2025-08-20T22:01:43.3561281Z [00:12:36.604]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ovsec_kadmd.c
2025-08-20T22:01:43.4233773Z [00:12:36.675]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c powerpc/powerpc_init.c -o powerpc/powerpc_init.o
2025-08-20T22:01:43.6497328Z [00:12:36.899]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o powerpc/filter_vsx_intrinsics.lo powerpc/filter_vsx_intrinsics.c
2025-08-20T22:01:43.6656616Z [00:12:36.917]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c schpw.c
2025-08-20T22:01:43.7396900Z [00:12:36.991]➜  libpcap-static-x86_64-unknown-linux-musl> checking for library containing yywrap... no
2025-08-20T22:01:43.8222023Z [00:12:37.073]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c misc.c
2025-08-20T22:01:43.8435060Z [00:12:37.095]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c powerpc/filter_vsx_intrinsics.c -o powerpc/filter_vsx_intrinsics.o
2025-08-20T22:01:44.0647043Z [00:12:37.316]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm -f scripts/vers.out scripts/vers.tf[12]
2025-08-20T22:01:44.0702427Z [00:12:37.320]➜  libpng-apng-static-x86_64-unknown-linux-musl> test -d scripts || mkdir scripts || test -d scripts
2025-08-20T22:01:44.0728947Z [00:12:37.325]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -E -DHAVE_CONFIG_H -I. \
2025-08-20T22:01:44.0775305Z [00:12:37.325]➜  libpng-apng-static-x86_64-unknown-linux-musl>      -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.47' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE  scripts/vers.c > scripts/vers.tf1
2025-08-20T22:01:44.1531652Z [00:12:37.404]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -I../../lib/gssapi/krb5 -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ipropd_svc.c
2025-08-20T22:01:44.1707942Z [00:12:37.422]➜  libpng-apng-static-x86_64-unknown-linux-musl> gawk -f "./scripts/dfn.awk" out="scripts/vers.tf2" scripts/vers.tf1 1>&2
2025-08-20T22:01:44.1950675Z [00:12:37.447]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm -f scripts/vers.tf1
2025-08-20T22:01:44.2056217Z [00:12:37.457]➜  libpng-apng-static-x86_64-unknown-linux-musl> mv scripts/vers.tf2 scripts/vers.out
2025-08-20T22:01:44.2155829Z [00:12:37.465]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm -f libpng.vers
2025-08-20T22:01:44.2160694Z [00:12:37.467]➜  libpng-apng-static-x86_64-unknown-linux-musl> cp scripts/vers.out libpng.vers
2025-08-20T22:01:44.2208738Z [00:12:37.472]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -no-undefined -export-dynamic -version-number 16:47:0  -Wl,--version-script=libpng.vers   -o libpng16.la -rpath /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib png.lo pngerror.lo pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo pngwutil.lo  mips/mips_init.lo mips/filter_msa_intrinsics.lo  mips/filter_mmi_inline_assembly.lo intel/intel_init.lo intel/filter_sse2_intrinsics.lo powerpc/powerpc_init.lo powerpc/filter_vsx_intrinsics.lo   -lz
2025-08-20T22:01:44.5367542Z [00:12:37.788]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libpng16.a  png.o pngerror.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngwio.o pngwrite.o pngwtran.o pngwutil.o mips/mips_init.o mips/filter_msa_intrinsics.o mips/filter_mmi_inline_assembly.o intel/intel_init.o intel/filter_sse2_intrinsics.o powerpc/powerpc_init.o powerpc/filter_vsx_intrinsics.o
2025-08-20T22:01:44.5646305Z [00:12:37.816]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libpng16.a
2025-08-20T22:01:44.6101032Z [00:12:37.862]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../libpng16.la" "libpng16.la" )
2025-08-20T22:01:44.6228250Z [00:12:37.874]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o pngfix contrib/tools/pngfix.o libpng16.la -lz
2025-08-20T22:01:44.8696626Z [00:12:38.121]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o pngfix contrib/tools/pngfix.o  ./.libs/libpng16.a -lz
2025-08-20T22:01:44.9957954Z [00:12:38.247]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether yytext is a pointer... yes
2025-08-20T22:01:45.0296779Z [00:12:38.281]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o contrib/tools/png-fix-itxt.o contrib/tools/png-fix-itxt.c
2025-08-20T22:01:45.0970749Z [00:12:38.349]➜  libpcap-static-x86_64-unknown-linux-musl> checking for capable lex... yes
2025-08-20T22:01:45.0984426Z [00:12:38.350]➜  libpcap-static-x86_64-unknown-linux-musl> checking for bison... bison
2025-08-20T22:01:45.1282200Z [00:12:38.380]➜  libpcap-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:01:45.1289709Z [00:12:38.381]➜  libpcap-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:01:45.1292488Z [00:12:38.381]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:01:45.3154047Z [00:12:38.567]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o png-fix-itxt contrib/tools/png-fix-itxt.o  -lz
2025-08-20T22:01:45.3311226Z [00:12:38.583]➜  libpcap-static-x86_64-unknown-linux-musl> checking for struct sockaddr.sa_len... no
2025-08-20T22:01:45.5022237Z [00:12:38.754]➜  libpcap-static-x86_64-unknown-linux-musl> checking for struct sockaddr_storage... yes
2025-08-20T22:01:45.5110293Z [00:12:38.763]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o png-fix-itxt contrib/tools/png-fix-itxt.o  -lz
2025-08-20T22:01:45.6020513Z [00:12:38.854]➜  libpng-apng-static-x86_64-unknown-linux-musl> cp libpng-config libpng16-config
2025-08-20T22:01:45.6026750Z [00:12:38.854]➜  libpng-apng-static-x86_64-unknown-linux-musl> cp libpng.pc libpng16.pc
2025-08-20T22:01:45.6150600Z [00:12:38.867]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o pngtest.o pngtest.c
2025-08-20T22:01:45.6683022Z [00:12:38.920]➜  libpcap-static-x86_64-unknown-linux-musl> checking for dl_hp_ppa_info_t.dl_module_id_1... no
2025-08-20T22:01:45.6689576Z [00:12:38.921]➜  libpcap-static-x86_64-unknown-linux-musl> checking for Linux usbmon USB sniffing support... yes
2025-08-20T22:01:45.7089509Z [00:12:38.960]➜  libpng-apng-static-x86_64-unknown-linux-musl> pngtest.c: In function 'test_one_file':
2025-08-20T22:01:45.7094860Z [00:12:38.961]➜  libpng-apng-static-x86_64-unknown-linux-musl> pngtest.c:1644:17: warning: "pass_height" redefined
2025-08-20T22:01:45.7099773Z [00:12:38.961]➜  libpng-apng-static-x86_64-unknown-linux-musl>  1644 | #        define pass_height height
2025-08-20T22:01:45.7104819Z [00:12:38.961]➜  libpng-apng-static-x86_64-unknown-linux-musl>       |                 ^~~~~~~~~~~
2025-08-20T22:01:45.7165441Z [00:12:38.968]➜  libpng-apng-static-x86_64-unknown-linux-musl> pngtest.c:1581:23: note: this is the location of the previous definition
2025-08-20T22:01:45.7170862Z [00:12:38.968]➜  libpng-apng-static-x86_64-unknown-linux-musl>  1581 | #              define pass_height frame_height
2025-08-20T22:01:45.7172677Z [00:12:38.968]➜  libpng-apng-static-x86_64-unknown-linux-musl>       |                       ^~~~~~~~~~~
2025-08-20T22:01:45.7582857Z [00:12:39.010]➜  libpcap-static-x86_64-unknown-linux-musl> checking for linux/compiler.h... no
2025-08-20T22:01:45.8507402Z [00:12:39.102]➜  libpcap-static-x86_64-unknown-linux-musl> checking for linux/usbdevice_fs.h... yes
2025-08-20T22:01:45.9723176Z [00:12:39.224]➜  libpcap-static-x86_64-unknown-linux-musl> checking for struct usbdevfs_ctrltransfer.bRequestType... yes
2025-08-20T22:01:46.1547171Z [00:12:39.406]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether we can compile the netfilter support... yes
2025-08-20T22:01:46.1919588Z [00:12:39.443]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kadmind auth.o auth_acl.o auth_self.o kadm_rpc_svc.o server_stubs.o ovsec_kadmd.o schpw.o misc.o ipropd_svc.o -lapputils -lkadm5srv_mit  -lkdb5 -lkrb5_db2 -lkadm5srv_mit -lgssrpc -lgssapi_krb5 -lgssrpc -lgssapi_krb5  -pthread -lpthread -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv   -lverto
2025-08-20T22:01:46.2587044Z [00:12:39.510]➜  libpcap-static-x86_64-unknown-linux-musl> checking whether we can compile the netmap support... no
2025-08-20T22:01:46.2709089Z [00:12:39.523]➜  libpcap-static-x86_64-unknown-linux-musl> checking for libdpdk with pkg-config... not found
2025-08-20T22:01:46.2766069Z [00:12:39.528]➜  libpcap-static-x86_64-unknown-linux-musl> configure: WARNING: We couldn't find DPDK with pkg-config.  If
2025-08-20T22:01:46.2767647Z [00:12:39.528]➜  libpcap-static-x86_64-unknown-linux-musl> you want DPDK support, make sure that pkg-config is installed,
2025-08-20T22:01:46.2768876Z [00:12:39.528]➜  libpcap-static-x86_64-unknown-linux-musl> that DPDK 18.02.2 or later is installed, and that DPDK provides a
2025-08-20T22:01:46.2769782Z [00:12:39.528]➜  libpcap-static-x86_64-unknown-linux-musl> .pc file.
2025-08-20T22:01:46.4178575Z [00:12:39.669]➜  libpcap-static-x86_64-unknown-linux-musl> checking for bluetooth/bluetooth.h... no
2025-08-20T22:01:46.4180453Z [00:12:39.670]➜  libpcap-static-x86_64-unknown-linux-musl> configure: Bluetooth sniffing is not supported; install bluez-lib devel to enable it
2025-08-20T22:01:46.4314644Z [00:12:39.683]➜  libpcap-static-x86_64-unknown-linux-musl> checking for dbus-1 with pkg-config... not found
2025-08-20T22:01:46.4415380Z [00:12:39.691]➜  libpcap-static-x86_64-unknown-linux-musl> checking for libibverbs with pkg-config... not found
2025-08-20T22:01:46.5998343Z [00:12:39.851]➜  libpcap-static-x86_64-unknown-linux-musl> checking for ibv_get_device_list in -libverbs... no
2025-08-20T22:01:46.6325201Z [00:12:39.884]➜  libpcap-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:01:46.6651901Z [00:12:39.917]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o pngtest pngtest.o libpng16.la -lz
2025-08-20T22:01:46.6949363Z [00:12:39.947]➜  libpcap-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:01:46.8956720Z [00:12:40.147]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o pngtest pngtest.o  ./.libs/libpng16.a -lz
2025-08-20T22:01:47.0198626Z [00:12:40.272]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:01:47.0520557Z [00:12:40.304]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o contrib/libtests/pngunknown.o contrib/libtests/pngunknown.c
2025-08-20T22:01:47.0552179Z [00:12:40.307]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/kadmin/server'
2025-08-20T22:01:47.0568451Z [00:12:40.309]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/kadmin'
2025-08-20T22:01:47.0694678Z [00:12:40.319]➜  krb5-static-x86_64-unknown-linux-musl> making all in kprop...
2025-08-20T22:01:47.0698399Z [00:12:40.322]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating grammar.y
2025-08-20T22:01:47.0800418Z [00:12:40.332]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/kprop'
2025-08-20T22:01:47.0825520Z [00:12:40.334]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../include -I../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kprop.c
2025-08-20T22:01:47.0937004Z [00:12:40.343]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../include -I../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kprop_util.c
2025-08-20T22:01:47.0989810Z [00:12:40.343]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../include -I../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kpropd.c
2025-08-20T22:01:47.1049443Z [00:12:40.352]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../include -I../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kpropd_rpc.c
2025-08-20T22:01:47.1100572Z [00:12:40.361]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../include -I../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kproplog.c
2025-08-20T22:01:47.1315843Z [00:12:40.381]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap-filter.manmisc
2025-08-20T22:01:47.1855727Z [00:12:40.437]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap-linktype.manmisc
2025-08-20T22:01:47.2402327Z [00:12:40.492]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap-tstamp.manmisc
2025-08-20T22:01:47.2408449Z [00:12:40.492]➜  x86_64-unknown-linux-musl-binutils>   CXX      reloc.o
2025-08-20T22:01:47.2971048Z [00:12:40.549]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap-savefile.manfile
2025-08-20T22:01:47.3557248Z [00:12:40.607]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap.3pcap
2025-08-20T22:01:47.3942654Z [00:12:40.646]➜  krb5-static-x86_64-unknown-linux-musl> kpropd.c: In function 'parse_args':
2025-08-20T22:01:47.3989820Z [00:12:40.650]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_compile.3pcap
2025-08-20T22:01:47.4047932Z [00:12:40.656]➜  krb5-static-x86_64-unknown-linux-musl> kpropd.c:1129:26: warning: argument 1 of 'set_com_err_hook' might be a candidate for a format attribute [-Wsuggest-attribute=format]
2025-08-20T22:01:47.4057793Z [00:12:40.656]➜  krb5-static-x86_64-unknown-linux-musl>  1129 |         set_com_err_hook(kpropd_com_err_proc);
2025-08-20T22:01:47.4059175Z [00:12:40.656]➜  krb5-static-x86_64-unknown-linux-musl>       |                          ^~~~~~~~~~~~~~~~~~~
2025-08-20T22:01:47.4340915Z [00:12:40.686]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_datalink.3pcap
2025-08-20T22:01:47.4940090Z [00:12:40.745]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_dump_open.3pcap
2025-08-20T22:01:47.5521721Z [00:12:40.804]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_get_tstamp_precision.3pcap
2025-08-20T22:01:47.6150141Z [00:12:40.867]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_list_datalinks.3pcap
2025-08-20T22:01:47.6722790Z [00:12:40.924]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_list_tstamp_types.3pcap
2025-08-20T22:01:47.7252821Z [00:12:40.977]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_open_dead.3pcap
2025-08-20T22:01:47.7791179Z [00:12:41.031]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_open_offline.3pcap
2025-08-20T22:01:47.8294932Z [00:12:41.076]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_set_immediate_mode.3pcap
2025-08-20T22:01:47.8817147Z [00:12:41.133]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kprop kprop.o kprop_util.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv   -lutil
2025-08-20T22:01:47.8827571Z [00:12:41.134]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_set_tstamp_precision.3pcap
2025-08-20T22:01:47.9346107Z [00:12:41.185]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap_set_tstamp_type.3pcap
2025-08-20T22:01:47.9974265Z [00:12:41.249]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating rpcapd/Makefile
2025-08-20T22:01:48.0755877Z [00:12:41.324]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating rpcapd/rpcapd.manadmin
2025-08-20T22:01:48.1176462Z [00:12:41.369]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o pngunknown contrib/libtests/pngunknown.o libpng16.la -lz
2025-08-20T22:01:48.1223956Z [00:12:41.374]➜  x86_64-unknown-linux-musl-binutils>   CXX      resolve.o
2025-08-20T22:01:48.1552316Z [00:12:41.407]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating rpcapd/rpcapd-config.manfile
2025-08-20T22:01:48.1667541Z [00:12:41.412]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kproplog kproplog.o -lkadm5srv_mit  -lkdb5 -lkrb5_db2 -lkadm5srv_mit -lgssrpc -lgssapi_krb5 -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:48.2061009Z [00:12:41.458]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating testprogs/Makefile
2025-08-20T22:01:48.2532786Z [00:12:41.505]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:01:48.3002826Z [00:12:41.552]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: executing default-1 commands
2025-08-20T22:01:48.3119349Z [00:12:41.564]➜  libpcap-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static
2025-08-20T22:01:48.4302480Z [00:12:41.682]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:01:48.4596061Z [00:12:41.708]➜  libpcap-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:01:48.4601296Z [00:12:41.709]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o pngunknown contrib/libtests/pngunknown.o  ./.libs/libpng16.a -lz
2025-08-20T22:01:48.4709106Z [00:12:41.722]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap-linux.c
2025-08-20T22:01:48.4781660Z [00:12:41.730]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./fad-getad.c
2025-08-20T22:01:48.4897912Z [00:12:41.741]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap-usb-linux.c
2025-08-20T22:01:48.4948918Z [00:12:41.746]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap-netfilter-linux.c
2025-08-20T22:01:48.4986239Z [00:12:41.746]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap.c
2025-08-20T22:01:48.6448280Z [00:12:41.896]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o contrib/libtests/pngstest.o contrib/libtests/pngstest.c
2025-08-20T22:01:48.8247296Z [00:12:42.076]➜  libpcap-static-x86_64-unknown-linux-musl> bison -p pcap_ -o grammar.c -d grammar.y
2025-08-20T22:01:49.2308223Z [00:12:42.482]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kpropd kpropd.o kpropd_rpc.o kprop_util.o -lkdb5 -lkrb5_db2 -lkadm5srv_mit -lkadm5clnt_mit -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv   -lapputils -lutil
2025-08-20T22:01:49.3973753Z [00:12:42.649]➜  libpcap-static-x86_64-unknown-linux-musl> flex -P pcap_ --header-file=scanner.h --nounput -o scanner.c scanner.l
2025-08-20T22:01:49.5697653Z [00:12:42.817]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./optimize.c
2025-08-20T22:01:49.5855214Z [00:12:42.837]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./nametoaddr.c
2025-08-20T22:01:49.8219510Z [00:12:43.073]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./etherent.c
2025-08-20T22:01:50.2085884Z [00:12:43.460]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./fmtutils.c
2025-08-20T22:01:50.2510039Z [00:12:43.502]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap-util.c
2025-08-20T22:01:50.3854860Z [00:12:43.637]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/kprop'
2025-08-20T22:01:50.4019278Z [00:12:43.654]➜  krb5-static-x86_64-unknown-linux-musl> making all in clients...
2025-08-20T22:01:50.4218618Z [00:12:43.673]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/clients'
2025-08-20T22:01:50.4448579Z [00:12:43.696]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./savefile.c
2025-08-20T22:01:50.4549310Z [00:12:43.707]➜  krb5-static-x86_64-unknown-linux-musl> making all in clients/klist...
2025-08-20T22:01:50.4736902Z [00:12:43.725]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/klist'
2025-08-20T22:01:50.4892353Z [00:12:43.740]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c klist.c
2025-08-20T22:01:50.7865870Z [00:12:44.035]➜  krb5-static-x86_64-unknown-linux-musl> klist.c: In function 'extended_com_err_fn':
2025-08-20T22:01:50.7868211Z [00:12:44.038]➜  krb5-static-x86_64-unknown-linux-musl> klist.c:120:5: warning: function 'extended_com_err_fn' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format]
2025-08-20T22:01:50.7870179Z [00:12:44.038]➜  krb5-static-x86_64-unknown-linux-musl>   120 |     vfprintf(stderr, fmt, args);
2025-08-20T22:01:50.7871469Z [00:12:44.038]➜  krb5-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~
2025-08-20T22:01:50.8700340Z [00:12:44.121]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./sf-pcap.c
2025-08-20T22:01:50.9560252Z [00:12:44.207]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./sf-pcapng.c
2025-08-20T22:01:51.0562097Z [00:12:44.308]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./pcap-common.c
2025-08-20T22:01:51.2748020Z [00:12:44.526]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./bpf_image.c
2025-08-20T22:01:51.7485988Z [00:12:45.000]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./bpf_filter.c
2025-08-20T22:01:51.7680907Z [00:12:45.020]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./bpf_dump.c
2025-08-20T22:01:51.9601164Z [00:12:45.212]➜  libpcap-static-x86_64-unknown-linux-musl> ./config.status --file=libpcap.pc.tmp:./libpcap.pc.in
2025-08-20T22:01:52.0658093Z [00:12:45.317]➜  libpcap-static-x86_64-unknown-linux-musl> ./config.status --file=pcap-config.tmp:./pcap-config.in
2025-08-20T22:01:52.1278984Z [00:12:45.376]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c scanner.c
2025-08-20T22:01:52.1745329Z [00:12:45.424]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating libpcap.pc.tmp
2025-08-20T22:01:52.1786339Z [00:12:45.428]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o klist klist.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:52.2173837Z [00:12:45.469]➜  libpcap-static-x86_64-unknown-linux-musl> mv libpcap.pc.tmp libpcap.pc
2025-08-20T22:01:52.2215293Z [00:12:45.472]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c grammar.c
2025-08-20T22:01:52.2630229Z [00:12:45.515]➜  x86_64-unknown-linux-musl-binutils>   CC       pru-dis.lo
2025-08-20T22:01:52.2742228Z [00:12:45.526]➜  libpcap-static-x86_64-unknown-linux-musl> config.status: creating pcap-config.tmp
2025-08-20T22:01:52.3052063Z [00:12:45.557]➜  libpcap-static-x86_64-unknown-linux-musl> mv pcap-config.tmp pcap-config
2025-08-20T22:01:52.3085084Z [00:12:45.560]➜  libpcap-static-x86_64-unknown-linux-musl> chmod a+x pcap-config
2025-08-20T22:01:52.3116537Z [00:12:45.563]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -fvisibility=hidden  -fpic -I.  -I/nix/store/rp29hp096is3inmmdlpll1dnxjipdrhg-libnl-static-x86_64-unknown-linux-musl-3.11.0-dev/include/libnl3 -DBUILDING_PCAP -Dpcap_EXPORTS -DHAVE_CONFIG_H  -g -O2    -c ./gencode.c
2025-08-20T22:01:52.8175642Z [00:12:46.066]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/klist'
2025-08-20T22:01:52.8204274Z [00:12:46.070]➜  krb5-static-x86_64-unknown-linux-musl> making all in clients/kinit...
2025-08-20T22:01:52.8324672Z [00:12:46.081]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/kinit'
2025-08-20T22:01:52.8378331Z [00:12:46.089]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kinit.c
2025-08-20T22:01:52.8560035Z [00:12:46.101]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kinit_kdb.c
2025-08-20T22:01:52.9881569Z [00:12:46.240]➜  x86_64-unknown-linux-musl-binutils>   CC       pru-opc.lo
2025-08-20T22:01:53.0726567Z [00:12:46.324]➜  krb5-static-x86_64-unknown-linux-musl> kinit.c: In function 'extended_com_err_fn':
2025-08-20T22:01:53.0728847Z [00:12:46.324]➜  krb5-static-x86_64-unknown-linux-musl> kinit.c:191:5: warning: function 'extended_com_err_fn' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format]
2025-08-20T22:01:53.0730689Z [00:12:46.324]➜  krb5-static-x86_64-unknown-linux-musl>   191 |     vfprintf(stderr, fmt, args);
2025-08-20T22:01:53.0731805Z [00:12:46.324]➜  krb5-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~
2025-08-20T22:01:53.1768474Z [00:12:46.428]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o pngstest contrib/libtests/pngstest.o libpng16.la -lz
2025-08-20T22:01:53.3728061Z [00:12:46.624]➜  x86_64-unknown-linux-musl-binutils>   CC       rl78-decode.lo
2025-08-20T22:01:53.4359460Z [00:12:46.688]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o pngstest contrib/libtests/pngstest.o  ./.libs/libpng16.a -lz
2025-08-20T22:01:53.6144214Z [00:12:46.866]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o contrib/libtests/pngvalid.o contrib/libtests/pngvalid.c
2025-08-20T22:01:54.0482498Z [00:12:47.300]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kinit kinit.o kinit_kdb.o -lkadm5srv_mit  -lkdb5 -lkrb5_db2 -lkadm5srv_mit -lgssrpc -lgssapi_krb5 -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:54.7704530Z [00:12:48.022]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/kinit'
2025-08-20T22:01:54.7786732Z [00:12:48.030]➜  krb5-static-x86_64-unknown-linux-musl> making all in clients/kdestroy...
2025-08-20T22:01:54.7926904Z [00:12:48.044]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/kdestroy'
2025-08-20T22:01:54.8060763Z [00:12:48.057]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdestroy.c
2025-08-20T22:01:55.1258835Z [00:12:48.377]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kdestroy kdestroy.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:55.4353647Z [00:12:48.687]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/kdestroy'
2025-08-20T22:01:55.4396123Z [00:12:48.691]➜  krb5-static-x86_64-unknown-linux-musl> making all in clients/kpasswd...
2025-08-20T22:01:55.4475551Z [00:12:48.699]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/kpasswd'
2025-08-20T22:01:55.4553925Z [00:12:48.702]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kpasswd.c
2025-08-20T22:01:55.6924317Z [00:12:48.944]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kpasswd kpasswd.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:56.1835668Z [00:12:49.435]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/kpasswd'
2025-08-20T22:01:56.1905365Z [00:12:49.442]➜  krb5-static-x86_64-unknown-linux-musl> making all in clients/ksu...
2025-08-20T22:01:56.2006533Z [00:12:49.452]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/ksu'
2025-08-20T22:01:56.2050588Z [00:12:49.456]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/local/sbin /usr/local/bin /sbin /bin /usr/sbin /usr/bin"' -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c krb_auth_su.c
2025-08-20T22:01:56.2075817Z [00:12:49.459]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/local/sbin /usr/local/bin /sbin /bin /usr/sbin /usr/bin"' -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccache.c
2025-08-20T22:01:56.2170313Z [00:12:49.464]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/local/sbin /usr/local/bin /sbin /bin /usr/sbin /usr/bin"' -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c authorization.c
2025-08-20T22:01:56.2182734Z [00:12:49.465]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/local/sbin /usr/local/bin /sbin /bin /usr/sbin /usr/bin"' -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:01:56.2280149Z [00:12:49.471]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/local/sbin /usr/local/bin /sbin /bin /usr/sbin /usr/bin"' -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c heuristic.c
2025-08-20T22:01:56.2686105Z [00:12:49.520]➜  x86_64-unknown-linux-musl-binutils>   CXX      script-sections.o
2025-08-20T22:01:56.8432437Z [00:12:50.094]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/usr/local/sbin /usr/local/bin /sbin /bin /usr/sbin /usr/bin"' -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c xmalloc.c
2025-08-20T22:01:57.4360720Z [00:12:50.687]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o ksu krb_auth_su.o ccache.o authorization.o main.o heuristic.o xmalloc.o  -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:57.9392728Z [00:12:51.191]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/ksu'
2025-08-20T22:01:57.9462123Z [00:12:51.198]➜  krb5-static-x86_64-unknown-linux-musl> making all in clients/kvno...
2025-08-20T22:01:57.9566571Z [00:12:51.208]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/kvno'
2025-08-20T22:01:57.9590460Z [00:12:51.210]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kvno.c
2025-08-20T22:01:58.1155057Z [00:12:51.365]➜  krb5-static-x86_64-unknown-linux-musl> kvno.c: In function 'extended_com_err_fn':
2025-08-20T22:01:58.1157452Z [00:12:51.365]➜  krb5-static-x86_64-unknown-linux-musl> kvno.c:191:5: warning: function 'extended_com_err_fn' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format]
2025-08-20T22:01:58.1159635Z [00:12:51.365]➜  krb5-static-x86_64-unknown-linux-musl>   191 |     vfprintf(stderr, fmt, args);
2025-08-20T22:01:58.1161063Z [00:12:51.365]➜  krb5-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~
2025-08-20T22:01:58.3559883Z [00:12:51.608]➜  x86_64-unknown-linux-musl-binutils>   CC       rl78-dis.lo
2025-08-20T22:01:58.7464823Z [00:12:51.998]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kvno kvno.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:59.0896574Z [00:12:52.341]➜  x86_64-unknown-linux-musl-binutils>   CC       rx-decode.lo
2025-08-20T22:01:59.3094278Z [00:12:52.561]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/kvno'
2025-08-20T22:01:59.3107554Z [00:12:52.562]➜  krb5-static-x86_64-unknown-linux-musl> Skipping missing directory clients/kcpytkt
2025-08-20T22:01:59.3113127Z [00:12:52.563]➜  krb5-static-x86_64-unknown-linux-musl> Skipping missing directory clients/kdeltkt
2025-08-20T22:01:59.3148293Z [00:12:52.567]➜  krb5-static-x86_64-unknown-linux-musl> making all in clients/kswitch...
2025-08-20T22:01:59.3232883Z [00:12:52.575]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/kswitch'
2025-08-20T22:01:59.3246756Z [00:12:52.576]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kswitch.c
2025-08-20T22:01:59.4176248Z [00:12:52.669]➜  x86_64-unknown-linux-musl-binutils>   CXX      script.o
2025-08-20T22:01:59.6424670Z [00:12:52.894]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kswitch kswitch.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:01:59.9655935Z [00:12:53.217]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/kswitch'
2025-08-20T22:01:59.9666457Z [00:12:53.218]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/clients'
2025-08-20T22:01:59.9701646Z [00:12:53.222]➜  krb5-static-x86_64-unknown-linux-musl> making all in appl...
2025-08-20T22:01:59.9745649Z [00:12:53.226]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/appl'
2025-08-20T22:01:59.9946798Z [00:12:53.246]➜  krb5-static-x86_64-unknown-linux-musl> making all in appl/sample...
2025-08-20T22:02:00.0063162Z [00:12:53.258]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/appl/sample'
2025-08-20T22:02:00.0206613Z [00:12:53.272]➜  krb5-static-x86_64-unknown-linux-musl> making all in appl/sample/sclient...
2025-08-20T22:02:00.0338301Z [00:12:53.285]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/appl/sample/sclient'
2025-08-20T22:02:00.0415700Z [00:12:53.293]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sclient.c
2025-08-20T22:02:00.3796357Z [00:12:53.631]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o sclient sclient.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:00.8558724Z [00:12:54.107]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar rc libpcap.a pcap-linux.o fad-getad.o pcap-usb-linux.o pcap-netfilter-linux.o  pcap.o gencode.o optimize.o nametoaddr.o etherent.o fmtutils.o pcap-util.o savefile.o sf-pcap.o sf-pcapng.o pcap-common.o bpf_image.o bpf_filter.o bpf_dump.o scanner.o grammar.o
2025-08-20T22:02:00.8698322Z [00:12:54.122]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libpcap.a
2025-08-20T22:02:00.8740520Z [00:12:54.126]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/appl/sample/sclient'
2025-08-20T22:02:00.8823821Z [00:12:54.134]➜  krb5-static-x86_64-unknown-linux-musl> making all in appl/sample/sserver...
2025-08-20T22:02:00.8945912Z [00:12:54.146]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/appl/sample/sserver'
2025-08-20T22:02:00.8947726Z [00:12:54.146]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:02:00.8963508Z [00:12:54.147]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sserver.c
2025-08-20T22:02:00.9149842Z [00:12:54.167]➜  libpcap-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T22:02:00.9298990Z [00:12:54.181]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib ] || \
2025-08-20T22:02:00.9305279Z [00:12:54.181]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib)
2025-08-20T22:02:00.9487779Z [00:12:54.200]➜  libpcap-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libpcap.a /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/libpcap.a
2025-08-20T22:02:00.9581924Z [00:12:54.210]➜  libpcap-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/libpcap.a
2025-08-20T22:02:00.9979850Z [00:12:54.250]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib ] || \
2025-08-20T22:02:00.9987639Z [00:12:54.250]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib)
2025-08-20T22:02:01.0021942Z [00:12:54.254]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include ] || \
2025-08-20T22:02:01.0096190Z [00:12:54.257]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include)
2025-08-20T22:02:01.0227296Z [00:12:54.274]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include/pcap ] || \
2025-08-20T22:02:01.0235646Z [00:12:54.275]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include/pcap; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include/pcap)
2025-08-20T22:02:01.0445778Z [00:12:54.290]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man1 ] || \
2025-08-20T22:02:01.0449318Z [00:12:54.290]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man1; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man1)
2025-08-20T22:02:01.0561053Z [00:12:54.308]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3 ] || \
2025-08-20T22:02:01.0569324Z [00:12:54.308]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3)
2025-08-20T22:02:01.0770118Z [00:12:54.328]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man5 ] || \
2025-08-20T22:02:01.0773860Z [00:12:54.328]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man5; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man5)
2025-08-20T22:02:01.0946198Z [00:12:54.344]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man7 ] || \
2025-08-20T22:02:01.0966331Z [00:12:54.344]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man7; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man7)
2025-08-20T22:02:01.1091623Z [00:12:54.361]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap.h pcap-bpf.h pcap-namedb.h pcap/bluetooth.h pcap/bpf.h pcap/can_socketcan.h pcap/compiler-tests.h pcap/dlt.h pcap/funcattrs.h pcap/ipnet.h pcap/namedb.h pcap/nflog.h pcap/pcap-inttypes.h pcap/pcap.h pcap/sll.h pcap/socket.h pcap/usb.h pcap/vlan.h; do \
2025-08-20T22:02:01.1094900Z [00:12:54.361]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$i \
2025-08-20T22:02:01.1097071Z [00:12:54.361]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include/$i; done
2025-08-20T22:02:01.2008252Z [00:12:54.452]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o sserver sserver.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:01.2095675Z [00:12:54.459]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/bin ] || \
2025-08-20T22:02:01.2098922Z [00:12:54.459]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/bin; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/bin)
2025-08-20T22:02:01.2176264Z [00:12:54.469]➜  libpcap-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c pcap-config /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/bin/pcap-config
2025-08-20T22:02:01.2249352Z [00:12:54.477]➜  libpcap-static-x86_64-unknown-linux-musl> [ -d /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/pkgconfig ] || \
2025-08-20T22:02:01.2253398Z [00:12:54.477]➜  libpcap-static-x86_64-unknown-linux-musl>     (mkdir -p /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/pkgconfig; chmod 755 /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/pkgconfig)
2025-08-20T22:02:01.2366140Z [00:12:54.488]➜  libpcap-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libpcap.pc /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib/pkgconfig/libpcap.pc
2025-08-20T22:02:01.2403703Z [00:12:54.492]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap-config.1; do \
2025-08-20T22:02:01.2405590Z [00:12:54.492]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$i \
2025-08-20T22:02:01.2407832Z [00:12:54.492]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man1/$i; done
2025-08-20T22:02:01.2531903Z [00:12:54.503]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap_activate.3pcap pcap_breakloop.3pcap pcap_can_set_rfmon.3pcap pcap_close.3pcap pcap_create.3pcap pcap_datalink_name_to_val.3pcap pcap_datalink_val_to_name.3pcap pcap_dump.3pcap pcap_dump_close.3pcap pcap_dump_file.3pcap pcap_dump_flush.3pcap pcap_dump_ftell.3pcap pcap_file.3pcap pcap_fileno.3pcap pcap_findalldevs.3pcap pcap_freecode.3pcap pcap_get_required_select_timeout.3pcap pcap_get_selectable_fd.3pcap pcap_geterr.3pcap pcap_init.3pcap pcap_inject.3pcap pcap_is_swapped.3pcap pcap_lib_version.3pcap pcap_lookupdev.3pcap pcap_lookupnet.3pcap pcap_loop.3pcap pcap_major_version.3pcap pcap_next_ex.3pcap pcap_offline_filter.3pcap pcap_open_live.3pcap pcap_set_buffer_size.3pcap pcap_set_datalink.3pcap pcap_set_promisc.3pcap pcap_set_protocol_linux.3pcap pcap_set_rfmon.3pcap pcap_set_snaplen.3pcap pcap_set_timeout.3pcap pcap_setdirection.3pcap pcap_setfilter.3pcap pcap_setnonblock.3pcap pcap_snapshot.3pcap pcap_stats.3pcap pcap_statustostr.3pcap pcap_strerror.3pcap pcap_tstamp_type_name_to_val.3pcap pcap_tstamp_type_val_to_name.3pcap; do \
2025-08-20T22:02:01.2545107Z [00:12:54.503]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$i \
2025-08-20T22:02:01.2547271Z [00:12:54.503]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/$i; done
2025-08-20T22:02:01.4759120Z [00:12:54.727]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap.3pcap pcap_compile.3pcap pcap_datalink.3pcap pcap_dump_open.3pcap pcap_get_tstamp_precision.3pcap pcap_list_datalinks.3pcap pcap_list_tstamp_types.3pcap pcap_open_dead.3pcap pcap_open_offline.3pcap pcap_set_immediate_mode.3pcap pcap_set_tstamp_precision.3pcap pcap_set_tstamp_type.3pcap; do \
2025-08-20T22:02:01.4762718Z [00:12:54.727]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 $i \
2025-08-20T22:02:01.4765142Z [00:12:54.727]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/$i; done
2025-08-20T22:02:01.5459470Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> (cd /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3 && \
2025-08-20T22:02:01.5461397Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_datalink_val_to_description.3pcap && \
2025-08-20T22:02:01.5462655Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_datalink_val_to_name.3pcap \
2025-08-20T22:02:01.5464114Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl>        pcap_datalink_val_to_description.3pcap && \
2025-08-20T22:02:01.5465432Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_datalink_val_to_description_or_dlt.3pcap && \
2025-08-20T22:02:01.5466660Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_datalink_val_to_name.3pcap \
2025-08-20T22:02:01.5467894Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl>        pcap_datalink_val_to_description_or_dlt.3pcap && \
2025-08-20T22:02:01.5469088Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_dump_fopen.3pcap && \
2025-08-20T22:02:01.5470302Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_dump_open.3pcap pcap_dump_fopen.3pcap && \
2025-08-20T22:02:01.5471470Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_freealldevs.3pcap && \
2025-08-20T22:02:01.5472895Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_findalldevs.3pcap pcap_freealldevs.3pcap && \
2025-08-20T22:02:01.5474305Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_perror.3pcap && \
2025-08-20T22:02:01.5475472Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_geterr.3pcap pcap_perror.3pcap && \
2025-08-20T22:02:01.5476620Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_sendpacket.3pcap && \
2025-08-20T22:02:01.5477809Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_inject.3pcap pcap_sendpacket.3pcap && \
2025-08-20T22:02:01.5478994Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_free_datalinks.3pcap && \
2025-08-20T22:02:01.5480263Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_list_datalinks.3pcap pcap_free_datalinks.3pcap && \
2025-08-20T22:02:01.5481507Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_free_tstamp_types.3pcap && \
2025-08-20T22:02:01.5482955Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_list_tstamp_types.3pcap pcap_free_tstamp_types.3pcap && \
2025-08-20T22:02:01.5504723Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_dispatch.3pcap && \
2025-08-20T22:02:01.5505895Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_loop.3pcap pcap_dispatch.3pcap && \
2025-08-20T22:02:01.5507083Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_minor_version.3pcap && \
2025-08-20T22:02:01.5508419Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_major_version.3pcap pcap_minor_version.3pcap && \
2025-08-20T22:02:01.5509573Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_next.3pcap && \
2025-08-20T22:02:01.5510710Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_next_ex.3pcap pcap_next.3pcap && \
2025-08-20T22:02:01.5512001Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_open_dead_with_tstamp_precision.3pcap && \
2025-08-20T22:02:01.5513156Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_open_dead.3pcap \
2025-08-20T22:02:01.5554901Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl>        pcap_open_dead_with_tstamp_precision.3pcap && \
2025-08-20T22:02:01.5556303Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_open_offline_with_tstamp_precision.3pcap && \
2025-08-20T22:02:01.5557752Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_open_offline.3pcap pcap_open_offline_with_tstamp_precision.3pcap && \
2025-08-20T22:02:01.5559285Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_fopen_offline.3pcap && \
2025-08-20T22:02:01.5560617Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_open_offline.3pcap pcap_fopen_offline.3pcap && \
2025-08-20T22:02:01.5561915Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_fopen_offline_with_tstamp_precision.3pcap && \
2025-08-20T22:02:01.5563660Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_open_offline.3pcap pcap_fopen_offline_with_tstamp_precision.3pcap && \
2025-08-20T22:02:01.5565150Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_tstamp_type_val_to_description.3pcap && \
2025-08-20T22:02:01.5566614Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_tstamp_type_val_to_name.3pcap pcap_tstamp_type_val_to_description.3pcap && \
2025-08-20T22:02:01.5568046Z [00:12:54.797]➜  libpcap-static-x86_64-unknown-linux-musl> rm -f pcap_getnonblock.3pcap && \
2025-08-20T22:02:01.5569279Z [00:12:54.798]➜  libpcap-static-x86_64-unknown-linux-musl> ln -s pcap_setnonblock.3pcap pcap_getnonblock.3pcap)
2025-08-20T22:02:01.6726621Z [00:12:54.924]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/appl/sample/sserver'
2025-08-20T22:02:01.6738354Z [00:12:54.926]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/appl/sample'
2025-08-20T22:02:01.6828122Z [00:12:54.935]➜  krb5-static-x86_64-unknown-linux-musl> making all in appl/simple...
2025-08-20T22:02:01.6964802Z [00:12:54.948]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap-savefile.manfile.in; do \
2025-08-20T22:02:01.6970947Z [00:12:54.948]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 `echo $i | sed 's/.manfile.in/.manfile/'` \
2025-08-20T22:02:01.6974605Z [00:12:54.948]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man5/`echo $i | sed 's/.manfile.in/.5/'`; done
2025-08-20T22:02:01.6977295Z [00:12:54.949]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/appl/simple'
2025-08-20T22:02:01.7178024Z [00:12:54.969]➜  libpcap-static-x86_64-unknown-linux-musl> for i in pcap-filter.manmisc.in pcap-linktype.manmisc.in pcap-tstamp.manmisc.in; do \
2025-08-20T22:02:01.7209457Z [00:12:54.969]➜  libpcap-static-x86_64-unknown-linux-musl>       /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 `echo $i | sed 's/.manmisc.in/.manmisc/'` \
2025-08-20T22:02:01.7212922Z [00:12:54.969]➜  libpcap-static-x86_64-unknown-linux-musl>           /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man7/`echo $i | sed 's/.manmisc.in/.7/'`; done
2025-08-20T22:02:01.7215280Z [00:12:54.973]➜  krb5-static-x86_64-unknown-linux-musl> making all in appl/simple/client...
2025-08-20T22:02:01.7327339Z [00:12:54.984]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/appl/simple/client'
2025-08-20T22:02:01.7389450Z [00:12:54.987]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sim_client.c
2025-08-20T22:02:01.7739838Z [00:12:55.026]➜  libpcap-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:02:01.8289254Z [00:12:55.080]➜  libpcap-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:01.8818560Z [00:12:55.133]➜  libpcap-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5...
2025-08-20T22:02:01.9817953Z [00:12:55.233]➜  libpcap-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/
2025-08-20T22:02:02.1312711Z [00:12:55.383]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o sim_client sim_client.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:02.4153792Z [00:12:55.667]➜  libpcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.4337912Z [00:12:55.685]➜  libpcap-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/bin
2025-08-20T22:02:02.6206673Z [00:12:55.872]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/appl/simple/client'
2025-08-20T22:02:02.6255655Z [00:12:55.877]➜  krb5-static-x86_64-unknown-linux-musl> making all in appl/simple/server...
2025-08-20T22:02:02.6318305Z [00:12:55.884]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/appl/simple/server'
2025-08-20T22:02:02.6375010Z [00:12:55.889]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../../include -I../../../include -I./.. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c sim_server.c
2025-08-20T22:02:02.6965548Z [00:12:55.948]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_free_tstamp_types.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.7052221Z [00:12:55.957]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_perror.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.7107534Z [00:12:55.962]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_datalink_val_to_description.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.7180478Z [00:12:55.969]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_freealldevs.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.7324455Z [00:12:55.984]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_tstamp_type_val_to_description.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.7367794Z [00:12:55.988]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_getnonblock.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.7533848Z [00:12:56.005]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_dispatch.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.7640890Z [00:12:56.015]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_open_dead_with_tstamp_precision.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.7716005Z [00:12:56.023]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_fopen_offline_with_tstamp_precision.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.7848241Z [00:12:56.036]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_open_offline_with_tstamp_precision.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.7998615Z [00:12:56.051]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_dump_fopen.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.8128862Z [00:12:56.064]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_fopen_offline.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.8277511Z [00:12:56.079]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_datalink_val_to_description_or_dlt.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.8399663Z [00:12:56.091]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_next.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.8517971Z [00:12:56.103]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_free_datalinks.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.8647351Z [00:12:56.116]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_minor_version.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.8718379Z [00:12:56.123]➜  libpcap-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/share/man/man3/pcap_sendpacket.3pcap.gz to be relative to /nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5
2025-08-20T22:02:02.8944584Z [00:12:56.146]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o sim_server sim_server.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:03.1005577Z [00:12:56.348]➜  building '/nix/store/hvipzma0pwkwqs6q3x2ybd8qg1y01r1v-libtool-static-x86_64-unknown-linux-musl-2.5.4.drv'...
2025-08-20T22:02:03.2239917Z [00:12:56.476]➜  libtool-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:02:03.2427214Z [00:12:56.494]➜  libtool-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/jajhcicf36zaby6nqdsrz5qcl2hqbx3a-libtool-2.5.4.tar.gz
2025-08-20T22:02:03.4051541Z [00:12:56.657]➜  libtool-static-x86_64-unknown-linux-musl> source root is libtool-2.5.4
2025-08-20T22:02:03.4349476Z [00:12:56.687]➜  libtool-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1732133324 of file "libtool-2.5.4/THANKS"
2025-08-20T22:02:03.4537052Z [00:12:56.705]➜  libtool-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:02:03.4786363Z [00:12:56.728]➜  libtool-static-x86_64-unknown-linux-musl> substituteStream() in derivation libtool-static-x86_64-unknown-linux-musl-2.5.4: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'libtoolize.in')
2025-08-20T22:02:03.4789256Z [00:12:56.729]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/appl/simple/server'
2025-08-20T22:02:03.4791199Z [00:12:56.730]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/appl/simple'
2025-08-20T22:02:03.4914916Z [00:12:56.738]➜  krb5-static-x86_64-unknown-linux-musl> making all in appl/user_user...
2025-08-20T22:02:03.4974764Z [00:12:56.746]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/appl/user_user'
2025-08-20T22:02:03.5009267Z [00:12:56.751]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DDEBUG -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c client.c
2025-08-20T22:02:03.5049936Z [00:12:56.753]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DDEBUG -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c server.c
2025-08-20T22:02:03.5056955Z [00:12:56.757]➜  libtool-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:02:03.5185250Z [00:12:56.769]➜  libtool-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T22:02:03.5320281Z [00:12:56.784]➜  libtool-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T22:02:03.5431920Z [00:12:56.795]➜  libtool-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:02:03.5559405Z [00:12:56.808]➜  libtool-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T22:02:03.5678857Z [00:12:56.820]➜  libtool-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T22:02:03.5820717Z [00:12:56.834]➜  libtool-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:02:03.6586321Z [00:12:56.908]➜  libtool-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:02:03.6731271Z [00:12:56.925]➜  libtool-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:02:03.7457949Z [00:12:56.996]➜  libtool-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4 --bindir=/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/bin --sbindir=/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/sbin --includedir=/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/include --mandir=/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/man --infodir=/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/info --docdir=/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/doc/libtool --libdir=/nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/lib --libexecdir=/nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/libexec --localedir=/nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:02:03.8251860Z [00:12:57.077]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o uuserver server.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:03.9960147Z [00:12:57.247]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o uuclient client.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:04.2822959Z [00:12:57.534]➜  libtool-static-x86_64-unknown-linux-musl> ## ------------------------- ##
2025-08-20T22:02:04.2824406Z [00:12:57.534]➜  libtool-static-x86_64-unknown-linux-musl> ## Configuring libtool 2.5.4 ##
2025-08-20T22:02:04.2825919Z [00:12:57.534]➜  libtool-static-x86_64-unknown-linux-musl> ## ------------------------- ##
2025-08-20T22:02:04.2826908Z [00:12:57.534]➜  libtool-static-x86_64-unknown-linux-musl> 
2025-08-20T22:02:04.3167825Z [00:12:57.568]➜  libtool-static-x86_64-unknown-linux-musl> checking for GNU M4 that supports accurate traces... /nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin/m4
2025-08-20T22:02:04.3296410Z [00:12:57.581]➜  libtool-static-x86_64-unknown-linux-musl> checking whether /nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin/m4 accepts --gnu... yes
2025-08-20T22:02:04.3372776Z [00:12:57.589]➜  libtool-static-x86_64-unknown-linux-musl> checking how m4 supports trace files... --debugfile
2025-08-20T22:02:04.3866726Z [00:12:57.638]➜  libtool-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:02:04.3990525Z [00:12:57.651]➜  libtool-static-x86_64-unknown-linux-musl> checking whether sleep supports fractional seconds... yes
2025-08-20T22:02:04.5049037Z [00:12:57.756]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/appl/user_user'
2025-08-20T22:02:04.5091198Z [00:12:57.761]➜  krb5-static-x86_64-unknown-linux-musl> making all in appl/gss-sample...
2025-08-20T22:02:04.5187905Z [00:12:57.770]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/appl/gss-sample'
2025-08-20T22:02:04.5250224Z [00:12:57.776]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -DGSSAPI_V2 -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gss-server.c
2025-08-20T22:02:04.5261239Z [00:12:57.777]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -DGSSAPI_V2 -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gss-misc.c
2025-08-20T22:02:04.5400956Z [00:12:57.787]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -DGSSAPI_V2 -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gss-client.c
2025-08-20T22:02:04.5740915Z [00:12:57.826]➜  libtool-static-x86_64-unknown-linux-musl> checking filesystem timestamp resolution... 0.01
2025-08-20T22:02:04.5916158Z [00:12:57.843]➜  libtool-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:02:04.6211718Z [00:12:57.872]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:02:04.6300862Z [00:12:57.881]➜  libtool-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:02:04.6302477Z [00:12:57.882]➜  libtool-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:02:04.6716210Z [00:12:57.923]➜  libtool-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:02:04.6926705Z [00:12:57.944]➜  libtool-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:02:04.7287076Z [00:12:57.980]➜  libtool-static-x86_64-unknown-linux-musl> checking xargs -n works... yes
2025-08-20T22:02:04.7835210Z [00:12:58.032]➜  libtool-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:02:04.8045776Z [00:12:58.055]➜  libtool-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:02:04.8051966Z [00:12:58.055]➜  libtool-static-x86_64-unknown-linux-musl> configure: autobuild project... GNU Libtool
2025-08-20T22:02:04.8053756Z [00:12:58.055]➜  libtool-static-x86_64-unknown-linux-musl> configure: autobuild revision... 2.5.4
2025-08-20T22:02:04.8055235Z [00:12:58.057]➜  libtool-static-x86_64-unknown-linux-musl> ./configure: line 4348: hostname: command not found
2025-08-20T22:02:04.8056896Z [00:12:58.057]➜  libtool-static-x86_64-unknown-linux-musl> configure: autobuild mode... default
2025-08-20T22:02:04.8133510Z [00:12:58.065]➜  libtool-static-x86_64-unknown-linux-musl> configure: autobuild timestamp... 20250820T220204Z
2025-08-20T22:02:04.8175719Z [00:12:58.069]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:02:05.2491049Z [00:12:58.501]➜  libtool-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:02:05.2496399Z [00:12:58.501]➜  libtool-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:02:05.3169508Z [00:12:58.568]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o gss-server gss-server.o gss-misc.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:05.3737606Z [00:12:58.622]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o gss-client gss-client.o gss-misc.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:05.4468574Z [00:12:58.698]➜  libtool-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:02:05.4530531Z [00:12:58.705]➜  libtool-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:02:05.5487118Z [00:12:58.800]➜  libtool-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:02:05.6586864Z [00:12:58.910]➜  libtool-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:02:05.7785312Z [00:12:59.030]➜  libtool-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:02:05.9729010Z [00:12:59.225]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:02:06.0819005Z [00:12:59.334]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/appl/gss-sample'
2025-08-20T22:02:06.0846674Z [00:12:59.336]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/appl'
2025-08-20T22:02:06.0935903Z [00:12:59.345]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests...
2025-08-20T22:02:06.1087161Z [00:12:59.360]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/tests'
2025-08-20T22:02:06.1161199Z [00:12:59.367]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../include -I../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_inetd.c
2025-08-20T22:02:06.1279740Z [00:12:59.380]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests/asn.1...
2025-08-20T22:02:06.1385371Z [00:12:59.390]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/asn.1'
2025-08-20T22:02:06.1521277Z [00:12:59.399]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c krb5_encode_test.c
2025-08-20T22:02:06.1593507Z [00:12:59.410]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktest.c
2025-08-20T22:02:06.1609605Z [00:12:59.411]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ktest_equal.c
2025-08-20T22:02:06.1637860Z [00:12:59.415]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c utility.c
2025-08-20T22:02:06.1846307Z [00:12:59.436]➜  libtool-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:02:06.3489510Z [00:12:59.601]➜  libtool-static-x86_64-unknown-linux-musl> checking whether the compiler is clang... no
2025-08-20T22:02:06.3539884Z [00:12:59.602]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c trval.c
2025-08-20T22:02:06.3549949Z [00:12:59.602]➜  libtool-static-x86_64-unknown-linux-musl> checking for compiler option needed when checking for declarations... none
2025-08-20T22:02:06.4175545Z [00:12:59.665]➜  libtool-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:02:06.4205186Z [00:12:59.665]➜  libtool-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:02:06.6044189Z [00:12:59.856]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o pngvalid contrib/libtests/pngvalid.o libpng16.la -lz
2025-08-20T22:02:06.6264113Z [00:12:59.878]➜  libtool-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T22:02:06.6497863Z [00:12:59.901]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c krb5_decode_test.c
2025-08-20T22:02:06.8448563Z [00:13:00.096]➜  libtool-static-x86_64-unknown-linux-musl> checking for egrep -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:02:06.9206427Z [00:13:00.172]➜  libtool-static-x86_64-unknown-linux-musl> checking for Minix Amsterdam compiler... no
2025-08-20T22:02:06.9308128Z [00:13:00.179]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:02:06.9310400Z [00:13:00.179]➜  libtool-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T22:02:06.9436040Z [00:13:00.194]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o pngvalid contrib/libtests/pngvalid.o  ./.libs/libpng16.a -lz
2025-08-20T22:02:07.1280156Z [00:13:00.380]➜  libtool-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:02:07.1460294Z [00:13:00.398]➜  libtool-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:02:07.1697298Z [00:13:00.421]➜  libtool-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:02:07.1730015Z [00:13:00.425]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o contrib/libtests/pngimage.o contrib/libtests/pngimage.c
2025-08-20T22:02:07.1744886Z [00:13:00.426]➜  libtool-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:02:07.1870073Z [00:13:00.435]➜  libtool-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:02:07.2195211Z [00:13:00.471]➜  libtool-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:02:07.2324132Z [00:13:00.483]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c krb5_decode_leak.c
2025-08-20T22:02:07.2671695Z [00:13:00.518]➜  libtool-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:02:07.2673915Z [00:13:00.518]➜  libtool-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:02:07.3727583Z [00:13:00.624]➜  libtool-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:02:07.3735065Z [00:13:00.625]➜  libtool-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:02:07.4480299Z [00:13:00.696]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_trval.c
2025-08-20T22:02:07.5841607Z [00:13:00.836]➜  libtool-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T22:02:07.6025583Z [00:13:00.853]➜  libtool-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:02:07.6028022Z [00:13:00.854]➜  libtool-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:02:07.6030245Z [00:13:00.854]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:02:07.6032424Z [00:13:00.854]➜  libtool-static-x86_64-unknown-linux-musl> checking for file... /nix/store/gzdakjkhhngian3g0d00jgxhlb5wkfyy-file-static-x86_64-unknown-linux-musl-5.45/bin/file
2025-08-20T22:02:07.6125648Z [00:13:00.864]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:02:07.6127747Z [00:13:00.864]➜  libtool-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... pass_all
2025-08-20T22:02:07.6129353Z [00:13:00.864]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:02:07.6142391Z [00:13:00.866]➜  libtool-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:02:07.6164554Z [00:13:00.867]➜  libtool-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:02:07.6224625Z [00:13:00.869]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T22:02:07.7807459Z [00:13:01.032]➜  libtool-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:02:07.7830629Z [00:13:01.032]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:02:08.1653925Z [00:13:01.417]➜  libtool-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:02:08.1745495Z [00:13:01.425]➜  libtool-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:02:08.1889401Z [00:13:01.441]➜  libtool-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:02:08.2048174Z [00:13:01.456]➜  libtool-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:02:08.2641240Z [00:13:01.516]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:02:08.2721976Z [00:13:01.524]➜  libtool-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:02:08.2935283Z [00:13:01.543]➜  libtool-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:02:08.3031816Z [00:13:01.551]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -o t_trval -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  t_trval.o
2025-08-20T22:02:08.4017345Z [00:13:01.645]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_inetd t_inetd.o -lkeyutils -lresolv  -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:08.4021132Z [00:13:01.652]➜  libtool-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:02:08.4738593Z [00:13:01.725]➜  libtool-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:02:08.5520455Z [00:13:01.804]➜  libtool-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:02:08.6324124Z [00:13:01.884]➜  libtool-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:02:08.7584941Z [00:13:02.008]➜  libtool-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:02:08.9009633Z [00:13:02.149]➜  libtool-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:02:09.0487127Z [00:13:02.300]➜  libtool-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:02:09.0888756Z [00:13:02.340]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o pngimage contrib/libtests/pngimage.o libpng16.la -lz
2025-08-20T22:02:09.1430291Z [00:13:02.394]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o krb5_encode_test krb5_encode_test.o ktest.o ktest_equal.o utility.o trval.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:09.1844448Z [00:13:02.436]➜  libtool-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:02:09.3156961Z [00:13:02.567]➜  libtool-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:02:09.4040272Z [00:13:02.656]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o pngimage contrib/libtests/pngimage.o  ./.libs/libpng16.a -lz
2025-08-20T22:02:09.4507107Z [00:13:02.702]➜  libtool-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:02:09.4612051Z [00:13:02.713]➜  libtool-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:02:09.5687667Z [00:13:02.818]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o krb5_decode_leak krb5_decode_leak.o ktest.o ktest_equal.o utility.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:09.6037699Z [00:13:02.855]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o contrib/tools/pngcp.o contrib/tools/pngcp.c
2025-08-20T22:02:09.9097568Z [00:13:03.161]➜  libtool-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:02:09.9103008Z [00:13:03.161]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:02:10.0146649Z [00:13:03.266]➜  libtool-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:02:10.2131518Z [00:13:03.464]➜  libtool-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:02:10.3636717Z [00:13:03.615]➜  libtool-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:02:10.3638627Z [00:13:03.615]➜  libtool-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:02:10.5307046Z [00:13:03.782]➜  libtool-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:02:10.5833948Z [00:13:03.835]➜  x86_64-unknown-linux-musl-binutils>   CC       rx-dis.lo
2025-08-20T22:02:10.7425585Z [00:13:03.994]➜  libtool-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:02:10.7434604Z [00:13:03.995]➜  libtool-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:02:10.8974461Z [00:13:04.149]➜  libtool-static-x86_64-unknown-linux-musl> checking for shl_load... no
2025-08-20T22:02:11.0528584Z [00:13:04.303]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o krb5_decode_test krb5_decode_test.o ktest.o ktest_equal.o utility.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:11.0695452Z [00:13:04.318]➜  libtool-static-x86_64-unknown-linux-musl> checking for shl_load in -ldld... no
2025-08-20T22:02:11.2552256Z [00:13:04.507]➜  x86_64-unknown-linux-musl-binutils>   CC       s390-dis.lo
2025-08-20T22:02:11.2758276Z [00:13:04.527]➜  libtool-static-x86_64-unknown-linux-musl> checking for dlopen... yes
2025-08-20T22:02:11.2781474Z [00:13:04.530]➜  libtool-static-x86_64-unknown-linux-musl> checking whether a program can dlopen itself... cross
2025-08-20T22:02:11.2854521Z [00:13:04.537]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o pngcp contrib/tools/pngcp.o libpng16.la -lz
2025-08-20T22:02:11.2895982Z [00:13:04.541]➜  libtool-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:02:11.2901514Z [00:13:04.541]➜  libtool-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:02:11.2904409Z [00:13:04.541]➜  libtool-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:02:11.2906423Z [00:13:04.541]➜  libtool-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:02:11.2956518Z [00:13:04.547]➜  libtool-static-x86_64-unknown-linux-musl> checking what extension is used for runtime loadable modules... .so
2025-08-20T22:02:11.2958527Z [00:13:04.547]➜  libtool-static-x86_64-unknown-linux-musl> checking what variable specifies run-time module search path... LD_LIBRARY_PATH
2025-08-20T22:02:11.2961447Z [00:13:04.547]➜  libtool-static-x86_64-unknown-linux-musl> checking for the default library search path... /lib /usr/lib
2025-08-20T22:02:11.3328737Z [00:13:04.584]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/asn.1'
2025-08-20T22:02:11.3404788Z [00:13:04.591]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests/create...
2025-08-20T22:02:11.3466453Z [00:13:04.598]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/create'
2025-08-20T22:02:11.3509934Z [00:13:04.602]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb5_mkdums.c
2025-08-20T22:02:11.4415725Z [00:13:04.692]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T22:02:11.5047078Z [00:13:04.756]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o pngcp contrib/tools/pngcp.o  ./.libs/libpng16.a -lz
2025-08-20T22:02:11.6140113Z [00:13:04.866]➜  libtool-static-x86_64-unknown-linux-musl> checking for library containing dlopen... none required
2025-08-20T22:02:11.7016048Z [00:13:04.950]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o contrib/libtests/timepng.o contrib/libtests/timepng.c
2025-08-20T22:02:11.7868190Z [00:13:05.038]➜  libtool-static-x86_64-unknown-linux-musl> checking for dlerror... yes
2025-08-20T22:02:11.7881073Z [00:13:05.039]➜  libtool-static-x86_64-unknown-linux-musl> checking for shl_load... (cached) no
2025-08-20T22:02:11.7882339Z [00:13:05.039]➜  libtool-static-x86_64-unknown-linux-musl> checking for shl_load in -ldld... (cached) no
2025-08-20T22:02:11.8556492Z [00:13:05.107]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kdb5_mkdums kdb5_mkdums.o -pthread -lpthread  -lkdb5 -lkrb5_db2 -lkadm5srv_mit -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:11.9975047Z [00:13:05.246]➜  libtool-static-x86_64-unknown-linux-musl> checking for dld_link in -ldld... no
2025-08-20T22:02:12.0630369Z [00:13:05.315]➜  x86_64-unknown-linux-musl-binutils>   CC       s390-mkopc.o
2025-08-20T22:02:12.1094271Z [00:13:05.361]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o timepng contrib/libtests/timepng.o libpng16.la -lz
2025-08-20T22:02:12.1137351Z [00:13:05.365]➜  libtool-static-x86_64-unknown-linux-musl> checking for _ prefix in compiled symbols... no
2025-08-20T22:02:12.1140614Z [00:13:05.366]➜  libtool-static-x86_64-unknown-linux-musl> checking whether deplibs are loaded by dlopen... yes
2025-08-20T22:02:12.2169300Z [00:13:05.469]➜  libtool-static-x86_64-unknown-linux-musl> checking for argz.h... no
2025-08-20T22:02:12.2923803Z [00:13:05.544]➜  libtool-static-x86_64-unknown-linux-musl> checking for error_t... no
2025-08-20T22:02:12.3037611Z [00:13:05.555]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o timepng contrib/libtests/timepng.o  ./.libs/libpng16.a -lz
2025-08-20T22:02:12.4538239Z [00:13:05.705]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libpng-1.6.47'
2025-08-20T22:02:12.4614425Z [00:13:05.711]➜  libpng-apng-static-x86_64-unknown-linux-musl> buildPhase completed in 1 minutes 13 seconds
2025-08-20T22:02:12.4630023Z [00:13:05.711]➜  libpng-apng-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T22:02:12.4714841Z [00:13:05.723]➜  libtool-static-x86_64-unknown-linux-musl> checking for argz_add... no
2025-08-20T22:02:12.5702141Z [00:13:05.822]➜  x86_64-unknown-linux-musl-binutils>   CC       score-dis.lo
2025-08-20T22:02:12.6004919Z [00:13:05.852]➜  libpng-apng-static-x86_64-unknown-linux-musl> check flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash VERBOSE=y check
2025-08-20T22:02:12.6057208Z [00:13:05.857]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm -f scripts/symbols.out scripts/symbols.tf[12]
2025-08-20T22:02:12.6137720Z [00:13:05.863]➜  libpng-apng-static-x86_64-unknown-linux-musl> test -d scripts || mkdir scripts || test -d scripts
2025-08-20T22:02:12.6211909Z [00:13:05.873]➜  libpng-apng-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -E -DHAVE_CONFIG_H -I. \
2025-08-20T22:02:12.6218328Z [00:13:05.873]➜  libpng-apng-static-x86_64-unknown-linux-musl>      -DPNGLIB_LIBNAME='PNG16_0' -DPNGLIB_VERSION='1.6.47' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS -DPNG_BUILDING_SYMBOL_TABLE  scripts/symbols.c > scripts/symbols.tf1
2025-08-20T22:02:12.6248881Z [00:13:05.877]➜  libtool-static-x86_64-unknown-linux-musl> checking for argz_append... no
2025-08-20T22:02:12.6870279Z [00:13:05.939]➜  libpng-apng-static-x86_64-unknown-linux-musl> gawk -f "./scripts/dfn.awk" out="scripts/symbols.tf2" scripts/symbols.tf1 1>&2
2025-08-20T22:02:12.7255010Z [00:13:05.971]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm -f scripts/symbols.tf1
2025-08-20T22:02:12.7256787Z [00:13:05.975]➜  libpng-apng-static-x86_64-unknown-linux-musl> mv scripts/symbols.tf2 scripts/symbols.out
2025-08-20T22:02:12.7295029Z [00:13:05.981]➜  libpng-apng-static-x86_64-unknown-linux-musl> rm -f scripts/symbols.chk scripts/symbols.new
2025-08-20T22:02:12.7350055Z [00:13:05.987]➜  libpng-apng-static-x86_64-unknown-linux-musl> gawk -f ./scripts/checksym.awk ./scripts/symbols.def\
2025-08-20T22:02:12.7355969Z [00:13:05.987]➜  libpng-apng-static-x86_64-unknown-linux-musl>     of="scripts/symbols.new" scripts/symbols.out >&2
2025-08-20T22:02:12.7450694Z [00:13:05.997]➜  libpng-apng-static-x86_64-unknown-linux-musl> mv scripts/symbols.new scripts/symbols.chk
2025-08-20T22:02:12.7490371Z [00:13:06.001]➜  libpng-apng-static-x86_64-unknown-linux-musl> make  check-am
2025-08-20T22:02:12.7585103Z [00:13:06.010]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libpng-1.6.47'
2025-08-20T22:02:12.7644417Z [00:13:06.016]➜  libpng-apng-static-x86_64-unknown-linux-musl> make  pngtest pngunknown pngstest pngvalid pngimage pngcp timepng
2025-08-20T22:02:12.7725895Z [00:13:06.024]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libpng-1.6.47'
2025-08-20T22:02:12.7761692Z [00:13:06.028]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: 'pngtest' is up to date.
2025-08-20T22:02:12.7767538Z [00:13:06.029]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: 'pngunknown' is up to date.
2025-08-20T22:02:12.7772877Z [00:13:06.029]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: 'pngstest' is up to date.
2025-08-20T22:02:12.7778811Z [00:13:06.030]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: 'pngvalid' is up to date.
2025-08-20T22:02:12.7844389Z [00:13:06.030]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: 'pngimage' is up to date.
2025-08-20T22:02:12.7845950Z [00:13:06.030]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: 'pngcp' is up to date.
2025-08-20T22:02:12.7850574Z [00:13:06.030]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: 'timepng' is up to date.
2025-08-20T22:02:12.7853730Z [00:13:06.030]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libpng-1.6.47'
2025-08-20T22:02:12.7855362Z [00:13:06.030]➜  libpng-apng-static-x86_64-unknown-linux-musl> make  check-TESTS
2025-08-20T22:02:12.7906856Z [00:13:06.042]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libpng-1.6.47'
2025-08-20T22:02:12.7967751Z [00:13:06.049]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/create'
2025-08-20T22:02:12.8053950Z [00:13:06.057]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests/hammer...
2025-08-20T22:02:12.8151490Z [00:13:06.067]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/hammer'
2025-08-20T22:02:12.8159390Z [00:13:06.068]➜  libtool-static-x86_64-unknown-linux-musl> checking for argz_count... no
2025-08-20T22:02:12.8183041Z [00:13:06.069]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdc5_hammer.c
2025-08-20T22:02:12.8299734Z [00:13:06.079]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libpng-1.6.47'
2025-08-20T22:02:13.0408576Z [00:13:06.292]➜  libtool-static-x86_64-unknown-linux-musl> checking for argz_create_sep... no
2025-08-20T22:02:13.0678991Z [00:13:06.319]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngtest-all
2025-08-20T22:02:13.2393143Z [00:13:06.489]➜  x86_64-unknown-linux-musl-binutils>   CC       score7-dis.lo
2025-08-20T22:02:13.2965106Z [00:13:06.544]➜  libtool-static-x86_64-unknown-linux-musl> checking for argz_insert... no
2025-08-20T22:02:13.5202131Z [00:13:06.772]➜  libtool-static-x86_64-unknown-linux-musl> checking for argz_next... no
2025-08-20T22:02:13.5316077Z [00:13:06.783]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kdc5_hammer kdc5_hammer.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:13.7735084Z [00:13:07.020]➜  libtool-static-x86_64-unknown-linux-musl> checking for argz_stringify... no
2025-08-20T22:02:13.7744878Z [00:13:07.021]➜  libtool-static-x86_64-unknown-linux-musl> checking whether libtool supports -dlopen/-dlpreopen... yes
2025-08-20T22:02:13.7746178Z [00:13:07.021]➜  libtool-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T22:02:13.8961391Z [00:13:07.148]➜  libtool-static-x86_64-unknown-linux-musl> checking for dl.h... no
2025-08-20T22:02:13.9849235Z [00:13:07.237]➜  libtool-static-x86_64-unknown-linux-musl> checking for sys/dl.h... no
2025-08-20T22:02:13.9997054Z [00:13:07.251]➜  x86_64-unknown-linux-musl-binutils>   CC       sh-dis.lo
2025-08-20T22:02:14.0116834Z [00:13:07.263]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/hammer'
2025-08-20T22:02:14.0234421Z [00:13:07.275]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests/verify...
2025-08-20T22:02:14.0359138Z [00:13:07.288]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/verify'
2025-08-20T22:02:14.0470428Z [00:13:07.296]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c kdb5_verify.c
2025-08-20T22:02:14.1094993Z [00:13:07.359]➜  libtool-static-x86_64-unknown-linux-musl> checking for dld.h... no
2025-08-20T22:02:14.1359191Z [00:13:07.388]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-gamma-16-to-8
2025-08-20T22:02:14.2506669Z [00:13:07.502]➜  libtool-static-x86_64-unknown-linux-musl> checking for mach-o/dyld.h... no
2025-08-20T22:02:14.3558180Z [00:13:07.607]➜  libtool-static-x86_64-unknown-linux-musl> checking for dirent.h... yes
2025-08-20T22:02:14.5562768Z [00:13:07.808]➜  libtool-static-x86_64-unknown-linux-musl> checking for closedir... yes
2025-08-20T22:02:14.5984774Z [00:13:07.850]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o kdb5_verify kdb5_verify.o -lkdb5 -lkrb5_db2 -lkadm5srv_mit -lgssrpc -lgssapi_krb5 -pthread -lpthread  -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:14.7726904Z [00:13:08.024]➜  libtool-static-x86_64-unknown-linux-musl> checking for opendir... yes
2025-08-20T22:02:15.0108473Z [00:13:08.262]➜  libtool-static-x86_64-unknown-linux-musl> checking for readdir... yes
2025-08-20T22:02:15.1975944Z [00:13:08.449]➜  x86_64-unknown-linux-musl-binutils>   CXX      stringpool.o
2025-08-20T22:02:15.2307789Z [00:13:08.482]➜  libtool-static-x86_64-unknown-linux-musl> checking for strlcat... yes
2025-08-20T22:02:15.3323008Z [00:13:08.583]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/verify'
2025-08-20T22:02:15.3416947Z [00:13:08.593]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests/gssapi...
2025-08-20T22:02:15.3600308Z [00:13:08.610]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/gssapi'
2025-08-20T22:02:15.3629783Z [00:13:08.614]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccinit.c
2025-08-20T22:02:15.3664927Z [00:13:08.618]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c ccrefresh.c
2025-08-20T22:02:15.3751523Z [00:13:08.626]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_accname.c
2025-08-20T22:02:15.3765275Z [00:13:08.628]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c common.c
2025-08-20T22:02:15.3830318Z [00:13:08.630]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_add_cred.c
2025-08-20T22:02:15.4448082Z [00:13:08.696]➜  libtool-static-x86_64-unknown-linux-musl> checking for strlcpy... yes
2025-08-20T22:02:15.6240802Z [00:13:08.876]➜  x86_64-unknown-linux-musl-binutils>   CC       sparc-dis.lo
2025-08-20T22:02:15.6381144Z [00:13:08.888]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_bindings.c
2025-08-20T22:02:15.7039159Z [00:13:08.956]➜  libtool-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C++... yes
2025-08-20T22:02:15.7199193Z [00:13:08.971]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_ccselect.c
2025-08-20T22:02:15.7298772Z [00:13:08.981]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_ciflags.c
2025-08-20T22:02:15.7394833Z [00:13:08.991]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_context.c
2025-08-20T22:02:15.8424207Z [00:13:09.094]➜  libtool-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
2025-08-20T22:02:15.8901676Z [00:13:09.137]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_credstore.c
2025-08-20T22:02:15.9330876Z [00:13:09.174]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_enctypes.c
2025-08-20T22:02:15.9392883Z [00:13:09.190]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_err.c
2025-08-20T22:02:15.9857647Z [00:13:09.237]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_export_cred.c
2025-08-20T22:02:16.0173430Z [00:13:09.268]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_export_name.c
2025-08-20T22:02:16.1637518Z [00:13:09.415]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_gssexts.c
2025-08-20T22:02:16.2611621Z [00:13:09.507]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_imp_cred.c
2025-08-20T22:02:16.2735391Z [00:13:09.525]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_imp_name.c
2025-08-20T22:02:16.3394101Z [00:13:09.591]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
2025-08-20T22:02:16.3475179Z [00:13:09.598]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_invalid.c
2025-08-20T22:02:16.3486340Z [00:13:09.598]➜  libtool-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-g++... none
2025-08-20T22:02:16.4882670Z [00:13:09.739]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_inq_cred.c
2025-08-20T22:02:16.5300163Z [00:13:09.781]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_inq_ctx.c
2025-08-20T22:02:16.5385439Z [00:13:09.790]➜  libtool-static-x86_64-unknown-linux-musl> checking how to run the C++ preprocessor... x86_64-unknown-linux-musl-g++ -E
2025-08-20T22:02:16.5452247Z [00:13:09.796]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_inq_mechs_name.c
2025-08-20T22:02:16.5572930Z [00:13:09.807]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_iov.c
2025-08-20T22:02:16.7452534Z [00:13:09.996]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_lifetime.c
2025-08-20T22:02:16.7799628Z [00:13:10.031]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_namingexts.c
2025-08-20T22:02:16.9182175Z [00:13:10.169]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_oid.c
2025-08-20T22:02:17.0671517Z [00:13:10.317]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_pcontok.c
2025-08-20T22:02:17.1434788Z [00:13:10.395]➜  libtool-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-g++... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T22:02:17.1764820Z [00:13:10.427]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_prf.c
2025-08-20T22:02:17.1957646Z [00:13:10.447]➜  x86_64-unknown-linux-musl-binutils>   CC       sparc-opc.lo
2025-08-20T22:02:17.1992952Z [00:13:10.451]➜  libtool-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T22:02:17.2508370Z [00:13:10.502]➜  libtool-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:02:17.3369892Z [00:13:10.588]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_s4u.c
2025-08-20T22:02:17.3631548Z [00:13:10.608]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_s4u2proxy_krb5.c
2025-08-20T22:02:17.5517491Z [00:13:10.803]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_saslname.c
2025-08-20T22:02:17.5717805Z [00:13:10.823]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_spnego.c
2025-08-20T22:02:17.6583521Z [00:13:10.909]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_srcattrs.c
2025-08-20T22:02:17.6608052Z [00:13:10.913]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to produce PIC... -fPIC -DPIC
2025-08-20T22:02:17.7102671Z [00:13:10.958]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -I../../include -I../../include -I./../../lib/gssapi/mechglue -I./../../lib/gssapi/krb5 -I./../../lib/gssapi/generic -I../../lib/gssapi/krb5 -I../../lib/gssapi/generic -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c t_store_cred.c
2025-08-20T22:02:17.7566440Z [00:13:11.008]➜  libtool-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ PIC flag -fPIC -DPIC works... yes
2025-08-20T22:02:17.7733711Z [00:13:11.025]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o ccinit ccinit.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:17.8391087Z [00:13:11.091]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o ccrefresh ccrefresh.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:17.9591936Z [00:13:11.211]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_accname t_accname.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:18.0000929Z [00:13:11.252]➜  x86_64-unknown-linux-musl-binutils>   CXX      symtab.o
2025-08-20T22:02:18.0215672Z [00:13:11.273]➜  libtool-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ static flag -static works... yes
2025-08-20T22:02:18.0320831Z [00:13:11.284]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_add_cred t_add_cred.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:18.1600922Z [00:13:11.412]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_bindings t_bindings.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:18.1791326Z [00:13:11.431]➜  libtool-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... yes
2025-08-20T22:02:18.1794584Z [00:13:11.431]➜  libtool-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... (cached) yes
2025-08-20T22:02:18.1797755Z [00:13:11.431]➜  libtool-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:02:18.1799847Z [00:13:11.431]➜  libtool-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
2025-08-20T22:02:18.1801558Z [00:13:11.431]➜  libtool-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:02:18.1916648Z [00:13:11.440]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g77... no
2025-08-20T22:02:18.1921916Z [00:13:11.441]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-xlf... no
2025-08-20T22:02:18.1935611Z [00:13:11.445]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-f77... no
2025-08-20T22:02:18.1978072Z [00:13:11.450]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-frt... no
2025-08-20T22:02:18.1986913Z [00:13:11.450]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pgf77... no
2025-08-20T22:02:18.1995037Z [00:13:11.451]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cf77... no
2025-08-20T22:02:18.2094897Z [00:13:11.459]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-fort77... no
2025-08-20T22:02:18.2096833Z [00:13:11.459]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-fl32... no
2025-08-20T22:02:18.2216160Z [00:13:11.472]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-af77... no
2025-08-20T22:02:18.2217781Z [00:13:11.472]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-xlf90... no
2025-08-20T22:02:18.2219122Z [00:13:11.472]➜  x86_64-unknown-linux-musl-binutils>   CXX      target.o
2025-08-20T22:02:18.2220719Z [00:13:11.472]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-f90... no
2025-08-20T22:02:18.2271071Z [00:13:11.478]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pgf90... no
2025-08-20T22:02:18.2273907Z [00:13:11.479]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pghpf... no
2025-08-20T22:02:18.2344622Z [00:13:11.483]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-epcf90... no
2025-08-20T22:02:18.2444718Z [00:13:11.491]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gfortran... no
2025-08-20T22:02:18.2446479Z [00:13:11.491]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g95... no
2025-08-20T22:02:18.2534588Z [00:13:11.503]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-xlf95... no
2025-08-20T22:02:18.2536356Z [00:13:11.503]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-f95... no
2025-08-20T22:02:18.2537910Z [00:13:11.503]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-fort... no
2025-08-20T22:02:18.2565413Z [00:13:11.508]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ifort... no
2025-08-20T22:02:18.2645681Z [00:13:11.516]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ifc... no
2025-08-20T22:02:18.2650943Z [00:13:11.516]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-efc... no
2025-08-20T22:02:18.2652675Z [00:13:11.516]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pgfortran... no
2025-08-20T22:02:18.2714720Z [00:13:11.523]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pgf95... no
2025-08-20T22:02:18.2724823Z [00:13:11.524]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-lf95... no
2025-08-20T22:02:18.2765257Z [00:13:11.528]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ftn... no
2025-08-20T22:02:18.2875963Z [00:13:11.539]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-nagfor... no
2025-08-20T22:02:18.2877269Z [00:13:11.539]➜  libtool-static-x86_64-unknown-linux-musl> checking for g77... no
2025-08-20T22:02:18.2878301Z [00:13:11.539]➜  libtool-static-x86_64-unknown-linux-musl> checking for xlf... no
2025-08-20T22:02:18.2905716Z [00:13:11.542]➜  libtool-static-x86_64-unknown-linux-musl> checking for f77... no
2025-08-20T22:02:18.2944761Z [00:13:11.546]➜  libtool-static-x86_64-unknown-linux-musl> checking for frt... no
2025-08-20T22:02:18.3004745Z [00:13:11.552]➜  libtool-static-x86_64-unknown-linux-musl> checking for pgf77... no
2025-08-20T22:02:18.3035524Z [00:13:11.555]➜  libtool-static-x86_64-unknown-linux-musl> checking for cf77... no
2025-08-20T22:02:18.3075056Z [00:13:11.559]➜  libtool-static-x86_64-unknown-linux-musl> checking for fort77... no
2025-08-20T22:02:18.3076793Z [00:13:11.559]➜  libtool-static-x86_64-unknown-linux-musl> checking for fl32... no
2025-08-20T22:02:18.3095376Z [00:13:11.561]➜  libtool-static-x86_64-unknown-linux-musl> checking for af77... no
2025-08-20T22:02:18.3175011Z [00:13:11.569]➜  libtool-static-x86_64-unknown-linux-musl> checking for xlf90... no
2025-08-20T22:02:18.3176257Z [00:13:11.569]➜  libtool-static-x86_64-unknown-linux-musl> checking for f90... no
2025-08-20T22:02:18.3204384Z [00:13:11.570]➜  libtool-static-x86_64-unknown-linux-musl> checking for pgf90... no
2025-08-20T22:02:18.3224386Z [00:13:11.574]➜  libtool-static-x86_64-unknown-linux-musl> checking for pghpf... no
2025-08-20T22:02:18.3233393Z [00:13:11.575]➜  libtool-static-x86_64-unknown-linux-musl> checking for epcf90... no
2025-08-20T22:02:18.3296860Z [00:13:11.581]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_ccselect t_ccselect.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:18.3302897Z [00:13:11.581]➜  libtool-static-x86_64-unknown-linux-musl> checking for gfortran... no
2025-08-20T22:02:18.3312722Z [00:13:11.583]➜  libtool-static-x86_64-unknown-linux-musl> checking for g95... no
2025-08-20T22:02:18.3322663Z [00:13:11.584]➜  libtool-static-x86_64-unknown-linux-musl> checking for xlf95... no
2025-08-20T22:02:18.3332961Z [00:13:11.585]➜  libtool-static-x86_64-unknown-linux-musl> checking for f95... no
2025-08-20T22:02:18.3414487Z [00:13:11.593]➜  libtool-static-x86_64-unknown-linux-musl> checking for fort... no
2025-08-20T22:02:18.3419114Z [00:13:11.594]➜  libtool-static-x86_64-unknown-linux-musl> checking for ifort... no
2025-08-20T22:02:18.3423613Z [00:13:11.594]➜  libtool-static-x86_64-unknown-linux-musl> checking for ifc... no
2025-08-20T22:02:18.3487042Z [00:13:11.600]➜  libtool-static-x86_64-unknown-linux-musl> checking for efc... no
2025-08-20T22:02:18.3534981Z [00:13:11.605]➜  libtool-static-x86_64-unknown-linux-musl> checking for pgfortran... no
2025-08-20T22:02:18.3564114Z [00:13:11.605]➜  libtool-static-x86_64-unknown-linux-musl> checking for pgf95... no
2025-08-20T22:02:18.3565279Z [00:13:11.605]➜  libtool-static-x86_64-unknown-linux-musl> checking for lf95... no
2025-08-20T22:02:18.3576797Z [00:13:11.609]➜  libtool-static-x86_64-unknown-linux-musl> checking for ftn... no
2025-08-20T22:02:18.3595249Z [00:13:11.611]➜  libtool-static-x86_64-unknown-linux-musl> checking for nagfor... no
2025-08-20T22:02:18.5054937Z [00:13:11.757]➜  libtool-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU Fortran 77... no
2025-08-20T22:02:18.5341171Z [00:13:11.786]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_ciflags t_ciflags.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:18.5725752Z [00:13:11.821]➜  libtool-static-x86_64-unknown-linux-musl> checking whether  accepts -g... no
2025-08-20T22:02:18.5954854Z [00:13:11.845]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gfortran... no
2025-08-20T22:02:18.6026240Z [00:13:11.851]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g95... no
2025-08-20T22:02:18.6027836Z [00:13:11.854]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-xlf95... no
2025-08-20T22:02:18.6104762Z [00:13:11.859]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-f95... no
2025-08-20T22:02:18.6106168Z [00:13:11.859]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-fort... no
2025-08-20T22:02:18.6154123Z [00:13:11.865]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ifort... no
2025-08-20T22:02:18.6155497Z [00:13:11.865]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ifc... no
2025-08-20T22:02:18.6157000Z [00:13:11.867]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-efc... no
2025-08-20T22:02:18.6212203Z [00:13:11.873]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pgfortran... no
2025-08-20T22:02:18.6213727Z [00:13:11.873]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pgf95... no
2025-08-20T22:02:18.6244854Z [00:13:11.876]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-lf95... no
2025-08-20T22:02:18.6274398Z [00:13:11.877]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ftn... no
2025-08-20T22:02:18.6301411Z [00:13:11.881]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-nagfor... no
2025-08-20T22:02:18.6303142Z [00:13:11.882]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-xlf90... no
2025-08-20T22:02:18.6333893Z [00:13:11.885]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-f90... no
2025-08-20T22:02:18.6374491Z [00:13:11.886]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pgf90... no
2025-08-20T22:02:18.6434414Z [00:13:11.892]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pghpf... no
2025-08-20T22:02:18.6435904Z [00:13:11.895]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-epcf90... no
2025-08-20T22:02:18.6437354Z [00:13:11.895]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g77... no
2025-08-20T22:02:18.6440846Z [00:13:11.896]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-xlf... no
2025-08-20T22:02:18.6501102Z [00:13:11.902]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-f77... no
2025-08-20T22:02:18.6504197Z [00:13:11.902]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-frt... no
2025-08-20T22:02:18.6534455Z [00:13:11.903]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pgf77... no
2025-08-20T22:02:18.6601500Z [00:13:11.912]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cf77... no
2025-08-20T22:02:18.6602904Z [00:13:11.912]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-fort77... no
2025-08-20T22:02:18.6604558Z [00:13:11.912]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-fl32... no
2025-08-20T22:02:18.6683371Z [00:13:11.920]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-af77... no
2025-08-20T22:02:18.6684598Z [00:13:11.920]➜  libtool-static-x86_64-unknown-linux-musl> checking for gfortran... no
2025-08-20T22:02:18.6685590Z [00:13:11.920]➜  libtool-static-x86_64-unknown-linux-musl> checking for g95... no
2025-08-20T22:02:18.6773181Z [00:13:11.929]➜  libtool-static-x86_64-unknown-linux-musl> checking for xlf95... no
2025-08-20T22:02:18.6774426Z [00:13:11.929]➜  libtool-static-x86_64-unknown-linux-musl> checking for f95... no
2025-08-20T22:02:18.6775413Z [00:13:11.929]➜  libtool-static-x86_64-unknown-linux-musl> checking for fort... no
2025-08-20T22:02:18.6804200Z [00:13:11.930]➜  libtool-static-x86_64-unknown-linux-musl> checking for ifort... no
2025-08-20T22:02:18.6823840Z [00:13:11.934]➜  libtool-static-x86_64-unknown-linux-musl> checking for ifc... no
2025-08-20T22:02:18.6865658Z [00:13:11.938]➜  libtool-static-x86_64-unknown-linux-musl> checking for efc... no
2025-08-20T22:02:18.6894212Z [00:13:11.940]➜  libtool-static-x86_64-unknown-linux-musl> checking for pgfortran... no
2025-08-20T22:02:18.6895454Z [00:13:11.940]➜  libtool-static-x86_64-unknown-linux-musl> checking for pgf95... no
2025-08-20T22:02:18.6954611Z [00:13:11.946]➜  libtool-static-x86_64-unknown-linux-musl> checking for lf95... no
2025-08-20T22:02:18.6984166Z [00:13:11.948]➜  libtool-static-x86_64-unknown-linux-musl> checking for ftn... no
2025-08-20T22:02:18.6985265Z [00:13:11.948]➜  libtool-static-x86_64-unknown-linux-musl> checking for nagfor... no
2025-08-20T22:02:18.6986294Z [00:13:11.949]➜  libtool-static-x86_64-unknown-linux-musl> checking for xlf90... no
2025-08-20T22:02:18.7058565Z [00:13:11.958]➜  libtool-static-x86_64-unknown-linux-musl> checking for f90... no
2025-08-20T22:02:18.7059563Z [00:13:11.958]➜  libtool-static-x86_64-unknown-linux-musl> checking for pgf90... no
2025-08-20T22:02:18.7060548Z [00:13:11.958]➜  libtool-static-x86_64-unknown-linux-musl> checking for pghpf... no
2025-08-20T22:02:18.7094233Z [00:13:11.958]➜  libtool-static-x86_64-unknown-linux-musl> checking for epcf90... no
2025-08-20T22:02:18.7142691Z [00:13:11.966]➜  libtool-static-x86_64-unknown-linux-musl> checking for g77... no
2025-08-20T22:02:18.7143917Z [00:13:11.966]➜  libtool-static-x86_64-unknown-linux-musl> checking for xlf... no
2025-08-20T22:02:18.7151399Z [00:13:11.967]➜  libtool-static-x86_64-unknown-linux-musl> checking for f77... no
2025-08-20T22:02:18.7201939Z [00:13:11.972]➜  libtool-static-x86_64-unknown-linux-musl> checking for frt... no
2025-08-20T22:02:18.7234354Z [00:13:11.972]➜  libtool-static-x86_64-unknown-linux-musl> checking for pgf77... no
2025-08-20T22:02:18.7250588Z [00:13:11.977]➜  libtool-static-x86_64-unknown-linux-musl> checking for cf77... no
2025-08-20T22:02:18.7251622Z [00:13:11.977]➜  libtool-static-x86_64-unknown-linux-musl> checking for fort77... no
2025-08-20T22:02:18.7284200Z [00:13:11.978]➜  libtool-static-x86_64-unknown-linux-musl> checking for fl32... no
2025-08-20T22:02:18.7354284Z [00:13:11.985]➜  libtool-static-x86_64-unknown-linux-musl> checking for af77... no
2025-08-20T22:02:18.8578704Z [00:13:12.109]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_context t_context.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:18.8967761Z [00:13:12.148]➜  libtool-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU Fortran... no
2025-08-20T22:02:18.9078361Z [00:13:12.159]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_credstore t_credstore.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:18.9635483Z [00:13:12.215]➜  libtool-static-x86_64-unknown-linux-musl> checking whether  accepts -g... no
2025-08-20T22:02:18.9975662Z [00:13:12.246]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gccgo... no
2025-08-20T22:02:18.9976892Z [00:13:12.246]➜  libtool-static-x86_64-unknown-linux-musl> checking for gccgo... no
2025-08-20T22:02:19.1287881Z [00:13:12.380]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_enctypes t_enctypes.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:19.1444877Z [00:13:12.394]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcj... no
2025-08-20T22:02:19.1487441Z [00:13:12.400]➜  libtool-static-x86_64-unknown-linux-musl> checking for gcj... no
2025-08-20T22:02:19.1723817Z [00:13:12.424]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_err t_err.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:19.3506982Z [00:13:12.602]➜  libtool-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-windres... no
2025-08-20T22:02:19.3580268Z [00:13:12.609]➜  libtool-static-x86_64-unknown-linux-musl> checking for windres... no
2025-08-20T22:02:19.4543695Z [00:13:12.706]➜  x86_64-unknown-linux-musl-binutils>   CC       spu-dis.lo
2025-08-20T22:02:19.4787513Z [00:13:12.730]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_export_cred t_export_cred.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:19.7009391Z [00:13:12.952]➜  libtool-static-x86_64-unknown-linux-musl> checking for C compiler option to allow warnings... -Wno-error
2025-08-20T22:02:19.8379194Z [00:13:13.089]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_export_name t_export_name.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:19.9057789Z [00:13:13.157]➜  libtool-static-x86_64-unknown-linux-musl> checking for C++ compiler option to allow warnings... -Wno-error
2025-08-20T22:02:19.9066393Z [00:13:13.158]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_gssexts t_gssexts.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:20.0737456Z [00:13:13.320]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_imp_cred t_imp_cred.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:20.1101147Z [00:13:13.362]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_imp_name t_imp_name.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:20.1708758Z [00:13:13.422]➜  libtool-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:02:20.1719498Z [00:13:13.424]➜  libtool-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:02:20.2676461Z [00:13:13.514]➜  x86_64-unknown-linux-musl-binutils>   CC       spu-opc.lo
2025-08-20T22:02:20.4678080Z [00:13:13.716]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_invalid t_invalid.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:20.4769691Z [00:13:13.729]➜  x86_64-unknown-linux-musl-binutils>   CC       tic30-dis.lo
2025-08-20T22:02:20.7264868Z [00:13:13.978]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_inq_cred t_inq_cred.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:20.9126875Z [00:13:14.164]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_inq_ctx t_inq_ctx.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:20.9500931Z [00:13:14.202]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_inq_mechs_name t_inq_mechs_name.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:20.9605029Z [00:13:14.212]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-gamma-alpha-mode
2025-08-20T22:02:21.0027710Z [00:13:14.252]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_iov t_iov.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:21.1828102Z [00:13:14.434]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_lifetime t_lifetime.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:21.6971463Z [00:13:14.949]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_namingexts t_namingexts.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:21.7469666Z [00:13:14.998]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_oid t_oid.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:21.9147200Z [00:13:15.163]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_pcontok t_pcontok.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:21.9555556Z [00:13:15.207]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_prf t_prf.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:21.9852475Z [00:13:15.237]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: basic
2025-08-20T22:02:22.1501154Z [00:13:15.402]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_s4u t_s4u.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:22.4234480Z [00:13:15.675]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_s4u2proxy_krb5 t_s4u2proxy_krb5.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:22.4713474Z [00:13:15.723]➜  x86_64-unknown-linux-musl-binutils>   CC       tic4x-dis.lo
2025-08-20T22:02:22.6610815Z [00:13:15.913]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_saslname t_saslname.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:22.9632512Z [00:13:16.214]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_spnego t_spnego.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:22.9736184Z [00:13:16.222]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_srcattrs t_srcattrs.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:23.0888221Z [00:13:16.340]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -o t_store_cred t_store_cred.o common.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv
2025-08-20T22:02:23.9029807Z [00:13:17.155]➜  x86_64-unknown-linux-musl-binutils>   CC       tic54x-dis.lo
2025-08-20T22:02:23.9296563Z [00:13:17.181]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/gssapi'
2025-08-20T22:02:23.9371108Z [00:13:17.189]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests/shlib...
2025-08-20T22:02:23.9516653Z [00:13:17.200]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/shlib'
2025-08-20T22:02:23.9655332Z [00:13:17.217]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-gamma-background
2025-08-20T22:02:23.9671246Z [00:13:17.218]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/shlib'
2025-08-20T22:02:23.9775109Z [00:13:17.229]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests/gss-threads...
2025-08-20T22:02:23.9791367Z [00:13:17.231]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/gss-threads'
2025-08-20T22:02:23.9856760Z [00:13:17.237]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -DGSSAPI_V2 -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gss-server.c
2025-08-20T22:02:23.9867579Z [00:13:17.238]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -DGSSAPI_V2 -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gss-misc.c
2025-08-20T22:02:23.9919403Z [00:13:17.241]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -DUSE_AUTOCONF_H -DGSSAPI_V2 -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c gss-client.c
2025-08-20T22:02:24.6008502Z [00:13:17.852]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -pthread -o gss-client gss-client.o gss-misc.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv   -pthread -lpthread
2025-08-20T22:02:24.7564536Z [00:13:18.008]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -pthread -o gss-server gss-server.o gss-misc.o -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv   -pthread -lpthread
2025-08-20T22:02:25.1847365Z [00:13:18.436]➜  libtool-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:02:25.2500618Z [00:13:18.502]➜  libtool-static-x86_64-unknown-linux-musl> config.status: creating gnulib-tests/Makefile
2025-08-20T22:02:25.3202060Z [00:13:18.572]➜  libtool-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:02:25.3759470Z [00:13:18.628]➜  libtool-static-x86_64-unknown-linux-musl> config.status: executing tests/atconfig commands
2025-08-20T22:02:25.3891818Z [00:13:18.639]➜  libtool-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:02:25.3903562Z [00:13:18.642]➜  libtool-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:02:25.4126787Z [00:13:18.663]➜  x86_64-unknown-linux-musl-binutils>   CC       tic54x-opc.lo
2025-08-20T22:02:25.4842088Z [00:13:18.736]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/gss-threads'
2025-08-20T22:02:25.4923775Z [00:13:18.744]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests/misc...
2025-08-20T22:02:25.5087276Z [00:13:18.760]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/misc'
2025-08-20T22:02:25.5135637Z [00:13:18.765]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c test_getpw.c
2025-08-20T22:02:25.5209619Z [00:13:18.768]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c test_chpw_message.c
2025-08-20T22:02:25.6506175Z [00:13:18.902]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -o test_getpw test_getpw.o -lkrb5support
2025-08-20T22:02:25.6512983Z [00:13:18.903]➜  libtool-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:02:25.6822024Z [00:13:18.934]➜  libtool-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:02:25.7128956Z [00:13:18.965]➜  x86_64-unknown-linux-musl-binutils>   CC       tic6x-dis.lo
2025-08-20T22:02:25.7776035Z [00:13:19.028]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -L../../lib -Wl,--enable-new-dtags -Wl,-rpath -Wl,/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib -g -O2   -DHAVE_CONFIG_H  -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -o test_chpw_message test_chpw_message.o -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lkeyutils -lresolv   -lkeyutils -lresolv
2025-08-20T22:02:25.8018469Z [00:13:19.054]➜  libtool-static-x86_64-unknown-linux-musl>   GEN      libtoolize
2025-08-20T22:02:25.8144071Z [00:13:19.066]➜  libtool-static-x86_64-unknown-linux-musl>   GEN      libltdl/libltdl/lt__argz.h
2025-08-20T22:02:26.0132292Z [00:13:19.265]➜  libtool-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T22:02:26.0285580Z [00:13:19.280]➜  libtool-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtool-2.5.4'
2025-08-20T22:02:26.1616038Z [00:13:19.413]➜  libtool-static-x86_64-unknown-linux-musl> Making all in .
2025-08-20T22:02:26.1736726Z [00:13:19.425]➜  libtool-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtool-2.5.4'
2025-08-20T22:02:26.2567515Z [00:13:19.508]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/misc'
2025-08-20T22:02:26.2688495Z [00:13:19.521]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests/threads...
2025-08-20T22:02:26.2820042Z [00:13:19.533]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/threads'
2025-08-20T22:02:26.2950549Z [00:13:19.547]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/threads'
2025-08-20T22:02:26.3019890Z [00:13:19.554]➜  krb5-static-x86_64-unknown-linux-musl> making all in tests/softpkcs11...
2025-08-20T22:02:26.3149758Z [00:13:19.567]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/softpkcs11'
2025-08-20T22:02:26.3282200Z [00:13:19.579]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H  -I../../include -I../../include -I../../plugins/preauth/pkinit -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Wno-maybe-uninitialized -Werror=pointer-arith -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=discarded-qualifiers -Werror=implicit-int -Werror=declaration-after-statement -Werror-implicit-function-declaration -pthread  -c main.c
2025-08-20T22:02:26.3288744Z [00:13:19.579]➜  libtool-static-x86_64-unknown-linux-musl>   CC       libltdl/lt__argz.lo
2025-08-20T22:02:26.3290138Z [00:13:19.579]➜  libtool-static-x86_64-unknown-linux-musl>   CC       libltdl/loaders/dlopen.lo
2025-08-20T22:02:26.3291550Z [00:13:19.579]➜  libtool-static-x86_64-unknown-linux-musl>   CC       libltdl/loaders/libltdl_la-preopen.lo
2025-08-20T22:02:26.3327463Z [00:13:19.584]➜  libtool-static-x86_64-unknown-linux-musl>   CC       libltdl/libltdl_la-lt__alloc.lo
2025-08-20T22:02:26.3372746Z [00:13:19.589]➜  libtool-static-x86_64-unknown-linux-musl>   CC       libltdl/libltdl_la-lt_dlloader.lo
2025-08-20T22:02:26.6558296Z [00:13:19.907]➜  libtool-static-x86_64-unknown-linux-musl>   CC       libltdl/libltdl_la-lt_error.lo
2025-08-20T22:02:26.7271633Z [00:13:19.979]➜  libtool-static-x86_64-unknown-linux-musl>   CC       libltdl/libltdl_la-ltdl.lo
2025-08-20T22:02:26.7946905Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl> main.c: In function 'application_error':
2025-08-20T22:02:26.7952900Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl> main.c:161:5: warning: function 'application_error' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format]
2025-08-20T22:02:26.7954984Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl>   161 |     vprintf(fmt, ap);
2025-08-20T22:02:26.7959487Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl>       |     ^~~~~~~
2025-08-20T22:02:26.7960944Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl> main.c: In function 'st_logf':
2025-08-20T22:02:26.7962693Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl> main.c:174:5: warning: function 'st_logf' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format]
2025-08-20T22:02:26.7964683Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl>   174 |     vfprintf(soft_token.logfile, fmt, ap);
2025-08-20T22:02:26.7965906Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~
2025-08-20T22:02:26.7967051Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl> main.c: In function 'snprintf_fill':
2025-08-20T22:02:26.7968894Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl> main.c:185:5: warning: function 'snprintf_fill' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format]
2025-08-20T22:02:26.7970795Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl>   185 |     len = vsnprintf(str, size, fmt, ap);
2025-08-20T22:02:26.7972000Z [00:13:20.046]➜  krb5-static-x86_64-unknown-linux-musl>       |     ^~~
2025-08-20T22:02:26.8723624Z [00:13:20.124]➜  libtool-static-x86_64-unknown-linux-musl>   CC       libltdl/libltdl_la-slist.lo
2025-08-20T22:02:26.9717877Z [00:13:20.223]➜  libtool-static-x86_64-unknown-linux-musl>   CCLD     libltdl/dlopen.la
2025-08-20T22:02:27.8877135Z [00:13:21.139]➜  libtool-static-x86_64-unknown-linux-musl>   CCLD     libltdl/libltdl.la
2025-08-20T22:02:28.5163448Z [00:13:21.768]➜  libtool-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtool-2.5.4'
2025-08-20T22:02:28.5168120Z [00:13:21.768]➜  libtool-static-x86_64-unknown-linux-musl> Making all in gnulib-tests
2025-08-20T22:02:28.5225416Z [00:13:21.774]➜  libtool-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:28.5284821Z [00:13:21.780]➜  libtool-static-x86_64-unknown-linux-musl> ## ---------------------------------------------------- ##
2025-08-20T22:02:28.5334534Z [00:13:21.785]➜  libtool-static-x86_64-unknown-linux-musl> ## ------------------- Gnulib tests ------------------- ##
2025-08-20T22:02:28.5435700Z [00:13:21.795]➜  libtool-static-x86_64-unknown-linux-musl> ## You can ignore compiler warnings in this directory.  ##
2025-08-20T22:02:28.5440941Z [00:13:21.795]➜  libtool-static-x86_64-unknown-linux-musl> ## ---------------------------------------------------- ##
2025-08-20T22:02:28.5457123Z [00:13:21.797]➜  libtool-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T22:02:28.5565369Z [00:13:21.808]➜  libtool-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:28.5738063Z [00:13:21.826]➜  libtool-static-x86_64-unknown-linux-musl> Making all in .
2025-08-20T22:02:28.5804995Z [00:13:21.832]➜  libtool-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:28.5815237Z [00:13:21.833]➜  libtool-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'all-am'.
2025-08-20T22:02:28.5816953Z [00:13:21.833]➜  libtool-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:28.5823635Z [00:13:21.834]➜  libtool-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:28.5829144Z [00:13:21.834]➜  libtool-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:28.5845998Z [00:13:21.836]➜  libtool-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtool-2.5.4'
2025-08-20T22:02:28.5944203Z [00:13:21.844]➜  libtool-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:02:28.6090568Z [00:13:21.861]➜  x86_64-unknown-linux-musl-binutils>   CXX      target-select.o
2025-08-20T22:02:28.6312972Z [00:13:21.883]➜  libtool-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/lib/pkgconfig m4datadir=/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/aclocal aclocaldir=/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/aclocal install
2025-08-20T22:02:28.6665068Z [00:13:21.918]➜  x86_64-unknown-linux-musl-binutils>   CC       tilepro-dis.lo
2025-08-20T22:02:28.7306522Z [00:13:21.982]➜  libtool-static-x86_64-unknown-linux-musl> make  install-recursive
2025-08-20T22:02:28.7420617Z [00:13:21.994]➜  libtool-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtool-2.5.4'
2025-08-20T22:02:28.8173516Z [00:13:22.069]➜  libtool-static-x86_64-unknown-linux-musl> Making install in .
2025-08-20T22:02:28.8260477Z [00:13:22.078]➜  libtool-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtool-2.5.4'
2025-08-20T22:02:28.9148945Z [00:13:22.167]➜  libtool-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libtool-2.5.4'
2025-08-20T22:02:28.9861983Z [00:13:22.238]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/bin'
2025-08-20T22:02:28.9885743Z [00:13:22.239]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/lib'
2025-08-20T22:02:28.9978733Z [00:13:22.248]➜  krb5-static-x86_64-unknown-linux-musl> : updated OBJS.ST
2025-08-20T22:02:28.9982254Z [00:13:22.248]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/include'
2025-08-20T22:02:29.0024281Z [00:13:22.248]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libltdl/libltdl.la '/nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/lib'
2025-08-20T22:02:29.0056086Z [00:13:22.255]➜  krb5-static-x86_64-unknown-linux-musl> rm -f libkrb5_softpkcs11.a
2025-08-20T22:02:29.0059181Z [00:13:22.255]➜  libtool-static-x86_64-unknown-linux-musl>  GREP='/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep' SED='/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed' './build-aux/inline-source' libtoolize > '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/bin/libtoolize'
2025-08-20T22:02:29.0168234Z [00:13:22.266]➜  krb5-static-x86_64-unknown-linux-musl> building static softpkcs11 library
2025-08-20T22:02:29.0182207Z [00:13:22.266]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/info'
2025-08-20T22:02:29.0185858Z [00:13:22.266]➜  krb5-static-x86_64-unknown-linux-musl> set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST` && x86_64-unknown-linux-musl-ar cq libkrb5_softpkcs11.a $objlist
2025-08-20T22:02:29.0187692Z [00:13:22.266]➜  krb5-static-x86_64-unknown-linux-musl> ++ set -x
2025-08-20T22:02:29.0189361Z [00:13:22.266]➜  krb5-static-x86_64-unknown-linux-musl> ++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.ST
2025-08-20T22:02:29.0192068Z [00:13:22.266]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c libtool '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/bin'
2025-08-20T22:02:29.0196249Z [00:13:22.266]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libltdl/ltdl.h '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/include'
2025-08-20T22:02:29.0226521Z [00:13:22.273]➜  x86_64-unknown-linux-musl-binutils>   CC       tilepro-opc.lo
2025-08-20T22:02:29.0231002Z [00:13:22.273]➜  krb5-static-x86_64-unknown-linux-musl> + objlist=' main.o'
2025-08-20T22:02:29.0236143Z [00:13:22.273]➜  krb5-static-x86_64-unknown-linux-musl> + x86_64-unknown-linux-musl-ar cq libkrb5_softpkcs11.a main.o
2025-08-20T22:02:29.0242230Z [00:13:22.275]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/include/libltdl'
2025-08-20T22:02:29.0322282Z [00:13:22.281]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/man/man1'
2025-08-20T22:02:29.0347426Z [00:13:22.283]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libltdl/libltdl/lt_system.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_dlloader.h '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/include/libltdl'
2025-08-20T22:02:29.0350403Z [00:13:22.285]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libkrb5_softpkcs11.a
2025-08-20T22:02:29.0431326Z [00:13:22.292]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./doc/libtool.1 ./doc/libtoolize.1 '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/man/man1'
2025-08-20T22:02:29.0435944Z [00:13:22.294]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./doc/libtool.info ./doc/libtool.info-1 ./doc/libtool.info-2 '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/info'
2025-08-20T22:02:29.0508791Z [00:13:22.301]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/softpkcs11'
2025-08-20T22:02:29.0510205Z [00:13:22.301]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/tests'
2025-08-20T22:02:29.0599314Z [00:13:22.312]➜  krb5-static-x86_64-unknown-linux-musl> making all in config-files...
2025-08-20T22:02:29.0671057Z [00:13:22.319]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/config-files'
2025-08-20T22:02:29.0801055Z [00:13:22.332]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/config-files'
2025-08-20T22:02:29.0905528Z [00:13:22.342]➜  krb5-static-x86_64-unknown-linux-musl> making all in build-tools...
2025-08-20T22:02:29.0935763Z [00:13:22.345]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/build-tools'
2025-08-20T22:02:29.1046167Z [00:13:22.356]➜  libtool-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c libltdl/.libs/libltdl.lai /nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/lib/libltdl.la
2025-08-20T22:02:29.1100238Z [00:13:22.362]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/build-tools'
2025-08-20T22:02:29.1180440Z [00:13:22.370]➜  krb5-static-x86_64-unknown-linux-musl> making all in man...
2025-08-20T22:02:29.1189295Z [00:13:22.371]➜  libtool-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c libltdl/.libs/libltdl.a /nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/lib/libltdl.a
2025-08-20T22:02:29.1268456Z [00:13:22.379]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/man'
2025-08-20T22:02:29.1274913Z [00:13:22.379]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1277650Z [00:13:22.379]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1280385Z [00:13:22.379]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1282311Z [00:13:22.379]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1284118Z [00:13:22.379]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1295896Z [00:13:22.381]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1297870Z [00:13:22.381]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1299224Z [00:13:22.381]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1300587Z [00:13:22.381]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1302109Z [00:13:22.381]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' k5identity.man > k5identity.sub
2025-08-20T22:02:29.1304357Z [00:13:22.381]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1306696Z [00:13:22.381]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1309070Z [00:13:22.381]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1329116Z [00:13:22.384]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1342220Z [00:13:22.384]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1370209Z [00:13:22.384]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1372540Z [00:13:22.384]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1375032Z [00:13:22.384]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1376812Z [00:13:22.384]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1379633Z [00:13:22.384]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' k5login.man > k5login.sub
2025-08-20T22:02:29.1381999Z [00:13:22.389]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1385141Z [00:13:22.389]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1387869Z [00:13:22.389]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1391925Z [00:13:22.389]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1395449Z [00:13:22.389]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1397373Z [00:13:22.389]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1399169Z [00:13:22.389]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1400324Z [00:13:22.389]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1401610Z [00:13:22.389]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1403005Z [00:13:22.389]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' k5srvutil.man > k5srvutil.sub
2025-08-20T22:02:29.1405109Z [00:13:22.390]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1407570Z [00:13:22.390]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1409845Z [00:13:22.390]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1411462Z [00:13:22.391]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1412610Z [00:13:22.391]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1414971Z [00:13:22.391]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1416760Z [00:13:22.391]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1417916Z [00:13:22.391]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1419214Z [00:13:22.391]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1420641Z [00:13:22.391]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kadm5.acl.man > kadm5.acl.sub
2025-08-20T22:02:29.1473493Z [00:13:22.395]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1476024Z [00:13:22.395]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1478556Z [00:13:22.395]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1480319Z [00:13:22.395]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1488667Z [00:13:22.395]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1490597Z [00:13:22.395]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1492390Z [00:13:22.395]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1493965Z [00:13:22.395]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1495629Z [00:13:22.395]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1497373Z [00:13:22.395]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kadmin.man > kadmin.sub
2025-08-20T22:02:29.1499652Z [00:13:22.395]➜  libtool-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/lib/libltdl.a
2025-08-20T22:02:29.1502362Z [00:13:22.399]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1504930Z [00:13:22.399]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1507450Z [00:13:22.399]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1509295Z [00:13:22.399]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1510526Z [00:13:22.399]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1512722Z [00:13:22.399]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1515025Z [00:13:22.399]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1516205Z [00:13:22.399]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1517470Z [00:13:22.399]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1518859Z [00:13:22.399]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kadmind.man > kadmind.sub
2025-08-20T22:02:29.1520713Z [00:13:22.401]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1522933Z [00:13:22.401]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1525652Z [00:13:22.401]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1527292Z [00:13:22.401]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1528401Z [00:13:22.401]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1530146Z [00:13:22.401]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1531830Z [00:13:22.401]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1533083Z [00:13:22.401]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1615832Z [00:13:22.401]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1617653Z [00:13:22.401]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kdb5_ldap_util.man > kdb5_ldap_util.sub
2025-08-20T22:02:29.1619799Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1622052Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1624617Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1626257Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1627375Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1629194Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1630944Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1632190Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1633969Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1635443Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kdb5_util.man > kdb5_util.sub
2025-08-20T22:02:29.1637548Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1639774Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1641958Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1643819Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1644960Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1646758Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1648486Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1649705Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1651038Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1652473Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kdc.conf.man > kdc.conf.sub
2025-08-20T22:02:29.1654860Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1657159Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1659592Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1661396Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1662508Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1664480Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1666331Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1667546Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1668891Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1670332Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kdestroy.man > kdestroy.sub
2025-08-20T22:02:29.1672202Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1674663Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1676950Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1678602Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1679808Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1681641Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1683560Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1684745Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1686150Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1687557Z [00:13:22.410]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kinit.man > kinit.sub
2025-08-20T22:02:29.1826260Z [00:13:22.415]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1828559Z [00:13:22.415]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1830757Z [00:13:22.416]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1832398Z [00:13:22.416]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1833662Z [00:13:22.416]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1835453Z [00:13:22.416]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1841766Z [00:13:22.416]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1843023Z [00:13:22.416]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1844533Z [00:13:22.416]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1852293Z [00:13:22.416]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' klist.man > klist.sub
2025-08-20T22:02:29.1854997Z [00:13:22.416]➜  libtool-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/lib/libltdl.a
2025-08-20T22:02:29.1857762Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1860015Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1862275Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1864165Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1865280Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1867035Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1884156Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1885452Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1887008Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1888416Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kpasswd.man > kpasswd.sub
2025-08-20T22:02:29.1890256Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1892450Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1894830Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1896429Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1897530Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1899144Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1900735Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1901923Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1903141Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1904636Z [00:13:22.417]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kprop.man > kprop.sub
2025-08-20T22:02:29.1906421Z [00:13:22.423]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.1908562Z [00:13:22.423]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.1910919Z [00:13:22.423]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.1912571Z [00:13:22.423]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.1914058Z [00:13:22.423]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.1915937Z [00:13:22.423]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.1917721Z [00:13:22.423]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.1918796Z [00:13:22.423]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.1919978Z [00:13:22.423]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.1921256Z [00:13:22.423]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kpropd.man > kpropd.sub
2025-08-20T22:02:29.1922992Z [00:13:22.425]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2066629Z [00:13:22.425]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2068949Z [00:13:22.425]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2070732Z [00:13:22.425]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2071896Z [00:13:22.425]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2090687Z [00:13:22.425]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2092599Z [00:13:22.425]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2094110Z [00:13:22.425]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2095449Z [00:13:22.425]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2096991Z [00:13:22.425]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kproplog.man > kproplog.sub
2025-08-20T22:02:29.2098918Z [00:13:22.427]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2101438Z [00:13:22.427]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2123967Z [00:13:22.427]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2125787Z [00:13:22.427]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2126955Z [00:13:22.427]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2128807Z [00:13:22.427]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2130558Z [00:13:22.427]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2131764Z [00:13:22.427]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2133158Z [00:13:22.427]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2134947Z [00:13:22.427]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' krb5.conf.man > krb5.conf.sub
2025-08-20T22:02:29.2137100Z [00:13:22.429]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2139533Z [00:13:22.429]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2141833Z [00:13:22.429]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2153464Z [00:13:22.429]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2154696Z [00:13:22.429]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2156436Z [00:13:22.429]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2158233Z [00:13:22.430]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2159456Z [00:13:22.430]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2160990Z [00:13:22.430]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2162564Z [00:13:22.430]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' krb5-config.man > krb5-config.sub
2025-08-20T22:02:29.2186126Z [00:13:22.433]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2188432Z [00:13:22.433]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2190815Z [00:13:22.433]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2192526Z [00:13:22.433]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2199437Z [00:13:22.433]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2201486Z [00:13:22.433]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2203511Z [00:13:22.433]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2204755Z [00:13:22.433]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2206103Z [00:13:22.433]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2207565Z [00:13:22.433]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' krb5kdc.man > krb5kdc.sub
2025-08-20T22:02:29.2209537Z [00:13:22.436]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2211823Z [00:13:22.437]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2214310Z [00:13:22.437]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2215994Z [00:13:22.437]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2217321Z [00:13:22.437]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2219147Z [00:13:22.437]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2221060Z [00:13:22.437]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2222293Z [00:13:22.437]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2260180Z [00:13:22.437]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2261646Z [00:13:22.437]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' ksu.man > ksu.sub
2025-08-20T22:02:29.2264059Z [00:13:22.444]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2266306Z [00:13:22.444]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2268649Z [00:13:22.444]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2270334Z [00:13:22.444]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2271460Z [00:13:22.444]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2273431Z [00:13:22.444]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2275167Z [00:13:22.444]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2276333Z [00:13:22.444]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2277580Z [00:13:22.444]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2278993Z [00:13:22.444]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kswitch.man > kswitch.sub
2025-08-20T22:02:29.2280848Z [00:13:22.446]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2314715Z [00:13:22.446]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2317172Z [00:13:22.446]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2318889Z [00:13:22.446]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2320049Z [00:13:22.446]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2321882Z [00:13:22.446]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2323913Z [00:13:22.446]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2325137Z [00:13:22.446]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2326464Z [00:13:22.446]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2328076Z [00:13:22.446]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' ktutil.man > ktutil.sub
2025-08-20T22:02:29.2329959Z [00:13:22.447]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2332440Z [00:13:22.447]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2334938Z [00:13:22.447]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2336611Z [00:13:22.447]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2337761Z [00:13:22.447]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2339569Z [00:13:22.447]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2341524Z [00:13:22.447]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2342743Z [00:13:22.447]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2374748Z [00:13:22.447]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2376241Z [00:13:22.447]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kvno.man > kvno.sub
2025-08-20T22:02:29.2378151Z [00:13:22.451]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2380447Z [00:13:22.451]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2382746Z [00:13:22.451]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2384719Z [00:13:22.451]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2385881Z [00:13:22.451]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2387876Z [00:13:22.451]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2389615Z [00:13:22.451]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2390811Z [00:13:22.451]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2392142Z [00:13:22.451]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2433835Z [00:13:22.451]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' sclient.man > sclient.sub
2025-08-20T22:02:29.2435889Z [00:13:22.453]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2438191Z [00:13:22.453]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2440481Z [00:13:22.453]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2442148Z [00:13:22.453]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2443860Z [00:13:22.453]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2445711Z [00:13:22.453]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2447607Z [00:13:22.453]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2448849Z [00:13:22.453]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2450125Z [00:13:22.453]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2451401Z [00:13:22.453]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' sserver.man > sserver.sub
2025-08-20T22:02:29.2453135Z [00:13:22.456]➜  krb5-static-x86_64-unknown-linux-musl> sed -e 's|@BINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin|g' \
2025-08-20T22:02:29.2455437Z [00:13:22.456]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SBINDIR@|/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin|g' \
2025-08-20T22:02:29.2457833Z [00:13:22.456]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LIBDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib|g' \
2025-08-20T22:02:29.2459556Z [00:13:22.456]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@LOCALSTATEDIR@|/var/lib|g' \
2025-08-20T22:02:29.2460700Z [00:13:22.456]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@RUNSTATEDIR@|/var/lib/run|g' \
2025-08-20T22:02:29.2462519Z [00:13:22.456]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@SYSCONFDIR@|/nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/etc|g' \
2025-08-20T22:02:29.2464547Z [00:13:22.456]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CCNAME@|FILE:/tmp/krb5cc_%{uid}|g' \
2025-08-20T22:02:29.2465746Z [00:13:22.456]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@KTNAME@|FILE:/etc/krb5.keytab|g' \
2025-08-20T22:02:29.2467046Z [00:13:22.456]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@CKTNAME@|FILE:/var/lib/krb5/user/%{euid}/client.keytab|g' \
2025-08-20T22:02:29.2468474Z [00:13:22.456]➜  krb5-static-x86_64-unknown-linux-musl>     -e 's|@PKCS11MOD@|opensc-pkcs11.so|g' kerberos.man > kerberos.sub
2025-08-20T22:02:29.2469985Z [00:13:22.467]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/man'
2025-08-20T22:02:29.2471083Z [00:13:22.477]➜  krb5-static-x86_64-unknown-linux-musl> making all in doc...
2025-08-20T22:02:29.2472154Z [00:13:22.487]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/doc'
2025-08-20T22:02:29.2512327Z [00:13:22.503]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/doc'
2025-08-20T22:02:29.2591983Z [00:13:22.510]➜  krb5-static-x86_64-unknown-linux-musl> buildPhase completed in 3 minutes 51 seconds
2025-08-20T22:02:29.2593122Z [00:13:22.510]➜  krb5-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:02:29.3045553Z [00:13:22.555]➜  krb5-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib/pkgconfig m4datadir=/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/share/aclocal aclocaldir=/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/share/aclocal install
2025-08-20T22:02:29.3159974Z [00:13:22.565]➜  libtool-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/lib
2025-08-20T22:02:29.3227049Z [00:13:22.567]➜  libtool-static-x86_64-unknown-linux-musl> /build/libtool-2.5.4/libtool: line 1903: ldconfig: command not found
2025-08-20T22:02:29.3229370Z [00:13:22.572]➜  libtool-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:02:29.3230795Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:02:29.3232877Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl>    /nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/lib
2025-08-20T22:02:29.3234688Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> 
2025-08-20T22:02:29.3236048Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:02:29.3237590Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:02:29.3239325Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:02:29.3240752Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:02:29.3242177Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:02:29.3243594Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:02:29.3244966Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:02:29.3248294Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:02:29.3250069Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:02:29.3252012Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:02:29.3253936Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> 
2025-08-20T22:02:29.3256371Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> 
2025-08-20T22:02:29.3257511Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:02:29.3258966Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:02:29.3260541Z [00:13:22.573]➜  libtool-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:02:29.3262495Z [00:13:22.577]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3
2025-08-20T22:02:29.3313133Z [00:13:22.583]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share
2025-08-20T22:02:29.3385966Z [00:13:22.590]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man
2025-08-20T22:02:29.3489075Z [00:13:22.598]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin
2025-08-20T22:02:29.3522501Z [00:13:22.603]➜  libtool-static-x86_64-unknown-linux-musl> rm -rf '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool'/*
2025-08-20T22:02:29.3716516Z [00:13:22.623]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin
2025-08-20T22:02:29.3846767Z [00:13:22.636]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man8
2025-08-20T22:02:29.3989482Z [00:13:22.650]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './m4/libtool.m4' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/aclocal/libtool.m4'
2025-08-20T22:02:29.4041927Z [00:13:22.656]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1
2025-08-20T22:02:29.4111684Z [00:13:22.663]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './m4/ltargz.m4' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/aclocal/ltargz.m4'
2025-08-20T22:02:29.4162416Z [00:13:22.668]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man5
2025-08-20T22:02:29.4182997Z [00:13:22.670]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './m4/ltdl.m4' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/aclocal/ltdl.m4'
2025-08-20T22:02:29.4265501Z [00:13:22.678]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man7
2025-08-20T22:02:29.4348106Z [00:13:22.686]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/cat8
2025-08-20T22:02:29.4368978Z [00:13:22.687]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './m4/ltoptions.m4' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/aclocal/ltoptions.m4'
2025-08-20T22:02:29.4448137Z [00:13:22.696]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './m4/ltsugar.m4' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/aclocal/ltsugar.m4'
2025-08-20T22:02:29.4500321Z [00:13:22.702]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/cat1
2025-08-20T22:02:29.4543940Z [00:13:22.706]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './m4/ltversion.m4' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/aclocal/ltversion.m4'
2025-08-20T22:02:29.4644625Z [00:13:22.716]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './m4/lt~obsolete.m4' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/aclocal/lt~obsolete.m4'
2025-08-20T22:02:29.4652674Z [00:13:22.717]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/cat5
2025-08-20T22:02:29.4763764Z [00:13:22.724]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/cat7
2025-08-20T22:02:29.4888550Z [00:13:22.741]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:29.4918483Z [00:13:22.744]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include
2025-08-20T22:02:29.5101735Z [00:13:22.762]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/krb5
2025-08-20T22:02:29.5142704Z [00:13:22.766]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/krb5/plugins
2025-08-20T22:02:29.5182659Z [00:13:22.770]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/krb5/plugins/kdb
2025-08-20T22:02:29.5187682Z [00:13:22.770]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c './build-aux/compile' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/build-aux/compile'
2025-08-20T22:02:29.5256527Z [00:13:22.777]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c './build-aux/config.guess' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/build-aux/config.guess'
2025-08-20T22:02:29.5323759Z [00:13:22.784]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/krb5/plugins/preauth
2025-08-20T22:02:29.5373060Z [00:13:22.789]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c './build-aux/config.sub' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/build-aux/config.sub'
2025-08-20T22:02:29.5436696Z [00:13:22.795]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c './build-aux/depcomp' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/build-aux/depcomp'
2025-08-20T22:02:29.5482720Z [00:13:22.800]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/krb5/plugins/authdata
2025-08-20T22:02:29.5521721Z [00:13:22.804]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c './build-aux/install-sh' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/build-aux/install-sh'
2025-08-20T22:02:29.5590820Z [00:13:22.811]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c './build-aux/missing' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/build-aux/missing'
2025-08-20T22:02:29.5641190Z [00:13:22.816]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/krb5/plugins/libkrb5
2025-08-20T22:02:29.5690313Z [00:13:22.821]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './build-aux/ltmain.sh' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/build-aux/ltmain.sh'
2025-08-20T22:02:29.5742748Z [00:13:22.826]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/krb5/plugins/tls
2025-08-20T22:02:29.5808665Z [00:13:22.832]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/COPYING.LIB' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/COPYING.LIB'
2025-08-20T22:02:29.5847281Z [00:13:22.836]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /var
2025-08-20T22:02:29.5897569Z [00:13:22.841]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /var/lib
2025-08-20T22:02:29.5901723Z [00:13:22.841]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/Makefile.am' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/Makefile.am'
2025-08-20T22:02:29.6001076Z [00:13:22.852]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/README' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/README'
2025-08-20T22:02:29.6021266Z [00:13:22.852]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /var/lib/krb5kdc
2025-08-20T22:02:29.6114724Z [00:13:22.863]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/configure.ac' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/configure.ac'
2025-08-20T22:02:29.6141822Z [00:13:22.866]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /var/lib/run
2025-08-20T22:02:29.6182398Z [00:13:22.870]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/aclocal.m4' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/aclocal.m4'
2025-08-20T22:02:29.6236291Z [00:13:22.875]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /var/lib/run/krb5kdc
2025-08-20T22:02:29.6262808Z [00:13:22.878]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/Makefile.in' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/Makefile.in'
2025-08-20T22:02:29.6329084Z [00:13:22.885]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/kadm5
2025-08-20T22:02:29.6397265Z [00:13:22.891]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/config-h.in' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/config-h.in'
2025-08-20T22:02:29.6409089Z [00:13:22.892]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5
2025-08-20T22:02:29.6535526Z [00:13:22.905]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/configure' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/configure'
2025-08-20T22:02:29.6649461Z [00:13:22.914]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssapi
2025-08-20T22:02:29.6738028Z [00:13:22.925]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc
2025-08-20T22:02:29.6923183Z [00:13:22.944]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/examples
2025-08-20T22:02:29.6933588Z [00:13:22.944]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/libltdl/lt__alloc.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/libltdl/lt__alloc.h'
2025-08-20T22:02:29.6957554Z [00:13:22.947]➜  krb5-static-x86_64-unknown-linux-musl> mkdir /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/examples/krb5
2025-08-20T22:02:29.7033091Z [00:13:22.955]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/libltdl/lt__argz_.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/libltdl/lt__argz_.h'
2025-08-20T22:02:29.7119834Z [00:13:22.964]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/libltdl/lt__dirent.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/libltdl/lt__dirent.h'
2025-08-20T22:02:29.7238922Z [00:13:22.975]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/libltdl/lt__glibc.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/libltdl/lt__glibc.h'
2025-08-20T22:02:29.7253949Z [00:13:22.977]➜  krb5-static-x86_64-unknown-linux-musl> making install in util...
2025-08-20T22:02:29.7323620Z [00:13:22.984]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/libltdl/lt__private.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/libltdl/lt__private.h'
2025-08-20T22:02:29.7364598Z [00:13:22.988]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/util'
2025-08-20T22:02:29.7433115Z [00:13:22.995]➜  x86_64-unknown-linux-musl-binutils>   CC       v850-dis.lo
2025-08-20T22:02:29.7477199Z [00:13:22.998]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/libltdl/lt__strl.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/libltdl/lt__strl.h'
2025-08-20T22:02:29.7535735Z [00:13:23.005]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/libltdl/lt_dlloader.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/libltdl/lt_dlloader.h'
2025-08-20T22:02:29.7582722Z [00:13:23.010]➜  krb5-static-x86_64-unknown-linux-musl> making install in util/support...
2025-08-20T22:02:29.7587107Z [00:13:23.010]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/libltdl/lt_error.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/libltdl/lt_error.h'
2025-08-20T22:02:29.7655009Z [00:13:23.017]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/util/support'
2025-08-20T22:02:29.7686993Z [00:13:23.020]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5support.a
2025-08-20T22:02:29.7700125Z [00:13:23.021]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/libltdl/lt_system.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/libltdl/lt_system.h'
2025-08-20T22:02:29.7707940Z [00:13:23.022]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkrb5support.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:29.7757006Z [00:13:23.027]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5support.a
2025-08-20T22:02:29.7802802Z [00:13:23.032]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/libltdl/slist.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/libltdl/slist.h'
2025-08-20T22:02:29.7877320Z [00:13:23.039]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/util/support'
2025-08-20T22:02:29.7929960Z [00:13:23.045]➜  krb5-static-x86_64-unknown-linux-musl> making install in util/et...
2025-08-20T22:02:29.8066382Z [00:13:23.058]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/util/et'
2025-08-20T22:02:29.8104777Z [00:13:23.059]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libcom_err.a
2025-08-20T22:02:29.8107878Z [00:13:23.062]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libcom_err.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:29.8185759Z [00:13:23.070]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/loaders/dld_link.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/loaders/dld_link.c'
2025-08-20T22:02:29.8206185Z [00:13:23.072]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libcom_err.a
2025-08-20T22:02:29.8281144Z [00:13:23.080]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/loaders/dlopen.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/loaders/dlopen.c'
2025-08-20T22:02:29.8288985Z [00:13:23.080]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c compile_et /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin/compile_et
2025-08-20T22:02:29.8359005Z [00:13:23.087]➜  krb5-static-x86_64-unknown-linux-musl> test -d /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/et || mkdir /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/et
2025-08-20T22:02:29.8363005Z [00:13:23.088]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/loaders/dyld.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/loaders/dyld.c'
2025-08-20T22:02:29.8400990Z [00:13:23.092]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./et_c.awk /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/et
2025-08-20T22:02:29.8432918Z [00:13:23.095]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/loaders/load_add_on.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/loaders/load_add_on.c'
2025-08-20T22:02:29.8471466Z [00:13:23.098]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./et_h.awk /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/et
2025-08-20T22:02:29.8512942Z [00:13:23.103]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/loaders/loadlibrary.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/loaders/loadlibrary.c'
2025-08-20T22:02:29.8522363Z [00:13:23.104]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./compile_et.1 /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/man/man1/compile_et.1
2025-08-20T22:02:29.8601052Z [00:13:23.107]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./com_err.h  /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/com_err.h
2025-08-20T22:02:29.8605459Z [00:13:23.109]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/loaders/preopen.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/loaders/preopen.c'
2025-08-20T22:02:29.8607954Z [00:13:23.110]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/util/et'
2025-08-20T22:02:29.8643733Z [00:13:23.116]➜  krb5-static-x86_64-unknown-linux-musl> making install in util/ss...
2025-08-20T22:02:29.8699875Z [00:13:23.122]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/loaders/shl_load.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/loaders/shl_load.c'
2025-08-20T22:02:29.8751315Z [00:13:23.127]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/util/ss'
2025-08-20T22:02:29.8756856Z [00:13:23.127]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/lt__alloc.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/lt__alloc.c'
2025-08-20T22:02:29.8881988Z [00:13:23.140]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/lt__argz.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/lt__argz.c'
2025-08-20T22:02:29.8921473Z [00:13:23.144]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/util/ss'
2025-08-20T22:02:29.8973721Z [00:13:23.149]➜  krb5-static-x86_64-unknown-linux-musl> making install in util/profile...
2025-08-20T22:02:29.9001734Z [00:13:23.152]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/lt__dirent.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/lt__dirent.c'
2025-08-20T22:02:29.9075774Z [00:13:23.159]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/util/profile'
2025-08-20T22:02:29.9119802Z [00:13:23.164]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/lt__strl.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/lt__strl.c'
2025-08-20T22:02:29.9251585Z [00:13:23.176]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/lt_dlloader.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/lt_dlloader.c'
2025-08-20T22:02:29.9296040Z [00:13:23.181]➜  krb5-static-x86_64-unknown-linux-musl> making install in util/profile/testmod...
2025-08-20T22:02:29.9356327Z [00:13:23.187]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/lt_error.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/lt_error.c'
2025-08-20T22:02:29.9400838Z [00:13:23.192]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/util/profile/testmod'
2025-08-20T22:02:29.9466242Z [00:13:23.198]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/ltdl.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/ltdl.c'
2025-08-20T22:02:29.9480348Z [00:13:23.200]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/util/profile/testmod'
2025-08-20T22:02:29.9484601Z [00:13:23.200]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/util/profile'
2025-08-20T22:02:29.9552654Z [00:13:23.207]➜  krb5-static-x86_64-unknown-linux-musl> making install in util/verto...
2025-08-20T22:02:29.9629754Z [00:13:23.215]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/ltdl.h' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/ltdl.h'
2025-08-20T22:02:29.9657095Z [00:13:23.216]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/util/verto'
2025-08-20T22:02:29.9689766Z [00:13:23.220]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libverto.a
2025-08-20T22:02:29.9726302Z [00:13:23.224]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/ltdl.mk' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/ltdl.mk'
2025-08-20T22:02:29.9742727Z [00:13:23.226]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libverto.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:29.9796256Z [00:13:23.231]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libverto.a
2025-08-20T22:02:29.9856346Z [00:13:23.235]➜  libtool-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 './libltdl/slist.c' '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/slist.c'
2025-08-20T22:02:29.9872765Z [00:13:23.239]➜  libtool-static-x86_64-unknown-linux-musl> chmod a+x '/nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/libtool/configure'
2025-08-20T22:02:29.9894271Z [00:13:23.240]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./verto.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/verto.h
2025-08-20T22:02:29.9918571Z [00:13:23.244]➜  libtool-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libtool-2.5.4'
2025-08-20T22:02:29.9926361Z [00:13:23.244]➜  libtool-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtool-2.5.4'
2025-08-20T22:02:29.9928263Z [00:13:23.244]➜  libtool-static-x86_64-unknown-linux-musl> Making install in gnulib-tests
2025-08-20T22:02:29.9975236Z [00:13:23.248]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./verto-module.h \
2025-08-20T22:02:29.9977721Z [00:13:23.248]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/verto-module.h
2025-08-20T22:02:29.9979678Z [00:13:23.248]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/util/verto'
2025-08-20T22:02:29.9982467Z [00:13:23.249]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c ./krb5-send-pr.sh /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin/krb5-send-pr
2025-08-20T22:02:29.9993164Z [00:13:23.251]➜  libtool-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:29.9996308Z [00:13:23.251]➜  libtool-static-x86_64-unknown-linux-musl> make  install-recursive
2025-08-20T22:02:30.0078414Z [00:13:23.259]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/util'
2025-08-20T22:02:30.0080150Z [00:13:23.259]➜  libtool-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:30.0149350Z [00:13:23.267]➜  krb5-static-x86_64-unknown-linux-musl> making install in include...
2025-08-20T22:02:30.0229352Z [00:13:23.274]➜  libtool-static-x86_64-unknown-linux-musl> Making install in .
2025-08-20T22:02:30.0264757Z [00:13:23.277]➜  libtool-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:30.0324945Z [00:13:23.278]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/include'
2025-08-20T22:02:30.0326606Z [00:13:23.278]➜  krb5-static-x86_64-unknown-linux-musl> (cd ../lib/krb5/error_tables && make includes)
2025-08-20T22:02:30.0377215Z [00:13:23.289]➜  libtool-static-x86_64-unknown-linux-musl> make[5]: Entering directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:30.0405216Z [00:13:23.292]➜  libtool-static-x86_64-unknown-linux-musl> make[5]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:02:30.0462535Z [00:13:23.298]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/error_tables'
2025-08-20T22:02:30.0464079Z [00:13:23.298]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'includes'.
2025-08-20T22:02:30.0465469Z [00:13:23.298]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/error_tables'
2025-08-20T22:02:30.0474945Z [00:13:23.299]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/krb5_err.h
2025-08-20T22:02:30.0490654Z [00:13:23.301]➜  libtool-static-x86_64-unknown-linux-musl> make[5]: Leaving directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:30.0495916Z [00:13:23.301]➜  libtool-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:30.0499288Z [00:13:23.302]➜  libtool-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:30.0510214Z [00:13:23.302]➜  libtool-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtool-2.5.4/gnulib-tests'
2025-08-20T22:02:30.0554492Z [00:13:23.303]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/k5e1_err.h
2025-08-20T22:02:30.0556132Z [00:13:23.303]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/kdb5_err.h
2025-08-20T22:02:30.0557959Z [00:13:23.303]➜  libtool-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtool-2.5.4'
2025-08-20T22:02:30.0559580Z [00:13:23.305]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/kv5m_err.h
2025-08-20T22:02:30.0583583Z [00:13:23.310]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/krb524_err.h
2025-08-20T22:02:30.0584723Z [00:13:23.310]➜  krb5-static-x86_64-unknown-linux-musl> : ../lib/krb5/error_tables/asn1_err.h
2025-08-20T22:02:30.0585751Z [00:13:23.310]➜  libtool-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:02:30.0614104Z [00:13:23.311]➜  krb5-static-x86_64-unknown-linux-musl> : krb5.h
2025-08-20T22:02:30.0629464Z [00:13:23.315]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5.h
2025-08-20T22:02:30.0688064Z [00:13:23.320]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./kdb.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/kdb.h
2025-08-20T22:02:30.0755191Z [00:13:23.327]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 krb5/krb5.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/krb5.h
2025-08-20T22:02:30.0827535Z [00:13:23.334]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/certauth_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/certauth_plugin.h
2025-08-20T22:02:30.0901500Z [00:13:23.341]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/ccselect_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/ccselect_plugin.h
2025-08-20T22:02:30.0909913Z [00:13:23.342]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/clpreauth_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/clpreauth_plugin.h
2025-08-20T22:02:30.0944484Z [00:13:23.346]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/hostrealm_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/hostrealm_plugin.h
2025-08-20T22:02:30.1005621Z [00:13:23.352]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/kdcpolicy_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/kdcpolicy_plugin.h
2025-08-20T22:02:30.1062874Z [00:13:23.358]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/kdcpreauth_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/kdcpreauth_plugin.h
2025-08-20T22:02:30.1158140Z [00:13:23.364]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/localauth_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/localauth_plugin.h
2025-08-20T22:02:30.1161326Z [00:13:23.364]➜  libtool-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4
2025-08-20T22:02:30.1256737Z [00:13:23.373]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/locate_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/locate_plugin.h
2025-08-20T22:02:30.1260353Z [00:13:23.376]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/plugin.h
2025-08-20T22:02:30.1311294Z [00:13:23.380]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/preauth_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/preauth_plugin.h
2025-08-20T22:02:30.1329202Z [00:13:23.384]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/pwqual_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/pwqual_plugin.h
2025-08-20T22:02:30.1416466Z [00:13:23.392]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/kadm5_auth_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/kadm5_auth_plugin.h
2025-08-20T22:02:30.1436721Z [00:13:23.395]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5/kadm5_hook_plugin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krb5/kadm5_hook_plugin.h
2025-08-20T22:02:30.1510707Z [00:13:23.401]➜  libtool-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4...
2025-08-20T22:02:30.1514313Z [00:13:23.403]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 profile.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/profile.h
2025-08-20T22:02:30.1571773Z [00:13:23.409]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./gssapi.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssapi.h
2025-08-20T22:02:30.1708027Z [00:13:23.422]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krad.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/krad.h
2025-08-20T22:02:30.1736816Z [00:13:23.425]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/include'
2025-08-20T22:02:30.1810700Z [00:13:23.433]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib...
2025-08-20T22:02:30.2003449Z [00:13:23.448]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/lib'
2025-08-20T22:02:30.2005835Z [00:13:23.450]➜  libtool-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/share/man/
2025-08-20T22:02:30.2138206Z [00:13:23.465]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto...
2025-08-20T22:02:30.2247960Z [00:13:23.476]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/crypto'
2025-08-20T22:02:30.2254948Z [00:13:23.476]➜  libtool-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/x0xq4rhyqxrd4lxq2xaqk3qmm2grppnj-libtool-static-x86_64-unknown-linux-musl-2.5.4/bin
2025-08-20T22:02:30.2262573Z [00:13:23.478]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libk5crypto.a
2025-08-20T22:02:30.2317411Z [00:13:23.483]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libk5crypto.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:30.2420108Z [00:13:23.494]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libk5crypto.a
2025-08-20T22:02:30.2488498Z [00:13:23.501]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/krb...
2025-08-20T22:02:30.2566461Z [00:13:23.508]➜  libtool-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib
2025-08-20T22:02:30.2626645Z [00:13:23.514]➜  libtool-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib...
2025-08-20T22:02:30.2674017Z [00:13:23.519]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/krb'
2025-08-20T22:02:30.2764307Z [00:13:23.528]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/krb'
2025-08-20T22:02:30.2833073Z [00:13:23.535]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/builtin...
2025-08-20T22:02:30.2926362Z [00:13:23.544]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin'
2025-08-20T22:02:30.3029952Z [00:13:23.555]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/builtin/camellia...
2025-08-20T22:02:30.3125915Z [00:13:23.564]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/camellia'
2025-08-20T22:02:30.3246929Z [00:13:23.572]➜  libtool-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/31dzlsgi7qcicv4gfsjrk4jwa5cjmzhj-libtool-static-x86_64-unknown-linux-musl-2.5.4-lib/lib
2025-08-20T22:02:30.3275280Z [00:13:23.575]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/camellia'
2025-08-20T22:02:30.3327268Z [00:13:23.583]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/builtin/des...
2025-08-20T22:02:30.3396538Z [00:13:23.591]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/des'
2025-08-20T22:02:30.3523906Z [00:13:23.604]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/des'
2025-08-20T22:02:30.3608915Z [00:13:23.613]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/builtin/aes...
2025-08-20T22:02:30.3716831Z [00:13:23.623]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/aes'
2025-08-20T22:02:30.3757591Z [00:13:23.627]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-gamma-expand16-alpha-mode
2025-08-20T22:02:30.3781797Z [00:13:23.630]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/aes'
2025-08-20T22:02:30.3848297Z [00:13:23.637]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/builtin/md4...
2025-08-20T22:02:30.3958362Z [00:13:23.648]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/md4'
2025-08-20T22:02:30.4077014Z [00:13:23.659]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/md4'
2025-08-20T22:02:30.4105225Z [00:13:23.662]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/builtin/md5...
2025-08-20T22:02:30.4207482Z [00:13:23.672]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/md5'
2025-08-20T22:02:30.6018592Z [00:13:23.853]➜  building '/nix/store/m1nwz8n25qz3qgngarg7zjp9j7m16yby-iptables-static-x86_64-unknown-linux-musl-1.8.11.drv'...
2025-08-20T22:02:30.6045233Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/md5'
2025-08-20T22:02:30.6046980Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/builtin/sha1...
2025-08-20T22:02:30.6048870Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/sha1'
2025-08-20T22:02:30.6050695Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/sha1'
2025-08-20T22:02:30.6052497Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/builtin/sha2...
2025-08-20T22:02:30.6054432Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/sha2'
2025-08-20T22:02:30.6056421Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/sha2'
2025-08-20T22:02:30.6058107Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/builtin/enc_provider...
2025-08-20T22:02:30.6059976Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/enc_provider'
2025-08-20T22:02:30.6061908Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/enc_provider'
2025-08-20T22:02:30.6063863Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/builtin/hash_provider...
2025-08-20T22:02:30.6065699Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/builtin/hash_provider'
2025-08-20T22:02:30.6067756Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin/hash_provider'
2025-08-20T22:02:30.6069850Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/builtin'
2025-08-20T22:02:30.6071404Z [00:13:23.853]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/openssl...
2025-08-20T22:02:30.6073017Z [00:13:23.854]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/openssl'
2025-08-20T22:02:30.6234571Z [00:13:23.875]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/openssl/des...
2025-08-20T22:02:30.6347568Z [00:13:23.886]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/openssl/des'
2025-08-20T22:02:30.6541374Z [00:13:23.906]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/openssl/des'
2025-08-20T22:02:30.6612363Z [00:13:23.913]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/openssl/enc_provider...
2025-08-20T22:02:30.6746003Z [00:13:23.926]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/openssl/enc_provider'
2025-08-20T22:02:30.6832696Z [00:13:23.935]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/openssl/enc_provider'
2025-08-20T22:02:30.6884244Z [00:13:23.940]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/openssl/hash_provider...
2025-08-20T22:02:30.7056468Z [00:13:23.957]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/openssl/hash_provider'
2025-08-20T22:02:30.7135818Z [00:13:23.965]➜  krb5-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/openssl/hash_provider'
2025-08-20T22:02:30.7139341Z [00:13:23.966]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/openssl'
2025-08-20T22:02:30.7206450Z [00:13:23.972]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/crypto/crypto_tests...
2025-08-20T22:02:30.7346200Z [00:13:23.986]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/crypto/crypto_tests'
2025-08-20T22:02:30.7522487Z [00:13:24.003]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto/crypto_tests'
2025-08-20T22:02:30.7527162Z [00:13:24.004]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/crypto'
2025-08-20T22:02:30.7610741Z [00:13:24.013]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/krb5...
2025-08-20T22:02:30.7725338Z [00:13:24.024]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/krb5'
2025-08-20T22:02:30.7736115Z [00:13:24.025]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5.a
2025-08-20T22:02:30.7781243Z [00:13:24.030]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkrb5.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:30.7890120Z [00:13:24.041]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/krb5/error_tables...
2025-08-20T22:02:30.8050833Z [00:13:24.057]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/error_tables'
2025-08-20T22:02:30.8053618Z [00:13:24.057]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5.a
2025-08-20T22:02:30.8115322Z [00:13:24.063]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/error_tables'
2025-08-20T22:02:30.8133553Z [00:13:24.065]➜  iptables-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:02:30.8190770Z [00:13:24.071]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/krb5/asn.1...
2025-08-20T22:02:30.8248923Z [00:13:24.077]➜  iptables-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/g9d6f9n39ilbsm5c6lcgmal8x9k2miag-iptables-1.8.11.tar.xz
2025-08-20T22:02:30.8269408Z [00:13:24.079]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/asn.1'
2025-08-20T22:02:30.8444394Z [00:13:24.096]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/asn.1'
2025-08-20T22:02:30.8502949Z [00:13:24.102]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/krb5/ccache...
2025-08-20T22:02:30.8605595Z [00:13:24.112]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/ccache'
2025-08-20T22:02:30.8752881Z [00:13:24.127]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/ccache'
2025-08-20T22:02:30.8806878Z [00:13:24.132]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/krb5/keytab...
2025-08-20T22:02:30.8925432Z [00:13:24.144]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/keytab'
2025-08-20T22:02:30.9004097Z [00:13:24.152]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/keytab'
2025-08-20T22:02:30.9081401Z [00:13:24.160]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/krb5/krb...
2025-08-20T22:02:30.9270067Z [00:13:24.179]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/krb'
2025-08-20T22:02:30.9414050Z [00:13:24.193]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/krb'
2025-08-20T22:02:30.9484843Z [00:13:24.200]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/krb5/os...
2025-08-20T22:02:30.9624269Z [00:13:24.214]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/os'
2025-08-20T22:02:30.9724982Z [00:13:24.224]➜  iptables-static-x86_64-unknown-linux-musl> source root is iptables-1.8.11
2025-08-20T22:02:30.9776039Z [00:13:24.229]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/os'
2025-08-20T22:02:30.9834563Z [00:13:24.234]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/krb5/rcache...
2025-08-20T22:02:30.9894676Z [00:13:24.238]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/rcache'
2025-08-20T22:02:30.9968530Z [00:13:24.249]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/rcache'
2025-08-20T22:02:31.0033628Z [00:13:24.255]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/krb5/unicode...
2025-08-20T22:02:31.0113431Z [00:13:24.263]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/krb5/unicode'
2025-08-20T22:02:31.0204248Z [00:13:24.272]➜  iptables-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1731072133 of file "iptables-1.8.11/utils/Makefile.in"
2025-08-20T22:02:31.0310134Z [00:13:24.282]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5/unicode'
2025-08-20T22:02:31.0311984Z [00:13:24.282]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/krb5'
2025-08-20T22:02:31.0334803Z [00:13:24.285]➜  iptables-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:02:31.0350867Z [00:13:24.287]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/gssapi...
2025-08-20T22:02:31.0466776Z [00:13:24.298]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/gssapi'
2025-08-20T22:02:31.0474389Z [00:13:24.299]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libgssapi_krb5.a
2025-08-20T22:02:31.0510124Z [00:13:24.302]➜  iptables-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T22:02:31.0538941Z [00:13:24.305]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libgssapi_krb5.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:31.0657784Z [00:13:24.317]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/gssapi/generic...
2025-08-20T22:02:31.0707714Z [00:13:24.322]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libgssapi_krb5.a
2025-08-20T22:02:31.0825021Z [00:13:24.333]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/gssapi/generic'
2025-08-20T22:02:31.1095073Z [00:13:24.359]➜  krb5-static-x86_64-unknown-linux-musl> + for f in gssapi_generic.h gssapi_ext.h gssapi_alloc.h
2025-08-20T22:02:31.1136697Z [00:13:24.364]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./gssapi_generic.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssapi/gssapi_generic.h
2025-08-20T22:02:31.1144184Z [00:13:24.366]➜  krb5-static-x86_64-unknown-linux-musl> + for f in gssapi_generic.h gssapi_ext.h gssapi_alloc.h
2025-08-20T22:02:31.1147290Z [00:13:24.366]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./gssapi_ext.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssapi/gssapi_ext.h
2025-08-20T22:02:31.1160111Z [00:13:24.368]➜  krb5-static-x86_64-unknown-linux-musl> + for f in gssapi_generic.h gssapi_ext.h gssapi_alloc.h
2025-08-20T22:02:31.1165989Z [00:13:24.368]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./gssapi_alloc.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssapi/gssapi_alloc.h
2025-08-20T22:02:31.1244484Z [00:13:24.373]➜  krb5-static-x86_64-unknown-linux-musl> + for f in gssapi.h
2025-08-20T22:02:31.1247036Z [00:13:24.373]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gssapi.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssapi/gssapi.h
2025-08-20T22:02:31.1264625Z [00:13:24.378]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/gssapi/generic'
2025-08-20T22:02:31.1338960Z [00:13:24.386]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/gssapi/krb5...
2025-08-20T22:02:31.1504717Z [00:13:24.402]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/gssapi/krb5'
2025-08-20T22:02:31.1667425Z [00:13:24.418]➜  krb5-static-x86_64-unknown-linux-musl> + for f in gssapi_krb5.h
2025-08-20T22:02:31.1672328Z [00:13:24.419]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./gssapi_krb5.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssapi/gssapi_krb5.h
2025-08-20T22:02:31.1686508Z [00:13:24.420]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/gssapi/krb5'
2025-08-20T22:02:31.1795567Z [00:13:24.431]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/gssapi/spnego...
2025-08-20T22:02:31.1884590Z [00:13:24.440]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/gssapi/spnego'
2025-08-20T22:02:31.1996883Z [00:13:24.451]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/gssapi/spnego'
2025-08-20T22:02:31.2218848Z [00:13:24.467]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/gssapi/mechglue...
2025-08-20T22:02:31.2276480Z [00:13:24.477]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/gssapi/mechglue'
2025-08-20T22:02:31.2286158Z [00:13:24.477]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T22:02:31.2316756Z [00:13:24.483]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T22:02:31.2318366Z [00:13:24.483]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T22:02:31.2394482Z [00:13:24.490]➜  x86_64-unknown-linux-musl-binutils>   CC       v850-opc.lo
2025-08-20T22:02:31.2434216Z [00:13:24.494]➜  krb5-static-x86_64-unknown-linux-musl> + for f in mechglue.h
2025-08-20T22:02:31.2436679Z [00:13:24.494]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./mechglue.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssapi/mechglue.h
2025-08-20T22:02:31.2524651Z [00:13:24.498]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/gssapi/mechglue'
2025-08-20T22:02:31.2526219Z [00:13:24.498]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/gssapi'
2025-08-20T22:02:31.2530571Z [00:13:24.505]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/rpc...
2025-08-20T22:02:31.2632092Z [00:13:24.515]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/rpc'
2025-08-20T22:02:31.2670254Z [00:13:24.519]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libgssrpc.a
2025-08-20T22:02:31.2711929Z [00:13:24.523]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libgssrpc.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:31.2788626Z [00:13:24.530]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libgssrpc.a
2025-08-20T22:02:31.2835794Z [00:13:24.535]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/rpc/unit-test...
2025-08-20T22:02:31.2858491Z [00:13:24.538]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/rpc/unit-test'
2025-08-20T22:02:31.2994068Z [00:13:24.551]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/rpc/unit-test'
2025-08-20T22:02:31.3027407Z [00:13:24.554]➜  krb5-static-x86_64-unknown-linux-musl> for i in auth.h auth_gss.h auth_gssapi.h auth_unix.h clnt.h netdb.h pmap_clnt.h pmap_prot.h pmap_rmt.h rename.h rpc.h rpc_msg.h svc.h svc_auth.h xdr.h; do \
2025-08-20T22:02:31.3031106Z [00:13:24.554]➜  krb5-static-x86_64-unknown-linux-musl>  (set -x; /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/$i /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/$i) ; \
2025-08-20T22:02:31.3034032Z [00:13:24.554]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:02:31.3070049Z [00:13:24.559]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/auth.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/auth.h
2025-08-20T22:02:31.3150748Z [00:13:24.567]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/auth_gss.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/auth_gss.h
2025-08-20T22:02:31.3190599Z [00:13:24.571]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/auth_gssapi.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/auth_gssapi.h
2025-08-20T22:02:31.3230406Z [00:13:24.575]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/auth_unix.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/auth_unix.h
2025-08-20T22:02:31.3269917Z [00:13:24.579]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/clnt.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/clnt.h
2025-08-20T22:02:31.3310083Z [00:13:24.583]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/netdb.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/netdb.h
2025-08-20T22:02:31.3369238Z [00:13:24.588]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/pmap_clnt.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/pmap_clnt.h
2025-08-20T22:02:31.3420447Z [00:13:24.594]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/pmap_prot.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/pmap_prot.h
2025-08-20T22:02:31.3449002Z [00:13:24.596]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/pmap_rmt.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/pmap_rmt.h
2025-08-20T22:02:31.3469275Z [00:13:24.598]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/rename.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/rename.h
2025-08-20T22:02:31.3508529Z [00:13:24.602]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/rpc.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/rpc.h
2025-08-20T22:02:31.3528703Z [00:13:24.604]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/rpc_msg.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/rpc_msg.h
2025-08-20T22:02:31.3558925Z [00:13:24.607]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/svc.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/svc.h
2025-08-20T22:02:31.3600653Z [00:13:24.612]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/svc_auth.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/svc_auth.h
2025-08-20T22:02:31.3629346Z [00:13:24.615]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./../../include/gssrpc/xdr.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/xdr.h
2025-08-20T22:02:31.3648168Z [00:13:24.617]➜  krb5-static-x86_64-unknown-linux-musl> for i in types.h; do \
2025-08-20T22:02:31.3650990Z [00:13:24.617]➜  krb5-static-x86_64-unknown-linux-musl>  (set -x; /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ../../include/gssrpc/$i /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/$i) ; \
2025-08-20T22:02:31.3653159Z [00:13:24.617]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:02:31.3691782Z [00:13:24.621]➜  krb5-static-x86_64-unknown-linux-musl> + /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ../../include/gssrpc/types.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/gssrpc/types.h
2025-08-20T22:02:31.3717740Z [00:13:24.624]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/rpc'
2025-08-20T22:02:31.3766460Z [00:13:24.628]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/kdb...
2025-08-20T22:02:31.3875386Z [00:13:24.639]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/kdb'
2025-08-20T22:02:31.3882116Z [00:13:24.640]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkdb5.a
2025-08-20T22:02:31.3934261Z [00:13:24.645]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkdb5.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:31.4030163Z [00:13:24.655]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkdb5.a
2025-08-20T22:02:31.4138534Z [00:13:24.665]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/kdb'
2025-08-20T22:02:31.4181257Z [00:13:24.670]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/kadm5...
2025-08-20T22:02:31.4286529Z [00:13:24.680]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/kadm5'
2025-08-20T22:02:31.4455140Z [00:13:24.697]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/kadm5/clnt...
2025-08-20T22:02:31.4576044Z [00:13:24.707]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/kadm5/clnt'
2025-08-20T22:02:31.4600338Z [00:13:24.712]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkadm5clnt_mit.a
2025-08-20T22:02:31.4664767Z [00:13:24.718]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkadm5clnt_mit.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:31.4709307Z [00:13:24.723]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkadm5clnt.a
2025-08-20T22:02:31.4767819Z [00:13:24.728]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkadm5clnt_mit.a
2025-08-20T22:02:31.4789891Z [00:13:24.729]➜  krb5-static-x86_64-unknown-linux-musl> (cd /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib && ln -s libkadm5clnt_mit.a \
2025-08-20T22:02:31.4792758Z [00:13:24.730]➜  krb5-static-x86_64-unknown-linux-musl>  libkadm5clnt.a)
2025-08-20T22:02:31.4910269Z [00:13:24.742]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/kadm5/clnt'
2025-08-20T22:02:31.4932444Z [00:13:24.745]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/kadm5/srv...
2025-08-20T22:02:31.5031215Z [00:13:24.755]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/lib/kadm5/srv'
2025-08-20T22:02:31.5092622Z [00:13:24.761]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkadm5srv_mit.a
2025-08-20T22:02:31.5116240Z [00:13:24.763]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkadm5srv.a
2025-08-20T22:02:31.5178570Z [00:13:24.769]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkadm5srv_mit.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:31.5208307Z [00:13:24.772]➜  krb5-static-x86_64-unknown-linux-musl> (cd /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib && ln -s libkadm5srv_mit.a \
2025-08-20T22:02:31.5221673Z [00:13:24.772]➜  krb5-static-x86_64-unknown-linux-musl>  libkadm5srv.a)
2025-08-20T22:02:31.5279643Z [00:13:24.779]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkadm5srv_mit.a
2025-08-20T22:02:31.5424853Z [00:13:24.794]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/lib/kadm5/srv'
2025-08-20T22:02:31.5433383Z [00:13:24.795]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./admin.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/kadm5/admin.h
2025-08-20T22:02:31.5501578Z [00:13:24.802]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 chpass_util_strings.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/kadm5/chpass_util_strings.h
2025-08-20T22:02:31.5551611Z [00:13:24.807]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kadm_err.h /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/include/kadm5/kadm_err.h
2025-08-20T22:02:31.5615266Z [00:13:24.813]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/kadm5'
2025-08-20T22:02:31.5682289Z [00:13:24.820]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/apputils...
2025-08-20T22:02:31.5779409Z [00:13:24.830]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/apputils'
2025-08-20T22:02:31.5915835Z [00:13:24.843]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/apputils'
2025-08-20T22:02:31.5970070Z [00:13:24.849]➜  krb5-static-x86_64-unknown-linux-musl> making install in lib/krad...
2025-08-20T22:02:31.6079040Z [00:13:24.860]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/lib/krad'
2025-08-20T22:02:31.6117770Z [00:13:24.863]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrad.a
2025-08-20T22:02:31.6136852Z [00:13:24.865]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkrad.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:31.6210881Z [00:13:24.873]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrad.a
2025-08-20T22:02:31.6300428Z [00:13:24.882]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/lib/krad'
2025-08-20T22:02:31.6303578Z [00:13:24.882]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/lib'
2025-08-20T22:02:31.6385721Z [00:13:24.890]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/audit...
2025-08-20T22:02:31.6472201Z [00:13:24.899]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/audit'
2025-08-20T22:02:31.6548246Z [00:13:24.907]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/audit'
2025-08-20T22:02:31.6572227Z [00:13:24.909]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/audit/test...
2025-08-20T22:02:31.6636089Z [00:13:24.915]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/audit/test'
2025-08-20T22:02:31.6741388Z [00:13:24.926]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/audit/test'
2025-08-20T22:02:31.6791754Z [00:13:24.931]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kadm5_hook/test...
2025-08-20T22:02:31.6855110Z [00:13:24.937]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/kadm5_hook/test'
2025-08-20T22:02:31.6928183Z [00:13:24.945]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/kadm5_hook/test'
2025-08-20T22:02:31.6971168Z [00:13:24.949]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kadm5_auth/test...
2025-08-20T22:02:31.7074115Z [00:13:24.959]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/kadm5_auth/test'
2025-08-20T22:02:31.7184811Z [00:13:24.970]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/kadm5_auth/test'
2025-08-20T22:02:31.7239488Z [00:13:24.976]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/gssapi/negoextest...
2025-08-20T22:02:31.7326726Z [00:13:24.984]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/gssapi/negoextest'
2025-08-20T22:02:31.7430034Z [00:13:24.995]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/gssapi/negoextest'
2025-08-20T22:02:31.7470470Z [00:13:24.999]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/hostrealm/test...
2025-08-20T22:02:31.7577114Z [00:13:25.009]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/hostrealm/test'
2025-08-20T22:02:31.7787278Z [00:13:25.030]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/hostrealm/test'
2025-08-20T22:02:31.7871041Z [00:13:25.039]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/localauth/test...
2025-08-20T22:02:31.7995616Z [00:13:25.051]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/localauth/test'
2025-08-20T22:02:31.8088978Z [00:13:25.061]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/localauth/test'
2025-08-20T22:02:31.8186433Z [00:13:25.070]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/pwqual/test...
2025-08-20T22:02:31.8332723Z [00:13:25.085]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/pwqual/test'
2025-08-20T22:02:31.8517132Z [00:13:25.103]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/pwqual/test'
2025-08-20T22:02:31.8589259Z [00:13:25.111]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/authdata/greet_server...
2025-08-20T22:02:31.8685851Z [00:13:25.120]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/authdata/greet_server'
2025-08-20T22:02:31.8830928Z [00:13:25.135]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/authdata/greet_server'
2025-08-20T22:02:31.8931028Z [00:13:25.145]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/authdata/greet_client...
2025-08-20T22:02:31.9031468Z [00:13:25.155]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/authdata/greet_client'
2025-08-20T22:02:31.9233453Z [00:13:25.175]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/authdata/greet_client'
2025-08-20T22:02:31.9320099Z [00:13:25.184]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/certauth/test...
2025-08-20T22:02:31.9454244Z [00:13:25.197]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/certauth/test'
2025-08-20T22:02:31.9585085Z [00:13:25.208]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/certauth/test'
2025-08-20T22:02:31.9608035Z [00:13:25.213]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kdb/db2...
2025-08-20T22:02:31.9764812Z [00:13:25.226]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2'
2025-08-20T22:02:31.9825210Z [00:13:25.230]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_db2.a
2025-08-20T22:02:31.9860476Z [00:13:25.238]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkrb5_db2.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:31.9968691Z [00:13:25.249]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kdb/db2/libdb2...
2025-08-20T22:02:31.9995857Z [00:13:25.251]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_db2.a
2025-08-20T22:02:32.0055881Z [00:13:25.257]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2'
2025-08-20T22:02:32.0297125Z [00:13:25.281]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kdb/db2/libdb2/hash...
2025-08-20T22:02:32.0415807Z [00:13:25.289]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/hash'
2025-08-20T22:02:32.0480456Z [00:13:25.300]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/hash'
2025-08-20T22:02:32.0595271Z [00:13:25.309]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kdb/db2/libdb2/btree...
2025-08-20T22:02:32.0685290Z [00:13:25.317]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/btree'
2025-08-20T22:02:32.0825494Z [00:13:25.331]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/btree'
2025-08-20T22:02:32.0900863Z [00:13:25.342]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kdb/db2/libdb2/db...
2025-08-20T22:02:32.0907267Z [00:13:25.342]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-gamma-expand16-background
2025-08-20T22:02:32.1001547Z [00:13:25.352]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/db'
2025-08-20T22:02:32.1114067Z [00:13:25.363]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/db'
2025-08-20T22:02:32.1195417Z [00:13:25.371]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kdb/db2/libdb2/mpool...
2025-08-20T22:02:32.1291418Z [00:13:25.381]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/mpool'
2025-08-20T22:02:32.1475917Z [00:13:25.399]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/mpool'
2025-08-20T22:02:32.1564071Z [00:13:25.408]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kdb/db2/libdb2/recno...
2025-08-20T22:02:32.1645101Z [00:13:25.416]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/recno'
2025-08-20T22:02:32.1840852Z [00:13:25.436]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/recno'
2025-08-20T22:02:32.1919623Z [00:13:25.444]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kdb/db2/libdb2/test...
2025-08-20T22:02:32.1991838Z [00:13:25.451]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/test'
2025-08-20T22:02:32.2165680Z [00:13:25.468]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2/test'
2025-08-20T22:02:32.2181532Z [00:13:25.469]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2/libdb2'
2025-08-20T22:02:32.2187028Z [00:13:25.470]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/db2'
2025-08-20T22:02:32.2276482Z [00:13:25.479]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kdb/test...
2025-08-20T22:02:32.2381124Z [00:13:25.488]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:02:32.2388173Z [00:13:25.490]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/kdb/test'
2025-08-20T22:02:32.2587273Z [00:13:25.510]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdb/test'
2025-08-20T22:02:32.2673041Z [00:13:25.519]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/kdcpolicy/test...
2025-08-20T22:02:32.2778623Z [00:13:25.530]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/kdcpolicy/test'
2025-08-20T22:02:32.2885591Z [00:13:25.540]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/kdcpolicy/test'
2025-08-20T22:02:32.2956549Z [00:13:25.547]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/preauth/otp...
2025-08-20T22:02:32.3025190Z [00:13:25.554]➜  x86_64-unknown-linux-musl-binutils>   CC       vax-dis.lo
2025-08-20T22:02:32.3094828Z [00:13:25.558]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/preauth/otp'
2025-08-20T22:02:32.3108570Z [00:13:25.563]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_otp.a
2025-08-20T22:02:32.3198542Z [00:13:25.571]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkrb5_otp.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:32.3223941Z [00:13:25.574]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_otp.a
2025-08-20T22:02:32.3317001Z [00:13:25.583]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/preauth/otp'
2025-08-20T22:02:32.3401851Z [00:13:25.592]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/preauth/pkinit...
2025-08-20T22:02:32.3488731Z [00:13:25.601]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/preauth/pkinit'
2025-08-20T22:02:32.3532238Z [00:13:25.605]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_pkinit.a
2025-08-20T22:02:32.3622961Z [00:13:25.613]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkrb5_pkinit.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:32.3699566Z [00:13:25.622]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_pkinit.a
2025-08-20T22:02:32.3844891Z [00:13:25.636]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/preauth/pkinit'
2025-08-20T22:02:32.3891693Z [00:13:25.641]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/preauth/spake...
2025-08-20T22:02:32.4015831Z [00:13:25.653]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/preauth/spake'
2025-08-20T22:02:32.4075685Z [00:13:25.657]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_spake.a
2025-08-20T22:02:32.4151168Z [00:13:25.667]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkrb5_spake.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:32.4208659Z [00:13:25.672]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_spake.a
2025-08-20T22:02:32.4353557Z [00:13:25.687]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/preauth/spake'
2025-08-20T22:02:32.4430344Z [00:13:25.695]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/preauth/test...
2025-08-20T22:02:32.4516573Z [00:13:25.703]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/preauth/test'
2025-08-20T22:02:32.4613837Z [00:13:25.713]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_test.a
2025-08-20T22:02:32.4647417Z [00:13:25.716]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkrb5_test.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:32.4712757Z [00:13:25.723]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_test.a
2025-08-20T22:02:32.4842112Z [00:13:25.736]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/preauth/test'
2025-08-20T22:02:32.4955819Z [00:13:25.745]➜  krb5-static-x86_64-unknown-linux-musl> making install in plugins/tls/k5tls...
2025-08-20T22:02:32.4994346Z [00:13:25.750]➜  x86_64-unknown-linux-musl-binutils>   CXX      timer.o
2025-08-20T22:02:32.5030566Z [00:13:25.755]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/plugins/tls/k5tls'
2025-08-20T22:02:32.5055049Z [00:13:25.756]➜  krb5-static-x86_64-unknown-linux-musl> rm -f /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_k5tls.a
2025-08-20T22:02:32.5110472Z [00:13:25.763]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libkrb5_k5tls.a /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib
2025-08-20T22:02:32.5191583Z [00:13:25.771]➜  krb5-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/libkrb5_k5tls.a
2025-08-20T22:02:32.5301201Z [00:13:25.782]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/plugins/tls/k5tls'
2025-08-20T22:02:32.5374470Z [00:13:25.786]➜  krb5-static-x86_64-unknown-linux-musl> making install in kdc...
2025-08-20T22:02:32.5458322Z [00:13:25.798]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/kdc'
2025-08-20T22:02:32.5632108Z [00:13:25.815]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  krb5kdc /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/krb5kdc
2025-08-20T22:02:32.5863389Z [00:13:25.838]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/kdc'
2025-08-20T22:02:32.5910443Z [00:13:25.843]➜  krb5-static-x86_64-unknown-linux-musl> making install in kadmin...
2025-08-20T22:02:32.5982730Z [00:13:25.850]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/kadmin'
2025-08-20T22:02:32.6219253Z [00:13:25.874]➜  krb5-static-x86_64-unknown-linux-musl> making install in kadmin/cli...
2025-08-20T22:02:32.6315413Z [00:13:25.883]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/kadmin/cli'
2025-08-20T22:02:32.6456757Z [00:13:25.897]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  kadmin.local /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/kadmin.local
2025-08-20T22:02:32.6660032Z [00:13:25.918]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  kadmin /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/kadmin
2025-08-20T22:02:32.6855369Z [00:13:25.937]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c ./k5srvutil.sh /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/k5srvutil
2025-08-20T22:02:32.6912423Z [00:13:25.943]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/kadmin/cli'
2025-08-20T22:02:32.7044648Z [00:13:25.954]➜  krb5-static-x86_64-unknown-linux-musl> making install in kadmin/dbutil...
2025-08-20T22:02:32.7085527Z [00:13:25.960]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/kadmin/dbutil'
2025-08-20T22:02:32.7205828Z [00:13:25.971]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  kdb5_util /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/kdb5_util
2025-08-20T22:02:32.7387886Z [00:13:25.991]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/kadmin/dbutil'
2025-08-20T22:02:32.7440360Z [00:13:25.996]➜  krb5-static-x86_64-unknown-linux-musl> making install in kadmin/ktutil...
2025-08-20T22:02:32.7505256Z [00:13:26.002]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/kadmin/ktutil'
2025-08-20T22:02:32.7685915Z [00:13:26.019]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  ktutil /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/ktutil
2025-08-20T22:02:32.7827557Z [00:13:26.034]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/kadmin/ktutil'
2025-08-20T22:02:32.7874595Z [00:13:26.039]➜  krb5-static-x86_64-unknown-linux-musl> making install in kadmin/server...
2025-08-20T22:02:32.7954466Z [00:13:26.047]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/kadmin/server'
2025-08-20T22:02:32.8120675Z [00:13:26.064]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  kadmind /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/kadmind
2025-08-20T22:02:32.8395187Z [00:13:26.088]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/kadmin/server'
2025-08-20T22:02:32.8397380Z [00:13:26.088]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/kadmin'
2025-08-20T22:02:32.8398820Z [00:13:26.091]➜  krb5-static-x86_64-unknown-linux-musl> making install in kprop...
2025-08-20T22:02:32.8469718Z [00:13:26.099]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/kprop'
2025-08-20T22:02:32.8600140Z [00:13:26.112]➜  krb5-static-x86_64-unknown-linux-musl> for f in kprop kpropd kproplog; do \
2025-08-20T22:02:32.8606084Z [00:13:26.112]➜  krb5-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  $f \
2025-08-20T22:02:32.8608711Z [00:13:26.112]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/`echo $f|sed 's,x,x,'`; \
2025-08-20T22:02:32.8610356Z [00:13:26.112]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:02:32.9307418Z [00:13:26.182]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/kprop'
2025-08-20T22:02:32.9391967Z [00:13:26.191]➜  krb5-static-x86_64-unknown-linux-musl> making install in clients...
2025-08-20T22:02:32.9465225Z [00:13:26.198]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/clients'
2025-08-20T22:02:32.9687482Z [00:13:26.220]➜  krb5-static-x86_64-unknown-linux-musl> making install in clients/klist...
2025-08-20T22:02:32.9778725Z [00:13:26.230]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/klist'
2025-08-20T22:02:32.9852428Z [00:13:26.237]➜  krb5-static-x86_64-unknown-linux-musl> for f in klist; do \
2025-08-20T22:02:32.9854272Z [00:13:26.237]➜  krb5-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  $f \
2025-08-20T22:02:32.9856679Z [00:13:26.237]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/`echo $f|sed 's,x,x,'`; \
2025-08-20T22:02:32.9859433Z [00:13:26.237]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:02:33.0024645Z [00:13:26.253]➜  x86_64-unknown-linux-musl-binutils>   CC       visium-dis.lo
2025-08-20T22:02:33.0138752Z [00:13:26.266]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/klist'
2025-08-20T22:02:33.0202134Z [00:13:26.272]➜  krb5-static-x86_64-unknown-linux-musl> making install in clients/kinit...
2025-08-20T22:02:33.0294593Z [00:13:26.281]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/kinit'
2025-08-20T22:02:33.0464860Z [00:13:26.298]➜  krb5-static-x86_64-unknown-linux-musl> for f in kinit; do \
2025-08-20T22:02:33.0470819Z [00:13:26.298]➜  krb5-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  $f \
2025-08-20T22:02:33.0473675Z [00:13:26.298]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/`echo $f|sed 's,x,x,'`; \
2025-08-20T22:02:33.0475351Z [00:13:26.298]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:02:33.0766880Z [00:13:26.328]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/kinit'
2025-08-20T22:02:33.0865165Z [00:13:26.337]➜  krb5-static-x86_64-unknown-linux-musl> making install in clients/kdestroy...
2025-08-20T22:02:33.0919776Z [00:13:26.344]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/kdestroy'
2025-08-20T22:02:33.1061930Z [00:13:26.358]➜  krb5-static-x86_64-unknown-linux-musl> for f in kdestroy; do \
2025-08-20T22:02:33.1063993Z [00:13:26.358]➜  krb5-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  $f \
2025-08-20T22:02:33.1066554Z [00:13:26.358]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/`echo $f|sed 's,x,x,'`; \
2025-08-20T22:02:33.1068290Z [00:13:26.358]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:02:33.1364987Z [00:13:26.388]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/kdestroy'
2025-08-20T22:02:33.1448733Z [00:13:26.397]➜  krb5-static-x86_64-unknown-linux-musl> making install in clients/kpasswd...
2025-08-20T22:02:33.1552839Z [00:13:26.407]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/kpasswd'
2025-08-20T22:02:33.1683543Z [00:13:26.420]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  kpasswd /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/`echo kpasswd|sed 's,x,x,'`
2025-08-20T22:02:33.1910386Z [00:13:26.443]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/kpasswd'
2025-08-20T22:02:33.2011154Z [00:13:26.453]➜  krb5-static-x86_64-unknown-linux-musl> making install in clients/ksu...
2025-08-20T22:02:33.2056945Z [00:13:26.457]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/ksu'
2025-08-20T22:02:33.2191421Z [00:13:26.471]➜  krb5-static-x86_64-unknown-linux-musl> for f in ksu; do \
2025-08-20T22:02:33.2194601Z [00:13:26.471]➜  krb5-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  -m 4755 -o root $f \
2025-08-20T22:02:33.2199944Z [00:13:26.471]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/`echo $f|sed 's,x,x,'`; \
2025-08-20T22:02:33.2201403Z [00:13:26.471]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:02:33.2407329Z [00:13:26.492]➜  x86_64-unknown-linux-musl-binutils>   CXX      version.o
2025-08-20T22:02:33.2434565Z [00:13:26.495]➜  x86_64-unknown-linux-musl-binutils>   CXX      workqueue.o
2025-08-20T22:02:33.2436956Z [00:13:26.495]➜  krb5-static-x86_64-unknown-linux-musl> install: cannot change ownership of '/nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/ksu': Invalid argument
2025-08-20T22:02:33.2468858Z [00:13:26.499]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: [Makefile:642: install] Error 1 (ignored)
2025-08-20T22:02:33.2471009Z [00:13:26.499]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/ksu'
2025-08-20T22:02:33.2518386Z [00:13:26.504]➜  krb5-static-x86_64-unknown-linux-musl> making install in clients/kvno...
2025-08-20T22:02:33.2612318Z [00:13:26.513]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/kvno'
2025-08-20T22:02:33.2714621Z [00:13:26.523]➜  krb5-static-x86_64-unknown-linux-musl> for f in kvno; do \
2025-08-20T22:02:33.2719898Z [00:13:26.524]➜  krb5-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  $f \
2025-08-20T22:02:33.2726107Z [00:13:26.524]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/`echo $f|sed 's,x,x,'`; \
2025-08-20T22:02:33.2731701Z [00:13:26.525]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:02:33.2878952Z [00:13:26.540]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/kvno'
2025-08-20T22:02:33.2898766Z [00:13:26.542]➜  krb5-static-x86_64-unknown-linux-musl> Skipping missing directory clients/kcpytkt
2025-08-20T22:02:33.2902632Z [00:13:26.542]➜  krb5-static-x86_64-unknown-linux-musl> Skipping missing directory clients/kdeltkt
2025-08-20T22:02:33.2982105Z [00:13:26.550]➜  krb5-static-x86_64-unknown-linux-musl> making install in clients/kswitch...
2025-08-20T22:02:33.3062326Z [00:13:26.558]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/clients/kswitch'
2025-08-20T22:02:33.3183167Z [00:13:26.570]➜  krb5-static-x86_64-unknown-linux-musl> for f in kswitch; do \
2025-08-20T22:02:33.3186430Z [00:13:26.570]➜  krb5-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  $f \
2025-08-20T22:02:33.3192171Z [00:13:26.571]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/`echo $f|sed 's,x,x,'`; \
2025-08-20T22:02:33.3215340Z [00:13:26.571]➜  krb5-static-x86_64-unknown-linux-musl> done
2025-08-20T22:02:33.3458366Z [00:13:26.597]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/clients/kswitch'
2025-08-20T22:02:33.3476056Z [00:13:26.599]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/clients'
2025-08-20T22:02:33.3594792Z [00:13:26.608]➜  krb5-static-x86_64-unknown-linux-musl> making install in appl...
2025-08-20T22:02:33.3613157Z [00:13:26.613]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/appl'
2025-08-20T22:02:33.3867619Z [00:13:26.638]➜  krb5-static-x86_64-unknown-linux-musl> making install in appl/sample...
2025-08-20T22:02:33.3965160Z [00:13:26.648]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/appl/sample'
2025-08-20T22:02:33.4170724Z [00:13:26.669]➜  krb5-static-x86_64-unknown-linux-musl> making install in appl/sample/sclient...
2025-08-20T22:02:33.4261762Z [00:13:26.678]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/appl/sample/sclient'
2025-08-20T22:02:33.4458819Z [00:13:26.697]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  sclient /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/sclient
2025-08-20T22:02:33.4581926Z [00:13:26.710]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/appl/sample/sclient'
2025-08-20T22:02:33.4665486Z [00:13:26.718]➜  krb5-static-x86_64-unknown-linux-musl> making install in appl/sample/sserver...
2025-08-20T22:02:33.4724786Z [00:13:26.724]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/appl/sample/sserver'
2025-08-20T22:02:33.4899533Z [00:13:26.742]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  sserver /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/sserver
2025-08-20T22:02:33.5079932Z [00:13:26.760]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/appl/sample/sserver'
2025-08-20T22:02:33.5081915Z [00:13:26.760]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/appl/sample'
2025-08-20T22:02:33.5184441Z [00:13:26.768]➜  krb5-static-x86_64-unknown-linux-musl> making install in appl/simple...
2025-08-20T22:02:33.5212596Z [00:13:26.773]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/appl/simple'
2025-08-20T22:02:33.5417663Z [00:13:26.793]➜  krb5-static-x86_64-unknown-linux-musl> making install in appl/simple/client...
2025-08-20T22:02:33.5457173Z [00:13:26.797]➜  x86_64-unknown-linux-musl-binutils>   CXX      workqueue-threads.o
2025-08-20T22:02:33.5502453Z [00:13:26.802]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/appl/simple/client'
2025-08-20T22:02:33.5610380Z [00:13:26.813]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  sim_client /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/sim_client
2025-08-20T22:02:33.5768785Z [00:13:26.829]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/appl/simple/client'
2025-08-20T22:02:33.5850308Z [00:13:26.837]➜  krb5-static-x86_64-unknown-linux-musl> making install in appl/simple/server...
2025-08-20T22:02:33.5976155Z [00:13:26.849]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/krb5-1.21.3/src/appl/simple/server'
2025-08-20T22:02:33.5988357Z [00:13:26.851]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-gamma-expand16-transform
2025-08-20T22:02:33.6082850Z [00:13:26.860]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  sim_server /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/sim_server
2025-08-20T22:02:33.6213576Z [00:13:26.873]➜  krb5-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/krb5-1.21.3/src/appl/simple/server'
2025-08-20T22:02:33.6249772Z [00:13:26.877]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/appl/simple'
2025-08-20T22:02:33.6374305Z [00:13:26.886]➜  krb5-static-x86_64-unknown-linux-musl> making install in appl/user_user...
2025-08-20T22:02:33.6386337Z [00:13:26.890]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/appl/user_user'
2025-08-20T22:02:33.6539966Z [00:13:26.906]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  uuclient /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/uuclient
2025-08-20T22:02:33.6790623Z [00:13:26.931]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  uuserver /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/uuserver
2025-08-20T22:02:33.7020850Z [00:13:26.954]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/appl/user_user'
2025-08-20T22:02:33.7091290Z [00:13:26.961]➜  krb5-static-x86_64-unknown-linux-musl> making install in appl/gss-sample...
2025-08-20T22:02:33.7213167Z [00:13:26.973]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/appl/gss-sample'
2025-08-20T22:02:33.7313495Z [00:13:26.983]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  gss-client /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/gss-client
2025-08-20T22:02:33.7515311Z [00:13:27.003]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c  gss-server /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/gss-server
2025-08-20T22:02:33.7805799Z [00:13:27.029]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/appl/gss-sample'
2025-08-20T22:02:33.7807717Z [00:13:27.032]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/appl'
2025-08-20T22:02:33.7907409Z [00:13:27.042]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests...
2025-08-20T22:02:33.8041694Z [00:13:27.056]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/tests'
2025-08-20T22:02:33.8354934Z [00:13:27.084]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests/asn.1...
2025-08-20T22:02:33.8474657Z [00:13:27.095]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/asn.1'
2025-08-20T22:02:33.8635420Z [00:13:27.115]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/asn.1'
2025-08-20T22:02:33.8654738Z [00:13:27.117]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests/create...
2025-08-20T22:02:33.8753181Z [00:13:27.127]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/create'
2025-08-20T22:02:33.8919204Z [00:13:27.144]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/create'
2025-08-20T22:02:33.9026894Z [00:13:27.154]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests/hammer...
2025-08-20T22:02:33.9100897Z [00:13:27.162]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/hammer'
2025-08-20T22:02:33.9221199Z [00:13:27.174]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/hammer'
2025-08-20T22:02:33.9324770Z [00:13:27.182]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests/verify...
2025-08-20T22:02:33.9397059Z [00:13:27.191]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/verify'
2025-08-20T22:02:33.9499623Z [00:13:27.202]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/verify'
2025-08-20T22:02:33.9551241Z [00:13:27.207]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests/gssapi...
2025-08-20T22:02:33.9635873Z [00:13:27.215]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/gssapi'
2025-08-20T22:02:33.9760390Z [00:13:27.228]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/gssapi'
2025-08-20T22:02:33.9862686Z [00:13:27.238]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests/shlib...
2025-08-20T22:02:33.9980353Z [00:13:27.250]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/shlib'
2025-08-20T22:02:34.0112501Z [00:13:27.263]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/shlib'
2025-08-20T22:02:34.0162073Z [00:13:27.268]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests/gss-threads...
2025-08-20T22:02:34.0252273Z [00:13:27.277]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/gss-threads'
2025-08-20T22:02:34.0375508Z [00:13:27.289]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/gss-threads'
2025-08-20T22:02:34.0458096Z [00:13:27.297]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests/misc...
2025-08-20T22:02:34.0658776Z [00:13:27.311]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/misc'
2025-08-20T22:02:34.0711700Z [00:13:27.323]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/misc'
2025-08-20T22:02:34.0856553Z [00:13:27.337]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests/threads...
2025-08-20T22:02:34.0960067Z [00:13:27.348]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/threads'
2025-08-20T22:02:34.1127208Z [00:13:27.364]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/threads'
2025-08-20T22:02:34.1202103Z [00:13:27.372]➜  krb5-static-x86_64-unknown-linux-musl> making install in tests/softpkcs11...
2025-08-20T22:02:34.1317883Z [00:13:27.383]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/krb5-1.21.3/src/tests/softpkcs11'
2025-08-20T22:02:34.1459865Z [00:13:27.398]➜  krb5-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/krb5-1.21.3/src/tests/softpkcs11'
2025-08-20T22:02:34.1484831Z [00:13:27.399]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/tests'
2025-08-20T22:02:34.1566482Z [00:13:27.408]➜  krb5-static-x86_64-unknown-linux-musl> making install in config-files...
2025-08-20T22:02:34.1652918Z [00:13:27.417]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/config-files'
2025-08-20T22:02:34.1862774Z [00:13:27.438]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./kdc.conf /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/examples/krb5/kdc.conf
2025-08-20T22:02:34.1938447Z [00:13:27.445]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./krb5.conf /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/examples/krb5/krb5.conf
2025-08-20T22:02:34.2004492Z [00:13:27.452]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./services.append /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/examples/krb5/services.append
2025-08-20T22:02:34.2052733Z [00:13:27.457]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/config-files'
2025-08-20T22:02:34.2129139Z [00:13:27.465]➜  krb5-static-x86_64-unknown-linux-musl> making install in build-tools...
2025-08-20T22:02:34.2205295Z [00:13:27.472]➜  x86_64-unknown-linux-musl-binutils>   CC       visium-opc.lo
2025-08-20T22:02:34.2242881Z [00:13:27.476]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/build-tools'
2025-08-20T22:02:34.2449609Z [00:13:27.496]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c krb5-config /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin/krb5-config
2025-08-20T22:02:34.2568391Z [00:13:27.508]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kadm-client.pc \
2025-08-20T22:02:34.2571060Z [00:13:27.508]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/pkgconfig/kadm-client.pc
2025-08-20T22:02:34.2595367Z [00:13:27.511]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kadm-server.pc \
2025-08-20T22:02:34.2598216Z [00:13:27.511]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/pkgconfig/kadm-server.pc
2025-08-20T22:02:34.2640891Z [00:13:27.516]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kdb.pc /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/pkgconfig/kdb.pc
2025-08-20T22:02:34.2713653Z [00:13:27.523]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 mit-krb5.pc /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/pkgconfig/mit-krb5.pc
2025-08-20T22:02:34.2798377Z [00:13:27.531]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 krb5.pc /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/pkgconfig/krb5.pc
2025-08-20T22:02:34.2852702Z [00:13:27.537]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 mit-krb5-gssapi.pc \
2025-08-20T22:02:34.2855913Z [00:13:27.537]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/pkgconfig/mit-krb5-gssapi.pc
2025-08-20T22:02:34.2909222Z [00:13:27.543]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 krb5-gssapi.pc \
2025-08-20T22:02:34.2911688Z [00:13:27.543]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/pkgconfig/krb5-gssapi.pc
2025-08-20T22:02:34.2996386Z [00:13:27.551]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gssrpc.pc \
2025-08-20T22:02:34.2999240Z [00:13:27.551]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/pkgconfig/gssrpc.pc
2025-08-20T22:02:34.3055411Z [00:13:27.557]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/build-tools'
2025-08-20T22:02:34.3120015Z [00:13:27.564]➜  krb5-static-x86_64-unknown-linux-musl> making install in man...
2025-08-20T22:02:34.3336190Z [00:13:27.585]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/man'
2025-08-20T22:02:34.3339603Z [00:13:27.586]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 k5srvutil.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/k5srvutil.1
2025-08-20T22:02:34.3368744Z [00:13:27.589]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./dot.k5identity.5 \
2025-08-20T22:02:34.3372656Z [00:13:27.589]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man5/.k5identity.5
2025-08-20T22:02:34.3435835Z [00:13:27.591]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kadmin.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/kadmin.1
2025-08-20T22:02:34.3438765Z [00:13:27.593]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./kadmin.local.8 \
2025-08-20T22:02:34.3441064Z [00:13:27.593]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man8/kadmin.local.8
2025-08-20T22:02:34.3460102Z [00:13:27.598]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 k5identity.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man5/k5identity.5
2025-08-20T22:02:34.3537182Z [00:13:27.605]➜  x86_64-unknown-linux-musl-binutils>   CC       wasm32-dis.lo
2025-08-20T22:02:34.3539870Z [00:13:27.605]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kdestroy.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/kdestroy.1
2025-08-20T22:02:34.3542938Z [00:13:27.605]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kdb5_ldap_util.sub \
2025-08-20T22:02:34.3546005Z [00:13:27.605]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man8/kdb5_ldap_util.8
2025-08-20T22:02:34.3588244Z [00:13:27.611]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./dot.k5login.5 \
2025-08-20T22:02:34.3590795Z [00:13:27.611]➜  krb5-static-x86_64-unknown-linux-musl>  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man5/.k5login.5
2025-08-20T22:02:34.3600103Z [00:13:27.611]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kerberos.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man7/kerberos.7
2025-08-20T22:02:34.3638650Z [00:13:27.615]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kinit.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/kinit.1
2025-08-20T22:02:34.3717979Z [00:13:27.623]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kdb5_util.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man8/kdb5_util.8
2025-08-20T22:02:34.3807421Z [00:13:27.632]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 k5login.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man5/k5login.5
2025-08-20T22:02:34.3836433Z [00:13:27.635]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 klist.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/klist.1
2025-08-20T22:02:34.3876873Z [00:13:27.639]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kprop.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man8/kprop.8
2025-08-20T22:02:34.3947049Z [00:13:27.646]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kadm5.acl.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man5/kadm5.acl.5
2025-08-20T22:02:34.3954799Z [00:13:27.647]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kpasswd.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/kpasswd.1
2025-08-20T22:02:34.4015826Z [00:13:27.651]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kproplog.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man8/kproplog.8
2025-08-20T22:02:34.4031653Z [00:13:27.654]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kdc.conf.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man5/kdc.conf.5
2025-08-20T22:02:34.4091010Z [00:13:27.661]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 krb5-config.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/krb5-config.1
2025-08-20T22:02:34.4155831Z [00:13:27.663]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 krb5.conf.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man5/krb5.conf.5
2025-08-20T22:02:34.4160224Z [00:13:27.667]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ksu.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/ksu.1
2025-08-20T22:02:34.4178958Z [00:13:27.669]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kadmind.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man8/kadmind.8
2025-08-20T22:02:34.4250216Z [00:13:27.677]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kpropd.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man8/kpropd.8
2025-08-20T22:02:34.4336486Z [00:13:27.677]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 krb5kdc.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man8/krb5kdc.8
2025-08-20T22:02:34.4340721Z [00:13:27.677]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kswitch.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/kswitch.1
2025-08-20T22:02:34.4344761Z [00:13:27.681]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ktutil.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/ktutil.1
2025-08-20T22:02:34.4348515Z [00:13:27.686]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 sserver.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man8/sserver.8
2025-08-20T22:02:34.4404246Z [00:13:27.692]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 kvno.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/kvno.1
2025-08-20T22:02:34.4492447Z [00:13:27.701]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 sclient.sub /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/man1/sclient.1
2025-08-20T22:02:34.4596120Z [00:13:27.711]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/man'
2025-08-20T22:02:34.4687993Z [00:13:27.721]➜  krb5-static-x86_64-unknown-linux-musl> making install in doc...
2025-08-20T22:02:34.4785810Z [00:13:27.730]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/krb5-1.21.3/src/doc'
2025-08-20T22:02:34.4928691Z [00:13:27.745]➜  krb5-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/krb5-1.21.3/src/doc'
2025-08-20T22:02:34.4994952Z [00:13:27.751]➜  krb5-static-x86_64-unknown-linux-musl> Moving /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin/krb5-config to /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/bin/krb5-config
2025-08-20T22:02:34.5259388Z [00:13:27.778]➜  krb5-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:02:34.5429045Z [00:13:27.795]➜  krb5-static-x86_64-unknown-linux-musl> Skipping multioutDocs
2025-08-20T22:02:34.5578113Z [00:13:27.809]➜  krb5-static-x86_64-unknown-linux-musl> Moving /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib/pkgconfig to /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib/pkgconfig
2025-08-20T22:02:34.5906651Z [00:13:27.842]➜  krb5-static-x86_64-unknown-linux-musl> Patching '/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib/pkgconfig/gssrpc.pc' includedir to output /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:34.5958791Z [00:13:27.847]➜  krb5-static-x86_64-unknown-linux-musl> Patching '/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib/pkgconfig/kadm-client.pc' includedir to output /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:34.5989238Z [00:13:27.850]➜  krb5-static-x86_64-unknown-linux-musl> Patching '/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib/pkgconfig/kadm-server.pc' includedir to output /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:34.6038899Z [00:13:27.855]➜  krb5-static-x86_64-unknown-linux-musl> Patching '/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib/pkgconfig/kdb.pc' includedir to output /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:34.6091800Z [00:13:27.861]➜  krb5-static-x86_64-unknown-linux-musl> Patching '/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib/pkgconfig/krb5-gssapi.pc' includedir to output /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:34.6114623Z [00:13:27.863]➜  krb5-static-x86_64-unknown-linux-musl> Patching '/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib/pkgconfig/krb5.pc' includedir to output /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:34.6182251Z [00:13:27.868]➜  krb5-static-x86_64-unknown-linux-musl> Patching '/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib/pkgconfig/mit-krb5-gssapi.pc' includedir to output /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:34.6194141Z [00:13:27.871]➜  krb5-static-x86_64-unknown-linux-musl> Patching '/nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib/pkgconfig/mit-krb5.pc' includedir to output /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:34.6291100Z [00:13:27.881]➜  krb5-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3
2025-08-20T22:02:34.6309393Z [00:13:27.883]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/ktutil
2025-08-20T22:02:34.6472226Z [00:13:27.899]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.6478752Z [00:13:27.899]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/sclient
2025-08-20T22:02:34.6611157Z [00:13:27.913]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.6655149Z [00:13:27.917]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/klist
2025-08-20T22:02:34.6775041Z [00:13:27.928]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.6789719Z [00:13:27.931]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/kpasswd
2025-08-20T22:02:34.6924537Z [00:13:27.944]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.6967635Z [00:13:27.948]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/kvno
2025-08-20T22:02:34.7097869Z [00:13:27.961]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.7112673Z [00:13:27.963]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/gss-client
2025-08-20T22:02:34.7281619Z [00:13:27.980]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.7335271Z [00:13:27.983]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/sim_client
2025-08-20T22:02:34.7455164Z [00:13:27.997]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.7466644Z [00:13:27.998]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/kadmin
2025-08-20T22:02:34.7649191Z [00:13:28.017]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.7660744Z [00:13:28.018]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/kswitch
2025-08-20T22:02:34.7791021Z [00:13:28.031]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.7836805Z [00:13:28.035]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/uuclient
2025-08-20T22:02:34.7899366Z [00:13:28.042]➜  x86_64-unknown-linux-musl-binutils>   CC       yyscript.o
2025-08-20T22:02:34.7958777Z [00:13:28.048]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.7990338Z [00:13:28.051]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/kinit
2025-08-20T22:02:34.8233959Z [00:13:28.075]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.8306166Z [00:13:28.082]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/kdestroy
2025-08-20T22:02:34.8485213Z [00:13:28.100]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.8490851Z [00:13:28.100]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin/ksu
2025-08-20T22:02:34.8653699Z [00:13:28.117]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.8850999Z [00:13:28.137]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/sserver
2025-08-20T22:02:34.8996758Z [00:13:28.151]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.9084978Z [00:13:28.160]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/kadmin.local
2025-08-20T22:02:34.9329734Z [00:13:28.184]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.9342503Z [00:13:28.186]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/kdb5_util
2025-08-20T22:02:34.9526960Z [00:13:28.204]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.9541400Z [00:13:28.206]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/gss-server
2025-08-20T22:02:34.9628025Z [00:13:28.215]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T22:02:34.9736304Z [00:13:28.225]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.9776960Z [00:13:28.229]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/krb5kdc
2025-08-20T22:02:34.9969564Z [00:13:28.249]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:34.9976212Z [00:13:28.249]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/kproplog
2025-08-20T22:02:35.0169855Z [00:13:28.269]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.0184714Z [00:13:28.270]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/sim_server
2025-08-20T22:02:35.0338427Z [00:13:28.285]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.0386399Z [00:13:28.290]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/kadmind
2025-08-20T22:02:35.0525046Z [00:13:28.304]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.0556023Z [00:13:28.307]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/kprop
2025-08-20T22:02:35.0711612Z [00:13:28.323]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.0721649Z [00:13:28.324]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/uuserver
2025-08-20T22:02:35.0889884Z [00:13:28.341]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.0899853Z [00:13:28.342]➜  krb5-static-x86_64-unknown-linux-musl> shrinking /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/kpropd
2025-08-20T22:02:35.1087533Z [00:13:28.360]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.1110415Z [00:13:28.363]➜  krb5-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3...
2025-08-20T22:02:35.1559930Z [00:13:28.408]➜  x86_64-unknown-linux-musl-binutils>   CC       xstormy16-asm.lo
2025-08-20T22:02:35.1680710Z [00:13:28.420]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.1755403Z [00:13:28.427]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.1778718Z [00:13:28.429]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.1825572Z [00:13:28.431]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.1827648Z [00:13:28.434]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.2041774Z [00:13:28.456]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.2121651Z [00:13:28.464]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.2145259Z [00:13:28.464]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.2154654Z [00:13:28.467]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.2378661Z [00:13:28.489]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.2380948Z [00:13:28.489]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.2477300Z [00:13:28.499]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.2505084Z [00:13:28.501]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.2519674Z [00:13:28.504]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.2804371Z [00:13:28.532]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.3005877Z [00:13:28.549]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.3008088Z [00:13:28.549]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.3087647Z [00:13:28.557]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.3197918Z [00:13:28.571]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.3260182Z [00:13:28.578]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.3262379Z [00:13:28.578]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.3346497Z [00:13:28.586]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.3586487Z [00:13:28.610]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.3674543Z [00:13:28.619]➜  krb5-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:02:35.3871114Z [00:13:28.639]➜  krb5-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/share/man/
2025-08-20T22:02:35.4837590Z [00:13:28.735]➜  krb5-static-x86_64-unknown-linux-musl> moving /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin/* to /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin
2025-08-20T22:02:35.4999328Z [00:13:28.752]➜  x86_64-unknown-linux-musl-binutils>   CC       xstormy16-desc.lo
2025-08-20T22:02:35.5356099Z [00:13:28.787]➜  krb5-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3
2025-08-20T22:02:35.5687304Z [00:13:28.820]➜  krb5-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/bin /nix/store/gn1yafz5rfcrkmbsxh7j7rvpk73pzwpp-krb5-static-x86_64-unknown-linux-musl-1.21.3/sbin
2025-08-20T22:02:35.8417109Z [00:13:29.093]➜  krb5-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib
2025-08-20T22:02:35.8609022Z [00:13:29.112]➜  krb5-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib...
2025-08-20T22:02:35.9000397Z [00:13:29.151]➜  krb5-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/share/man/
2025-08-20T22:02:35.9210650Z [00:13:29.173]➜  krb5-static-x86_64-unknown-linux-musl> moving /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin/* to /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin
2025-08-20T22:02:35.9429306Z [00:13:29.194]➜  krb5-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib
2025-08-20T22:02:35.9704160Z [00:13:29.222]➜  x86_64-unknown-linux-musl-binutils>   CC       xstormy16-dis.lo
2025-08-20T22:02:35.9764018Z [00:13:29.228]➜  krb5-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/lib /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/bin /nix/store/6gkff7y9nz5q0mp8jca4n2ha5fq997af-krb5-static-x86_64-unknown-linux-musl-1.21.3-lib/sbin
2025-08-20T22:02:36.0425617Z [00:13:29.292]➜  x86_64-unknown-linux-musl-binutils>   CC       xstormy16-ibld.lo
2025-08-20T22:02:36.0426820Z [00:13:29.294]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T22:02:36.3095060Z [00:13:29.561]➜  x86_64-unknown-linux-musl-binutils>   CXX      dwp.o
2025-08-20T22:02:36.4328527Z [00:13:29.684]➜  iptables-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
2025-08-20T22:02:36.4334230Z [00:13:29.684]➜  iptables-static-x86_64-unknown-linux-musl> libtoolize: copying file 'build-aux/ltmain.sh'
2025-08-20T22:02:36.5087074Z [00:13:29.760]➜  krb5-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:36.5416076Z [00:13:29.791]➜  krb5-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev...
2025-08-20T22:02:36.5964543Z [00:13:29.848]➜  iptables-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T22:02:36.6002836Z [00:13:29.852]➜  iptables-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T22:02:36.6116802Z [00:13:29.863]➜  krb5-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev
2025-08-20T22:02:36.6269345Z [00:13:29.879]➜  krb5-static-x86_64-unknown-linux-musl> /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/bin/krb5-config: interpreter directive changed from "#!/bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:02:36.6317368Z [00:13:29.883]➜  iptables-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T22:02:36.6699502Z [00:13:29.922]➜  iptables-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T22:02:36.6777837Z [00:13:29.929]➜  krb5-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/lib /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/bin
2025-08-20T22:02:36.6855115Z [00:13:29.937]➜  x86_64-unknown-linux-musl-binutils>   CC       xstormy16-opc.lo
2025-08-20T22:02:36.7273157Z [00:13:29.979]➜  iptables-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T22:02:36.7780175Z [00:13:30.030]➜  iptables-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T22:02:36.8370304Z [00:13:30.089]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T22:02:36.8376289Z [00:13:30.089]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T22:02:36.8377896Z [00:13:30.089]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:02:38.7777084Z [00:13:32.029]➜  building '/nix/store/5h5nj52jnnb9zy8w07pnz569ck3h12sk-libtpms-static-x86_64-unknown-linux-musl-0.10.1.drv'...
2025-08-20T22:02:38.7804548Z [00:13:32.029]➜  x86_64-unknown-linux-musl-binutils>   CXX      main.o
2025-08-20T22:02:38.7805439Z [00:13:32.029]➜  x86_64-unknown-linux-musl-binutils>   CC       xtensa-dis.lo
2025-08-20T22:02:38.7806286Z [00:13:32.029]➜  x86_64-unknown-linux-musl-binutils>   CC       xgate-dis.lo
2025-08-20T22:02:38.7807056Z [00:13:32.029]➜  x86_64-unknown-linux-musl-binutils>   CXX      i386.o
2025-08-20T22:02:38.7807834Z [00:13:32.029]➜  x86_64-unknown-linux-musl-binutils>   CC       xgate-opc.lo
2025-08-20T22:02:38.7808602Z [00:13:32.029]➜  x86_64-unknown-linux-musl-binutils>   CC       z80-dis.lo
2025-08-20T22:02:38.7809504Z [00:13:32.029]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-gamma-sbit
2025-08-20T22:02:39.0466380Z [00:13:32.298]➜  libtpms-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:02:39.0579101Z [00:13:32.309]➜  libtpms-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/n76yf6njq5wczh96djradjf81a6pqbfg-source
2025-08-20T22:02:39.2916987Z [00:13:32.543]➜  libtpms-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T22:02:39.2933682Z [00:13:32.544]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T22:02:39.3551966Z [00:13:32.607]➜  libtpms-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:02:39.3722921Z [00:13:32.624]➜  libtpms-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T22:02:39.4400454Z [00:13:32.692]➜  x86_64-unknown-linux-musl-binutils>   CC       z8k-dis.lo
2025-08-20T22:02:39.5215263Z [00:13:32.773]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T22:02:39.5300264Z [00:13:32.782]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T22:02:39.5310999Z [00:13:32.783]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T22:02:40.2905755Z [00:13:33.540]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-gamma-threshold
2025-08-20T22:02:40.4525591Z [00:13:33.704]➜  x86_64-unknown-linux-musl-binutils>   CC       aarch64-asm.lo
2025-08-20T22:02:40.5335135Z [00:13:33.783]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:02:40.7027918Z [00:13:33.954]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T22:02:41.7869995Z [00:13:35.039]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T22:02:42.0790401Z [00:13:35.331]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-gamma-transform
2025-08-20T22:02:42.7400176Z [00:13:35.992]➜  iptables-static-x86_64-unknown-linux-musl> configure.ac:13: installing 'build-aux/compile'
2025-08-20T22:02:42.7634264Z [00:13:36.015]➜  iptables-static-x86_64-unknown-linux-musl> configure.ac:12: installing 'build-aux/missing'
2025-08-20T22:02:43.0826731Z [00:13:36.334]➜  iptables-static-x86_64-unknown-linux-musl> iptables/Makefile.am: installing 'build-aux/depcomp'
2025-08-20T22:02:43.3744851Z [00:13:36.626]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T22:02:43.8548727Z [00:13:37.106]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: 'build-aux/install-sh' is updated
2025-08-20T22:02:43.8579775Z [00:13:37.110]➜  iptables-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T22:02:43.8796929Z [00:13:37.131]➜  iptables-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:02:43.9016140Z [00:13:37.153]➜  iptables-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T22:02:43.9158290Z [00:13:37.167]➜  iptables-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T22:02:43.9286681Z [00:13:37.180]➜  iptables-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:02:43.9567479Z [00:13:37.208]➜  iptables-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T22:02:43.9690118Z [00:13:37.221]➜  iptables-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T22:02:43.9801783Z [00:13:37.232]➜  iptables-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:02:44.0345282Z [00:13:37.285]➜  iptables-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T22:02:44.0692993Z [00:13:37.321]➜  iptables-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:02:44.1159949Z [00:13:37.368]➜  iptables-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:02:44.1342297Z [00:13:37.386]➜  iptables-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:02:44.1871810Z [00:13:37.438]➜  iptables-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11 --bindir=/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin --sbindir=/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin --includedir=/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/include --mandir=/nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man/share/man --infodir=/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/share/info --docdir=/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/share/doc/iptables --libdir=/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib --libexecdir=/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/libexec --localedir=/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/share/locale --enable-bpf-compiler --enable-devel --enable-libipq --enable-nfsynproxy --enable-shared --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:02:44.6429084Z [00:13:37.895]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T22:02:44.7788434Z [00:13:38.030]➜  iptables-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:02:44.7951323Z [00:13:38.047]➜  iptables-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:02:44.8196837Z [00:13:38.071]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:02:44.8299362Z [00:13:38.082]➜  iptables-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:02:44.8315397Z [00:13:38.083]➜  iptables-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:02:44.8613764Z [00:13:38.112]➜  iptables-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:02:44.8924589Z [00:13:38.144]➜  iptables-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:02:44.9131416Z [00:13:38.165]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:02:45.0362741Z [00:13:38.288]➜  libtpms-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
2025-08-20T22:02:45.0370009Z [00:13:38.289]➜  libtpms-static-x86_64-unknown-linux-musl> libtoolize: copying file './ltmain.sh'
2025-08-20T22:02:45.0506690Z [00:13:38.302]➜  x86_64-unknown-linux-musl-binutils>   CC       aarch64-asm-2.lo
2025-08-20T22:02:45.1577298Z [00:13:38.409]➜  libtpms-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T22:02:45.1579983Z [00:13:38.410]➜  libtpms-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T22:02:45.2197672Z [00:13:38.471]➜  libtpms-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T22:02:45.2339132Z [00:13:38.486]➜  iptables-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:02:45.2365589Z [00:13:38.486]➜  iptables-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:02:45.2689054Z [00:13:38.520]➜  libtpms-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T22:02:45.3085626Z [00:13:38.558]➜  libtpms-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T22:02:45.3425109Z [00:13:38.593]➜  libtpms-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T22:02:45.3965155Z [00:13:38.648]➜  iptables-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:02:45.4092618Z [00:13:38.661]➜  iptables-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:02:45.4175385Z [00:13:38.669]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T22:02:45.4180847Z [00:13:38.670]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T22:02:45.4186367Z [00:13:38.670]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:02:45.4964911Z [00:13:38.748]➜  iptables-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:02:45.5725746Z [00:13:38.824]➜  x86_64-unknown-linux-musl-binutils>   CC       aarch64-dis.lo
2025-08-20T22:02:45.5805277Z [00:13:38.832]➜  iptables-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:02:45.6877297Z [00:13:38.939]➜  iptables-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:02:45.8852174Z [00:13:39.137]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:02:46.0956770Z [00:13:39.347]➜  iptables-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:02:46.1468162Z [00:13:39.398]➜  iptables-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:02:46.1546159Z [00:13:39.399]➜  iptables-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:02:46.1547975Z [00:13:39.399]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:02:46.2449405Z [00:13:39.497]➜  iptables-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T22:02:46.2835288Z [00:13:39.535]➜  iptables-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:02:46.3008759Z [00:13:39.552]➜  iptables-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:02:46.3114403Z [00:13:39.562]➜  iptables-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:02:46.3262123Z [00:13:39.578]➜  iptables-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:02:46.3404318Z [00:13:39.592]➜  iptables-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:02:46.3431326Z [00:13:39.595]➜  iptables-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:02:46.3485019Z [00:13:39.600]➜  iptables-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:02:46.3725067Z [00:13:39.624]➜  iptables-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:02:46.4052228Z [00:13:39.657]➜  iptables-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:02:46.4061384Z [00:13:39.658]➜  iptables-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:02:46.4927212Z [00:13:39.744]➜  iptables-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:02:46.4932169Z [00:13:39.744]➜  iptables-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:02:46.6598889Z [00:13:39.911]➜  iptables-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T22:02:46.6737823Z [00:13:39.925]➜  iptables-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:02:46.6742980Z [00:13:39.925]➜  iptables-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:02:46.6746590Z [00:13:39.925]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:02:46.6749221Z [00:13:39.925]➜  iptables-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T22:02:46.6751372Z [00:13:39.926]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:02:46.6824594Z [00:13:39.929]➜  iptables-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T22:02:46.6826484Z [00:13:39.934]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:02:46.6827763Z [00:13:39.934]➜  iptables-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:02:46.6861646Z [00:13:39.938]➜  iptables-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:02:46.6867383Z [00:13:39.938]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:02:46.6872971Z [00:13:39.938]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T22:02:46.8403040Z [00:13:40.092]➜  iptables-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:02:46.8409331Z [00:13:40.093]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:02:47.2022778Z [00:13:40.450]➜  iptables-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:02:47.2125083Z [00:13:40.464]➜  iptables-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:02:47.2465880Z [00:13:40.497]➜  iptables-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:02:47.2676769Z [00:13:40.519]➜  iptables-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:02:47.3266949Z [00:13:40.578]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:02:47.3321534Z [00:13:40.584]➜  iptables-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:02:47.3416402Z [00:13:40.593]➜  iptables-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:02:47.4539363Z [00:13:40.705]➜  iptables-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:02:47.5675070Z [00:13:40.816]➜  iptables-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:02:47.6857052Z [00:13:40.937]➜  iptables-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:02:47.8006322Z [00:13:41.052]➜  iptables-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:02:47.9186795Z [00:13:41.170]➜  iptables-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:02:48.0467442Z [00:13:41.298]➜  iptables-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:02:48.1737503Z [00:13:41.425]➜  iptables-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:02:48.2871884Z [00:13:41.539]➜  iptables-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:02:48.3818531Z [00:13:41.633]➜  iptables-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:02:48.4325937Z [00:13:41.684]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T22:02:48.5197019Z [00:13:41.771]➜  iptables-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:02:48.5395472Z [00:13:41.789]➜  iptables-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:02:48.5872086Z [00:13:41.839]➜  x86_64-unknown-linux-musl-binutils>   CC       aarch64-dis-2.lo
2025-08-20T22:02:48.9506722Z [00:13:42.202]➜  iptables-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:02:48.9510052Z [00:13:42.202]➜  iptables-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:02:49.0465148Z [00:13:42.296]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: keygen
2025-08-20T22:02:49.0504698Z [00:13:42.302]➜  iptables-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:02:49.2427397Z [00:13:42.494]➜  iptables-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:02:49.3976538Z [00:13:42.649]➜  iptables-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:02:49.3982144Z [00:13:42.649]➜  iptables-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:02:49.5393907Z [00:13:42.791]➜  iptables-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:02:49.8584853Z [00:13:43.110]➜  iptables-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:02:49.8591571Z [00:13:43.111]➜  iptables-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:02:49.8766203Z [00:13:43.128]➜  iptables-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:02:49.8771650Z [00:13:43.128]➜  iptables-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:02:49.8774193Z [00:13:43.128]➜  iptables-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:02:49.8775818Z [00:13:43.128]➜  iptables-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:02:50.1070263Z [00:13:43.359]➜  iptables-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-ld -m elf_x86_64 knows -Wl,--no-undefined... yes
2025-08-20T22:02:50.2568548Z [00:13:43.508]➜  iptables-static-x86_64-unknown-linux-musl> checking for linux/dccp.h... yes
2025-08-20T22:02:50.2792975Z [00:13:43.531]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T22:02:50.3710185Z [00:13:43.621]➜  iptables-static-x86_64-unknown-linux-musl> checking for linux/ip_vs.h... yes
2025-08-20T22:02:50.5146954Z [00:13:43.766]➜  iptables-static-x86_64-unknown-linux-musl> checking for linux/magic.h... yes
2025-08-20T22:02:50.5506184Z [00:13:43.802]➜  x86_64-unknown-linux-musl-binutils>   CXX      x86_64.o
2025-08-20T22:02:50.6161507Z [00:13:43.868]➜  iptables-static-x86_64-unknown-linux-musl> checking for linux/proc_fs.h... no
2025-08-20T22:02:50.7353491Z [00:13:43.987]➜  iptables-static-x86_64-unknown-linux-musl> checking for linux/bpf.h... yes
2025-08-20T22:02:51.7152213Z [00:13:44.967]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T22:02:51.9790450Z [00:13:45.231]➜  iptables-static-x86_64-unknown-linux-musl> checking size of struct ip6_hdr... 40
2025-08-20T22:02:51.9907177Z [00:13:45.242]➜  iptables-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T22:02:52.0352405Z [00:13:45.287]➜  iptables-static-x86_64-unknown-linux-musl> checking for libnfnetlink >= 1.0... yes
2025-08-20T22:02:52.0725751Z [00:13:45.324]➜  iptables-static-x86_64-unknown-linux-musl> checking for libpcap... yes
2025-08-20T22:02:52.1246585Z [00:13:45.376]➜  iptables-static-x86_64-unknown-linux-musl> checking for libmnl >= 1.0... yes
2025-08-20T22:02:52.1826278Z [00:13:45.433]➜  iptables-static-x86_64-unknown-linux-musl> checking for libnftnl >= 1.2.6... yes
2025-08-20T22:02:52.2496697Z [00:13:45.501]➜  iptables-static-x86_64-unknown-linux-musl> checking for libnetfilter_conntrack >= 1.0.6... yes
2025-08-20T22:02:52.3985982Z [00:13:45.650]➜  iptables-static-x86_64-unknown-linux-musl> checking whether the build is using musl-libc... yes
2025-08-20T22:02:52.4855508Z [00:13:45.737]➜  iptables-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:02:52.4867734Z [00:13:45.739]➜  iptables-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:02:52.6527635Z [00:13:45.904]➜  libtpms-static-x86_64-unknown-linux-musl> configure.ac:57: installing './compile'
2025-08-20T22:02:52.6580726Z [00:13:45.910]➜  libtpms-static-x86_64-unknown-linux-musl> configure.ac:13: installing './config.guess'
2025-08-20T22:02:52.6644946Z [00:13:45.916]➜  libtpms-static-x86_64-unknown-linux-musl> configure.ac:13: installing './config.sub'
2025-08-20T22:02:52.6694586Z [00:13:45.921]➜  libtpms-static-x86_64-unknown-linux-musl> configure.ac:14: installing './install-sh'
2025-08-20T22:02:52.6780063Z [00:13:45.930]➜  libtpms-static-x86_64-unknown-linux-musl> configure.ac:14: installing './missing'
2025-08-20T22:02:53.1815716Z [00:13:46.430]➜  libtpms-static-x86_64-unknown-linux-musl> src/Makefile.am: installing './depcomp'
2025-08-20T22:02:54.0030722Z [00:13:47.255]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-progressive-size
2025-08-20T22:02:54.2836241Z [00:13:47.535]➜  libtpms-static-x86_64-unknown-linux-musl> parallel-tests: installing './test-driver'
2025-08-20T22:02:54.4417078Z [00:13:47.693]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: './install-sh' is updated
2025-08-20T22:02:54.4494670Z [00:13:47.693]➜  libtpms-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T22:02:54.4600964Z [00:13:47.712]➜  libtpms-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:02:54.4849474Z [00:13:47.736]➜  libtpms-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:02:54.5030542Z [00:13:47.755]➜  libtpms-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:02:54.5185315Z [00:13:47.768]➜  libtpms-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:02:54.5345420Z [00:13:47.785]➜  libtpms-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:02:54.5451378Z [00:13:47.797]➜  libtpms-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:02:54.5559778Z [00:13:47.808]➜  libtpms-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:02:54.6135452Z [00:13:47.864]➜  libtpms-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T22:02:54.6395642Z [00:13:47.889]➜  libtpms-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:02:54.6831766Z [00:13:47.934]➜  libtpms-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:02:54.6994870Z [00:13:47.951]➜  libtpms-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:02:54.7256792Z [00:13:47.977]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:02:54.7388927Z [00:13:47.989]➜  libtpms-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1 --bindir=/nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/bin --sbindir=/nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/sbin --includedir=/nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev/include --mandir=/nix/store/irjcbrc4b8c5vwkgh2yq0haz7lxiv5li-libtpms-static-x86_64-unknown-linux-musl-0.10.1-man/share/man --infodir=/nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/share/info --docdir=/nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/share/doc/libtpms --libdir=/nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/lib --libexecdir=/nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/libexec --localedir=/nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/share/locale --with-openssl --with-tpm2 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:02:54.7798235Z [00:13:48.031]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating extensions/GNUmakefile
2025-08-20T22:02:54.8512246Z [00:13:48.103]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T22:02:54.9201762Z [00:13:48.172]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating iptables/Makefile
2025-08-20T22:02:55.0304203Z [00:13:48.282]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating iptables/xtables.pc
2025-08-20T22:02:55.0988753Z [00:13:48.351]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating iptables/iptables.8
2025-08-20T22:02:55.1584316Z [00:13:48.410]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating iptables/iptables-extensions.8.tmpl
2025-08-20T22:02:55.2144199Z [00:13:48.465]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating iptables/iptables-save.8
2025-08-20T22:02:55.2249003Z [00:13:48.477]➜  libtpms-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:02:55.2466709Z [00:13:48.496]➜  libtpms-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:02:55.2470369Z [00:13:48.499]➜  libtpms-static-x86_64-unknown-linux-musl> checking target system type... x86_64-unknown-linux-musl
2025-08-20T22:02:55.2757783Z [00:13:48.527]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating iptables/iptables-restore.8
2025-08-20T22:02:55.2945954Z [00:13:48.546]➜  libtpms-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:02:55.3119941Z [00:13:48.564]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:02:55.3330809Z [00:13:48.585]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating iptables/iptables-apply.8
2025-08-20T22:02:55.3436234Z [00:13:48.595]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:02:55.3441859Z [00:13:48.596]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-progressive-interlace-standard
2025-08-20T22:02:55.3470445Z [00:13:48.599]➜  libtpms-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:02:55.3507217Z [00:13:48.602]➜  libtpms-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:02:55.3785001Z [00:13:48.630]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:02:55.3875736Z [00:13:48.639]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating iptables/iptables-xml.1
2025-08-20T22:02:55.4083009Z [00:13:48.660]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:02:55.4260730Z [00:13:48.678]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T22:02:55.4547081Z [00:13:48.706]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating libipq/Makefile
2025-08-20T22:02:55.4598403Z [00:13:48.711]➜  libtpms-static-x86_64-unknown-linux-musl> checking for debug-enabled build... no
2025-08-20T22:02:55.4916935Z [00:13:48.743]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:02:55.4919248Z [00:13:48.743]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:02:55.5300692Z [00:13:48.782]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating libipq/libipq.pc
2025-08-20T22:02:55.6181141Z [00:13:48.870]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating libiptc/Makefile
2025-08-20T22:02:55.6946443Z [00:13:48.946]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating libiptc/libiptc.pc
2025-08-20T22:02:55.7631626Z [00:13:49.015]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating libiptc/libip4tc.pc
2025-08-20T22:02:55.8167075Z [00:13:49.068]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:02:55.8171807Z [00:13:49.068]➜  libtpms-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:02:55.8240373Z [00:13:49.076]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating libiptc/libip6tc.pc
2025-08-20T22:02:55.8737345Z [00:13:49.125]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating libxtables/Makefile
2025-08-20T22:02:55.9204987Z [00:13:49.170]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating utils/Makefile
2025-08-20T22:02:55.9783717Z [00:13:49.230]➜  libtpms-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:02:55.9830739Z [00:13:49.235]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating include/xtables-version.h
2025-08-20T22:02:55.9885237Z [00:13:49.240]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:02:56.0497254Z [00:13:49.301]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating iptables/xtables-monitor.8
2025-08-20T22:02:56.1045455Z [00:13:49.353]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating utils/nfnl_osf.8
2025-08-20T22:02:56.1205195Z [00:13:49.369]➜  libtpms-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:02:56.1526241Z [00:13:49.404]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating utils/nfbpf_compile.8
2025-08-20T22:02:56.2049987Z [00:13:49.457]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:02:56.2360911Z [00:13:49.488]➜  iptables-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:02:56.2836453Z [00:13:49.535]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:02:56.2906817Z [00:13:49.542]➜  iptables-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:02:56.2967387Z [00:13:49.548]➜  iptables-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:02:56.3410305Z [00:13:49.592]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:02:56.3411723Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl> Iptables Configuration:
2025-08-20T22:02:56.3413568Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   IPv4 support:                              yes
2025-08-20T22:02:56.3418608Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   IPv6 support:                              yes
2025-08-20T22:02:56.3420453Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   Devel support:                     yes
2025-08-20T22:02:56.3421976Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   IPQ support:                               yes
2025-08-20T22:02:56.3465474Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   Large file support:                        yes
2025-08-20T22:02:56.3467386Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   BPF utils support:                 yes
2025-08-20T22:02:56.3469312Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   nfsynproxy util support:           yes
2025-08-20T22:02:56.3471066Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   nftables support:                  yes
2025-08-20T22:02:56.3473020Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   connlabel support:                 yes
2025-08-20T22:02:56.3474903Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   profiling support:                 no
2025-08-20T22:02:56.3476430Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:02:56.3478158Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl> Build parameters:
2025-08-20T22:02:56.3479330Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   Put plugins into executable (static):      yes
2025-08-20T22:02:56.3480631Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   Support plugins via dlopen (shared):       no
2025-08-20T22:02:56.3482568Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   Installation prefix (--prefix):    /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11
2025-08-20T22:02:56.3559519Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   Xtables extension directory:               /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables
2025-08-20T22:02:56.3562402Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   Pkg-config directory:                      /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/pkgconfig
2025-08-20T22:02:56.3564547Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   Xtables lock file:                 /run/xtables.lock
2025-08-20T22:02:56.3565768Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   Build against musl-libc:           yes
2025-08-20T22:02:56.3567135Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   Host:                                      x86_64-unknown-linux-musl
2025-08-20T22:02:56.3568469Z [00:13:49.593]➜  iptables-static-x86_64-unknown-linux-musl>   GCC binary:                                x86_64-unknown-linux-musl-gcc
2025-08-20T22:02:56.4890318Z [00:13:49.741]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:02:56.5146000Z [00:13:49.766]➜  iptables-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:02:56.5434230Z [00:13:49.795]➜  iptables-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:02:56.5726821Z [00:13:49.824]➜  iptables-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T22:02:56.5834998Z [00:13:49.834]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/iptables-1.8.11'
2025-08-20T22:02:56.6129057Z [00:13:49.864]➜  iptables-static-x86_64-unknown-linux-musl> Making all in libiptc
2025-08-20T22:02:56.6176003Z [00:13:49.869]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/libiptc'
2025-08-20T22:02:56.6184251Z [00:13:49.869]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include   -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -c -o libip4tc.lo libip4tc.c
2025-08-20T22:02:56.6274534Z [00:13:49.874]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include   -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -c -o libip6tc.lo libip6tc.c
2025-08-20T22:02:56.6300634Z [00:13:49.882]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:02:56.6312077Z [00:13:49.883]➜  libtpms-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:02:56.7554342Z [00:13:50.007]➜  iptables-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -c libip6tc.c -o libip6tc.o
2025-08-20T22:02:56.7830548Z [00:13:50.034]➜  iptables-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -c libip4tc.c -o libip4tc.o
2025-08-20T22:02:56.8627889Z [00:13:50.114]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether the linker accepts -Wl,--version-script=./src/test.syms... yes
2025-08-20T22:02:56.8633581Z [00:13:50.114]➜  libtpms-static-x86_64-unknown-linux-musl> Building with TPM2 support
2025-08-20T22:02:56.9734480Z [00:13:50.225]➜  libtpms-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:02:57.1137496Z [00:13:50.365]➜  libtpms-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:02:57.2647483Z [00:13:50.516]➜  libtpms-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:02:57.4258831Z [00:13:50.677]➜  libtpms-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:02:57.5041413Z [00:13:50.756]➜  libtpms-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:02:57.6294894Z [00:13:50.881]➜  libtpms-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:02:57.7280378Z [00:13:50.979]➜  libtpms-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:02:57.8508656Z [00:13:51.102]➜  libtpms-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:02:57.9652855Z [00:13:51.217]➜  libtpms-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:02:58.1618230Z [00:13:51.413]➜  libtpms-static-x86_64-unknown-linux-musl> checking for AES_set_encrypt_key in -lcrypto... yes
2025-08-20T22:02:58.2595023Z [00:13:51.511]➜  libtpms-static-x86_64-unknown-linux-musl> checking for openssl/aes.h... yes
2025-08-20T22:02:58.2601605Z [00:13:51.512]➜  libtpms-static-x86_64-unknown-linux-musl> Building with openssl crypto library
2025-08-20T22:02:58.3545829Z [00:13:51.606]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -version-info 2:0:0  -o libip6tc.la -rpath /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib libip6tc.lo
2025-08-20T22:02:58.6715948Z [00:13:51.920]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libip6tc.a  libip6tc.o
2025-08-20T22:02:58.6870162Z [00:13:51.939]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libip6tc.a
2025-08-20T22:02:58.7217240Z [00:13:51.973]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libip6tc.la" && ln -s "../libip6tc.la" "libip6tc.la" )
2025-08-20T22:02:58.8479337Z [00:13:52.099]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -version-info 2:0:0  -o libip4tc.la -rpath /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib libip4tc.lo
2025-08-20T22:02:58.8986998Z [00:13:52.150]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_CIPHER_CTX_new in -lcrypto... yes
2025-08-20T22:02:58.9915384Z [00:13:52.240]➜  x86_64-unknown-linux-musl-binutils>   CXX      sparc.o
2025-08-20T22:02:59.0307879Z [00:13:52.282]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libip4tc.a  libip4tc.o
2025-08-20T22:02:59.0421626Z [00:13:52.294]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libip4tc.a
2025-08-20T22:02:59.0692334Z [00:13:52.321]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libip4tc.la" && ln -s "../libip4tc.la" "libip4tc.la" )
2025-08-20T22:02:59.0768776Z [00:13:52.329]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/libiptc'
2025-08-20T22:02:59.0774839Z [00:13:52.329]➜  iptables-static-x86_64-unknown-linux-musl> Making all in libxtables
2025-08-20T22:02:59.0802648Z [00:13:52.332]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/libxtables'
2025-08-20T22:02:59.0840679Z [00:13:52.335]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I..   -Wall -Waggregate-return -Wmissing-declarations         -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -g -O2 -c -o libxtables_la-xtables.lo `test -f 'xtables.c' || echo './'`xtables.c
2025-08-20T22:02:59.0895212Z [00:13:52.341]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I..   -Wall -Waggregate-return -Wmissing-declarations         -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -g -O2 -c -o libxtables_la-xtoptions.lo `test -f 'xtoptions.c' || echo './'`xtoptions.c
2025-08-20T22:02:59.0974952Z [00:13:52.348]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I..   -Wall -Waggregate-return -Wmissing-declarations         -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -g -O2 -c -o libxtables_la-getethertype.lo `test -f 'getethertype.c' || echo './'`getethertype.c
2025-08-20T22:02:59.2508823Z [00:13:52.499]➜  iptables-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I.. -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -g -O2 -c xtables.c -o libxtables_la-xtables.o
2025-08-20T22:02:59.2517719Z [00:13:52.500]➜  iptables-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I.. -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -g -O2 -c getethertype.c -o libxtables_la-getethertype.o
2025-08-20T22:02:59.2534401Z [00:13:52.505]➜  iptables-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I../iptables -I.. -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -g -O2 -c xtoptions.c -o libxtables_la-xtoptions.o
2025-08-20T22:02:59.2997167Z [00:13:52.551]➜  x86_64-unknown-linux-musl-binutils>   CXX      powerpc.o
2025-08-20T22:02:59.8168073Z [00:13:53.068]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_EncryptInit_ex in -lcrypto... yes
2025-08-20T22:02:59.9916709Z [00:13:53.243]➜  x86_64-unknown-linux-musl-binutils>   CC       aarch64-opc.lo
2025-08-20T22:03:00.7017566Z [00:13:53.953]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_aes_128_cbc in -lcrypto... yes
2025-08-20T22:03:01.4810272Z [00:13:54.733]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_des_ede3_cbc in -lcrypto... yes
2025-08-20T22:03:01.5586491Z [00:13:54.810]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-transform
2025-08-20T22:03:02.2422716Z [00:13:55.494]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_camellia_128_cbc in -lcrypto... yes
2025-08-20T22:03:02.3085536Z [00:13:55.553]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -g -O2 -version-info 19:0:7  -o libxtables.la -rpath /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib libxtables_la-xtables.lo libxtables_la-xtoptions.lo libxtables_la-getethertype.lo -lm -L/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib -L/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib -L/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib -L/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib -lnetfilter_conntrack -lnfnetlink -lmnl -lnfnetlink
2025-08-20T22:03:02.7273080Z [00:13:55.979]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-progressive-standard
2025-08-20T22:03:02.7320158Z [00:13:55.984]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libxtables.a  libxtables_la-xtables.o libxtables_la-xtoptions.o libxtables_la-getethertype.o
2025-08-20T22:03:02.7429458Z [00:13:55.995]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libxtables.a
2025-08-20T22:03:02.8095904Z [00:13:56.059]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libxtables.la" && ln -s "../libxtables.la" "libxtables.la" )
2025-08-20T22:03:02.8285231Z [00:13:56.077]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/libxtables'
2025-08-20T22:03:02.8296149Z [00:13:56.077]➜  iptables-static-x86_64-unknown-linux-musl> Making all in include
2025-08-20T22:03:02.8300854Z [00:13:56.077]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/include'
2025-08-20T22:03:02.8305716Z [00:13:56.077]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T22:03:02.8310734Z [00:13:56.077]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/include'
2025-08-20T22:03:02.8315429Z [00:13:56.081]➜  iptables-static-x86_64-unknown-linux-musl> Making all in libipq
2025-08-20T22:03:02.8320421Z [00:13:56.084]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/libipq'
2025-08-20T22:03:02.8379412Z [00:13:56.089]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include  -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -c -o libipq.lo libipq.c
2025-08-20T22:03:02.8908165Z [00:13:56.142]➜  libtpms-static-x86_64-unknown-linux-musl> checking for DES_random_key in -lcrypto... yes
2025-08-20T22:03:03.0208815Z [00:13:56.270]➜  iptables-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -c libipq.c -o libipq.o
2025-08-20T22:03:03.3761655Z [00:13:56.627]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2   -o libipq.la -rpath /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib libipq.lo
2025-08-20T22:03:03.5971312Z [00:13:56.849]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_CIPHER_CTX_iv in -lcrypto... yes
2025-08-20T22:03:03.6886747Z [00:13:56.940]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libipq.a  libipq.o
2025-08-20T22:03:03.7055729Z [00:13:56.952]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libipq.a
2025-08-20T22:03:03.7224656Z [00:13:56.974]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libipq.la" && ln -s "../libipq.la" "libipq.la" )
2025-08-20T22:03:03.7325193Z [00:13:56.984]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/libipq'
2025-08-20T22:03:03.7326793Z [00:13:56.984]➜  iptables-static-x86_64-unknown-linux-musl> Making all in utils
2025-08-20T22:03:03.7352376Z [00:13:56.987]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/utils'
2025-08-20T22:03:03.7419048Z [00:13:56.990]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include  -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -c -o nfnl_osf.o nfnl_osf.c
2025-08-20T22:03:03.7429592Z [00:13:56.991]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include  -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -c -o nfbpf_compile.o nfbpf_compile.c
2025-08-20T22:03:03.7469126Z [00:13:56.996]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/include  -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -c -o nfsynproxy.o nfsynproxy.c
2025-08-20T22:03:03.7967878Z [00:13:57.048]➜  iptables-static-x86_64-unknown-linux-musl> In file included from nfnl_osf.c:22:
2025-08-20T22:03:03.7970313Z [00:13:57.048]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
2025-08-20T22:03:03.7972645Z [00:13:57.048]➜  iptables-static-x86_64-unknown-linux-musl>     1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
2025-08-20T22:03:03.7974153Z [00:13:57.048]➜  iptables-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:03:03.9401421Z [00:13:57.191]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2   -o nfbpf_compile nfbpf_compile.o -L/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib -L/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib -Wl,-rpath,/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib -lpcap -lnl-genl-3 -lnl-3 -lpthread
2025-08-20T22:03:04.1162390Z [00:13:57.367]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2   -o nfsynproxy nfsynproxy.o -L/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib -L/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib -Wl,-rpath,/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib -lpcap -lnl-genl-3 -lnl-3 -lpthread
2025-08-20T22:03:04.2569316Z [00:13:57.509]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngvalid-standard
2025-08-20T22:03:04.3045225Z [00:13:57.556]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -o nfbpf_compile nfbpf_compile.o -Wl,-rpath -Wl,/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib  -L/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib -L/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib -lpcap /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-genl-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-3.a -lpthread
2025-08-20T22:03:04.4622148Z [00:13:57.713]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -o nfsynproxy nfsynproxy.o -Wl,-rpath -Wl,/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib  -L/nix/store/47iilzfas4a1n42bayffgd7zky32y9kx-libpcap-static-x86_64-unknown-linux-musl-1.10.5/lib -L/nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib -lpcap /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-genl-3.a /nix/store/fdkky561slc25rjgdzfqwac0l4sd87qw-libnl-static-x86_64-unknown-linux-musl-3.11.0/lib/libnl-3.a -lpthread
2025-08-20T22:03:04.5349236Z [00:13:57.787]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EC_KEY_set_group in -lcrypto... yes
2025-08-20T22:03:04.5387718Z [00:13:57.790]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2   -o nfnl_osf nfnl_osf.o -L/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib -lnfnetlink
2025-08-20T22:03:04.7634792Z [00:13:58.015]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -g -O2 -o nfnl_osf nfnl_osf.o  -L/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib/libnfnetlink.a
2025-08-20T22:03:04.8699194Z [00:13:58.122]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/utils'
2025-08-20T22:03:04.8704172Z [00:13:58.122]➜  iptables-static-x86_64-unknown-linux-musl> Making all in extensions
2025-08-20T22:03:04.9361927Z [00:13:58.187]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/extensions'
2025-08-20T22:03:04.9374772Z [00:13:58.188]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_AUDIT.o.d,-MT,libxt_AUDIT.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_AUDIT_init -g -O2 -o libxt_AUDIT.o -c libxt_AUDIT.c;
2025-08-20T22:03:04.9481231Z [00:13:58.190]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_CHECKSUM.o.d,-MT,libxt_CHECKSUM.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_CHECKSUM_init -g -O2 -o libxt_CHECKSUM.o -c libxt_CHECKSUM.c;
2025-08-20T22:03:04.9495169Z [00:13:58.193]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_CLASSIFY.o.d,-MT,libxt_CLASSIFY.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_CLASSIFY_init -g -O2 -o libxt_CLASSIFY.o -c libxt_CLASSIFY.c;
2025-08-20T22:03:04.9512514Z [00:13:58.197]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_CONNMARK.o.d,-MT,libxt_CONNMARK.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_CONNMARK_init -g -O2 -o libxt_CONNMARK.o -c libxt_CONNMARK.c;
2025-08-20T22:03:04.9526623Z [00:13:58.202]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_CONNSECMARK.o.d,-MT,libxt_CONNSECMARK.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_CONNSECMARK_init -g -O2 -o libxt_CONNSECMARK.o -c libxt_CONNSECMARK.c;
2025-08-20T22:03:05.1815243Z [00:13:58.431]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_CT.o.d,-MT,libxt_CT.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_CT_init -g -O2 -o libxt_CT.o -c libxt_CT.c;
2025-08-20T22:03:05.1871445Z [00:13:58.438]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_DSCP.o.d,-MT,libxt_DSCP.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_DSCP_init -g -O2 -o libxt_DSCP.o -c libxt_DSCP.c;
2025-08-20T22:03:05.2078584Z [00:13:58.459]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_HMARK.o.d,-MT,libxt_HMARK.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_HMARK_init -g -O2 -o libxt_HMARK.o -c libxt_HMARK.c;
2025-08-20T22:03:05.2351979Z [00:13:58.483]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_IDLETIMER.o.d,-MT,libxt_IDLETIMER.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_IDLETIMER_init -g -O2 -o libxt_IDLETIMER.o -c libxt_IDLETIMER.c;
2025-08-20T22:03:05.4566845Z [00:13:58.708]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EC_KEY_generate_key in -lcrypto... yes
2025-08-20T22:03:05.4726929Z [00:13:58.724]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_LED.o.d,-MT,libxt_LED.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_LED_init -g -O2 -o libxt_LED.o -c libxt_LED.c;
2025-08-20T22:03:05.4831408Z [00:13:58.734]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_LOG.o.d,-MT,libxt_LOG.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_LOG_init -g -O2 -o libxt_LOG.o -c libxt_LOG.c;
2025-08-20T22:03:05.6493499Z [00:13:58.896]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_MARK.o.d,-MT,libxt_MARK.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_MARK_init -g -O2 -o libxt_MARK.o -c libxt_MARK.c;
2025-08-20T22:03:05.7922282Z [00:13:59.040]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_NAT.o.d,-MT,libxt_NAT.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_NAT_init -g -O2 -o libxt_NAT.o -c libxt_NAT.c;
2025-08-20T22:03:05.8202046Z [00:13:59.067]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_NFLOG.o.d,-MT,libxt_NFLOG.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_NFLOG_init -g -O2 -o libxt_NFLOG.o -c libxt_NFLOG.c;
2025-08-20T22:03:05.9197449Z [00:13:59.169]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_NFQUEUE.o.d,-MT,libxt_NFQUEUE.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_NFQUEUE_init -g -O2 -o libxt_NFQUEUE.o -c libxt_NFQUEUE.c;
2025-08-20T22:03:05.9295532Z [00:13:59.181]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_RATEEST.o.d,-MT,libxt_RATEEST.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_RATEEST_init -g -O2 -o libxt_RATEEST.o -c libxt_RATEEST.c;
2025-08-20T22:03:06.0811461Z [00:13:59.332]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_SECMARK.o.d,-MT,libxt_SECMARK.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_SECMARK_init -g -O2 -o libxt_SECMARK.o -c libxt_SECMARK.c;
2025-08-20T22:03:06.1160374Z [00:13:59.367]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_SET.o.d,-MT,libxt_SET.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_SET_init -g -O2 -o libxt_SET.o -c libxt_SET.c;
2025-08-20T22:03:06.3129402Z [00:13:59.564]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_SYNPROXY.o.d,-MT,libxt_SYNPROXY.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_SYNPROXY_init -g -O2 -o libxt_SYNPROXY.o -c libxt_SYNPROXY.c;
2025-08-20T22:03:06.3401591Z [00:13:59.591]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_TCPMSS.o.d,-MT,libxt_TCPMSS.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_TCPMSS_init -g -O2 -o libxt_TCPMSS.o -c libxt_TCPMSS.c;
2025-08-20T22:03:06.5390281Z [00:13:59.790]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_TCPOPTSTRIP.o.d,-MT,libxt_TCPOPTSTRIP.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_TCPOPTSTRIP_init -g -O2 -o libxt_TCPOPTSTRIP.o -c libxt_TCPOPTSTRIP.c;
2025-08-20T22:03:06.5816614Z [00:13:59.833]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_TEE.o.d,-MT,libxt_TEE.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_TEE_init -g -O2 -o libxt_TEE.o -c libxt_TEE.c;
2025-08-20T22:03:06.6011984Z [00:13:59.849]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_TOS.o.d,-MT,libxt_TOS.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_TOS_init -g -O2 -o libxt_TOS.o -c libxt_TOS.c;
2025-08-20T22:03:06.8383484Z [00:14:00.090]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EC_KEY_get0_private_key in -lcrypto... yes
2025-08-20T22:03:06.8974630Z [00:14:00.148]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_TPROXY.o.d,-MT,libxt_TPROXY.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_TPROXY_init -g -O2 -o libxt_TPROXY.o -c libxt_TPROXY.c;
2025-08-20T22:03:06.9611831Z [00:14:00.206]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_TRACE.o.d,-MT,libxt_TRACE.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_TRACE_init -g -O2 -o libxt_TRACE.o -c libxt_TRACE.c;
2025-08-20T22:03:06.9862233Z [00:14:00.237]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_addrtype.o.d,-MT,libxt_addrtype.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_addrtype_init -g -O2 -o libxt_addrtype.o -c libxt_addrtype.c;
2025-08-20T22:03:07.1214439Z [00:14:00.372]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_bpf.o.d,-MT,libxt_bpf.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_bpf_init -g -O2 -o libxt_bpf.o -c libxt_bpf.c;
2025-08-20T22:03:07.1327211Z [00:14:00.384]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_cgroup.o.d,-MT,libxt_cgroup.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_cgroup_init -g -O2 -o libxt_cgroup.o -c libxt_cgroup.c;
2025-08-20T22:03:07.1488632Z [00:14:00.400]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_cluster.o.d,-MT,libxt_cluster.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_cluster_init -g -O2 -o libxt_cluster.o -c libxt_cluster.c;
2025-08-20T22:03:07.3825086Z [00:14:00.633]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_comment.o.d,-MT,libxt_comment.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_comment_init -g -O2 -o libxt_comment.o -c libxt_comment.c;
2025-08-20T22:03:07.4032320Z [00:14:00.648]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_connbytes.o.d,-MT,libxt_connbytes.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_connbytes_init -g -O2 -o libxt_connbytes.o -c libxt_connbytes.c;
2025-08-20T22:03:07.4921550Z [00:14:00.743]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_connlabel.o.d,-MT,libxt_connlabel.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_connlabel_init -g -O2 -o libxt_connlabel.o -c libxt_connlabel.c;
2025-08-20T22:03:07.5031272Z [00:14:00.754]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_connlimit.o.d,-MT,libxt_connlimit.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_connlimit_init -g -O2 -o libxt_connlimit.o -c libxt_connlimit.c;
2025-08-20T22:03:07.6502634Z [00:14:00.901]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_connmark.o.d,-MT,libxt_connmark.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_connmark_init -g -O2 -o libxt_connmark.o -c libxt_connmark.c;
2025-08-20T22:03:07.7041878Z [00:14:00.955]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_conntrack.o.d,-MT,libxt_conntrack.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_conntrack_init -g -O2 -o libxt_conntrack.o -c libxt_conntrack.c;
2025-08-20T22:03:07.7171303Z [00:14:00.968]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_cpu.o.d,-MT,libxt_cpu.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_cpu_init -g -O2 -o libxt_cpu.o -c libxt_cpu.c;
2025-08-20T22:03:07.8696641Z [00:14:01.121]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_dccp.o.d,-MT,libxt_dccp.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_dccp_init -g -O2 -o libxt_dccp.o -c libxt_dccp.c;
2025-08-20T22:03:07.9522441Z [00:14:01.203]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_devgroup.o.d,-MT,libxt_devgroup.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_devgroup_init -g -O2 -o libxt_devgroup.o -c libxt_devgroup.c;
2025-08-20T22:03:07.9789477Z [00:14:01.230]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_dscp.o.d,-MT,libxt_dscp.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_dscp_init -g -O2 -o libxt_dscp.o -c libxt_dscp.c;
2025-08-20T22:03:08.0000573Z [00:14:01.247]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_ecn.o.d,-MT,libxt_ecn.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_ecn_init -g -O2 -o libxt_ecn.o -c libxt_ecn.c;
2025-08-20T22:03:08.1192739Z [00:14:01.371]➜  libtpms-static-x86_64-unknown-linux-musl> checking for ECDSA_SIG_new in -lcrypto... yes
2025-08-20T22:03:08.2731007Z [00:14:01.522]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_esp.o.d,-MT,libxt_esp.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_esp_init -g -O2 -o libxt_esp.o -c libxt_esp.c;
2025-08-20T22:03:08.3166076Z [00:14:01.567]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_hashlimit.o.d,-MT,libxt_hashlimit.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_hashlimit_init -g -O2 -o libxt_hashlimit.o -c libxt_hashlimit.c;
2025-08-20T22:03:08.3190144Z [00:14:01.570]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_helper.o.d,-MT,libxt_helper.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_helper_init -g -O2 -o libxt_helper.o -c libxt_helper.c;
2025-08-20T22:03:08.5049938Z [00:14:01.756]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_ipcomp.o.d,-MT,libxt_ipcomp.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_ipcomp_init -g -O2 -o libxt_ipcomp.o -c libxt_ipcomp.c;
2025-08-20T22:03:08.5352197Z [00:14:01.778]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_iprange.o.d,-MT,libxt_iprange.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_iprange_init -g -O2 -o libxt_iprange.o -c libxt_iprange.c;
2025-08-20T22:03:08.5910976Z [00:14:01.840]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_ipvs.o.d,-MT,libxt_ipvs.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_ipvs_init -g -O2 -o libxt_ipvs.o -c libxt_ipvs.c;
2025-08-20T22:03:08.7825035Z [00:14:02.028]➜  x86_64-unknown-linux-musl-binutils>   CC       aarch64-opc-2.lo
2025-08-20T22:03:08.7873865Z [00:14:02.038]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_length.o.d,-MT,libxt_length.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_length_init -g -O2 -o libxt_length.o -c libxt_length.c;
2025-08-20T22:03:09.0151435Z [00:14:02.266]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_limit.o.d,-MT,libxt_limit.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_limit_init -g -O2 -o libxt_limit.o -c libxt_limit.c;
2025-08-20T22:03:09.0740753Z [00:14:02.325]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_mac.o.d,-MT,libxt_mac.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_mac_init -g -O2 -o libxt_mac.o -c libxt_mac.c;
2025-08-20T22:03:09.2155554Z [00:14:02.466]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_mark.o.d,-MT,libxt_mark.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_mark_init -g -O2 -o libxt_mark.o -c libxt_mark.c;
2025-08-20T22:03:09.2294109Z [00:14:02.481]➜  libtpms-static-x86_64-unknown-linux-musl> checking for ECDSA_SIG_set0 in -lcrypto... yes
2025-08-20T22:03:09.3229348Z [00:14:02.574]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_multiport.o.d,-MT,libxt_multiport.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_multiport_init -g -O2 -o libxt_multiport.o -c libxt_multiport.c;
2025-08-20T22:03:09.3375599Z [00:14:02.586]➜  x86_64-unknown-linux-musl-binutils>   CC       alpha-dis.lo
2025-08-20T22:03:09.4302652Z [00:14:02.678]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_nfacct.o.d,-MT,libxt_nfacct.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_nfacct_init -g -O2 -o libxt_nfacct.o -c libxt_nfacct.c;
2025-08-20T22:03:09.5298469Z [00:14:02.781]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_osf.o.d,-MT,libxt_osf.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_osf_init -g -O2 -o libxt_osf.o -c libxt_osf.c;
2025-08-20T22:03:09.6534670Z [00:14:02.904]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_owner.o.d,-MT,libxt_owner.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_owner_init -g -O2 -o libxt_owner.o -c libxt_owner.c;
2025-08-20T22:03:09.7210987Z [00:14:02.972]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_physdev.o.d,-MT,libxt_physdev.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_physdev_init -g -O2 -o libxt_physdev.o -c libxt_physdev.c;
2025-08-20T22:03:09.7536197Z [00:14:03.005]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_pkttype.o.d,-MT,libxt_pkttype.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_pkttype_init -g -O2 -o libxt_pkttype.o -c libxt_pkttype.c;
2025-08-20T22:03:10.0554598Z [00:14:03.306]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_policy.o.d,-MT,libxt_policy.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_policy_init -g -O2 -o libxt_policy.o -c libxt_policy.c;
2025-08-20T22:03:10.0840847Z [00:14:03.335]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_quota.o.d,-MT,libxt_quota.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_quota_init -g -O2 -o libxt_quota.o -c libxt_quota.c;
2025-08-20T22:03:10.1586279Z [00:14:03.410]➜  x86_64-unknown-linux-musl-binutils>   CC       alpha-opc.lo
2025-08-20T22:03:10.2895947Z [00:14:03.540]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_rateest.o.d,-MT,libxt_rateest.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_rateest_init -g -O2 -o libxt_rateest.o -c libxt_rateest.c;
2025-08-20T22:03:10.3308061Z [00:14:03.582]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_recent.o.d,-MT,libxt_recent.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_recent_init -g -O2 -o libxt_recent.o -c libxt_recent.c;
2025-08-20T22:03:10.3482223Z [00:14:03.600]➜  libtpms-static-x86_64-unknown-linux-musl> checking for ECDSA_do_verify in -lcrypto... yes
2025-08-20T22:03:10.4143931Z [00:14:03.665]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_rpfilter.o.d,-MT,libxt_rpfilter.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_rpfilter_init -g -O2 -o libxt_rpfilter.o -c libxt_rpfilter.c;
2025-08-20T22:03:10.4549073Z [00:14:03.706]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_sctp.o.d,-MT,libxt_sctp.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_sctp_init -g -O2 -o libxt_sctp.o -c libxt_sctp.c;
2025-08-20T22:03:10.7164009Z [00:14:03.967]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_set.o.d,-MT,libxt_set.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_set_init -g -O2 -o libxt_set.o -c libxt_set.c;
2025-08-20T22:03:10.7666142Z [00:14:04.018]➜  x86_64-unknown-linux-musl-binutils>   CXX      arm.o
2025-08-20T22:03:10.8202789Z [00:14:04.071]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_socket.o.d,-MT,libxt_socket.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_socket_init -g -O2 -o libxt_socket.o -c libxt_socket.c;
2025-08-20T22:03:10.8496080Z [00:14:04.101]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_standard.o.d,-MT,libxt_standard.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_standard_init -g -O2 -o libxt_standard.o -c libxt_standard.c;
2025-08-20T22:03:10.9995835Z [00:14:04.250]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_statistic.o.d,-MT,libxt_statistic.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_statistic_init -g -O2 -o libxt_statistic.o -c libxt_statistic.c;
2025-08-20T22:03:11.0101313Z [00:14:04.259]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_string.o.d,-MT,libxt_string.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_string_init -g -O2 -o libxt_string.o -c libxt_string.c;
2025-08-20T22:03:11.1966032Z [00:14:04.447]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_tcp.o.d,-MT,libxt_tcp.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_tcp_init -g -O2 -o libxt_tcp.o -c libxt_tcp.c;
2025-08-20T22:03:11.2448782Z [00:14:04.497]➜  x86_64-unknown-linux-musl-binutils>   CC       bpf-dis.lo
2025-08-20T22:03:11.3605909Z [00:14:04.611]➜  libtpms-static-x86_64-unknown-linux-musl> checking for ECDSA_do_sign in -lcrypto... yes
2025-08-20T22:03:11.3610884Z [00:14:04.611]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EC_KEY_set_group in -lcrypto... (cached) yes
2025-08-20T22:03:11.4278211Z [00:14:04.679]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_tcpmss.o.d,-MT,libxt_tcpmss.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_tcpmss_init -g -O2 -o libxt_tcpmss.o -c libxt_tcpmss.c;
2025-08-20T22:03:11.5914614Z [00:14:04.842]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_time.o.d,-MT,libxt_time.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_time_init -g -O2 -o libxt_time.o -c libxt_time.c;
2025-08-20T22:03:11.6772432Z [00:14:04.925]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_tos.o.d,-MT,libxt_tos.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_tos_init -g -O2 -o libxt_tos.o -c libxt_tos.c;
2025-08-20T22:03:11.7213046Z [00:14:04.972]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_u32.o.d,-MT,libxt_u32.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_u32_init -g -O2 -o libxt_u32.o -c libxt_u32.c;
2025-08-20T22:03:11.8582197Z [00:14:05.106]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libxt_udp.o.d,-MT,libxt_udp.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libxt_udp_init -g -O2 -o libxt_udp.o -c libxt_udp.c;
2025-08-20T22:03:12.0483456Z [00:14:05.299]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libipt_CLUSTERIP.o.d,-MT,libipt_CLUSTERIP.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libipt_CLUSTERIP_init -g -O2 -o libipt_CLUSTERIP.o -c libipt_CLUSTERIP.c;
2025-08-20T22:03:12.1151811Z [00:14:05.367]➜  x86_64-unknown-linux-musl-binutils>   CC       bpf-opc.lo
2025-08-20T22:03:12.1522881Z [00:14:05.403]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libipt_ECN.o.d,-MT,libipt_ECN.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libipt_ECN_init -g -O2 -o libipt_ECN.o -c libipt_ECN.c;
2025-08-20T22:03:12.2466973Z [00:14:05.498]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libipt_NETMAP.o.d,-MT,libipt_NETMAP.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libipt_NETMAP_init -g -O2 -o libipt_NETMAP.o -c libipt_NETMAP.c;
2025-08-20T22:03:12.3052820Z [00:14:05.550]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libipt_REJECT.o.d,-MT,libipt_REJECT.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libipt_REJECT_init -g -O2 -o libipt_REJECT.o -c libipt_REJECT.c;
2025-08-20T22:03:12.3667476Z [00:14:05.618]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libipt_TTL.o.d,-MT,libipt_TTL.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libipt_TTL_init -g -O2 -o libipt_TTL.o -c libipt_TTL.c;
2025-08-20T22:03:12.3772028Z [00:14:05.629]➜  libtpms-static-x86_64-unknown-linux-musl> checking for RSA_set0_key in -lcrypto... yes
2025-08-20T22:03:12.4803794Z [00:14:05.731]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libipt_ULOG.o.d,-MT,libipt_ULOG.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libipt_ULOG_init -g -O2 -o libipt_ULOG.o -c libipt_ULOG.c;
2025-08-20T22:03:12.5823103Z [00:14:05.828]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libipt_ah.o.d,-MT,libipt_ah.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libipt_ah_init -g -O2 -o libipt_ah.o -c libipt_ah.c;
2025-08-20T22:03:12.5971301Z [00:14:05.840]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libipt_icmp.o.d,-MT,libipt_icmp.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libipt_icmp_init -g -O2 -o libipt_icmp.o -c libipt_icmp.c;
2025-08-20T22:03:12.6244394Z [00:14:05.875]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libipt_realm.o.d,-MT,libipt_realm.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libipt_realm_init -g -O2 -o libipt_realm.o -c libipt_realm.c;
2025-08-20T22:03:12.6361106Z [00:14:05.883]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libipt_ttl.o.d,-MT,libipt_ttl.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libipt_ttl_init -g -O2 -o libipt_ttl.o -c libipt_ttl.c;
2025-08-20T22:03:12.6845366Z [00:14:05.934]➜  x86_64-unknown-linux-musl-binutils>   CC       ia64-dis.lo
2025-08-20T22:03:12.8008568Z [00:14:06.052]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_DNPT.o.d,-MT,libip6t_DNPT.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_DNPT_init -g -O2 -o libip6t_DNPT.o -c libip6t_DNPT.c;
2025-08-20T22:03:12.8254723Z [00:14:06.076]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_HL.o.d,-MT,libip6t_HL.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_HL_init -g -O2 -o libip6t_HL.o -c libip6t_HL.c;
2025-08-20T22:03:12.8322111Z [00:14:06.082]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_NETMAP.o.d,-MT,libip6t_NETMAP.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_NETMAP_init -g -O2 -o libip6t_NETMAP.o -c libip6t_NETMAP.c;
2025-08-20T22:03:12.9721160Z [00:14:06.223]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_REJECT.o.d,-MT,libip6t_REJECT.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_REJECT_init -g -O2 -o libip6t_REJECT.o -c libip6t_REJECT.c;
2025-08-20T22:03:13.0081181Z [00:14:06.250]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_SNPT.o.d,-MT,libip6t_SNPT.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_SNPT_init -g -O2 -o libip6t_SNPT.o -c libip6t_SNPT.c;
2025-08-20T22:03:13.0417368Z [00:14:06.293]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_ah.o.d,-MT,libip6t_ah.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_ah_init -g -O2 -o libip6t_ah.o -c libip6t_ah.c;
2025-08-20T22:03:13.0851138Z [00:14:06.336]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_dst.o.d,-MT,libip6t_dst.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_dst_init -g -O2 -o libip6t_dst.o -c libip6t_dst.c;
2025-08-20T22:03:13.1174167Z [00:14:06.368]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_eui64.o.d,-MT,libip6t_eui64.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_eui64_init -g -O2 -o libip6t_eui64.o -c libip6t_eui64.c;
2025-08-20T22:03:13.2771690Z [00:14:06.523]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_frag.o.d,-MT,libip6t_frag.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_frag_init -g -O2 -o libip6t_frag.o -c libip6t_frag.c;
2025-08-20T22:03:13.3052125Z [00:14:06.553]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_hbh.o.d,-MT,libip6t_hbh.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_hbh_init -g -O2 -o libip6t_hbh.o -c libip6t_hbh.c;
2025-08-20T22:03:13.3070535Z [00:14:06.558]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_hl.o.d,-MT,libip6t_hl.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_hl_init -g -O2 -o libip6t_hl.o -c libip6t_hl.c;
2025-08-20T22:03:13.3831578Z [00:14:06.634]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_icmp6.o.d,-MT,libip6t_icmp6.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_icmp6_init -g -O2 -o libip6t_icmp6.o -c libip6t_icmp6.c;
2025-08-20T22:03:13.4753023Z [00:14:06.723]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_ipv6header.o.d,-MT,libip6t_ipv6header.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_ipv6header_init -g -O2 -o libip6t_ipv6header.o -c libip6t_ipv6header.c;
2025-08-20T22:03:13.5921783Z [00:14:06.843]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_mh.o.d,-MT,libip6t_mh.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_mh_init -g -O2 -o libip6t_mh.o -c libip6t_mh.c;
2025-08-20T22:03:13.6127277Z [00:14:06.864]➜  libtpms-static-x86_64-unknown-linux-musl> checking for RSA_set0_factors in -lcrypto... yes
2025-08-20T22:03:13.7197329Z [00:14:06.971]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_rt.o.d,-MT,libip6t_rt.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_rt_init -g -O2 -o libip6t_rt.o -c libip6t_rt.c;
2025-08-20T22:03:13.7675926Z [00:14:07.014]➜  x86_64-unknown-linux-musl-binutils>   CC       ia64-opc.lo
2025-08-20T22:03:13.7910252Z [00:14:07.042]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libip6t_srh.o.d,-MT,libip6t_srh.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libip6t_srh_init -g -O2 -o libip6t_srh.o -c libip6t_srh.c;
2025-08-20T22:03:13.8021940Z [00:14:07.053]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_802_3.o.d,-MT,libebt_802_3.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_802_3_init -g -O2 -o libebt_802_3.o -c libebt_802_3.c;
2025-08-20T22:03:13.8115389Z [00:14:07.063]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_among.o.d,-MT,libebt_among.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_among_init -g -O2 -o libebt_among.o -c libebt_among.c;
2025-08-20T22:03:14.0187752Z [00:14:07.270]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_arp.o.d,-MT,libebt_arp.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_arp_init -g -O2 -o libebt_arp.o -c libebt_arp.c;
2025-08-20T22:03:14.1062439Z [00:14:07.352]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_arpreply.o.d,-MT,libebt_arpreply.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_arpreply_init -g -O2 -o libebt_arpreply.o -c libebt_arpreply.c;
2025-08-20T22:03:14.3235219Z [00:14:07.574]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_dnat.o.d,-MT,libebt_dnat.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_dnat_init -g -O2 -o libebt_dnat.o -c libebt_dnat.c;
2025-08-20T22:03:14.4119635Z [00:14:07.660]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_ip.o.d,-MT,libebt_ip.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_ip_init -g -O2 -o libebt_ip.o -c libebt_ip.c;
2025-08-20T22:03:14.4138554Z [00:14:07.665]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_ip6.o.d,-MT,libebt_ip6.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_ip6_init -g -O2 -o libebt_ip6.o -c libebt_ip6.c;
2025-08-20T22:03:14.5951365Z [00:14:07.844]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_log.o.d,-MT,libebt_log.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_log_init -g -O2 -o libebt_log.o -c libebt_log.c;
2025-08-20T22:03:14.6216924Z [00:14:07.873]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_mark.o.d,-MT,libebt_mark.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_mark_init -g -O2 -o libebt_mark.o -c libebt_mark.c;
2025-08-20T22:03:14.6610721Z [00:14:07.912]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_mark_m.o.d,-MT,libebt_mark_m.o -Wall -Waggregate-return -Wmissing-declarations    -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_mark_m_init -g -O2 -o libebt_mark_m.o -c libebt_mark_m.c;
2025-08-20T22:03:14.8541842Z [00:14:08.100]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_nflog.o.d,-MT,libebt_nflog.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_nflog_init -g -O2 -o libebt_nflog.o -c libebt_nflog.c;
2025-08-20T22:03:14.9210237Z [00:14:08.172]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_pkttype.o.d,-MT,libebt_pkttype.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_pkttype_init -g -O2 -o libebt_pkttype.o -c libebt_pkttype.c;
2025-08-20T22:03:15.0026541Z [00:14:08.254]➜  libtpms-static-x86_64-unknown-linux-musl> checking for RSA_set0_crt_params in -lcrypto... yes
2025-08-20T22:03:15.0086157Z [00:14:08.260]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_redirect.o.d,-MT,libebt_redirect.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_redirect_init -g -O2 -o libebt_redirect.o -c libebt_redirect.c;
2025-08-20T22:03:15.1770408Z [00:14:08.426]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_snat.o.d,-MT,libebt_snat.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_snat_init -g -O2 -o libebt_snat.o -c libebt_snat.c;
2025-08-20T22:03:15.1784884Z [00:14:08.428]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_stp.o.d,-MT,libebt_stp.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_stp_init -g -O2 -o libebt_stp.o -c libebt_stp.c;
2025-08-20T22:03:15.2298482Z [00:14:08.481]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libebt_vlan.o.d,-MT,libebt_vlan.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libebt_vlan_init -g -O2 -o libebt_vlan.o -c libebt_vlan.c;
2025-08-20T22:03:15.3871471Z [00:14:08.638]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.libarpt_mangle.o.d,-MT,libarpt_mangle.o -Wall -Waggregate-return -Wmissing-declarations  -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DNO_SHARED_LIBS=1 -D_INIT=libarpt_mangle_init -g -O2 -o libarpt_mangle.o -c libarpt_mangle.c;
2025-08-20T22:03:15.4118083Z [00:14:08.663]➜  iptables-static-x86_64-unknown-linux-musl> for ext in 802_3 addrtype ah among arp arpreply bpf cgroup cluster comment connbytes connlabel connlimit connmark conntrack cpu dccp devgroup dnat dscp dst ecn esp eui64 frag hashlimit hbh helper hl icmp icmp6 ip ip6 ipcomp iprange ipv6header ipvs length limit log mac mangle mark mark_m mh multiport nfacct nflog osf owner physdev pkttype policy quota rateest realm recent redirect rpfilter rt sctp set snat socket srh standard state statistic stp string tcp tcpmss time tos ttl u32 udp vlan; do f="./libxt_$ext.man"; if [ -f "$f" ]; then printf "\t+ $f\n" >&2; echo ".SS $ext"; cat "$f" || exit $?; fi; f="./libip6t_$ext.man"; if [ -f "$f" ]; then printf "\t+ $f\n" >&2; echo ".SS $ext (IPv6-specific)"; cat "$f" || exit $?; fi; f="./libipt_$ext.man"; if [ -f "$f" ]; then printf "\t+ $f\n" >&2; echo ".SS $ext (IPv4-specific)"; cat "$f" || exit $?; fi; done >matches.man;
2025-08-20T22:03:15.4170522Z [00:14:08.669]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_addrtype.man
2025-08-20T22:03:15.4355603Z [00:14:08.684]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_ah.man
2025-08-20T22:03:15.4370899Z [00:14:08.684]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libipt_ah.man
2025-08-20T22:03:15.4375975Z [00:14:08.689]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_bpf.man
2025-08-20T22:03:15.4535446Z [00:14:08.702]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_cgroup.man
2025-08-20T22:03:15.4554264Z [00:14:08.707]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_cluster.man
2025-08-20T22:03:15.4670733Z [00:14:08.719]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_comment.man
2025-08-20T22:03:15.4766103Z [00:14:08.728]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_connbytes.man
2025-08-20T22:03:15.4865306Z [00:14:08.730]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_connlabel.man
2025-08-20T22:03:15.4866617Z [00:14:08.738]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_connlimit.man
2025-08-20T22:03:15.4911012Z [00:14:08.743]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_connmark.man
2025-08-20T22:03:15.5029868Z [00:14:08.755]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_conntrack.man
2025-08-20T22:03:15.5104091Z [00:14:08.762]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_cpu.man
2025-08-20T22:03:15.5205308Z [00:14:08.772]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_dccp.man
2025-08-20T22:03:15.5234696Z [00:14:08.775]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_devgroup.man
2025-08-20T22:03:15.5309675Z [00:14:08.783]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_dscp.man
2025-08-20T22:03:15.5397730Z [00:14:08.791]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_dst.man
2025-08-20T22:03:15.5509239Z [00:14:08.799]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_ecn.man
2025-08-20T22:03:15.5518492Z [00:14:08.800]➜  iptables-static-x86_64-unknown-linux-musl> for ext in 802_3 AUDIT CHECKSUM CLASSIFY CLUSTERIP CONNMARK CONNSECMARK CT DNAT DNPT DSCP ECN HL HMARK IDLETIMER LED LOG MARK MASQUERADE NAT NETMAP NFLOG NFQUEUE NOTRACK RATEEST REDIRECT REJECT SECMARK SET SNAT SNPT SYNPROXY TCPMSS TCPOPTSTRIP TEE TOS TPROXY TRACE TTL ULOG; do f="./libxt_$ext.man"; if [ -f "$f" ]; then printf "\t+ $f\n" >&2; echo ".SS $ext"; cat "$f" || exit $?; fi; f="./libip6t_$ext.man"; if [ -f "$f" ]; then printf "\t+ $f\n" >&2; echo ".SS $ext (IPv6-specific)"; cat "$f" || exit $?; fi; f="./libipt_$ext.man"; if [ -f "$f" ]; then printf "\t+ $f\n" >&2; echo ".SS $ext (IPv4-specific)"; cat "$f" || exit $?; fi; done >targets.man;
2025-08-20T22:03:15.5536418Z [00:14:08.805]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_esp.man
2025-08-20T22:03:15.5540532Z [00:14:08.805]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_AUDIT.man
2025-08-20T22:03:15.5546145Z [00:14:08.806]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_eui64.man
2025-08-20T22:03:15.5626570Z [00:14:08.814]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_frag.man
2025-08-20T22:03:15.5656905Z [00:14:08.817]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_CHECKSUM.man
2025-08-20T22:03:15.5698669Z [00:14:08.822]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_hashlimit.man
2025-08-20T22:03:15.5725583Z [00:14:08.824]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_hbh.man
2025-08-20T22:03:15.5766214Z [00:14:08.828]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_CLASSIFY.man
2025-08-20T22:03:15.5809525Z [00:14:08.833]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_helper.man
2025-08-20T22:03:15.5821319Z [00:14:08.834]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libipt_CLUSTERIP.man
2025-08-20T22:03:15.5919289Z [00:14:08.844]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_CONNMARK.man
2025-08-20T22:03:15.5923871Z [00:14:08.844]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_hl.man
2025-08-20T22:03:15.5964889Z [00:14:08.848]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_CONNSECMARK.man
2025-08-20T22:03:15.5989876Z [00:14:08.851]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libipt_icmp.man
2025-08-20T22:03:15.6056173Z [00:14:08.857]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_icmp6.man
2025-08-20T22:03:15.6076643Z [00:14:08.859]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_CT.man
2025-08-20T22:03:15.6144842Z [00:14:08.866]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_iprange.man
2025-08-20T22:03:15.6160240Z [00:14:08.868]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_DNAT.man
2025-08-20T22:03:15.6199608Z [00:14:08.872]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_ipv6header.man
2025-08-20T22:03:15.6209901Z [00:14:08.873]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_DNPT.man
2025-08-20T22:03:15.6374925Z [00:14:08.886]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_ipvs.man
2025-08-20T22:03:15.6379847Z [00:14:08.886]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_DSCP.man
2025-08-20T22:03:15.6380802Z [00:14:08.887]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libipt_ECN.man
2025-08-20T22:03:15.6399387Z [00:14:08.892]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_length.man
2025-08-20T22:03:15.6405922Z [00:14:08.892]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_HL.man
2025-08-20T22:03:15.6507784Z [00:14:08.901]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_limit.man
2025-08-20T22:03:15.6509085Z [00:14:08.901]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_HMARK.man
2025-08-20T22:03:15.6514713Z [00:14:08.903]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_IDLETIMER.man
2025-08-20T22:03:15.6587392Z [00:14:08.909]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_LED.man
2025-08-20T22:03:15.6589055Z [00:14:08.909]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_mac.man
2025-08-20T22:03:15.6590228Z [00:14:08.911]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_LOG.man
2025-08-20T22:03:15.6598974Z [00:14:08.912]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_mark.man
2025-08-20T22:03:15.6645080Z [00:14:08.916]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_MARK.man
2025-08-20T22:03:15.6647437Z [00:14:08.916]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_mh.man
2025-08-20T22:03:15.6706535Z [00:14:08.922]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_MASQUERADE.man
2025-08-20T22:03:15.6712085Z [00:14:08.923]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_multiport.man
2025-08-20T22:03:15.6758410Z [00:14:08.928]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_NETMAP.man
2025-08-20T22:03:15.6766752Z [00:14:08.928]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_nfacct.man
2025-08-20T22:03:15.6869647Z [00:14:08.939]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_NFLOG.man
2025-08-20T22:03:15.6875121Z [00:14:08.939]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_osf.man
2025-08-20T22:03:15.6924863Z [00:14:08.944]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_NFQUEUE.man
2025-08-20T22:03:15.6931134Z [00:14:08.945]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_owner.man
2025-08-20T22:03:15.7011323Z [00:14:08.952]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.initext.o.d,-MT,initext.o -Wall -Waggregate-return -Wmissing-declarations        -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -D_INIT=ext_init -g -O2 -o initext.o -c initext.c;
2025-08-20T22:03:15.7020436Z [00:14:08.952]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_NOTRACK.man
2025-08-20T22:03:15.7021823Z [00:14:08.952]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_RATEEST.man
2025-08-20T22:03:15.7036096Z [00:14:08.955]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_physdev.man
2025-08-20T22:03:15.7063516Z [00:14:08.956]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_REDIRECT.man
2025-08-20T22:03:15.7088534Z [00:14:08.961]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_pkttype.man
2025-08-20T22:03:15.7089857Z [00:14:08.961]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_policy.man
2025-08-20T22:03:15.7174407Z [00:14:08.965]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_REJECT.man
2025-08-20T22:03:15.7178943Z [00:14:08.965]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libipt_REJECT.man
2025-08-20T22:03:15.7180221Z [00:14:08.968]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_SECMARK.man
2025-08-20T22:03:15.7181513Z [00:14:08.970]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_quota.man
2025-08-20T22:03:15.7194988Z [00:14:08.971]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_SET.man
2025-08-20T22:03:15.7246797Z [00:14:08.976]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_SNAT.man
2025-08-20T22:03:15.7283056Z [00:14:08.980]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_SNPT.man
2025-08-20T22:03:15.7344363Z [00:14:08.982]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_rateest.man
2025-08-20T22:03:15.7363666Z [00:14:08.987]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_SYNPROXY.man
2025-08-20T22:03:15.7388687Z [00:14:08.991]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libipt_realm.man
2025-08-20T22:03:15.7407489Z [00:14:08.991]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_recent.man
2025-08-20T22:03:15.7408655Z [00:14:08.991]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_TCPMSS.man
2025-08-20T22:03:15.7409762Z [00:14:08.993]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_TCPOPTSTRIP.man
2025-08-20T22:03:15.7458960Z [00:14:08.998]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_rpfilter.man
2025-08-20T22:03:15.7505114Z [00:14:09.002]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_TEE.man
2025-08-20T22:03:15.7513744Z [00:14:09.003]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libip6t_rt.man
2025-08-20T22:03:15.7574770Z [00:14:09.009]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_TOS.man
2025-08-20T22:03:15.7580852Z [00:14:09.010]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_sctp.man
2025-08-20T22:03:15.7678668Z [00:14:09.020]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_TPROXY.man
2025-08-20T22:03:15.7679984Z [00:14:09.020]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_set.man
2025-08-20T22:03:15.7719671Z [00:14:09.024]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_TRACE.man
2025-08-20T22:03:15.7824569Z [00:14:09.030]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_socket.man
2025-08-20T22:03:15.7827334Z [00:14:09.031]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_state.man
2025-08-20T22:03:15.7836819Z [00:14:09.035]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libipt_TTL.man
2025-08-20T22:03:15.7880383Z [00:14:09.040]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libipt_ULOG.man
2025-08-20T22:03:15.7890693Z [00:14:09.041]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_statistic.man
2025-08-20T22:03:15.7955822Z [00:14:09.046]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.initext4.o.d,-MT,initext4.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -D_INIT=ext4_init -g -O2 -o initext4.o -c initext4.c;
2025-08-20T22:03:15.7994241Z [00:14:09.047]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_string.man
2025-08-20T22:03:15.8048851Z [00:14:09.057]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_tcp.man
2025-08-20T22:03:15.8091575Z [00:14:09.059]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_tcpmss.man
2025-08-20T22:03:15.8092949Z [00:14:09.061]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_time.man
2025-08-20T22:03:15.8158229Z [00:14:09.068]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_tos.man
2025-08-20T22:03:15.8211328Z [00:14:09.073]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libipt_ttl.man
2025-08-20T22:03:15.8280283Z [00:14:09.080]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_u32.man
2025-08-20T22:03:15.8395480Z [00:14:09.091]➜  iptables-static-x86_64-unknown-linux-musl>      + ./libxt_udp.man
2025-08-20T22:03:15.8451132Z [00:14:09.096]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.initext6.o.d,-MT,initext6.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -D_INIT=ext6_init -g -O2 -o initext6.o -c initext6.c;
2025-08-20T22:03:15.8542518Z [00:14:09.104]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.initextb.o.d,-MT,initextb.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -D_INIT=extb_init -g -O2 -o initextb.o -c initextb.c;
2025-08-20T22:03:15.8631508Z [00:14:09.114]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT       -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I.. -I../include -I..   -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -Wp,-MMD,./.initexta.o.d,-MT,initexta.o -Wall -Waggregate-return -Wmissing-declarations      -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -D_INIT=exta_init -g -O2 -o initexta.o -c initexta.c;
2025-08-20T22:03:15.8805992Z [00:14:09.131]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar crs libext.a initext.o libxt_AUDIT.o libxt_CHECKSUM.o libxt_CLASSIFY.o libxt_CONNMARK.o libxt_CONNSECMARK.o libxt_CT.o libxt_DSCP.o libxt_HMARK.o libxt_IDLETIMER.o libxt_LED.o libxt_LOG.o libxt_MARK.o libxt_NAT.o libxt_NFLOG.o libxt_NFQUEUE.o libxt_RATEEST.o libxt_SECMARK.o libxt_SET.o libxt_SYNPROXY.o libxt_TCPMSS.o libxt_TCPOPTSTRIP.o libxt_TEE.o libxt_TOS.o libxt_TPROXY.o libxt_TRACE.o libxt_addrtype.o libxt_bpf.o libxt_cgroup.o libxt_cluster.o libxt_comment.o libxt_connbytes.o libxt_connlabel.o libxt_connlimit.o libxt_connmark.o libxt_conntrack.o libxt_cpu.o libxt_dccp.o libxt_devgroup.o libxt_dscp.o libxt_ecn.o libxt_esp.o libxt_hashlimit.o libxt_helper.o libxt_ipcomp.o libxt_iprange.o libxt_ipvs.o libxt_length.o libxt_limit.o libxt_mac.o libxt_mark.o libxt_multiport.o libxt_nfacct.o libxt_osf.o libxt_owner.o libxt_physdev.o libxt_pkttype.o libxt_policy.o libxt_quota.o libxt_rateest.o libxt_recent.o libxt_rpfilter.o libxt_sctp.o libxt_set.o libxt_socket.o libxt_standard.o libxt_statistic.o libxt_string.o libxt_tcp.o libxt_tcpmss.o libxt_time.o libxt_tos.o libxt_u32.o libxt_udp.o;
2025-08-20T22:03:15.8864274Z [00:14:09.135]➜  x86_64-unknown-linux-musl-binutils>   CC       loongarch-opc.lo
2025-08-20T22:03:15.9416458Z [00:14:09.192]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar crs libext4.a initext4.o libipt_CLUSTERIP.o libipt_ECN.o libipt_NETMAP.o libipt_REJECT.o libipt_TTL.o libipt_ULOG.o libipt_ah.o libipt_icmp.o libipt_realm.o libipt_ttl.o;
2025-08-20T22:03:15.9477622Z [00:14:09.199]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar crs libext_ebt.a initextb.o libebt_802_3.o libebt_among.o libebt_arp.o libebt_arpreply.o libebt_dnat.o libebt_ip.o libebt_ip6.o libebt_log.o libebt_mark.o libebt_mark_m.o libebt_nflog.o libebt_pkttype.o libebt_redirect.o libebt_snat.o libebt_stp.o libebt_vlan.o;
2025-08-20T22:03:15.9596625Z [00:14:09.211]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar crs libext_arpt.a initexta.o libarpt_mangle.o;
2025-08-20T22:03:15.9819256Z [00:14:09.233]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar crs libext6.a initext6.o libip6t_DNPT.o libip6t_HL.o libip6t_NETMAP.o libip6t_REJECT.o libip6t_SNPT.o libip6t_ah.o libip6t_dst.o libip6t_eui64.o libip6t_frag.o libip6t_hbh.o libip6t_hl.o libip6t_icmp6.o libip6t_ipv6header.o libip6t_mh.o libip6t_rt.o libip6t_srh.o;
2025-08-20T22:03:16.0016316Z [00:14:09.253]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/extensions'
2025-08-20T22:03:16.0021663Z [00:14:09.253]➜  iptables-static-x86_64-unknown-linux-musl> Making all in iptables
2025-08-20T22:03:16.0063107Z [00:14:09.258]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:16.0068431Z [00:14:09.258]➜  iptables-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T22:03:16.0190051Z [00:14:09.271]➜  iptables-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:16.0203919Z [00:14:09.271]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_legacy_multi-iptables-xml.o `test -f 'iptables-xml.c' || echo './'`iptables-xml.c
2025-08-20T22:03:16.0284775Z [00:14:09.279]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_legacy_multi-xshared.o `test -f 'xshared.c' || echo './'`xshared.c
2025-08-20T22:03:16.0338238Z [00:14:09.285]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_legacy_multi-xtables-legacy-multi.o `test -f 'xtables-legacy-multi.c' || echo './'`xtables-legacy-multi.c
2025-08-20T22:03:16.0354643Z [00:14:09.285]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_legacy_multi-iptables-restore.o `test -f 'iptables-restore.c' || echo './'`iptables-restore.c
2025-08-20T22:03:16.0371949Z [00:14:09.288]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_legacy_multi-iptables-save.o `test -f 'iptables-save.c' || echo './'`iptables-save.c
2025-08-20T22:03:16.2136284Z [00:14:09.465]➜  libtpms-static-x86_64-unknown-linux-musl> checking for RSA_generate_key_ex in -lcrypto... yes
2025-08-20T22:03:16.2287204Z [00:14:09.480]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_legacy_multi-iptables-standalone.o `test -f 'iptables-standalone.c' || echo './'`iptables-standalone.c
2025-08-20T22:03:16.4402354Z [00:14:09.692]➜  x86_64-unknown-linux-musl-binutils>   CC       loongarch-dis.lo
2025-08-20T22:03:16.5033441Z [00:14:09.752]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_legacy_multi-iptables.o `test -f 'iptables.c' || echo './'`iptables.c
2025-08-20T22:03:16.5483589Z [00:14:09.799]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_legacy_multi-ip6tables-standalone.o `test -f 'ip6tables-standalone.c' || echo './'`ip6tables-standalone.c
2025-08-20T22:03:16.6811557Z [00:14:09.932]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_legacy_multi-ip6tables.o `test -f 'ip6tables.c' || echo './'`ip6tables.c
2025-08-20T22:03:16.7648926Z [00:14:10.016]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-iptables-xml.o `test -f 'iptables-xml.c' || echo './'`iptables-xml.c
2025-08-20T22:03:17.3535766Z [00:14:10.605]➜  x86_64-unknown-linux-musl-binutils>   CC       loongarch-coder.lo
2025-08-20T22:03:17.4338557Z [00:14:10.684]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xshared.o `test -f 'xshared.c' || echo './'`xshared.c
2025-08-20T22:03:17.4432407Z [00:14:10.693]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_CTX_new in -lcrypto... yes
2025-08-20T22:03:18.0095241Z [00:14:11.260]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables-nft-multi.o `test -f 'xtables-nft-multi.c' || echo './'`xtables-nft-multi.c
2025-08-20T22:03:18.1612957Z [00:14:11.409]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft.o `test -f 'nft.c' || echo './'`nft.c
2025-08-20T22:03:18.2623565Z [00:14:11.513]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-arp.o `test -f 'nft-arp.c' || echo './'`nft-arp.c
2025-08-20T22:03:18.3184542Z [00:14:11.569]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-ipv4.o `test -f 'nft-ipv4.c' || echo './'`nft-ipv4.c
2025-08-20T22:03:18.3427328Z [00:14:11.594]➜  x86_64-unknown-linux-musl-binutils>   CC       mips-dis.lo
2025-08-20T22:03:18.7061681Z [00:14:11.958]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_assign in -lcrypto... yes
2025-08-20T22:03:19.1443737Z [00:14:12.392]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-ipv6.o `test -f 'nft-ipv6.c' || echo './'`nft-ipv6.c
2025-08-20T22:03:19.6250789Z [00:14:12.876]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-bridge.o `test -f 'nft-bridge.c' || echo './'`nft-bridge.c
2025-08-20T22:03:19.8212452Z [00:14:13.072]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-cache.o `test -f 'nft-cache.c' || echo './'`nft-cache.c
2025-08-20T22:03:19.9445623Z [00:14:13.195]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_encrypt_init in -lcrypto... yes
2025-08-20T22:03:20.2634725Z [00:14:13.514]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-chain.o `test -f 'nft-chain.c' || echo './'`nft-chain.c
2025-08-20T22:03:20.5613447Z [00:14:13.812]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-cmd.o `test -f 'nft-cmd.c' || echo './'`nft-cmd.c
2025-08-20T22:03:20.9001948Z [00:14:14.151]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-ruleparse.o `test -f 'nft-ruleparse.c' || echo './'`nft-ruleparse.c
2025-08-20T22:03:21.1337040Z [00:14:14.383]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_encrypt in -lcrypto... yes
2025-08-20T22:03:21.2193439Z [00:14:14.467]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-ruleparse-arp.o `test -f 'nft-ruleparse-arp.c' || echo './'`nft-ruleparse-arp.c
2025-08-20T22:03:21.2449202Z [00:14:14.496]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-ruleparse-bridge.o `test -f 'nft-ruleparse-bridge.c' || echo './'`nft-ruleparse-bridge.c
2025-08-20T22:03:21.2633149Z [00:14:14.511]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-ruleparse-ipv4.o `test -f 'nft-ruleparse-ipv4.c' || echo './'`nft-ruleparse-ipv4.c
2025-08-20T22:03:21.5605339Z [00:14:14.811]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-ruleparse-ipv6.o `test -f 'nft-ruleparse-ipv6.c' || echo './'`nft-ruleparse-ipv6.c
2025-08-20T22:03:21.6497985Z [00:14:14.901]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-nft-shared.o `test -f 'nft-shared.c' || echo './'`nft-shared.c
2025-08-20T22:03:21.9488864Z [00:14:15.200]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables-monitor.o `test -f 'xtables-monitor.c' || echo './'`xtables-monitor.c
2025-08-20T22:03:22.0633096Z [00:14:15.314]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables.o `test -f 'xtables.c' || echo './'`xtables.c
2025-08-20T22:03:22.3469756Z [00:14:15.599]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_decrypt_init in -lcrypto... yes
2025-08-20T22:03:22.5101311Z [00:14:15.761]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables-arp.o `test -f 'xtables-arp.c' || echo './'`xtables-arp.c
2025-08-20T22:03:22.5325841Z [00:14:15.784]➜  x86_64-unknown-linux-musl-binutils>   CC       mips-opc.lo
2025-08-20T22:03:22.5713727Z [00:14:15.822]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables-eb.o `test -f 'xtables-eb.c' || echo './'`xtables-eb.c
2025-08-20T22:03:22.7215969Z [00:14:15.969]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables-standalone.o `test -f 'xtables-standalone.c' || echo './'`xtables-standalone.c
2025-08-20T22:03:22.7716048Z [00:14:16.022]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables-eb-standalone.o `test -f 'xtables-eb-standalone.c' || echo './'`xtables-eb-standalone.c
2025-08-20T22:03:22.8154623Z [00:14:16.066]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables-translate.o `test -f 'xtables-translate.c' || echo './'`xtables-translate.c
2025-08-20T22:03:23.0474631Z [00:14:16.298]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables-eb-translate.o `test -f 'xtables-eb-translate.c' || echo './'`xtables-eb-translate.c
2025-08-20T22:03:23.0573690Z [00:14:16.306]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables-save.o `test -f 'xtables-save.c' || echo './'`xtables-save.c
2025-08-20T22:03:23.0812439Z [00:14:16.330]➜  iptables-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT     -DXTABLES_LIBDIR=\"/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables\" -DXTABLES_INTERNAL -I../include -I../include -I..  -I/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/include -I/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/include -I/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/include -I/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/include  -Wall -Waggregate-return -Wmissing-declarations       -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -c -o xtables_nft_multi-xtables-restore.o `test -f 'xtables-restore.c' || echo './'`xtables-restore.c
2025-08-20T22:03:23.5305585Z [00:14:16.776]➜  iptables-static-x86_64-unknown-linux-musl> echo "ip6tables.8" | sed 's|^ip6|.so man8/ip|' >ip6tables.8
2025-08-20T22:03:23.5323706Z [00:14:16.784]➜  iptables-static-x86_64-unknown-linux-musl> echo "ip6tables-restore.8" | sed 's|^ip6|.so man8/ip|' >ip6tables-restore.8
2025-08-20T22:03:23.5447310Z [00:14:16.796]➜  iptables-static-x86_64-unknown-linux-musl> echo "ip6tables-save.8" | sed 's|^ip6|.so man8/ip|' >ip6tables-save.8
2025-08-20T22:03:23.5477804Z [00:14:16.800]➜  iptables-static-x86_64-unknown-linux-musl> sed \
2025-08-20T22:03:23.5483054Z [00:14:16.800]➜  iptables-static-x86_64-unknown-linux-musl>      -e '/@MATCH@/ r ../extensions/matches.man' \
2025-08-20T22:03:23.5488686Z [00:14:16.801]➜  iptables-static-x86_64-unknown-linux-musl>      -e '/@TARGET@/ r ../extensions/targets.man' iptables-extensions.8.tmpl >iptables-extensions.8;
2025-08-20T22:03:23.5542285Z [00:14:16.806]➜  iptables-static-x86_64-unknown-linux-musl> echo "ip6tables-apply.8" | sed 's|^ip6|.so man8/ip|' >ip6tables-apply.8
2025-08-20T22:03:23.5602097Z [00:14:16.812]➜  iptables-static-x86_64-unknown-linux-musl> echo '.so man8/xtables-translate.8' >iptables-translate.8
2025-08-20T22:03:23.5617895Z [00:14:16.814]➜  iptables-static-x86_64-unknown-linux-musl> echo '.so man8/xtables-translate.8' >ip6tables-translate.8
2025-08-20T22:03:23.5641542Z [00:14:16.816]➜  iptables-static-x86_64-unknown-linux-musl> echo '.so man8/xtables-translate.8' >iptables-restore-translate.8
2025-08-20T22:03:23.5650733Z [00:14:16.817]➜  iptables-static-x86_64-unknown-linux-musl> echo '.so man8/xtables-translate.8' >ip6tables-restore-translate.8
2025-08-20T22:03:23.5671606Z [00:14:16.819]➜  iptables-static-x86_64-unknown-linux-musl> echo '.so man8/xtables-translate.8' >ebtables-translate.8
2025-08-20T22:03:23.5733387Z [00:14:16.825]➜  iptables-static-x86_64-unknown-linux-musl> echo '.so man8/xtables-translate.8' >arptables-translate.8
2025-08-20T22:03:23.5841914Z [00:14:16.835]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2   -o xtables-legacy-multi xtables_legacy_multi-iptables-xml.o xtables_legacy_multi-xshared.o xtables_legacy_multi-xtables-legacy-multi.o xtables_legacy_multi-iptables-restore.o xtables_legacy_multi-iptables-save.o xtables_legacy_multi-iptables-standalone.o xtables_legacy_multi-iptables.o xtables_legacy_multi-ip6tables-standalone.o xtables_legacy_multi-ip6tables.o ../extensions/libext.a ../libxtables/libxtables.la -lm ../libiptc/libip4tc.la ../extensions/libext4.a ../libiptc/libip6tc.la ../extensions/libext6.a
2025-08-20T22:03:23.5976037Z [00:14:16.849]➜  x86_64-unknown-linux-musl-binutils>   CC       mips16-opc.lo
2025-08-20T22:03:23.6325259Z [00:14:16.884]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_decrypt in -lcrypto... yes
2025-08-20T22:03:23.9489387Z [00:14:17.199]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations     -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes     -Wlogical-op    -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2   -o xtables-nft-multi xtables_nft_multi-iptables-xml.o xtables_nft_multi-xshared.o xtables_nft_multi-xtables-nft-multi.o xtables_nft_multi-nft.o xtables_nft_multi-nft-arp.o xtables_nft_multi-nft-ipv4.o xtables_nft_multi-nft-ipv6.o xtables_nft_multi-nft-bridge.o xtables_nft_multi-nft-cache.o xtables_nft_multi-nft-chain.o xtables_nft_multi-nft-cmd.o xtables_nft_multi-nft-ruleparse.o xtables_nft_multi-nft-ruleparse-arp.o xtables_nft_multi-nft-ruleparse-bridge.o xtables_nft_multi-nft-ruleparse-ipv4.o xtables_nft_multi-nft-ruleparse-ipv6.o xtables_nft_multi-nft-shared.o xtables_nft_multi-xtables-monitor.o xtables_nft_multi-xtables.o xtables_nft_multi-xtables-arp.o xtables_nft_multi-xtables-eb.o xtables_nft_multi-xtables-standalone.o xtables_nft_multi-xtables-eb-standalone.o xtables_nft_multi-xtables-translate.o xtables_nft_multi-xtables-eb-translate.o xtables_nft_multi-xtables-save.o xtables_nft_multi-xtables-restore.o ../extensions/libext.a ../libxtables/libxtables.la -lm ../extensions/libext_arpt.a ../extensions/libext_ebt.a ../extensions/libext4.a ../extensions/libext6.a -L/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib -lmnl -L/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib -L/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib -lnftnl -lmnl -L/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib -L/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib -L/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib -L/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib -lnetfilter_conntrack -lnfnetlink -lmnl -lnfnetlink
2025-08-20T22:03:23.9920261Z [00:14:17.242]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -o xtables-legacy-multi xtables_legacy_multi-iptables-xml.o xtables_legacy_multi-xshared.o xtables_legacy_multi-xtables-legacy-multi.o xtables_legacy_multi-iptables-restore.o xtables_legacy_multi-iptables-save.o xtables_legacy_multi-iptables-standalone.o xtables_legacy_multi-iptables.o xtables_legacy_multi-ip6tables-standalone.o xtables_legacy_multi-ip6tables.o  ../extensions/libext.a ../libxtables/.libs/libxtables.a -L/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib -L/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib -L/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib/libnetfilter_conntrack.a /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib/libmnl.a /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib/libnfnetlink.a -lm ../libiptc/.libs/libip4tc.a ../extensions/libext4.a ../libiptc/.libs/libip6tc.a ../extensions/libext6.a
2025-08-20T22:03:24.0543838Z [00:14:17.306]➜  x86_64-unknown-linux-musl-binutils>   CC       micromips-opc.lo
2025-08-20T22:03:24.3397708Z [00:14:17.590]➜  iptables-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op -Winline -pipe -D__UAPI_DEF_ETHHDR=0 -DALL_INCLUSIVE -DENABLE_NFTABLES -DENABLE_IPV4 -DENABLE_IPV6 -g -O2 -o xtables-nft-multi xtables_nft_multi-iptables-xml.o xtables_nft_multi-xshared.o xtables_nft_multi-xtables-nft-multi.o xtables_nft_multi-nft.o xtables_nft_multi-nft-arp.o xtables_nft_multi-nft-ipv4.o xtables_nft_multi-nft-ipv6.o xtables_nft_multi-nft-bridge.o xtables_nft_multi-nft-cache.o xtables_nft_multi-nft-chain.o xtables_nft_multi-nft-cmd.o xtables_nft_multi-nft-ruleparse.o xtables_nft_multi-nft-ruleparse-arp.o xtables_nft_multi-nft-ruleparse-bridge.o xtables_nft_multi-nft-ruleparse-ipv4.o xtables_nft_multi-nft-ruleparse-ipv6.o xtables_nft_multi-nft-shared.o xtables_nft_multi-xtables-monitor.o xtables_nft_multi-xtables.o xtables_nft_multi-xtables-arp.o xtables_nft_multi-xtables-eb.o xtables_nft_multi-xtables-standalone.o xtables_nft_multi-xtables-eb-standalone.o xtables_nft_multi-xtables-translate.o xtables_nft_multi-xtables-eb-translate.o xtables_nft_multi-xtables-save.o xtables_nft_multi-xtables-restore.o  ../extensions/libext.a ../libxtables/.libs/libxtables.a -L/nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib -L/nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib -L/nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib -lm ../extensions/libext_arpt.a ../extensions/libext_ebt.a ../extensions/libext4.a ../extensions/libext6.a -L/nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib /nix/store/xwk2lmxrqrxzd7b4jajjpkfnf69isamk-libnftnl-static-x86_64-unknown-linux-musl-1.2.9/lib/libnftnl.a /nix/store/39fp5141flirxx1pqq7xiv6nblb4p19z-libnetfilter_conntrack-static-x86_64-unknown-linux-musl-1.1.0/lib/libnetfilter_conntrack.a /nix/store/rhc47dq6f6m8zwga1ghzz45v1i9c8xp3-libmnl-static-x86_64-unknown-linux-musl-1.0.5/lib/libmnl.a /nix/store/iqyvayic6s9pa49zsffbw2r5n07bnbs9-libnfnetlink-static-x86_64-unknown-linux-musl-1.0.2/lib/libnfnetlink.a
2025-08-20T22:03:24.4954661Z [00:14:17.747]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_sign_init in -lcrypto... yes
2025-08-20T22:03:24.6215347Z [00:14:17.873]➜  x86_64-unknown-linux-musl-binutils>   CC       mmix-dis.lo
2025-08-20T22:03:24.8976478Z [00:14:18.149]➜  iptables-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:24.8982059Z [00:14:18.149]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:24.9045163Z [00:14:18.156]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11'
2025-08-20T22:03:24.9076135Z [00:14:18.159]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngstest-1.8
2025-08-20T22:03:24.9105187Z [00:14:18.162]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11'
2025-08-20T22:03:24.9143593Z [00:14:18.166]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/iptables-1.8.11'
2025-08-20T22:03:24.9235386Z [00:14:18.175]➜  iptables-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:03:24.9495477Z [00:14:18.201]➜  iptables-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig m4datadir=/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/share/aclocal aclocaldir=/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/share/aclocal install
2025-08-20T22:03:24.9792014Z [00:14:18.231]➜  iptables-static-x86_64-unknown-linux-musl> Making install in libiptc
2025-08-20T22:03:24.9864511Z [00:14:18.235]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/iptables-1.8.11/libiptc'
2025-08-20T22:03:24.9888629Z [00:14:18.241]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/libiptc'
2025-08-20T22:03:24.9985843Z [00:14:18.247]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib'
2025-08-20T22:03:24.9989410Z [00:14:18.247]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig'
2025-08-20T22:03:25.0030125Z [00:14:18.255]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libip4tc.la libip6tc.la '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib'
2025-08-20T22:03:25.0044737Z [00:14:18.256]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libiptc.pc libip4tc.pc libip6tc.pc '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig'
2025-08-20T22:03:25.1212090Z [00:14:18.373]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libip4tc.lai /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libip4tc.la
2025-08-20T22:03:25.1447865Z [00:14:18.396]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libip6tc.lai /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libip6tc.la
2025-08-20T22:03:25.1578640Z [00:14:18.409]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libip4tc.a /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libip4tc.a
2025-08-20T22:03:25.1749682Z [00:14:18.426]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libip4tc.a
2025-08-20T22:03:25.1939017Z [00:14:18.445]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libip4tc.a
2025-08-20T22:03:25.2155752Z [00:14:18.467]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libip6tc.a /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libip6tc.a
2025-08-20T22:03:25.2341599Z [00:14:18.486]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libip6tc.a
2025-08-20T22:03:25.2597865Z [00:14:18.511]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libip6tc.a
2025-08-20T22:03:25.3148173Z [00:14:18.566]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_sign in -lcrypto... yes
2025-08-20T22:03:25.3343927Z [00:14:18.586]➜  x86_64-unknown-linux-musl-binutils>   CC       mmix-opc.lo
2025-08-20T22:03:25.3912246Z [00:14:18.640]➜  iptables-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib
2025-08-20T22:03:25.4004249Z [00:14:18.647]➜  iptables-static-x86_64-unknown-linux-musl> /build/iptables-1.8.11/libtool: line 1886: ldconfig: command not found
2025-08-20T22:03:25.4006262Z [00:14:18.651]➜  iptables-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:03:25.4007838Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:03:25.4012679Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl>    /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib
2025-08-20T22:03:25.4015435Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:25.4016662Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:03:25.4019201Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:03:25.4021136Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:03:25.4022918Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:03:25.4024739Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:03:25.4031003Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:03:25.4032551Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:03:25.4037431Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:03:25.4038573Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:03:25.4039890Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:03:25.4040826Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:25.4041483Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:25.4042540Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:03:25.4044234Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:03:25.4045678Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:03:25.4047039Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/libiptc'
2025-08-20T22:03:25.4048396Z [00:14:18.652]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/iptables-1.8.11/libiptc'
2025-08-20T22:03:25.4049573Z [00:14:18.655]➜  iptables-static-x86_64-unknown-linux-musl> Making install in libxtables
2025-08-20T22:03:25.4050986Z [00:14:18.655]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/iptables-1.8.11/libxtables'
2025-08-20T22:03:25.4155159Z [00:14:18.665]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/libxtables'
2025-08-20T22:03:25.4219650Z [00:14:18.674]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib'
2025-08-20T22:03:25.4222265Z [00:14:18.674]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:03:25.4244306Z [00:14:18.676]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libxtables.la '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib'
2025-08-20T22:03:25.4966446Z [00:14:18.748]➜  x86_64-unknown-linux-musl-binutils>   CC       nfp-dis.lo
2025-08-20T22:03:25.5288276Z [00:14:18.780]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libxtables.lai /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libxtables.la
2025-08-20T22:03:25.5406718Z [00:14:18.790]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libxtables.a /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libxtables.a
2025-08-20T22:03:25.5451898Z [00:14:18.797]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libxtables.a
2025-08-20T22:03:25.5554301Z [00:14:18.807]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libxtables.a
2025-08-20T22:03:25.6745025Z [00:14:18.924]➜  iptables-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib
2025-08-20T22:03:25.6821906Z [00:14:18.924]➜  iptables-static-x86_64-unknown-linux-musl> /build/iptables-1.8.11/libtool: line 1886: ldconfig: command not found
2025-08-20T22:03:25.6884632Z [00:14:18.928]➜  iptables-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:03:25.6886288Z [00:14:18.928]➜  iptables-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:03:25.6888147Z [00:14:18.928]➜  iptables-static-x86_64-unknown-linux-musl>    /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib
2025-08-20T22:03:25.6889918Z [00:14:18.928]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:25.6891217Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:03:25.6892858Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:03:25.6894954Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:03:25.6896636Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:03:25.6898217Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:03:25.6899583Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:03:25.6900963Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:03:25.6902243Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:03:25.6903717Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:03:25.6905265Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:03:25.6906626Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:25.6907547Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:25.6908829Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:03:25.6910459Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:03:25.6912202Z [00:14:18.929]➜  iptables-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:03:25.6913959Z [00:14:18.931]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/libxtables'
2025-08-20T22:03:25.6915585Z [00:14:18.932]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/iptables-1.8.11/libxtables'
2025-08-20T22:03:25.6917158Z [00:14:18.932]➜  iptables-static-x86_64-unknown-linux-musl> Making install in include
2025-08-20T22:03:25.6918583Z [00:14:18.937]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/iptables-1.8.11/include'
2025-08-20T22:03:25.6920270Z [00:14:18.943]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/include'
2025-08-20T22:03:25.6921856Z [00:14:18.943]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:03:25.6981114Z [00:14:18.950]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/include'
2025-08-20T22:03:25.6986121Z [00:14:18.950]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/include'
2025-08-20T22:03:25.7035940Z [00:14:18.952]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/include'
2025-08-20T22:03:25.7092176Z [00:14:18.961]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 xtables.h libipq/libipq.h '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/include'
2025-08-20T22:03:25.7227905Z [00:14:18.974]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/include/libiptc'
2025-08-20T22:03:25.7271062Z [00:14:18.979]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644  libiptc/ipt_kernel_headers.h libiptc/libiptc.h libiptc/libip6tc.h libiptc/libxtc.h libiptc/xtcshared.h '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/include/libiptc'
2025-08-20T22:03:25.7325839Z [00:14:18.981]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 xtables-version.h '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/include'
2025-08-20T22:03:25.7352628Z [00:14:18.987]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/include'
2025-08-20T22:03:25.7354443Z [00:14:18.987]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/iptables-1.8.11/include'
2025-08-20T22:03:25.7355820Z [00:14:18.987]➜  iptables-static-x86_64-unknown-linux-musl> Making install in libipq
2025-08-20T22:03:25.7397709Z [00:14:18.992]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/iptables-1.8.11/libipq'
2025-08-20T22:03:25.7492671Z [00:14:19.001]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/libipq'
2025-08-20T22:03:25.7559078Z [00:14:19.008]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib'
2025-08-20T22:03:25.7598679Z [00:14:19.009]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig'
2025-08-20T22:03:25.7617743Z [00:14:19.013]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man/share/man/man3'
2025-08-20T22:03:25.7634202Z [00:14:19.015]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libipq.la '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib'
2025-08-20T22:03:25.7728203Z [00:14:19.021]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libipq.pc '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig'
2025-08-20T22:03:25.7830996Z [00:14:19.035]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ipq_create_handle.3 ipq_destroy_handle.3 ipq_errstr.3 ipq_get_msgerr.3 ipq_get_packet.3 ipq_message_type.3 ipq_perror.3 ipq_read.3 ipq_set_mode.3 ipq_set_verdict.3 libipq.3 '/nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man/share/man/man3'
2025-08-20T22:03:25.8857843Z [00:14:19.137]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libipq.lai /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libipq.la
2025-08-20T22:03:25.8970946Z [00:14:19.149]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libipq.a /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libipq.a
2025-08-20T22:03:25.9121971Z [00:14:19.164]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libipq.a
2025-08-20T22:03:25.9316181Z [00:14:19.181]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/libipq.a
2025-08-20T22:03:26.0953588Z [00:14:19.343]➜  iptables-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/67r8ljj2fxpdmr8h1ic04n0hvgj7qfwx-bison-3.8.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib
2025-08-20T22:03:26.1021539Z [00:14:19.346]➜  iptables-static-x86_64-unknown-linux-musl> /build/iptables-1.8.11/libtool: line 1886: ldconfig: command not found
2025-08-20T22:03:26.1084725Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:03:26.1086196Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:03:26.1088273Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl>    /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib
2025-08-20T22:03:26.1089898Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:26.1091214Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:03:26.1092874Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:03:26.1094551Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:03:26.1096265Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:03:26.1097917Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:03:26.1099174Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:03:26.1100636Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:03:26.1102052Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:03:26.1103443Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:03:26.1104937Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:03:26.1106177Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:26.1106999Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:26.1108215Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:03:26.1109938Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:03:26.1111488Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:03:26.1113447Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/libipq'
2025-08-20T22:03:26.1114969Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/iptables-1.8.11/libipq'
2025-08-20T22:03:26.1116356Z [00:14:19.355]➜  iptables-static-x86_64-unknown-linux-musl> Making install in utils
2025-08-20T22:03:26.1117649Z [00:14:19.360]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/iptables-1.8.11/utils'
2025-08-20T22:03:26.1245002Z [00:14:19.373]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/utils'
2025-08-20T22:03:26.1276246Z [00:14:19.378]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin'
2025-08-20T22:03:26.1333988Z [00:14:19.381]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/share/xtables'
2025-08-20T22:03:26.1395223Z [00:14:19.390]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man/share/man/man8'
2025-08-20T22:03:26.1451511Z [00:14:19.397]➜  iptables-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c nfnl_osf nfbpf_compile nfsynproxy '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin'
2025-08-20T22:03:26.1470257Z [00:14:19.399]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pf.os '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/share/xtables'
2025-08-20T22:03:26.1642223Z [00:14:19.416]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 nfnl_osf.8 nfbpf_compile.8 '/nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man/share/man/man8'
2025-08-20T22:03:26.1955073Z [00:14:19.447]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_verify_init in -lcrypto... yes
2025-08-20T22:03:26.2258225Z [00:14:19.477]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c nfnl_osf /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/nfnl_osf
2025-08-20T22:03:26.2350458Z [00:14:19.487]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c nfbpf_compile /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/nfbpf_compile
2025-08-20T22:03:26.2450108Z [00:14:19.496]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c nfsynproxy /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/nfsynproxy
2025-08-20T22:03:26.2489525Z [00:14:19.501]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/utils'
2025-08-20T22:03:26.2498350Z [00:14:19.501]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/iptables-1.8.11/utils'
2025-08-20T22:03:26.2507762Z [00:14:19.502]➜  iptables-static-x86_64-unknown-linux-musl> Making install in extensions
2025-08-20T22:03:26.2867326Z [00:14:19.538]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/iptables-1.8.11/extensions'
2025-08-20T22:03:26.2909264Z [00:14:19.543]➜  iptables-static-x86_64-unknown-linux-musl> if test -n ""; then \
2025-08-20T22:03:26.2912707Z [00:14:19.543]➜  iptables-static-x86_64-unknown-linux-musl>      install -pm0755  "/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables/"; \
2025-08-20T22:03:26.2915783Z [00:14:19.543]➜  iptables-static-x86_64-unknown-linux-musl> fi;
2025-08-20T22:03:26.2946642Z [00:14:19.546]➜  iptables-static-x86_64-unknown-linux-musl> if test -n ""; then \
2025-08-20T22:03:26.2952418Z [00:14:19.546]➜  iptables-static-x86_64-unknown-linux-musl>      cp -P  "/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib/xtables/"; \
2025-08-20T22:03:26.2962324Z [00:14:19.546]➜  iptables-static-x86_64-unknown-linux-musl> fi;
2025-08-20T22:03:26.2963733Z [00:14:19.546]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/iptables-1.8.11/extensions'
2025-08-20T22:03:26.2965031Z [00:14:19.548]➜  iptables-static-x86_64-unknown-linux-musl> Making install in iptables
2025-08-20T22:03:26.3008534Z [00:14:19.552]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:26.3036629Z [00:14:19.555]➜  iptables-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T22:03:26.3081440Z [00:14:19.560]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:26.3133154Z [00:14:19.565]➜  iptables-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:26.3217745Z [00:14:19.569]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin'
2025-08-20T22:03:26.3244403Z [00:14:19.575]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin'
2025-08-20T22:03:26.3330981Z [00:14:19.585]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/share/xtables'
2025-08-20T22:03:26.3365868Z [00:14:19.588]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man/share/man/man1'
2025-08-20T22:03:26.3457548Z [00:14:19.593]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c iptables-apply '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin'
2025-08-20T22:03:26.3461857Z [00:14:19.593]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man/share/man/man8'
2025-08-20T22:03:26.3466189Z [00:14:19.596]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig'
2025-08-20T22:03:26.3473534Z [00:14:19.597]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 iptables.xslt '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/share/xtables'
2025-08-20T22:03:26.3518593Z [00:14:19.603]➜  iptables-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c xtables-legacy-multi xtables-nft-multi '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin'
2025-08-20T22:03:26.3612687Z [00:14:19.610]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 xtables.pc '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig'
2025-08-20T22:03:26.3684250Z [00:14:19.620]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 iptables-xml.1 '/nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man/share/man/man1'
2025-08-20T22:03:26.3801158Z [00:14:19.629]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 xtables-nft.8 xtables-translate.8 xtables-legacy.8 arptables-nft.8 arptables-nft-restore.8 arptables-nft-save.8 ebtables-nft.8 iptables.8 iptables-restore.8 iptables-save.8 ip6tables.8 ip6tables-restore.8 ip6tables-save.8 iptables-extensions.8 iptables-apply.8 ip6tables-apply.8 iptables-translate.8 ip6tables-translate.8 iptables-restore-translate.8 ip6tables-restore-translate.8 ebtables-translate.8 arptables-translate.8 xtables-monitor.8 '/nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man/share/man/man8'
2025-08-20T22:03:26.4805195Z [00:14:19.732]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c xtables-legacy-multi /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/xtables-legacy-multi
2025-08-20T22:03:26.5178575Z [00:14:19.769]➜  iptables-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c xtables-nft-multi /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/xtables-nft-multi
2025-08-20T22:03:26.5345741Z [00:14:19.786]➜  iptables-static-x86_64-unknown-linux-musl> make  install-exec-hook
2025-08-20T22:03:26.5470094Z [00:14:19.799]➜  iptables-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:26.5475769Z [00:14:19.799]➜  iptables-static-x86_64-unknown-linux-musl> if test -z ""; then /sbin/ldconfig; fi;
2025-08-20T22:03:26.5565771Z [00:14:19.808]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash: line 1: /sbin/ldconfig: No such file or directory
2025-08-20T22:03:26.5588592Z [00:14:19.811]➜  iptables-static-x86_64-unknown-linux-musl> make[4]: [Makefile:1749: install-exec-hook] Error 127 (ignored)
2025-08-20T22:03:26.5592003Z [00:14:19.811]➜  iptables-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -dm0755 "/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin";
2025-08-20T22:03:26.5677466Z [00:14:19.819]➜  iptables-static-x86_64-unknown-linux-musl> for i in iptables-xml; do ln -s -f "/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/xtables-legacy-multi" "/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin/$i"; done;
2025-08-20T22:03:26.5807222Z [00:14:19.832]➜  iptables-static-x86_64-unknown-linux-musl> for i in iptables-legacy iptables-legacy-restore iptables-legacy-save iptables iptables-restore iptables-save; do ln -s -f xtables-legacy-multi "/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/$i"; done;
2025-08-20T22:03:26.6246625Z [00:14:19.872]➜  iptables-static-x86_64-unknown-linux-musl> for i in ip6tables-legacy ip6tables-legacy-restore ip6tables-legacy-save ip6tables ip6tables-restore ip6tables-save; do ln -s -f xtables-legacy-multi "/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/$i"; done;
2025-08-20T22:03:26.6579434Z [00:14:19.909]➜  iptables-static-x86_64-unknown-linux-musl> for i in iptables-nft iptables-nft-restore iptables-nft-save ip6tables-nft ip6tables-nft-restore ip6tables-nft-save iptables-translate ip6tables-translate ebtables-translate iptables-restore-translate ip6tables-restore-translate arptables-nft arptables arptables-nft-restore arptables-restore arptables-nft-save arptables-save arptables-translate ebtables-nft ebtables ebtables-nft-restore ebtables-restore ebtables-nft-save ebtables-save xtables-monitor; do ln -s -f xtables-nft-multi "/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/$i"; done;
2025-08-20T22:03:26.7916330Z [00:14:20.041]➜  iptables-static-x86_64-unknown-linux-musl> ln -s -f iptables-apply "/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/ip6tables-apply"
2025-08-20T22:03:26.7919239Z [00:14:20.044]➜  iptables-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:26.7925831Z [00:14:20.044]➜  iptables-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:26.7927521Z [00:14:20.044]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:26.7930325Z [00:14:20.045]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/iptables-1.8.11/iptables'
2025-08-20T22:03:26.8032698Z [00:14:20.055]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/iptables-1.8.11'
2025-08-20T22:03:26.8275872Z [00:14:20.079]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/iptables-1.8.11'
2025-08-20T22:03:26.8277938Z [00:14:20.079]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:03:26.8346295Z [00:14:20.086]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/etc'
2025-08-20T22:03:26.8429563Z [00:14:20.095]➜  iptables-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 etc/ethertypes '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/etc'
2025-08-20T22:03:26.8467916Z [00:14:20.099]➜  iptables-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/iptables-1.8.11'
2025-08-20T22:03:26.8469528Z [00:14:20.099]➜  iptables-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/iptables-1.8.11'
2025-08-20T22:03:26.8609392Z [00:14:20.113]➜  iptables-static-x86_64-unknown-linux-musl> '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin/iptables' -> 'xtables-nft-multi'
2025-08-20T22:03:26.8668790Z [00:14:20.119]➜  iptables-static-x86_64-unknown-linux-musl> '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin/iptables-restore' -> 'xtables-nft-multi'
2025-08-20T22:03:26.8728717Z [00:14:20.125]➜  iptables-static-x86_64-unknown-linux-musl> '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin/iptables-save' -> 'xtables-nft-multi'
2025-08-20T22:03:26.8827938Z [00:14:20.134]➜  iptables-static-x86_64-unknown-linux-musl> '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin/ip6tables' -> 'xtables-nft-multi'
2025-08-20T22:03:26.8851457Z [00:14:20.137]➜  iptables-static-x86_64-unknown-linux-musl> '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin/ip6tables-restore' -> 'xtables-nft-multi'
2025-08-20T22:03:26.8950476Z [00:14:20.147]➜  iptables-static-x86_64-unknown-linux-musl> '/nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin/ip6tables-save' -> 'xtables-nft-multi'
2025-08-20T22:03:26.8991177Z [00:14:20.151]➜  iptables-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:03:26.8998241Z [00:14:20.152]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: pubkey
2025-08-20T22:03:26.9046926Z [00:14:20.156]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: hmac
2025-08-20T22:03:26.9744330Z [00:14:20.226]➜  iptables-static-x86_64-unknown-linux-musl> Patching '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig/libip4tc.pc' includedir to output /nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev
2025-08-20T22:03:26.9790841Z [00:14:20.231]➜  iptables-static-x86_64-unknown-linux-musl> Patching '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig/libip6tc.pc' includedir to output /nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev
2025-08-20T22:03:26.9832106Z [00:14:20.235]➜  iptables-static-x86_64-unknown-linux-musl> Patching '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig/libipq.pc' includedir to output /nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev
2025-08-20T22:03:26.9882656Z [00:14:20.240]➜  iptables-static-x86_64-unknown-linux-musl> Patching '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig/libiptc.pc' includedir to output /nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev
2025-08-20T22:03:26.9901775Z [00:14:20.242]➜  iptables-static-x86_64-unknown-linux-musl> Patching '/nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib/pkgconfig/xtables.pc' includedir to output /nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev
2025-08-20T22:03:27.0128253Z [00:14:20.264]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_verify in -lcrypto... yes
2025-08-20T22:03:27.0455942Z [00:14:20.295]➜  iptables-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11
2025-08-20T22:03:27.0495401Z [00:14:20.299]➜  iptables-static-x86_64-unknown-linux-musl> shrinking /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/nfnl_osf
2025-08-20T22:03:27.0524313Z [00:14:20.304]➜  iptables-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:03:27.0593719Z [00:14:20.311]➜  iptables-static-x86_64-unknown-linux-musl> shrinking /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/xtables-legacy-multi
2025-08-20T22:03:27.0737264Z [00:14:20.325]➜  iptables-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:03:27.0774440Z [00:14:20.329]➜  iptables-static-x86_64-unknown-linux-musl> shrinking /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/nfbpf_compile
2025-08-20T22:03:27.0928657Z [00:14:20.344]➜  iptables-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:03:27.0938911Z [00:14:20.345]➜  iptables-static-x86_64-unknown-linux-musl> shrinking /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/nfsynproxy
2025-08-20T22:03:27.1030693Z [00:14:20.355]➜  iptables-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:03:27.1105682Z [00:14:20.359]➜  iptables-static-x86_64-unknown-linux-musl> shrinking /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/xtables-nft-multi
2025-08-20T22:03:27.1197773Z [00:14:20.371]➜  iptables-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:03:27.1256556Z [00:14:20.377]➜  iptables-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11...
2025-08-20T22:03:27.1447963Z [00:14:20.396]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: hashtest
2025-08-20T22:03:27.1602214Z [00:14:20.412]➜  iptables-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:03:27.1687427Z [00:14:20.420]➜  iptables-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:03:27.1694461Z [00:14:20.421]➜  iptables-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:03:27.1707318Z [00:14:20.422]➜  iptables-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:03:27.1918032Z [00:14:20.443]➜  iptables-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:03:27.2030124Z [00:14:20.455]➜  iptables-static-x86_64-unknown-linux-musl> moving /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin/* to /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin
2025-08-20T22:03:27.4072514Z [00:14:20.659]➜  iptables-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11
2025-08-20T22:03:27.4748687Z [00:14:20.726]➜  iptables-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/lib /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/sbin
2025-08-20T22:03:27.5895320Z [00:14:20.841]➜  iptables-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev
2025-08-20T22:03:27.6041909Z [00:14:20.856]➜  iptables-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev...
2025-08-20T22:03:27.6422953Z [00:14:20.894]➜  iptables-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev
2025-08-20T22:03:27.6586816Z [00:14:20.910]➜  iptables-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/9kv9ivj606q1pyndkyrks23kl2yhwdmx-iptables-static-x86_64-unknown-linux-musl-1.8.11-dev/lib
2025-08-20T22:03:27.7135748Z [00:14:20.965]➜  iptables-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man
2025-08-20T22:03:27.7487829Z [00:14:21.000]➜  iptables-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man...
2025-08-20T22:03:27.7955884Z [00:14:21.047]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_get_digestbyname in -lcrypto... yes
2025-08-20T22:03:27.8064688Z [00:14:21.058]➜  iptables-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man/share/man/
2025-08-20T22:03:27.9264134Z [00:14:21.178]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether EVP_PKEY_CTX_set0_rsa_oaep_label is defined in <openssl/rsa.h>... no
2025-08-20T22:03:27.9387237Z [00:14:21.190]➜  iptables-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/xkly7h03kinb7bhfy4pzsji733ywbm9a-iptables-static-x86_64-unknown-linux-musl-1.8.11-man
2025-08-20T22:03:28.5805941Z [00:14:21.832]➜  x86_64-unknown-linux-musl-binutils>   CC       riscv-dis.lo
2025-08-20T22:03:28.7047919Z [00:14:21.956]➜  iptables-static-x86_64-unknown-linux-musl> rewriting symlink /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11/bin/iptables-xml to be relative to /nix/store/wbnils23zsc8jv3rdimycyy5z92lnizf-iptables-static-x86_64-unknown-linux-musl-1.8.11
2025-08-20T22:03:29.2387832Z [00:14:22.490]➜  building '/nix/store/b1g8xvs4w9597ar7nlyr0cq4f6p80kw7-libtirpc-static-x86_64-unknown-linux-musl-1.3.6.drv'...
2025-08-20T22:03:29.2393580Z [00:14:22.490]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_CTX_set0_rsa_oaep_label in -lcrypto... yes
2025-08-20T22:03:29.2395599Z [00:14:22.490]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether EVP_PKEY_CTX_set_rsa_padding is defined in <openssl/rsa.h>... no
2025-08-20T22:03:29.4786603Z [00:14:22.730]➜  libtirpc-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:03:29.4935564Z [00:14:22.745]➜  libtirpc-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/77i3s08chmmhd6jzcb8xbw3j4zrk61sz-libtirpc-1.3.6.tar.gz
2025-08-20T22:03:29.5486532Z [00:14:22.800]➜  libtirpc-static-x86_64-unknown-linux-musl> source root is libtirpc-libtirpc-1-3-6
2025-08-20T22:03:29.5659083Z [00:14:22.818]➜  libtirpc-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1729151455 of file "libtirpc-libtirpc-1-3-6/tirpc/un-namespace.h"
2025-08-20T22:03:29.5812977Z [00:14:22.833]➜  libtirpc-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:03:29.6029723Z [00:14:22.855]➜  libtirpc-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T22:03:29.8090173Z [00:14:23.061]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T22:03:29.8154792Z [00:14:23.067]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T22:03:29.8156339Z [00:14:23.067]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T22:03:29.9401619Z [00:14:23.192]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_CTX_set_rsa_padding in -lcrypto... yes
2025-08-20T22:03:30.0984518Z [00:14:23.350]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether EVP_PKEY_CTX_set_rsa_oaep_md is defined in <openssl/rsa.h>... no
2025-08-20T22:03:30.8177116Z [00:14:24.069]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:03:30.8866511Z [00:14:24.138]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_CTX_set_rsa_oaep_md in -lcrypto... yes
2025-08-20T22:03:31.1122976Z [00:14:24.364]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether EVP_PKEY_CTX_set_signature_md is defined in <openssl/evp.h>... no
2025-08-20T22:03:31.9171411Z [00:14:25.169]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EVP_PKEY_CTX_set_signature_md in -lcrypto... yes
2025-08-20T22:03:32.0437175Z [00:14:25.295]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether OSSL_KDF_NAME_SSKDF is defined in <openssl/core_names.h>... yes
2025-08-20T22:03:32.8890592Z [00:14:26.141]➜  libtpms-static-x86_64-unknown-linux-musl> checking for EC_POINT_get_affine_coordinates in -lcrypto... yes
2025-08-20T22:03:32.9008030Z [00:14:26.153]➜  libtpms-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:03:32.9110344Z [00:14:26.163]➜  libtpms-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:03:32.9284822Z [00:14:26.180]➜  libtpms-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:03:32.9332271Z [00:14:26.185]➜  libtpms-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:03:32.9357771Z [00:14:26.187]➜  libtpms-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:03:32.9607066Z [00:14:26.212]➜  libtpms-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:03:32.9918056Z [00:14:26.243]➜  libtpms-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:03:32.9928855Z [00:14:26.245]➜  libtpms-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:03:33.0758582Z [00:14:26.327]➜  libtpms-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:03:33.0773761Z [00:14:26.329]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:03:33.2147955Z [00:14:26.466]➜  libtpms-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T22:03:33.2309166Z [00:14:26.482]➜  libtpms-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:03:33.2311629Z [00:14:26.482]➜  libtpms-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:03:33.2313817Z [00:14:26.482]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:03:33.2315336Z [00:14:26.483]➜  libtpms-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T22:03:33.2316946Z [00:14:26.483]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:03:33.2318736Z [00:14:26.483]➜  libtpms-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T22:03:33.2425758Z [00:14:26.494]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:03:33.2427263Z [00:14:26.494]➜  libtpms-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:03:33.2428835Z [00:14:26.494]➜  libtpms-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:03:33.2430736Z [00:14:26.494]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:03:33.2432642Z [00:14:26.494]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:03:33.3538706Z [00:14:26.606]➜  libtpms-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:03:33.3548837Z [00:14:26.607]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:03:33.3764966Z [00:14:26.628]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T22:03:33.6832685Z [00:14:26.935]➜  libtpms-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:03:33.6905771Z [00:14:26.942]➜  libtpms-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:03:33.7101711Z [00:14:26.962]➜  libtpms-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:03:33.7274317Z [00:14:26.979]➜  libtpms-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:03:33.8187197Z [00:14:27.070]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:03:33.8188561Z [00:14:27.070]➜  libtpms-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:03:33.8398881Z [00:14:27.092]➜  libtpms-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:03:33.8599559Z [00:14:27.112]➜  x86_64-unknown-linux-musl-binutils>   CC       riscv-opc.lo
2025-08-20T22:03:33.9666402Z [00:14:27.218]➜  libtpms-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:03:33.9825522Z [00:14:27.234]➜  libtpms-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:03:34.3610340Z [00:14:27.613]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T22:03:34.3790985Z [00:14:27.630]➜  libtpms-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:03:34.3798630Z [00:14:27.630]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:03:34.4763617Z [00:14:27.728]➜  libtpms-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:03:34.6145909Z [00:14:27.866]➜  libtpms-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:03:34.6566139Z [00:14:27.908]➜  x86_64-unknown-linux-musl-binutils>   CXX      arm-reloc-property.o
2025-08-20T22:03:34.7395911Z [00:14:27.989]➜  libtpms-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:03:34.7397946Z [00:14:27.989]➜  libtpms-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:03:34.7501123Z [00:14:28.002]➜  libtirpc-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in '.'.
2025-08-20T22:03:34.7520277Z [00:14:28.003]➜  libtirpc-static-x86_64-unknown-linux-musl> libtoolize: copying file './ltmain.sh'
2025-08-20T22:03:34.8616137Z [00:14:28.113]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:03:34.8651340Z [00:14:28.117]➜  libtirpc-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T22:03:34.8653041Z [00:14:28.117]➜  libtirpc-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T22:03:34.8815341Z [00:14:28.133]➜  x86_64-unknown-linux-musl-binutils>   CC       tilegx-dis.lo
2025-08-20T22:03:34.9025343Z [00:14:28.154]➜  libtirpc-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T22:03:34.9333689Z [00:14:28.185]➜  libtirpc-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T22:03:34.9723575Z [00:14:28.224]➜  libtirpc-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T22:03:35.0196009Z [00:14:28.271]➜  libtirpc-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T22:03:35.0438017Z [00:14:28.295]➜  libtpms-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:03:35.0441218Z [00:14:28.296]➜  libtpms-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:03:35.0560244Z [00:14:28.308]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:03:35.0576180Z [00:14:28.309]➜  libtpms-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:03:35.0578408Z [00:14:28.310]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:03:35.0581863Z [00:14:28.310]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:03:35.0589698Z [00:14:28.311]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T22:03:35.0886682Z [00:14:28.340]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T22:03:35.0892070Z [00:14:28.341]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T22:03:35.0893799Z [00:14:28.341]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:03:35.2150778Z [00:14:28.465]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T22:03:35.2157669Z [00:14:28.465]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T22:03:35.2162028Z [00:14:28.467]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
2025-08-20T22:03:35.2164554Z [00:14:28.467]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T22:03:35.2202499Z [00:14:28.472]➜  libtpms-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T22:03:35.4204508Z [00:14:28.672]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C++... yes
2025-08-20T22:03:35.4316630Z [00:14:28.683]➜  x86_64-unknown-linux-musl-binutils>   CC       tilegx-opc.lo
2025-08-20T22:03:35.5255113Z [00:14:28.777]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
2025-08-20T22:03:35.7969242Z [00:14:29.048]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
2025-08-20T22:03:35.7986614Z [00:14:29.050]➜  libtpms-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-g++... none
2025-08-20T22:03:35.9229220Z [00:14:29.175]➜  libtpms-static-x86_64-unknown-linux-musl> checking how to run the C++ preprocessor... x86_64-unknown-linux-musl-g++ -E
2025-08-20T22:03:36.3225283Z [00:14:29.572]➜  x86_64-unknown-linux-musl-binutils>   CCLD     s390-mkopc
2025-08-20T22:03:36.3266010Z [00:14:29.578]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngstest-1.8-alpha
2025-08-20T22:03:36.3443020Z [00:14:29.596]➜  libtpms-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-g++... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T22:03:36.3902170Z [00:14:29.642]➜  libtpms-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T22:03:36.4420949Z [00:14:29.694]➜  x86_64-unknown-linux-musl-binutils>   GEN      s390-opc.tab
2025-08-20T22:03:36.4676564Z [00:14:29.719]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:03:36.5026079Z [00:14:29.754]➜  x86_64-unknown-linux-musl-binutils>   CXX      tilegx.o
2025-08-20T22:03:36.6817315Z [00:14:29.933]➜  libtpms-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to produce PIC... -fPIC -DPIC
2025-08-20T22:03:36.7494899Z [00:14:30.001]➜  libtpms-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ PIC flag -fPIC -DPIC works... yes
2025-08-20T22:03:36.9045862Z [00:14:30.156]➜  libtpms-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ static flag -static works... yes
2025-08-20T22:03:37.0142819Z [00:14:30.266]➜  libtpms-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... yes
2025-08-20T22:03:37.0151920Z [00:14:30.267]➜  libtpms-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-g++ supports -c -o file.o... (cached) yes
2025-08-20T22:03:37.0173440Z [00:14:30.269]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-g++ linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:03:37.0178861Z [00:14:30.269]➜  libtpms-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
2025-08-20T22:03:37.0185668Z [00:14:30.270]➜  libtpms-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:03:37.1274046Z [00:14:30.377]➜  libtpms-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T22:03:37.2185325Z [00:14:30.465]➜  libtpms-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T22:03:37.5286003Z [00:14:30.780]➜  libtpms-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T22:03:37.6316301Z [00:14:30.883]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T22:03:37.7697986Z [00:14:31.021]➜  libtpms-static-x86_64-unknown-linux-musl> checking for clock_gettime in -lc... yes
2025-08-20T22:03:38.1561769Z [00:14:31.408]➜  x86_64-unknown-linux-musl-binutils>   CC       s390-opc.lo
2025-08-20T22:03:38.3935840Z [00:14:31.645]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether linker supports -Wl,-z,relro... yes
2025-08-20T22:03:38.5265595Z [00:14:31.778]➜  libtpms-static-x86_64-unknown-linux-musl> checking whether linker supports -Wl,-z,now... yes
2025-08-20T22:03:38.6262557Z [00:14:31.878]➜  libtpms-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:03:38.6287757Z [00:14:31.881]➜  libtpms-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:03:39.1387640Z [00:14:32.390]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T22:03:40.3089988Z [00:14:33.561]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T22:03:40.5780836Z [00:14:33.829]➜  x86_64-unknown-linux-musl-binutils>   CCLD     libopcodes.la
2025-08-20T22:03:40.8849643Z [00:14:34.137]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:03:40.9218858Z [00:14:34.174]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating dist/libtpms.spec
2025-08-20T22:03:40.9876213Z [00:14:34.239]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T22:03:41.0423798Z [00:14:34.294]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating include/libtpms/Makefile
2025-08-20T22:03:41.0695107Z [00:14:34.321]➜  libtirpc-static-x86_64-unknown-linux-musl> configure.ac:6: installing './compile'
2025-08-20T22:03:41.0742743Z [00:14:34.326]➜  libtirpc-static-x86_64-unknown-linux-musl> configure.ac:100: installing './config.guess'
2025-08-20T22:03:41.0819803Z [00:14:34.334]➜  libtirpc-static-x86_64-unknown-linux-musl> configure.ac:100: installing './config.sub'
2025-08-20T22:03:41.0925492Z [00:14:34.344]➜  libtirpc-static-x86_64-unknown-linux-musl> configure.ac:2: installing './install-sh'
2025-08-20T22:03:41.0936003Z [00:14:34.345]➜  libtirpc-static-x86_64-unknown-linux-musl> configure.ac:2: installing './missing'
2025-08-20T22:03:41.0991987Z [00:14:34.349]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating include/libtpms/tpm_library.h
2025-08-20T22:03:41.1337043Z [00:14:34.385]➜  libtirpc-static-x86_64-unknown-linux-musl> Makefile.am: installing './INSTALL'
2025-08-20T22:03:41.1533096Z [00:14:34.405]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating man/Makefile
2025-08-20T22:03:41.2055079Z [00:14:34.457]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating man/man3/Makefile
2025-08-20T22:03:41.2541310Z [00:14:34.506]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T22:03:41.3412650Z [00:14:34.593]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating libtpms.pc
2025-08-20T22:03:41.3802646Z [00:14:34.632]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T22:03:41.4437348Z [00:14:34.695]➜  libtirpc-static-x86_64-unknown-linux-musl> src/Makefile.am: installing './depcomp'
2025-08-20T22:03:41.4447947Z [00:14:34.697]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:03:41.4984084Z [00:14:34.750]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:03:41.5101130Z [00:14:34.762]➜  libtpms-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:03:41.5570997Z [00:14:34.809]➜  libtpms-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:41.5579840Z [00:14:34.810]➜  libtpms-static-x86_64-unknown-linux-musl> AM_CFLAGS=-g -O2 -DUSE_OPENSSL_FUNCTIONS_SYMMETRIC=1 -DUSE_OPENSSL_FUNCTIONS_EC=1 -DUSE_OPENSSL_FUNCTIONS_ECDSA=1 -DUSE_OPENSSL_FUNCTIONS_RSA=1 -DUSE_OPENSSL_FUNCTIONS_SSKDF=1 -DUSE_EC_POINT_GET_AFFINE_COORDINATES_API=1  -Wall -Werror -Wshadow -Wreturn-type -Wsign-compare -Wno-self-assign -Wmissing-prototypes
2025-08-20T22:03:41.5617098Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> HARDENING_CFLAGS=
2025-08-20T22:03:41.5619284Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> HARDENING_LDFLAGS= -Wl,-z,relro -Wl,-z,now
2025-08-20T22:03:41.5621841Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> AM_LDFLAGS=
2025-08-20T22:03:41.5623858Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:41.5625778Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> Version to build        : 0.10.1
2025-08-20T22:03:41.5627846Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> Crypto library          : openssl
2025-08-20T22:03:41.5629879Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> Debug build             : no
2025-08-20T22:03:41.5644467Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> With TPM1.2 support     : yes
2025-08-20T22:03:41.5645538Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> With TPM2 support       : yes
2025-08-20T22:03:41.5646569Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> HAVE_VERSION_SCRIPT     : yes
2025-08-20T22:03:41.5648099Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> Use openssl crypto for  : symmetric (AES, TDES) general elliptic curve (EC) elliptic curve (ECDSA) RSA SSKDF (KDFe)
2025-08-20T22:03:41.5649562Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> Test coverage           : no
2025-08-20T22:03:41.5650564Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> Static build            : yes
2025-08-20T22:03:41.5651584Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> Statically linked tests : yes
2025-08-20T22:03:41.5652361Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:41.5652973Z [00:14:34.813]➜  libtpms-static-x86_64-unknown-linux-musl> 
2025-08-20T22:03:41.7017661Z [00:14:34.953]➜  libtpms-static-x86_64-unknown-linux-musl> configurePhase completed in 47 seconds
2025-08-20T22:03:41.7019281Z [00:14:34.953]➜  libtpms-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:03:41.7335390Z [00:14:34.985]➜  libtpms-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:03:41.7527673Z [00:14:35.004]➜  libtpms-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T22:03:41.7675358Z [00:14:35.016]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source'
2025-08-20T22:03:41.7784489Z [00:14:35.029]➜  libtpms-static-x86_64-unknown-linux-musl> Making all in include
2025-08-20T22:03:41.7806812Z [00:14:35.032]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/include'
2025-08-20T22:03:41.7970550Z [00:14:35.049]➜  libtpms-static-x86_64-unknown-linux-musl> Making all in libtpms
2025-08-20T22:03:41.7991307Z [00:14:35.051]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/include/libtpms'
2025-08-20T22:03:41.7997320Z [00:14:35.051]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T22:03:41.8002818Z [00:14:35.052]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/include/libtpms'
2025-08-20T22:03:41.8041668Z [00:14:35.056]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/include'
2025-08-20T22:03:41.8047007Z [00:14:35.056]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T22:03:41.8052191Z [00:14:35.057]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/include'
2025-08-20T22:03:41.8059411Z [00:14:35.058]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/include'
2025-08-20T22:03:41.8067253Z [00:14:35.058]➜  libtpms-static-x86_64-unknown-linux-musl> Making all in man
2025-08-20T22:03:41.8125330Z [00:14:35.064]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/man'
2025-08-20T22:03:41.8161883Z [00:14:35.068]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: './install-sh' is updated
2025-08-20T22:03:41.8170890Z [00:14:35.069]➜  libtirpc-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T22:03:41.8229289Z [00:14:35.075]➜  libtirpc-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:03:41.8295999Z [00:14:35.081]➜  libtirpc-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:03:41.8305708Z [00:14:35.082]➜  libtpms-static-x86_64-unknown-linux-musl> Making all in man3
2025-08-20T22:03:41.8346917Z [00:14:35.086]➜  libtirpc-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:03:41.8374710Z [00:14:35.089]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/man/man3'
2025-08-20T22:03:41.8395343Z [00:14:35.091]➜  libtirpc-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:03:41.8464282Z [00:14:35.098]➜  libtirpc-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:03:41.8616725Z [00:14:35.107]➜  libtirpc-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:03:41.8641953Z [00:14:35.116]➜  libtirpc-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:03:41.9316158Z [00:14:35.183]➜  libtirpc-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T22:03:41.9630324Z [00:14:35.215]➜  libtirpc-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:03:42.0385192Z [00:14:35.281]➜  libtirpc-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:03:42.0561359Z [00:14:35.308]➜  libtirpc-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:03:42.1175773Z [00:14:35.368]➜  libtirpc-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6 --bindir=/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/bin --sbindir=/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/sbin --includedir=/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include --mandir=/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/share/man --infodir=/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/share/info --docdir=/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/share/doc/libtirpc --libdir=/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib --libexecdir=/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/libexec --localedir=/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:03:42.6760035Z [00:14:35.928]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:03:42.6923759Z [00:14:35.944]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:03:42.7296003Z [00:14:35.978]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:03:42.7418894Z [00:14:35.990]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:03:42.7420467Z [00:14:35.993]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:03:42.7845440Z [00:14:36.033]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:03:42.8071066Z [00:14:36.055]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:03:42.8297526Z [00:14:36.078]➜  x86_64-unknown-linux-musl-binutils> libtooldir=`/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \
2025-08-20T22:03:42.8302857Z [00:14:36.078]➜  x86_64-unknown-linux-musl-binutils> if [ -f $libtooldir/libopcodes.a ]; then \
2025-08-20T22:03:42.8308978Z [00:14:36.078]➜  x86_64-unknown-linux-musl-binutils>   cp $libtooldir/libopcodes.a libopcodes.tmp; \
2025-08-20T22:03:42.8310920Z [00:14:36.078]➜  x86_64-unknown-linux-musl-binutils>   ranlib --plugin /nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/libexec/gcc/x86_64-unknown-linux-gnu/14.3.0/liblto_plugin.so libopcodes.tmp; \
2025-08-20T22:03:42.8313923Z [00:14:36.078]➜  x86_64-unknown-linux-musl-binutils>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/binutils-with-gold-2.44/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
2025-08-20T22:03:42.8315599Z [00:14:36.078]➜  x86_64-unknown-linux-musl-binutils> else true; fi
2025-08-20T22:03:42.8316756Z [00:14:36.081]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T22:03:42.8318260Z [00:14:36.081]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:03:42.8721054Z [00:14:36.124]➜  x86_64-unknown-linux-musl-binutils> touch stamp-lib
2025-08-20T22:03:42.8784601Z [00:14:36.129]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/opcodes'
2025-08-20T22:03:42.8799288Z [00:14:36.132]➜  x86_64-unknown-linux-musl-binutils> Making all in po
2025-08-20T22:03:42.8927003Z [00:14:36.144]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/opcodes/po'
2025-08-20T22:03:42.8974354Z [00:14:36.144]➜  x86_64-unknown-linux-musl-binutils> make[4]: Nothing to be done for 'all'.
2025-08-20T22:03:42.8975804Z [00:14:36.144]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/opcodes/po'
2025-08-20T22:03:42.8977496Z [00:14:36.144]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/opcodes'
2025-08-20T22:03:42.8978918Z [00:14:36.144]➜  x86_64-unknown-linux-musl-binutils> make[2]: Leaving directory '/build/build/opcodes'
2025-08-20T22:03:42.9553645Z [00:14:36.207]➜  x86_64-unknown-linux-musl-binutils> make[2]: Entering directory '/build/build/binutils'
2025-08-20T22:03:42.9601328Z [00:14:36.212]➜  x86_64-unknown-linux-musl-binutils>   CC       sysinfo.o
2025-08-20T22:03:43.0319898Z [00:14:36.283]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/man/man3'
2025-08-20T22:03:43.0355913Z [00:14:36.287]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/man'
2025-08-20T22:03:43.0390777Z [00:14:36.291]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T22:03:43.0392247Z [00:14:36.291]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/man'
2025-08-20T22:03:43.0393796Z [00:14:36.291]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/man'
2025-08-20T22:03:43.0394971Z [00:14:36.291]➜  libtpms-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T22:03:43.0567037Z [00:14:36.308]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/src'
2025-08-20T22:03:43.0589231Z [00:14:36.311]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       libtpms_la-disabled_interface.lo
2025-08-20T22:03:43.0641503Z [00:14:36.316]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       libtpms_la-tpm_debug.lo
2025-08-20T22:03:43.0642687Z [00:14:36.316]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       libtpms_la-tpm_library.lo
2025-08-20T22:03:43.0742827Z [00:14:36.324]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       libtpms_la-tpm_memory.lo
2025-08-20T22:03:43.0744301Z [00:14:36.326]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       libtpms_la-tpm_nvfile.lo
2025-08-20T22:03:43.1584775Z [00:14:36.410]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:03:43.1586123Z [00:14:36.410]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:03:43.3599434Z [00:14:36.612]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:03:43.3773585Z [00:14:36.627]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:03:43.4677890Z [00:14:36.719]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       libtpms_tpm12_la-tpm_tpm12_interface.lo
2025-08-20T22:03:43.4918311Z [00:14:36.743]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       libtpms_tpm12_la-tpm_tpm12_tis.lo
2025-08-20T22:03:43.5142127Z [00:14:36.766]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:03:43.5308744Z [00:14:36.782]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_crypto.lo
2025-08-20T22:03:43.6705937Z [00:14:36.919]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:03:43.7119582Z [00:14:36.963]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       libtpms_tpm2_la-tpm_tpm2_interface.lo
2025-08-20T22:03:43.8266660Z [00:14:37.078]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:03:43.9887051Z [00:14:37.240]➜  x86_64-unknown-linux-musl-binutils> Making info in po
2025-08-20T22:03:43.9922997Z [00:14:37.244]➜  x86_64-unknown-linux-musl-binutils> make[3]: Entering directory '/build/build/binutils/po'
2025-08-20T22:03:43.9925007Z [00:14:37.244]➜  x86_64-unknown-linux-musl-binutils> make[3]: Nothing to be done for 'info'.
2025-08-20T22:03:43.9926620Z [00:14:37.244]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/binutils/po'
2025-08-20T22:03:44.0255373Z [00:14:37.271]➜  x86_64-unknown-linux-musl-binutils> make[3]: Entering directory '/build/build/binutils'
2025-08-20T22:03:44.0446859Z [00:14:37.296]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/addr2line.1
2025-08-20T22:03:44.0990034Z [00:14:37.351]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       libtpms_tpm2_la-tpm_tpm2_tis.lo
2025-08-20T22:03:44.1057673Z [00:14:37.357]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:03:44.3387484Z [00:14:37.590]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:03:44.3575038Z [00:14:37.609]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-BackwardsCompatibilityBitArray.lo
2025-08-20T22:03:44.3681317Z [00:14:37.620]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-BackwardsCompatibilityObject.lo
2025-08-20T22:03:44.3905777Z [00:14:37.639]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:03:44.3907837Z [00:14:37.640]➜  libtirpc-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:03:44.4973924Z [00:14:37.749]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:03:44.5008837Z [00:14:37.753]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/ar.1
2025-08-20T22:03:44.6263934Z [00:14:37.878]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:03:44.7792885Z [00:14:38.031]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:03:44.9353406Z [00:14:38.187]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:03:44.9925932Z [00:14:38.244]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/dlltool.1
2025-08-20T22:03:45.0768693Z [00:14:38.329]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:03:45.2096921Z [00:14:38.461]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:03:45.3493909Z [00:14:38.599]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:03:45.4095471Z [00:14:38.658]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-LibtpmsCallbacks.lo
2025-08-20T22:03:45.4933451Z [00:14:38.744]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:03:45.5569063Z [00:14:38.807]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/nm.1
2025-08-20T22:03:45.6088660Z [00:14:38.861]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:03:45.6998078Z [00:14:38.951]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for gssapi/gssapi.h... yes
2025-08-20T22:03:45.7011112Z [00:14:38.953]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-krb5-config... /nix/store/jlwqy4k18zfx5ih89hlyia6h34g0rm24-krb5-static-x86_64-unknown-linux-musl-1.21.3-dev/bin/krb5-config
2025-08-20T22:03:45.7535801Z [00:14:39.004]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-NVMarshal.lo
2025-08-20T22:03:45.7712938Z [00:14:39.023]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-RuntimeAlgorithm.lo
2025-08-20T22:03:45.8331613Z [00:14:39.085]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-RuntimeAttributes.lo
2025-08-20T22:03:46.0686250Z [00:14:39.320]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-RuntimeCommands.lo
2025-08-20T22:03:46.1801043Z [00:14:39.432]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/objcopy.1
2025-08-20T22:03:46.5135472Z [00:14:39.764]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for gss_pname_to_uid... no
2025-08-20T22:03:46.7705595Z [00:14:40.019]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-RuntimeProfile.lo
2025-08-20T22:03:46.7987583Z [00:14:40.050]➜  libtirpc-static-x86_64-unknown-linux-musl> checking if version scripts are supported... yes
2025-08-20T22:03:46.8849626Z [00:14:40.137]➜  libtirpc-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:03:46.9655440Z [00:14:40.214]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/objdump.1
2025-08-20T22:03:47.0626106Z [00:14:40.314]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for SOL_IP... yes
2025-08-20T22:03:47.2325231Z [00:14:40.484]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for SOL_IPV6... yes
2025-08-20T22:03:47.2670296Z [00:14:40.519]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-StateMarshal.lo
2025-08-20T22:03:47.3948376Z [00:14:40.646]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for IPPROTO_IP... yes
2025-08-20T22:03:47.5297934Z [00:14:40.781]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for IPPROTO_IPV6... yes
2025-08-20T22:03:47.5686560Z [00:14:40.820]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for IPV6_PKTINFO... checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:03:47.5735378Z [00:14:40.825]➜  libtirpc-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:03:47.5932331Z [00:14:40.845]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:03:47.6136976Z [00:14:40.865]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:03:47.6181801Z [00:14:40.870]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:03:47.6259320Z [00:14:40.878]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:03:47.6546624Z [00:14:40.906]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Volatile.lo
2025-08-20T22:03:47.6588604Z [00:14:40.911]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:03:47.6885363Z [00:14:40.940]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/ranlib.1
2025-08-20T22:03:47.7009919Z [00:14:40.953]➜  libtirpc-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:03:47.7015701Z [00:14:40.953]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:03:47.8039471Z [00:14:41.056]➜  libtirpc-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:03:47.8047789Z [00:14:41.057]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:03:47.8689826Z [00:14:41.120]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_admin.lo
2025-08-20T22:03:48.0542019Z [00:14:41.306]➜  libtirpc-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T22:03:48.0715971Z [00:14:41.323]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/readelf.1
2025-08-20T22:03:48.0773503Z [00:14:41.328]➜  libtirpc-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:03:48.0779601Z [00:14:41.329]➜  libtirpc-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:03:48.0785697Z [00:14:41.329]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:03:48.0791658Z [00:14:41.329]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T22:03:48.0866366Z [00:14:41.338]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:03:48.0874068Z [00:14:41.338]➜  libtirpc-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T22:03:48.0876226Z [00:14:41.339]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:03:48.0974612Z [00:14:41.340]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:03:48.0976540Z [00:14:41.345]➜  libtirpc-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:03:48.0978482Z [00:14:41.345]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:03:48.0980308Z [00:14:41.346]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:03:48.3034531Z [00:14:41.555]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:03:48.3048116Z [00:14:41.556]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:03:48.5347772Z [00:14:41.786]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_audit.lo
2025-08-20T22:03:48.5700181Z [00:14:41.822]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_auth.lo
2025-08-20T22:03:48.6836186Z [00:14:41.932]➜  libtirpc-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:03:48.6894933Z [00:14:41.941]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:03:48.6966924Z [00:14:41.948]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/size.1
2025-08-20T22:03:48.7157608Z [00:14:41.967]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:03:48.7374261Z [00:14:41.989]➜  libtirpc-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:03:48.8087581Z [00:14:42.060]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_cryptoh.lo
2025-08-20T22:03:48.8326100Z [00:14:42.084]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:03:48.8380955Z [00:14:42.090]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:03:48.8602376Z [00:14:42.112]➜  libtirpc-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:03:49.0425314Z [00:14:42.294]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:03:49.0618005Z [00:14:42.313]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:03:49.1585248Z [00:14:42.404]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/strings.1
2025-08-20T22:03:49.4420297Z [00:14:42.694]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_counter.lo
2025-08-20T22:03:49.5786041Z [00:14:42.830]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/strip.1
2025-08-20T22:03:49.6270653Z [00:14:42.874]➜  libtirpc-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:03:49.6280542Z [00:14:42.874]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:03:49.6435017Z [00:14:42.894]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/elfedit.1
2025-08-20T22:03:49.7595711Z [00:14:43.006]➜  libtirpc-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:03:49.8396627Z [00:14:43.091]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_daa.lo
2025-08-20T22:03:49.9656824Z [00:14:43.217]➜  libtirpc-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:03:50.0430349Z [00:14:43.295]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/windres.1
2025-08-20T22:03:50.0832779Z [00:14:43.335]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/windmc.1
2025-08-20T22:03:50.1076419Z [00:14:43.359]➜  libtirpc-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:03:50.1081991Z [00:14:43.359]➜  libtirpc-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:03:50.3376590Z [00:14:43.586]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:03:50.5372456Z [00:14:43.789]➜  x86_64-unknown-linux-musl-binutils>   CC       syslex_wrap.o
2025-08-20T22:03:50.5435822Z [00:14:43.795]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_delegate.lo
2025-08-20T22:03:50.6006576Z [00:14:43.852]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/cxxfilt.man
2025-08-20T22:03:50.7129747Z [00:14:43.965]➜  libtirpc-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:03:50.7135338Z [00:14:43.965]➜  libtirpc-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:03:50.7236976Z [00:14:43.975]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:03:50.7244236Z [00:14:43.976]➜  libtirpc-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:03:50.7268304Z [00:14:43.979]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:03:50.7274061Z [00:14:43.979]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:03:50.9089323Z [00:14:44.161]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for dirent.h that defines DIR... yes
2025-08-20T22:03:51.0539359Z [00:14:44.306]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_digest.lo
2025-08-20T22:03:51.0541030Z [00:14:44.306]➜  x86_64-unknown-linux-musl-binutils>   GEN      doc/c++filt.1
2025-08-20T22:03:51.0612547Z [00:14:44.313]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/binutils'
2025-08-20T22:03:51.1268762Z [00:14:44.379]➜  x86_64-unknown-linux-musl-binutils> make[2]: Entering directory '/build/build/gprof'
2025-08-20T22:03:51.1415292Z [00:14:44.392]➜  x86_64-unknown-linux-musl-binutils> make  all-recursive
2025-08-20T22:03:51.1712896Z [00:14:44.423]➜  x86_64-unknown-linux-musl-binutils> make[3]: Entering directory '/build/build/gprof'
2025-08-20T22:03:51.2015480Z [00:14:44.446]➜  x86_64-unknown-linux-musl-binutils> Making all in po
2025-08-20T22:03:51.2086050Z [00:14:44.460]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/gprof/po'
2025-08-20T22:03:51.2090989Z [00:14:44.460]➜  x86_64-unknown-linux-musl-binutils> make[4]: Nothing to be done for 'all'.
2025-08-20T22:03:51.2092479Z [00:14:44.460]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/gprof/po'
2025-08-20T22:03:51.2269625Z [00:14:44.479]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/gprof'
2025-08-20T22:03:51.2324812Z [00:14:44.483]➜  x86_64-unknown-linux-musl-binutils>   CC       basic_blocks.o
2025-08-20T22:03:51.2535449Z [00:14:44.504]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for library containing opendir... none required
2025-08-20T22:03:51.4165890Z [00:14:44.668]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for arpa/inet.h... yes
2025-08-20T22:03:51.6015385Z [00:14:44.850]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T22:03:51.6266076Z [00:14:44.878]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_error.lo
2025-08-20T22:03:51.7699097Z [00:14:45.022]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for libintl.h... yes
2025-08-20T22:03:51.7938727Z [00:14:45.045]➜  x86_64-unknown-linux-musl-binutils>   CCLD     sysinfo
2025-08-20T22:03:51.8685705Z [00:14:45.118]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngstest-linear
2025-08-20T22:03:51.9513620Z [00:14:45.203]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for limits.h... yes
2025-08-20T22:03:51.9687499Z [00:14:45.220]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_global.lo
2025-08-20T22:03:51.9757699Z [00:14:45.225]➜  x86_64-unknown-linux-musl-binutils>   GEN      sysroff.h
2025-08-20T22:03:51.9874543Z [00:14:45.237]➜  x86_64-unknown-linux-musl-binutils> make  all-recursive
2025-08-20T22:03:52.0165108Z [00:14:45.268]➜  x86_64-unknown-linux-musl-binutils> make[3]: Entering directory '/build/build/binutils'
2025-08-20T22:03:52.0499896Z [00:14:45.302]➜  x86_64-unknown-linux-musl-binutils> Making all in po
2025-08-20T22:03:52.0681493Z [00:14:45.320]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/binutils/po'
2025-08-20T22:03:52.0683158Z [00:14:45.320]➜  x86_64-unknown-linux-musl-binutils> make[4]: Nothing to be done for 'all'.
2025-08-20T22:03:52.0684797Z [00:14:45.320]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/binutils/po'
2025-08-20T22:03:52.1037001Z [00:14:45.355]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/binutils'
2025-08-20T22:03:52.1038638Z [00:14:45.355]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for locale.h... yes
2025-08-20T22:03:52.1135158Z [00:14:45.361]➜  x86_64-unknown-linux-musl-binutils>   CC       size.o
2025-08-20T22:03:52.2829940Z [00:14:45.535]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for netdb.h... yes
2025-08-20T22:03:52.4506669Z [00:14:45.702]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for netinet/in.h... yes
2025-08-20T22:03:52.5831342Z [00:14:45.835]➜  x86_64-unknown-linux-musl-binutils>   CC       call_graph.o
2025-08-20T22:03:52.5952785Z [00:14:45.847]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for stddef.h... yes
2025-08-20T22:03:52.5958207Z [00:14:45.847]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T22:03:52.5959777Z [00:14:45.847]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for stdlib.h... (cached) yes
2025-08-20T22:03:52.5961407Z [00:14:45.847]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for string.h... (cached) yes
2025-08-20T22:03:52.6144565Z [00:14:45.861]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_identity.lo
2025-08-20T22:03:52.7754545Z [00:14:46.027]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for sys/ioctl.h... yes
2025-08-20T22:03:52.9764893Z [00:14:46.228]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T22:03:53.0257416Z [00:14:46.277]➜  x86_64-unknown-linux-musl-binutils>   CC       cg_arcs.o
2025-08-20T22:03:53.1594868Z [00:14:46.411]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for sys/socket.h... yes
2025-08-20T22:03:53.3200644Z [00:14:46.572]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T22:03:53.4945227Z [00:14:46.744]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_init.lo
2025-08-20T22:03:53.5026142Z [00:14:46.754]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for syslog.h... yes
2025-08-20T22:03:53.5027739Z [00:14:46.754]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T22:03:53.5935539Z [00:14:46.842]➜  x86_64-unknown-linux-musl-binutils>   CC       bucomm.o
2025-08-20T22:03:53.5998461Z [00:14:46.851]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for features.h... yes
2025-08-20T22:03:53.7182621Z [00:14:46.970]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for gssapi/gssapi_ext.h... yes
2025-08-20T22:03:53.7443786Z [00:14:46.996]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_libtpms_io.lo
2025-08-20T22:03:53.8680431Z [00:14:47.120]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_key.lo
2025-08-20T22:03:53.8845228Z [00:14:47.135]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for endian.h... yes
2025-08-20T22:03:54.0287127Z [00:14:47.280]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for machine/endian.h... no
2025-08-20T22:03:54.0863149Z [00:14:47.338]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_load.lo
2025-08-20T22:03:54.1632451Z [00:14:47.415]➜  libtirpc-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T22:03:54.2236599Z [00:14:47.475]➜  x86_64-unknown-linux-musl-binutils>   CC       cg_dfn.o
2025-08-20T22:03:54.2698962Z [00:14:47.521]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for egrep -e... (cached) /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:03:54.3095551Z [00:14:47.557]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_maint.lo
2025-08-20T22:03:54.3441058Z [00:14:47.595]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc is Clang... no
2025-08-20T22:03:54.5501608Z [00:14:47.799]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_migration.lo
2025-08-20T22:03:54.6056969Z [00:14:47.857]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_nonce.lo
2025-08-20T22:03:54.6104560Z [00:14:47.859]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_nvram.lo
2025-08-20T22:03:54.6603066Z [00:14:47.912]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether pthreads work with "-pthread" and "-lpthread"... yes
2025-08-20T22:03:54.8575614Z [00:14:48.108]➜  x86_64-unknown-linux-musl-binutils>   CC       cg_print.o
2025-08-20T22:03:54.8829754Z [00:14:48.135]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
2025-08-20T22:03:54.8838744Z [00:14:48.136]➜  libtirpc-static-x86_64-unknown-linux-musl> checking whether more special flags are required for pthreads... no
2025-08-20T22:03:54.8959607Z [00:14:48.148]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_openssl_helpers.lo
2025-08-20T22:03:55.0149377Z [00:14:48.267]➜  x86_64-unknown-linux-musl-binutils>   CC       version.o
2025-08-20T22:03:55.1452042Z [00:14:48.390]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_owner.lo
2025-08-20T22:03:55.1694868Z [00:14:48.421]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for PTHREAD_PRIO_INHERIT... yes
2025-08-20T22:03:55.3446343Z [00:14:48.596]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for getpeereid... no
2025-08-20T22:03:55.4814452Z [00:14:48.733]➜  x86_64-unknown-linux-musl-binutils>   CC       filemode.o
2025-08-20T22:03:55.6087132Z [00:14:48.860]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_pcr.lo
2025-08-20T22:03:55.6482208Z [00:14:48.900]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for getrpcbyname... no
2025-08-20T22:03:55.9475787Z [00:14:49.196]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for getrpcbynumber... no
2025-08-20T22:03:56.0191278Z [00:14:49.271]➜  x86_64-unknown-linux-musl-binutils>   CC       objdump.o
2025-08-20T22:03:56.2343174Z [00:14:49.486]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for setrpcent... no
2025-08-20T22:03:56.5809114Z [00:14:49.829]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for endrpcent... no
2025-08-20T22:03:56.6144771Z [00:14:49.866]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_permanent.lo
2025-08-20T22:03:56.8547369Z [00:14:50.106]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for getrpcent... no
2025-08-20T22:03:56.8917169Z [00:14:50.143]➜  x86_64-unknown-linux-musl-binutils>   CC       corefile.o
2025-08-20T22:03:57.0146268Z [00:14:50.266]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for struct rpcent... no
2025-08-20T22:03:57.2034998Z [00:14:50.455]➜  libtirpc-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:03:57.2044508Z [00:14:50.456]➜  libtirpc-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:03:57.5406177Z [00:14:50.792]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_platform.lo
2025-08-20T22:03:57.9755429Z [00:14:51.227]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_process.lo
2025-08-20T22:03:58.0212882Z [00:14:51.273]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_secret.lo
2025-08-20T22:03:58.3607108Z [00:14:51.612]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_session.lo
2025-08-20T22:03:58.5407517Z [00:14:51.792]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_sizedbuffer.lo
2025-08-20T22:03:58.7342212Z [00:14:51.986]➜  x86_64-unknown-linux-musl-binutils>   CC       gmon_io.o
2025-08-20T22:03:58.8246214Z [00:14:52.076]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_startup.lo
2025-08-20T22:03:58.9896511Z [00:14:52.241]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_store.lo
2025-08-20T22:03:58.9898307Z [00:14:52.241]➜  libtirpc-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:03:59.0498898Z [00:14:52.301]➜  libtirpc-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T22:03:59.1366660Z [00:14:52.388]➜  libtirpc-static-x86_64-unknown-linux-musl> config.status: creating man/Makefile
2025-08-20T22:03:59.2248430Z [00:14:52.476]➜  libtirpc-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T22:03:59.2588787Z [00:14:52.510]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_storage.lo
2025-08-20T22:03:59.3189407Z [00:14:52.566]➜  libtirpc-static-x86_64-unknown-linux-musl> config.status: creating libtirpc.pc
2025-08-20T22:03:59.3796889Z [00:14:52.631]➜  libtirpc-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:03:59.4215728Z [00:14:52.671]➜  libtirpc-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:03:59.4344825Z [00:14:52.684]➜  libtirpc-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:03:59.6765873Z [00:14:52.927]➜  libtirpc-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:03:59.7084531Z [00:14:52.957]➜  libtirpc-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:03:59.7200263Z [00:14:52.972]➜  libtirpc-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T22:03:59.7312107Z [00:14:52.983]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtirpc-libtirpc-1-3-6'
2025-08-20T22:03:59.7616637Z [00:14:53.013]➜  libtirpc-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T22:03:59.7719138Z [00:14:53.024]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtirpc-libtirpc-1-3-6/src'
2025-08-20T22:03:59.7827049Z [00:14:53.034]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-auth_none.lo
2025-08-20T22:03:59.7841497Z [00:14:53.034]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-auth_unix.lo
2025-08-20T22:03:59.7847388Z [00:14:53.036]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-authunix_prot.lo
2025-08-20T22:03:59.7965027Z [00:14:53.045]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-binddynport.lo
2025-08-20T22:03:59.8001466Z [00:14:53.052]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-bindresvport.lo
2025-08-20T22:03:59.8548242Z [00:14:53.106]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_ticks.lo
2025-08-20T22:04:00.1135771Z [00:14:53.365]➜  x86_64-unknown-linux-musl-binutils>   CC       gprof.o
2025-08-20T22:04:00.1706024Z [00:14:53.422]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_time.lo
2025-08-20T22:04:00.2149182Z [00:14:53.463]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-clnt_bcast.lo
2025-08-20T22:04:00.3665373Z [00:14:53.614]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-clnt_dg.lo
2025-08-20T22:04:00.5970726Z [00:14:53.845]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-clnt_generic.lo
2025-08-20T22:04:00.5988995Z [00:14:53.851]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-clnt_perror.lo
2025-08-20T22:04:00.6745539Z [00:14:53.923]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_transport.lo
2025-08-20T22:04:00.7205725Z [00:14:53.972]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-clnt_raw.lo
2025-08-20T22:04:01.2615697Z [00:14:54.512]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_ver.lo
2025-08-20T22:04:01.3795469Z [00:14:54.628]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-clnt_simple.lo
2025-08-20T22:04:01.3914434Z [00:14:54.643]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm12/libtpms_tpm12_la-tpm_svnrevision.lo
2025-08-20T22:04:01.4295397Z [00:14:54.679]➜  x86_64-unknown-linux-musl-binutils>   CC       hertz.o
2025-08-20T22:04:01.4516095Z [00:14:54.703]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-clnt_vc.lo
2025-08-20T22:04:01.5477463Z [00:14:54.797]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpc_dtablesize.lo
2025-08-20T22:04:01.8245316Z [00:14:55.073]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-ACT_spt.lo
2025-08-20T22:04:01.8705983Z [00:14:55.122]➜  x86_64-unknown-linux-musl-binutils>   CC       hist.o
2025-08-20T22:04:01.9626343Z [00:14:55.214]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-ACTCommands.lo
2025-08-20T22:04:01.9635245Z [00:14:55.215]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-getnetconfig.lo
2025-08-20T22:04:02.0007031Z [00:14:55.252]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-getnetpath.lo
2025-08-20T22:04:02.0626515Z [00:14:55.313]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-getrpcent.lo
2025-08-20T22:04:02.0715084Z [00:14:55.321]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-getrpcport.lo
2025-08-20T22:04:02.5529027Z [00:14:55.805]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-mt_misc.lo
2025-08-20T22:04:02.6788412Z [00:14:55.930]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-AlgorithmCap.lo
2025-08-20T22:04:02.6904702Z [00:14:55.940]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-pmap_clnt.lo
2025-08-20T22:04:02.7310171Z [00:14:55.983]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-pmap_getmaps.lo
2025-08-20T22:04:03.1106397Z [00:14:56.362]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-pmap_getport.lo
2025-08-20T22:04:03.1406806Z [00:14:56.392]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-pmap_prot.lo
2025-08-20T22:04:03.1745510Z [00:14:56.423]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-pmap_prot2.lo
2025-08-20T22:04:03.2380637Z [00:14:56.490]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-pmap_rmt.lo
2025-08-20T22:04:03.2494199Z [00:14:56.501]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpc_prot.lo
2025-08-20T22:04:03.4408271Z [00:14:56.692]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-AlgorithmTests.lo
2025-08-20T22:04:03.5165179Z [00:14:56.766]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-AsymmetricCommands.lo
2025-08-20T22:04:03.5562235Z [00:14:56.808]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-AttestationCommands.lo
2025-08-20T22:04:03.6066103Z [00:14:56.858]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpc_commondata.lo
2025-08-20T22:04:03.6512980Z [00:14:56.903]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpc_callmsg.lo
2025-08-20T22:04:03.6571843Z [00:14:56.909]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpc_generic.lo
2025-08-20T22:04:03.8349884Z [00:14:57.087]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpc_soc.lo
2025-08-20T22:04:03.8431686Z [00:14:57.095]➜  x86_64-unknown-linux-musl-binutils>   CC       source.o
2025-08-20T22:04:04.0406600Z [00:14:57.292]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpcb_clnt.lo
2025-08-20T22:04:04.0589401Z [00:14:57.311]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpcb_prot.lo
2025-08-20T22:04:04.1268659Z [00:14:57.378]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Attest_spt.lo
2025-08-20T22:04:04.3572443Z [00:14:57.609]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpcb_st_xdr.lo
2025-08-20T22:04:04.3785538Z [00:14:57.627]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-AuditCommands.lo
2025-08-20T22:04:04.6875291Z [00:14:57.937]➜  x86_64-unknown-linux-musl-binutils>   CC       search_list.o
2025-08-20T22:04:04.7467710Z [00:14:57.998]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc.lo
2025-08-20T22:04:04.9956869Z [00:14:58.247]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc_auth.lo
2025-08-20T22:04:05.0538712Z [00:14:58.303]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc_dg.lo
2025-08-20T22:04:05.1376066Z [00:14:58.389]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc_auth_unix.lo
2025-08-20T22:04:05.1753576Z [00:14:58.427]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Bits.lo
2025-08-20T22:04:05.2232859Z [00:14:58.475]➜  x86_64-unknown-linux-musl-binutils>   CC       symtab.o
2025-08-20T22:04:05.6248681Z [00:14:58.876]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc_auth_none.lo
2025-08-20T22:04:05.6537634Z [00:14:58.905]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-BnEccConstants.lo
2025-08-20T22:04:05.8646186Z [00:14:59.116]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-BnConvert.lo
2025-08-20T22:04:05.8745757Z [00:14:59.126]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc_generic.lo
2025-08-20T22:04:06.0165576Z [00:14:59.265]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-BnMath.lo
2025-08-20T22:04:06.0917119Z [00:14:59.343]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc_raw.lo
2025-08-20T22:04:06.2046305Z [00:14:59.455]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc_run.lo
2025-08-20T22:04:06.2653983Z [00:14:59.517]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc_simple.lo
2025-08-20T22:04:06.3147706Z [00:14:59.566]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-BnMemory.lo
2025-08-20T22:04:06.3285065Z [00:14:59.577]➜  x86_64-unknown-linux-musl-binutils>   CC       sym_ids.o
2025-08-20T22:04:06.4896044Z [00:14:59.741]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc_vc.lo
2025-08-20T22:04:06.5995460Z [00:14:59.845]➜  libtirpc-static-x86_64-unknown-linux-musl> In file included from svc_run.c:40:
2025-08-20T22:04:06.6056125Z [00:14:59.845]➜  libtirpc-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
2025-08-20T22:04:06.6144715Z [00:14:59.845]➜  libtirpc-static-x86_64-unknown-linux-musl>     1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
2025-08-20T22:04:06.6146218Z [00:14:59.845]➜  libtirpc-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:04:06.6626641Z [00:14:59.914]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-getpeereid.lo
2025-08-20T22:04:06.8196125Z [00:15:00.071]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Cancel.lo
2025-08-20T22:04:06.8496134Z [00:15:00.101]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-auth_time.lo
2025-08-20T22:04:06.9117355Z [00:15:00.163]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-debug.lo
2025-08-20T22:04:07.0110267Z [00:15:00.263]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-xdr.lo
2025-08-20T22:04:07.1576055Z [00:15:00.409]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-xdr_rec.lo
2025-08-20T22:04:07.1735660Z [00:15:00.425]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-CapabilityCommands.lo
2025-08-20T22:04:07.2679375Z [00:15:00.519]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Clock.lo
2025-08-20T22:04:07.3246842Z [00:15:00.570]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-xdr_array.lo
2025-08-20T22:04:07.3880548Z [00:15:00.640]➜  x86_64-unknown-linux-musl-binutils>   CC       dwarf.o
2025-08-20T22:04:07.4369809Z [00:15:00.689]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-ClockCommands.lo
2025-08-20T22:04:07.4894452Z [00:15:00.741]➜  x86_64-unknown-linux-musl-binutils>   CC       utils.o
2025-08-20T22:04:07.9505414Z [00:15:01.194]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-xdr_float.lo
2025-08-20T22:04:08.1095458Z [00:15:01.361]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-xdr_mem.lo
2025-08-20T22:04:08.1238666Z [00:15:01.375]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-CommandAudit.lo
2025-08-20T22:04:08.1970911Z [00:15:01.444]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-xdr_reference.lo
2025-08-20T22:04:08.3465320Z [00:15:01.598]➜  x86_64-unknown-linux-musl-binutils>   CC       i386.o
2025-08-20T22:04:08.4628474Z [00:15:01.714]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-xdr_stdio.lo
2025-08-20T22:04:08.5548971Z [00:15:01.803]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-CommandCodeAttributes.lo
2025-08-20T22:04:08.5957693Z [00:15:01.844]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-xdr_sizeof.lo
2025-08-20T22:04:08.6059710Z [00:15:01.854]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-auth_gss.lo
2025-08-20T22:04:08.8298776Z [00:15:02.081]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-authgss_prot.lo
2025-08-20T22:04:08.9107603Z [00:15:02.162]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-svc_auth_gss.lo
2025-08-20T22:04:09.0087029Z [00:15:02.260]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-CommandDispatcher.lo
2025-08-20T22:04:09.1675017Z [00:15:02.410]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpc_gss_utils.lo
2025-08-20T22:04:09.1719399Z [00:15:02.424]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-ContextCommands.lo
2025-08-20T22:04:09.1959089Z [00:15:02.448]➜  x86_64-unknown-linux-musl-binutils>   CC       alpha.o
2025-08-20T22:04:09.2799132Z [00:15:02.531]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-key_call.lo
2025-08-20T22:04:09.2847032Z [00:15:02.536]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Context_spt.lo
2025-08-20T22:04:09.4555511Z [00:15:02.704]➜  libtirpc-static-x86_64-unknown-linux-musl> svc_auth_gss.c: In function '_rpc_gss_fill_in_ucreds':
2025-08-20T22:04:09.4584636Z [00:15:02.704]➜  libtirpc-static-x86_64-unknown-linux-musl> svc_auth_gss.c:980:29: warning: unused variable 'min_stat' [-Wunused-variable]
2025-08-20T22:04:09.4586150Z [00:15:02.704]➜  libtirpc-static-x86_64-unknown-linux-musl>   980 |         OM_uint32 maj_stat, min_stat;
2025-08-20T22:04:09.4605710Z [00:15:02.704]➜  libtirpc-static-x86_64-unknown-linux-musl>       |                             ^~~~~~~~
2025-08-20T22:04:10.1357015Z [00:15:03.387]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-key_prot_xdr.lo
2025-08-20T22:04:10.1380280Z [00:15:03.390]➜  x86_64-unknown-linux-musl-binutils>   CC       vax.o
2025-08-20T22:04:10.2187303Z [00:15:03.470]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-CryptEccData.lo
2025-08-20T22:04:10.2785296Z [00:15:03.527]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-getpublickey.lo
2025-08-20T22:04:10.5008271Z [00:15:03.749]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-netname.lo
2025-08-20T22:04:10.5175105Z [00:15:03.757]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-netnamer.lo
2025-08-20T22:04:10.8055351Z [00:15:04.057]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-CryptSelfTest.lo
2025-08-20T22:04:10.8997650Z [00:15:04.151]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rpcdname.lo
2025-08-20T22:04:11.0453494Z [00:15:04.297]➜  libtirpc-static-x86_64-unknown-linux-musl>   CC       libtirpc_la-rtime.lo
2025-08-20T22:04:11.3305047Z [00:15:04.577]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-CryptUtil.lo
2025-08-20T22:04:11.3464254Z [00:15:04.598]➜  x86_64-unknown-linux-musl-binutils>   CC       sparc.o
2025-08-20T22:04:11.4148000Z [00:15:04.666]➜  libtirpc-static-x86_64-unknown-linux-musl> In file included from rtime.c:49:
2025-08-20T22:04:11.4151218Z [00:15:04.666]➜  libtirpc-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
2025-08-20T22:04:11.4154723Z [00:15:04.666]➜  libtirpc-static-x86_64-unknown-linux-musl>     1 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
2025-08-20T22:04:11.4161811Z [00:15:04.666]➜  libtirpc-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:04:11.4535679Z [00:15:04.702]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-DA.lo
2025-08-20T22:04:11.5797266Z [00:15:04.831]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-DebugHelpers.lo
2025-08-20T22:04:11.6367611Z [00:15:04.888]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngstest-linear-alpha
2025-08-20T22:04:11.6787422Z [00:15:04.930]➜  libtirpc-static-x86_64-unknown-linux-musl>   CCLD     libtirpc.la
2025-08-20T22:04:11.9117187Z [00:15:05.163]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-DictionaryCommands.lo
2025-08-20T22:04:11.9749050Z [00:15:05.227]➜  x86_64-unknown-linux-musl-binutils>   CC       mips.o
2025-08-20T22:04:12.2947226Z [00:15:05.546]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-DuplicationCommands.lo
2025-08-20T22:04:12.5035037Z [00:15:05.754]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-EACommands.lo
2025-08-20T22:04:12.5931780Z [00:15:05.845]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/src'
2025-08-20T22:04:12.5984362Z [00:15:05.845]➜  libtirpc-static-x86_64-unknown-linux-musl> Making all in man
2025-08-20T22:04:12.6011276Z [00:15:05.853]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtirpc-libtirpc-1-3-6/man'
2025-08-20T22:04:12.6025404Z [00:15:05.854]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T22:04:12.6027260Z [00:15:05.854]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/man'
2025-08-20T22:04:12.6030493Z [00:15:05.855]➜  libtirpc-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T22:04:12.6120748Z [00:15:05.864]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtirpc-libtirpc-1-3-6/doc'
2025-08-20T22:04:12.6122278Z [00:15:05.864]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T22:04:12.6123893Z [00:15:05.864]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/doc'
2025-08-20T22:04:12.6215611Z [00:15:05.873]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtirpc-libtirpc-1-3-6'
2025-08-20T22:04:12.6314101Z [00:15:05.882]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtirpc-libtirpc-1-3-6'
2025-08-20T22:04:12.6315436Z [00:15:05.882]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtirpc-libtirpc-1-3-6'
2025-08-20T22:04:12.6431005Z [00:15:05.895]➜  libtirpc-static-x86_64-unknown-linux-musl> Running phase: checkPhase
2025-08-20T22:04:12.7005093Z [00:15:05.949]➜  x86_64-unknown-linux-musl-binutils>   CC       aarch64.o
2025-08-20T22:04:12.7322551Z [00:15:05.984]➜  libtirpc-static-x86_64-unknown-linux-musl> check flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash VERBOSE=y check
2025-08-20T22:04:12.7608759Z [00:15:06.012]➜  libtirpc-static-x86_64-unknown-linux-musl> Making check in src
2025-08-20T22:04:12.7715563Z [00:15:06.023]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtirpc-libtirpc-1-3-6/src'
2025-08-20T22:04:12.7798008Z [00:15:06.031]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T22:04:12.7803002Z [00:15:06.031]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/src'
2025-08-20T22:04:12.7805057Z [00:15:06.031]➜  libtirpc-static-x86_64-unknown-linux-musl> Making check in man
2025-08-20T22:04:12.7809915Z [00:15:06.032]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtirpc-libtirpc-1-3-6/man'
2025-08-20T22:04:12.7847349Z [00:15:06.036]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T22:04:12.7849897Z [00:15:06.036]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/man'
2025-08-20T22:04:12.7905364Z [00:15:06.042]➜  libtirpc-static-x86_64-unknown-linux-musl> Making check in doc
2025-08-20T22:04:12.7908015Z [00:15:06.042]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtirpc-libtirpc-1-3-6/doc'
2025-08-20T22:04:12.7914054Z [00:15:06.043]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'check'.
2025-08-20T22:04:12.7920151Z [00:15:06.044]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/doc'
2025-08-20T22:04:12.8007044Z [00:15:06.052]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtirpc-libtirpc-1-3-6'
2025-08-20T22:04:12.8102643Z [00:15:06.062]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtirpc-libtirpc-1-3-6'
2025-08-20T22:04:12.8198137Z [00:15:06.072]➜  libtirpc-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:04:12.8572736Z [00:15:06.109]➜  libtirpc-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/lib/pkgconfig m4datadir=/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/share/aclocal aclocaldir=/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/share/aclocal install
2025-08-20T22:04:12.8956901Z [00:15:06.147]➜  libtirpc-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T22:04:12.9105057Z [00:15:06.152]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtirpc-libtirpc-1-3-6/src'
2025-08-20T22:04:12.9267628Z [00:15:06.178]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtirpc-libtirpc-1-3-6/src'
2025-08-20T22:04:12.9326069Z [00:15:06.184]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib'
2025-08-20T22:04:12.9378240Z [00:15:06.189]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libtirpc.la '/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib'
2025-08-20T22:04:12.9385319Z [00:15:06.190]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:04:13.0445415Z [00:15:06.294]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-EncryptDecrypt_spt.lo
2025-08-20T22:04:13.0956476Z [00:15:06.339]➜  libtirpc-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libtirpc.lai /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib/libtirpc.la
2025-08-20T22:04:13.0998502Z [00:15:06.351]➜  libtirpc-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libtirpc.a /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib/libtirpc.a
2025-08-20T22:04:13.1302774Z [00:15:06.382]➜  libtirpc-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib/libtirpc.a
2025-08-20T22:04:13.1545733Z [00:15:06.403]➜  libtirpc-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib/libtirpc.a
2025-08-20T22:04:13.4030383Z [00:15:06.655]➜  x86_64-unknown-linux-musl-binutils>   CC       flat_bl.o
2025-08-20T22:04:13.4095826Z [00:15:06.661]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Entity.lo
2025-08-20T22:04:13.4501990Z [00:15:06.697]➜  libtirpc-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib
2025-08-20T22:04:13.4544956Z [00:15:06.699]➜  libtirpc-static-x86_64-unknown-linux-musl> /build/libtirpc-libtirpc-1-3-6/libtool: line 1886: ldconfig: command not found
2025-08-20T22:04:13.4547088Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:04:13.4548497Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:04:13.4553140Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl>    /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib
2025-08-20T22:04:13.4555006Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> 
2025-08-20T22:04:13.4556299Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:04:13.4557903Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:04:13.4559480Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:04:13.4561115Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:04:13.4562712Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:04:13.4564620Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:04:13.4565977Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:04:13.4567307Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:04:13.4568752Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:04:13.4594444Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:04:13.4595718Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> 
2025-08-20T22:04:13.4596641Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> 
2025-08-20T22:04:13.4598310Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:04:13.4600047Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:04:13.4601697Z [00:15:06.703]➜  libtirpc-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:04:13.4603753Z [00:15:06.710]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/src'
2025-08-20T22:04:13.4605372Z [00:15:06.710]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/src'
2025-08-20T22:04:13.4606634Z [00:15:06.710]➜  libtirpc-static-x86_64-unknown-linux-musl> Making install in man
2025-08-20T22:04:13.4608106Z [00:15:06.710]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtirpc-libtirpc-1-3-6/man'
2025-08-20T22:04:13.4816970Z [00:15:06.733]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtirpc-libtirpc-1-3-6/man'
2025-08-20T22:04:13.4845729Z [00:15:06.736]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:04:13.5010496Z [00:15:06.753]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/share/man/man5'
2025-08-20T22:04:13.5020165Z [00:15:06.754]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/share/man/man3'
2025-08-20T22:04:13.5381962Z [00:15:06.789]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 netconfig.5 '/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/share/man/man5'
2025-08-20T22:04:13.5402967Z [00:15:06.791]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 getrpcent.3t getrpcport.3t getnetconfig.3t getnetpath.3t bindresvport.3t rpc.3t rpc_xdr.3t des_crypt.3t rpc_soc.3t rpc_secure.3t rtime.3t rpc_clnt_auth.3t rpc_clnt_calls.3t rpc_clnt_create.3t rpcbind.3t rpc_svc_calls.3t rpc_svc_create.3t rpc_svc_err.3t rpc_svc_reg.3t rpcsec_gss.3t rpc_gss_get_error.3t rpc_gss_get_mechanisms.3t rpc_gss_get_mech_info.3t rpc_gss_get_versions.3t rpc_gss_is_installed.3t rpc_gss_mech_to_oid.3t rpc_gss_qop_to_num.3t rpc_gss_max_data_length.3t rpc_gss_seccreate.3t rpc_gss_set_defaults.3t rpc_gss_getcred.3t rpc_gss_get_principal_name.3t rpc_gss_set_callback.3t rpc_gss_set_svc_name.3t rpc_gss_svc_max_data_length.3t '/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/share/man/man3'
2025-08-20T22:04:13.5647010Z [00:15:06.816]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/man'
2025-08-20T22:04:13.5674577Z [00:15:06.817]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/man'
2025-08-20T22:04:13.5794552Z [00:15:06.817]➜  libtirpc-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T22:04:13.5796188Z [00:15:06.819]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtirpc-libtirpc-1-3-6/doc'
2025-08-20T22:04:13.5798238Z [00:15:06.829]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtirpc-libtirpc-1-3-6/doc'
2025-08-20T22:04:13.5975785Z [00:15:06.834]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/etc'
2025-08-20T22:04:13.5978660Z [00:15:06.834]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:04:13.5981836Z [00:15:06.846]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 netconfig bindresvport.blacklist '/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/etc'
2025-08-20T22:04:13.6014177Z [00:15:06.848]➜  libtirpc-static-x86_64-unknown-linux-musl> make  install-exec-hook
2025-08-20T22:04:13.6076390Z [00:15:06.859]➜  libtirpc-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libtirpc-libtirpc-1-3-6/doc'
2025-08-20T22:04:13.6078157Z [00:15:06.859]➜  libtirpc-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-hook'.
2025-08-20T22:04:13.6080092Z [00:15:06.859]➜  libtirpc-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/doc'
2025-08-20T22:04:13.6081815Z [00:15:06.859]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/doc'
2025-08-20T22:04:13.6083779Z [00:15:06.859]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtirpc-libtirpc-1-3-6/doc'
2025-08-20T22:04:13.6165191Z [00:15:06.868]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libtirpc-libtirpc-1-3-6'
2025-08-20T22:04:13.6295291Z [00:15:06.881]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libtirpc-libtirpc-1-3-6'
2025-08-20T22:04:13.6355458Z [00:15:06.887]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:04:13.6441339Z [00:15:06.895]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include'
2025-08-20T22:04:13.6530093Z [00:15:06.905]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/lib/pkgconfig'
2025-08-20T22:04:13.6744609Z [00:15:06.926]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libtirpc.pc '/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/lib/pkgconfig'
2025-08-20T22:04:13.6779340Z [00:15:06.930]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc/rpcsvc'
2025-08-20T22:04:13.6881507Z [00:15:06.939]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644  tirpc/rpcsvc/crypt.x tirpc/rpcsvc/crypt.h '/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc/rpcsvc'
2025-08-20T22:04:13.6968232Z [00:15:06.944]➜  x86_64-unknown-linux-musl-binutils>   CC       bsd_callg_bl.o
2025-08-20T22:04:13.6970887Z [00:15:06.944]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc'
2025-08-20T22:04:13.6974826Z [00:15:06.946]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644  tirpc/netconfig.h '/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc'
2025-08-20T22:04:13.6983554Z [00:15:06.949]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc/rpc'
2025-08-20T22:04:13.7170893Z [00:15:06.961]➜  libtirpc-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644  tirpc/rpc/xdr.h tirpc/rpc/types.h tirpc/rpc/svc_soc.h tirpc/rpc/svc.h tirpc/rpc/svc_dg.h tirpc/rpc/svc_auth.h tirpc/rpc/svc_mt.h tirpc/rpc/rpc_msg.h tirpc/rpc/rpc.h tirpc/rpc/rpcent.h tirpc/rpc/rpc_com.h tirpc/rpc/rpcb_prot.x tirpc/rpc/rpcb_prot.h tirpc/rpc/rpcb_clnt.h tirpc/rpc/raw.h tirpc/rpc/pmap_rmt.h tirpc/rpc/pmap_prot.h tirpc/rpc/pmap_clnt.h tirpc/rpc/nettype.h tirpc/rpc/key_prot.h tirpc/rpc/des.h tirpc/rpc/des_crypt.h tirpc/rpc/clnt_stat.h tirpc/rpc/clnt_soc.h tirpc/rpc/clnt.h tirpc/rpc/auth_unix.h tirpc/rpc/auth_des.h tirpc/rpc/auth.h tirpc/rpc/rpcsec_gss.h tirpc/rpc/auth_gss.h tirpc/rpc/svc_auth_gss.h '/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc/rpc'
2025-08-20T22:04:13.7194730Z [00:15:06.970]➜  libtirpc-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libtirpc-libtirpc-1-3-6'
2025-08-20T22:04:13.7196196Z [00:15:06.970]➜  libtirpc-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libtirpc-libtirpc-1-3-6'
2025-08-20T22:04:13.7343752Z [00:15:06.986]➜  libtirpc-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:04:13.8034927Z [00:15:07.055]➜  libtirpc-static-x86_64-unknown-linux-musl> Patching '/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/lib/pkgconfig/libtirpc.pc' includedir to output /nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev
2025-08-20T22:04:13.8218657Z [00:15:07.073]➜  libtirpc-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6
2025-08-20T22:04:13.8677910Z [00:15:07.119]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6...
2025-08-20T22:04:13.9613709Z [00:15:07.213]➜  libtirpc-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/share/man/
2025-08-20T22:04:14.0335073Z [00:15:07.279]➜  x86_64-unknown-linux-musl-binutils>   CC       fsf_callg_bl.o
2025-08-20T22:04:14.1270537Z [00:15:07.379]➜  libtirpc-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6
2025-08-20T22:04:14.1437484Z [00:15:07.395]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Entropy.lo
2025-08-20T22:04:14.1574473Z [00:15:07.407]➜  libtirpc-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib
2025-08-20T22:04:14.1896023Z [00:15:07.439]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-EphemeralCommands.lo
2025-08-20T22:04:14.2980966Z [00:15:07.549]➜  libtirpc-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev
2025-08-20T22:04:14.3148511Z [00:15:07.566]➜  x86_64-unknown-linux-musl-binutils>   CCLD     gprof
2025-08-20T22:04:14.3250391Z [00:15:07.576]➜  libtirpc-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev...
2025-08-20T22:04:14.4016163Z [00:15:07.651]➜  libtirpc-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev
2025-08-20T22:04:14.4178279Z [00:15:07.669]➜  libtirpc-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/lib
2025-08-20T22:04:14.8766464Z [00:15:08.128]➜  building '/nix/store/nnhmrysjhziswchwfvyp47zxvym9vpnv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3.drv'...
2025-08-20T22:04:14.8794705Z [00:15:08.129]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-ExecCommand.lo
2025-08-20T22:04:15.0669381Z [00:15:08.319]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-ExtraData.lo
2025-08-20T22:04:15.0775568Z [00:15:08.327]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/gprof'
2025-08-20T22:04:15.0796413Z [00:15:08.330]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/gprof'
2025-08-20T22:04:15.0798117Z [00:15:08.331]➜  x86_64-unknown-linux-musl-binutils> make[2]: Leaving directory '/build/build/gprof'
2025-08-20T22:04:15.0886256Z [00:15:08.338]➜  libudev-zero-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:04:15.0914666Z [00:15:08.341]➜  x86_64-unknown-linux-musl-binutils>   CXX      mips.o
2025-08-20T22:04:15.1116414Z [00:15:08.363]➜  libudev-zero-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/gnq039p375f1zjl850i2wahy87nspwsh-source
2025-08-20T22:04:15.1526810Z [00:15:08.404]➜  libudev-zero-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T22:04:15.1912146Z [00:15:08.442]➜  libudev-zero-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:04:15.2243410Z [00:15:08.476]➜  libudev-zero-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:04:15.2683113Z [00:15:08.520]➜  libudev-zero-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:04:15.2972455Z [00:15:08.549]➜  libudev-zero-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:04:15.3663848Z [00:15:08.617]➜  libudev-zero-static-x86_64-unknown-linux-musl> no configure script, doing nothing
2025-08-20T22:04:15.3735962Z [00:15:08.618]➜  libudev-zero-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:04:15.4161256Z [00:15:08.668]➜  libudev-zero-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash PREFIX=\$\(out\) AR=x86_64-unknown-linux-musl-ar install-static
2025-08-20T22:04:15.4205198Z [00:15:08.672]➜  libudev-zero-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -O1 -std=c99 -fPIC -pthread -D_XOPEN_SOURCE=700  -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wstrict-prototypes  -Wno-unused-parameter -c -o udev.o udev.c
2025-08-20T22:04:15.4304974Z [00:15:08.681]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Global.lo
2025-08-20T22:04:15.5405367Z [00:15:08.787]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Handle.lo
2025-08-20T22:04:15.5847357Z [00:15:08.836]➜  libudev-zero-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -O1 -std=c99 -fPIC -pthread -D_XOPEN_SOURCE=700  -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wstrict-prototypes  -Wno-unused-parameter -c -o udev_list.o udev_list.c
2025-08-20T22:04:15.6234103Z [00:15:08.875]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-HashCommands.lo
2025-08-20T22:04:15.8229530Z [00:15:09.075]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Hierarchy.lo
2025-08-20T22:04:15.8477764Z [00:15:09.099]➜  libudev-zero-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -O1 -std=c99 -fPIC -pthread -D_XOPEN_SOURCE=700  -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wstrict-prototypes  -Wno-unused-parameter -c -o udev_device.o udev_device.c
2025-08-20T22:04:16.5693688Z [00:15:09.821]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-HierarchyCommands.lo
2025-08-20T22:04:16.7473497Z [00:15:09.999]➜  libudev-zero-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -O1 -std=c99 -fPIC -pthread -D_XOPEN_SOURCE=700  -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wstrict-prototypes  -Wno-unused-parameter -c -o udev_monitor.o udev_monitor.c
2025-08-20T22:04:17.0017271Z [00:15:10.253]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-IntegrityCommands.lo
2025-08-20T22:04:17.0876550Z [00:15:10.333]➜  libudev-zero-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -O1 -std=c99 -fPIC -pthread -D_XOPEN_SOURCE=700  -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wstrict-prototypes  -Wno-unused-parameter -c -o udev_enumerate.o udev_enumerate.c
2025-08-20T22:04:17.2361635Z [00:15:10.488]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-IoBuffers.lo
2025-08-20T22:04:17.3467142Z [00:15:10.598]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Locality.lo
2025-08-20T22:04:17.5607250Z [00:15:10.812]➜  libudev-zero-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar -rc libudev.a udev.o  udev_list.o  udev_device.o  udev_monitor.o  udev_enumerate.o
2025-08-20T22:04:17.5720023Z [00:15:10.824]➜  libudev-zero-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3/include
2025-08-20T22:04:17.5814755Z [00:15:10.830]➜  libudev-zero-static-x86_64-unknown-linux-musl> cp -f udev.h /nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3/include/libudev.h
2025-08-20T22:04:17.5820688Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl> libdir="/nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3/lib"; \
2025-08-20T22:04:17.5827231Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl> if [ "${libdir#/nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3}" != "$libdir" ]; then \
2025-08-20T22:04:17.5833108Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl>  libdir="\${exec_prefix}${libdir#/nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3}"; \
2025-08-20T22:04:17.5838387Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl> fi; \
2025-08-20T22:04:17.5844051Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl> includedir="/nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3/include"; \
2025-08-20T22:04:17.5850155Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl> if [ "${includedir#/nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3}" != "$includedir" ]; then \
2025-08-20T22:04:17.5856734Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl>  includedir="\${prefix}${includedir#/nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3}"; \
2025-08-20T22:04:17.5908690Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl> fi; \
2025-08-20T22:04:17.5910783Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl> sed -e 's|@prefix@|/nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3|g' \
2025-08-20T22:04:17.5913522Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl>  -e 's|@exec_prefix@|/nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3|g' \
2025-08-20T22:04:17.5915458Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl>  -e "s|@libdir@|$libdir|g" \
2025-08-20T22:04:17.5917038Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl>  -e "s|@includedir@|$includedir|g" \
2025-08-20T22:04:17.5918294Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl>  -e 's|@VERSION@|251|g' \
2025-08-20T22:04:17.5919632Z [00:15:10.833]➜  libudev-zero-static-x86_64-unknown-linux-musl>  libudev.pc.in > libudev.pc
2025-08-20T22:04:17.6020842Z [00:15:10.854]➜  libudev-zero-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3/lib/pkgconfig
2025-08-20T22:04:17.6071204Z [00:15:10.859]➜  libudev-zero-static-x86_64-unknown-linux-musl> cp -f libudev.pc /nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3/lib/pkgconfig/libudev.pc
2025-08-20T22:04:17.6152963Z [00:15:10.867]➜  libudev-zero-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3/lib
2025-08-20T22:04:17.6271478Z [00:15:10.879]➜  libudev-zero-static-x86_64-unknown-linux-musl> cp -f libudev.a /nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3/lib/libudev.a
2025-08-20T22:04:17.6466373Z [00:15:10.898]➜  libudev-zero-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:04:17.7252138Z [00:15:10.974]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-LocalityPlat.lo
2025-08-20T22:04:17.7365775Z [00:15:10.977]➜  libudev-zero-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3
2025-08-20T22:04:17.7395750Z [00:15:10.989]➜  libudev-zero-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3...
2025-08-20T22:04:17.7951259Z [00:15:11.047]➜  libudev-zero-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3
2025-08-20T22:04:17.8126624Z [00:15:11.061]➜  libudev-zero-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/ajw49n2p0d7vrnjz0v0cghs63djspybv-libudev-zero-static-x86_64-unknown-linux-musl-1.0.3/lib
2025-08-20T22:04:18.1505716Z [00:15:11.398]➜  building '/nix/store/r6hf51azas1lhgwqfgmpwygklk666a9b-libnsl-static-x86_64-unknown-linux-musl-2.0.1.drv'...
2025-08-20T22:04:18.4424226Z [00:15:11.694]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-ManagementCommands.lo
2025-08-20T22:04:18.4469723Z [00:15:11.699]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Manufacture.lo
2025-08-20T22:04:18.5115662Z [00:15:11.763]➜  libnsl-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:04:18.5267516Z [00:15:11.778]➜  libnsl-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/iizvc7rcd94qrq9b9yd3svl4hpk4zrpp-source
2025-08-20T22:04:18.5624846Z [00:15:11.805]➜  libnsl-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T22:04:18.5954296Z [00:15:11.847]➜  libnsl-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:04:18.6228473Z [00:15:11.874]➜  libnsl-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T22:04:18.8387093Z [00:15:12.090]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Marshal.lo
2025-08-20T22:04:18.9074183Z [00:15:12.159]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-MathOnByteBuffers.lo
2025-08-20T22:04:18.9138971Z [00:15:12.166]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T22:04:18.9277368Z [00:15:12.173]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T22:04:18.9344760Z [00:15:12.173]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: running: autopoint --force
2025-08-20T22:04:19.0206496Z [00:15:12.272]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Memory.lo
2025-08-20T22:04:19.4114114Z [00:15:12.663]➜  libnsl-static-x86_64-unknown-linux-musl> autopoint: using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION
2025-08-20T22:04:19.9489890Z [00:15:13.201]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-NVCommands.lo
2025-08-20T22:04:20.0060388Z [00:15:13.258]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-NVDynamic.lo
2025-08-20T22:04:20.6288735Z [00:15:13.881]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-NVMem.lo
2025-08-20T22:04:20.7018610Z [00:15:13.953]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-NVReserved.lo
2025-08-20T22:04:21.7386163Z [00:15:14.990]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-NV_spt.lo
2025-08-20T22:04:22.2929757Z [00:15:15.545]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Object.lo
2025-08-20T22:04:22.3654664Z [00:15:15.617]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file config.rpath
2025-08-20T22:04:22.4103702Z [00:15:15.662]➜  libnsl-static-x86_64-unknown-linux-musl> Creating directory m4
2025-08-20T22:04:22.4139469Z [00:15:15.666]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-ObjectCommands.lo
2025-08-20T22:04:22.4177383Z [00:15:15.669]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/build-to-host.m4
2025-08-20T22:04:22.4619314Z [00:15:15.714]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/gettext.m4
2025-08-20T22:04:22.5176197Z [00:15:15.769]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/host-cpu-c-abi.m4
2025-08-20T22:04:22.5713843Z [00:15:15.823]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-kdf
2025-08-20T22:04:22.5762778Z [00:15:15.828]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/iconv.m4
2025-08-20T22:04:22.5830197Z [00:15:15.835]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: keygrip
2025-08-20T22:04:22.6012606Z [00:15:15.852]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: aeswrap
2025-08-20T22:04:22.6198982Z [00:15:15.872]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/intlmacosx.m4
2025-08-20T22:04:22.6649198Z [00:15:15.915]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/lib-ld.m4
2025-08-20T22:04:22.6901308Z [00:15:15.942]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/lib-link.m4
2025-08-20T22:04:22.7147612Z [00:15:15.966]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/lib-prefix.m4
2025-08-20T22:04:22.7470364Z [00:15:15.999]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/nls.m4
2025-08-20T22:04:22.7750137Z [00:15:16.027]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/po.m4
2025-08-20T22:04:22.7845770Z [00:15:16.036]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: random
2025-08-20T22:04:22.8207939Z [00:15:16.072]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file m4/progtest.m4
2025-08-20T22:04:22.8615391Z [00:15:16.109]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Object_spt.lo
2025-08-20T22:04:22.9106977Z [00:15:16.162]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file po/Makefile.in.in
2025-08-20T22:04:22.9562608Z [00:15:16.208]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file po/Makevars.template
2025-08-20T22:04:23.0245818Z [00:15:16.274]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file po/Rules-quot
2025-08-20T22:04:23.0827165Z [00:15:16.334]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file po/boldquot.sed
2025-08-20T22:04:23.1399995Z [00:15:16.392]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file po/en@boldquot.header
2025-08-20T22:04:23.2070897Z [00:15:16.459]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file po/en@quot.header
2025-08-20T22:04:23.2266689Z [00:15:16.478]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-PCR.lo
2025-08-20T22:04:23.2917721Z [00:15:16.543]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file po/insert-header.sed
2025-08-20T22:04:23.3785935Z [00:15:16.628]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file po/quot.sed
2025-08-20T22:04:23.3801375Z [00:15:16.632]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-PlatformACT.lo
2025-08-20T22:04:23.4396963Z [00:15:16.691]➜  libnsl-static-x86_64-unknown-linux-musl> Copying file po/remove-potcdate.sed
2025-08-20T22:04:23.9487130Z [00:15:17.200]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-PlatformData.lo
2025-08-20T22:04:23.9585623Z [00:15:17.210]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-PlatformPCR.lo
2025-08-20T22:04:24.0586119Z [00:15:17.310]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Policy_spt.lo
2025-08-20T22:04:24.4555215Z [00:15:17.707]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Power.lo
2025-08-20T22:04:24.4628606Z [00:15:17.715]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:04:24.5186764Z [00:15:17.770]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-PowerPlat.lo
2025-08-20T22:04:25.1455869Z [00:15:18.397]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-PP.lo
2025-08-20T22:04:25.1530122Z [00:15:18.405]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-PPPlat.lo
2025-08-20T22:04:25.5408332Z [00:15:18.792]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-PrimeData.lo
2025-08-20T22:04:25.6442864Z [00:15:18.896]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-PropertyCap.lo
2025-08-20T22:04:25.6461102Z [00:15:18.898]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-RandomCommands.lo
2025-08-20T22:04:25.8747684Z [00:15:19.123]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Response.lo
2025-08-20T22:04:26.3126205Z [00:15:19.564]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-ResponseCodeProcessing.lo
2025-08-20T22:04:26.7895400Z [00:15:20.038]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-RunCommand.lo
2025-08-20T22:04:26.8406244Z [00:15:20.092]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Session.lo
2025-08-20T22:04:26.9907323Z [00:15:20.242]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-SessionCommands.lo
2025-08-20T22:04:27.1447513Z [00:15:20.396]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-SessionProcess.lo
2025-08-20T22:04:27.2046031Z [00:15:20.456]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-SigningCommands.lo
2025-08-20T22:04:27.5262752Z [00:15:20.778]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-StartupCommands.lo
2025-08-20T22:04:28.4101575Z [00:15:21.662]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-SymmetricCommands.lo
2025-08-20T22:04:28.4287173Z [00:15:21.680]➜  libgcrypt-static-x86_64-unknown-linux-musl>       70 tests done
2025-08-20T22:04:28.4394960Z [00:15:21.691]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-kem
2025-08-20T22:04:28.4718297Z [00:15:21.723]➜  libgcrypt-static-x86_64-unknown-linux-musl>       30 tests done
2025-08-20T22:04:28.4779368Z [00:15:21.729]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-mlkem
2025-08-20T22:04:28.4868823Z [00:15:21.739]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TestingCommands.lo
2025-08-20T22:04:28.5047108Z [00:15:21.756]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-thread-local
2025-08-20T22:04:28.6228478Z [00:15:21.874]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Ticket.lo
2025-08-20T22:04:28.9947189Z [00:15:22.246]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Time.lo
2025-08-20T22:04:29.2276197Z [00:15:22.479]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T22:04:29.6167040Z [00:15:22.868]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmAsn1.lo
2025-08-20T22:04:29.6606640Z [00:15:22.912]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-fips-service-ind
2025-08-20T22:04:29.8846226Z [00:15:23.136]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmBigNumThunks.lo
2025-08-20T22:04:29.9855457Z [00:15:23.229]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmEcc_Signature_ECDAA.lo
2025-08-20T22:04:30.2319463Z [00:15:23.484]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmEcc_Signature_ECDSA.lo
2025-08-20T22:04:30.3601167Z [00:15:23.612]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmEcc_Signature_Schnorr.lo
2025-08-20T22:04:30.6867344Z [00:15:23.938]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T22:04:31.0714542Z [00:15:24.323]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmEcc_Signature_SM2.lo
2025-08-20T22:04:31.1731443Z [00:15:24.425]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmEcc_Signature_Util.lo
2025-08-20T22:04:31.2710332Z [00:15:24.523]➜  libnsl-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in '.'.
2025-08-20T22:04:31.2711949Z [00:15:24.523]➜  libnsl-static-x86_64-unknown-linux-musl> libtoolize: copying file './ltmain.sh'
2025-08-20T22:04:31.2919344Z [00:15:24.541]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmEcc_Util.lo
2025-08-20T22:04:31.4467104Z [00:15:24.698]➜  libnsl-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T22:04:31.4494987Z [00:15:24.698]➜  libnsl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T22:04:31.5495092Z [00:15:24.800]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmMath_Debug.lo
2025-08-20T22:04:31.5574864Z [00:15:24.809]➜  libnsl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T22:04:31.6945472Z [00:15:24.943]➜  libnsl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T22:04:31.8405733Z [00:15:25.090]➜  libnsl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T22:04:31.9944698Z [00:15:25.246]➜  libnsl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T22:04:32.0290164Z [00:15:25.281]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmMath_Util.lo
2025-08-20T22:04:32.1745459Z [00:15:25.423]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T22:04:32.1774460Z [00:15:25.423]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T22:04:32.1776049Z [00:15:25.423]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:04:32.3622756Z [00:15:25.614]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmSizeChecks.lo
2025-08-20T22:04:32.5706919Z [00:15:25.822]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TPMCmdp.lo
2025-08-20T22:04:32.6709331Z [00:15:25.923]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngstest-none
2025-08-20T22:04:32.7705605Z [00:15:26.020]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-TpmFail.lo
2025-08-20T22:04:32.8560576Z [00:15:26.107]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Unique.lo
2025-08-20T22:04:33.2456027Z [00:15:26.497]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Unmarshal.lo
2025-08-20T22:04:33.3465450Z [00:15:26.598]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-VendorInfo.lo
2025-08-20T22:04:33.4106093Z [00:15:26.662]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-Vendor_TCG_Test.lo
2025-08-20T22:04:33.4688554Z [00:15:26.720]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-X509_ECC.lo
2025-08-20T22:04:33.9484388Z [00:15:27.200]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-X509_RSA.lo
2025-08-20T22:04:34.2456296Z [00:15:27.497]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/libtpms_tpm2_la-X509_spt.lo
2025-08-20T22:04:34.6209792Z [00:15:27.873]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-BnToOsslMath.lo
2025-08-20T22:04:34.6886047Z [00:15:27.940]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptCmac.lo
2025-08-20T22:04:35.1616547Z [00:15:28.413]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptDes.lo
2025-08-20T22:04:35.7185844Z [00:15:28.964]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptEccCrypt.lo
2025-08-20T22:04:36.0377200Z [00:15:29.289]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptEccKeyExchange.lo
2025-08-20T22:04:36.0496511Z [00:15:29.301]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptEccMain.lo
2025-08-20T22:04:36.5249894Z [00:15:29.777]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptEccSignature.lo
2025-08-20T22:04:36.6656901Z [00:15:29.917]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T22:04:37.5385821Z [00:15:30.786]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptHash.lo
2025-08-20T22:04:37.6477268Z [00:15:30.899]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptPrime.lo
2025-08-20T22:04:37.9828914Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:5: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
2025-08-20T22:04:37.9830649Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:5: You should use the 'AC_CONFIG_HEADERS' macro instead.
2025-08-20T22:04:37.9832126Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
2025-08-20T22:04:37.9833981Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> aclocal.m4:1021: AM_CONFIG_HEADER is expanded from...
2025-08-20T22:04:37.9835197Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:5: the top level
2025-08-20T22:04:37.9836481Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:14: warning: The macro 'AC_GNU_SOURCE' is obsolete.
2025-08-20T22:04:37.9837941Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:14: You should run autoupdate.
2025-08-20T22:04:37.9839319Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> ./lib/autoconf/specific.m4:489: AC_GNU_SOURCE is expanded from...
2025-08-20T22:04:37.9840623Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:14: the top level
2025-08-20T22:04:37.9841923Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:20: warning: The macro 'AC_ISC_POSIX' is obsolete.
2025-08-20T22:04:37.9843609Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:20: You should run autoupdate.
2025-08-20T22:04:37.9845161Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> ./lib/autoconf/specific.m4:732: AC_ISC_POSIX is expanded from...
2025-08-20T22:04:37.9846559Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:20: the top level
2025-08-20T22:04:37.9847954Z [00:15:31.234]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:23: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
2025-08-20T22:04:37.9849353Z [00:15:31.235]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:23: You should run autoupdate.
2025-08-20T22:04:37.9850892Z [00:15:31.235]➜  libnsl-static-x86_64-unknown-linux-musl> m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
2025-08-20T22:04:37.9852221Z [00:15:31.235]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:23: the top level
2025-08-20T22:04:37.9853786Z [00:15:31.235]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:38: warning: AC_OUTPUT should be used without arguments.
2025-08-20T22:04:37.9855237Z [00:15:31.235]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:38: You should run autoupdate.
2025-08-20T22:04:38.1696302Z [00:15:31.421]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: pkcs1v2
2025-08-20T22:04:38.6076144Z [00:15:31.859]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptPrimeSieve.lo
2025-08-20T22:04:38.6459894Z [00:15:31.898]➜  x86_64-unknown-linux-musl-binutils>   CXX      aarch64.o
2025-08-20T22:04:38.6673652Z [00:15:31.919]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptRand.lo
2025-08-20T22:04:38.6856564Z [00:15:31.937]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptRsa.lo
2025-08-20T22:04:38.7754250Z [00:15:32.027]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T22:04:39.1267774Z [00:15:32.378]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptSmac.lo
2025-08-20T22:04:39.2726084Z [00:15:32.524]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-CryptSym.lo
2025-08-20T22:04:40.2806988Z [00:15:33.532]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-ExpDCache.lo
2025-08-20T22:04:40.2965425Z [00:15:33.546]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-Helpers.lo
2025-08-20T22:04:40.3054958Z [00:15:33.554]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T22:04:40.7531791Z [00:15:34.005]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-TpmToOsslDesSupport.lo
2025-08-20T22:04:40.7980241Z [00:15:34.050]➜  libtpms-static-x86_64-unknown-linux-musl>   CC       tpm2/crypto/openssl/libtpms_tpm2_la-TpmToOsslSupport.lo
2025-08-20T22:04:41.0787281Z [00:15:34.330]➜  libtpms-static-x86_64-unknown-linux-musl>   CCLD     libtpms_tpm12.la
2025-08-20T22:04:41.4675302Z [00:15:34.714]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:13: installing './compile'
2025-08-20T22:04:41.4725173Z [00:15:34.722]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:23: installing './config.guess'
2025-08-20T22:04:41.4754683Z [00:15:34.726]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:23: installing './config.sub'
2025-08-20T22:04:41.4837675Z [00:15:34.735]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:3: installing './install-sh'
2025-08-20T22:04:41.4965992Z [00:15:34.748]➜  libnsl-static-x86_64-unknown-linux-musl> configure.ac:3: installing './missing'
2025-08-20T22:04:41.7249175Z [00:15:34.977]➜  libnsl-static-x86_64-unknown-linux-musl> src/Makefile.am: installing './depcomp'
2025-08-20T22:04:41.8175582Z [00:15:35.068]➜  x86_64-unknown-linux-musl-binutils>   CC       prdbg.o
2025-08-20T22:04:41.8776929Z [00:15:35.125]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: './install-sh' is updated
2025-08-20T22:04:41.8779537Z [00:15:35.129]➜  libnsl-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T22:04:41.8941875Z [00:15:35.146]➜  libnsl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:04:41.9109509Z [00:15:35.163]➜  libnsl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:04:41.9256241Z [00:15:35.177]➜  libnsl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:04:41.9362106Z [00:15:35.188]➜  libnsl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:04:41.9476459Z [00:15:35.199]➜  libnsl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:04:41.9640031Z [00:15:35.216]➜  libnsl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:04:41.9700439Z [00:15:35.222]➜  libnsl-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:04:42.0276895Z [00:15:35.279]➜  libnsl-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T22:04:42.0566331Z [00:15:35.308]➜  libnsl-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:04:42.1100510Z [00:15:35.362]➜  libnsl-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:04:42.1254581Z [00:15:35.377]➜  libnsl-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:04:42.1799739Z [00:15:35.431]➜  libnsl-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1 --bindir=/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/bin --sbindir=/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/sbin --includedir=/nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev/include --mandir=/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/man --infodir=/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/info --docdir=/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/doc/libnsl --libdir=/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib --libexecdir=/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/libexec --localedir=/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:04:42.2336555Z [00:15:35.485]➜  libtpms-static-x86_64-unknown-linux-musl>   CCLD     libtpms_tpm2.la
2025-08-20T22:04:42.7136648Z [00:15:35.965]➜  libnsl-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:04:42.7232335Z [00:15:35.975]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:04:42.7452538Z [00:15:35.997]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:04:42.7502156Z [00:15:36.002]➜  libnsl-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:04:42.7528441Z [00:15:36.005]➜  libnsl-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:04:42.7768377Z [00:15:36.029]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:04:42.8049970Z [00:15:36.057]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:04:42.8357177Z [00:15:36.087]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:04:43.0016747Z [00:15:36.253]➜  libtpms-static-x86_64-unknown-linux-musl>   CCLD     libtpms.la
2025-08-20T22:04:43.2605743Z [00:15:36.512]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:04:43.2608480Z [00:15:36.513]➜  libnsl-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:04:43.4428281Z [00:15:36.694]➜  libnsl-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:04:43.4531711Z [00:15:36.705]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:04:43.5358985Z [00:15:36.788]➜  libnsl-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:04:43.6146852Z [00:15:36.866]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:04:43.6148760Z [00:15:36.866]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/binutils/prdbg.c: In function 'tg_class_baseclass':
2025-08-20T22:04:43.6151786Z [00:15:36.867]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/binutils/prdbg.c:2220:7: warning: 'free' called on a pointer to an unallocated object '18446744073709551610' [-Wfree-nonheap-object]
2025-08-20T22:04:43.6154465Z [00:15:36.867]➜  x86_64-unknown-linux-musl-binutils>  2220 |       free (t);
2025-08-20T22:04:43.6158924Z [00:15:36.867]➜  x86_64-unknown-linux-musl-binutils>       |       ^~~~~~~~
2025-08-20T22:04:43.7297420Z [00:15:36.981]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:04:43.7465006Z [00:15:36.998]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/src'
2025-08-20T22:04:43.7469608Z [00:15:36.999]➜  libtpms-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T22:04:43.7643595Z [00:15:37.016]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/tests'
2025-08-20T22:04:43.7645256Z [00:15:37.016]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T22:04:43.7646762Z [00:15:37.016]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/tests'
2025-08-20T22:04:43.7671044Z [00:15:37.019]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source'
2025-08-20T22:04:43.7791738Z [00:15:37.031]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source'
2025-08-20T22:04:43.7816199Z [00:15:37.033]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source'
2025-08-20T22:04:43.7913605Z [00:15:37.043]➜  libtpms-static-x86_64-unknown-linux-musl> buildPhase completed in 1 minutes 2 seconds
2025-08-20T22:04:43.7914942Z [00:15:37.043]➜  libtpms-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:04:43.8218281Z [00:15:37.072]➜  libtpms-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev/lib/pkgconfig m4datadir=/nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev/share/aclocal aclocaldir=/nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev/share/aclocal install
2025-08-20T22:04:43.8367653Z [00:15:37.088]➜  libtpms-static-x86_64-unknown-linux-musl> Making install in include
2025-08-20T22:04:43.8415730Z [00:15:37.093]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/include'
2025-08-20T22:04:43.8549858Z [00:15:37.107]➜  libtpms-static-x86_64-unknown-linux-musl> Making install in libtpms
2025-08-20T22:04:43.8614916Z [00:15:37.112]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/include/libtpms'
2025-08-20T22:04:43.8724821Z [00:15:37.121]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/include/libtpms'
2025-08-20T22:04:43.8730532Z [00:15:37.125]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:04:43.8797470Z [00:15:37.131]➜  libtpms-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev/include/libtpms'
2025-08-20T22:04:43.8927213Z [00:15:37.144]➜  libtpms-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 tpm_error.h tpm_library.h tpm_memory.h tpm_nvfilename.h tpm_tis.h tpm_types.h '/nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev/include/libtpms'
2025-08-20T22:04:43.8984654Z [00:15:37.147]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/include/libtpms'
2025-08-20T22:04:43.8994729Z [00:15:37.148]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/include/libtpms'
2025-08-20T22:04:43.8996286Z [00:15:37.151]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/include'
2025-08-20T22:04:43.9055180Z [00:15:37.157]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/include'
2025-08-20T22:04:43.9065378Z [00:15:37.157]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:04:43.9066857Z [00:15:37.157]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T22:04:43.9068118Z [00:15:37.157]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/include'
2025-08-20T22:04:43.9069551Z [00:15:37.158]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/include'
2025-08-20T22:04:43.9071672Z [00:15:37.159]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/include'
2025-08-20T22:04:43.9072875Z [00:15:37.159]➜  libtpms-static-x86_64-unknown-linux-musl> Making install in man
2025-08-20T22:04:43.9134625Z [00:15:37.163]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/man'
2025-08-20T22:04:43.9302967Z [00:15:37.182]➜  libtpms-static-x86_64-unknown-linux-musl> Making install in man3
2025-08-20T22:04:43.9355769Z [00:15:37.187]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/man/man3'
2025-08-20T22:04:43.9454881Z [00:15:37.195]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/man/man3'
2025-08-20T22:04:43.9456823Z [00:15:37.197]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:04:43.9566080Z [00:15:37.206]➜  libtpms-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/irjcbrc4b8c5vwkgh2yq0haz7lxiv5li-libtpms-static-x86_64-unknown-linux-musl-0.10.1-man/share/man/man3'
2025-08-20T22:04:43.9800149Z [00:15:37.231]➜  libtpms-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 TPM_Free.3 TPM_IO_Hash_Data.3 TPM_IO_Hash_End.3 TPMLIB_GetState.3 TPMLIB_SetDebugPrefix.3 TPMLIB_SetDebugLevel.3 TPM_IO_TpmEstablished_Reset.3 TPMLIB_Terminate.3 TPM_Realloc.3 TPM_IO_Hash_Start.3 TPM_IO_TpmEstablished_Get.3 TPMLIB_CancelCommand.3 TPMLIB_ChooseTPMVersion.3 TPMLIB_DecodeBlob.3 TPMLIB_GetInfo.3 TPMLIB_GetTPMProperty.3 TPMLIB_GetVersion.3 TPMLIB_MainInit.3 TPMLIB_Process.3 TPMLIB_SetDebugFD.3 TPMLIB_SetBufferSize.3 TPMLIB_SetProfile.3 TPMLIB_SetState.3 TPMLIB_RegisterCallbacks.3 TPMLIB_ValidateState.3 TPMLIB_VolatileAll_Store.3 TPMLIB_WasManufactured.3 TPM_Malloc.3 '/nix/store/irjcbrc4b8c5vwkgh2yq0haz7lxiv5li-libtpms-static-x86_64-unknown-linux-musl-0.10.1-man/share/man/man3'
2025-08-20T22:04:43.9836146Z [00:15:37.235]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/binutils/prdbg.c: In function 'pr_class_baseclass':
2025-08-20T22:04:43.9845517Z [00:15:37.236]➜  x86_64-unknown-linux-musl-binutils> /build/binutils-with-gold-2.44/binutils/prdbg.c:1311:7: warning: 'free' called on a pointer to an unallocated object '18446744073709551610' [-Wfree-nonheap-object]
2025-08-20T22:04:43.9847781Z [00:15:37.236]➜  x86_64-unknown-linux-musl-binutils>  1311 |       free (t);
2025-08-20T22:04:43.9849021Z [00:15:37.236]➜  x86_64-unknown-linux-musl-binutils>       |       ^~~~~~~~
2025-08-20T22:04:44.0015735Z [00:15:37.253]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:04:44.0017796Z [00:15:37.253]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/man/man3'
2025-08-20T22:04:44.0019668Z [00:15:37.253]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/man/man3'
2025-08-20T22:04:44.0027295Z [00:15:37.254]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/man'
2025-08-20T22:04:44.0132207Z [00:15:37.265]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/source/man'
2025-08-20T22:04:44.0137450Z [00:15:37.265]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:04:44.0142576Z [00:15:37.265]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T22:04:44.0147760Z [00:15:37.265]➜  libtpms-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/source/man'
2025-08-20T22:04:44.0152690Z [00:15:37.266]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/man'
2025-08-20T22:04:44.0224638Z [00:15:37.270]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/man'
2025-08-20T22:04:44.0226357Z [00:15:37.270]➜  libtpms-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T22:04:44.0855522Z [00:15:37.335]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/src'
2025-08-20T22:04:44.1045881Z [00:15:37.356]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/src'
2025-08-20T22:04:44.1114727Z [00:15:37.361]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:04:44.1118629Z [00:15:37.361]➜  libtpms-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/lib'
2025-08-20T22:04:44.1186382Z [00:15:37.368]➜  libtpms-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libtpms.la '/nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/lib'
2025-08-20T22:04:44.1820229Z [00:15:37.433]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:04:44.2106241Z [00:15:37.462]➜  libtpms-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libtpms.lai /nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/lib/libtpms.la
2025-08-20T22:04:44.2203728Z [00:15:37.472]➜  libtpms-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libtpms.a /nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/lib/libtpms.a
2025-08-20T22:04:44.2265773Z [00:15:37.478]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:04:44.2271602Z [00:15:37.478]➜  libnsl-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:04:44.2472504Z [00:15:37.499]➜  libtpms-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/lib/libtpms.a
2025-08-20T22:04:44.2522202Z [00:15:37.504]➜  libtpms-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/lib/libtpms.a
2025-08-20T22:04:44.3182751Z [00:15:37.570]➜  libnsl-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:04:44.3904089Z [00:15:37.642]➜  x86_64-unknown-linux-musl-binutils>   CC       demanguse.o
2025-08-20T22:04:44.3972335Z [00:15:37.649]➜  libnsl-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:04:44.4814872Z [00:15:37.729]➜  libnsl-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:04:44.5067669Z [00:15:37.757]➜  libtpms-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/49rng2j1jbdr3jvgci5x6pv15lam6ysx-perl-5.40.0/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/lib
2025-08-20T22:04:44.5086123Z [00:15:37.757]➜  libtpms-static-x86_64-unknown-linux-musl> /build/source/libtool: line 1900: ldconfig: command not found
2025-08-20T22:04:44.5184955Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:04:44.5186447Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:04:44.5188251Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl>    /nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/lib
2025-08-20T22:04:44.5189760Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> 
2025-08-20T22:04:44.5190976Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:04:44.5192581Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:04:44.5194316Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:04:44.5196127Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:04:44.5197678Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:04:44.5198993Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:04:44.5200250Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:04:44.5201463Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:04:44.5202745Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:04:44.5204347Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:04:44.5214281Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> 
2025-08-20T22:04:44.5264147Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> 
2025-08-20T22:04:44.5294609Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:04:44.5324583Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:04:44.5326008Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:04:44.5327224Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/src'
2025-08-20T22:04:44.5328455Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/src'
2025-08-20T22:04:44.5329548Z [00:15:37.765]➜  libtpms-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T22:04:44.5330726Z [00:15:37.769]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/tests'
2025-08-20T22:04:44.5332197Z [00:15:37.784]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/tests'
2025-08-20T22:04:44.5335399Z [00:15:37.784]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:04:44.5336664Z [00:15:37.785]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:04:44.5337900Z [00:15:37.785]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/tests'
2025-08-20T22:04:44.5339402Z [00:15:37.785]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/tests'
2025-08-20T22:04:44.5405805Z [00:15:37.787]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source'
2025-08-20T22:04:44.5544874Z [00:15:37.806]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source'
2025-08-20T22:04:44.5546589Z [00:15:37.806]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:04:44.5561415Z [00:15:37.808]➜  libtpms-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev/lib/pkgconfig'
2025-08-20T22:04:44.5618554Z [00:15:37.814]➜  x86_64-unknown-linux-musl-binutils>   CC       rddbg.o
2025-08-20T22:04:44.5670811Z [00:15:37.817]➜  libnsl-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:04:44.5723003Z [00:15:37.824]➜  libtpms-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libtpms.pc '/nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev/lib/pkgconfig'
2025-08-20T22:04:44.5778069Z [00:15:37.830]➜  libtpms-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source'
2025-08-20T22:04:44.5785422Z [00:15:37.830]➜  libtpms-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source'
2025-08-20T22:04:44.5922304Z [00:15:37.844]➜  libtpms-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:04:44.6605176Z [00:15:37.912]➜  libtpms-static-x86_64-unknown-linux-musl> Patching '/nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev/lib/pkgconfig/libtpms.pc' includedir to output /nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev
2025-08-20T22:04:44.6695674Z [00:15:37.920]➜  libtpms-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1
2025-08-20T22:04:44.6697548Z [00:15:37.921]➜  libnsl-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:04:44.6810370Z [00:15:37.932]➜  libtpms-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1...
2025-08-20T22:04:44.7141924Z [00:15:37.966]➜  libtpms-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1
2025-08-20T22:04:44.7336215Z [00:15:37.985]➜  libtpms-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/pv01j8vmfyvgdxk7imz7x3faqa7s0lsh-libtpms-static-x86_64-unknown-linux-musl-0.10.1/lib
2025-08-20T22:04:44.7822163Z [00:15:38.034]➜  libnsl-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:04:44.8974812Z [00:15:38.149]➜  libnsl-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:04:45.0146702Z [00:15:38.262]➜  libtpms-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/irjcbrc4b8c5vwkgh2yq0haz7lxiv5li-libtpms-static-x86_64-unknown-linux-musl-0.10.1-man
2025-08-20T22:04:45.0245557Z [00:15:38.274]➜  libnsl-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:04:45.0328193Z [00:15:38.284]➜  libtpms-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/irjcbrc4b8c5vwkgh2yq0haz7lxiv5li-libtpms-static-x86_64-unknown-linux-musl-0.10.1-man...
2025-08-20T22:04:45.0857056Z [00:15:38.337]➜  libtpms-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/irjcbrc4b8c5vwkgh2yq0haz7lxiv5li-libtpms-static-x86_64-unknown-linux-musl-0.10.1-man/share/man/
2025-08-20T22:04:45.1390911Z [00:15:38.391]➜  libnsl-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:04:45.1889273Z [00:15:38.440]➜  libtpms-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/irjcbrc4b8c5vwkgh2yq0haz7lxiv5li-libtpms-static-x86_64-unknown-linux-musl-0.10.1-man
2025-08-20T22:04:45.2057172Z [00:15:38.457]➜  libtpms-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev
2025-08-20T22:04:45.2109029Z [00:15:38.463]➜  libtpms-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev...
2025-08-20T22:04:45.2138148Z [00:15:38.466]➜  x86_64-unknown-linux-musl-binutils>   CC       debug.o
2025-08-20T22:04:45.2278179Z [00:15:38.479]➜  libnsl-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T22:04:45.2425715Z [00:15:38.493]➜  libtpms-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev
2025-08-20T22:04:45.2534535Z [00:15:38.505]➜  libtpms-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/5fdvx0jkm7d3r5pn7q51nwbks984klc5-libtpms-static-x86_64-unknown-linux-musl-0.10.1-dev/lib
2025-08-20T22:04:45.3327681Z [00:15:38.584]➜  libnsl-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T22:04:45.6596477Z [00:15:38.911]➜  building '/nix/store/fz7nlq17a4vnmiwsw9b9l1889fmczgza-linux-pam-static-x86_64-unknown-linux-musl-1.6.1.drv'...
2025-08-20T22:04:45.6598476Z [00:15:38.911]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T22:04:45.6599976Z [00:15:38.911]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T22:04:45.6891377Z [00:15:38.941]➜  libnsl-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T22:04:45.9257976Z [00:15:39.177]➜  linux-pam-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:04:45.9401271Z [00:15:39.192]➜  linux-pam-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/6rw6wmanv0fkb495pg011cljxmjc4c0b-Linux-PAM-1.6.1.tar.xz
2025-08-20T22:04:45.9407899Z [00:15:39.192]➜  libnsl-static-x86_64-unknown-linux-musl> checking for library containing strerror... none required
2025-08-20T22:04:45.9472839Z [00:15:39.199]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T22:04:46.0025580Z [00:15:39.235]➜  libnsl-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:04:46.0027017Z [00:15:39.248]➜  libnsl-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:04:46.0063650Z [00:15:39.255]➜  libnsl-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:04:46.0150186Z [00:15:39.266]➜  libnsl-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:04:46.0314212Z [00:15:39.283]➜  libnsl-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:04:46.0362916Z [00:15:39.288]➜  libnsl-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:04:46.0392983Z [00:15:39.291]➜  libnsl-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:04:46.0612593Z [00:15:39.313]➜  libnsl-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:04:46.0928503Z [00:15:39.345]➜  libnsl-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:04:46.0934355Z [00:15:39.345]➜  libnsl-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:04:46.1657011Z [00:15:39.417]➜  libnsl-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:04:46.1661551Z [00:15:39.417]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:04:46.1936737Z [00:15:39.445]➜  linux-pam-static-x86_64-unknown-linux-musl> source root is Linux-PAM-1.6.1
2025-08-20T22:04:46.2498790Z [00:15:39.500]➜  linux-pam-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1712679805 of file "Linux-PAM-1.6.1/ChangeLog"
2025-08-20T22:04:46.2581064Z [00:15:39.510]➜  linux-pam-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:04:46.2700079Z [00:15:39.522]➜  linux-pam-static-x86_64-unknown-linux-musl> applying patch /nix/store/05xa64r8d25jxypns4z5p0lir16azi12-suid-wrapper-path.patch
2025-08-20T22:04:46.2767563Z [00:15:39.528]➜  linux-pam-static-x86_64-unknown-linux-musl> patching file modules/pam_unix/Makefile.am
2025-08-20T22:04:46.2773001Z [00:15:39.529]➜  linux-pam-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 33 (offset 12 lines).
2025-08-20T22:04:46.2800554Z [00:15:39.532]➜  linux-pam-static-x86_64-unknown-linux-musl> applying patch /nix/store/cq7wxsw4jzvwp8dxxx1px4xxk7qw0blj-10b80543807e3fc5af5f8bcfd8bb6e219bb3cecc.patch
2025-08-20T22:04:46.2807605Z [00:15:39.532]➜  linux-pam-static-x86_64-unknown-linux-musl> patching file libpam/include/pam_cc_compat.h
2025-08-20T22:04:46.2816456Z [00:15:39.533]➜  linux-pam-static-x86_64-unknown-linux-musl> patching file libpam/include/pam_inline.h
2025-08-20T22:04:46.2850881Z [00:15:39.536]➜  linux-pam-static-x86_64-unknown-linux-musl> Hunk #2 succeeded at 127 (offset -20 lines).
2025-08-20T22:04:46.2854431Z [00:15:39.536]➜  linux-pam-static-x86_64-unknown-linux-musl> applying patch /nix/store/l79h92npib1wc81c87v773926x5d46b9-CVE-2025-6020.patch
2025-08-20T22:04:46.2884692Z [00:15:39.540]➜  libnsl-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T22:04:46.2911037Z [00:15:39.543]➜  linux-pam-static-x86_64-unknown-linux-musl> patching file modules/pam_namespace/pam_namespace.c
2025-08-20T22:04:46.2916503Z [00:15:39.543]➜  linux-pam-static-x86_64-unknown-linux-musl> patching file modules/pam_namespace/pam_namespace.h
2025-08-20T22:04:46.2971685Z [00:15:39.549]➜  linux-pam-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T22:04:46.3086800Z [00:15:39.560]➜  libnsl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:04:46.3096660Z [00:15:39.560]➜  libnsl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:04:46.3098484Z [00:15:39.560]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:04:46.3099771Z [00:15:39.560]➜  libnsl-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T22:04:46.3101156Z [00:15:39.560]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:04:46.3102955Z [00:15:39.560]➜  libnsl-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T22:04:46.3174599Z [00:15:39.562]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:04:46.3175767Z [00:15:39.563]➜  libnsl-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:04:46.3177598Z [00:15:39.566]➜  libnsl-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:04:46.3179180Z [00:15:39.566]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:04:46.3180814Z [00:15:39.566]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:04:46.4183526Z [00:15:39.670]➜  libnsl-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:04:46.4188136Z [00:15:39.670]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:04:46.4247147Z [00:15:39.676]➜  libgcrypt-static-x86_64-unknown-linux-musl>       120 tests done
2025-08-20T22:04:46.4300978Z [00:15:39.682]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-rsa-pss
2025-08-20T22:04:46.4965177Z [00:15:39.746]➜  x86_64-unknown-linux-musl-binutils>   CXX      aarch64-reloc-property.o
2025-08-20T22:04:46.6744648Z [00:15:39.926]➜  libnsl-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:04:46.6876848Z [00:15:39.939]➜  libnsl-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:04:46.7078729Z [00:15:39.959]➜  libnsl-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:04:46.7162832Z [00:15:39.968]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngstest-none-alpha
2025-08-20T22:04:46.7316479Z [00:15:39.983]➜  libnsl-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:04:46.7915737Z [00:15:40.043]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:04:46.7937581Z [00:15:40.045]➜  libnsl-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:04:46.8075185Z [00:15:40.059]➜  libnsl-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:04:46.9229070Z [00:15:40.175]➜  libnsl-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:04:46.9333957Z [00:15:40.185]➜  libnsl-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:04:47.0510997Z [00:15:40.303]➜  linux-pam-static-x86_64-unknown-linux-musl> autoreconf: Entering directory `.'
2025-08-20T22:04:47.0529775Z [00:15:40.305]➜  linux-pam-static-x86_64-unknown-linux-musl> autoreconf: running: autopoint --force
2025-08-20T22:04:47.3666010Z [00:15:40.616]➜  libnsl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:04:47.3671838Z [00:15:40.617]➜  libnsl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:04:47.4625008Z [00:15:40.714]➜  libnsl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:04:47.6602504Z [00:15:40.912]➜  libnsl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:04:47.7534220Z [00:15:41.005]➜  libnsl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:04:47.7544156Z [00:15:41.006]➜  libnsl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:04:47.8582369Z [00:15:41.110]➜  x86_64-unknown-linux-musl-binutils>   CC       stabs.o
2025-08-20T22:04:47.8781509Z [00:15:41.130]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:04:48.1460831Z [00:15:41.398]➜  libnsl-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:04:48.1462380Z [00:15:41.398]➜  libnsl-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:04:48.1539130Z [00:15:41.406]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:04:48.1624617Z [00:15:41.406]➜  libnsl-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:04:48.1626222Z [00:15:41.406]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:04:48.1627733Z [00:15:41.406]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:04:48.1694507Z [00:15:41.419]➜  libnsl-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T22:04:48.2317066Z [00:15:41.483]➜  libnsl-static-x86_64-unknown-linux-musl> checking for libtirpc... yes
2025-08-20T22:04:48.2318319Z [00:15:41.483]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether NLS is requested... yes
2025-08-20T22:04:48.2603827Z [00:15:41.512]➜  libnsl-static-x86_64-unknown-linux-musl> checking for msgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T22:04:48.2647236Z [00:15:41.513]➜  libnsl-static-x86_64-unknown-linux-musl> checking for gmsgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T22:04:48.3175246Z [00:15:41.569]➜  libnsl-static-x86_64-unknown-linux-musl> checking for xgettext... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext
2025-08-20T22:04:48.3865568Z [00:15:41.633]➜  libnsl-static-x86_64-unknown-linux-musl> checking for msgmerge... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgmerge
2025-08-20T22:04:48.3894694Z [00:15:41.641]➜  libnsl-static-x86_64-unknown-linux-musl> checking for ld... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T22:04:48.4242141Z [00:15:41.676]➜  libnsl-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T22:04:48.5212959Z [00:15:41.773]➜  libnsl-static-x86_64-unknown-linux-musl> checking for shared library run path origin... done
2025-08-20T22:04:48.6105112Z [00:15:41.860]➜  libnsl-static-x86_64-unknown-linux-musl> checking 32-bit host C ABI... no
2025-08-20T22:04:48.6106668Z [00:15:41.860]➜  libnsl-static-x86_64-unknown-linux-musl> checking for egrep -e... (cached) /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:04:48.6926916Z [00:15:41.944]➜  libnsl-static-x86_64-unknown-linux-musl> checking for ELF binary format... yes
2025-08-20T22:04:48.7465486Z [00:15:41.995]➜  libnsl-static-x86_64-unknown-linux-musl> checking for the common suffixes of directories in the library search path... lib,lib,lib
2025-08-20T22:04:48.9317348Z [00:15:42.183]➜  libnsl-static-x86_64-unknown-linux-musl> checking for CFPreferencesCopyAppValue... no
2025-08-20T22:04:49.0585872Z [00:15:42.310]➜  libnsl-static-x86_64-unknown-linux-musl> checking for CFLocaleCopyPreferredLanguages... no
2025-08-20T22:04:49.2945554Z [00:15:42.544]➜  libnsl-static-x86_64-unknown-linux-musl> checking for GNU gettext in libc... yes
2025-08-20T22:04:49.2950302Z [00:15:42.545]➜  libnsl-static-x86_64-unknown-linux-musl> checking whether to use NLS... yes
2025-08-20T22:04:49.2955286Z [00:15:42.545]➜  libnsl-static-x86_64-unknown-linux-musl> checking where the gettext function comes from... libc
2025-08-20T22:04:49.3886976Z [00:15:42.640]➜  libnsl-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:04:49.3889115Z [00:15:42.641]➜  libnsl-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:04:50.3480123Z [00:15:43.600]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/codeset.m4
2025-08-20T22:04:50.3851379Z [00:15:43.637]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/extern-inline.m4
2025-08-20T22:04:50.4408462Z [00:15:43.692]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/fcntl-o.m4
2025-08-20T22:04:50.4865481Z [00:15:43.738]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/glibc2.m4
2025-08-20T22:04:50.5240025Z [00:15:43.776]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/glibc21.m4
2025-08-20T22:04:50.5982473Z [00:15:43.850]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/intdiv0.m4
2025-08-20T22:04:50.6429653Z [00:15:43.895]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/intl.m4
2025-08-20T22:04:50.6834910Z [00:15:43.935]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/intldir.m4
2025-08-20T22:04:50.7522771Z [00:15:44.004]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/intmax.m4
2025-08-20T22:04:50.7928295Z [00:15:44.044]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/inttypes-pri.m4
2025-08-20T22:04:50.8358450Z [00:15:44.088]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/inttypes_h.m4
2025-08-20T22:04:50.8818495Z [00:15:44.133]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/lcmessage.m4
2025-08-20T22:04:50.9737071Z [00:15:44.225]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/lock.m4
2025-08-20T22:04:51.0099165Z [00:15:44.262]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/longlong.m4
2025-08-20T22:04:51.0482681Z [00:15:44.300]➜  libnsl-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:04:51.0932676Z [00:15:44.345]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/printf-posix.m4
2025-08-20T22:04:51.0997255Z [00:15:44.351]➜  libnsl-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T22:04:51.1507792Z [00:15:44.402]➜  libnsl-static-x86_64-unknown-linux-musl> config.status: creating libnsl.pc
2025-08-20T22:04:51.1534567Z [00:15:44.405]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/size_max.m4
2025-08-20T22:04:51.1886695Z [00:15:44.440]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/stdint_h.m4
2025-08-20T22:04:51.1986882Z [00:15:44.450]➜  libnsl-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile.in
2025-08-20T22:04:51.2345162Z [00:15:44.486]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/threadlib.m4
2025-08-20T22:04:51.2628305Z [00:15:44.514]➜  libnsl-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:04:51.2836001Z [00:15:44.535]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/uintmax_t.m4
2025-08-20T22:04:51.2958417Z [00:15:44.548]➜  libnsl-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:04:51.2980677Z [00:15:44.550]➜  x86_64-unknown-linux-musl-binutils>   CXX      s390.o
2025-08-20T22:04:51.3029875Z [00:15:44.555]➜  libnsl-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:04:51.3321661Z [00:15:44.584]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/visibility.m4
2025-08-20T22:04:51.3425318Z [00:15:44.594]➜  libnsl-static-x86_64-unknown-linux-musl> config.status: executing po-directories commands
2025-08-20T22:04:51.3657539Z [00:15:44.617]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/wchar_t.m4
2025-08-20T22:04:51.3680451Z [00:15:44.620]➜  libnsl-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile
2025-08-20T22:04:51.3999424Z [00:15:44.652]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/wint_t.m4
2025-08-20T22:04:51.4390241Z [00:15:44.689]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file m4/xsize.m4
2025-08-20T22:04:51.4897690Z [00:15:44.741]➜  linux-pam-static-x86_64-unknown-linux-musl> Copying file po/Makevars.template
2025-08-20T22:04:51.5346029Z [00:15:44.785]➜  libnsl-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:04:51.5573469Z [00:15:44.809]➜  libnsl-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:04:51.5716478Z [00:15:44.823]➜  libnsl-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T22:04:51.5785071Z [00:15:44.830]➜  libnsl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source'
2025-08-20T22:04:51.5948302Z [00:15:44.847]➜  libnsl-static-x86_64-unknown-linux-musl> Making all in po
2025-08-20T22:04:51.6001171Z [00:15:44.852]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/po'
2025-08-20T22:04:51.6464986Z [00:15:44.895]➜  libnsl-static-x86_64-unknown-linux-musl> test ! -f ./libnsl.pot || \
2025-08-20T22:04:51.6466031Z [00:15:44.895]➜  libnsl-static-x86_64-unknown-linux-musl>   test -z "" || make
2025-08-20T22:04:51.6466896Z [00:15:44.898]➜  libnsl-static-x86_64-unknown-linux-musl> touch ./stamp-po
2025-08-20T22:04:51.6511470Z [00:15:44.903]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/po'
2025-08-20T22:04:51.6515340Z [00:15:44.903]➜  libnsl-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T22:04:51.6614700Z [00:15:44.910]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/src'
2025-08-20T22:04:51.6648588Z [00:15:44.910]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o yp_xdr.lo yp_xdr.c
2025-08-20T22:04:51.7910017Z [00:15:45.042]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c yp_xdr.c -o yp_xdr.o
2025-08-20T22:04:52.0497188Z [00:15:45.301]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o do_ypcall.lo do_ypcall.c
2025-08-20T22:04:52.1679719Z [00:15:45.419]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c do_ypcall.c -o do_ypcall.o
2025-08-20T22:04:52.3630322Z [00:15:45.615]➜  x86_64-unknown-linux-musl-binutils>   CC       rdcoff.o
2025-08-20T22:04:52.6385234Z [00:15:45.890]➜  linux-pam-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:04:52.8080537Z [00:15:46.059]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o ypprot_err.lo ypprot_err.c
2025-08-20T22:04:52.9060942Z [00:15:46.157]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c ypprot_err.c -o ypprot_err.o
2025-08-20T22:04:53.0278373Z [00:15:46.279]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o yp_master.lo yp_master.c
2025-08-20T22:04:53.1525733Z [00:15:46.404]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c yp_master.c -o yp_master.o
2025-08-20T22:04:53.3093916Z [00:15:46.560]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o yp_maplist.lo yp_maplist.c
2025-08-20T22:04:53.4247101Z [00:15:46.676]➜  x86_64-unknown-linux-musl-binutils>   CC       elfcomm.o
2025-08-20T22:04:53.4254873Z [00:15:46.676]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c yp_maplist.c -o yp_maplist.o
2025-08-20T22:04:53.5688386Z [00:15:46.820]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o yp_order.lo yp_order.c
2025-08-20T22:04:53.6822248Z [00:15:46.933]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c yp_order.c -o yp_order.o
2025-08-20T22:04:53.7210315Z [00:15:46.973]➜  libgcrypt-static-x86_64-unknown-linux-musl>       120 tests done
2025-08-20T22:04:53.7235796Z [00:15:46.975]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-rsa-15
2025-08-20T22:04:53.8085410Z [00:15:47.056]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-rsa-testparm
2025-08-20T22:04:53.8231139Z [00:15:47.074]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o yp_first.lo yp_first.c
2025-08-20T22:04:53.9310253Z [00:15:47.182]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c yp_first.c -o yp_first.o
2025-08-20T22:04:54.1892109Z [00:15:47.440]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o yp_next.lo yp_next.c
2025-08-20T22:04:54.3760010Z [00:15:47.627]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c yp_next.c -o yp_next.o
2025-08-20T22:04:54.4199202Z [00:15:47.672]➜  x86_64-unknown-linux-musl-binutils>   CC       od-elf32_avr.o
2025-08-20T22:04:54.6951726Z [00:15:47.946]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o yp_match.lo yp_match.c
2025-08-20T22:04:54.8713936Z [00:15:48.123]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c yp_match.c -o yp_match.o
2025-08-20T22:04:55.0976503Z [00:15:48.349]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o yperr_string.lo yperr_string.c
2025-08-20T22:04:55.1135212Z [00:15:48.365]➜  x86_64-unknown-linux-musl-binutils>   CC       od-xcoff.o
2025-08-20T22:04:55.2058991Z [00:15:48.457]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c yperr_string.c -o yperr_string.o
2025-08-20T22:04:55.3026188Z [00:15:48.554]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o ypbinderr_string.lo ypbinderr_string.c
2025-08-20T22:04:55.4169219Z [00:15:48.668]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c ypbinderr_string.c -o ypbinderr_string.o
2025-08-20T22:04:55.6072915Z [00:15:48.858]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o yp_get_default_domain.lo yp_get_default_domain.c
2025-08-20T22:04:55.7474140Z [00:15:48.999]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c yp_get_default_domain.c -o yp_get_default_domain.o
2025-08-20T22:04:55.9080822Z [00:15:49.159]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o taddr2host.lo taddr2host.c
2025-08-20T22:04:56.0308869Z [00:15:49.282]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c taddr2host.c -o taddr2host.o
2025-08-20T22:04:56.2059608Z [00:15:49.455]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o taddr2ipstr.lo taddr2ipstr.c
2025-08-20T22:04:56.3490565Z [00:15:49.600]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c taddr2ipstr.c -o taddr2ipstr.o
2025-08-20T22:04:56.5697520Z [00:15:49.821]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\"  -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c -o taddr2port.lo taddr2port.c
2025-08-20T22:04:56.6900832Z [00:15:49.941]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/fz16w0kygyhbzhfli9jzz7f88arl5h1b-libtirpc-static-x86_64-unknown-linux-musl-1.3.6-dev/include/tirpc -DLOCALEDIR=\"/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/locale\" -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -c taddr2port.c -o taddr2port.o
2025-08-20T22:04:56.8501577Z [00:15:50.101]➜  libnsl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -W -Wall -Wbad-function-cast -Wcast-align -Winline -Wnested-externs -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -D_REENTRANT=1 -g -O2 -version-info 3:0:0 -Wl,--no-undefined -Wl,--version-script=./libnsl.map  -o libnsl.la -rpath /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib yp_xdr.lo do_ypcall.lo ypprot_err.lo yp_master.lo yp_maplist.lo yp_order.lo yp_first.lo yp_next.lo yp_match.lo yperr_string.lo ypbinderr_string.lo yp_get_default_domain.lo taddr2host.lo taddr2ipstr.lo taddr2port.lo -L/nix/store/n0bmhfvj9g23cr0pizfxw91ilnifrs94-libtirpc-static-x86_64-unknown-linux-musl-1.3.6/lib -ltirpc -lpthread
2025-08-20T22:04:57.0308778Z [00:15:50.282]➜  linux-pam-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T22:04:57.1451394Z [00:15:50.397]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libnsl.a  yp_xdr.o do_ypcall.o ypprot_err.o yp_master.o yp_maplist.o yp_order.o yp_first.o yp_next.o yp_match.o yperr_string.o ypbinderr_string.o yp_get_default_domain.o taddr2host.o taddr2ipstr.o taddr2port.o
2025-08-20T22:04:57.1658283Z [00:15:50.417]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libnsl.a
2025-08-20T22:04:57.2176862Z [00:15:50.469]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libnsl.la" && ln -s "../libnsl.la" "libnsl.la" )
2025-08-20T22:04:57.2320444Z [00:15:50.484]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/src'
2025-08-20T22:04:57.2415643Z [00:15:50.493]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source'
2025-08-20T22:04:57.2528170Z [00:15:50.505]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source'
2025-08-20T22:04:57.2550728Z [00:15:50.507]➜  libnsl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source'
2025-08-20T22:04:57.2640153Z [00:15:50.516]➜  libnsl-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:04:57.3067866Z [00:15:50.558]➜  libnsl-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev/lib/pkgconfig m4datadir=/nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev/share/aclocal aclocaldir=/nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev/share/aclocal install
2025-08-20T22:04:57.3237208Z [00:15:50.575]➜  libnsl-static-x86_64-unknown-linux-musl> Making install in po
2025-08-20T22:04:57.3239622Z [00:15:50.576]➜  libnsl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/po'
2025-08-20T22:04:57.3641079Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl> if test "libnsl" = "gettext-tools"; then \
2025-08-20T22:04:57.3647676Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/gettext/po; \
2025-08-20T22:04:57.3651171Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl>   for file in Makefile.in.in remove-potcdate.sed quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sed Rules-quot      Makevars.template; do \
2025-08-20T22:04:57.3653963Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl>     /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$file \
2025-08-20T22:04:57.3656484Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl>                    /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/gettext/po/$file; \
2025-08-20T22:04:57.3658158Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T22:04:57.3659215Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl>   for file in Makevars; do \
2025-08-20T22:04:57.3661259Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl>     rm -f /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/share/gettext/po/$file; \
2025-08-20T22:04:57.3662922Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T22:04:57.3664059Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl> else \
2025-08-20T22:04:57.3664966Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl>   : ; \
2025-08-20T22:04:57.3665849Z [00:15:50.616]➜  libnsl-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:04:57.3704942Z [00:15:50.622]➜  libnsl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/po'
2025-08-20T22:04:57.3709224Z [00:15:50.622]➜  libnsl-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T22:04:57.3732643Z [00:15:50.625]➜  libnsl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source/src'
2025-08-20T22:04:57.3812220Z [00:15:50.633]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source/src'
2025-08-20T22:04:57.3824722Z [00:15:50.634]➜  libnsl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib'
2025-08-20T22:04:57.3892011Z [00:15:50.641]➜  libnsl-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libnsl.la '/nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib'
2025-08-20T22:04:57.4702984Z [00:15:50.722]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libnsl.lai /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib/libnsl.la
2025-08-20T22:04:57.4831428Z [00:15:50.735]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libnsl.a /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib/libnsl.a
2025-08-20T22:04:57.4885599Z [00:15:50.739]➜  x86_64-unknown-linux-musl-binutils>   CC       od-pe.o
2025-08-20T22:04:57.4945090Z [00:15:50.746]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib/libnsl.a
2025-08-20T22:04:57.5015446Z [00:15:50.753]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib/libnsl.a
2025-08-20T22:04:57.6455661Z [00:15:50.895]➜  libnsl-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib
2025-08-20T22:04:57.6501889Z [00:15:50.895]➜  libnsl-static-x86_64-unknown-linux-musl> /build/source/libtool: line 1886: ldconfig: command not found
2025-08-20T22:04:57.6503641Z [00:15:50.895]➜  libnsl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:04:57.6504934Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:04:57.6506760Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl>    /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib
2025-08-20T22:04:57.6508148Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:04:57.6509287Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:04:57.6510803Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:04:57.6512295Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:04:57.6513963Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:04:57.6515188Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:04:57.6516281Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:04:57.6517497Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:04:57.6518574Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:04:57.6519595Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:04:57.6520919Z [00:15:50.896]➜  libnsl-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:04:57.6521857Z [00:15:50.897]➜  libnsl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:04:57.6522518Z [00:15:50.897]➜  libnsl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:04:57.6578721Z [00:15:50.897]➜  libnsl-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:04:57.6580342Z [00:15:50.897]➜  libnsl-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:04:57.6581754Z [00:15:50.897]➜  libnsl-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:04:57.6584401Z [00:15:50.905]➜  libnsl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev/include/rpcsvc'
2025-08-20T22:04:57.6652354Z [00:15:50.917]➜  libnsl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 rpcsvc/ypclnt.h rpcsvc/ypupd.h rpcsvc/yp_prot.h rpcsvc/yp.x rpcsvc/yp.h rpcsvc/yppasswd.x rpcsvc/yppasswd.h '/nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev/include/rpcsvc'
2025-08-20T22:04:57.6663162Z [00:15:50.918]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source/src'
2025-08-20T22:04:57.6664723Z [00:15:50.918]➜  libnsl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source/src'
2025-08-20T22:04:57.6756746Z [00:15:50.925]➜  libnsl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source'
2025-08-20T22:04:57.6865199Z [00:15:50.938]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/source'
2025-08-20T22:04:57.6871215Z [00:15:50.938]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:04:57.6926737Z [00:15:50.944]➜  libnsl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev/lib/pkgconfig'
2025-08-20T22:04:57.7034945Z [00:15:50.955]➜  libnsl-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libnsl.pc '/nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev/lib/pkgconfig'
2025-08-20T22:04:57.7117613Z [00:15:50.963]➜  libnsl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/source'
2025-08-20T22:04:57.7122951Z [00:15:50.964]➜  libnsl-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source'
2025-08-20T22:04:57.7169757Z [00:15:50.969]➜  libnsl-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:04:57.7666987Z [00:15:51.018]➜  libnsl-static-x86_64-unknown-linux-musl> Patching '/nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev/lib/pkgconfig/libnsl.pc' includedir to output /nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev
2025-08-20T22:04:57.7792528Z [00:15:51.031]➜  libnsl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1
2025-08-20T22:04:57.7869651Z [00:15:51.038]➜  libnsl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1...
2025-08-20T22:04:57.8109206Z [00:15:51.062]➜  libnsl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1
2025-08-20T22:04:57.8281593Z [00:15:51.080]➜  libnsl-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/s7dr839d83n630dw7kqx99mh6pcda5hv-libnsl-static-x86_64-unknown-linux-musl-2.0.1/lib
2025-08-20T22:04:57.8849456Z [00:15:51.136]➜  libnsl-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev
2025-08-20T22:04:57.8913867Z [00:15:51.143]➜  libnsl-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev...
2025-08-20T22:04:57.9376701Z [00:15:51.189]➜  libnsl-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev
2025-08-20T22:04:57.9468889Z [00:15:51.198]➜  libnsl-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/ys3wlfilz6fq3a3pzvl76nsmrixhybwy-libnsl-static-x86_64-unknown-linux-musl-2.0.1-dev/lib
2025-08-20T22:04:58.2735622Z [00:15:51.525]➜  building '/nix/store/5l217fh8a806qgx53pn7m1q9yf35v4j6-lvm2-static-x86_64-unknown-linux-musl-2.03.33.drv'...
2025-08-20T22:04:58.4148582Z [00:15:51.666]➜  lvm2-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:04:58.4265200Z [00:15:51.671]➜  lvm2-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/mwcxfr6277i6458786cbf2nz9fwmbjpz-LVM2.2.03.33.tgz
2025-08-20T22:04:58.5519086Z [00:15:51.804]➜  linux-pam-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T22:04:58.6560604Z [00:15:51.908]➜  x86_64-unknown-linux-musl-binutils>   CC       od-macho.o
2025-08-20T22:04:58.7066799Z [00:15:51.958]➜  lvm2-static-x86_64-unknown-linux-musl> source root is LVM2.2.03.33
2025-08-20T22:04:58.7802268Z [00:15:52.032]➜  lvm2-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1751012073 of file "LVM2.2.03.33/udev/Makefile.in"
2025-08-20T22:04:58.7923621Z [00:15:52.044]➜  lvm2-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:04:58.8018890Z [00:15:52.054]➜  lvm2-static-x86_64-unknown-linux-musl> applying patch /nix/store/2x8sis7kk34ckffppwviaaxzh1m9hm0v-fix-blkdeactivate.patch
2025-08-20T22:04:58.8042179Z [00:15:52.056]➜  lvm2-static-x86_64-unknown-linux-musl> patching file scripts/blkdeactivate.sh.in
2025-08-20T22:04:58.8046326Z [00:15:52.056]➜  lvm2-static-x86_64-unknown-linux-musl> applying patch /nix/store/pnr12p6a5a28b1z90frbgh2mz9p41qmn-fix-stdio-usage.patch
2025-08-20T22:04:58.8114772Z [00:15:52.063]➜  lvm2-static-x86_64-unknown-linux-musl> patching file lib/commands/toolcontext.c
2025-08-20T22:04:58.8116092Z [00:15:52.063]➜  lvm2-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 1669 (offset 9 lines).
2025-08-20T22:04:58.8117297Z [00:15:52.063]➜  lvm2-static-x86_64-unknown-linux-musl> Hunk #2 succeeded at 1714 (offset 9 lines).
2025-08-20T22:04:58.8118695Z [00:15:52.063]➜  lvm2-static-x86_64-unknown-linux-musl> Hunk #3 succeeded at 2048 (offset 9 lines).
2025-08-20T22:04:58.8119866Z [00:15:52.063]➜  lvm2-static-x86_64-unknown-linux-musl> Hunk #4 succeeded at 2072 (offset 9 lines).
2025-08-20T22:04:58.8121009Z [00:15:52.063]➜  lvm2-static-x86_64-unknown-linux-musl> patching file tools/lvmcmdline.c
2025-08-20T22:04:58.8122259Z [00:15:52.064]➜  lvm2-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 3407 (offset 29 lines).
2025-08-20T22:04:58.8123824Z [00:15:52.064]➜  lvm2-static-x86_64-unknown-linux-musl> Hunk #2 succeeded at 3417 (offset 29 lines).
2025-08-20T22:04:58.8155429Z [00:15:52.067]➜  lvm2-static-x86_64-unknown-linux-musl> Hunk #3 succeeded at 3425 (offset 29 lines).
2025-08-20T22:04:58.8161521Z [00:15:52.068]➜  lvm2-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:04:58.8363955Z [00:15:52.086]➜  lvm2-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./autoconf/config.sub
2025-08-20T22:04:58.8463093Z [00:15:52.098]➜  lvm2-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./autoconf/config.guess
2025-08-20T22:04:58.8527115Z [00:15:52.104]➜  lvm2-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:04:58.8708565Z [00:15:52.122]➜  lvm2-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./autoconf/config.sub
2025-08-20T22:04:58.8875559Z [00:15:52.138]➜  lvm2-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./autoconf/config.guess
2025-08-20T22:04:58.8920777Z [00:15:52.144]➜  lvm2-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:04:58.9135635Z [00:15:52.165]➜  lvm2-static-x86_64-unknown-linux-musl> substituteStream() in derivation lvm2-static-x86_64-unknown-linux-musl-2.03.33: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'make.tmpl.in')
2025-08-20T22:04:58.9313041Z [00:15:52.183]➜  linux-pam-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
2025-08-20T22:04:58.9319687Z [00:15:52.183]➜  linux-pam-static-x86_64-unknown-linux-musl> libtoolize: copying file 'build-aux/ltmain.sh'
2025-08-20T22:04:58.9670348Z [00:15:52.219]➜  lvm2-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:04:58.9769842Z [00:15:52.228]➜  lvm2-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:04:59.0159882Z [00:15:52.265]➜  lvm2-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/4jfbxa2bclx8kq4xawsk7g71fkifbm2p-lvm2-static-x86_64-unknown-linux-musl-2.03.33 --disable-readline --enable-pkgconfig --with-default-locking-dir=/run/lock/lvm --with-default-run-dir=/run/lvm --with-systemdsystemunitdir=/nix/store/4jfbxa2bclx8kq4xawsk7g71fkifbm2p-lvm2-static-x86_64-unknown-linux-musl-2.03.33/lib/systemd/system --with-systemd-run=/run/current-system/systemd/bin/systemd-run --with-default-profile-subdir=profile.d ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes --enable-static_link --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:04:59.0474387Z [00:15:52.299]➜  linux-pam-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T22:04:59.0513148Z [00:15:52.303]➜  linux-pam-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T22:04:59.1457456Z [00:15:52.397]➜  linux-pam-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T22:04:59.2985178Z [00:15:52.548]➜  linux-pam-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T22:04:59.4049426Z [00:15:52.657]➜  linux-pam-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T22:04:59.4147191Z [00:15:52.666]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static
2025-08-20T22:04:59.5816246Z [00:15:52.833]➜  linux-pam-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T22:04:59.6003595Z [00:15:52.852]➜  lvm2-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:04:59.6169623Z [00:15:52.869]➜  lvm2-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:04:59.6173168Z [00:15:52.869]➜  lvm2-static-x86_64-unknown-linux-musl> checking target system type... x86_64-unknown-linux-musl
2025-08-20T22:04:59.6339232Z [00:15:52.886]➜  lvm2-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:04:59.6434843Z [00:15:52.893]➜  lvm2-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:04:59.6436620Z [00:15:52.893]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:04:59.9369907Z [00:15:53.189]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngstest-sRGB
2025-08-20T22:05:00.0305009Z [00:15:53.279]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:05:00.0306224Z [00:15:53.279]➜  lvm2-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:05:00.1568145Z [00:15:53.408]➜  lvm2-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:05:00.1631648Z [00:15:53.415]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:05:00.2427800Z [00:15:53.494]➜  lvm2-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:05:00.3362394Z [00:15:53.588]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:05:00.4178833Z [00:15:53.670]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:05:00.5904898Z [00:15:53.842]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:05:00.8566802Z [00:15:54.108]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C++... yes
2025-08-20T22:05:00.9799636Z [00:15:54.232]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
2025-08-20T22:05:01.3669532Z [00:15:54.617]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
2025-08-20T22:05:01.4216044Z [00:15:54.670]➜  lvm2-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:05:01.4218087Z [00:15:54.670]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:05:01.4309331Z [00:15:54.683]➜  lvm2-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:05:01.4425153Z [00:15:54.692]➜  lvm2-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:05:01.4815368Z [00:15:54.731]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:05:01.4965844Z [00:15:54.745]➜  lvm2-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:05:01.4972274Z [00:15:54.745]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:05:01.4975001Z [00:15:54.749]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-readelf... x86_64-unknown-linux-musl-readelf
2025-08-20T22:05:01.5064734Z [00:15:54.752]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:05:01.5066146Z [00:15:54.752]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cflow... no
2025-08-20T22:05:01.5067203Z [00:15:54.753]➜  lvm2-static-x86_64-unknown-linux-musl> checking for cflow... no
2025-08-20T22:05:01.5069115Z [00:15:54.759]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cscope... no
2025-08-20T22:05:01.5070315Z [00:15:54.759]➜  lvm2-static-x86_64-unknown-linux-musl> checking for cscope... no
2025-08-20T22:05:01.5141443Z [00:15:54.766]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-chmod... no
2025-08-20T22:05:01.5143681Z [00:15:54.766]➜  lvm2-static-x86_64-unknown-linux-musl> checking for chmod... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/chmod
2025-08-20T22:05:01.5145722Z [00:15:54.766]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: using cross tools not prefixed with host triplet
2025-08-20T22:05:01.5147648Z [00:15:54.766]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-wc... no
2025-08-20T22:05:01.5215556Z [00:15:54.773]➜  lvm2-static-x86_64-unknown-linux-musl> checking for wc... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/wc
2025-08-20T22:05:01.5217373Z [00:15:54.773]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-sort... no
2025-08-20T22:05:01.5219114Z [00:15:54.773]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sort... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/sort
2025-08-20T22:05:01.6343166Z [00:15:54.886]➜  x86_64-unknown-linux-musl-binutils>   CC       arparse.o
2025-08-20T22:05:01.6381771Z [00:15:54.890]➜  lvm2-static-x86_64-unknown-linux-musl> checking for dirent.h that defines DIR... yes
2025-08-20T22:05:01.7784875Z [00:15:55.030]➜  lvm2-static-x86_64-unknown-linux-musl> checking for library containing opendir... none required
2025-08-20T22:05:01.8458873Z [00:15:55.095]➜  lvm2-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:05:01.9112487Z [00:15:55.163]➜  lvm2-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:05:01.9739860Z [00:15:55.226]➜  lvm2-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:05:02.0465667Z [00:15:55.298]➜  lvm2-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:05:02.1173935Z [00:15:55.369]➜  lvm2-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:05:02.1926300Z [00:15:55.444]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:05:02.2345796Z [00:15:55.486]➜  x86_64-unknown-linux-musl-binutils>   CC       arlex.o
2025-08-20T22:05:02.2715474Z [00:15:55.523]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:05:02.3583792Z [00:15:55.610]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:05:02.4476298Z [00:15:55.699]➜  lvm2-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:05:02.5488349Z [00:15:55.798]➜  lvm2-static-x86_64-unknown-linux-musl> checking for vfork.h... no
2025-08-20T22:05:02.6337226Z [00:15:55.885]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T22:05:02.7214129Z [00:15:55.972]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T22:05:02.8088166Z [00:15:56.060]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/mkdev.h... no
2025-08-20T22:05:02.8922688Z [00:15:56.144]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/sysmacros.h... yes
2025-08-20T22:05:03.0740926Z [00:15:56.326]➜  x86_64-unknown-linux-musl-binutils>   CC       ar.o
2025-08-20T22:05:03.0772014Z [00:15:56.329]➜  lvm2-static-x86_64-unknown-linux-musl> checking for _Bool... yes
2025-08-20T22:05:03.1642459Z [00:15:56.416]➜  lvm2-static-x86_64-unknown-linux-musl> checking for stdbool.h that conforms to C99 or later... yes
2025-08-20T22:05:03.2581413Z [00:15:56.510]➜  lvm2-static-x86_64-unknown-linux-musl> checking for assert.h... yes
2025-08-20T22:05:03.3642055Z [00:15:56.616]➜  lvm2-static-x86_64-unknown-linux-musl> checking for ctype.h... yes
2025-08-20T22:05:03.4708472Z [00:15:56.722]➜  lvm2-static-x86_64-unknown-linux-musl> checking for dirent.h... yes
2025-08-20T22:05:03.5707761Z [00:15:56.822]➜  lvm2-static-x86_64-unknown-linux-musl> checking for errno.h... yes
2025-08-20T22:05:03.6650994Z [00:15:56.917]➜  lvm2-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T22:05:03.8014839Z [00:15:57.050]➜  lvm2-static-x86_64-unknown-linux-musl> checking for float.h... yes
2025-08-20T22:05:03.8922230Z [00:15:57.144]➜  lvm2-static-x86_64-unknown-linux-musl> checking for getopt.h... yes
2025-08-20T22:05:03.9144540Z [00:15:57.166]➜  lvm2-static-x86_64-unknown-linux-musl> checking for inttypes.h... (cached) yes
2025-08-20T22:05:04.0132443Z [00:15:57.265]➜  lvm2-static-x86_64-unknown-linux-musl> checking for langinfo.h... yes
2025-08-20T22:05:04.1121233Z [00:15:57.364]➜  lvm2-static-x86_64-unknown-linux-musl> checking for libgen.h... yes
2025-08-20T22:05:04.2164966Z [00:15:57.468]➜  lvm2-static-x86_64-unknown-linux-musl> checking for limits.h... yes
2025-08-20T22:05:04.3456581Z [00:15:57.597]➜  linux-pam-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin/autoconf --force
2025-08-20T22:05:04.3762105Z [00:15:57.628]➜  lvm2-static-x86_64-unknown-linux-musl> checking for locale.h... yes
2025-08-20T22:05:04.5371241Z [00:15:57.789]➜  lvm2-static-x86_64-unknown-linux-musl> checking for paths.h... yes
2025-08-20T22:05:04.6723913Z [00:15:57.924]➜  lvm2-static-x86_64-unknown-linux-musl> checking for signal.h... yes
2025-08-20T22:05:04.6828194Z [00:15:57.935]➜  x86_64-unknown-linux-musl-binutils>   CC       not-ranlib.o
2025-08-20T22:05:04.7407650Z [00:15:57.992]➜  x86_64-unknown-linux-musl-binutils>   CC       arsup.o
2025-08-20T22:05:04.8200922Z [00:15:58.072]➜  lvm2-static-x86_64-unknown-linux-musl> checking for stdarg.h... yes
2025-08-20T22:05:04.9576146Z [00:15:58.209]➜  lvm2-static-x86_64-unknown-linux-musl> checking for stddef.h... yes
2025-08-20T22:05:04.9825823Z [00:15:58.234]➜  lvm2-static-x86_64-unknown-linux-musl> checking for stdio.h... (cached) yes
2025-08-20T22:05:05.0117400Z [00:15:58.263]➜  lvm2-static-x86_64-unknown-linux-musl> checking for stdlib.h... (cached) yes
2025-08-20T22:05:05.0415239Z [00:15:58.292]➜  lvm2-static-x86_64-unknown-linux-musl> checking for string.h... (cached) yes
2025-08-20T22:05:05.1758459Z [00:15:58.427]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/file.h... yes
2025-08-20T22:05:05.2724058Z [00:15:58.524]➜  x86_64-unknown-linux-musl-binutils>   CC       rename.o
2025-08-20T22:05:05.2775750Z [00:15:58.529]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/ioctl.h... yes
2025-08-20T22:05:05.3841705Z [00:15:58.636]➜  lvm2-static-x86_64-unknown-linux-musl> checking for syslog.h... yes
2025-08-20T22:05:05.4880733Z [00:15:58.740]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/mman.h... yes
2025-08-20T22:05:05.5075293Z [00:15:58.759]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/param.h... (cached) yes
2025-08-20T22:05:05.5985692Z [00:15:58.850]➜  x86_64-unknown-linux-musl-binutils>   CC       binemul.o
2025-08-20T22:05:05.6117094Z [00:15:58.863]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/resource.h... yes
2025-08-20T22:05:05.6284926Z [00:15:58.880]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/stat.h... (cached) yes
2025-08-20T22:05:05.6447848Z [00:15:58.896]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/time.h... (cached) yes
2025-08-20T22:05:05.6631549Z [00:15:58.915]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/types.h... (cached) yes
2025-08-20T22:05:05.7661558Z [00:15:59.018]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/utsname.h... yes
2025-08-20T22:05:05.8794893Z [00:15:59.131]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/wait.h... yes
2025-08-20T22:05:05.9842553Z [00:15:59.236]➜  lvm2-static-x86_64-unknown-linux-musl> checking for time.h... yes
2025-08-20T22:05:05.9986344Z [00:15:59.250]➜  lvm2-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T22:05:06.0928079Z [00:15:59.344]➜  lvm2-static-x86_64-unknown-linux-musl> checking for termios.h... yes
2025-08-20T22:05:06.1607124Z [00:15:59.412]➜  x86_64-unknown-linux-musl-binutils>   CC       emul_vanilla.o
2025-08-20T22:05:06.1790041Z [00:15:59.431]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/statvfs.h... yes
2025-08-20T22:05:06.2729538Z [00:15:59.524]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/timerfd.h... yes
2025-08-20T22:05:06.2825319Z [00:15:59.534]➜  linux-pam-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin/autoheader --force
2025-08-20T22:05:06.4136963Z [00:15:59.665]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sys/vfs.h... yes
2025-08-20T22:05:06.4509310Z [00:15:59.702]➜  x86_64-unknown-linux-musl-binutils>   CC       strings.o
2025-08-20T22:05:06.5388654Z [00:15:59.791]➜  lvm2-static-x86_64-unknown-linux-musl> checking for linux/magic.h... yes
2025-08-20T22:05:06.6666971Z [00:15:59.918]➜  lvm2-static-x86_64-unknown-linux-musl> checking for linux/fiemap.h... yes
2025-08-20T22:05:06.7754401Z [00:16:00.027]➜  lvm2-static-x86_64-unknown-linux-musl> checking for libaio.h... yes
2025-08-20T22:05:06.9228524Z [00:16:00.174]➜  lvm2-static-x86_64-unknown-linux-musl> checking for asm/byteorder.h... yes
2025-08-20T22:05:07.0836617Z [00:16:00.335]➜  lvm2-static-x86_64-unknown-linux-musl> checking for linux/fs.h... yes
2025-08-20T22:05:07.2535041Z [00:16:00.503]➜  lvm2-static-x86_64-unknown-linux-musl> checking for malloc.h... yes
2025-08-20T22:05:07.3753717Z [00:16:00.627]➜  lvm2-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T22:05:07.4660349Z [00:16:00.718]➜  lvm2-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T22:05:07.6254932Z [00:16:00.877]➜  lvm2-static-x86_64-unknown-linux-musl> checking for struct stat.st_rdev... yes
2025-08-20T22:05:07.7384023Z [00:16:00.990]➜  linux-pam-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T22:05:07.7578614Z [00:16:01.010]➜  x86_64-unknown-linux-musl-binutils>   CC       is-ranlib.o
2025-08-20T22:05:07.8321001Z [00:16:01.084]➜  x86_64-unknown-linux-musl-binutils>   CC       objcopy.o
2025-08-20T22:05:07.8436028Z [00:16:01.095]➜  lvm2-static-x86_64-unknown-linux-musl> checking for ptrdiff_t... yes
2025-08-20T22:05:07.9518610Z [00:16:01.203]➜  lvm2-static-x86_64-unknown-linux-musl> checking for struct stat.st_blocks... yes
2025-08-20T22:05:08.0672397Z [00:16:01.319]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether struct tm is in sys/time.h or time.h... time.h
2025-08-20T22:05:08.1922681Z [00:16:01.444]➜  lvm2-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T22:05:08.4895323Z [00:16:01.739]➜  lvm2-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T22:05:08.7911565Z [00:16:02.043]➜  lvm2-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T22:05:09.1116088Z [00:16:02.363]➜  lvm2-static-x86_64-unknown-linux-musl> checking for mode_t... yes
2025-08-20T22:05:09.4313695Z [00:16:02.683]➜  lvm2-static-x86_64-unknown-linux-musl> checking for int8_t... yes
2025-08-20T22:05:09.6509536Z [00:16:02.903]➜  linux-pam-static-x86_64-unknown-linux-musl> configure.ac:61: installing 'build-aux/compile'
2025-08-20T22:05:09.6776812Z [00:16:02.929]➜  linux-pam-static-x86_64-unknown-linux-musl> configure.ac:5: installing 'build-aux/missing'
2025-08-20T22:05:09.6855172Z [00:16:02.937]➜  lvm2-static-x86_64-unknown-linux-musl> checking for int16_t... yes
2025-08-20T22:05:09.8806154Z [00:16:03.132]➜  lvm2-static-x86_64-unknown-linux-musl> checking for int32_t... yes
2025-08-20T22:05:09.9852946Z [00:16:03.237]➜  linux-pam-static-x86_64-unknown-linux-musl> conf/pam_conv1/Makefile.am: installing 'build-aux/depcomp'
2025-08-20T22:05:10.1666098Z [00:16:03.418]➜  lvm2-static-x86_64-unknown-linux-musl> checking for int64_t... yes
2025-08-20T22:05:10.4838125Z [00:16:03.735]➜  lvm2-static-x86_64-unknown-linux-musl> checking for ssize_t... yes
2025-08-20T22:05:10.5083071Z [00:16:03.760]➜  linux-pam-static-x86_64-unknown-linux-musl> doc/specs/Makefile.am:16: warning: 'CFLAGS' is a user variable, you should not override it;
2025-08-20T22:05:10.5088466Z [00:16:03.760]➜  linux-pam-static-x86_64-unknown-linux-musl> doc/specs/Makefile.am:16: use 'AM_CFLAGS' instead
2025-08-20T22:05:10.5093498Z [00:16:03.761]➜  linux-pam-static-x86_64-unknown-linux-musl> doc/specs/Makefile.am:15: warning: 'CPPFLAGS' is a user variable, you should not override it;
2025-08-20T22:05:10.5099035Z [00:16:03.762]➜  linux-pam-static-x86_64-unknown-linux-musl> doc/specs/Makefile.am:15: use 'AM_CPPFLAGS' instead
2025-08-20T22:05:10.5106669Z [00:16:03.762]➜  linux-pam-static-x86_64-unknown-linux-musl> doc/specs/Makefile.am:17: warning: 'LDFLAGS' is a user variable, you should not override it;
2025-08-20T22:05:10.5108758Z [00:16:03.762]➜  linux-pam-static-x86_64-unknown-linux-musl> doc/specs/Makefile.am:17: use 'AM_LDFLAGS' instead
2025-08-20T22:05:10.7746689Z [00:16:04.026]➜  lvm2-static-x86_64-unknown-linux-musl> checking for uid_t... yes
2025-08-20T22:05:11.0423630Z [00:16:04.294]➜  lvm2-static-x86_64-unknown-linux-musl> checking for gid_t... yes
2025-08-20T22:05:11.1875160Z [00:16:04.439]➜  lvm2-static-x86_64-unknown-linux-musl> checking for uint8_t... yes
2025-08-20T22:05:11.3139082Z [00:16:04.566]➜  lvm2-static-x86_64-unknown-linux-musl> checking for uint16_t... yes
2025-08-20T22:05:11.4503915Z [00:16:04.702]➜  lvm2-static-x86_64-unknown-linux-musl> checking for uint32_t... yes
2025-08-20T22:05:11.5952879Z [00:16:04.847]➜  lvm2-static-x86_64-unknown-linux-musl> checking for uint64_t... yes
2025-08-20T22:05:11.7442421Z [00:16:04.996]➜  lvm2-static-x86_64-unknown-linux-musl> checking for __builtin_clz... yes
2025-08-20T22:05:11.8020112Z [00:16:05.054]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngstest-sRGB-alpha
2025-08-20T22:05:11.8236996Z [00:16:05.075]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngunknown-IDAT
2025-08-20T22:05:11.8428033Z [00:16:05.094]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngunknown-discard
2025-08-20T22:05:11.8658173Z [00:16:05.117]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngunknown-if-safe
2025-08-20T22:05:11.8834988Z [00:16:05.135]➜  lvm2-static-x86_64-unknown-linux-musl> checking for __builtin_clzll... yes
2025-08-20T22:05:11.8958014Z [00:16:05.147]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngunknown-sAPI
2025-08-20T22:05:11.9196400Z [00:16:05.171]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngunknown-sTER
2025-08-20T22:05:11.9468689Z [00:16:05.197]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngunknown-save
2025-08-20T22:05:11.9728445Z [00:16:05.223]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngunknown-vpAg
2025-08-20T22:05:12.0138336Z [00:16:05.265]➜  lvm2-static-x86_64-unknown-linux-musl> checking for __builtin_ffs... yes
2025-08-20T22:05:12.1568604Z [00:16:05.408]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngimage-quick
2025-08-20T22:05:12.1739542Z [00:16:05.425]➜  lvm2-static-x86_64-unknown-linux-musl> checking for ftruncate... yes
2025-08-20T22:05:12.4036833Z [00:16:05.652]➜  lvm2-static-x86_64-unknown-linux-musl> checking for gethostname... yes
2025-08-20T22:05:12.6262045Z [00:16:05.878]➜  lvm2-static-x86_64-unknown-linux-musl> checking for getpagesize... yes
2025-08-20T22:05:12.8601379Z [00:16:06.112]➜  lvm2-static-x86_64-unknown-linux-musl> checking for gettimeofday... yes
2025-08-20T22:05:13.0879559Z [00:16:06.340]➜  lvm2-static-x86_64-unknown-linux-musl> checking for localtime_r... yes
2025-08-20T22:05:13.1761251Z [00:16:06.428]➜  x86_64-unknown-linux-musl-binutils>   CC       not-strip.o
2025-08-20T22:05:13.2025530Z [00:16:06.452]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: fips186-dsa
2025-08-20T22:05:13.2393477Z [00:16:06.491]➜  lvm2-static-x86_64-unknown-linux-musl> checking for memchr... yes
2025-08-20T22:05:13.2688968Z [00:16:06.520]➜  x86_64-unknown-linux-musl-binutils>   CC       wrstabs.o
2025-08-20T22:05:13.3915195Z [00:16:06.641]➜  lvm2-static-x86_64-unknown-linux-musl> checking for memset... yes
2025-08-20T22:05:13.5817324Z [00:16:06.833]➜  lvm2-static-x86_64-unknown-linux-musl> checking for mkdir... yes
2025-08-20T22:05:13.7654912Z [00:16:07.017]➜  lvm2-static-x86_64-unknown-linux-musl> checking for mkfifo... yes
2025-08-20T22:05:13.9311384Z [00:16:07.183]➜  lvm2-static-x86_64-unknown-linux-musl> checking for munmap... yes
2025-08-20T22:05:14.1341595Z [00:16:07.386]➜  lvm2-static-x86_64-unknown-linux-musl> checking for nl_langinfo... yes
2025-08-20T22:05:14.3499907Z [00:16:07.602]➜  lvm2-static-x86_64-unknown-linux-musl> checking for pselect... yes
2025-08-20T22:05:14.5689330Z [00:16:07.821]➜  lvm2-static-x86_64-unknown-linux-musl> checking for realpath... yes
2025-08-20T22:05:14.6355186Z [00:16:07.887]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: dsa-rfc6979
2025-08-20T22:05:14.7598252Z [00:16:08.011]➜  lvm2-static-x86_64-unknown-linux-musl> checking for rmdir... yes
2025-08-20T22:05:14.9593690Z [00:16:08.211]➜  lvm2-static-x86_64-unknown-linux-musl> checking for setenv... yes
2025-08-20T22:05:15.1384823Z [00:16:08.390]➜  lvm2-static-x86_64-unknown-linux-musl> checking for setlocale... yes
2025-08-20T22:05:15.3145885Z [00:16:08.565]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strcasecmp... yes
2025-08-20T22:05:15.3228389Z [00:16:08.574]➜  x86_64-unknown-linux-musl-binutils>   CC       coffgrok.o
2025-08-20T22:05:15.5132771Z [00:16:08.765]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strchr... yes
2025-08-20T22:05:15.6831698Z [00:16:08.935]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strcspn... yes
2025-08-20T22:05:15.8472853Z [00:16:09.099]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strdup... yes
2025-08-20T22:05:16.0141283Z [00:16:09.266]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strerror... yes
2025-08-20T22:05:16.2032980Z [00:16:09.455]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strncasecmp... yes
2025-08-20T22:05:16.2329886Z [00:16:09.485]➜  x86_64-unknown-linux-musl-binutils>   CC       coffdump.o
2025-08-20T22:05:16.3854975Z [00:16:09.637]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strndup... yes
2025-08-20T22:05:16.5697617Z [00:16:09.821]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strrchr... yes
2025-08-20T22:05:16.7306807Z [00:16:09.982]➜  libgcrypt-static-x86_64-unknown-linux-musl>       256 of 300 tests done
2025-08-20T22:05:16.7427204Z [00:16:09.994]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strspn... yes
2025-08-20T22:05:16.9116545Z [00:16:10.163]➜  x86_64-unknown-linux-musl-binutils>   CC       dlltool.o
2025-08-20T22:05:16.9653791Z [00:16:10.217]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strstr... yes
2025-08-20T22:05:17.1199583Z [00:16:10.372]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strtol... yes
2025-08-20T22:05:17.2978877Z [00:16:10.549]➜  lvm2-static-x86_64-unknown-linux-musl> checking for strtoul... yes
2025-08-20T22:05:17.4500722Z [00:16:10.702]➜  libgcrypt-static-x86_64-unknown-linux-musl>       300 tests done
2025-08-20T22:05:17.4580056Z [00:16:10.708]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-dsa
2025-08-20T22:05:17.4630669Z [00:16:10.715]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: curves
2025-08-20T22:05:17.5125194Z [00:16:10.763]➜  lvm2-static-x86_64-unknown-linux-musl> checking for uname... yes
2025-08-20T22:05:17.7128884Z [00:16:10.965]➜  lvm2-static-x86_64-unknown-linux-musl> checking for ffs... yes
2025-08-20T22:05:17.8732122Z [00:16:11.125]➜  lvm2-static-x86_64-unknown-linux-musl> checking for mallinfo2... no
2025-08-20T22:05:18.0144697Z [00:16:11.266]➜  lvm2-static-x86_64-unknown-linux-musl> checking for prlimit... yes
2025-08-20T22:05:18.1826222Z [00:16:11.434]➜  lvm2-static-x86_64-unknown-linux-musl> checking for versionsort... yes
2025-08-20T22:05:18.3988599Z [00:16:11.650]➜  lvm2-static-x86_64-unknown-linux-musl> checking for working alloca.h... yes
2025-08-20T22:05:18.4024504Z [00:16:11.653]➜  lvm2-static-x86_64-unknown-linux-musl> checking for alloca... yes
2025-08-20T22:05:18.5255815Z [00:16:11.775]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether closedir returns void... no
2025-08-20T22:05:18.5274001Z [00:16:11.779]➜  lvm2-static-x86_64-unknown-linux-musl> checking for working chown... no
2025-08-20T22:05:18.7235534Z [00:16:11.975]➜  lvm2-static-x86_64-unknown-linux-musl> checking for fork... yes
2025-08-20T22:05:18.8677973Z [00:16:12.119]➜  lvm2-static-x86_64-unknown-linux-musl> checking for vfork... yes
2025-08-20T22:05:19.0108808Z [00:16:12.263]➜  lvm2-static-x86_64-unknown-linux-musl> checking for alarm... yes
2025-08-20T22:05:19.0120289Z [00:16:12.264]➜  lvm2-static-x86_64-unknown-linux-musl> checking for getpagesize... (cached) yes
2025-08-20T22:05:19.1730588Z [00:16:12.425]➜  lvm2-static-x86_64-unknown-linux-musl> checking for vprintf... yes
2025-08-20T22:05:19.1736795Z [00:16:12.425]➜  lvm2-static-x86_64-unknown-linux-musl> checking for working fork... cross
2025-08-20T22:05:19.1738758Z [00:16:12.425]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: result yes guessed because of cross compilation
2025-08-20T22:05:19.1740499Z [00:16:12.425]➜  lvm2-static-x86_64-unknown-linux-musl> checking for working vfork... (cached) yes
2025-08-20T22:05:19.2015627Z [00:16:12.450]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether lstat correctly handles trailing slash... no
2025-08-20T22:05:19.2029568Z [00:16:12.450]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether lstat accepts an empty string... yes
2025-08-20T22:05:19.2030948Z [00:16:12.450]➜  lvm2-static-x86_64-unknown-linux-musl> checking for GNU libc compatible malloc... (cached) yes
2025-08-20T22:05:19.2032158Z [00:16:12.450]➜  lvm2-static-x86_64-unknown-linux-musl> checking for working memcmp... no
2025-08-20T22:05:19.2033181Z [00:16:12.450]➜  lvm2-static-x86_64-unknown-linux-musl> checking for working mktime... no
2025-08-20T22:05:19.2034440Z [00:16:12.450]➜  lvm2-static-x86_64-unknown-linux-musl> checking for working mmap... yes
2025-08-20T22:05:19.2046096Z [00:16:12.456]➜  lvm2-static-x86_64-unknown-linux-musl> checking for GNU libc compatible realloc... (cached) yes
2025-08-20T22:05:19.2047401Z [00:16:12.456]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether stat accepts an empty string... yes
2025-08-20T22:05:19.2048529Z [00:16:12.456]➜  lvm2-static-x86_64-unknown-linux-musl> checking for working strtod... no
2025-08-20T22:05:19.2771940Z [00:16:12.529]➜  linux-pam-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory `.'
2025-08-20T22:05:19.2931940Z [00:16:12.544]➜  linux-pam-static-x86_64-unknown-linux-musl> autoreconfPhase completed in 33 seconds
2025-08-20T22:05:19.2934050Z [00:16:12.545]➜  linux-pam-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:05:19.3234446Z [00:16:12.573]➜  linux-pam-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T22:05:19.3341440Z [00:16:12.586]➜  linux-pam-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T22:05:19.3472243Z [00:16:12.599]➜  linux-pam-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:05:19.3746956Z [00:16:12.626]➜  linux-pam-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T22:05:19.3849193Z [00:16:12.637]➜  linux-pam-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T22:05:19.3990524Z [00:16:12.651]➜  linux-pam-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:05:19.4103083Z [00:16:12.662]➜  lvm2-static-x86_64-unknown-linux-musl> checking for pow... yes
2025-08-20T22:05:19.4106123Z [00:16:12.662]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable dependency tracking... no
2025-08-20T22:05:19.4111952Z [00:16:12.663]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to build silently... yes
2025-08-20T22:05:19.4145018Z [00:16:12.666]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to use static linking... yes
2025-08-20T22:05:19.4146546Z [00:16:12.666]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to use dynamic linking... no
2025-08-20T22:05:19.4508444Z [00:16:12.702]➜  linux-pam-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T22:05:19.4742423Z [00:16:12.726]➜  linux-pam-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:05:19.4989631Z [00:16:12.751]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -pie flag... yes
2025-08-20T22:05:19.5258377Z [00:16:12.777]➜  linux-pam-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:05:19.5368787Z [00:16:12.789]➜  linux-pam-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:05:19.5776999Z [00:16:12.828]➜  linux-pam-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1 --bindir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/bin --sbindir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin --includedir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/include --mandir=/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man --infodir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/info --docdir=/nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM --libdir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib --libexecdir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/libexec --localedir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale --includedir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/include/security --enable-sconfigdir=/etc/security --enable-lastlog --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:05:19.6957438Z [00:16:12.947]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wl,-z,relro,-z,now,-z,pack-relative-relocs,--as-needed ld flags... yes
2025-08-20T22:05:19.7026256Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking file owner...
2025-08-20T22:05:19.7027578Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking group owner...
2025-08-20T22:05:19.7028643Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking device node uid... 0
2025-08-20T22:05:19.7029730Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking device node gid... 0
2025-08-20T22:05:19.7030846Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking device node mode... 0600
2025-08-20T22:05:19.7032283Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking when to create device nodes... on resume
2025-08-20T22:05:19.7033799Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking default for use_devicesfile... 0
2025-08-20T22:05:19.7035095Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking default name mangling... auto
2025-08-20T22:05:19.7036336Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking default for event_activation... 1
2025-08-20T22:05:19.7037637Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to include snapshots... internal
2025-08-20T22:05:19.7038944Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to include mirrors... internal
2025-08-20T22:05:19.7040324Z [00:16:12.954]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to include thin provisioning... internal
2025-08-20T22:05:19.7104540Z [00:16:12.960]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-thin_check... no
2025-08-20T22:05:19.7134188Z [00:16:12.964]➜  lvm2-static-x86_64-unknown-linux-musl> checking for thin_check... no
2025-08-20T22:05:19.7148864Z [00:16:12.964]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: thin_check not found in path /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/usr/sbin:/sbin
2025-08-20T22:05:19.7161551Z [00:16:12.965]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-thin_dump... no
2025-08-20T22:05:19.7184312Z [00:16:12.968]➜  lvm2-static-x86_64-unknown-linux-musl> checking for thin_dump... no
2025-08-20T22:05:19.7198598Z [00:16:12.970]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: "thin_dump not found in path /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/usr/sbin:/sbin"
2025-08-20T22:05:19.7211824Z [00:16:12.970]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-thin_repair... no
2025-08-20T22:05:19.7228081Z [00:16:12.975]➜  lvm2-static-x86_64-unknown-linux-musl> checking for thin_repair... no
2025-08-20T22:05:19.7242668Z [00:16:12.975]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: "thin_repair not found in path /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/usr/sbin:/sbin"
2025-08-20T22:05:19.7275744Z [00:16:12.975]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-thin_restore... no
2025-08-20T22:05:19.7277106Z [00:16:12.976]➜  lvm2-static-x86_64-unknown-linux-musl> checking for thin_restore... no
2025-08-20T22:05:19.7291273Z [00:16:12.978]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: "thin_restore not found in path /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/usr/sbin:/sbin"
2025-08-20T22:05:19.7364714Z [00:16:12.978]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether /usr/sbin/thin_check (.) supports the needs-check flag... yes
2025-08-20T22:05:19.7366119Z [00:16:12.980]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to include cache... internal
2025-08-20T22:05:19.7371171Z [00:16:12.989]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cache_check... no
2025-08-20T22:05:19.7372377Z [00:16:12.989]➜  lvm2-static-x86_64-unknown-linux-musl> checking for cache_check... no
2025-08-20T22:05:19.7386951Z [00:16:12.989]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: cache_check not found in path /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/usr/sbin:/sbin
2025-08-20T22:05:19.7445207Z [00:16:12.989]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cache_dump... no
2025-08-20T22:05:19.7446386Z [00:16:12.993]➜  lvm2-static-x86_64-unknown-linux-musl> checking for cache_dump... no
2025-08-20T22:05:19.7460376Z [00:16:12.995]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: "cache_dump not found in path /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/usr/sbin:/sbin"
2025-08-20T22:05:19.7529882Z [00:16:12.997]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cache_repair... no
2025-08-20T22:05:19.7531073Z [00:16:12.997]➜  lvm2-static-x86_64-unknown-linux-musl> checking for cache_repair... no
2025-08-20T22:05:19.7615810Z [00:16:12.997]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: "cache_repair not found in path /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/usr/sbin:/sbin"
2025-08-20T22:05:19.7628857Z [00:16:13.001]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-cache_restore... no
2025-08-20T22:05:19.7630065Z [00:16:13.001]➜  lvm2-static-x86_64-unknown-linux-musl> checking for cache_restore... no
2025-08-20T22:05:19.7704369Z [00:16:13.002]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: "cache_restore not found in path /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/usr/sbin:/sbin"
2025-08-20T22:05:19.7717645Z [00:16:13.004]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether /usr/sbin/cache_check (..) supports the needs-check flag... yes
2025-08-20T22:05:19.7718994Z [00:16:13.004]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to include vdo... internal
2025-08-20T22:05:19.7720247Z [00:16:13.010]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-vdoformat... no
2025-08-20T22:05:19.7721390Z [00:16:13.010]➜  lvm2-static-x86_64-unknown-linux-musl> checking for vdoformat... no
2025-08-20T22:05:19.7775923Z [00:16:13.010]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: vdoformat not found in path /nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin
2025-08-20T22:05:19.7788693Z [00:16:13.010]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to include writecache... internal
2025-08-20T22:05:19.7789932Z [00:16:13.010]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to include integrity... internal
2025-08-20T22:05:19.7791176Z [00:16:13.010]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable realtime support... yes
2025-08-20T22:05:19.7792462Z [00:16:13.010]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable OCF resource agents... no
2025-08-20T22:05:19.7793863Z [00:16:13.010]➜  lvm2-static-x86_64-unknown-linux-musl> checking for default run directory... /var/run
2025-08-20T22:05:19.7795149Z [00:16:13.011]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to build cluster mirror log daemon... no
2025-08-20T22:05:19.7796485Z [00:16:13.026]➜  lvm2-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T22:05:19.7797698Z [00:16:13.026]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable debugging... no
2025-08-20T22:05:19.8612707Z [00:16:13.113]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wjump-misses-init flag... yes
2025-08-20T22:05:19.9601401Z [00:16:13.212]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wclobbered flag... yes
2025-08-20T22:05:20.0552283Z [00:16:13.307]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -Wsync-nand flag... yes
2025-08-20T22:05:20.0558025Z [00:16:13.307]➜  lvm2-static-x86_64-unknown-linux-musl> checking for C optimisation flag... -O2
2025-08-20T22:05:20.0606403Z [00:16:13.312]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to use symbol versioning... gnu
2025-08-20T22:05:20.0611858Z [00:16:13.312]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to gather gcov profiling data... no
2025-08-20T22:05:20.0711795Z [00:16:13.323]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable valgrind awareness of pools... no
2025-08-20T22:05:20.1005677Z [00:16:13.350]➜  lvm2-static-x86_64-unknown-linux-musl> checking for valgrind... no
2025-08-20T22:05:20.1227115Z [00:16:13.374]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to use device-mapper... yes
2025-08-20T22:05:20.1243917Z [00:16:13.376]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to build lvmpolld... no
2025-08-20T22:05:20.1248747Z [00:16:13.376]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to build lvmlockdsanlock... no
2025-08-20T22:05:20.1256083Z [00:16:13.377]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to build lvmlockddlm... no
2025-08-20T22:05:20.1320442Z [00:16:13.384]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to build lvmlockddlmcontrol... no
2025-08-20T22:05:20.1325381Z [00:16:13.384]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to build lvmlockdidm... no
2025-08-20T22:05:20.1329897Z [00:16:13.384]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to build lvmlockd... no
2025-08-20T22:05:20.1618786Z [00:16:13.414]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to log to systemd journal... no
2025-08-20T22:05:20.1642938Z [00:16:13.416]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to support systemd appmachineid... no
2025-08-20T22:05:20.1666297Z [00:16:13.418]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable to sd_notify... no
2025-08-20T22:05:20.1718347Z [00:16:13.424]➜  lvm2-static-x86_64-unknown-linux-musl> checking for app running udev background service... /run/current-system/systemd/bin/systemd-run
2025-08-20T22:05:20.1729322Z [00:16:13.425]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:05:20.1868651Z [00:16:13.439]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:05:20.1979793Z [00:16:13.450]➜  lvm2-static-x86_64-unknown-linux-musl> checking for blkid >= 2.24... no
2025-08-20T22:05:20.2151120Z [00:16:13.467]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:05:20.2232182Z [00:16:13.475]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for a thread-safe mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:05:20.2238517Z [00:16:13.475]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:05:20.2326563Z [00:16:13.484]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable libblkid detection of signatures when wiping... no
2025-08-20T22:05:20.2535145Z [00:16:13.502]➜  lvm2-static-x86_64-unknown-linux-musl> checking for libnvme >= 1.4... no
2025-08-20T22:05:20.2613666Z [00:16:13.513]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:05:20.2687139Z [00:16:13.520]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to use libnvme for alternate WWIDs... no
2025-08-20T22:05:20.2695986Z [00:16:13.521]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable synchronization with udev processing... no
2025-08-20T22:05:20.2722123Z [00:16:13.524]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable installation of udev rules required for synchronization... no
2025-08-20T22:05:20.2728205Z [00:16:13.525]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable executable path detection in udev rules... no
2025-08-20T22:05:20.2811576Z [00:16:13.533]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether udev supports built-in blkid... no
2025-08-20T22:05:20.2841076Z [00:16:13.536]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:05:20.2842427Z [00:16:13.536]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable O_DIRECT... yes
2025-08-20T22:05:20.2847673Z [00:16:13.536]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to include Python D-Bus support... no
2025-08-20T22:05:20.2848894Z [00:16:13.536]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to build notifydbus... no
2025-08-20T22:05:20.2879461Z [00:16:13.538]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to install fsadm... yes
2025-08-20T22:05:20.2880918Z [00:16:13.538]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to install lvm_import_vdo... yes
2025-08-20T22:05:20.2895956Z [00:16:13.541]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to install blkdeactivate... yes
2025-08-20T22:05:20.2917677Z [00:16:13.543]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to use dmeventd... no
2025-08-20T22:05:20.2918993Z [00:16:13.543]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to compile liblvm2cmd.so... no
2025-08-20T22:05:20.2920462Z [00:16:13.543]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to build dmfilemapd... no
2025-08-20T22:05:20.3573477Z [00:16:13.609]➜  linux-pam-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:05:20.3778726Z [00:16:13.629]➜  linux-pam-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:05:20.4089391Z [00:16:13.661]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:05:20.4099559Z [00:16:13.662]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:05:20.4922693Z [00:16:13.744]➜  lvm2-static-x86_64-unknown-linux-musl> checking for getline in -lc... yes
2025-08-20T22:05:20.5591383Z [00:16:13.811]➜  x86_64-unknown-linux-musl-binutils>   CC       defparse.o
2025-08-20T22:05:20.6777012Z [00:16:13.929]➜  lvm2-static-x86_64-unknown-linux-musl> checking for canonicalize_file_name in -lc... no
2025-08-20T22:05:20.7244992Z [00:16:13.974]➜  x86_64-unknown-linux-musl-binutils>   CC       deflex.o
2025-08-20T22:05:20.7355896Z [00:16:13.987]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:05:20.7361177Z [00:16:13.988]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:05:20.8431617Z [00:16:14.095]➜  lvm2-static-x86_64-unknown-linux-musl> checking for dlopen in -ldl... yes
2025-08-20T22:05:20.8628330Z [00:16:14.115]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:05:20.8698761Z [00:16:14.122]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:05:20.9508682Z [00:16:14.202]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:05:21.0102083Z [00:16:14.262]➜  lvm2-static-x86_64-unknown-linux-musl> checking for log10 in -lm... yes
2025-08-20T22:05:21.0327519Z [00:16:14.284]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether we are using the GNU C compiler... yes
2025-08-20T22:05:21.1263469Z [00:16:14.378]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:05:21.1944070Z [00:16:14.446]➜  lvm2-static-x86_64-unknown-linux-musl> checking for pthread_mutex_lock in -lpthread... yes
2025-08-20T22:05:21.1945741Z [00:16:14.446]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable selinux support... yes
2025-08-20T22:05:21.2545502Z [00:16:14.501]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to accept ISO C89... none needed
2025-08-20T22:05:21.3154368Z [00:16:14.567]➜  x86_64-unknown-linux-musl-binutils>   CC       windres.o
2025-08-20T22:05:21.3553017Z [00:16:14.607]➜  lvm2-static-x86_64-unknown-linux-musl> checking for sepol_check_context in -lsepol... no
2025-08-20T22:05:21.4085283Z [00:16:14.660]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:05:21.4095133Z [00:16:14.661]➜  linux-pam-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:05:21.4820434Z [00:16:14.734]➜  x86_64-unknown-linux-musl-binutils>   CC       resrc.o
2025-08-20T22:05:21.5178125Z [00:16:14.769]➜  lvm2-static-x86_64-unknown-linux-musl> checking for is_selinux_enabled in -lselinux... no
2025-08-20T22:05:21.5258750Z [00:16:14.776]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: Disabling selinux
2025-08-20T22:05:21.5261234Z [00:16:14.777]➜  linux-pam-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T22:05:21.6023553Z [00:16:14.854]➜  lvm2-static-x86_64-unknown-linux-musl> checking for BLKZEROOUT in sys/ioctl.h.... yes
2025-08-20T22:05:21.6054724Z [00:16:14.856]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to use BLKZEROOUT for device zeroing... yes
2025-08-20T22:05:21.6277295Z [00:16:14.879]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:05:21.6295028Z [00:16:14.881]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:05:21.7554174Z [00:16:15.006]➜  lvm2-static-x86_64-unknown-linux-musl> checking for clock_gettime... yes
2025-08-20T22:05:21.8324714Z [00:16:15.084]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for ANSI C header files... yes
2025-08-20T22:05:21.8415318Z [00:16:15.093]➜  lvm2-static-x86_64-unknown-linux-musl> checking for struct stat has st_ctim.... yes
2025-08-20T22:05:21.8482431Z [00:16:15.100]➜  lvm2-static-x86_64-unknown-linux-musl> checking for getopt.h... (cached) yes
2025-08-20T22:05:21.8487385Z [00:16:15.100]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable internationalisation... no
2025-08-20T22:05:21.8620164Z [00:16:15.112]➜  lvm2-static-x86_64-unknown-linux-musl> checking for kernel modules directory... /lib/modules
2025-08-20T22:05:21.8625305Z [00:16:15.112]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable readline... no
2025-08-20T22:05:21.8629682Z [00:16:15.112]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether to enable editline... no
2025-08-20T22:05:21.9281996Z [00:16:15.180]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:05:22.0162782Z [00:16:15.268]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T22:05:22.0454517Z [00:16:15.297]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:05:22.1743646Z [00:16:15.425]➜  lvm2-static-x86_64-unknown-linux-musl> checking whether strerror_r is declared... yes
2025-08-20T22:05:22.2009103Z [00:16:15.453]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:05:22.2666640Z [00:16:15.518]➜  lvm2-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:05:22.2735029Z [00:16:15.522]➜  lvm2-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-modprobe... no
2025-08-20T22:05:22.2764442Z [00:16:15.526]➜  lvm2-static-x86_64-unknown-linux-musl> checking for modprobe... no
2025-08-20T22:05:22.3133572Z [00:16:15.565]➜  lvm2-static-x86_64-unknown-linux-musl> checking for default lock directory... /run/lock/lvm
2025-08-20T22:05:22.3135047Z [00:16:15.565]➜  lvm2-static-x86_64-unknown-linux-musl> checking for kernel interface choice... ioctl
2025-08-20T22:05:22.3422160Z [00:16:15.594]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:05:22.4556576Z [00:16:15.707]➜  x86_64-unknown-linux-musl-binutils>   CC       rescoff.o
2025-08-20T22:05:22.4881653Z [00:16:15.740]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for memory.h... yes
2025-08-20T22:05:22.5241555Z [00:16:15.776]➜  lvm2-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:05:22.6262110Z [00:16:15.878]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:05:22.7459010Z [00:16:15.997]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:05:22.8620362Z [00:16:16.112]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:05:22.8751361Z [00:16:16.127]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:05:22.9330979Z [00:16:16.185]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating make.tmpl
2025-08-20T22:05:22.9797796Z [00:16:16.231]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:05:22.9881028Z [00:16:16.240]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating libdm/make.tmpl
2025-08-20T22:05:23.0508976Z [00:16:16.303]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/Makefile
2025-08-20T22:05:23.1156644Z [00:16:16.367]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/cmirrord/Makefile
2025-08-20T22:05:23.1221885Z [00:16:16.374]➜  linux-pam-static-x86_64-unknown-linux-musl> checking minix/config.h usability... no
2025-08-20T22:05:23.1951946Z [00:16:16.447]➜  linux-pam-static-x86_64-unknown-linux-musl> checking minix/config.h presence... no
2025-08-20T22:05:23.1953550Z [00:16:16.447]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T22:05:23.1954841Z [00:16:16.447]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/dmeventd/Makefile
2025-08-20T22:05:23.2716295Z [00:16:16.523]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/dmeventd/libdevmapper-event.pc
2025-08-20T22:05:23.3076730Z [00:16:16.559]➜  x86_64-unknown-linux-musl-binutils>   CC       resbin.o
2025-08-20T22:05:23.3152314Z [00:16:16.567]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T22:05:23.3272045Z [00:16:16.578]➜  linux-pam-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:05:23.3394734Z [00:16:16.589]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/dmeventd/plugins/Makefile
2025-08-20T22:05:23.3414698Z [00:16:16.593]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:05:23.3564645Z [00:16:16.608]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:05:23.3786685Z [00:16:16.630]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:05:23.4050042Z [00:16:16.657]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/dmeventd/plugins/lvm2/Makefile
2025-08-20T22:05:23.4143538Z [00:16:16.666]➜  linux-pam-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:05:23.4152952Z [00:16:16.667]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:05:23.4637765Z [00:16:16.715]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/dmeventd/plugins/raid/Makefile
2025-08-20T22:05:23.4898068Z [00:16:16.741]➜  linux-pam-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:05:23.4902186Z [00:16:16.742]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:05:23.5017476Z [00:16:16.753]➜  linux-pam-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 4718592
2025-08-20T22:05:23.5065145Z [00:16:16.756]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/dmeventd/plugins/mirror/Makefile
2025-08-20T22:05:23.5117016Z [00:16:16.763]➜  linux-pam-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:05:23.5124886Z [00:16:16.763]➜  linux-pam-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:05:23.5126800Z [00:16:16.763]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:05:23.5128267Z [00:16:16.763]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T22:05:23.5129921Z [00:16:16.763]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:05:23.5176904Z [00:16:16.769]➜  linux-pam-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T22:05:23.5234506Z [00:16:16.769]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:05:23.5236086Z [00:16:16.771]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:05:23.5237631Z [00:16:16.771]➜  linux-pam-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:05:23.5239498Z [00:16:16.772]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:05:23.5241384Z [00:16:16.773]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:05:23.5612170Z [00:16:16.813]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/dmeventd/plugins/snapshot/Makefile
2025-08-20T22:05:23.5907484Z [00:16:16.842]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:05:23.5913640Z [00:16:16.843]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:05:23.6206709Z [00:16:16.872]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/dmeventd/plugins/thin/Makefile
2025-08-20T22:05:23.6560316Z [00:16:16.908]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/dmeventd/plugins/vdo/Makefile
2025-08-20T22:05:23.7148724Z [00:16:16.967]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/lvmdbusd/Makefile
2025-08-20T22:05:23.7675567Z [00:16:17.019]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/lvmdbusd/lvmdbusd
2025-08-20T22:05:23.8034007Z [00:16:17.055]➜  linux-pam-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:05:23.8098573Z [00:16:17.062]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:05:23.8217869Z [00:16:17.074]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/lvmdbusd/lvmdb.py
2025-08-20T22:05:23.8298093Z [00:16:17.082]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:05:23.8471889Z [00:16:17.099]➜  linux-pam-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:05:23.8558309Z [00:16:17.107]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/lvmdbusd/lvm_shell_proxy.py
2025-08-20T22:05:23.9096803Z [00:16:17.161]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:05:23.9115269Z [00:16:17.163]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:05:23.9127172Z [00:16:17.164]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/lvmdbusd/path.py
2025-08-20T22:05:23.9235024Z [00:16:17.175]➜  linux-pam-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:05:23.9560476Z [00:16:17.208]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/lvmpolld/Makefile
2025-08-20T22:05:24.0156340Z [00:16:17.267]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating daemons/lvmlockd/Makefile
2025-08-20T22:05:24.0467247Z [00:16:17.298]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:05:24.0623601Z [00:16:17.314]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:05:24.0856460Z [00:16:17.337]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating conf/Makefile
2025-08-20T22:05:24.1460944Z [00:16:17.398]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating conf/example.conf
2025-08-20T22:05:24.2135178Z [00:16:17.465]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating conf/lvmlocal.conf
2025-08-20T22:05:24.2710561Z [00:16:17.523]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating conf/command_profile_template.profile
2025-08-20T22:05:24.3467408Z [00:16:17.598]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating conf/metadata_profile_template.profile
2025-08-20T22:05:24.4125911Z [00:16:17.664]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T22:05:24.4527554Z [00:16:17.704]➜  linux-pam-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:05:24.4529586Z [00:16:17.704]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:05:24.4617251Z [00:16:17.713]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating lib/Makefile
2025-08-20T22:05:24.5201713Z [00:16:17.772]➜  linux-pam-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:05:24.5234929Z [00:16:17.775]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating include/lvm-version.h
2025-08-20T22:05:24.5386973Z [00:16:17.790]➜  x86_64-unknown-linux-musl-binutils>   CC       rcparse.o
2025-08-20T22:05:24.5811084Z [00:16:17.833]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating libdaemon/Makefile
2025-08-20T22:05:24.6248579Z [00:16:17.876]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating libdaemon/client/Makefile
2025-08-20T22:05:24.6672065Z [00:16:17.919]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating libdaemon/server/Makefile
2025-08-20T22:05:24.6832191Z [00:16:17.935]➜  linux-pam-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:05:24.7286012Z [00:16:17.978]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating libdm/Makefile
2025-08-20T22:05:24.7837462Z [00:16:18.035]➜  linux-pam-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:05:24.7843410Z [00:16:18.035]➜  linux-pam-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:05:24.8065576Z [00:16:18.055]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating libdm/dm-tools/Makefile
2025-08-20T22:05:24.8648794Z [00:16:18.116]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating libdm/libdevmapper.pc
2025-08-20T22:05:24.9016574Z [00:16:18.151]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:05:24.9077238Z [00:16:18.159]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating man/Makefile
2025-08-20T22:05:24.9655848Z [00:16:18.217]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile
2025-08-20T22:05:25.0095530Z [00:16:18.260]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvm2-pvscan.service
2025-08-20T22:05:25.0725531Z [00:16:18.322]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/blkdeactivate.sh
2025-08-20T22:05:25.1181146Z [00:16:18.370]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/blk_availability_init_red_hat
2025-08-20T22:05:25.1786389Z [00:16:18.430]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/blk_availability_systemd_red_hat.service
2025-08-20T22:05:25.2046104Z [00:16:18.452]➜  linux-pam-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:05:25.2048130Z [00:16:18.452]➜  linux-pam-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:05:25.2067595Z [00:16:18.458]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:05:25.2116121Z [00:16:18.463]➜  linux-pam-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:05:25.2117870Z [00:16:18.463]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:05:25.2119577Z [00:16:18.463]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:05:25.2121542Z [00:16:18.463]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
2025-08-20T22:05:25.2366644Z [00:16:18.488]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/cmirrord_init_red_hat
2025-08-20T22:05:25.3116828Z [00:16:18.563]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/com.redhat.lvmdbus1.service
2025-08-20T22:05:25.3303656Z [00:16:18.582]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether we are using the GNU C compiler... (cached) yes
2025-08-20T22:05:25.3309789Z [00:16:18.582]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
2025-08-20T22:05:25.3319062Z [00:16:18.584]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to accept ISO C89... (cached) none needed
2025-08-20T22:05:25.3327663Z [00:16:18.584]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... (cached) yes
2025-08-20T22:05:25.3365586Z [00:16:18.588]➜  linux-pam-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... (cached) none
2025-08-20T22:05:25.3370764Z [00:16:18.589]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for bison... no
2025-08-20T22:05:25.3380940Z [00:16:18.590]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for byacc... no
2025-08-20T22:05:25.3415107Z [00:16:18.593]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for flex... flex
2025-08-20T22:05:25.3670620Z [00:16:18.619]➜  linux-pam-static-x86_64-unknown-linux-musl> checking lex output file root... lex.yy
2025-08-20T22:05:25.3765816Z [00:16:18.625]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/dm_event_systemd_red_hat.service
2025-08-20T22:05:25.4237019Z [00:16:18.675]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/dm_event_systemd_red_hat.socket
2025-08-20T22:05:25.5025678Z [00:16:18.752]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvm2_cmirrord_systemd_red_hat.service
2025-08-20T22:05:25.5460789Z [00:16:18.798]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvm2_lvmdbusd_systemd_red_hat.service
2025-08-20T22:05:25.5968908Z [00:16:18.848]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvm2_lvmpolld_init_red_hat
2025-08-20T22:05:25.6263712Z [00:16:18.878]➜  x86_64-unknown-linux-musl-binutils>   CC       rclex.o
2025-08-20T22:05:25.6611226Z [00:16:18.913]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvm2_lvmpolld_systemd_red_hat.service
2025-08-20T22:05:25.7167441Z [00:16:18.968]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvm2_lvmpolld_systemd_red_hat.socket
2025-08-20T22:05:25.7644252Z [00:16:19.016]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvmlockd.service
2025-08-20T22:05:25.8148250Z [00:16:19.066]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvmlocks.service
2025-08-20T22:05:25.8687304Z [00:16:19.120]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvm2_monitoring_init_red_hat
2025-08-20T22:05:25.9231932Z [00:16:19.175]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvm2_monitoring_systemd_red_hat.service
2025-08-20T22:05:25.9703141Z [00:16:19.222]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvm2_tmpfiles_red_hat.conf
2025-08-20T22:05:26.0130794Z [00:16:19.265]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/lvmdump.sh
2025-08-20T22:05:26.0694968Z [00:16:19.321]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating scripts/Makefile
2025-08-20T22:05:26.1167128Z [00:16:19.368]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating test/Makefile
2025-08-20T22:05:26.1664952Z [00:16:19.418]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating tools/Makefile
2025-08-20T22:05:26.2232094Z [00:16:19.475]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating udev/Makefile
2025-08-20T22:05:26.2655445Z [00:16:19.516]➜  x86_64-unknown-linux-musl-binutils>   CXX      incremental-dump.o
2025-08-20T22:05:26.2902707Z [00:16:19.542]➜  lvm2-static-x86_64-unknown-linux-musl> config.status: creating include/configure.h
2025-08-20T22:05:26.3471015Z [00:16:19.599]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: unrecognized options: --enable-static
2025-08-20T22:05:26.3487066Z [00:16:19.600]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: Support for thin provisioning is limited since some thin provisioning tools are missing!
2025-08-20T22:05:26.3494278Z [00:16:19.601]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: Support for cache is limited since some cache tools are missing!
2025-08-20T22:05:26.3500408Z [00:16:19.601]➜  lvm2-static-x86_64-unknown-linux-musl> configure: WARNING: Unrecognized 'vdoformat' tool is REQUIRED for VDO logical volume creation!
2025-08-20T22:05:26.4684712Z [00:16:19.720]➜  lvm2-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:05:26.4908242Z [00:16:19.742]➜  lvm2-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash libdm.device-mapper
2025-08-20T22:05:26.5319075Z [00:16:19.784]➜  lvm2-static-x86_64-unknown-linux-musl> make -C libdm device-mapper
2025-08-20T22:05:26.5690249Z [00:16:19.821]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] bitset.c
2025-08-20T22:05:26.5787817Z [00:16:19.826]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] hash.c
2025-08-20T22:05:26.5789869Z [00:16:19.826]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] list.c
2025-08-20T22:05:26.5889676Z [00:16:19.841]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] libdm-common.c
2025-08-20T22:05:26.5985385Z [00:16:19.850]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] libdm-config.c
2025-08-20T22:05:26.8747163Z [00:16:20.126]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] libdm-deptree.c
2025-08-20T22:05:26.9181991Z [00:16:20.170]➜  x86_64-unknown-linux-musl-binutils>   CC       winduni.o
2025-08-20T22:05:27.0979511Z [00:16:20.350]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] libdm-file.c
2025-08-20T22:05:27.3638047Z [00:16:20.615]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] libdm-report.c
2025-08-20T22:05:27.7106095Z [00:16:20.962]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] libdm-stats.c
2025-08-20T22:05:28.3475515Z [00:16:21.596]➜  x86_64-unknown-linux-musl-binutils>   CC       resres.o
2025-08-20T22:05:28.4977341Z [00:16:21.749]➜  x86_64-unknown-linux-musl-binutils>   AR       libgold.a
2025-08-20T22:05:28.5117016Z [00:16:21.763]➜  x86_64-unknown-linux-musl-binutils> ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T22:05:28.6757147Z [00:16:21.927]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] libdm-string.c
2025-08-20T22:05:29.5308152Z [00:16:22.782]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] libdm-targets.c
2025-08-20T22:05:29.5829291Z [00:16:22.835]➜  linux-pam-static-x86_64-unknown-linux-musl> checking lex library... none needed
2025-08-20T22:05:29.5845797Z [00:16:22.836]➜  libgcrypt-static-x86_64-unknown-linux-musl>       256 of 320 tests done
2025-08-20T22:05:29.6529801Z [00:16:22.905]➜  x86_64-unknown-linux-musl-binutils>   CC       windmc.o
2025-08-20T22:05:29.8845518Z [00:16:23.133]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] libdm-timestamp.c
2025-08-20T22:05:30.1436857Z [00:16:23.395]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] dbg_malloc.c
2025-08-20T22:05:30.5231175Z [00:16:23.775]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] pool.c
2025-08-20T22:05:30.7177851Z [00:16:23.969]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] matcher.c
2025-08-20T22:05:30.8046728Z [00:16:24.056]➜  x86_64-unknown-linux-musl-binutils>   CC       mcparse.o
2025-08-20T22:05:31.2544951Z [00:16:24.497]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] parse_rx.c
2025-08-20T22:05:31.2584900Z [00:16:24.510]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether yytext is a pointer... no
2025-08-20T22:05:31.2666074Z [00:16:24.518]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:05:31.2804501Z [00:16:24.532]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T22:05:31.5982934Z [00:16:24.850]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether ld supports --as-needed... yes
2025-08-20T22:05:31.8486679Z [00:16:25.100]➜  x86_64-unknown-linux-musl-binutils>   CC       mclex.o
2025-08-20T22:05:31.8932112Z [00:16:25.145]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether ld supports --no-undefined... yes
2025-08-20T22:05:31.9139075Z [00:16:25.166]➜  x86_64-unknown-linux-musl-binutils>   CC       addr2line.o
2025-08-20T22:05:32.0755323Z [00:16:25.324]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] ttree.c
2025-08-20T22:05:32.1198286Z [00:16:25.371]➜  lvm2-static-x86_64-unknown-linux-musl>     [CC] libdm-iface.c
2025-08-20T22:05:32.1494441Z [00:16:25.399]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether ld supports -O1... yes
2025-08-20T22:05:32.3927292Z [00:16:25.644]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether ld supports "-z now"... yes
2025-08-20T22:05:32.4014807Z [00:16:25.651]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for special C compiler options needed for large files... no
2025-08-20T22:05:32.5278757Z [00:16:25.779]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T22:05:32.6789104Z [00:16:25.930]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Werror -Wunknown-warning-option... no
2025-08-20T22:05:32.8035202Z [00:16:26.051]➜  x86_64-unknown-linux-musl-binutils>   CC       readelf.o
2025-08-20T22:05:32.8324537Z [00:16:26.084]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -W... yes
2025-08-20T22:05:33.0673497Z [00:16:26.319]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wall... yes
2025-08-20T22:05:33.0866908Z [00:16:26.338]➜  x86_64-unknown-linux-musl-binutils>   CXXLD    dwp
2025-08-20T22:05:33.2965623Z [00:16:26.548]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wbad-function-cast... yes
2025-08-20T22:05:33.5225532Z [00:16:26.774]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wcast-align... yes
2025-08-20T22:05:33.6746240Z [00:16:26.926]➜  libgcrypt-static-x86_64-unknown-linux-musl>       320 tests done
2025-08-20T22:05:33.6874977Z [00:16:26.937]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-ecdsa
2025-08-20T22:05:33.7224786Z [00:16:26.974]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wcast-align=strict... yes
2025-08-20T22:05:33.8809196Z [00:16:27.133]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wcast-qual... yes
2025-08-20T22:05:34.0325564Z [00:16:27.284]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wdeprecated... yes
2025-08-20T22:05:34.2375964Z [00:16:27.489]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wformat=2... yes
2025-08-20T22:05:34.4354277Z [00:16:27.687]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Winit-self... yes
2025-08-20T22:05:34.6047337Z [00:16:27.856]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Winline... yes
2025-08-20T22:05:34.7551599Z [00:16:28.007]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wmain... yes
2025-08-20T22:05:34.8478262Z [00:16:28.099]➜  lvm2-static-x86_64-unknown-linux-musl>     [AR] ioctl/libdevmapper.a
2025-08-20T22:05:34.8696840Z [00:16:28.118]➜  lvm2-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: creating ioctl/libdevmapper.a
2025-08-20T22:05:34.8784149Z [00:16:28.130]➜  lvm2-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:05:34.9059854Z [00:16:28.158]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wmissing-declarations... yes
2025-08-20T22:05:34.9121336Z [00:16:28.164]➜  lvm2-static-x86_64-unknown-linux-musl>     [INSTALL] ioctl/libdevmapper.a
2025-08-20T22:05:34.9539679Z [00:16:28.203]➜  lvm2-static-x86_64-unknown-linux-musl>     [INSTALL] libdevmapper.h
2025-08-20T22:05:34.9806531Z [00:16:28.232]➜  lvm2-static-x86_64-unknown-linux-musl>     [INSTALL] libdevmapper.pc
2025-08-20T22:05:34.9885217Z [00:16:28.240]➜  lvm2-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:05:35.0211050Z [00:16:28.273]➜  lvm2-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/4jfbxa2bclx8kq4xawsk7g71fkifbm2p-lvm2-static-x86_64-unknown-linux-musl-2.03.33
2025-08-20T22:05:35.0278279Z [00:16:28.279]➜  lvm2-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/4jfbxa2bclx8kq4xawsk7g71fkifbm2p-lvm2-static-x86_64-unknown-linux-musl-2.03.33...
2025-08-20T22:05:35.0560257Z [00:16:28.307]➜  lvm2-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/4jfbxa2bclx8kq4xawsk7g71fkifbm2p-lvm2-static-x86_64-unknown-linux-musl-2.03.33
2025-08-20T22:05:35.0567236Z [00:16:28.307]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wmissing-format-attribute... yes
2025-08-20T22:05:35.0642800Z [00:16:28.316]➜  lvm2-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/4jfbxa2bclx8kq4xawsk7g71fkifbm2p-lvm2-static-x86_64-unknown-linux-musl-2.03.33/lib
2025-08-20T22:05:35.1610200Z [00:16:28.413]➜  lvm2-static-x86_64-unknown-linux-musl> Running phase: installCheckPhase
2025-08-20T22:05:35.2079240Z [00:16:28.460]➜  lvm2-static-x86_64-unknown-linux-musl> no installcheck target in Makefile, doing nothing
2025-08-20T22:05:35.2084015Z [00:16:28.460]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wmissing-prototypes... yes
2025-08-20T22:05:35.4522315Z [00:16:28.704]➜  building '/nix/store/ajd8wipy55a71x3ypvqi3k623dvddr8h-lz4-static-x86_64-unknown-linux-musl-1.10.0.drv'...
2025-08-20T22:05:35.4527746Z [00:16:28.705]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wnull-dereference... yes
2025-08-20T22:05:35.4532492Z [00:16:28.705]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wp64... no
2025-08-20T22:05:35.5669623Z [00:16:28.817]➜  lz4-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:05:35.5718979Z [00:16:28.824]➜  lz4-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/xng82y87ix0dp9hzv64wjf44nff4ah4i-source
2025-08-20T22:05:35.6035575Z [00:16:28.853]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wpointer-arith... yes
2025-08-20T22:05:35.6184495Z [00:16:28.868]➜  lz4-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T22:05:35.6291170Z [00:16:28.881]➜  libgcrypt-static-x86_64-unknown-linux-musl>       256 of 1026 tests done
2025-08-20T22:05:35.6427163Z [00:16:28.894]➜  lz4-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:05:35.6581982Z [00:16:28.910]➜  lz4-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:05:35.6849399Z [00:16:28.935]➜  lz4-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:05:35.7086467Z [00:16:28.960]➜  lz4-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:05:35.7219363Z [00:16:28.974]➜  lz4-static-x86_64-unknown-linux-musl> fixing cmake files...
2025-08-20T22:05:35.7495392Z [00:16:29.001]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wreturn-type... yes
2025-08-20T22:05:35.8302288Z [00:16:29.075]➜  lz4-static-x86_64-unknown-linux-musl> cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0/share/doc/LZ4 -DCMAKE_INSTALL_INFODIR=/nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/2kwnxv0k26v355asf2m6s97nyqm15bmz-lz4-static-x86_64-unknown-linux-musl-1.10.0-man/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-strip -DCMAKE_RANLIB=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-ranlib -DCMAKE_AR=/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-ar -DCMAKE_C_COMPILER=x86_64-unknown-linux-musl-gcc -DCMAKE_CXX_COMPILER=x86_64-unknown-linux-musl-g++ -DCMAKE_INSTALL_PREFIX=/nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0 -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_SKIP_INSTALL_RPATH=On -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env -DCMAKE_LINK_SEARCH_START_STATIC=ON
2025-08-20T22:05:35.8435706Z [00:16:29.095]➜  lz4-static-x86_64-unknown-linux-musl> CMake Deprecation Warning at CMakeLists.txt:11 (cmake_minimum_required):
2025-08-20T22:05:35.8437696Z [00:16:29.095]➜  lz4-static-x86_64-unknown-linux-musl>   Compatibility with CMake < 3.10 will be removed from a future version of
2025-08-20T22:05:35.8455588Z [00:16:29.095]➜  lz4-static-x86_64-unknown-linux-musl>   CMake.
2025-08-20T22:05:35.8464113Z [00:16:29.095]➜  lz4-static-x86_64-unknown-linux-musl> 
2025-08-20T22:05:35.8465334Z [00:16:29.095]➜  lz4-static-x86_64-unknown-linux-musl>   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
2025-08-20T22:05:35.8466793Z [00:16:29.095]➜  lz4-static-x86_64-unknown-linux-musl>   to tell CMake that the project requires at least <min> but has been updated
2025-08-20T22:05:35.8468106Z [00:16:29.095]➜  lz4-static-x86_64-unknown-linux-musl>   to work with policies introduced by <max> or earlier.
2025-08-20T22:05:35.8469011Z [00:16:29.095]➜  lz4-static-x86_64-unknown-linux-musl> 
2025-08-20T22:05:35.8469675Z [00:16:29.095]➜  lz4-static-x86_64-unknown-linux-musl> 
2025-08-20T22:05:35.8537288Z [00:16:29.105]➜  lz4-static-x86_64-unknown-linux-musl> -- Creating build script for LZ4 version: 1.10.0
2025-08-20T22:05:35.9124197Z [00:16:29.164]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wshadow... yes
2025-08-20T22:05:35.9671013Z [00:16:29.219]➜  lz4-static-x86_64-unknown-linux-musl> -- The C compiler identification is GNU 14.3.0
2025-08-20T22:05:35.9880920Z [00:16:29.240]➜  lz4-static-x86_64-unknown-linux-musl> -- Detecting C compiler ABI info
2025-08-20T22:05:36.1285130Z [00:16:29.380]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wstrict-prototypes... yes
2025-08-20T22:05:36.2157551Z [00:16:29.467]➜  lz4-static-x86_64-unknown-linux-musl> -- Detecting C compiler ABI info - done
2025-08-20T22:05:36.2558308Z [00:16:29.507]➜  lz4-static-x86_64-unknown-linux-musl> -- Check for working C compiler: /nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin/x86_64-unknown-linux-musl-gcc - skipped
2025-08-20T22:05:36.2562883Z [00:16:29.508]➜  lz4-static-x86_64-unknown-linux-musl> -- Detecting C compile features
2025-08-20T22:05:36.2568953Z [00:16:29.508]➜  lz4-static-x86_64-unknown-linux-musl> -- Detecting C compile features - done
2025-08-20T22:05:36.2942968Z [00:16:29.546]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_pedantic_errors
2025-08-20T22:05:36.3201731Z [00:16:29.571]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wundef... yes
2025-08-20T22:05:36.3538942Z [00:16:29.605]➜  x86_64-unknown-linux-musl-binutils>   CC       unwind-ia64.o
2025-08-20T22:05:36.5013889Z [00:16:29.753]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wuninitialized... yes
2025-08-20T22:05:36.5675530Z [00:16:29.819]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_pedantic_errors - Success
2025-08-20T22:05:36.5697648Z [00:16:29.821]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wall
2025-08-20T22:05:36.7081737Z [00:16:29.959]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wunused... yes
2025-08-20T22:05:36.8237342Z [00:16:30.075]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wall - Success
2025-08-20T22:05:36.8239685Z [00:16:30.076]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wextra
2025-08-20T22:05:36.9228852Z [00:16:30.174]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc handles -Wwrite-strings... yes
2025-08-20T22:05:36.9235714Z [00:16:30.175]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for CC_FOR_BUILD... gcc
2025-08-20T22:05:36.9870711Z [00:16:30.239]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for __attribute__((unused))... yes
2025-08-20T22:05:37.0183699Z [00:16:30.270]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for .symver assembler directive... yes
2025-08-20T22:05:37.1206038Z [00:16:30.372]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wextra - Success
2025-08-20T22:05:37.1210862Z [00:16:30.372]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wundef
2025-08-20T22:05:37.1323935Z [00:16:30.381]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for ld --version-script... yes
2025-08-20T22:05:37.3038463Z [00:16:30.555]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for -fpie/-pie support... yes
2025-08-20T22:05:37.3087386Z [00:16:30.560]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for libprelude-config... no
2025-08-20T22:05:37.3119014Z [00:16:30.564]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for libprelude - version >= 0.9.0... no
2025-08-20T22:05:37.3376828Z [00:16:30.589]➜  linux-pam-static-x86_64-unknown-linux-musl> Defining $ISA to "../../lib/security"
2025-08-20T22:05:37.4136795Z [00:16:30.665]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wundef - Success
2025-08-20T22:05:37.4141947Z [00:16:30.666]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wcast_qual
2025-08-20T22:05:37.4455941Z [00:16:30.696]➜  linux-pam-static-x86_64-unknown-linux-musl> checking paths.h usability... yes
2025-08-20T22:05:37.4921001Z [00:16:30.742]➜  linux-pam-static-x86_64-unknown-linux-musl> checking paths.h presence... yes
2025-08-20T22:05:37.4922612Z [00:16:30.742]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for paths.h... yes
2025-08-20T22:05:37.5014729Z [00:16:30.753]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for xauth... no
2025-08-20T22:05:37.6670171Z [00:16:30.919]➜  libgcrypt-static-x86_64-unknown-linux-musl>       512 of 1026 tests done
2025-08-20T22:05:37.6736451Z [00:16:30.924]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wcast_qual - Success
2025-08-20T22:05:37.6737624Z [00:16:30.925]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wcast_align
2025-08-20T22:05:37.6748477Z [00:16:30.926]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for library containing dlopen... none required
2025-08-20T22:05:37.7067020Z [00:16:30.958]➜  x86_64-unknown-linux-musl-binutils>   CC       elfedit.o
2025-08-20T22:05:37.8235393Z [00:16:31.075]➜  linux-pam-static-x86_64-unknown-linux-musl> checking libaudit.h usability... yes
2025-08-20T22:05:37.9040782Z [00:16:31.156]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wcast_align - Success
2025-08-20T22:05:37.9054127Z [00:16:31.157]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wshadow
2025-08-20T22:05:37.9180740Z [00:16:31.170]➜  linux-pam-static-x86_64-unknown-linux-musl> checking libaudit.h presence... yes
2025-08-20T22:05:37.9181942Z [00:16:31.170]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for libaudit.h... yes
2025-08-20T22:05:38.1588230Z [00:16:31.410]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for audit_log_acct_message in -laudit... no
2025-08-20T22:05:38.1731941Z [00:16:31.425]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wshadow - Success
2025-08-20T22:05:38.1814946Z [00:16:31.431]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wswitch_enum
2025-08-20T22:05:38.3798192Z [00:16:31.631]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for struct audit_tty_status... yes
2025-08-20T22:05:38.4667580Z [00:16:31.718]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wswitch_enum - Success
2025-08-20T22:05:38.4695764Z [00:16:31.721]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wdeclaration_after_statement
2025-08-20T22:05:38.4959332Z [00:16:31.748]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for struct audit_tty_status.log_passwd... yes
2025-08-20T22:05:38.6065767Z [00:16:31.856]➜  linux-pam-static-x86_64-unknown-linux-musl> checking crypt.h usability... yes
2025-08-20T22:05:38.6599967Z [00:16:31.912]➜  linux-pam-static-x86_64-unknown-linux-musl> checking crypt.h presence... yes
2025-08-20T22:05:38.6605399Z [00:16:31.912]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for crypt.h... yes
2025-08-20T22:05:38.6672233Z [00:16:31.918]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-pkg-config... no
2025-08-20T22:05:38.6675580Z [00:16:31.919]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for pkg-config... /nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin/pkg-config
2025-08-20T22:05:38.6689233Z [00:16:31.921]➜  linux-pam-static-x86_64-unknown-linux-musl> configure: WARNING: using cross tools not prefixed with host triplet
2025-08-20T22:05:38.6759262Z [00:16:31.928]➜  linux-pam-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T22:05:38.6888740Z [00:16:31.939]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for libcrypt... no
2025-08-20T22:05:38.7376387Z [00:16:31.989]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wdeclaration_after_statement - Success
2025-08-20T22:05:38.7434657Z [00:16:31.994]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wstrict_prototypes
2025-08-20T22:05:39.0107748Z [00:16:32.262]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wstrict_prototypes - Success
2025-08-20T22:05:39.0164942Z [00:16:32.262]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wpointer_arith
2025-08-20T22:05:39.0742454Z [00:16:32.326]➜  x86_64-unknown-linux-musl-binutils>   CC       dllwrap.o
2025-08-20T22:05:39.0976805Z [00:16:32.348]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for library containing crypt_gensalt_rn... -lcrypt
2025-08-20T22:05:39.2833995Z [00:16:32.535]➜  lz4-static-x86_64-unknown-linux-musl> -- Performing Test CFLAG_Wpointer_arith - Success
2025-08-20T22:05:39.2956366Z [00:16:32.547]➜  lz4-static-x86_64-unknown-linux-musl> -- Configuring done (3.5s)
2025-08-20T22:05:39.3335874Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl> -- Generating done (0.0s)
2025-08-20T22:05:39.3337469Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl> CMake Warning:
2025-08-20T22:05:39.3338744Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl>   Manually-specified variables were not used by the project:
2025-08-20T22:05:39.3339834Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl> 
2025-08-20T22:05:39.3340728Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl>     BUILD_TESTING
2025-08-20T22:05:39.3341762Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl>     CMAKE_CXX_COMPILER
2025-08-20T22:05:39.3342871Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl>     CMAKE_EXPORT_NO_PACKAGE_REGISTRY
2025-08-20T22:05:39.3344305Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl>     CMAKE_FIND_USE_PACKAGE_REGISTRY
2025-08-20T22:05:39.3345550Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl>     CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
2025-08-20T22:05:39.3346725Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl>     CMAKE_POLICY_DEFAULT_CMP0025
2025-08-20T22:05:39.3347679Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl> 
2025-08-20T22:05:39.3348444Z [00:16:32.583]➜  lz4-static-x86_64-unknown-linux-musl> 
2025-08-20T22:05:39.3349673Z [00:16:32.585]➜  lz4-static-x86_64-unknown-linux-musl> -- Build files have been written to: /build/source/build-dist
2025-08-20T22:05:39.3469194Z [00:16:32.599]➜  lz4-static-x86_64-unknown-linux-musl> cmake: enabled parallel building
2025-08-20T22:05:39.3474695Z [00:16:32.599]➜  lz4-static-x86_64-unknown-linux-musl> cmake: enabled parallel installing
2025-08-20T22:05:39.3517602Z [00:16:32.603]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for crypt_r... yes
2025-08-20T22:05:39.3559471Z [00:16:32.608]➜  lz4-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:05:39.3826519Z [00:16:32.634]➜  lz4-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:05:39.5307377Z [00:16:32.782]➜  lz4-static-x86_64-unknown-linux-musl> [  4%] Building C object CMakeFiles/lz4_static.dir/build/source/lib/lz4.c.o
2025-08-20T22:05:39.5309316Z [00:16:32.782]➜  lz4-static-x86_64-unknown-linux-musl> [  9%] Building C object CMakeFiles/lz4cli.dir/build/source/programs/lz4cli.c.o
2025-08-20T22:05:39.5310996Z [00:16:32.782]➜  lz4-static-x86_64-unknown-linux-musl> [ 14%] Building C object CMakeFiles/lz4cli.dir/build/source/programs/bench.c.o
2025-08-20T22:05:39.5312677Z [00:16:32.782]➜  lz4-static-x86_64-unknown-linux-musl> [ 19%] Building C object CMakeFiles/lz4cli.dir/build/source/programs/lorem.c.o
2025-08-20T22:05:39.5401189Z [00:16:32.792]➜  lz4-static-x86_64-unknown-linux-musl> [ 23%] Building C object CMakeFiles/lz4cli.dir/build/source/programs/lz4io.c.o
2025-08-20T22:05:39.7684528Z [00:16:33.020]➜  libgcrypt-static-x86_64-unknown-linux-musl>       768 of 1026 tests done
2025-08-20T22:05:39.9166679Z [00:16:33.168]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for db_create... yes
2025-08-20T22:05:40.1395204Z [00:16:33.390]➜  linux-pam-static-x86_64-unknown-linux-musl> checking db.h usability... yes
2025-08-20T22:05:40.2546196Z [00:16:33.506]➜  lz4-static-x86_64-unknown-linux-musl> [ 28%] Building C object CMakeFiles/lz4cli.dir/build/source/programs/threadpool.c.o
2025-08-20T22:05:40.2595494Z [00:16:33.511]➜  linux-pam-static-x86_64-unknown-linux-musl> checking db.h presence... yes
2025-08-20T22:05:40.2662314Z [00:16:33.511]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for db.h... yes
2025-08-20T22:05:40.2745866Z [00:16:33.526]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for libtirpc... no
2025-08-20T22:05:40.3000708Z [00:16:33.552]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for libnsl... no
2025-08-20T22:05:40.4066215Z [00:16:33.658]➜  lz4-static-x86_64-unknown-linux-musl> [ 33%] Building C object CMakeFiles/lz4_static.dir/build/source/lib/lz4file.c.o
2025-08-20T22:05:40.5507566Z [00:16:33.802]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for yp_match in -lnsl... no
2025-08-20T22:05:40.8411158Z [00:16:34.093]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for yp_get_default_domain... no
2025-08-20T22:05:40.8595509Z [00:16:34.111]➜  x86_64-unknown-linux-musl-binutils>   CC       nm.o
2025-08-20T22:05:40.8597245Z [00:16:34.111]➜  lz4-static-x86_64-unknown-linux-musl> [ 38%] Building C object CMakeFiles/lz4_static.dir/build/source/lib/lz4frame.c.o
2025-08-20T22:05:41.0988785Z [00:16:34.350]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for yp_bind... no
2025-08-20T22:05:41.2898365Z [00:16:34.541]➜  x86_64-unknown-linux-musl-binutils>   CC       is-strip.o
2025-08-20T22:05:41.4163122Z [00:16:34.666]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for yp_match... no
2025-08-20T22:05:41.4292468Z [00:16:34.681]➜  x86_64-unknown-linux-musl-binutils>   CC       cxxfilt.o
2025-08-20T22:05:41.7184577Z [00:16:34.968]➜  lz4-static-x86_64-unknown-linux-musl> [ 42%] Building C object CMakeFiles/lz4_static.dir/build/source/lib/lz4hc.c.o
2025-08-20T22:05:41.7268841Z [00:16:34.978]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for yp_unbind... no
2025-08-20T22:05:41.9682949Z [00:16:35.220]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for rpcb_getaddr... no
2025-08-20T22:05:42.0235094Z [00:16:35.273]➜  x86_64-unknown-linux-musl-binutils>   CC       bfdtest1.o
2025-08-20T22:05:42.1246085Z [00:16:35.376]➜  linux-pam-static-x86_64-unknown-linux-musl> checking rpc/rpc.h usability... no
2025-08-20T22:05:42.2150870Z [00:16:35.467]➜  libgcrypt-static-x86_64-unknown-linux-musl>       1024 of 1026 tests done
2025-08-20T22:05:42.2185493Z [00:16:35.470]➜  linux-pam-static-x86_64-unknown-linux-musl> checking rpc/rpc.h presence... no
2025-08-20T22:05:42.2190522Z [00:16:35.470]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for rpc/rpc.h... no
2025-08-20T22:05:42.2385526Z [00:16:35.489]➜  libgcrypt-static-x86_64-unknown-linux-musl>       1026 tests done
2025-08-20T22:05:42.2421934Z [00:16:35.494]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-ed25519
2025-08-20T22:05:42.3770763Z [00:16:35.629]➜  linux-pam-static-x86_64-unknown-linux-musl> checking rpcsvc/ypclnt.h usability... no
2025-08-20T22:05:42.4780126Z [00:16:35.730]➜  linux-pam-static-x86_64-unknown-linux-musl> checking rpcsvc/ypclnt.h presence... no
2025-08-20T22:05:42.4785916Z [00:16:35.730]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for rpcsvc/ypclnt.h... no
2025-08-20T22:05:42.5155349Z [00:16:35.764]➜  x86_64-unknown-linux-musl-binutils>   CC       bfdtest2.o
2025-08-20T22:05:42.6906603Z [00:16:35.942]➜  linux-pam-static-x86_64-unknown-linux-musl> checking rpcsvc/yp_prot.h usability... no
2025-08-20T22:05:42.8178115Z [00:16:36.069]➜  linux-pam-static-x86_64-unknown-linux-musl> checking rpcsvc/yp_prot.h presence... no
2025-08-20T22:05:42.8179533Z [00:16:36.070]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for rpcsvc/yp_prot.h... no
2025-08-20T22:05:42.8420898Z [00:16:36.094]➜  lz4-static-x86_64-unknown-linux-musl> [ 47%] Building C object CMakeFiles/lz4cli.dir/build/source/programs/timefn.c.o
2025-08-20T22:05:42.9511767Z [00:16:36.201]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether getrpcport is declared... no
2025-08-20T22:05:43.0491169Z [00:16:36.301]➜  x86_64-unknown-linux-musl-binutils>   CCLD     bin2c
2025-08-20T22:05:43.0503895Z [00:16:36.302]➜  lz4-static-x86_64-unknown-linux-musl> [ 52%] Building C object CMakeFiles/lz4cli.dir/build/source/programs/util.c.o
2025-08-20T22:05:43.1808798Z [00:16:36.432]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getfilecon in -lselinux... no
2025-08-20T22:05:43.1941184Z [00:16:36.446]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for libsystemd >= 254... no
2025-08-20T22:05:43.2230990Z [00:16:36.475]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for libeconf >= 0.5.0... no
2025-08-20T22:05:43.3229139Z [00:16:36.575]➜  lz4-static-x86_64-unknown-linux-musl> [ 57%] Building C object CMakeFiles/lz4cli.dir/build/source/lib/lz4.c.o
2025-08-20T22:05:43.3935922Z [00:16:36.645]➜  x86_64-unknown-linux-musl-binutils>   CCLD     size
2025-08-20T22:05:43.4060798Z [00:16:36.657]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for dirent.h that defines DIR... yes
2025-08-20T22:05:43.5492996Z [00:16:36.799]➜  libgcrypt-static-x86_64-unknown-linux-musl>       18 tests done
2025-08-20T22:05:43.5535846Z [00:16:36.801]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-cv25519
2025-08-20T22:05:43.5839866Z [00:16:36.836]➜  lz4-static-x86_64-unknown-linux-musl> [ 61%] Building C object CMakeFiles/lz4_static.dir/build/source/lib/xxhash.c.o
2025-08-20T22:05:43.6972953Z [00:16:36.949]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for library containing opendir... none required
2025-08-20T22:05:43.8778456Z [00:16:37.129]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for sys/wait.h that is POSIX.1 compatible... yes
2025-08-20T22:05:43.9665556Z [00:16:37.217]➜  x86_64-unknown-linux-musl-binutils>   CCLD     objdump
2025-08-20T22:05:44.0387634Z [00:16:37.290]➜  x86_64-unknown-linux-musl-binutils>   CCLD     ar
2025-08-20T22:05:44.0835608Z [00:16:37.333]➜  linux-pam-static-x86_64-unknown-linux-musl> checking lastlog.h usability... yes
2025-08-20T22:05:44.1695497Z [00:16:37.419]➜  linux-pam-static-x86_64-unknown-linux-musl> checking lastlog.h presence... yes
2025-08-20T22:05:44.1700765Z [00:16:37.420]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for lastlog.h... yes
2025-08-20T22:05:44.3796396Z [00:16:37.631]➜  linux-pam-static-x86_64-unknown-linux-musl> checking utmp.h usability... yes
2025-08-20T22:05:44.4755162Z [00:16:37.727]➜  linux-pam-static-x86_64-unknown-linux-musl> checking utmp.h presence... yes
2025-08-20T22:05:44.4756878Z [00:16:37.727]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for utmp.h... yes
2025-08-20T22:05:44.6560740Z [00:16:37.908]➜  x86_64-unknown-linux-musl-binutils>   CCLD     strings
2025-08-20T22:05:44.6709084Z [00:16:37.923]➜  linux-pam-static-x86_64-unknown-linux-musl> checking utmpx.h usability... yes
2025-08-20T22:05:44.7594423Z [00:16:38.011]➜  linux-pam-static-x86_64-unknown-linux-musl> checking utmpx.h presence... yes
2025-08-20T22:05:44.7640864Z [00:16:38.016]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for utmpx.h... yes
2025-08-20T22:05:44.7834862Z [00:16:38.035]➜  lz4-static-x86_64-unknown-linux-musl> [ 66%] Building C object CMakeFiles/lz4cli.dir/build/source/lib/lz4file.c.o
2025-08-20T22:05:44.9120014Z [00:16:38.164]➜  x86_64-unknown-linux-musl-binutils>   CCLD     ranlib
2025-08-20T22:05:45.1876218Z [00:16:38.439]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether byte ordering is bigendian... no
2025-08-20T22:05:45.1964616Z [00:16:38.445]➜  x86_64-unknown-linux-musl-binutils>   CCLD     objcopy
2025-08-20T22:05:45.2585821Z [00:16:38.506]➜  lz4-static-x86_64-unknown-linux-musl> [ 71%] Building C object CMakeFiles/lz4cli.dir/build/source/lib/lz4frame.c.o
2025-08-20T22:05:45.3252847Z [00:16:38.577]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T22:05:45.4239956Z [00:16:38.676]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for uid_t in sys/types.h... yes
2025-08-20T22:05:45.5611650Z [00:16:38.813]➜  x86_64-unknown-linux-musl-binutils>   GEN      sysroff.c
2025-08-20T22:05:45.6240170Z [00:16:38.876]➜  x86_64-unknown-linux-musl-binutils>   CCLD     coffdump
2025-08-20T22:05:45.8128497Z [00:16:39.063]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for off_t... yes
2025-08-20T22:05:45.8214519Z [00:16:39.073]➜  x86_64-unknown-linux-musl-binutils>   CCLD     dlltool
2025-08-20T22:05:46.1755670Z [00:16:39.425]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T22:05:46.2318492Z [00:16:39.483]➜  lz4-static-x86_64-unknown-linux-musl> [ 76%] Building C object CMakeFiles/lz4cli.dir/build/source/lib/lz4hc.c.o
2025-08-20T22:05:46.2615679Z [00:16:39.510]➜  x86_64-unknown-linux-musl-binutils>   CCLD     windres
2025-08-20T22:05:46.4165531Z [00:16:39.664]➜  x86_64-unknown-linux-musl-binutils>   CCLD     windmc
2025-08-20T22:05:46.5162882Z [00:16:39.768]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T22:05:46.6739424Z [00:16:39.926]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether struct tm is in sys/time.h or time.h... time.h
2025-08-20T22:05:46.7495661Z [00:16:39.999]➜  linux-pam-static-x86_64-unknown-linux-musl> checking type of array argument to getgroups... gid_t
2025-08-20T22:05:46.7804057Z [00:16:40.032]➜  x86_64-unknown-linux-musl-binutils>   CCLD     addr2line
2025-08-20T22:05:46.8828530Z [00:16:40.134]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc needs -traditional... no
2025-08-20T22:05:46.8838130Z [00:16:40.136]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for working memcmp... no
2025-08-20T22:05:47.0405310Z [00:16:40.289]➜  x86_64-unknown-linux-musl-binutils>   CCLD     elfedit
2025-08-20T22:05:47.1065288Z [00:16:40.354]➜  x86_64-unknown-linux-musl-binutils>   CCLD     dllwrap
2025-08-20T22:05:47.1094594Z [00:16:40.355]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getdomainname... yes
2025-08-20T22:05:47.4201701Z [00:16:40.672]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for lckpwdf... yes
2025-08-20T22:05:47.4430801Z [00:16:40.695]➜  x86_64-unknown-linux-musl-binutils>   CCLD     nm-new
2025-08-20T22:05:47.4705378Z [00:16:40.722]➜  x86_64-unknown-linux-musl-binutils>   CCLD     strip-new
2025-08-20T22:05:47.7223009Z [00:16:40.974]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getutent_r... no
2025-08-20T22:05:47.7389554Z [00:16:40.991]➜  lz4-static-x86_64-unknown-linux-musl> [ 80%] Building C object CMakeFiles/lz4cli.dir/build/source/lib/xxhash.c.o
2025-08-20T22:05:47.9178594Z [00:16:41.169]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getpwnam_r... yes
2025-08-20T22:05:47.9796768Z [00:16:41.231]➜  x86_64-unknown-linux-musl-binutils>   CCLD     cxxfilt
2025-08-20T22:05:48.0336919Z [00:16:41.285]➜  x86_64-unknown-linux-musl-binutils>   CCLD     bfdtest1
2025-08-20T22:05:48.1888387Z [00:16:41.440]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getpwuid_r... yes
2025-08-20T22:05:48.4746684Z [00:16:41.726]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getgrnam_r... yes
2025-08-20T22:05:48.5420069Z [00:16:41.793]➜  x86_64-unknown-linux-musl-binutils>   CCLD     bfdtest2
2025-08-20T22:05:48.5459274Z [00:16:41.798]➜  x86_64-unknown-linux-musl-binutils>   CC       testsuite/gentestdlls.o
2025-08-20T22:05:48.5755234Z [00:16:41.824]➜  libgcrypt-static-x86_64-unknown-linux-musl>       9 tests done
2025-08-20T22:05:48.5804612Z [00:16:41.831]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-x448
2025-08-20T22:05:48.7361559Z [00:16:41.988]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getgrgid_r... yes
2025-08-20T22:05:48.8938918Z [00:16:42.146]➜  x86_64-unknown-linux-musl-binutils>   CC       srconv.o
2025-08-20T22:05:49.0192951Z [00:16:42.271]➜  libgcrypt-static-x86_64-unknown-linux-musl>       11 tests done
2025-08-20T22:05:49.0264844Z [00:16:42.276]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: t-ed448
2025-08-20T22:05:49.0272736Z [00:16:42.279]➜  libgcrypt-static-x86_64-unknown-linux-musl>       now running 'basic' test with all hardware features disabled.
2025-08-20T22:05:49.0535837Z [00:16:42.305]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getspnam_r... yes
2025-08-20T22:05:49.0719853Z [00:16:42.324]➜  x86_64-unknown-linux-musl-binutils>   CC       sysdump.o
2025-08-20T22:05:49.4195739Z [00:16:42.669]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getmntent_r... yes
2025-08-20T22:05:49.6971331Z [00:16:42.949]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getgrouplist... yes
2025-08-20T22:05:49.9725745Z [00:16:43.223]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for quotactl... yes
2025-08-20T22:05:50.2521852Z [00:16:43.504]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for unshare... yes
2025-08-20T22:05:50.4909275Z [00:16:43.743]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for innetgr... no
2025-08-20T22:05:50.7555972Z [00:16:44.007]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for explicit_bzero... yes
2025-08-20T22:05:51.0374137Z [00:16:44.289]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for memset_explicit... no
2025-08-20T22:05:51.2938270Z [00:16:44.545]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for ruserok_af... no
2025-08-20T22:05:51.5802136Z [00:16:44.832]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for ruserok... no
2025-08-20T22:05:51.8038091Z [00:16:45.055]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for close_range... no
2025-08-20T22:05:51.9610860Z [00:16:45.213]➜  linux-pam-static-x86_64-unknown-linux-musl> checking sys/random.h usability... yes
2025-08-20T22:05:52.0455054Z [00:16:45.292]➜  linux-pam-static-x86_64-unknown-linux-musl> checking sys/random.h presence... yes
2025-08-20T22:05:52.0456275Z [00:16:45.292]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for sys/random.h... yes
2025-08-20T22:05:52.2433424Z [00:16:45.495]➜  x86_64-unknown-linux-musl-binutils>   CCLD     testsuite/gentestdlls
2025-08-20T22:05:52.2578519Z [00:16:45.506]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for getrandom... yes
2025-08-20T22:05:52.2590500Z [00:16:45.510]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for xsltproc... no
2025-08-20T22:05:52.2656347Z [00:16:45.516]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for xmllint... /bin/true
2025-08-20T22:05:52.2661271Z [00:16:45.517]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for XML catalog (/etc/xml/catalog)... not found
2025-08-20T22:05:52.2673159Z [00:16:45.519]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for xmlcatalog... no
2025-08-20T22:05:52.2699447Z [00:16:45.522]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for DocBook XML RNG V5.0 in XML catalog... not found
2025-08-20T22:05:52.2754633Z [00:16:45.522]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for DocBook XSL Stylesheets in XML catalog... not found
2025-08-20T22:05:52.2756295Z [00:16:45.526]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for w3m... no
2025-08-20T22:05:52.2784383Z [00:16:45.529]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for elinks... no
2025-08-20T22:05:52.2844721Z [00:16:45.536]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for fop... no
2025-08-20T22:05:52.2849345Z [00:16:45.536]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether NLS is requested... yes
2025-08-20T22:05:52.3176896Z [00:16:45.569]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for msgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T22:05:52.3219761Z [00:16:45.571]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for gmsgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T22:05:52.3912511Z [00:16:45.643]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for xgettext... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext
2025-08-20T22:05:52.4639682Z [00:16:45.715]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for msgmerge... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgmerge
2025-08-20T22:05:52.4928200Z [00:16:45.744]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T22:05:52.5665698Z [00:16:45.815]➜  linux-pam-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T22:05:52.7355155Z [00:16:45.987]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for shared library run path origin... done
2025-08-20T22:05:52.9132133Z [00:16:46.165]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for CFPreferencesCopyAppValue... no
2025-08-20T22:05:52.9224607Z [00:16:46.172]➜  x86_64-unknown-linux-musl-binutils>   CCLD     srconv
2025-08-20T22:05:53.0399027Z [00:16:46.291]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for CFLocaleCopyCurrent... no
2025-08-20T22:05:53.3318763Z [00:16:46.583]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for GNU gettext in libc... no
2025-08-20T22:05:53.5766868Z [00:16:46.828]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for iconv... yes
2025-08-20T22:05:53.5772323Z [00:16:46.828]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for working iconv... guessing yes
2025-08-20T22:05:53.8657588Z [00:16:47.117]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for GNU gettext in libintl... no
2025-08-20T22:05:53.8662759Z [00:16:47.117]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether to use NLS... no
2025-08-20T22:05:54.1129178Z [00:16:47.365]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for bindtextdomain... yes
2025-08-20T22:05:54.3678724Z [00:16:47.619]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for dngettext... yes
2025-08-20T22:05:54.5201533Z [00:16:47.772]➜  linux-pam-static-x86_64-unknown-linux-musl> checking whether __NR_keyctl is declared... yes
2025-08-20T22:05:54.7562418Z [00:16:48.008]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for logwtmp... no
2025-08-20T22:05:54.8915566Z [00:16:48.142]➜  linux-pam-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:05:54.8984734Z [00:16:48.144]➜  linux-pam-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:05:56.6056410Z [00:16:49.857]➜  x86_64-unknown-linux-musl-binutils>   CCLD     sysdump
2025-08-20T22:05:56.7021876Z [00:16:49.954]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:05:56.7372144Z [00:16:49.989]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating libpam/Makefile
2025-08-20T22:05:56.8243816Z [00:16:50.076]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating libpamc/Makefile
2025-08-20T22:05:56.9078597Z [00:16:50.159]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating libpamc/test/Makefile
2025-08-20T22:05:56.9690716Z [00:16:50.221]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating libpam_internal/Makefile
2025-08-20T22:05:57.0425597Z [00:16:50.294]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating libpam_misc/Makefile
2025-08-20T22:05:57.1245043Z [00:16:50.375]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating conf/Makefile
2025-08-20T22:05:57.2129873Z [00:16:50.465]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating conf/pam_conv1/Makefile
2025-08-20T22:05:57.2846220Z [00:16:50.536]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating libpam/pam.pc
2025-08-20T22:05:57.3460891Z [00:16:50.598]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating libpam_misc/pam_misc.pc
2025-08-20T22:05:57.4204129Z [00:16:50.672]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating libpamc/pamc.pc
2025-08-20T22:05:57.4940939Z [00:16:50.746]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile.in
2025-08-20T22:05:57.5425409Z [00:16:50.793]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating Make.xml.rules
2025-08-20T22:05:57.5775357Z [00:16:50.826]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/Makefile
2025-08-20T22:05:57.6230199Z [00:16:50.875]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_access/Makefile
2025-08-20T22:05:57.6760859Z [00:16:50.928]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_canonicalize_user/Makefile
2025-08-20T22:05:57.7341651Z [00:16:50.986]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_debug/Makefile
2025-08-20T22:05:57.7965056Z [00:16:51.046]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_deny/Makefile
2025-08-20T22:05:57.8415338Z [00:16:51.093]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_echo/Makefile
2025-08-20T22:05:57.8955135Z [00:16:51.144]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_env/Makefile
2025-08-20T22:05:57.9604083Z [00:16:51.212]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_faildelay/Makefile
2025-08-20T22:05:58.0232291Z [00:16:51.275]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_faillock/Makefile
2025-08-20T22:05:58.0922523Z [00:16:51.344]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_filter/Makefile
2025-08-20T22:05:58.1638795Z [00:16:51.416]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_filter/upperLOWER/Makefile
2025-08-20T22:05:58.2203036Z [00:16:51.472]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_ftp/Makefile
2025-08-20T22:05:58.2768905Z [00:16:51.529]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_group/Makefile
2025-08-20T22:05:58.3288150Z [00:16:51.580]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_issue/Makefile
2025-08-20T22:05:58.3819747Z [00:16:51.634]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_keyinit/Makefile
2025-08-20T22:05:58.4368106Z [00:16:51.688]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_lastlog/Makefile
2025-08-20T22:05:58.5151619Z [00:16:51.767]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_limits/Makefile
2025-08-20T22:05:58.6067207Z [00:16:51.858]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_listfile/Makefile
2025-08-20T22:05:58.6999084Z [00:16:51.952]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_localuser/Makefile
2025-08-20T22:05:58.8015488Z [00:16:52.050]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_loginuid/Makefile
2025-08-20T22:05:58.8962841Z [00:16:52.148]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_mail/Makefile
2025-08-20T22:05:58.9801934Z [00:16:52.232]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_mkhomedir/Makefile
2025-08-20T22:05:59.0501817Z [00:16:52.302]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_motd/Makefile
2025-08-20T22:05:59.1026332Z [00:16:52.354]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_namespace/Makefile
2025-08-20T22:05:59.1498784Z [00:16:52.401]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_namespace/pam_namespace_helper
2025-08-20T22:05:59.2325634Z [00:16:52.481]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_namespace/pam_namespace.service
2025-08-20T22:05:59.3133827Z [00:16:52.565]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_nologin/Makefile
2025-08-20T22:05:59.4026234Z [00:16:52.654]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_permit/Makefile
2025-08-20T22:05:59.4553921Z [00:16:52.707]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_pwhistory/Makefile
2025-08-20T22:05:59.5123418Z [00:16:52.764]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_rhosts/Makefile
2025-08-20T22:05:59.5693972Z [00:16:52.821]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_rootok/Makefile
2025-08-20T22:05:59.6230501Z [00:16:52.875]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_exec/Makefile
2025-08-20T22:05:59.6889259Z [00:16:52.941]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_securetty/Makefile
2025-08-20T22:05:59.7437862Z [00:16:52.995]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_selinux/Makefile
2025-08-20T22:05:59.8092955Z [00:16:53.061]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_sepermit/Makefile
2025-08-20T22:05:59.8643014Z [00:16:53.116]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_setquota/Makefile
2025-08-20T22:05:59.9212722Z [00:16:53.173]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_shells/Makefile
2025-08-20T22:05:59.9792197Z [00:16:53.231]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_stress/Makefile
2025-08-20T22:06:00.0394026Z [00:16:53.291]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_succeed_if/Makefile
2025-08-20T22:06:00.1115907Z [00:16:53.362]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_time/Makefile
2025-08-20T22:06:00.1651279Z [00:16:53.417]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_timestamp/Makefile
2025-08-20T22:06:00.2199909Z [00:16:53.472]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_tty_audit/Makefile
2025-08-20T22:06:00.2750644Z [00:16:53.527]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_umask/Makefile
2025-08-20T22:06:00.3352256Z [00:16:53.587]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_unix/Makefile
2025-08-20T22:06:00.3958486Z [00:16:53.647]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_userdb/Makefile
2025-08-20T22:06:00.4494676Z [00:16:53.701]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_usertype/Makefile
2025-08-20T22:06:00.5081693Z [00:16:53.760]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_warn/Makefile
2025-08-20T22:06:00.5675299Z [00:16:53.819]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_wheel/Makefile
2025-08-20T22:06:00.6225474Z [00:16:53.874]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating modules/pam_xauth/Makefile
2025-08-20T22:06:00.6818122Z [00:16:53.933]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating doc/Makefile
2025-08-20T22:06:00.7483602Z [00:16:54.000]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating doc/specs/Makefile
2025-08-20T22:06:00.8138008Z [00:16:54.065]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating doc/man/Makefile
2025-08-20T22:06:00.8683106Z [00:16:54.120]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating doc/sag/Makefile
2025-08-20T22:06:00.9238554Z [00:16:54.175]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating doc/adg/Makefile
2025-08-20T22:06:00.9834123Z [00:16:54.235]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating doc/mwg/Makefile
2025-08-20T22:06:01.0396878Z [00:16:54.291]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating examples/Makefile
2025-08-20T22:06:01.1041737Z [00:16:54.356]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T22:06:01.1627047Z [00:16:54.414]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating xtests/Makefile
2025-08-20T22:06:01.2140933Z [00:16:54.466]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:06:01.2486206Z [00:16:54.500]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:06:01.2585218Z [00:16:54.507]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:06:01.2852509Z [00:16:54.537]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: executing po-directories commands
2025-08-20T22:06:01.3117832Z [00:16:54.563]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating po/POTFILES
2025-08-20T22:06:01.3815992Z [00:16:54.633]➜  linux-pam-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile
2025-08-20T22:06:01.5769198Z [00:16:54.829]➜  linux-pam-static-x86_64-unknown-linux-musl> configurePhase completed in 42 seconds
2025-08-20T22:06:01.5780385Z [00:16:54.830]➜  linux-pam-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:06:01.6004107Z [00:16:54.852]➜  linux-pam-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:06:01.6137536Z [00:16:54.865]➜  linux-pam-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T22:06:01.6228585Z [00:16:54.875]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1'
2025-08-20T22:06:01.6327769Z [00:16:54.884]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in libpam_internal
2025-08-20T22:06:01.6415062Z [00:16:54.890]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/libpam_internal'
2025-08-20T22:06:01.6448544Z [00:16:54.893]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam_internal/include -I../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_debug.lo pam_debug.c
2025-08-20T22:06:01.6457548Z [00:16:54.894]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam_internal/include -I../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_line.lo pam_line.c
2025-08-20T22:06:01.7778158Z [00:16:55.029]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../libpam_internal/include -I../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_line.c -o pam_line.o
2025-08-20T22:06:01.7829118Z [00:16:55.034]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../libpam_internal/include -I../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_debug.c -o pam_debug.o
2025-08-20T22:06:02.0339581Z [00:16:55.282]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../libpam_internal/include -I../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2  -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o libpam_internal.la  pam_debug.lo pam_line.lo
2025-08-20T22:06:02.2579900Z [00:16:55.510]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libpam_internal.a  pam_debug.o pam_line.o
2025-08-20T22:06:02.2717580Z [00:16:55.523]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libpam_internal.a
2025-08-20T22:06:02.2935026Z [00:16:55.545]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libpam_internal.la" && ln -s "../libpam_internal.la" "libpam_internal.la" )
2025-08-20T22:06:02.3038890Z [00:16:55.556]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/libpam_internal'
2025-08-20T22:06:02.3059177Z [00:16:55.558]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in libpam
2025-08-20T22:06:02.3136930Z [00:16:55.565]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/libpam'
2025-08-20T22:06:02.3150091Z [00:16:55.566]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_account.lo pam_account.c
2025-08-20T22:06:02.3166852Z [00:16:55.568]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_auth.lo pam_auth.c
2025-08-20T22:06:02.3211851Z [00:16:55.572]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_data.lo pam_data.c
2025-08-20T22:06:02.3228265Z [00:16:55.574]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_delay.lo pam_delay.c
2025-08-20T22:06:02.3261340Z [00:16:55.575]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_dispatch.lo pam_dispatch.c
2025-08-20T22:06:02.4652123Z [00:16:55.716]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_auth.c -o pam_auth.o
2025-08-20T22:06:02.4776929Z [00:16:55.729]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_dispatch.c -o pam_dispatch.o
2025-08-20T22:06:02.4790645Z [00:16:55.730]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_delay.c -o pam_delay.o
2025-08-20T22:06:02.5111891Z [00:16:55.759]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_account.c -o pam_account.o
2025-08-20T22:06:02.5124808Z [00:16:55.759]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_data.c -o pam_data.o
2025-08-20T22:06:02.6281372Z [00:16:55.879]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_end.lo pam_end.c
2025-08-20T22:06:02.6738088Z [00:16:55.925]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_env.lo pam_env.c
2025-08-20T22:06:02.6912159Z [00:16:55.942]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_get_authtok.lo pam_get_authtok.c
2025-08-20T22:06:02.7362603Z [00:16:55.987]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_end.c -o pam_end.o
2025-08-20T22:06:02.7639244Z [00:16:56.015]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_handlers.lo pam_handlers.c
2025-08-20T22:06:02.8595482Z [00:16:56.106]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_get_authtok.c -o pam_get_authtok.o
2025-08-20T22:06:02.8655136Z [00:16:56.110]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_env.c -o pam_env.o
2025-08-20T22:06:02.9108511Z [00:16:56.162]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_handlers.c -o pam_handlers.o
2025-08-20T22:06:02.9688350Z [00:16:56.220]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_item.lo pam_item.c
2025-08-20T22:06:03.0466244Z [00:16:56.297]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_misc.lo pam_misc.c
2025-08-20T22:06:03.1089216Z [00:16:56.360]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_item.c -o pam_item.o
2025-08-20T22:06:03.2283798Z [00:16:56.479]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_misc.c -o pam_misc.o
2025-08-20T22:06:03.3310678Z [00:16:56.582]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_password.lo pam_password.c
2025-08-20T22:06:03.4274930Z [00:16:56.678]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_prelude.lo pam_prelude.c
2025-08-20T22:06:03.5349963Z [00:16:56.786]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_password.c -o pam_password.o
2025-08-20T22:06:03.5912947Z [00:16:56.839]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_session.lo pam_session.c
2025-08-20T22:06:03.6184357Z [00:16:56.869]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_prelude.c -o pam_prelude.o
2025-08-20T22:06:03.6843673Z [00:16:56.935]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_start.lo pam_start.c
2025-08-20T22:06:03.7071926Z [00:16:56.958]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_strerror.lo pam_strerror.c
2025-08-20T22:06:03.7151605Z [00:16:56.961]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_vprompt.lo pam_vprompt.c
2025-08-20T22:06:03.7383455Z [00:16:56.989]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_session.c -o pam_session.o
2025-08-20T22:06:03.7741093Z [00:16:57.026]➜  lz4-static-x86_64-unknown-linux-musl> [ 85%] Linking C static library liblz4.a
2025-08-20T22:06:03.8009609Z [00:16:57.052]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_syslog.lo pam_syslog.c
2025-08-20T22:06:03.8248002Z [00:16:57.076]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_start.c -o pam_start.o
2025-08-20T22:06:03.8552473Z [00:16:57.106]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_vprompt.c -o pam_vprompt.o
2025-08-20T22:06:03.8762426Z [00:16:57.127]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_strerror.c -o pam_strerror.o
2025-08-20T22:06:03.9076033Z [00:16:57.159]➜  lz4-static-x86_64-unknown-linux-musl> [ 85%] Built target lz4_static
2025-08-20T22:06:03.9265505Z [00:16:57.177]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_dynamic.lo pam_dynamic.c
2025-08-20T22:06:03.9467466Z [00:16:57.198]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_syslog.c -o pam_syslog.o
2025-08-20T22:06:04.0250853Z [00:16:57.276]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_audit.lo pam_audit.c
2025-08-20T22:06:04.0367949Z [00:16:57.288]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_check_user.lo pam_modutil_check_user.c
2025-08-20T22:06:04.0700175Z [00:16:57.321]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_cleanup.lo pam_modutil_cleanup.c
2025-08-20T22:06:04.0842901Z [00:16:57.335]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_dynamic.c -o pam_dynamic.o
2025-08-20T22:06:04.1353947Z [00:16:57.384]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_getpwnam.lo pam_modutil_getpwnam.c
2025-08-20T22:06:04.1570878Z [00:16:57.408]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_check_user.c -o pam_modutil_check_user.o
2025-08-20T22:06:04.1877714Z [00:16:57.439]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_audit.c -o pam_audit.o
2025-08-20T22:06:04.2342267Z [00:16:57.485]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_ioloop.lo pam_modutil_ioloop.c
2025-08-20T22:06:04.2541570Z [00:16:57.505]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_cleanup.c -o pam_modutil_cleanup.o
2025-08-20T22:06:04.2965394Z [00:16:57.542]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_getpwnam.c -o pam_modutil_getpwnam.o
2025-08-20T22:06:04.3133436Z [00:16:57.564]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_getgrgid.lo pam_modutil_getgrgid.c
2025-08-20T22:06:04.3574427Z [00:16:57.608]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_getpwuid.lo pam_modutil_getpwuid.c
2025-08-20T22:06:04.3782823Z [00:16:57.629]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_ioloop.c -o pam_modutil_ioloop.o
2025-08-20T22:06:04.3930754Z [00:16:57.644]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_getgrnam.lo pam_modutil_getgrnam.c
2025-08-20T22:06:04.4751672Z [00:16:57.724]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_getgrgid.c -o pam_modutil_getgrgid.o
2025-08-20T22:06:04.5013454Z [00:16:57.751]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_getspnam.lo pam_modutil_getspnam.c
2025-08-20T22:06:04.5165634Z [00:16:57.768]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_getpwuid.c -o pam_modutil_getpwuid.o
2025-08-20T22:06:04.5321023Z [00:16:57.779]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_getgrnam.c -o pam_modutil_getgrnam.o
2025-08-20T22:06:04.5622670Z [00:16:57.813]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_getlogin.lo pam_modutil_getlogin.c
2025-08-20T22:06:04.6513070Z [00:16:57.900]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_getspnam.c -o pam_modutil_getspnam.o
2025-08-20T22:06:04.6897029Z [00:16:57.940]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_ingroup.lo pam_modutil_ingroup.c
2025-08-20T22:06:04.7126495Z [00:16:57.963]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_priv.lo pam_modutil_priv.c
2025-08-20T22:06:04.7221288Z [00:16:57.971]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_sanitize.lo pam_modutil_sanitize.c
2025-08-20T22:06:04.7385989Z [00:16:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_getlogin.c -o pam_modutil_getlogin.o
2025-08-20T22:06:04.7915011Z [00:16:58.042]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_modutil_searchkey.lo pam_modutil_searchkey.c
2025-08-20T22:06:04.8526224Z [00:16:58.104]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_ingroup.c -o pam_modutil_ingroup.o
2025-08-20T22:06:04.8645752Z [00:16:58.115]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_priv.c -o pam_modutil_priv.o
2025-08-20T22:06:04.8711054Z [00:16:58.118]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_sanitize.c -o pam_modutil_sanitize.o
2025-08-20T22:06:04.9136439Z [00:16:58.164]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_modutil_ingroup.c:17:9: warning: "NGROUPS_MAX" redefined
2025-08-20T22:06:04.9164242Z [00:16:58.164]➜  linux-pam-static-x86_64-unknown-linux-musl>    17 | #define NGROUPS_MAX 65536
2025-08-20T22:06:04.9166520Z [00:16:58.164]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~
2025-08-20T22:06:04.9197950Z [00:16:58.171]➜  linux-pam-static-x86_64-unknown-linux-musl> In file included from /nix/store/yzkqzy5bjl433k0n63b7g2ji0rr9pf72-fortify-headers-1.1alpine3/include/stdlib.h:30,
2025-08-20T22:06:04.9205789Z [00:16:58.171]➜  linux-pam-static-x86_64-unknown-linux-musl>                  from ./include/security/_pam_macros.h:14,
2025-08-20T22:06:04.9209232Z [00:16:58.171]➜  linux-pam-static-x86_64-unknown-linux-musl>                  from pam_modutil_private.h:12,
2025-08-20T22:06:04.9212502Z [00:16:58.171]➜  linux-pam-static-x86_64-unknown-linux-musl>                  from pam_modutil_ingroup.c:8:
2025-08-20T22:06:04.9216909Z [00:16:58.171]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/limits.h:48:9: note: this is the location of the previous definition
2025-08-20T22:06:04.9220939Z [00:16:58.171]➜  linux-pam-static-x86_64-unknown-linux-musl>    48 | #define NGROUPS_MAX 32
2025-08-20T22:06:04.9224254Z [00:16:58.171]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~
2025-08-20T22:06:04.9553010Z [00:16:58.205]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_modutil_searchkey.c -o pam_modutil_searchkey.o
2025-08-20T22:06:05.1401950Z [00:16:58.391]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -DDEFAULT_MODULE_PATH=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/\" -DLIBPAM_COMPILE -DLOCALEDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/locale\" -I../libpam_internal/include -I./include   -DPAM_VERSION=\"1.6.1\" -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -version-info 85:1:85 -Wl,--version-script=./libpam.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o libpam.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib pam_account.lo pam_auth.lo pam_data.lo pam_delay.lo pam_dispatch.lo pam_end.lo pam_env.lo pam_get_authtok.lo pam_handlers.lo pam_item.lo pam_misc.lo pam_password.lo pam_prelude.lo pam_session.lo pam_start.lo pam_strerror.lo pam_vprompt.lo pam_syslog.lo pam_dynamic.lo pam_audit.lo pam_modutil_check_user.lo pam_modutil_cleanup.lo pam_modutil_getpwnam.lo pam_modutil_ioloop.lo pam_modutil_getgrgid.lo pam_modutil_getpwuid.lo pam_modutil_getgrnam.lo pam_modutil_getspnam.lo pam_modutil_getlogin.lo pam_modutil_ingroup.lo pam_modutil_priv.lo pam_modutil_sanitize.lo pam_modutil_searchkey.lo ../libpam_internal/libpam_internal.la
2025-08-20T22:06:05.4382703Z [00:16:58.690]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libpam.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/libpam/../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:05.4741205Z [00:16:58.725]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libpam.a  pam_account.o pam_auth.o pam_data.o pam_delay.o pam_dispatch.o pam_end.o pam_env.o pam_get_authtok.o pam_handlers.o pam_item.o pam_misc.o pam_password.o pam_prelude.o pam_session.o pam_start.o pam_strerror.o pam_vprompt.o pam_syslog.o pam_dynamic.o pam_audit.o pam_modutil_check_user.o pam_modutil_cleanup.o pam_modutil_getpwnam.o pam_modutil_ioloop.o pam_modutil_getgrgid.o pam_modutil_getpwuid.o pam_modutil_getgrnam.o pam_modutil_getspnam.o pam_modutil_getlogin.o pam_modutil_ingroup.o pam_modutil_priv.o pam_modutil_sanitize.o pam_modutil_searchkey.o  .libs/libpam.lax/libpam_internal.a/pam_debug.o .libs/libpam.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:05.4968497Z [00:16:58.748]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libpam.a
2025-08-20T22:06:05.5215842Z [00:16:58.773]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libpam.lax
2025-08-20T22:06:05.5444162Z [00:16:58.796]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libpam.la" && ln -s "../libpam.la" "libpam.la" )
2025-08-20T22:06:05.5544341Z [00:16:58.806]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/libpam'
2025-08-20T22:06:05.5546244Z [00:16:58.806]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T22:06:05.5612782Z [00:16:58.813]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/tests'
2025-08-20T22:06:05.5615799Z [00:16:58.813]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T22:06:05.5617256Z [00:16:58.813]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/tests'
2025-08-20T22:06:05.5618589Z [00:16:58.813]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in libpamc
2025-08-20T22:06:05.5677169Z [00:16:58.819]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/libpamc'
2025-08-20T22:06:05.5795731Z [00:16:58.831]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in test
2025-08-20T22:06:05.5824709Z [00:16:58.834]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/libpamc/test'
2025-08-20T22:06:05.5829642Z [00:16:58.834]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T22:06:05.5831791Z [00:16:58.834]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/libpamc/test'
2025-08-20T22:06:05.5871376Z [00:16:58.839]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/libpamc'
2025-08-20T22:06:05.5878560Z [00:16:58.839]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pamc_client.lo pamc_client.c
2025-08-20T22:06:05.5939082Z [00:16:58.845]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pamc_converse.lo pamc_converse.c
2025-08-20T22:06:05.5952157Z [00:16:58.846]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pamc_load.lo pamc_load.c
2025-08-20T22:06:05.6864664Z [00:16:58.938]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../libpam/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pamc_client.c -o pamc_client.o
2025-08-20T22:06:05.6970179Z [00:16:58.948]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../libpam/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pamc_load.c -o pamc_load.o
2025-08-20T22:06:05.7405533Z [00:16:58.992]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../libpam/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pamc_converse.c -o pamc_converse.o
2025-08-20T22:06:06.1173149Z [00:16:59.369]➜  x86_64-unknown-linux-musl-binutils>   CCLD     readelf
2025-08-20T22:06:06.1819571Z [00:16:59.433]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../libpam/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -version-info 82:1:82 -Wl,--version-script=./libpamc.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o libpamc.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib pamc_client.lo pamc_converse.lo pamc_load.lo ../libpam_internal/libpam_internal.la
2025-08-20T22:06:06.4217833Z [00:16:59.673]➜  lz4-static-x86_64-unknown-linux-musl> [ 90%] Linking C executable lz4
2025-08-20T22:06:06.4468692Z [00:16:59.698]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libpamc.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/libpamc/../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:06.4933495Z [00:16:59.742]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libpamc.a  pamc_client.o pamc_converse.o pamc_load.o  .libs/libpamc.lax/libpam_internal.a/pam_debug.o .libs/libpamc.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:06.5021335Z [00:16:59.754]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libpamc.a
2025-08-20T22:06:06.5200983Z [00:16:59.772]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/binutils'
2025-08-20T22:06:06.5206079Z [00:16:59.772]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libpamc.lax
2025-08-20T22:06:06.5211281Z [00:16:59.772]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/binutils'
2025-08-20T22:06:06.5212999Z [00:16:59.773]➜  x86_64-unknown-linux-musl-binutils> make[2]: Leaving directory '/build/build/binutils'
2025-08-20T22:06:06.5450498Z [00:16:59.797]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libpamc.la" && ln -s "../libpamc.la" "libpamc.la" )
2025-08-20T22:06:06.5512061Z [00:16:59.803]➜  lz4-static-x86_64-unknown-linux-musl> [ 90%] Built target lz4cli
2025-08-20T22:06:06.5546710Z [00:16:59.806]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/libpamc'
2025-08-20T22:06:06.5550976Z [00:16:59.807]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/libpamc'
2025-08-20T22:06:06.5554984Z [00:16:59.807]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in libpam_misc
2025-08-20T22:06:06.5675664Z [00:16:59.819]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/libpam_misc'
2025-08-20T22:06:06.5688290Z [00:16:59.820]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam/include -I../libpamc/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o help_env.lo help_env.c
2025-08-20T22:06:06.5818315Z [00:16:59.823]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam/include -I../libpamc/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o misc_conv.lo misc_conv.c
2025-08-20T22:06:06.6172383Z [00:16:59.869]➜  lz4-static-x86_64-unknown-linux-musl> [ 95%] Creating symlink for lz4cat
2025-08-20T22:06:06.6254174Z [00:16:59.877]➜  lz4-static-x86_64-unknown-linux-musl> [100%] Creating symlink for unlz4
2025-08-20T22:06:06.6487741Z [00:16:59.900]➜  lz4-static-x86_64-unknown-linux-musl> [100%] Built target create_lz4cat_symlink
2025-08-20T22:06:06.6572000Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils> make[2]: Entering directory '/build/build/ld'
2025-08-20T22:06:06.6573789Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils> (echo "/* This file is automatically generated.  DO NOT EDIT! */";\
2025-08-20T22:06:06.6677475Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils> for f in `echo " " eaix5ppc.o eaix5rs6.o eaixppc.o eaixrs6.o ealpha.o ealphavms.o earcelf.o earclinux.o earclinux_nps.o earcv2elf.o earcv2elfx.o earm_wince_pe.o earmelf.o earmelf_fbsd.o earmelf_fuchsia.o earmelf_haiku.o earmelf_linux.o earmelf_linux_eabi.o earmelf_linux_fdpiceabi.o earmelf_nacl.o earmelf_nbsd.o earmelf_phoenix.o earmelf_vxworks.o earmelfb.o earmelfb_fbsd.o earmelfb_fuchsia.o earmelfb_linux.o earmelfb_linux_eabi.o earmelfb_linux_fdpiceabi.o earmelfb_nacl.o earmelfb_nbsd.o earmnto.o earmpe.o eavr1.o eavr2.o eavr25.o eavr3.o eavr31.o eavr35.o eavr4.o eavr5.o eavr51.o eavr6.o eavrtiny.o eavrxmega1.o eavrxmega2.o eavrxmega2_flmap.o eavrxmega3.o eavrxmega4.o eavrxmega4_flmap.o eavrxmega5.o eavrxmega6.o eavrxmega7.o ecrisaout.o ecriself.o ecrislinux.o ecskyelf.o ecskyelf_linux.o ed10velf.o ed30v_e.o ed30v_o.o ed30velf.o eelf32_dlx.o eelf32_sparc.o eelf32_sparc_sol2.o eelf32_sparc_vxworks.o eelf32_spu.o eelf32_tic6x_be.o eelf32_tic6x_elf_be.o eelf32_tic6x_elf_le.o eelf32_tic6x_le.o eelf32_tic6x_linux_be.o eelf32_tic6x_linux_le.o eelf32am33lin.o eelf32bfin.o eelf32bfinfd.o eelf32cr16.o eelf32crx.o eelf32epiphany.o eelf32epiphany_4x4.o eelf32fr30.o eelf32frv.o eelf32frvfd.o eelf32ft32.o eelf32ip2k.o eelf32iq10.o eelf32iq2000.o eelf32lm32.o eelf32lm32fd.o eelf32lppc.o eelf32lppclinux.o eelf32lppcnto.o eelf32lppcsim.o eelf32m32c.o eelf32mb_linux.o eelf32mbel_linux.o eelf32mcore.o eelf32mep.o eelf32metag.o eelf32microblaze.o eelf32microblazeel.o eelf32moxie.o eelf32mt.o eelf32or1k.o eelf32or1k_linux.o eelf32ppc.o eelf32ppc_fbsd.o eelf32ppchaiku.o eelf32ppclinux.o eelf32ppcnto.o eelf32ppcsim.o eelf32ppcvxworks.o eelf32ppcwindiss.o eelf32rl78.o eelf32rx.o eelf32rx_linux.o eelf32tilegx.o eelf32tilegx_be.o eelf32tilepro.o eelf32vax.o eelf32visium.o eelf32xstormy16.o eelf32xtensa.o eelf32z80.o eelf_i386.o eelf_i386_be.o eelf_i386_fbsd.o eelf_i386_haiku.o eelf_i386_ldso.o eelf_i386_sol2.o eelf_i386_vxworks.o eelf_iamcu.o eelf_s390.o eh8300elf.o eh8300elf_linux.o eh8300helf.o eh8300helf_linux.o eh8300hnelf.o eh8300self.o eh8300self_linux.o eh8300snelf.o eh8300sxelf.o eh8300sxelf_linux.o eh8300sxnelf.o ehppaelf.o ehppalinux.o ehppanbsd.o ehppaobsd.o ei386aout.o ei386beos.o ei386bsd.o ei386go32.o ei386lynx.o ei386moss.o ei386msdos.o ei386nto.o ei386pe.o ei386pe_posix.o em32relf.o em32relf_linux.o em32rlelf.o em32rlelf_linux.o em68hc11elf.o em68hc11elfb.o em68hc12elf.o em68hc12elfb.o em68kelf.o em68kelfnbsd.o em9s12zelf.o emcorepe.o emn10200.o emn10300.o emoxiebox.o emsp430X.o emsp430elf.o ends32belf.o ends32belf16m.o ends32belf_linux.o ends32elf.o ends32elf16m.o ends32elf_linux.o ens32knbsd.o epc532macha.o epdp11.o epjelf.o epjlelf.o eppcmacos.o epruelf.o escore3_elf.o escore7_elf.o esh.o eshelf.o eshelf_fd.o eshelf_linux.o eshelf_nbsd.o eshelf_nto.o eshelf_uclinux.o eshelf_vxworks.o eshl.o eshlelf.o eshlelf_fd.o eshlelf_linux.o eshlelf_nbsd.o eshlelf_nto.o eshlelf_vxworks.o eshpe.o etic30coff.o etic3xcoff.o etic3xcoff_onchip.o etic4xcoff.o etic54xcoff.o ev850.o ev850_rh850.o evanilla.o evaxnbsd.o exgateelf.o ez80.o ez8001.o ez8002.o eaarch64cloudabi.o eaarch64cloudabib.o eaarch64elf.o eaarch64elf32.o eaarch64elf32b.o eaarch64elfb.o eaarch64fbsd.o eaarch64fbsdb.o eaarch64haiku.o eaarch64linux.o eaarch64linux32.o eaarch64linux32b.o eaarch64linuxb.o eaarch64nto.o eaarch64pe.o earm64pe.o eelf32_x86_64.o eelf32b4300.o eelf32bmip.o eelf32bmipn32.o eelf32briscv.o eelf32briscv_ilp32.o eelf32briscv_ilp32f.o eelf32bsmip.o eelf32btsmip.o eelf32btsmip_fbsd.o eelf32btsmipn32.o eelf32btsmipn32_fbsd.o eelf32ebmip.o eelf32ebmipvxworks.o eelf32elmip.o eelf32elmipvxworks.o eelf32kvx.o eelf32l4300.o eelf32lmip.o eelf32loongarch.o eelf32lr5900.o eelf32lr5900n32.o eelf32lriscv.o eelf32lriscv_ilp32.o eelf32lriscv_ilp32f.o eelf32lsmip.o eelf32ltsmip.o eelf32ltsmip_fbsd.o eelf32ltsmipn32.o eelf32ltsmipn32_fbsd.o eelf32mipswindiss.o eelf64_aix.o eelf64_ia64.o eelf64_ia64_fbsd.o eelf64_ia64_vms.o eelf64_s390.o eelf64_sparc.o eelf64_sparc_fbsd.o eelf64_sparc_sol2.o eelf64alpha.o eelf64alpha_fbsd.o eelf64alpha_nbsd.o eelf64bmip.o eelf64bpf.o eelf64briscv.o eelf64briscv_lp64.o eelf64briscv_lp64f.o eelf64btsmip.o eelf64btsmip_fbsd.o eelf64hppa.o eelf64kvx.o eelf64kvx_linux.o eelf64loongarch.o eelf64lppc.o eelf64lppc_fbsd.o eelf64lriscv.o eelf64lriscv_lp64.o eelf64lriscv_lp64f.o eelf64ltsmip.o eelf64ltsmip_fbsd.o eelf64mmix.o eelf64ppc.o eelf64ppc_fbsd.o eelf64rdos.o eelf64tilegx.o eelf64tilegx_be.o eelf_mipsel_haiku.o eelf_x86_64.o eelf_x86_64_cloudabi.o eelf_x86_64_fbsd.o eelf_x86_64_haiku.o eelf_x86_64_sol2.o ehppa64linux.o ei386pep.o emmo.o "" \
2025-08-20T22:06:06.6705500Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils>  | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
2025-08-20T22:06:06.6706809Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils>     echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \
2025-08-20T22:06:06.6707808Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils> done;\
2025-08-20T22:06:06.6708550Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils> echo "";\
2025-08-20T22:06:06.6709459Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils> echo "#define EMULATION_LIST \\";\
2025-08-20T22:06:06.6856959Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils> for f in `echo " " eaix5ppc.o eaix5rs6.o eaixppc.o eaixrs6.o ealpha.o ealphavms.o earcelf.o earclinux.o earclinux_nps.o earcv2elf.o earcv2elfx.o earm_wince_pe.o earmelf.o earmelf_fbsd.o earmelf_fuchsia.o earmelf_haiku.o earmelf_linux.o earmelf_linux_eabi.o earmelf_linux_fdpiceabi.o earmelf_nacl.o earmelf_nbsd.o earmelf_phoenix.o earmelf_vxworks.o earmelfb.o earmelfb_fbsd.o earmelfb_fuchsia.o earmelfb_linux.o earmelfb_linux_eabi.o earmelfb_linux_fdpiceabi.o earmelfb_nacl.o earmelfb_nbsd.o earmnto.o earmpe.o eavr1.o eavr2.o eavr25.o eavr3.o eavr31.o eavr35.o eavr4.o eavr5.o eavr51.o eavr6.o eavrtiny.o eavrxmega1.o eavrxmega2.o eavrxmega2_flmap.o eavrxmega3.o eavrxmega4.o eavrxmega4_flmap.o eavrxmega5.o eavrxmega6.o eavrxmega7.o ecrisaout.o ecriself.o ecrislinux.o ecskyelf.o ecskyelf_linux.o ed10velf.o ed30v_e.o ed30v_o.o ed30velf.o eelf32_dlx.o eelf32_sparc.o eelf32_sparc_sol2.o eelf32_sparc_vxworks.o eelf32_spu.o eelf32_tic6x_be.o eelf32_tic6x_elf_be.o eelf32_tic6x_elf_le.o eelf32_tic6x_le.o eelf32_tic6x_linux_be.o eelf32_tic6x_linux_le.o eelf32am33lin.o eelf32bfin.o eelf32bfinfd.o eelf32cr16.o eelf32crx.o eelf32epiphany.o eelf32epiphany_4x4.o eelf32fr30.o eelf32frv.o eelf32frvfd.o eelf32ft32.o eelf32ip2k.o eelf32iq10.o eelf32iq2000.o eelf32lm32.o eelf32lm32fd.o eelf32lppc.o eelf32lppclinux.o eelf32lppcnto.o eelf32lppcsim.o eelf32m32c.o eelf32mb_linux.o eelf32mbel_linux.o eelf32mcore.o eelf32mep.o eelf32metag.o eelf32microblaze.o eelf32microblazeel.o eelf32moxie.o eelf32mt.o eelf32or1k.o eelf32or1k_linux.o eelf32ppc.o eelf32ppc_fbsd.o eelf32ppchaiku.o eelf32ppclinux.o eelf32ppcnto.o eelf32ppcsim.o eelf32ppcvxworks.o eelf32ppcwindiss.o eelf32rl78.o eelf32rx.o eelf32rx_linux.o eelf32tilegx.o eelf32tilegx_be.o eelf32tilepro.o eelf32vax.o eelf32visium.o eelf32xstormy16.o eelf32xtensa.o eelf32z80.o eelf_i386.o eelf_i386_be.o eelf_i386_fbsd.o eelf_i386_haiku.o eelf_i386_ldso.o eelf_i386_sol2.o eelf_i386_vxworks.o eelf_iamcu.o eelf_s390.o eh8300elf.o eh8300elf_linux.o eh8300helf.o eh8300helf_linux.o eh8300hnelf.o eh8300self.o eh8300self_linux.o eh8300snelf.o eh8300sxelf.o eh8300sxelf_linux.o eh8300sxnelf.o ehppaelf.o ehppalinux.o ehppanbsd.o ehppaobsd.o ei386aout.o ei386beos.o ei386bsd.o ei386go32.o ei386lynx.o ei386moss.o ei386msdos.o ei386nto.o ei386pe.o ei386pe_posix.o em32relf.o em32relf_linux.o em32rlelf.o em32rlelf_linux.o em68hc11elf.o em68hc11elfb.o em68hc12elf.o em68hc12elfb.o em68kelf.o em68kelfnbsd.o em9s12zelf.o emcorepe.o emn10200.o emn10300.o emoxiebox.o emsp430X.o emsp430elf.o ends32belf.o ends32belf16m.o ends32belf_linux.o ends32elf.o ends32elf16m.o ends32elf_linux.o ens32knbsd.o epc532macha.o epdp11.o epjelf.o epjlelf.o eppcmacos.o epruelf.o escore3_elf.o escore7_elf.o esh.o eshelf.o eshelf_fd.o eshelf_linux.o eshelf_nbsd.o eshelf_nto.o eshelf_uclinux.o eshelf_vxworks.o eshl.o eshlelf.o eshlelf_fd.o eshlelf_linux.o eshlelf_nbsd.o eshlelf_nto.o eshlelf_vxworks.o eshpe.o etic30coff.o etic3xcoff.o etic3xcoff_onchip.o etic4xcoff.o etic54xcoff.o ev850.o ev850_rh850.o evanilla.o evaxnbsd.o exgateelf.o ez80.o ez8001.o ez8002.o eaarch64cloudabi.o eaarch64cloudabib.o eaarch64elf.o eaarch64elf32.o eaarch64elf32b.o eaarch64elfb.o eaarch64fbsd.o eaarch64fbsdb.o eaarch64haiku.o eaarch64linux.o eaarch64linux32.o eaarch64linux32b.o eaarch64linuxb.o eaarch64nto.o eaarch64pe.o earm64pe.o eelf32_x86_64.o eelf32b4300.o eelf32bmip.o eelf32bmipn32.o eelf32briscv.o eelf32briscv_ilp32.o eelf32briscv_ilp32f.o eelf32bsmip.o eelf32btsmip.o eelf32btsmip_fbsd.o eelf32btsmipn32.o eelf32btsmipn32_fbsd.o eelf32ebmip.o eelf32ebmipvxworks.o eelf32elmip.o eelf32elmipvxworks.o eelf32kvx.o eelf32l4300.o eelf32lmip.o eelf32loongarch.o eelf32lr5900.o eelf32lr5900n32.o eelf32lriscv.o eelf32lriscv_ilp32.o eelf32lriscv_ilp32f.o eelf32lsmip.o eelf32ltsmip.o eelf32ltsmip_fbsd.o eelf32ltsmipn32.o eelf32ltsmipn32_fbsd.o eelf32mipswindiss.o eelf64_aix.o eelf64_ia64.o eelf64_ia64_fbsd.o eelf64_ia64_vms.o eelf64_s390.o eelf64_sparc.o eelf64_sparc_fbsd.o eelf64_sparc_sol2.o eelf64alpha.o eelf64alpha_fbsd.o eelf64alpha_nbsd.o eelf64bmip.o eelf64bpf.o eelf64briscv.o eelf64briscv_lp64.o eelf64briscv_lp64f.o eelf64btsmip.o eelf64btsmip_fbsd.o eelf64hppa.o eelf64kvx.o eelf64kvx_linux.o eelf64loongarch.o eelf64lppc.o eelf64lppc_fbsd.o eelf64lriscv.o eelf64lriscv_lp64.o eelf64lriscv_lp64f.o eelf64ltsmip.o eelf64ltsmip_fbsd.o eelf64mmix.o eelf64ppc.o eelf64ppc_fbsd.o eelf64rdos.o eelf64tilegx.o eelf64tilegx_be.o eelf_mipsel_haiku.o eelf_x86_64.o eelf_x86_64_cloudabi.o eelf_x86_64_fbsd.o eelf_x86_64_haiku.o eelf_x86_64_sol2.o ehppa64linux.o ei386pep.o emmo.o "" \
2025-08-20T22:06:06.6935362Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils>  | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
2025-08-20T22:06:06.6936644Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils>     echo "  &ld_${f}_emulation, \\"; \
2025-08-20T22:06:06.6937488Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils> done;\
2025-08-20T22:06:06.6938266Z [00:16:59.909]➜  x86_64-unknown-linux-musl-binutils> echo "  0") >ldemul-tmp.h
2025-08-20T22:06:06.6942569Z [00:16:59.924]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../libpam/include -I../libpamc/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c misc_conv.c -o misc_conv.o
2025-08-20T22:06:06.6975150Z [00:16:59.927]➜  lz4-static-x86_64-unknown-linux-musl> [100%] Built target create_unlz4_symlink
2025-08-20T22:06:06.6976326Z [00:16:59.937]➜  x86_64-unknown-linux-musl-binutils> mv ldemul-tmp.h ldemul-list.h
2025-08-20T22:06:06.6980441Z [00:16:59.939]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I../libpam/include -I../libpamc/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c help_env.c -o help_env.o
2025-08-20T22:06:06.6984272Z [00:16:59.945]➜  x86_64-unknown-linux-musl-binutils> make  all-recursive
2025-08-20T22:06:06.7055822Z [00:16:59.955]➜  lz4-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:06:06.7190795Z [00:16:59.971]➜  lz4-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T22:06:06.7523527Z [00:17:00.004]➜  x86_64-unknown-linux-musl-binutils> make[3]: Entering directory '/build/build/ld'
2025-08-20T22:06:06.7680368Z [00:17:00.020]➜  x86_64-unknown-linux-musl-binutils> Making all in po
2025-08-20T22:06:06.7726382Z [00:17:00.024]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/ld/po'
2025-08-20T22:06:06.7758863Z [00:17:00.027]➜  x86_64-unknown-linux-musl-binutils> ( if test 'x/build/binutils-with-gold-2.44/ld/po' != 'x.'; then \
2025-08-20T22:06:06.7761177Z [00:17:00.028]➜  x86_64-unknown-linux-musl-binutils>     posrcprefix='/build/binutils-with-gold-2.44/ld/'; \
2025-08-20T22:06:06.7763714Z [00:17:00.028]➜  x86_64-unknown-linux-musl-binutils>   else \
2025-08-20T22:06:06.7783704Z [00:17:00.028]➜  x86_64-unknown-linux-musl-binutils>     posrcprefix="../"; \
2025-08-20T22:06:06.7785529Z [00:17:00.028]➜  x86_64-unknown-linux-musl-binutils>   fi; \
2025-08-20T22:06:06.7787418Z [00:17:00.028]➜  x86_64-unknown-linux-musl-binutils>   rm -f SRC-POTFILES-t SRC-POTFILES \
2025-08-20T22:06:06.7801046Z [00:17:00.028]➜  x86_64-unknown-linux-musl-binutils>     && (sed -e '/^#/d' -e '/^[       ]*$/d' \
2025-08-20T22:06:06.7802362Z [00:17:00.028]➜  x86_64-unknown-linux-musl-binutils>         -e "s@.*@   $posrcprefix& \\\\@" < /build/binutils-with-gold-2.44/ld/po/SRC-POTFILES.in \
2025-08-20T22:06:06.7803767Z [00:17:00.028]➜  x86_64-unknown-linux-musl-binutils>     | sed -e '$s/\\$//') > SRC-POTFILES-t \
2025-08-20T22:06:06.7804792Z [00:17:00.028]➜  x86_64-unknown-linux-musl-binutils>     && chmod a-w SRC-POTFILES-t \
2025-08-20T22:06:06.7805847Z [00:17:00.028]➜  x86_64-unknown-linux-musl-binutils>     && mv SRC-POTFILES-t SRC-POTFILES )
2025-08-20T22:06:06.7806983Z [00:17:00.029]➜  x86_64-unknown-linux-musl-binutils> rm -f BLD-POTFILES-t BLD-POTFILES \
2025-08-20T22:06:06.7808069Z [00:17:00.029]➜  x86_64-unknown-linux-musl-binutils>   && sed -e '/^#/d' -e '/^[  ]*$/d' \
2025-08-20T22:06:06.7809597Z [00:17:00.029]➜  x86_64-unknown-linux-musl-binutils>      -e "s@.*@      ../& \\\\@" < /build/binutils-with-gold-2.44/ld/po/BLD-POTFILES.in \
2025-08-20T22:06:06.7810887Z [00:17:00.029]➜  x86_64-unknown-linux-musl-binutils>      | sed -e '$s/\\$//' > BLD-POTFILES-t \
2025-08-20T22:06:06.7811929Z [00:17:00.029]➜  x86_64-unknown-linux-musl-binutils>   && chmod a-w BLD-POTFILES-t \
2025-08-20T22:06:06.7812913Z [00:17:00.029]➜  x86_64-unknown-linux-musl-binutils>   && mv BLD-POTFILES-t BLD-POTFILES
2025-08-20T22:06:06.8079242Z [00:17:00.060]➜  x86_64-unknown-linux-musl-binutils> cd .. \
2025-08-20T22:06:06.8082937Z [00:17:00.060]➜  x86_64-unknown-linux-musl-binutils>   && CONFIG_FILES=po/Makefile.in:po/Make-in \
2025-08-20T22:06:06.8085519Z [00:17:00.060]➜  x86_64-unknown-linux-musl-binutils>      CONFIG_HEADERS= /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./config.status
2025-08-20T22:06:06.8269884Z [00:17:00.079]➜  lz4-static-x86_64-unknown-linux-musl> [ 28%] Built target lz4_static
2025-08-20T22:06:06.8373413Z [00:17:00.089]➜  lz4-static-x86_64-unknown-linux-musl> [ 90%] Built target lz4cli
2025-08-20T22:06:06.8815752Z [00:17:00.133]➜  lz4-static-x86_64-unknown-linux-musl> [ 95%] Creating symlink for lz4cat
2025-08-20T22:06:06.8907619Z [00:17:00.142]➜  lz4-static-x86_64-unknown-linux-musl> [100%] Creating symlink for unlz4
2025-08-20T22:06:06.9165393Z [00:17:00.168]➜  lz4-static-x86_64-unknown-linux-musl> [100%] Built target create_lz4cat_symlink
2025-08-20T22:06:06.9257017Z [00:17:00.177]➜  lz4-static-x86_64-unknown-linux-musl> [100%] Built target create_unlz4_symlink
2025-08-20T22:06:06.9654698Z [00:17:00.217]➜  lz4-static-x86_64-unknown-linux-musl> Install the project...
2025-08-20T22:06:06.9839821Z [00:17:00.236]➜  lz4-static-x86_64-unknown-linux-musl> -- Install configuration: "Release"
2025-08-20T22:06:06.9884648Z [00:17:00.240]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0/bin/lz4
2025-08-20T22:06:06.9890782Z [00:17:00.241]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib/liblz4.a
2025-08-20T22:06:06.9896684Z [00:17:00.241]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev/include/lz4.h
2025-08-20T22:06:06.9901238Z [00:17:00.242]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev/include/lz4hc.h
2025-08-20T22:06:06.9935332Z [00:17:00.245]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev/include/lz4frame.h
2025-08-20T22:06:06.9941821Z [00:17:00.246]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev/include/lz4file.h
2025-08-20T22:06:06.9947804Z [00:17:00.246]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/2kwnxv0k26v355asf2m6s97nyqm15bmz-lz4-static-x86_64-unknown-linux-musl-1.10.0-man/share/man/man1/lz4.1
2025-08-20T22:06:06.9965083Z [00:17:00.247]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib/pkgconfig/liblz4.pc
2025-08-20T22:06:06.9968250Z [00:17:00.247]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib/cmake/lz4/lz4Targets.cmake
2025-08-20T22:06:06.9971322Z [00:17:00.247]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib/cmake/lz4/lz4Targets-release.cmake
2025-08-20T22:06:06.9974778Z [00:17:00.247]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib/cmake/lz4/lz4Config.cmake
2025-08-20T22:06:06.9977876Z [00:17:00.247]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib/cmake/lz4/lz4ConfigVersion.cmake
2025-08-20T22:06:06.9980851Z [00:17:00.247]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0/bin/lz4cat
2025-08-20T22:06:06.9983961Z [00:17:00.247]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0/bin/unlz4
2025-08-20T22:06:06.9986233Z [00:17:00.247]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/2kwnxv0k26v355asf2m6s97nyqm15bmz-lz4-static-x86_64-unknown-linux-musl-1.10.0-man/share/man/man1/lz4cat.1
2025-08-20T22:06:07.0015527Z [00:17:00.253]➜  lz4-static-x86_64-unknown-linux-musl> -- Installing: /nix/store/2kwnxv0k26v355asf2m6s97nyqm15bmz-lz4-static-x86_64-unknown-linux-musl-1.10.0-man/share/man/man1/unlz4.1
2025-08-20T22:06:07.0061772Z [00:17:00.258]➜  lz4-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:06:07.0399785Z [00:17:00.291]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I./include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -version-info 82:1:82 -Wl,--version-script=./libpam_misc.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o libpam_misc.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib help_env.lo misc_conv.lo ../libpam_internal/libpam_internal.la ../libpam/libpam.la
2025-08-20T22:06:07.0481501Z [00:17:00.298]➜  lz4-static-x86_64-unknown-linux-musl> Moving /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib/pkgconfig to /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev/lib/pkgconfig
2025-08-20T22:06:07.0685619Z [00:17:00.320]➜  lz4-static-x86_64-unknown-linux-musl> Moving /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib/cmake to /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev/lib/cmake
2025-08-20T22:06:07.0851056Z [00:17:00.336]➜  lz4-static-x86_64-unknown-linux-musl> Patching '/nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev/lib/pkgconfig/liblz4.pc' includedir to output /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev
2025-08-20T22:06:07.0904606Z [00:17:00.342]➜  lz4-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev
2025-08-20T22:06:07.1006479Z [00:17:00.352]➜  lz4-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev...
2025-08-20T22:06:07.1268723Z [00:17:00.378]➜  lz4-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev
2025-08-20T22:06:07.1377476Z [00:17:00.388]➜  lz4-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/9k5aqprlkpdkmj2w808myx5vx6iq9g3s-lz4-static-x86_64-unknown-linux-musl-1.10.0-dev/lib
2025-08-20T22:06:07.1782601Z [00:17:00.429]➜  lz4-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib
2025-08-20T22:06:07.1794536Z [00:17:00.430]➜  lz4-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib...
2025-08-20T22:06:07.2002962Z [00:17:00.452]➜  lz4-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib
2025-08-20T22:06:07.2110853Z [00:17:00.462]➜  lz4-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/d43zybb9fzyzcawz8nqrw4v31x49llki-lz4-static-x86_64-unknown-linux-musl-1.10.0-lib/lib
2025-08-20T22:06:07.2387472Z [00:17:00.490]➜  lz4-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/2kwnxv0k26v355asf2m6s97nyqm15bmz-lz4-static-x86_64-unknown-linux-musl-1.10.0-man
2025-08-20T22:06:07.2477888Z [00:17:00.499]➜  lz4-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/2kwnxv0k26v355asf2m6s97nyqm15bmz-lz4-static-x86_64-unknown-linux-musl-1.10.0-man...
2025-08-20T22:06:07.2724700Z [00:17:00.524]➜  lz4-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/2kwnxv0k26v355asf2m6s97nyqm15bmz-lz4-static-x86_64-unknown-linux-musl-1.10.0-man/share/man/
2025-08-20T22:06:07.2811741Z [00:17:00.530]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libpam_misc.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/libpam_misc/../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:07.2915953Z [00:17:00.543]➜  lz4-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/2kwnxv0k26v355asf2m6s97nyqm15bmz-lz4-static-x86_64-unknown-linux-musl-1.10.0-man
2025-08-20T22:06:07.3026276Z [00:17:00.554]➜  lz4-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0
2025-08-20T22:06:07.3123851Z [00:17:00.564]➜  lz4-static-x86_64-unknown-linux-musl> shrinking /nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0/bin/lz4
2025-08-20T22:06:07.3193796Z [00:17:00.571]➜  lz4-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:06:07.3215060Z [00:17:00.573]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libpam_misc.a  help_env.o misc_conv.o  .libs/libpam_misc.lax/libpam_internal.a/pam_debug.o .libs/libpam_misc.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:07.3253753Z [00:17:00.575]➜  lz4-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0...
2025-08-20T22:06:07.3301121Z [00:17:00.582]➜  x86_64-unknown-linux-musl-binutils> config.status: creating po/Makefile.in
2025-08-20T22:06:07.3350765Z [00:17:00.587]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libpam_misc.a
2025-08-20T22:06:07.3413817Z [00:17:00.593]➜  lz4-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:06:07.3479142Z [00:17:00.599]➜  lz4-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0
2025-08-20T22:06:07.3494095Z [00:17:00.601]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libpam_misc.lax
2025-08-20T22:06:07.3607874Z [00:17:00.612]➜  lz4-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/8gmk6ywid6czfsdk0mkjnzkp9qkfv1ig-lz4-static-x86_64-unknown-linux-musl-1.10.0/bin
2025-08-20T22:06:07.3827027Z [00:17:00.634]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libpam_misc.la" && ln -s "../libpam_misc.la" "libpam_misc.la" )
2025-08-20T22:06:07.3835312Z [00:17:00.635]➜  x86_64-unknown-linux-musl-binutils> config.status: executing depfiles commands
2025-08-20T22:06:07.3964926Z [00:17:00.648]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/libpam_misc'
2025-08-20T22:06:07.3974962Z [00:17:00.649]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in modules
2025-08-20T22:06:07.3986913Z [00:17:00.650]➜  x86_64-unknown-linux-musl-binutils> config.status: executing libtool commands
2025-08-20T22:06:07.4014181Z [00:17:00.653]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules'
2025-08-20T22:06:07.4087325Z [00:17:00.660]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_access
2025-08-20T22:06:07.4170609Z [00:17:00.667]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_access'
2025-08-20T22:06:07.4175776Z [00:17:00.667]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_access.lo pam_access.c
2025-08-20T22:06:07.4462365Z [00:17:00.698]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-1 commands
2025-08-20T22:06:07.4754548Z [00:17:00.727]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default-2 commands
2025-08-20T22:06:07.6099535Z [00:17:00.859]➜  building '/nix/store/9y30zfg7xal0mg6vh33plyvd8hkb3mx1-mailcap-static-x86_64-unknown-linux-musl-2.1.54.drv'...
2025-08-20T22:06:07.6124614Z [00:17:00.859]➜  x86_64-unknown-linux-musl-binutils> config.status: executing default commands
2025-08-20T22:06:07.6126347Z [00:17:00.859]➜  x86_64-unknown-linux-musl-binutils> make[4]: Nothing to be done for 'all'.
2025-08-20T22:06:07.6127633Z [00:17:00.859]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/ld/po'
2025-08-20T22:06:07.6129088Z [00:17:00.859]➜  x86_64-unknown-linux-musl-binutils> make[4]: Entering directory '/build/build/ld'
2025-08-20T22:06:07.6130433Z [00:17:00.859]➜  x86_64-unknown-linux-musl-binutils>   CC       libdep_plugin.lo
2025-08-20T22:06:07.6131723Z [00:17:00.859]➜  x86_64-unknown-linux-musl-binutils>   CC       libldtestplug_la-testplug.lo
2025-08-20T22:06:07.6132996Z [00:17:00.859]➜  x86_64-unknown-linux-musl-binutils>   CC       libldtestplug2_la-testplug2.lo
2025-08-20T22:06:07.6134695Z [00:17:00.859]➜  x86_64-unknown-linux-musl-binutils>   CC       libldtestplug3_la-testplug3.lo
2025-08-20T22:06:07.6139023Z [00:17:00.859]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_access.c -o pam_access.o
2025-08-20T22:06:07.7218913Z [00:17:00.974]➜  mailcap-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:06:07.7424057Z [00:17:00.993]➜  mailcap-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/abq2547v74d9sxwj3z4i4yr5hm6hrrr1-mailcap-2.1.54.tar.xz
2025-08-20T22:06:07.7542244Z [00:17:01.006]➜  mailcap-static-x86_64-unknown-linux-musl> source root is mailcap-2.1.54
2025-08-20T22:06:07.7705749Z [00:17:01.022]➜  mailcap-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1684831222 of file "mailcap-2.1.54/typediff.py"
2025-08-20T22:06:07.7920014Z [00:17:01.043]➜  mailcap-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:06:07.8080441Z [00:17:01.060]➜  mailcap-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:06:07.8347225Z [00:17:01.086]➜  mailcap-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:06:07.8462120Z [00:17:01.098]➜  mailcap-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:06:07.8865971Z [00:17:01.138]➜  mailcap-static-x86_64-unknown-linux-musl> no configure script, doing nothing
2025-08-20T22:06:07.8887689Z [00:17:01.140]➜  mailcap-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:06:07.9173427Z [00:17:01.169]➜  mailcap-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:06:07.9234087Z [00:17:01.175]➜  mailcap-static-x86_64-unknown-linux-musl> sh generate-nginx-mimetypes.sh < mime.types > mime.types.nginx
2025-08-20T22:06:07.9615768Z [00:17:01.213]➜  mailcap-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:06:07.9766111Z [00:17:01.228]➜  mailcap-static-x86_64-unknown-linux-musl> substituteStream() in derivation mailcap-static-x86_64-unknown-linux-musl-2.1.54: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'mailcap')
2025-08-20T22:06:08.0246063Z [00:17:01.276]➜  mailcap-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:06:08.0826275Z [00:17:01.333]➜  mailcap-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/dyrgfzamkd5dpnpws9pixmmwwhk6z8yl-mailcap-static-x86_64-unknown-linux-musl-2.1.54
2025-08-20T22:06:08.0886181Z [00:17:01.340]➜  mailcap-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/dyrgfzamkd5dpnpws9pixmmwwhk6z8yl-mailcap-static-x86_64-unknown-linux-musl-2.1.54...
2025-08-20T22:06:08.1176077Z [00:17:01.369]➜  x86_64-unknown-linux-musl-binutils>   CC       libldtestplug4_la-testplug4.lo
2025-08-20T22:06:08.1208461Z [00:17:01.372]➜  mailcap-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/dyrgfzamkd5dpnpws9pixmmwwhk6z8yl-mailcap-static-x86_64-unknown-linux-musl-2.1.54/share/man/
2025-08-20T22:06:08.1513145Z [00:17:01.403]➜  mailcap-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/dyrgfzamkd5dpnpws9pixmmwwhk6z8yl-mailcap-static-x86_64-unknown-linux-musl-2.1.54
2025-08-20T22:06:08.2896347Z [00:17:01.541]➜  building '/nix/store/lyvnkz410mlkb00jyiwh807ngf6npf9j-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1.drv'...
2025-08-20T22:06:08.3064792Z [00:17:01.558]➜  x86_64-unknown-linux-musl-binutils>   CC       ldgram.o
2025-08-20T22:06:08.3142906Z [00:17:01.565]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_access.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_access.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:08.3606062Z [00:17:01.612]➜  x86_64-unknown-linux-musl-binutils>   CC       ldlex-wrapper.o
2025-08-20T22:06:08.3686668Z [00:17:01.620]➜  x86_64-unknown-linux-musl-binutils>   CC       lexsup.o
2025-08-20T22:06:08.4497597Z [00:17:01.701]➜  mpdecimal-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:06:08.4676546Z [00:17:01.719]➜  mpdecimal-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/ggy3l7mjd12j8ljnll6xhz9139yfinkl-mpdecimal-4.0.1.tar.gz
2025-08-20T22:06:08.5162948Z [00:17:01.768]➜  mpdecimal-static-x86_64-unknown-linux-musl> source root is mpdecimal-4.0.1
2025-08-20T22:06:08.5495827Z [00:17:01.798]➜  mpdecimal-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1746473798 of file "mpdecimal-4.0.1/CHANGELOG.txt"
2025-08-20T22:06:08.5662120Z [00:17:01.818]➜  mpdecimal-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:06:08.5879780Z [00:17:01.840]➜  mpdecimal-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T22:06:08.6443851Z [00:17:01.896]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_access.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_access/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:08.7138491Z [00:17:01.965]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_access.a  pam_access.o  .libs/pam_access.lax/libpam_internal.a/pam_debug.o .libs/pam_access.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:08.7297631Z [00:17:01.981]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_access.a
2025-08-20T22:06:08.7491712Z [00:17:02.001]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_access.lax
2025-08-20T22:06:08.7795162Z [00:17:02.031]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T22:06:08.7865905Z [00:17:02.038]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T22:06:08.7867508Z [00:17:02.038]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T22:06:08.7902580Z [00:17:02.042]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_access.la" && ln -s "../pam_access.la" "pam_access.la" )
2025-08-20T22:06:08.8001976Z [00:17:02.052]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_access'
2025-08-20T22:06:08.8015886Z [00:17:02.053]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_canonicalize_user
2025-08-20T22:06:08.8128641Z [00:17:02.064]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_canonicalize_user'
2025-08-20T22:06:08.8137793Z [00:17:02.065]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_canonicalize_user.lo pam_canonicalize_user.c
2025-08-20T22:06:08.8749893Z [00:17:02.127]➜  x86_64-unknown-linux-musl-binutils>   CC       ldlang.o
2025-08-20T22:06:08.9444632Z [00:17:02.196]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_canonicalize_user.c -o pam_canonicalize_user.o
2025-08-20T22:06:09.0710631Z [00:17:02.322]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_canonicalize_user.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_canonicalize_user.lo ../../libpam/libpam.la
2025-08-20T22:06:09.3423715Z [00:17:02.594]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_canonicalize_user.a  pam_canonicalize_user.o
2025-08-20T22:06:09.3575582Z [00:17:02.608]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_canonicalize_user.a
2025-08-20T22:06:09.3875639Z [00:17:02.639]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_canonicalize_user.la" && ln -s "../pam_canonicalize_user.la" "pam_canonicalize_user.la" )
2025-08-20T22:06:09.3987112Z [00:17:02.650]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_canonicalize_user'
2025-08-20T22:06:09.3989050Z [00:17:02.650]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_debug
2025-08-20T22:06:09.4057856Z [00:17:02.657]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_debug'
2025-08-20T22:06:09.4067141Z [00:17:02.658]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_debug.lo pam_debug.c
2025-08-20T22:06:09.5243890Z [00:17:02.776]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_debug.c -o pam_debug.o
2025-08-20T22:06:09.6405865Z [00:17:02.892]➜  x86_64-unknown-linux-musl-binutils>   CC       mri.o
2025-08-20T22:06:09.6881546Z [00:17:02.939]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_debug.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_debug.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:09.7280827Z [00:17:02.980]➜  x86_64-unknown-linux-musl-binutils>   CC       ldctor.o
2025-08-20T22:06:09.7918358Z [00:17:03.043]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force
2025-08-20T22:06:09.9946121Z [00:17:03.246]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_debug.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_debug/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:10.0181423Z [00:17:03.270]➜  x86_64-unknown-linux-musl-binutils>   CC       ldmain.o
2025-08-20T22:06:10.0294950Z [00:17:03.281]➜  linux-pam-static-x86_64-unknown-linux-musl> copying selected object files to avoid basename conflicts...
2025-08-20T22:06:10.0402659Z [00:17:03.292]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ln .libs/pam_debug.lax/libpam_internal.a/pam_debug.o .libs/pam_debug.lax/lt1-pam_debug.o || cp .libs/pam_debug.lax/libpam_internal.a/pam_debug.o .libs/pam_debug.lax/lt1-pam_debug.o
2025-08-20T22:06:10.0589212Z [00:17:03.311]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_debug.a pam_debug.o .libs/pam_debug.lax/lt1-pam_debug.o .libs/pam_debug.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:10.0815656Z [00:17:03.329]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_debug.a
2025-08-20T22:06:10.0932099Z [00:17:03.345]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_debug.lax .libs/pam_debug.lax
2025-08-20T22:06:10.1280361Z [00:17:03.380]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_debug.la" && ln -s "../pam_debug.la" "pam_debug.la" )
2025-08-20T22:06:10.1329721Z [00:17:03.385]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_debug'
2025-08-20T22:06:10.1333432Z [00:17:03.385]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_deny
2025-08-20T22:06:10.1426990Z [00:17:03.390]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_deny'
2025-08-20T22:06:10.1494694Z [00:17:03.390]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_deny.lo pam_deny.c
2025-08-20T22:06:10.2872497Z [00:17:03.539]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_deny.c -o pam_deny.o
2025-08-20T22:06:10.2944609Z [00:17:03.544]➜  x86_64-unknown-linux-musl-binutils>   CC       ldwrite.o
2025-08-20T22:06:10.4168163Z [00:17:03.668]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_deny.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_deny.lo ../../libpam/libpam.la
2025-08-20T22:06:10.4602782Z [00:17:03.712]➜  x86_64-unknown-linux-musl-binutils>   CC       ldexp.o
2025-08-20T22:06:10.5472902Z [00:17:03.799]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T22:06:10.6532599Z [00:17:03.905]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_deny.a  pam_deny.o
2025-08-20T22:06:10.6618088Z [00:17:03.914]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_deny.a
2025-08-20T22:06:10.6894013Z [00:17:03.941]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_deny.la" && ln -s "../pam_deny.la" "pam_deny.la" )
2025-08-20T22:06:10.6967931Z [00:17:03.949]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_deny'
2025-08-20T22:06:10.6972385Z [00:17:03.949]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_echo
2025-08-20T22:06:10.7036639Z [00:17:03.955]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_echo'
2025-08-20T22:06:10.7044476Z [00:17:03.956]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_echo.lo pam_echo.c
2025-08-20T22:06:10.8002363Z [00:17:04.052]➜  x86_64-unknown-linux-musl-binutils>   CC       ldemul.o
2025-08-20T22:06:10.8106809Z [00:17:04.062]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_echo.c -o pam_echo.o
2025-08-20T22:06:10.8981063Z [00:17:04.150]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Libtool
2025-08-20T22:06:10.9044586Z [00:17:04.150]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T22:06:10.9046340Z [00:17:04.150]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T22:06:10.9065811Z [00:17:04.150]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T22:06:11.1660667Z [00:17:04.415]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_echo.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_echo.lo ../../libpam/libpam.la
2025-08-20T22:06:11.3862452Z [00:17:04.638]➜  x86_64-unknown-linux-musl-binutils>   CC       ldver.o
2025-08-20T22:06:11.4777480Z [00:17:04.729]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_echo.a  pam_echo.o
2025-08-20T22:06:11.4915874Z [00:17:04.743]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_echo.a
2025-08-20T22:06:11.5268170Z [00:17:04.778]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_echo.la" && ln -s "../pam_echo.la" "pam_echo.la" )
2025-08-20T22:06:11.5373063Z [00:17:04.789]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_echo'
2025-08-20T22:06:11.5374894Z [00:17:04.789]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_env
2025-08-20T22:06:11.5445482Z [00:17:04.796]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_env'
2025-08-20T22:06:11.5456783Z [00:17:04.797]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam_internal/include -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\"  -g -O2 -c -o pam_env.lo pam_env.c
2025-08-20T22:06:11.6005919Z [00:17:04.852]➜  x86_64-unknown-linux-musl-binutils>   CC       ldmisc.o
2025-08-20T22:06:11.6774762Z [00:17:04.929]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam_internal/include -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\" -g -O2 -c pam_env.c -o pam_env.o
2025-08-20T22:06:11.7884481Z [00:17:05.040]➜  x86_64-unknown-linux-musl-binutils>   CC       ldfile.o
2025-08-20T22:06:11.8541472Z [00:17:05.106]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T22:06:12.2247470Z [00:17:05.476]➜  x86_64-unknown-linux-musl-binutils>   CC       ldcref.o
2025-08-20T22:06:12.4746159Z [00:17:05.726]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam_internal/include -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -DSYSCONFDIR=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc\"  -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_env.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_env.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:12.5791517Z [00:17:05.830]➜  x86_64-unknown-linux-musl-binutils>   CC       plugin.o
2025-08-20T22:06:12.5805684Z [00:17:05.832]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Automake
2025-08-20T22:06:12.5835101Z [00:17:05.835]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: './install-sh' is updated
2025-08-20T22:06:12.5839965Z [00:17:05.835]➜  mpdecimal-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T22:06:12.5994694Z [00:17:05.850]➜  mpdecimal-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:06:12.6137082Z [00:17:05.865]➜  mpdecimal-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:06:12.6265281Z [00:17:05.878]➜  mpdecimal-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:06:12.6340760Z [00:17:05.886]➜  mpdecimal-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:06:12.6521538Z [00:17:05.904]➜  mpdecimal-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:06:12.6634761Z [00:17:05.915]➜  mpdecimal-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:06:12.6748616Z [00:17:05.927]➜  mpdecimal-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:06:12.7356648Z [00:17:05.987]➜  mpdecimal-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:06:12.7459610Z [00:17:05.998]➜  mpdecimal-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:06:12.7493838Z [00:17:06.001]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_env.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_env/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:12.7808700Z [00:17:06.032]➜  mpdecimal-static-x86_64-unknown-linux-musl> configure flags: --prefix=/nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1 --bindir=/nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/bin --sbindir=/nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/sbin --includedir=/nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/include --mandir=/nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/share/man --infodir=/nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/share/info --docdir=/nix/store/ir0swki2mb818zjs70021gls1wfw7zci-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-doc/share/doc/mpdecimal --libdir=/nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/lib --libexecdir=/nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/libexec --localedir=/nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/share/locale --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:06:12.7923840Z [00:17:06.044]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_env.a  pam_env.o  .libs/pam_env.lax/libpam_internal.a/pam_debug.o .libs/pam_env.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:12.8066432Z [00:17:06.058]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_env.a
2025-08-20T22:06:12.8238701Z [00:17:06.076]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_env.lax
2025-08-20T22:06:12.8359550Z [00:17:06.088]➜  x86_64-unknown-linux-musl-binutils>   CC       ldbuildid.o
2025-08-20T22:06:12.8567206Z [00:17:06.108]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_env.la" && ln -s "../pam_env.la" "pam_env.la" )
2025-08-20T22:06:12.8677683Z [00:17:06.119]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_env'
2025-08-20T22:06:12.8678962Z [00:17:06.119]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_exec
2025-08-20T22:06:12.8762277Z [00:17:06.128]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_exec'
2025-08-20T22:06:12.8767939Z [00:17:06.128]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_exec.lo pam_exec.c
2025-08-20T22:06:12.9761225Z [00:17:06.227]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_exec.c -o pam_exec.o
2025-08-20T22:06:13.1244320Z [00:17:06.375]➜  x86_64-unknown-linux-musl-binutils>   GEN      ldscripts/stamp
2025-08-20T22:06:13.1451991Z [00:17:06.397]➜  x86_64-unknown-linux-musl-binutils>   CC       deffilep.o
2025-08-20T22:06:13.1885801Z [00:17:06.439]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:06:13.2023633Z [00:17:06.454]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:06:13.2028974Z [00:17:06.454]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for --enable-cxx... yes
2025-08-20T22:06:13.2034124Z [00:17:06.455]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for --enable-static... yes
2025-08-20T22:06:13.2036995Z [00:17:06.455]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for --enable-shared... no
2025-08-20T22:06:13.2040314Z [00:17:06.455]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for --enable-doc... yes
2025-08-20T22:06:13.2094443Z [00:17:06.459]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for --enable-pc... yes
2025-08-20T22:06:13.2096099Z [00:17:06.459]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:06:13.3846470Z [00:17:06.636]➜  x86_64-unknown-linux-musl-binutils>   CC       pdb.o
2025-08-20T22:06:13.5476072Z [00:17:06.799]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:06:13.5485990Z [00:17:06.800]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:06:13.5944961Z [00:17:06.845]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_exec.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_exec.lo ../../libpam/libpam.la
2025-08-20T22:06:13.6943087Z [00:17:06.946]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:06:13.7048405Z [00:17:06.957]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:06:13.7686959Z [00:17:07.020]➜  x86_64-unknown-linux-musl-binutils>   CC       pe-dll.o
2025-08-20T22:06:13.7872853Z [00:17:07.039]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:06:13.8545095Z [00:17:07.106]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_exec.a  pam_exec.o
2025-08-20T22:06:13.8775266Z [00:17:07.122]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_exec.a
2025-08-20T22:06:13.8834774Z [00:17:07.135]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:06:13.9136025Z [00:17:07.165]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_exec.la" && ln -s "../pam_exec.la" "pam_exec.la" )
2025-08-20T22:06:13.9194846Z [00:17:07.171]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_exec'
2025-08-20T22:06:13.9224677Z [00:17:07.172]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_faildelay
2025-08-20T22:06:13.9254760Z [00:17:07.177]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_faildelay'
2025-08-20T22:06:13.9260159Z [00:17:07.177]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_faildelay.lo pam_faildelay.c
2025-08-20T22:06:13.9916965Z [00:17:07.243]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:06:14.0981015Z [00:17:07.349]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_faildelay.c -o pam_faildelay.o
2025-08-20T22:06:14.1863661Z [00:17:07.438]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:06:14.3728954Z [00:17:07.624]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_faildelay.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_faildelay.lo ../../libpam/libpam.la
2025-08-20T22:06:14.4070781Z [00:17:07.657]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C++... yes
2025-08-20T22:06:14.5266041Z [00:17:07.776]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
2025-08-20T22:06:14.6518291Z [00:17:07.903]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_faildelay.a  pam_faildelay.o
2025-08-20T22:06:14.6660615Z [00:17:07.918]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_faildelay.a
2025-08-20T22:06:14.7002390Z [00:17:07.952]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_faildelay.la" && ln -s "../pam_faildelay.la" "pam_faildelay.la" )
2025-08-20T22:06:14.7097405Z [00:17:07.961]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_faildelay'
2025-08-20T22:06:14.7125162Z [00:17:07.962]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_faillock
2025-08-20T22:06:14.7166517Z [00:17:07.968]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_faillock'
2025-08-20T22:06:14.7200400Z [00:17:07.971]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -c -o faillock-main.o `test -f 'main.c' || echo './'`main.c
2025-08-20T22:06:14.7268298Z [00:17:07.978]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -c -o faillock-faillock.o `test -f 'faillock.c' || echo './'`faillock.c
2025-08-20T22:06:14.7276690Z [00:17:07.978]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -c -o faillock-faillock_config.o `test -f 'faillock_config.c' || echo './'`faillock_config.c
2025-08-20T22:06:14.7323613Z [00:17:07.984]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_faillock.lo pam_faillock.c
2025-08-20T22:06:14.7370279Z [00:17:07.988]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o faillock.lo faillock.c
2025-08-20T22:06:14.8994016Z [00:17:08.146]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
2025-08-20T22:06:14.9146506Z [00:17:08.166]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c faillock.c -o faillock.o
2025-08-20T22:06:14.9749483Z [00:17:08.224]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_faillock.c -o pam_faillock.o
2025-08-20T22:06:15.0243633Z [00:17:08.276]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for -O2... yes
2025-08-20T22:06:15.0248568Z [00:17:08.277]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:06:15.0274661Z [00:17:08.277]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:06:15.0748902Z [00:17:08.323]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o faillock_config.lo faillock_config.c
2025-08-20T22:06:15.0861564Z [00:17:08.338]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:06:15.1108446Z [00:17:08.362]➜  x86_64-unknown-linux-musl-binutils>   CC       ldelf.o
2025-08-20T22:06:15.1543917Z [00:17:08.406]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:06:15.2441444Z [00:17:08.493]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -pie -Wl,-z,now -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o faillock faillock-main.o faillock-faillock.o faillock-faillock_config.o ../../libpam/libpam.la
2025-08-20T22:06:15.2546676Z [00:17:08.506]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:06:15.3049742Z [00:17:08.556]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c faillock_config.c -o faillock_config.o
2025-08-20T22:06:15.3510773Z [00:17:08.602]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:06:15.4494157Z [00:17:08.701]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:06:15.5484021Z [00:17:08.800]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -pie -Wl,-z -Wl,now -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o faillock faillock-main.o faillock-faillock.o faillock-faillock_config.o  ../../libpam/.libs/libpam.a
2025-08-20T22:06:15.5572598Z [00:17:08.809]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:06:15.6816963Z [00:17:08.933]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:06:15.7563180Z [00:17:09.007]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_faillock.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_faillock.lo faillock.lo faillock_config.lo ../../libpam/libpam.la
2025-08-20T22:06:15.7838052Z [00:17:09.035]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:06:15.8598715Z [00:17:09.112]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:06:15.9528254Z [00:17:09.204]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for pthread.h... yes
2025-08-20T22:06:16.0371339Z [00:17:09.289]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_faillock.a  pam_faillock.o faillock.o faillock_config.o
2025-08-20T22:06:16.0531039Z [00:17:09.305]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_faillock.a
2025-08-20T22:06:16.0959125Z [00:17:09.347]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_faillock.la" && ln -s "../pam_faillock.la" "pam_faillock.la" )
2025-08-20T22:06:16.1057967Z [00:17:09.357]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_faillock'
2025-08-20T22:06:16.1076202Z [00:17:09.357]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_filter
2025-08-20T22:06:16.1127883Z [00:17:09.364]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_filter'
2025-08-20T22:06:16.1312912Z [00:17:09.383]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in upperLOWER
2025-08-20T22:06:16.1420068Z [00:17:09.394]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_filter/upperLOWER'
2025-08-20T22:06:16.1424930Z [00:17:09.394]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../../..    -I../../../libpam/include -I./.. -fpie -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o upperLOWER.o upperLOWER.c
2025-08-20T22:06:16.1579352Z [00:17:09.409]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T22:06:16.2599509Z [00:17:09.511]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for int32_t... yes
2025-08-20T22:06:16.3592110Z [00:17:09.610]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../../libpam/include -I./.. -fpie -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -pie -Wl,-z,now -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o upperLOWER upperLOWER.o ../../../libpam/libpam.la
2025-08-20T22:06:16.3798349Z [00:17:09.631]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for int64_t... yes
2025-08-20T22:06:16.5131544Z [00:17:09.764]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../../../libpam/include -I./.. -fpie -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -pie -Wl,-z -Wl,now -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o upperLOWER upperLOWER.o  ../../../libpam/.libs/libpam.a
2025-08-20T22:06:16.5314046Z [00:17:09.783]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for uint32_t... yes
2025-08-20T22:06:16.6216656Z [00:17:09.873]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_filter/upperLOWER'
2025-08-20T22:06:16.6306140Z [00:17:09.882]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_filter'
2025-08-20T22:06:16.6340930Z [00:17:09.885]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_filter.lo pam_filter.c
2025-08-20T22:06:16.7310275Z [00:17:09.982]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for uint64_t... yes
2025-08-20T22:06:16.7708495Z [00:17:10.017]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_filter.c -o pam_filter.o
2025-08-20T22:06:16.9674551Z [00:17:10.219]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for __uint128_t... yes
2025-08-20T22:06:17.4716605Z [00:17:10.723]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_filter.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_filter.lo ../../libpam/libpam.la
2025-08-20T22:06:17.5069568Z [00:17:10.759]➜  x86_64-unknown-linux-musl-binutils>   CC       ldelfgen.o
2025-08-20T22:06:17.5250736Z [00:17:10.777]➜  x86_64-unknown-linux-musl-binutils>   CC       pep-dll.o
2025-08-20T22:06:17.7607095Z [00:17:11.012]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_filter.a  pam_filter.o
2025-08-20T22:06:17.7707508Z [00:17:11.022]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_filter.a
2025-08-20T22:06:17.8045748Z [00:17:11.056]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_filter.la" && ln -s "../pam_filter.la" "pam_filter.la" )
2025-08-20T22:06:17.8209613Z [00:17:11.073]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_filter'
2025-08-20T22:06:17.8214657Z [00:17:11.073]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_filter'
2025-08-20T22:06:17.8246298Z [00:17:11.076]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_ftp
2025-08-20T22:06:17.8316724Z [00:17:11.083]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_ftp'
2025-08-20T22:06:17.8328966Z [00:17:11.084]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_ftp.lo pam_ftp.c
2025-08-20T22:06:17.8995549Z [00:17:11.151]➜  x86_64-unknown-linux-musl-binutils>   GEN      libdep.la
2025-08-20T22:06:17.9280256Z [00:17:11.180]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking size of size_t... 8
2025-08-20T22:06:17.9752608Z [00:17:11.227]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_ftp.c -o pam_ftp.o
2025-08-20T22:06:18.0145845Z [00:17:11.266]➜  x86_64-unknown-linux-musl-binutils> libtool: link: warning: ignoring multiple `-rpath's for a libtool library
2025-08-20T22:06:18.2255576Z [00:17:11.475]➜  x86_64-unknown-linux-musl-binutils>   CCLD     libldtestplug.la
2025-08-20T22:06:18.2388068Z [00:17:11.488]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_ftp.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_ftp.lo ../../libpam/libpam.la
2025-08-20T22:06:18.2908162Z [00:17:11.542]➜  x86_64-unknown-linux-musl-binutils>   CCLD     libldtestplug2.la
2025-08-20T22:06:18.4465263Z [00:17:11.695]➜  x86_64-unknown-linux-musl-binutils>   CCLD     libldtestplug3.la
2025-08-20T22:06:18.5307277Z [00:17:11.782]➜  x86_64-unknown-linux-musl-binutils>   CCLD     libldtestplug4.la
2025-08-20T22:06:18.5342936Z [00:17:11.786]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_ftp.a  pam_ftp.o
2025-08-20T22:06:18.5507524Z [00:17:11.802]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_ftp.a
2025-08-20T22:06:18.5778821Z [00:17:11.830]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_ftp.la" && ln -s "../pam_ftp.la" "pam_ftp.la" )
2025-08-20T22:06:18.5842663Z [00:17:11.836]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_ftp'
2025-08-20T22:06:18.5884609Z [00:17:11.837]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_group
2025-08-20T22:06:18.5908878Z [00:17:11.843]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_group'
2025-08-20T22:06:18.5955772Z [00:17:11.847]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_group.lo pam_group.c
2025-08-20T22:06:18.6584479Z [00:17:11.909]➜  x86_64-unknown-linux-musl-binutils>   GEN      eaix5ppc.c
2025-08-20T22:06:18.6589426Z [00:17:11.910]➜  x86_64-unknown-linux-musl-binutils>   GEN      eaix5rs6.c
2025-08-20T22:06:18.7136673Z [00:17:11.965]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_group.c -o pam_group.o
2025-08-20T22:06:18.7836761Z [00:17:12.035]➜  x86_64-unknown-linux-musl-binutils>   GEN      eaixppc.c
2025-08-20T22:06:18.7847309Z [00:17:12.036]➜  x86_64-unknown-linux-musl-binutils>   GEN      eaixrs6.c
2025-08-20T22:06:18.8118407Z [00:17:12.063]➜  x86_64-unknown-linux-musl-binutils>   GEN      ealpha.c
2025-08-20T22:06:18.9022282Z [00:17:12.154]➜  x86_64-unknown-linux-musl-binutils>   GEN      ealphavms.c
2025-08-20T22:06:18.9199485Z [00:17:12.172]➜  x86_64-unknown-linux-musl-binutils>   GEN      earcelf.c
2025-08-20T22:06:18.9227445Z [00:17:12.174]➜  x86_64-unknown-linux-musl-binutils>   GEN      earclinux.c
2025-08-20T22:06:19.0167038Z [00:17:12.268]➜  x86_64-unknown-linux-musl-binutils>   GEN      earclinux_nps.c
2025-08-20T22:06:19.0561094Z [00:17:12.308]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking size of __uint128_t... 16
2025-08-20T22:06:19.2235776Z [00:17:12.473]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for x64 gcc inline assembler... yes
2025-08-20T22:06:19.3697651Z [00:17:12.621]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for x87 gcc inline assembler... yes
2025-08-20T22:06:19.4134634Z [00:17:12.665]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:06:19.4136886Z [00:17:12.665]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for glibc _FORTIFY_SOURCE/memmove bug... undefined
2025-08-20T22:06:19.4336637Z [00:17:12.685]➜  x86_64-unknown-linux-musl-binutils>   GEN      earcv2elf.c
2025-08-20T22:06:19.4732079Z [00:17:12.725]➜  mpdecimal-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:06:19.4970912Z [00:17:12.748]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_group.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_group.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:19.7704647Z [00:17:13.021]➜  x86_64-unknown-linux-musl-binutils>   GEN      earcv2elfx.c
2025-08-20T22:06:19.7765363Z [00:17:13.028]➜  mpdecimal-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:06:19.7990887Z [00:17:13.050]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_group.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_group/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:19.8039886Z [00:17:13.056]➜  x86_64-unknown-linux-musl-binutils>   CXXLD    ld-new
2025-08-20T22:06:19.8315151Z [00:17:13.083]➜  mpdecimal-static-x86_64-unknown-linux-musl> config.status: creating libmpdec/Makefile
2025-08-20T22:06:19.8554379Z [00:17:13.107]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_group.a  pam_group.o  .libs/pam_group.lax/libpam_internal.a/pam_debug.o .libs/pam_group.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:19.8792929Z [00:17:13.131]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_group.a
2025-08-20T22:06:19.8926052Z [00:17:13.144]➜  mpdecimal-static-x86_64-unknown-linux-musl> config.status: creating libmpdec/mpdecimal.h
2025-08-20T22:06:19.8977293Z [00:17:13.148]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_group.lax
2025-08-20T22:06:19.9369702Z [00:17:13.188]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_group.la" && ln -s "../pam_group.la" "pam_group.la" )
2025-08-20T22:06:19.9475765Z [00:17:13.199]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_group'
2025-08-20T22:06:19.9494062Z [00:17:13.200]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_issue
2025-08-20T22:06:19.9569028Z [00:17:13.209]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_issue'
2025-08-20T22:06:19.9574680Z [00:17:13.209]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include  -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_issue.lo pam_issue.c
2025-08-20T22:06:19.9580016Z [00:17:13.210]➜  mpdecimal-static-x86_64-unknown-linux-musl> config.status: creating libmpdec/.pc/libmpdec.pc
2025-08-20T22:06:20.0179108Z [00:17:13.270]➜  mpdecimal-static-x86_64-unknown-linux-musl> config.status: creating libmpdec++/Makefile
2025-08-20T22:06:20.0772100Z [00:17:13.329]➜  mpdecimal-static-x86_64-unknown-linux-musl> config.status: creating libmpdec++/.pc/libmpdec++.pc
2025-08-20T22:06:20.0932207Z [00:17:13.345]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_issue.c -o pam_issue.o
2025-08-20T22:06:20.1188402Z [00:17:13.370]➜  x86_64-unknown-linux-musl-binutils>   GEN      earm_wince_pe.c
2025-08-20T22:06:20.1284313Z [00:17:13.380]➜  mpdecimal-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T22:06:20.1824633Z [00:17:13.434]➜  mpdecimal-static-x86_64-unknown-linux-musl> config.status: creating tests++/Makefile
2025-08-20T22:06:20.2422610Z [00:17:13.494]➜  mpdecimal-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:06:20.2639120Z [00:17:13.516]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf.c
2025-08-20T22:06:20.4869100Z [00:17:13.738]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include  -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_issue.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_issue.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:20.8224820Z [00:17:14.074]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_issue.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_issue/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:20.8699183Z [00:17:14.121]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_issue.a  pam_issue.o  .libs/pam_issue.lax/libpam_internal.a/pam_debug.o .libs/pam_issue.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:20.8922022Z [00:17:14.144]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf_fbsd.c
2025-08-20T22:06:20.8934394Z [00:17:14.145]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_issue.a
2025-08-20T22:06:20.9107829Z [00:17:14.162]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_issue.lax
2025-08-20T22:06:20.9380443Z [00:17:14.190]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_issue.la" && ln -s "../pam_issue.la" "pam_issue.la" )
2025-08-20T22:06:20.9476288Z [00:17:14.198]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_issue'
2025-08-20T22:06:20.9478146Z [00:17:14.198]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_keyinit
2025-08-20T22:06:20.9532459Z [00:17:14.205]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_keyinit'
2025-08-20T22:06:20.9578936Z [00:17:14.209]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_keyinit.lo pam_keyinit.c
2025-08-20T22:06:21.0881127Z [00:17:14.338]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_keyinit.c -o pam_keyinit.o
2025-08-20T22:06:21.3805414Z [00:17:14.632]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_keyinit.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_keyinit.lo ../../libpam/libpam.la
2025-08-20T22:06:21.4764424Z [00:17:14.727]➜  x86_64-unknown-linux-musl-binutils>   CXXLD    incremental-dump
2025-08-20T22:06:21.5805628Z [00:17:14.830]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf_fuchsia.c
2025-08-20T22:06:21.6378698Z [00:17:14.889]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_keyinit.a  pam_keyinit.o
2025-08-20T22:06:21.6497076Z [00:17:14.901]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_keyinit.a
2025-08-20T22:06:21.6860800Z [00:17:14.936]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_keyinit.la" && ln -s "../pam_keyinit.la" "pam_keyinit.la" )
2025-08-20T22:06:21.6947814Z [00:17:14.946]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_keyinit'
2025-08-20T22:06:21.6955267Z [00:17:14.946]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_limits
2025-08-20T22:06:21.6956846Z [00:17:14.947]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_limits'
2025-08-20T22:06:21.7001205Z [00:17:14.951]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DLIMITS_FILE_DIR=\"/etc/security/limits.d\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_limits.lo pam_limits.c
2025-08-20T22:06:21.8276065Z [00:17:15.079]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DLIMITS_FILE_DIR=\"/etc/security/limits.d\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_limits.c -o pam_limits.o
2025-08-20T22:06:22.4496665Z [00:17:15.701]➜  mpdecimal-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:06:22.4723392Z [00:17:15.724]➜  mpdecimal-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:06:22.4785867Z [00:17:15.730]➜  mpdecimal-static-x86_64-unknown-linux-musl> cd libmpdec && make
2025-08-20T22:06:22.4844464Z [00:17:15.736]➜  mpdecimal-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/mpdecimal-4.0.1/libmpdec'
2025-08-20T22:06:22.4876619Z [00:17:15.739]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c basearith.c
2025-08-20T22:06:22.4907253Z [00:17:15.742]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c context.c
2025-08-20T22:06:22.5085404Z [00:17:15.751]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c constants.c
2025-08-20T22:06:22.5147076Z [00:17:15.751]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c convolute.c
2025-08-20T22:06:22.5175129Z [00:17:15.751]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c crt.c
2025-08-20T22:06:22.6089508Z [00:17:15.861]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c mpdecimal.c
2025-08-20T22:06:22.8216914Z [00:17:16.073]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c mpsignal.c
2025-08-20T22:06:22.8961617Z [00:17:16.148]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c difradix2.c
2025-08-20T22:06:23.0300939Z [00:17:16.282]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c fnt.c
2025-08-20T22:06:23.1677981Z [00:17:16.419]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c fourstep.c
2025-08-20T22:06:23.4167200Z [00:17:16.667]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -DLIMITS_FILE_DIR=\"/etc/security/limits.d\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_limits.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_limits.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:23.4819232Z [00:17:16.733]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c io.c
2025-08-20T22:06:23.7805533Z [00:17:17.032]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c mpalloc.c
2025-08-20T22:06:23.8730670Z [00:17:17.125]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_limits.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_limits/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:23.9360836Z [00:17:17.188]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_limits.a  pam_limits.o  .libs/pam_limits.lax/libpam_internal.a/pam_debug.o .libs/pam_limits.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:23.9524226Z [00:17:17.204]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_limits.a
2025-08-20T22:06:23.9705987Z [00:17:17.222]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c numbertheory.c
2025-08-20T22:06:23.9790464Z [00:17:17.231]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_limits.lax
2025-08-20T22:06:24.0312850Z [00:17:17.283]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_limits.la" && ln -s "../pam_limits.la" "pam_limits.la" )
2025-08-20T22:06:24.0437028Z [00:17:17.295]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_limits'
2025-08-20T22:06:24.0528996Z [00:17:17.296]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_listfile
2025-08-20T22:06:24.0554796Z [00:17:17.307]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_listfile'
2025-08-20T22:06:24.0564571Z [00:17:17.308]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_listfile.lo pam_listfile.c
2025-08-20T22:06:24.1038061Z [00:17:17.355]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c sixstep.c
2025-08-20T22:06:24.1402867Z [00:17:17.392]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -c transpose.c
2025-08-20T22:06:24.2456182Z [00:17:17.497]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_listfile.c -o pam_listfile.o
2025-08-20T22:06:24.9026499Z [00:17:18.153]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_listfile.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_listfile.lo ../../libpam/libpam.la
2025-08-20T22:06:24.9739502Z [00:17:18.226]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf_haiku.c
2025-08-20T22:06:25.2024286Z [00:17:18.454]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_listfile.a  pam_listfile.o
2025-08-20T22:06:25.2187065Z [00:17:18.470]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_listfile.a
2025-08-20T22:06:25.2581986Z [00:17:18.510]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_listfile.la" && ln -s "../pam_listfile.la" "pam_listfile.la" )
2025-08-20T22:06:25.2765783Z [00:17:18.525]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_listfile'
2025-08-20T22:06:25.2774200Z [00:17:18.525]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_localuser
2025-08-20T22:06:25.2813451Z [00:17:18.533]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_localuser'
2025-08-20T22:06:25.2822826Z [00:17:18.534]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_localuser.lo pam_localuser.c
2025-08-20T22:06:25.4087995Z [00:17:18.660]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_localuser.c -o pam_localuser.o
2025-08-20T22:06:25.6529096Z [00:17:18.904]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_localuser.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_localuser.lo ../../libpam/libpam.la
2025-08-20T22:06:25.9020649Z [00:17:19.154]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_localuser.a  pam_localuser.o
2025-08-20T22:06:25.9151568Z [00:17:19.167]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_localuser.a
2025-08-20T22:06:25.9502265Z [00:17:19.202]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_localuser.la" && ln -s "../pam_localuser.la" "pam_localuser.la" )
2025-08-20T22:06:25.9580363Z [00:17:19.210]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_localuser'
2025-08-20T22:06:25.9589979Z [00:17:19.211]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_loginuid
2025-08-20T22:06:25.9744615Z [00:17:19.226]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_loginuid'
2025-08-20T22:06:25.9753775Z [00:17:19.226]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_loginuid.lo pam_loginuid.c
2025-08-20T22:06:26.0788324Z [00:17:19.330]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_loginuid.c -o pam_loginuid.o
2025-08-20T22:06:26.2277084Z [00:17:19.479]➜  x86_64-unknown-linux-musl-binutils> make[4]: Leaving directory '/build/build/gold'
2025-08-20T22:06:26.2289799Z [00:17:19.481]➜  x86_64-unknown-linux-musl-binutils> make[3]: Leaving directory '/build/build/gold'
2025-08-20T22:06:26.2291812Z [00:17:19.481]➜  x86_64-unknown-linux-musl-binutils> make[2]: Leaving directory '/build/build/gold'
2025-08-20T22:06:26.2350252Z [00:17:19.487]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf_linux.c
2025-08-20T22:06:26.2880116Z [00:17:19.539]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_loginuid.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_loginuid.lo ../../libpam/libpam.la
2025-08-20T22:06:26.5463891Z [00:17:19.798]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_loginuid.a  pam_loginuid.o
2025-08-20T22:06:26.5610928Z [00:17:19.813]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_loginuid.a
2025-08-20T22:06:26.6079557Z [00:17:19.860]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_loginuid.la" && ln -s "../pam_loginuid.la" "pam_loginuid.la" )
2025-08-20T22:06:26.6220053Z [00:17:19.874]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_loginuid'
2025-08-20T22:06:26.6221744Z [00:17:19.874]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_mail
2025-08-20T22:06:26.6352047Z [00:17:19.887]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_mail'
2025-08-20T22:06:26.6362000Z [00:17:19.888]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_mail.lo pam_mail.c
2025-08-20T22:06:26.7557969Z [00:17:20.007]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_mail.c -o pam_mail.o
2025-08-20T22:06:27.1948473Z [00:17:20.446]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_mail.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_mail.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:27.5688923Z [00:17:20.820]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_mail.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_mail/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:27.6111004Z [00:17:20.863]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_mail.a  pam_mail.o  .libs/pam_mail.lax/libpam_internal.a/pam_debug.o .libs/pam_mail.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:27.6196805Z [00:17:20.871]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_mail.a
2025-08-20T22:06:27.6332686Z [00:17:20.885]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_mail.lax
2025-08-20T22:06:27.6588002Z [00:17:20.911]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf_linux_eabi.c
2025-08-20T22:06:27.6666505Z [00:17:20.918]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_mail.la" && ln -s "../pam_mail.la" "pam_mail.la" )
2025-08-20T22:06:27.6825297Z [00:17:20.934]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_mail'
2025-08-20T22:06:27.6829504Z [00:17:20.934]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_mkhomedir
2025-08-20T22:06:27.6875859Z [00:17:20.939]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_mkhomedir'
2025-08-20T22:06:27.6887559Z [00:17:20.940]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DMKHOMEDIR_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/mkhomedir_helper\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -c -o mkhomedir_helper-mkhomedir_helper.o `test -f 'mkhomedir_helper.c' || echo './'`mkhomedir_helper.c
2025-08-20T22:06:27.6934727Z [00:17:20.945]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DMKHOMEDIR_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/mkhomedir_helper\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_mkhomedir.lo pam_mkhomedir.c
2025-08-20T22:06:27.8337880Z [00:17:21.085]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf_linux_fdpiceabi.c
2025-08-20T22:06:27.8666914Z [00:17:21.118]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DMKHOMEDIR_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/mkhomedir_helper\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_mkhomedir.c -o pam_mkhomedir.o
2025-08-20T22:06:27.8901907Z [00:17:21.142]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf_nacl.c
2025-08-20T22:06:28.1036386Z [00:17:21.355]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -DMKHOMEDIR_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/mkhomedir_helper\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -pie -Wl,-z,now -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o mkhomedir_helper mkhomedir_helper-mkhomedir_helper.o ../../libpam/libpam.la
2025-08-20T22:06:28.2517176Z [00:17:21.502]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -DMKHOMEDIR_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/mkhomedir_helper\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_mkhomedir.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_mkhomedir.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:28.3755262Z [00:17:21.627]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../../libpam/include -DMKHOMEDIR_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/mkhomedir_helper\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -pie -Wl,-z -Wl,now -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o mkhomedir_helper mkhomedir_helper-mkhomedir_helper.o  ../../libpam/.libs/libpam.a
2025-08-20T22:06:28.5979715Z [00:17:21.849]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_mkhomedir.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_mkhomedir/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:28.6579422Z [00:17:21.909]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_mkhomedir.a  pam_mkhomedir.o  .libs/pam_mkhomedir.lax/libpam_internal.a/pam_debug.o .libs/pam_mkhomedir.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:28.6684143Z [00:17:21.920]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_mkhomedir.a
2025-08-20T22:06:28.6872797Z [00:17:21.939]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_mkhomedir.lax
2025-08-20T22:06:28.7222059Z [00:17:21.974]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_mkhomedir.la" && ln -s "../pam_mkhomedir.la" "pam_mkhomedir.la" )
2025-08-20T22:06:28.7320490Z [00:17:21.984]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_mkhomedir'
2025-08-20T22:06:28.7351609Z [00:17:21.987]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_motd
2025-08-20T22:06:28.7482145Z [00:17:22.000]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_motd'
2025-08-20T22:06:28.7491586Z [00:17:22.000]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_motd.lo pam_motd.c
2025-08-20T22:06:28.8871598Z [00:17:22.138]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_motd.c -o pam_motd.o
2025-08-20T22:06:29.4735688Z [00:17:22.725]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_motd.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_motd.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:29.7604004Z [00:17:23.012]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_motd.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_motd/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:29.8033001Z [00:17:23.055]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_motd.a  pam_motd.o  .libs/pam_motd.lax/libpam_internal.a/pam_debug.o .libs/pam_motd.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:29.8288538Z [00:17:23.080]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_motd.a
2025-08-20T22:06:29.8510691Z [00:17:23.103]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_motd.lax
2025-08-20T22:06:29.8776622Z [00:17:23.129]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_motd.la" && ln -s "../pam_motd.la" "pam_motd.la" )
2025-08-20T22:06:29.8855784Z [00:17:23.137]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_motd'
2025-08-20T22:06:29.8871335Z [00:17:23.139]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_namespace
2025-08-20T22:06:29.8950901Z [00:17:23.147]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_namespace'
2025-08-20T22:06:29.8978034Z [00:17:23.147]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_namespace.lo pam_namespace.c
2025-08-20T22:06:29.8991796Z [00:17:23.150]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o md5.lo md5.c
2025-08-20T22:06:29.9004781Z [00:17:23.151]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o argv_parse.lo argv_parse.c
2025-08-20T22:06:30.0302964Z [00:17:23.279]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c md5.c -o md5.o
2025-08-20T22:06:30.0535492Z [00:17:23.305]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_namespace.c -o pam_namespace.o
2025-08-20T22:06:30.0567056Z [00:17:23.307]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c argv_parse.c -o argv_parse.o
2025-08-20T22:06:30.4099189Z [00:17:23.662]➜  linux-pam-static-x86_64-unknown-linux-musl> In file included from pam_namespace.c:40:
2025-08-20T22:06:30.4104869Z [00:17:23.662]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h: In function 'pam_snprintf':
2025-08-20T22:06:30.4107278Z [00:17:23.662]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: function 'pam_snprintf' can never be inlined because it uses variable argument lists [-Winline]
2025-08-20T22:06:30.4109539Z [00:17:23.662]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:30.4110955Z [00:17:23.662]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:30.4786295Z [00:17:23.729]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h: In function 'pam_asprintf':
2025-08-20T22:06:30.4795440Z [00:17:23.730]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:131:1: warning: function 'pam_asprintf' can never be inlined because it uses variable argument lists [-Winline]
2025-08-20T22:06:30.4800116Z [00:17:23.730]➜  linux-pam-static-x86_64-unknown-linux-musl>   131 | pam_asprintf(const char *fmt, ...)
2025-08-20T22:06:30.4801372Z [00:17:23.730]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:30.6343903Z [00:17:23.886]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h: In function 'protect_mount':
2025-08-20T22:06:30.6354212Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:30.6357176Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:30.6358792Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:30.6360450Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:30.6362349Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:30.6364348Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:30.6365877Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:30.6367185Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:30.6368644Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:89:13: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:30.6370182Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl>    89 |         if (pam_sprintf(tmpbuf, "/proc/self/fd/%d", dfd) < 0)
2025-08-20T22:06:30.6371475Z [00:17:23.887]➜  linux-pam-static-x86_64-unknown-linux-musl>       |             ^~~~~~~~~~~
2025-08-20T22:06:30.7550516Z [00:17:24.007]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf_nbsd.c
2025-08-20T22:06:30.7552122Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h: In function 'secure_umount':
2025-08-20T22:06:30.7555554Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:30.7557443Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:30.7559002Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:30.7561267Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:30.7562857Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:30.7566006Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:30.7567455Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:30.7568693Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:30.7604719Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:294:13: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:30.7606491Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl>   294 |         if (pam_sprintf(s_path, "/proc/self/fd/%d", dfd) < 0)
2025-08-20T22:06:30.7607929Z [00:17:24.007]➜  linux-pam-static-x86_64-unknown-linux-musl>       |             ^~~~~~~~~~~
2025-08-20T22:06:31.0041404Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl> In function 'ns_setup',
2025-08-20T22:06:31.0043533Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'setup_namespace' at pam_namespace.c:2255:26:
2025-08-20T22:06:31.0045942Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:31.0052938Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:31.0055174Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:31.0056869Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:31.0058615Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:31.0063547Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.0140713Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:31.0142558Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:31.0145307Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:1840:13: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:31.0147175Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl>  1840 |         if (pam_sprintf(s_pptrdir, "/proc/self/fd/%d", dfd_pptrdir) < 0) {
2025-08-20T22:06:31.0148671Z [00:17:24.256]➜  linux-pam-static-x86_64-unknown-linux-musl>       |             ^~~~~~~~~~~
2025-08-20T22:06:31.0150186Z [00:17:24.259]➜  linux-pam-static-x86_64-unknown-linux-musl> In function 'poly_name',
2025-08-20T22:06:31.0151510Z [00:17:24.259]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'ns_setup' at pam_namespace.c:1873:14,
2025-08-20T22:06:31.0152996Z [00:17:24.259]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'setup_namespace' at pam_namespace.c:2255:26:
2025-08-20T22:06:31.0155353Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:131:1: warning: inlining failed in call to 'pam_asprintf.constprop': function not inlinable [-Winline]
2025-08-20T22:06:31.0157381Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>   131 | pam_asprintf(const char *fmt, ...)
2025-08-20T22:06:31.0160748Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:31.0162076Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:1392:17: note: called from here
2025-08-20T22:06:31.0163861Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>  1392 |                 pam_asprintf("%.*s_%s",
2025-08-20T22:06:31.0165415Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                 ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.0166904Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>  1393 |                              NAMESPACE_MAX_DIR_LEN - 1 - (int)strlen(hash),
2025-08-20T22:06:31.0168401Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.0169791Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>  1394 |                              inst_differentiation, hash);
2025-08-20T22:06:31.0171166Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.0172357Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl> In function 'set_polydir_paths',
2025-08-20T22:06:31.0190944Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'poly_name' at pam_namespace.c:1403:9,
2025-08-20T22:06:31.0192424Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'ns_setup' at pam_namespace.c:1873:14,
2025-08-20T22:06:31.0194063Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'setup_namespace' at pam_namespace.c:2255:26:
2025-08-20T22:06:31.0196249Z [00:17:24.264]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:31.0198180Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:31.0199433Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:31.0200734Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:31.0202379Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:31.0222432Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.0224099Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:31.0225301Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:31.0226701Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:1273:13: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:31.0228193Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>  1273 |         if (pam_sprintf(polyptr->instance_absolute, "%s%s",
2025-08-20T22:06:31.0229438Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>       |             ^~~~~~~~~~~
2025-08-20T22:06:31.0231692Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:31.0248811Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:31.0250112Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:31.0251531Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:31.0253778Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:31.0255339Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.0256755Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:31.0257976Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:31.0259349Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:1279:13: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:31.0261110Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>  1279 |         if (pam_sprintf(polyptr->instance_parent, "%s", polyptr->instance_absolute) < 0)
2025-08-20T22:06:31.0262549Z [00:17:24.265]➜  linux-pam-static-x86_64-unknown-linux-musl>       |             ^~~~~~~~~~~
2025-08-20T22:06:31.0263926Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl> In function 'create_instance',
2025-08-20T22:06:31.0265209Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'ns_setup' at pam_namespace.c:1917:14,
2025-08-20T22:06:31.0266707Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'setup_namespace' at pam_namespace.c:2255:26:
2025-08-20T22:06:31.0268668Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:31.0270763Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:31.0271976Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:31.0273163Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:31.0275005Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:31.0276501Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.0277784Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:31.0279079Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:31.0280475Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:1710:13: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:31.0282170Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl>  1710 |         if (pam_sprintf(s_path, "/proc/self/fd/%d/%s", dfd_iparent, polyptr->instname) < 0
2025-08-20T22:06:31.0284020Z [00:17:24.270]➜  linux-pam-static-x86_64-unknown-linux-musl>       |             ^~~~~~~~~~~
2025-08-20T22:06:31.0285094Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl> In function 'ns_setup',
2025-08-20T22:06:31.0286391Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'setup_namespace' at pam_namespace.c:2255:26:
2025-08-20T22:06:31.0288306Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:31.0290159Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:31.0291327Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:31.0292690Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:31.0294414Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:31.0296027Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.0297487Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:31.0298678Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:31.0300042Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:1943:9: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:31.0301571Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>  1943 |     if (pam_sprintf(s_ipath, "/proc/self/fd/%d", dfd_ipath) < 0) {
2025-08-20T22:06:31.0302858Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~
2025-08-20T22:06:31.0304742Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:31.0306636Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:31.0307892Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:31.0309125Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:31.0310993Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:31.0312583Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.0314152Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:31.0315400Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:31.0316789Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:1948:9: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:31.0318340Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>  1948 |     if (pam_sprintf(s_pptrdir, "/proc/self/fd/%d", dfd_pptrdir) < 0) {
2025-08-20T22:06:31.0319772Z [00:17:24.278]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~
2025-08-20T22:06:31.4047189Z [00:17:24.656]➜  linux-pam-static-x86_64-unknown-linux-musl> In function 'process_line',
2025-08-20T22:06:31.4048565Z [00:17:24.656]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'parse_config_file' at pam_namespace.c:1031:15,
2025-08-20T22:06:31.4050039Z [00:17:24.656]➜  linux-pam-static-x86_64-unknown-linux-musl>     inlined from 'pam_sm_open_session' at pam_namespace.c:2519:14:
2025-08-20T22:06:31.4051911Z [00:17:24.656]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:31.4055833Z [00:17:24.656]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:31.4057030Z [00:17:24.656]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:31.4117086Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:31.4118774Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:31.4136599Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.4137893Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:31.4139031Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:31.4140541Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:853:9: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:31.4141914Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>   853 |     if (pam_sprintf(poly->dir, "%s", dir) < 0
2025-08-20T22:06:31.4143047Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~
2025-08-20T22:06:31.4145030Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:31.4146880Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:31.4148075Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:31.4149306Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:31.4150812Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:31.4152550Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.4168506Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:31.4169722Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:31.4171077Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:854:12: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:31.4172456Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>   854 |         || pam_sprintf(poly->rdir, "%s", rdir) < 0
2025-08-20T22:06:31.4173962Z [00:17:24.658]➜  linux-pam-static-x86_64-unknown-linux-musl>       |            ^~~~~~~~~~~
2025-08-20T22:06:31.4175765Z [00:17:24.660]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:145:1: warning: inlining failed in call to 'pam_snprintf': function not inlinable [-Winline]
2025-08-20T22:06:31.4177634Z [00:17:24.660]➜  linux-pam-static-x86_64-unknown-linux-musl>   145 | pam_snprintf(char *str, size_t size, const char *fmt, ...)
2025-08-20T22:06:31.4178821Z [00:17:24.660]➜  linux-pam-static-x86_64-unknown-linux-musl>       | ^~~~~~~~~~~~
2025-08-20T22:06:31.4180048Z [00:17:24.660]➜  linux-pam-static-x86_64-unknown-linux-musl> ../../libpam/include/pam_inline.h:160:9: note: called from here
2025-08-20T22:06:31.4181629Z [00:17:24.660]➜  linux-pam-static-x86_64-unknown-linux-musl>   160 |         pam_snprintf((str_), sizeof(str_) + PAM_MUST_BE_ARRAY(str_), (fmt_),    \
2025-08-20T22:06:31.4225840Z [00:17:24.660]➜  linux-pam-static-x86_64-unknown-linux-musl>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T22:06:31.4227312Z [00:17:24.660]➜  linux-pam-static-x86_64-unknown-linux-musl>   161 |                      ##__VA_ARGS__)
2025-08-20T22:06:31.4228480Z [00:17:24.660]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~
2025-08-20T22:06:31.4229829Z [00:17:24.660]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_namespace.c:855:12: note: in expansion of macro 'pam_sprintf'
2025-08-20T22:06:31.4231518Z [00:17:24.661]➜  linux-pam-static-x86_64-unknown-linux-musl>   855 |         || pam_sprintf(poly->instance_prefix, "%s", instance_prefix) < 0) {
2025-08-20T22:06:31.4232772Z [00:17:24.661]➜  linux-pam-static-x86_64-unknown-linux-musl>       |            ^~~~~~~~~~~
2025-08-20T22:06:31.5955419Z [00:17:24.847]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar rc libmpdec.a basearith.o context.o constants.o convolute.o crt.o mpdecimal.o mpsignal.o difradix2.o fnt.o fourstep.o io.o mpalloc.o numbertheory.o sixstep.o transpose.o
2025-08-20T22:06:31.6095151Z [00:17:24.861]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libmpdec.a
2025-08-20T22:06:31.6197606Z [00:17:24.871]➜  mpdecimal-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/mpdecimal-4.0.1/libmpdec'
2025-08-20T22:06:31.6209578Z [00:17:24.873]➜  mpdecimal-static-x86_64-unknown-linux-musl> cd libmpdec++ && make
2025-08-20T22:06:31.6330883Z [00:17:24.885]➜  mpdecimal-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/mpdecimal-4.0.1/libmpdec++'
2025-08-20T22:06:31.6336765Z [00:17:24.885]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-g++ -pthread -I. -I../libmpdec -Wall -Wextra -std=c++11 -pedantic -DNDEBUG -O3 -c decimal.cc
2025-08-20T22:06:32.1505291Z [00:17:25.402]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf_phoenix.c
2025-08-20T22:06:32.2567169Z [00:17:25.506]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_namespace.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_namespace.lo md5.lo argv_parse.lo ../../libpam/libpam.la
2025-08-20T22:06:32.5520059Z [00:17:25.804]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_namespace.a  pam_namespace.o md5.o argv_parse.o
2025-08-20T22:06:32.5795631Z [00:17:25.831]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_namespace.a
2025-08-20T22:06:32.6274254Z [00:17:25.879]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_namespace.la" && ln -s "../pam_namespace.la" "pam_namespace.la" )
2025-08-20T22:06:32.6371338Z [00:17:25.889]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_namespace'
2025-08-20T22:06:32.6376464Z [00:17:25.889]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_nologin
2025-08-20T22:06:32.6474083Z [00:17:25.899]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_nologin'
2025-08-20T22:06:32.6486399Z [00:17:25.900]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_nologin.lo pam_nologin.c
2025-08-20T22:06:32.7858735Z [00:17:26.037]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_nologin.c -o pam_nologin.o
2025-08-20T22:06:33.0534083Z [00:17:26.304]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_nologin.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_nologin.lo ../../libpam/libpam.la
2025-08-20T22:06:33.3252405Z [00:17:26.577]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_nologin.a  pam_nologin.o
2025-08-20T22:06:33.3384237Z [00:17:26.590]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_nologin.a
2025-08-20T22:06:33.3822604Z [00:17:26.634]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_nologin.la" && ln -s "../pam_nologin.la" "pam_nologin.la" )
2025-08-20T22:06:33.3973399Z [00:17:26.649]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_nologin'
2025-08-20T22:06:33.3975341Z [00:17:26.649]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_permit
2025-08-20T22:06:33.4044686Z [00:17:26.656]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_permit'
2025-08-20T22:06:33.4054743Z [00:17:26.657]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_permit.lo pam_permit.c
2025-08-20T22:06:33.5354504Z [00:17:26.787]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_permit.c -o pam_permit.o
2025-08-20T22:06:33.5675721Z [00:17:26.819]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelf_vxworks.c
2025-08-20T22:06:33.6511192Z [00:17:26.903]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelfb.c
2025-08-20T22:06:33.6747778Z [00:17:26.926]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_permit.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_permit.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:33.6791776Z [00:17:26.931]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar rc libmpdec++.a decimal.o
2025-08-20T22:06:33.6860754Z [00:17:26.938]➜  mpdecimal-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ranlib libmpdec++.a
2025-08-20T22:06:33.6942481Z [00:17:26.946]➜  mpdecimal-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/mpdecimal-4.0.1/libmpdec++'
2025-08-20T22:06:33.7050276Z [00:17:26.957]➜  mpdecimal-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:06:33.7330088Z [00:17:26.984]➜  mpdecimal-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/lib/pkgconfig m4datadir=/nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/share/aclocal aclocaldir=/nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/share/aclocal install
2025-08-20T22:06:33.7374479Z [00:17:26.989]➜  mpdecimal-static-x86_64-unknown-linux-musl> cd libmpdec && make
2025-08-20T22:06:33.7453186Z [00:17:26.997]➜  mpdecimal-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/mpdecimal-4.0.1/libmpdec'
2025-08-20T22:06:33.7458271Z [00:17:26.997]➜  mpdecimal-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'default'.
2025-08-20T22:06:33.7465842Z [00:17:26.998]➜  mpdecimal-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/mpdecimal-4.0.1/libmpdec'
2025-08-20T22:06:33.7467094Z [00:17:26.998]➜  mpdecimal-static-x86_64-unknown-linux-musl> cd libmpdec++ && make
2025-08-20T22:06:33.7515736Z [00:17:27.003]➜  mpdecimal-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/mpdecimal-4.0.1/libmpdec++'
2025-08-20T22:06:33.7520008Z [00:17:27.004]➜  mpdecimal-static-x86_64-unknown-linux-musl> make[1]: Nothing to be done for 'default'.
2025-08-20T22:06:33.7545057Z [00:17:27.004]➜  mpdecimal-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/mpdecimal-4.0.1/libmpdec++'
2025-08-20T22:06:33.7548092Z [00:17:27.004]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -d -m 755 /nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/include
2025-08-20T22:06:33.7589029Z [00:17:27.011]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -d -m 755 /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/lib
2025-08-20T22:06:33.7645039Z [00:17:27.016]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -d -m 755 /nix/store/ir0swki2mb818zjs70021gls1wfw7zci-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-doc/share/doc/mpdecimal
2025-08-20T22:06:33.7681863Z [00:17:27.020]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -d -m 755 /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/lib/pkgconfig
2025-08-20T22:06:33.7732909Z [00:17:27.025]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -d -m 755 /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/share/man/man3
2025-08-20T22:06:33.7779436Z [00:17:27.029]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmpdec/mpdecimal.h /nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/include
2025-08-20T22:06:33.7813829Z [00:17:27.033]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmpdec/libmpdec.a /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/lib
2025-08-20T22:06:33.7857378Z [00:17:27.037]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmpdec++/decimal.hh /nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/include
2025-08-20T22:06:33.7940427Z [00:17:27.045]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmpdec++/libmpdec++.a /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/lib
2025-08-20T22:06:33.7974813Z [00:17:27.049]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmpdec/.pc/libmpdec.pc /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/lib/pkgconfig
2025-08-20T22:06:33.8008383Z [00:17:27.052]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelfb_fbsd.c
2025-08-20T22:06:33.8010939Z [00:17:27.052]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libmpdec++/.pc/libmpdec++.pc /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/lib/pkgconfig
2025-08-20T22:06:33.8061940Z [00:17:27.058]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 doc/COPYRIGHT.txt /nix/store/ir0swki2mb818zjs70021gls1wfw7zci-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-doc/share/doc/mpdecimal
2025-08-20T22:06:33.8184618Z [00:17:27.068]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 doc/mpdecimal.3 /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/share/man/man3
2025-08-20T22:06:33.8216591Z [00:17:27.068]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 doc/libmpdec.3 /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/share/man/man3
2025-08-20T22:06:33.8220408Z [00:17:27.070]➜  mpdecimal-static-x86_64-unknown-linux-musl> /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 doc/libmpdec++.3 /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/share/man/man3
2025-08-20T22:06:33.8438113Z [00:17:27.096]➜  mpdecimal-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:06:33.9021994Z [00:17:27.152]➜  mpdecimal-static-x86_64-unknown-linux-musl> Moving /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/lib/pkgconfig to /nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/lib/pkgconfig
2025-08-20T22:06:33.9267605Z [00:17:27.178]➜  mpdecimal-static-x86_64-unknown-linux-musl> Patching '/nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/lib/pkgconfig/libmpdec++.pc' includedir to output /nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev
2025-08-20T22:06:33.9317234Z [00:17:27.183]➜  mpdecimal-static-x86_64-unknown-linux-musl> Patching '/nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/lib/pkgconfig/libmpdec.pc' includedir to output /nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev
2025-08-20T22:06:33.9357858Z [00:17:27.187]➜  mpdecimal-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1
2025-08-20T22:06:33.9441321Z [00:17:27.196]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1...
2025-08-20T22:06:33.9691436Z [00:17:27.221]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_permit.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_permit/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:33.9712708Z [00:17:27.223]➜  mpdecimal-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/share/man/
2025-08-20T22:06:33.9936609Z [00:17:27.245]➜  mpdecimal-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1
2025-08-20T22:06:34.0100856Z [00:17:27.261]➜  mpdecimal-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/cvkckyi38xwv8kng2drxcrxajkk7yp64-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1/lib
2025-08-20T22:06:34.0113970Z [00:17:27.263]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_permit.a  pam_permit.o  .libs/pam_permit.lax/libpam_internal.a/pam_debug.o .libs/pam_permit.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:34.0376474Z [00:17:27.289]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_permit.a
2025-08-20T22:06:34.0537921Z [00:17:27.305]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_permit.lax
2025-08-20T22:06:34.0790851Z [00:17:27.331]➜  mpdecimal-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/ryvas0zh6fm9b3x4paq9apa15yg0996q-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-cxx
2025-08-20T22:06:34.0897325Z [00:17:27.341]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_permit.la" && ln -s "../pam_permit.la" "pam_permit.la" )
2025-08-20T22:06:34.0899912Z [00:17:27.341]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/ryvas0zh6fm9b3x4paq9apa15yg0996q-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-cxx...
2025-08-20T22:06:34.1040469Z [00:17:27.356]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_permit'
2025-08-20T22:06:34.1041931Z [00:17:27.356]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_pwhistory
2025-08-20T22:06:34.1094845Z [00:17:27.361]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_pwhistory'
2025-08-20T22:06:34.1103750Z [00:17:27.361]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -DPWHISTORY_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/pwhistory_helper\" -g -O2 -c -o pam_pwhistory_la-pam_pwhistory.lo `test -f 'pam_pwhistory.c' || echo './'`pam_pwhistory.c
2025-08-20T22:06:34.1157008Z [00:17:27.366]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -DPWHISTORY_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/pwhistory_helper\" -g -O2 -c -o pam_pwhistory_la-opasswd.lo `test -f 'opasswd.c' || echo './'`opasswd.c
2025-08-20T22:06:34.1168087Z [00:17:27.366]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -DPWHISTORY_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/pwhistory_helper\" -g -O2 -c -o pam_pwhistory_la-pwhistory_config.lo `test -f 'pwhistory_config.c' || echo './'`pwhistory_config.c
2025-08-20T22:06:34.1206239Z [00:17:27.372]➜  mpdecimal-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/ryvas0zh6fm9b3x4paq9apa15yg0996q-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-cxx
2025-08-20T22:06:34.1387640Z [00:17:27.386]➜  mpdecimal-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/ryvas0zh6fm9b3x4paq9apa15yg0996q-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-cxx/lib
2025-08-20T22:06:34.2011654Z [00:17:27.453]➜  mpdecimal-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/ir0swki2mb818zjs70021gls1wfw7zci-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-doc
2025-08-20T22:06:34.2087933Z [00:17:27.459]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/ir0swki2mb818zjs70021gls1wfw7zci-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-doc...
2025-08-20T22:06:34.2407936Z [00:17:27.492]➜  mpdecimal-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/ir0swki2mb818zjs70021gls1wfw7zci-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-doc
2025-08-20T22:06:34.2510949Z [00:17:27.502]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -DPWHISTORY_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/pwhistory_helper\" -g -O2 -c opasswd.c -o pam_pwhistory_la-opasswd.o
2025-08-20T22:06:34.2561346Z [00:17:27.508]➜  mpdecimal-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev
2025-08-20T22:06:34.2608086Z [00:17:27.511]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -DPWHISTORY_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/pwhistory_helper\" -g -O2 -c pwhistory_config.c -o pam_pwhistory_la-pwhistory_config.o
2025-08-20T22:06:34.2656303Z [00:17:27.515]➜  mpdecimal-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev...
2025-08-20T22:06:34.2675554Z [00:17:27.518]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -DPWHISTORY_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/pwhistory_helper\" -g -O2 -c pam_pwhistory.c -o pam_pwhistory_la-pam_pwhistory.o
2025-08-20T22:06:34.3010693Z [00:17:27.553]➜  mpdecimal-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev
2025-08-20T22:06:34.3188273Z [00:17:27.570]➜  mpdecimal-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/j48xcasayw9q1c5aikr1xb2ghczjckll-mpdecimal-static-x86_64-unknown-linux-musl-4.0.1-dev/lib
2025-08-20T22:06:34.3588798Z [00:17:27.610]➜  linux-pam-static-x86_64-unknown-linux-musl> In file included from /nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38/include/crypt.h:22,
2025-08-20T22:06:34.3592288Z [00:17:27.610]➜  linux-pam-static-x86_64-unknown-linux-musl>                  from opasswd.c:59:
2025-08-20T22:06:34.3595019Z [00:17:27.610]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T22:06:34.3597643Z [00:17:27.610]➜  linux-pam-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T22:06:34.3598884Z [00:17:27.610]➜  linux-pam-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:06:34.6246368Z [00:17:27.873]➜  building '/nix/store/l6lb5xxkfcvd4pjiwna87imvrfabgkdh-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3.drv'...
2025-08-20T22:06:34.7862619Z [00:17:28.038]➜  musl-obstack-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:06:34.7999061Z [00:17:28.052]➜  musl-obstack-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/ayjpcx2smp7v7x5g44bsz9fqv4179hyi-source
2025-08-20T22:06:34.8051487Z [00:17:28.056]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -DPWHISTORY_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/pwhistory_helper\" -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_pwhistory.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_pwhistory_la-pam_pwhistory.lo pam_pwhistory_la-opasswd.lo pam_pwhistory_la-pwhistory_config.lo ../../libpam/libpam.la -lcrypt
2025-08-20T22:06:34.8159273Z [00:17:28.068]➜  musl-obstack-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T22:06:34.8421125Z [00:17:28.094]➜  musl-obstack-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:06:34.8570354Z [00:17:28.109]➜  musl-obstack-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T22:06:35.0086400Z [00:17:28.260]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T22:06:35.0116795Z [00:17:28.263]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T22:06:35.0122186Z [00:17:28.264]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T22:06:35.1123816Z [00:17:28.364]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_pwhistory.a  pam_pwhistory_la-pam_pwhistory.o pam_pwhistory_la-opasswd.o pam_pwhistory_la-pwhistory_config.o
2025-08-20T22:06:35.1300449Z [00:17:28.382]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_pwhistory.a
2025-08-20T22:06:35.1754587Z [00:17:28.427]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_pwhistory.la" && ln -s "../pam_pwhistory.la" "pam_pwhistory.la" )
2025-08-20T22:06:35.1848370Z [00:17:28.437]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_pwhistory'
2025-08-20T22:06:35.1850158Z [00:17:28.437]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_rootok
2025-08-20T22:06:35.1975093Z [00:17:28.449]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_rootok'
2025-08-20T22:06:35.1991059Z [00:17:28.449]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_rootok.lo pam_rootok.c
2025-08-20T22:06:35.3098959Z [00:17:28.561]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_rootok.c -o pam_rootok.o
2025-08-20T22:06:35.4547100Z [00:17:28.706]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_rootok.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_rootok.lo ../../libpam/libpam.la
2025-08-20T22:06:35.6805516Z [00:17:28.931]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_rootok.a  pam_rootok.o
2025-08-20T22:06:35.6919845Z [00:17:28.944]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_rootok.a
2025-08-20T22:06:35.7180936Z [00:17:28.970]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_rootok.la" && ln -s "../pam_rootok.la" "pam_rootok.la" )
2025-08-20T22:06:35.7269967Z [00:17:28.979]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_rootok'
2025-08-20T22:06:35.7280304Z [00:17:28.980]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_securetty
2025-08-20T22:06:35.7334196Z [00:17:28.985]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_securetty'
2025-08-20T22:06:35.7339579Z [00:17:28.985]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_securetty.lo pam_securetty.c
2025-08-20T22:06:35.8482691Z [00:17:29.100]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_securetty.c -o pam_securetty.o
2025-08-20T22:06:36.0129146Z [00:17:29.265]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -Im4
2025-08-20T22:06:36.1034626Z [00:17:29.354]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_securetty.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_securetty.lo ../../libpam/libpam.la
2025-08-20T22:06:36.1165002Z [00:17:29.368]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: basic-disable-all-hwf
2025-08-20T22:06:36.1189284Z [00:17:29.371]➜  libgcrypt-static-x86_64-unknown-linux-musl> Note: benchmark running in quick regression test mode.
2025-08-20T22:06:36.1449168Z [00:17:29.397]➜  musl-obstack-static-x86_64-unknown-linux-musl> aclocal: warning: couldn't open directory 'm4': No such file or directory
2025-08-20T22:06:36.1915032Z [00:17:29.438]➜  libgcrypt-static-x86_64-unknown-linux-musl> MD5              0ms     0ms    30ms     0ms     0ms
2025-08-20T22:06:36.2409279Z [00:17:29.493]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA1            10ms     0ms    30ms    10ms     0ms
2025-08-20T22:06:36.3015274Z [00:17:29.553]➜  libgcrypt-static-x86_64-unknown-linux-musl> RIPEMD160        0ms    10ms    30ms     0ms    10ms
2025-08-20T22:06:36.3669812Z [00:17:29.617]➜  libgcrypt-static-x86_64-unknown-linux-musl> TIGER192         0ms     0ms    30ms    10ms     0ms
2025-08-20T22:06:36.3731195Z [00:17:29.625]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_securetty.a  pam_securetty.o
2025-08-20T22:06:36.3844565Z [00:17:29.636]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_securetty.a
2025-08-20T22:06:36.4278291Z [00:17:29.679]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_securetty.la" && ln -s "../pam_securetty.la" "pam_securetty.la" )
2025-08-20T22:06:36.4377008Z [00:17:29.689]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_securetty'
2025-08-20T22:06:36.4399519Z [00:17:29.692]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_setquota
2025-08-20T22:06:36.4555268Z [00:17:29.704]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_setquota'
2025-08-20T22:06:36.4560881Z [00:17:29.704]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_setquota.lo pam_setquota.c
2025-08-20T22:06:36.4697541Z [00:17:29.721]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA256          10ms     0ms    40ms    10ms     0ms
2025-08-20T22:06:36.5564414Z [00:17:29.808]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA384          10ms     0ms    40ms     0ms    10ms
2025-08-20T22:06:36.5679791Z [00:17:29.818]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_setquota.c -o pam_setquota.o
2025-08-20T22:06:36.6872916Z [00:17:29.939]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA512           0ms     0ms    40ms     0ms    10ms
2025-08-20T22:06:36.8258672Z [00:17:30.077]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA224          10ms     0ms    40ms    10ms    10ms
2025-08-20T22:06:36.8975205Z [00:17:30.149]➜  libgcrypt-static-x86_64-unknown-linux-musl> MD4              0ms     0ms    30ms     0ms     0ms
2025-08-20T22:06:36.9408557Z [00:17:30.193]➜  libgcrypt-static-x86_64-unknown-linux-musl> CRC32            0ms     0ms    20ms     0ms     0ms
2025-08-20T22:06:36.9793684Z [00:17:30.231]➜  libgcrypt-static-x86_64-unknown-linux-musl> CRC32RFC1510    10ms     0ms    10ms     0ms    10ms
2025-08-20T22:06:37.0293026Z [00:17:30.281]➜  libgcrypt-static-x86_64-unknown-linux-musl> CRC24RFC2440     0ms     0ms    10ms     0ms     0ms
2025-08-20T22:06:37.0831871Z [00:17:30.334]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_setquota.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_setquota.lo ../../libpam/libpam.la
2025-08-20T22:06:37.2227237Z [00:17:30.474]➜  libgcrypt-static-x86_64-unknown-linux-musl> WHIRLPOOL       10ms    10ms    40ms    20ms    10ms
2025-08-20T22:06:37.2992001Z [00:17:30.551]➜  libgcrypt-static-x86_64-unknown-linux-musl> TIGER            0ms     0ms    30ms    10ms     0ms
2025-08-20T22:06:37.3321586Z [00:17:30.584]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_setquota.a  pam_setquota.o
2025-08-20T22:06:37.3648704Z [00:17:30.616]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_setquota.a
2025-08-20T22:06:37.3770017Z [00:17:30.629]➜  libgcrypt-static-x86_64-unknown-linux-musl> TIGER2           0ms    10ms    30ms     0ms     0ms
2025-08-20T22:06:37.4040557Z [00:17:30.656]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_setquota.la" && ln -s "../pam_setquota.la" "pam_setquota.la" )
2025-08-20T22:06:37.4066389Z [00:17:30.658]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelfb_fuchsia.c
2025-08-20T22:06:37.4165232Z [00:17:30.668]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_setquota'
2025-08-20T22:06:37.4172443Z [00:17:30.669]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_shells
2025-08-20T22:06:37.4242284Z [00:17:30.676]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_shells'
2025-08-20T22:06:37.4248445Z [00:17:30.676]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings  -g -O2 -c -o pam_shells.lo pam_shells.c
2025-08-20T22:06:37.5344277Z [00:17:30.786]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_shells.c -o pam_shells.o
2025-08-20T22:06:37.6804235Z [00:17:30.932]➜  libgcrypt-static-x86_64-unknown-linux-musl> GOSTR3411_94    30ms    20ms    60ms    30ms    20ms
2025-08-20T22:06:37.7072754Z [00:17:30.958]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings  -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_shells.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_shells.lo ../../libpam/libpam.la
2025-08-20T22:06:37.8634631Z [00:17:31.115]➜  libgcrypt-static-x86_64-unknown-linux-musl> STRIBOG256      10ms    20ms    40ms    20ms    10ms
2025-08-20T22:06:37.9455576Z [00:17:31.197]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T22:06:37.9577645Z [00:17:31.209]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_shells.a  pam_shells.o
2025-08-20T22:06:37.9759375Z [00:17:31.228]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_shells.a
2025-08-20T22:06:38.0152452Z [00:17:31.267]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_shells.la" && ln -s "../pam_shells.la" "pam_shells.la" )
2025-08-20T22:06:38.0236077Z [00:17:31.275]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_shells'
2025-08-20T22:06:38.0275112Z [00:17:31.279]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_stress
2025-08-20T22:06:38.0325925Z [00:17:31.284]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_stress'
2025-08-20T22:06:38.0335968Z [00:17:31.284]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_stress.lo pam_stress.c
2025-08-20T22:06:38.0430865Z [00:17:31.295]➜  libgcrypt-static-x86_64-unknown-linux-musl> STRIBOG512      20ms    10ms    40ms    20ms    10ms
2025-08-20T22:06:38.1045188Z [00:17:31.356]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelfb_linux.c
2025-08-20T22:06:38.1649990Z [00:17:31.416]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_stress.c -o pam_stress.o
2025-08-20T22:06:38.3727023Z [00:17:31.624]➜  libgcrypt-static-x86_64-unknown-linux-musl> GOSTR3411_CP    30ms    20ms    60ms    20ms    30ms
2025-08-20T22:06:38.4958863Z [00:17:31.748]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA3-224         0ms    10ms    30ms    10ms    10ms
2025-08-20T22:06:38.6272753Z [00:17:31.878]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA3-256         0ms    10ms    30ms    10ms    10ms
2025-08-20T22:06:38.6825113Z [00:17:31.934]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_stress.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_stress.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:38.6919541Z [00:17:31.944]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T22:06:38.7387917Z [00:17:31.990]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA3-384         0ms    10ms    40ms    10ms     0ms
2025-08-20T22:06:38.8743719Z [00:17:32.126]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA3-512        10ms    10ms    40ms    20ms     0ms
2025-08-20T22:06:38.9547630Z [00:17:32.206]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHAKE128        10ms     0ms    40ms     0ms    10ms
2025-08-20T22:06:38.9645138Z [00:17:32.216]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in '.'.
2025-08-20T22:06:38.9664142Z [00:17:32.218]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtoolize: copying file './ltmain.sh'
2025-08-20T22:06:38.9768721Z [00:17:32.229]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_stress.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_stress/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:39.0200675Z [00:17:32.272]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_stress.a  pam_stress.o  .libs/pam_stress.lax/libpam_internal.a/pam_debug.o .libs/pam_stress.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:39.0404643Z [00:17:32.292]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_stress.a
2025-08-20T22:06:39.0520053Z [00:17:32.304]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_stress.lax
2025-08-20T22:06:39.0627813Z [00:17:32.314]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHAKE256         0ms    10ms    30ms    10ms     0ms
2025-08-20T22:06:39.0881326Z [00:17:32.340]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T22:06:39.0883606Z [00:17:32.340]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T22:06:39.0907096Z [00:17:32.342]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_stress.la" && ln -s "../pam_stress.la" "pam_stress.la" )
2025-08-20T22:06:39.1051136Z [00:17:32.357]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_stress'
2025-08-20T22:06:39.1056053Z [00:17:32.357]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_succeed_if
2025-08-20T22:06:39.1104748Z [00:17:32.362]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_succeed_if'
2025-08-20T22:06:39.1126321Z [00:17:32.362]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_succeed_if.lo pam_succeed_if.c
2025-08-20T22:06:39.1194274Z [00:17:32.371]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T22:06:39.1376968Z [00:17:32.389]➜  libgcrypt-static-x86_64-unknown-linux-musl> BLAKE2B_512     10ms     0ms    30ms    10ms     0ms
2025-08-20T22:06:39.1441063Z [00:17:32.396]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T22:06:39.1712986Z [00:17:32.423]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T22:06:39.2038535Z [00:17:32.455]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T22:06:39.2356414Z [00:17:32.487]➜  libgcrypt-static-x86_64-unknown-linux-musl> BLAKE2B_384      0ms     0ms    30ms    10ms     0ms
2025-08-20T22:06:39.2403739Z [00:17:32.492]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_succeed_if.c -o pam_succeed_if.o
2025-08-20T22:06:39.2467033Z [00:17:32.498]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T22:06:39.2477421Z [00:17:32.498]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T22:06:39.2484936Z [00:17:32.498]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -Im4
2025-08-20T22:06:39.3045229Z [00:17:32.556]➜  libgcrypt-static-x86_64-unknown-linux-musl> BLAKE2B_256      0ms     0ms    30ms    10ms     0ms
2025-08-20T22:06:39.3426037Z [00:17:32.590]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_succeed_if.c: In function 'evaluate_innetgr':
2025-08-20T22:06:39.3428067Z [00:17:32.590]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_succeed_if.c:265:73: warning: unused parameter 'host' [-Wunused-parameter]
2025-08-20T22:06:39.3430497Z [00:17:32.590]➜  linux-pam-static-x86_64-unknown-linux-musl>   265 | evaluate_innetgr(const pam_handle_t* pamh SOMETIMES_UNUSED, const char *host, const char *user, const char *group)
2025-08-20T22:06:39.3432485Z [00:17:32.590]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                                                             ~~~~~~~~~~~~^~~~
2025-08-20T22:06:39.3434635Z [00:17:32.590]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_succeed_if.c:265:91: warning: unused parameter 'user' [-Wunused-parameter]
2025-08-20T22:06:39.3436744Z [00:17:32.590]➜  linux-pam-static-x86_64-unknown-linux-musl>   265 | evaluate_innetgr(const pam_handle_t* pamh SOMETIMES_UNUSED, const char *host, const char *user, const char *group)
2025-08-20T22:06:39.3438847Z [00:17:32.590]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                                                                               ~~~~~~~~~~~~^~~~
2025-08-20T22:06:39.3440722Z [00:17:32.590]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_succeed_if.c:265:109: warning: unused parameter 'group' [-Wunused-parameter]
2025-08-20T22:06:39.3505036Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl>   265 | evaluate_innetgr(const pam_handle_t* pamh SOMETIMES_UNUSED, const char *host, const char *user, const char *group)
2025-08-20T22:06:39.3507257Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                                                                                                 ~~~~~~~~~~~~^~~~~
2025-08-20T22:06:39.3508813Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_succeed_if.c: In function 'evaluate_notinnetgr':
2025-08-20T22:06:39.3510561Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_succeed_if.c:278:76: warning: unused parameter 'host' [-Wunused-parameter]
2025-08-20T22:06:39.3512873Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl>   278 | evaluate_notinnetgr(const pam_handle_t* pamh SOMETIMES_UNUSED, const char *host, const char *user, const char *group)
2025-08-20T22:06:39.3515141Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                                                                ~~~~~~~~~~~~^~~~
2025-08-20T22:06:39.3516643Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_succeed_if.c:278:94: warning: unused parameter 'user' [-Wunused-parameter]
2025-08-20T22:06:39.3518548Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl>   278 | evaluate_notinnetgr(const pam_handle_t* pamh SOMETIMES_UNUSED, const char *host, const char *user, const char *group)
2025-08-20T22:06:39.3520306Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                                                                                  ~~~~~~~~~~~~^~~~
2025-08-20T22:06:39.3521806Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_succeed_if.c:278:112: warning: unused parameter 'group' [-Wunused-parameter]
2025-08-20T22:06:39.3523904Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl>   278 | evaluate_notinnetgr(const pam_handle_t* pamh SOMETIMES_UNUSED, const char *host, const char *user, const char *group)
2025-08-20T22:06:39.3525653Z [00:17:32.591]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                                                                                                    ~~~~~~~~~~~~^~~~~
2025-08-20T22:06:39.3828714Z [00:17:32.635]➜  libgcrypt-static-x86_64-unknown-linux-musl> BLAKE2B_160      0ms    10ms    30ms     0ms     0ms
2025-08-20T22:06:39.5096243Z [00:17:32.761]➜  libgcrypt-static-x86_64-unknown-linux-musl> BLAKE2S_256     10ms     0ms    30ms    10ms     0ms
2025-08-20T22:06:39.6292008Z [00:17:32.881]➜  libgcrypt-static-x86_64-unknown-linux-musl> BLAKE2S_224     10ms     0ms    30ms    10ms     0ms
2025-08-20T22:06:39.7430923Z [00:17:32.995]➜  libgcrypt-static-x86_64-unknown-linux-musl> BLAKE2S_160      0ms    10ms    30ms    10ms     0ms
2025-08-20T22:06:39.7654613Z [00:17:33.017]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_succeed_if.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_succeed_if.lo ../../libpam/libpam.la
2025-08-20T22:06:39.8352134Z [00:17:33.087]➜  libgcrypt-static-x86_64-unknown-linux-musl> BLAKE2S_128      0ms    10ms    30ms    10ms     0ms
2025-08-20T22:06:39.9730228Z [00:17:33.225]➜  libgcrypt-static-x86_64-unknown-linux-musl> SM3             10ms     0ms    40ms    10ms     0ms
2025-08-20T22:06:40.0490132Z [00:17:33.301]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA512_256      10ms     0ms    30ms    10ms     0ms
2025-08-20T22:06:40.0529209Z [00:17:33.304]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_succeed_if.a  pam_succeed_if.o
2025-08-20T22:06:40.0667277Z [00:17:33.318]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_succeed_if.a
2025-08-20T22:06:40.1000094Z [00:17:33.352]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_succeed_if.la" && ln -s "../pam_succeed_if.la" "pam_succeed_if.la" )
2025-08-20T22:06:40.1101199Z [00:17:33.362]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_succeed_if'
2025-08-20T22:06:40.1106726Z [00:17:33.362]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_time
2025-08-20T22:06:40.1253927Z [00:17:33.377]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_time'
2025-08-20T22:06:40.1262984Z [00:17:33.377]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_time.lo pam_time.c
2025-08-20T22:06:40.1284574Z [00:17:33.380]➜  libgcrypt-static-x86_64-unknown-linux-musl> SHA512_224      10ms     0ms    30ms    10ms    10ms
2025-08-20T22:06:40.1286965Z [00:17:33.380]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:40.1804780Z [00:17:33.432]➜  libgcrypt-static-x86_64-unknown-linux-musl> GOST28147_IMIT           0ms    10ms    20ms
2025-08-20T22:06:40.2034514Z [00:17:33.455]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelfb_linux_eabi.c
2025-08-20T22:06:40.2410628Z [00:17:33.489]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelfb_linux_fdpiceabi.c
2025-08-20T22:06:40.2412254Z [00:17:33.489]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA256              0ms    10ms    10ms
2025-08-20T22:06:40.2616280Z [00:17:33.513]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_time.c -o pam_time.o
2025-08-20T22:06:40.2710050Z [00:17:33.523]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA224             10ms     0ms    20ms
2025-08-20T22:06:40.2960344Z [00:17:33.548]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA512              0ms    10ms     0ms
2025-08-20T22:06:40.2996438Z [00:17:33.551]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelfb_nacl.c
2025-08-20T22:06:40.3347500Z [00:17:33.585]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA384             10ms     0ms    10ms
2025-08-20T22:06:40.3675137Z [00:17:33.618]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA1                0ms    10ms     0ms
2025-08-20T22:06:40.3901620Z [00:17:33.642]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_MD5                10ms     0ms     0ms
2025-08-20T22:06:40.4075192Z [00:17:33.659]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_MD4                10ms     0ms     0ms
2025-08-20T22:06:40.4487149Z [00:17:33.700]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_RIPEMD160          10ms     0ms    10ms
2025-08-20T22:06:40.4756815Z [00:17:33.727]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_TIGER               0ms     0ms    10ms
2025-08-20T22:06:40.5590574Z [00:17:33.811]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_WHIRLPOOL          10ms    10ms    20ms
2025-08-20T22:06:40.7230497Z [00:17:33.975]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_GOSTR3411_94       20ms    30ms    30ms
2025-08-20T22:06:40.7999797Z [00:17:34.052]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_STRIBOG256         10ms    20ms    20ms
2025-08-20T22:06:40.9034685Z [00:17:34.154]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_STRIBOG512         10ms    10ms    20ms
2025-08-20T22:06:40.9327020Z [00:17:34.184]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_time.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_time.lo ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la
2025-08-20T22:06:40.9515806Z [00:17:34.203]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA3_224           10ms     0ms    10ms
2025-08-20T22:06:41.0170027Z [00:17:34.268]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA3_256           10ms    10ms    10ms
2025-08-20T22:06:41.0855067Z [00:17:34.336]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA3_384            0ms    10ms    10ms
2025-08-20T22:06:41.1497051Z [00:17:34.401]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA3_512           10ms    10ms    20ms
2025-08-20T22:06:41.2414269Z [00:17:34.493]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_time.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_time/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:41.2853831Z [00:17:34.537]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_time.a  pam_time.o  .libs/pam_time.lax/libpam_internal.a/pam_debug.o .libs/pam_time.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:41.2995787Z [00:17:34.551]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_time.a
2025-08-20T22:06:41.3124287Z [00:17:34.564]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_time.lax
2025-08-20T22:06:41.3225630Z [00:17:34.574]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_GOSTR3411_CP       20ms    30ms    30ms
2025-08-20T22:06:41.3455420Z [00:17:34.597]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_BLAKE2B_512         0ms     0ms    10ms
2025-08-20T22:06:41.3649856Z [00:17:34.616]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_time.la" && ln -s "../pam_time.la" "pam_time.la" )
2025-08-20T22:06:41.3720132Z [00:17:34.624]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_BLAKE2B_384         0ms    10ms     0ms
2025-08-20T22:06:41.3726584Z [00:17:34.624]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_time'
2025-08-20T22:06:41.3729851Z [00:17:34.625]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_timestamp
2025-08-20T22:06:41.3847665Z [00:17:34.636]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_timestamp'
2025-08-20T22:06:41.3870158Z [00:17:34.637]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include  -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -c -o pam_timestamp_check-pam_timestamp_check.o `test -f 'pam_timestamp_check.c' || echo './'`pam_timestamp_check.c
2025-08-20T22:06:41.3880096Z [00:17:34.639]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include  -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_timestamp_la-pam_timestamp.lo `test -f 'pam_timestamp.c' || echo './'`pam_timestamp.c
2025-08-20T22:06:41.3894212Z [00:17:34.641]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include  -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_timestamp_la-hmacsha1.lo `test -f 'hmacsha1.c' || echo './'`hmacsha1.c
2025-08-20T22:06:41.3953983Z [00:17:34.647]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include  -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_timestamp_la-sha1.lo `test -f 'sha1.c' || echo './'`sha1.c
2025-08-20T22:06:41.4146744Z [00:17:34.666]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_BLAKE2B_256         0ms    10ms     0ms
2025-08-20T22:06:41.4631769Z [00:17:34.712]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_BLAKE2B_160        10ms     0ms    10ms
2025-08-20T22:06:41.5127128Z [00:17:34.764]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_BLAKE2S_256         0ms     0ms    10ms
2025-08-20T22:06:41.5213730Z [00:17:34.773]➜  linux-pam-static-x86_64-unknown-linux-musl> In file included from pam_timestamp_check.c:42:
2025-08-20T22:06:41.5237309Z [00:17:34.773]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_timestamp.c: In function 'check_login_time':
2025-08-20T22:06:41.5251205Z [00:17:34.777]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_timestamp.c:228:21: warning: unused variable 'utbuf' [-Wunused-variable]
2025-08-20T22:06:41.5253139Z [00:17:34.777]➜  linux-pam-static-x86_64-unknown-linux-musl>   228 |         struct utmp utbuf, *ut;
2025-08-20T22:06:41.5255012Z [00:17:34.777]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                     ^~~~~
2025-08-20T22:06:41.5318269Z [00:17:34.783]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_timestamp.c -o pam_timestamp_la-pam_timestamp.o
2025-08-20T22:06:41.5371963Z [00:17:34.784]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c hmacsha1.c -o pam_timestamp_la-hmacsha1.o
2025-08-20T22:06:41.5557872Z [00:17:34.807]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_BLAKE2S_224         0ms    10ms     0ms
2025-08-20T22:06:41.5667618Z [00:17:34.818]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c sha1.c -o pam_timestamp_la-sha1.o
2025-08-20T22:06:41.5984739Z [00:17:34.850]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_BLAKE2S_160        10ms     0ms    10ms
2025-08-20T22:06:41.6428558Z [00:17:34.895]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_BLAKE2S_128         0ms    10ms     0ms
2025-08-20T22:06:41.6725254Z [00:17:34.922]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_timestamp.c: In function 'check_login_time':
2025-08-20T22:06:41.6727228Z [00:17:34.922]➜  linux-pam-static-x86_64-unknown-linux-musl> pam_timestamp.c:228:21: warning: unused variable 'utbuf' [-Wunused-variable]
2025-08-20T22:06:41.6749889Z [00:17:34.922]➜  linux-pam-static-x86_64-unknown-linux-musl>   228 |         struct utmp utbuf, *ut;
2025-08-20T22:06:41.6751356Z [00:17:34.922]➜  linux-pam-static-x86_64-unknown-linux-musl>       |                     ^~~~~
2025-08-20T22:06:41.7314146Z [00:17:34.983]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SM3                10ms    10ms    10ms
2025-08-20T22:06:41.7396553Z [00:17:34.987]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T22:06:41.7904154Z [00:17:35.042]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA512_256          0ms    10ms    10ms
2025-08-20T22:06:41.8406684Z [00:17:35.092]➜  libgcrypt-static-x86_64-unknown-linux-musl> HMAC_SHA512_224          0ms    10ms    10ms
2025-08-20T22:06:41.8823078Z [00:17:35.134]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include  -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -pie -Wl,-z,now -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_timestamp_check pam_timestamp_check-pam_timestamp_check.o ../../libpam/libpam.la
2025-08-20T22:06:41.9432349Z [00:17:35.195]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_AES                 0ms    10ms    10ms
2025-08-20T22:06:42.1657505Z [00:17:35.416]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -g -O2 -pie -Wl,-z -Wl,now -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_timestamp_check pam_timestamp_check-pam_timestamp_check.o  ../../libpam/.libs/libpam.a
2025-08-20T22:06:42.2470507Z [00:17:35.499]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_3DES               40ms    30ms    50ms
2025-08-20T22:06:42.2951597Z [00:17:35.546]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include  -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module   -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_timestamp.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_timestamp_la-pam_timestamp.lo  pam_timestamp_la-hmacsha1.lo pam_timestamp_la-sha1.lo ../../libpam/libpam.la
2025-08-20T22:06:42.3095913Z [00:17:35.561]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_CAMELLIA            0ms    10ms    10ms
2025-08-20T22:06:42.3657130Z [00:17:35.617]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_CAST5              10ms    10ms    20ms
2025-08-20T22:06:42.4457497Z [00:17:35.697]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_BLOWFISH           10ms    10ms    10ms
2025-08-20T22:06:42.4954479Z [00:17:35.747]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_timestamp.a  pam_timestamp_la-pam_timestamp.o pam_timestamp_la-hmacsha1.o pam_timestamp_la-sha1.o
2025-08-20T22:06:42.4985124Z [00:17:35.750]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_TWOFISH            10ms    10ms    10ms
2025-08-20T22:06:42.5184645Z [00:17:35.768]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_timestamp.a
2025-08-20T22:06:42.5586251Z [00:17:35.810]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_timestamp.la" && ln -s "../pam_timestamp.la" "pam_timestamp.la" )
2025-08-20T22:06:42.5754829Z [00:17:35.825]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_timestamp'
2025-08-20T22:06:42.5760174Z [00:17:35.825]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_tty_audit
2025-08-20T22:06:42.5807592Z [00:17:35.832]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_tty_audit'
2025-08-20T22:06:42.5817913Z [00:17:35.833]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_tty_audit.lo pam_tty_audit.c
2025-08-20T22:06:42.6035584Z [00:17:35.855]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_SERPENT            10ms    10ms    20ms
2025-08-20T22:06:42.6636676Z [00:17:35.915]➜  musl-obstack-static-x86_64-unknown-linux-musl> configure.ac:12: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
2025-08-20T22:06:42.6642320Z [00:17:35.916]➜  musl-obstack-static-x86_64-unknown-linux-musl> configure.ac:12: You should run autoupdate.
2025-08-20T22:06:42.6648490Z [00:17:35.917]➜  musl-obstack-static-x86_64-unknown-linux-musl> m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
2025-08-20T22:06:42.6653621Z [00:17:35.917]➜  musl-obstack-static-x86_64-unknown-linux-musl> configure.ac:12: the top level
2025-08-20T22:06:42.6691162Z [00:17:35.921]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_tty_audit.c -o pam_tty_audit.o
2025-08-20T22:06:42.7017431Z [00:17:35.953]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_SEED               10ms    20ms    10ms
2025-08-20T22:06:42.8066909Z [00:17:36.058]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_RFC2268            20ms    20ms    20ms
2025-08-20T22:06:42.8839002Z [00:17:36.136]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_IDEA               10ms    10ms    20ms
2025-08-20T22:06:43.0022028Z [00:17:36.254]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_GOST28147          20ms    20ms    20ms
2025-08-20T22:06:43.0687527Z [00:17:36.320]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T22:06:43.0780269Z [00:17:36.330]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmelfb_nbsd.c
2025-08-20T22:06:43.0958233Z [00:17:36.347]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_SM4                10ms    20ms    10ms
2025-08-20T22:06:43.1243526Z [00:17:36.375]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_tty_audit.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_tty_audit.lo ../../libpam/libpam.la
2025-08-20T22:06:43.1473682Z [00:17:36.399]➜  libgcrypt-static-x86_64-unknown-linux-musl> CMAC_ARIA               10ms    10ms    20ms
2025-08-20T22:06:43.1717564Z [00:17:36.423]➜  libgcrypt-static-x86_64-unknown-linux-musl> GMAC_AES                 0ms    10ms    10ms
2025-08-20T22:06:43.2004005Z [00:17:36.452]➜  libgcrypt-static-x86_64-unknown-linux-musl> GMAC_CAMELLIA            0ms    10ms    10ms
2025-08-20T22:06:43.2296420Z [00:17:36.481]➜  libgcrypt-static-x86_64-unknown-linux-musl> GMAC_TWOFISH             0ms     0ms    10ms
2025-08-20T22:06:43.2657455Z [00:17:36.514]➜  libgcrypt-static-x86_64-unknown-linux-musl> GMAC_SERPENT            10ms     0ms    10ms
2025-08-20T22:06:43.3151018Z [00:17:36.567]➜  libgcrypt-static-x86_64-unknown-linux-musl> GMAC_SEED                0ms    10ms    10ms
2025-08-20T22:06:43.3477400Z [00:17:36.599]➜  libgcrypt-static-x86_64-unknown-linux-musl> GMAC_SM4                 0ms    10ms    10ms
2025-08-20T22:06:43.3879451Z [00:17:36.640]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_tty_audit.a  pam_tty_audit.o
2025-08-20T22:06:43.3923414Z [00:17:36.642]➜  libgcrypt-static-x86_64-unknown-linux-musl> GMAC_ARIA                0ms     0ms    10ms
2025-08-20T22:06:43.4024421Z [00:17:36.654]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_tty_audit.a
2025-08-20T22:06:43.4077021Z [00:17:36.659]➜  libgcrypt-static-x86_64-unknown-linux-musl> POLY1305                 0ms     0ms    10ms
2025-08-20T22:06:43.4247590Z [00:17:36.676]➜  libgcrypt-static-x86_64-unknown-linux-musl> POLY1305_AES             0ms     0ms    10ms
2025-08-20T22:06:43.4278755Z [00:17:36.680]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_tty_audit.la" && ln -s "../pam_tty_audit.la" "pam_tty_audit.la" )
2025-08-20T22:06:43.4378342Z [00:17:36.690]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_tty_audit'
2025-08-20T22:06:43.4382101Z [00:17:36.690]➜  libgcrypt-static-x86_64-unknown-linux-musl> POLY1305_CAMELLIA        0ms     0ms    10ms
2025-08-20T22:06:43.4392047Z [00:17:36.691]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_umask
2025-08-20T22:06:43.4463056Z [00:17:36.698]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_umask'
2025-08-20T22:06:43.4473116Z [00:17:36.699]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_umask.lo pam_umask.c
2025-08-20T22:06:43.4604910Z [00:17:36.712]➜  libgcrypt-static-x86_64-unknown-linux-musl> POLY1305_TWOFISH         0ms     0ms     0ms
2025-08-20T22:06:43.4775984Z [00:17:36.729]➜  libgcrypt-static-x86_64-unknown-linux-musl> POLY1305_SERPENT         0ms    10ms     0ms
2025-08-20T22:06:43.5015514Z [00:17:36.753]➜  libgcrypt-static-x86_64-unknown-linux-musl> POLY1305_SEED            0ms     0ms    10ms
2025-08-20T22:06:43.5248995Z [00:17:36.777]➜  libgcrypt-static-x86_64-unknown-linux-musl> POLY1305_SM4             0ms     0ms    10ms
2025-08-20T22:06:43.5472357Z [00:17:36.798]➜  libgcrypt-static-x86_64-unknown-linux-musl> POLY1305_ARIA            0ms     0ms     0ms
2025-08-20T22:06:43.5503691Z [00:17:36.798]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:43.5505767Z [00:17:36.798]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 ECB/Stream    CBC/Poly1305         CFB             OFB             CTR             XTS             CCM             GCM             OCB             EAX
2025-08-20T22:06:43.5508488Z [00:17:36.798]➜  libgcrypt-static-x86_64-unknown-linux-musl>              --------------- --------------- --------------- --------------- --------------- --------------- --------------- --------------- --------------- ---------------
2025-08-20T22:06:43.5887828Z [00:17:36.840]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_umask.c -o pam_umask.o
2025-08-20T22:06:43.7969728Z [00:17:37.049]➜  libgcrypt-static-x86_64-unknown-linux-musl> IDEA            10ms    20ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms       -       -       -       -       -       -       -       -    20ms    20ms
2025-08-20T22:06:43.7982822Z [00:17:37.049]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_umask.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_umask.lo ../../libpam/libpam.la
2025-08-20T22:06:43.8512015Z [00:17:37.102]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmnto.c
2025-08-20T22:06:43.9167048Z [00:17:37.168]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T22:06:44.0664154Z [00:17:37.318]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_umask.a  pam_umask.o
2025-08-20T22:06:44.0867863Z [00:17:37.338]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_umask.a
2025-08-20T22:06:44.1166298Z [00:17:37.368]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_umask.la" && ln -s "../pam_umask.la" "pam_umask.la" )
2025-08-20T22:06:44.1211377Z [00:17:37.373]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_umask'
2025-08-20T22:06:44.1216249Z [00:17:37.373]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_unix
2025-08-20T22:06:44.1282343Z [00:17:37.379]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_unix'
2025-08-20T22:06:44.1288959Z [00:17:37.379]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o bigcrypt-bigcrypt.o `test -f 'bigcrypt.c' || echo './'`bigcrypt.c
2025-08-20T22:06:44.1325558Z [00:17:37.382]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o bigcrypt-bigcrypt_main.o `test -f 'bigcrypt_main.c' || echo './'`bigcrypt_main.c
2025-08-20T22:06:44.1400045Z [00:17:37.384]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -DHELPER_COMPILE=\"unix_chkpwd\" -g -O2 -c -o unix_chkpwd-unix_chkpwd.o `test -f 'unix_chkpwd.c' || echo './'`unix_chkpwd.c
2025-08-20T22:06:44.1410937Z [00:17:37.386]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -DHELPER_COMPILE=\"unix_chkpwd\" -g -O2 -c -o unix_chkpwd-audit.o `test -f 'audit.c' || echo './'`audit.c
2025-08-20T22:06:44.1490200Z [00:17:37.389]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -DHELPER_COMPILE=\"unix_chkpwd\" -g -O2 -c -o unix_chkpwd-md5_good.o `test -f 'md5_good.c' || echo './'`md5_good.c
2025-08-20T22:06:44.2130668Z [00:17:37.461]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -DHELPER_COMPILE=\"unix_chkpwd\" -g -O2 -c -o unix_chkpwd-md5_broken.o `test -f 'md5_broken.c' || echo './'`md5_broken.c
2025-08-20T22:06:44.2446191Z [00:17:37.493]➜  linux-pam-static-x86_64-unknown-linux-musl> In file included from /nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38/include/crypt.h:22,
2025-08-20T22:06:44.2448534Z [00:17:37.493]➜  linux-pam-static-x86_64-unknown-linux-musl>                  from bigcrypt.c:34:
2025-08-20T22:06:44.2451725Z [00:17:37.493]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T22:06:44.2454805Z [00:17:37.493]➜  linux-pam-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T22:06:44.2456342Z [00:17:37.493]➜  linux-pam-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:06:44.2866403Z [00:17:37.538]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -DHELPER_COMPILE=\"unix_chkpwd\" -g -O2 -c -o unix_chkpwd-bigcrypt.o `test -f 'bigcrypt.c' || echo './'`bigcrypt.c
2025-08-20T22:06:44.4042498Z [00:17:37.656]➜  linux-pam-static-x86_64-unknown-linux-musl> In file included from /nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38/include/crypt.h:22,
2025-08-20T22:06:44.4135911Z [00:17:37.656]➜  linux-pam-static-x86_64-unknown-linux-musl>                  from bigcrypt.c:34:
2025-08-20T22:06:44.4138568Z [00:17:37.656]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T22:06:44.4141236Z [00:17:37.656]➜  linux-pam-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T22:06:44.4142479Z [00:17:37.656]➜  linux-pam-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:06:44.4180545Z [00:17:37.669]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -DHELPER_COMPILE=\"unix_chkpwd\" -g -O2 -c -o unix_chkpwd-passverify.o `test -f 'passverify.c' || echo './'`passverify.c
2025-08-20T22:06:44.4898391Z [00:17:37.741]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o bigcrypt.lo bigcrypt.c
2025-08-20T22:06:44.5832300Z [00:17:37.834]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_unix_acct.lo pam_unix_acct.c
2025-08-20T22:06:44.5841638Z [00:17:37.836]➜  linux-pam-static-x86_64-unknown-linux-musl> In file included from /nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38/include/crypt.h:22,
2025-08-20T22:06:44.5843977Z [00:17:37.836]➜  linux-pam-static-x86_64-unknown-linux-musl>                  from passverify.c:24:
2025-08-20T22:06:44.5846811Z [00:17:37.836]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T22:06:44.5849563Z [00:17:37.836]➜  linux-pam-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T22:06:44.5850916Z [00:17:37.836]➜  linux-pam-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:06:44.6724734Z [00:17:37.923]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c bigcrypt.c -o bigcrypt.o
2025-08-20T22:06:44.7412662Z [00:17:37.991]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_unix_acct.c -o pam_unix_acct.o
2025-08-20T22:06:44.7726712Z [00:17:38.024]➜  linux-pam-static-x86_64-unknown-linux-musl> In file included from /nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38/include/crypt.h:22,
2025-08-20T22:06:44.7733012Z [00:17:38.024]➜  linux-pam-static-x86_64-unknown-linux-musl>                  from bigcrypt.c:34:
2025-08-20T22:06:44.7736187Z [00:17:38.024]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T22:06:44.7739101Z [00:17:38.024]➜  linux-pam-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T22:06:44.7740513Z [00:17:38.024]➜  linux-pam-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:06:44.8545610Z [00:17:38.100]➜  musl-obstack-static-x86_64-unknown-linux-musl> configure.ac:11: installing './compile'
2025-08-20T22:06:44.8555413Z [00:17:38.107]➜  musl-obstack-static-x86_64-unknown-linux-musl> configure.ac:12: installing './config.guess'
2025-08-20T22:06:44.8643078Z [00:17:38.116]➜  musl-obstack-static-x86_64-unknown-linux-musl> configure.ac:12: installing './config.sub'
2025-08-20T22:06:44.8724704Z [00:17:38.124]➜  musl-obstack-static-x86_64-unknown-linux-musl> configure.ac:7: installing './install-sh'
2025-08-20T22:06:44.8859222Z [00:17:38.138]➜  musl-obstack-static-x86_64-unknown-linux-musl> configure.ac:7: installing './missing'
2025-08-20T22:06:44.9279070Z [00:17:38.178]➜  musl-obstack-static-x86_64-unknown-linux-musl> Makefile.am: installing './INSTALL'
2025-08-20T22:06:44.9708779Z [00:17:38.223]➜  musl-obstack-static-x86_64-unknown-linux-musl> Makefile.am: installing './depcomp'
2025-08-20T22:06:45.0009306Z [00:17:38.252]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_unix_auth.lo pam_unix_auth.c
2025-08-20T22:06:45.1618055Z [00:17:38.413]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_unix_passwd.lo pam_unix_passwd.c
2025-08-20T22:06:45.1804783Z [00:17:38.432]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: './install-sh' is updated
2025-08-20T22:06:45.1934960Z [00:17:38.442]➜  musl-obstack-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T22:06:45.1941645Z [00:17:38.443]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_unix_auth.c -o pam_unix_auth.o
2025-08-20T22:06:45.2094275Z [00:17:38.461]➜  musl-obstack-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:06:45.2239023Z [00:17:38.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> 3DES            40ms    30ms    40ms    30ms    40ms    30ms    40ms    30ms    40ms    30ms       -       -       -       -       -       -       -       -    70ms    80ms
2025-08-20T22:06:45.2304901Z [00:17:38.482]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_unix_sess.lo pam_unix_sess.c
2025-08-20T22:06:45.2345589Z [00:17:38.485]➜  musl-obstack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:06:45.2421189Z [00:17:38.494]➜  musl-obstack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:06:45.2500543Z [00:17:38.502]➜  musl-obstack-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:06:45.2708004Z [00:17:38.521]➜  musl-obstack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:06:45.2809904Z [00:17:38.533]➜  musl-obstack-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:06:45.2912771Z [00:17:38.543]➜  musl-obstack-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:06:45.3084148Z [00:17:38.560]➜  musl-obstack-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T22:06:45.3405357Z [00:17:38.592]➜  musl-obstack-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:06:45.3499850Z [00:17:38.600]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_unix_passwd.c -o pam_unix_passwd.o
2025-08-20T22:06:45.3807103Z [00:17:38.631]➜  musl-obstack-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:06:45.3971998Z [00:17:38.647]➜  musl-obstack-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:06:45.4042370Z [00:17:38.655]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o support.lo support.c
2025-08-20T22:06:45.4449251Z [00:17:38.696]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_unix_sess.c -o pam_unix_sess.o
2025-08-20T22:06:45.4558277Z [00:17:38.704]➜  musl-obstack-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:06:45.4995045Z [00:17:38.748]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o passverify.lo passverify.c
2025-08-20T22:06:45.5725891Z [00:17:38.824]➜  libgcrypt-static-x86_64-unknown-linux-musl> CAST5           10ms     0ms    10ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms       -       -       -       -       -       -       -       -    20ms    10ms
2025-08-20T22:06:45.5836795Z [00:17:38.835]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c support.c -o support.o
2025-08-20T22:06:45.6909162Z [00:17:38.942]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o md5_good.lo md5_good.c
2025-08-20T22:06:45.7184292Z [00:17:38.969]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c passverify.c -o passverify.o
2025-08-20T22:06:45.8504674Z [00:17:39.100]➜  libgcrypt-static-x86_64-unknown-linux-musl> BLOWFISH        10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms       -       -       -       -       -       -       -       -    10ms    20ms
2025-08-20T22:06:45.8625948Z [00:17:39.112]➜  linux-pam-static-x86_64-unknown-linux-musl> In file included from /nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38/include/crypt.h:22,
2025-08-20T22:06:45.8631184Z [00:17:39.112]➜  linux-pam-static-x86_64-unknown-linux-musl>                  from passverify.c:24:
2025-08-20T22:06:45.8633937Z [00:17:39.112]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T22:06:45.8636656Z [00:17:39.112]➜  linux-pam-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T22:06:45.8637936Z [00:17:39.112]➜  linux-pam-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:06:45.8763802Z [00:17:39.127]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c md5_good.c -o md5_good.o
2025-08-20T22:06:45.8910930Z [00:17:39.143]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:06:45.9134304Z [00:17:39.165]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:06:45.9167890Z [00:17:39.166]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o md5_broken.lo md5_broken.c
2025-08-20T22:06:45.9342641Z [00:17:39.186]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:06:45.9473839Z [00:17:39.198]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:06:45.9479890Z [00:17:39.200]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:06:45.9802068Z [00:17:39.232]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:06:46.0039645Z [00:17:39.256]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:06:46.0239715Z [00:17:39.276]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:06:46.0524166Z [00:17:39.303]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2  -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o bigcrypt bigcrypt-bigcrypt.o bigcrypt-bigcrypt_main.o ../../libpam_internal/libpam_internal.la -lcrypt
2025-08-20T22:06:46.0841439Z [00:17:39.335]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c md5_broken.c -o md5_broken.o
2025-08-20T22:06:46.3795487Z [00:17:39.630]➜  libgcrypt-static-x86_64-unknown-linux-musl> AES              0ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms
2025-08-20T22:06:46.4608971Z [00:17:39.712]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:06:46.4615680Z [00:17:39.713]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:06:46.4708899Z [00:17:39.722]➜  x86_64-unknown-linux-musl-binutils>   GEN      earmpe.c
2025-08-20T22:06:46.4824655Z [00:17:39.734]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o bigcrypt bigcrypt-bigcrypt.o bigcrypt-bigcrypt_main.o  ../../libpam_internal/.libs/libpam_internal.a /nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38/lib/libcrypt.a
2025-08-20T22:06:46.6545408Z [00:17:39.903]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:06:46.6546947Z [00:17:39.903]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavr1.c
2025-08-20T22:06:46.6579061Z [00:17:39.910]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavr2.c
2025-08-20T22:06:46.6638261Z [00:17:39.916]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:06:46.6861750Z [00:17:39.938]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavr25.c
2025-08-20T22:06:46.6873593Z [00:17:39.938]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -DHELPER_COMPILE=\"unix_chkpwd\" -g -O2 -pie -Wl,-z,now -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o unix_chkpwd unix_chkpwd-unix_chkpwd.o unix_chkpwd-audit.o unix_chkpwd-md5_good.o unix_chkpwd-md5_broken.o unix_chkpwd-bigcrypt.o unix_chkpwd-passverify.o ../../libpam_internal/libpam_internal.la -lcrypt
2025-08-20T22:06:46.7749081Z [00:17:40.027]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:06:46.9034087Z [00:17:40.155]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:06:47.0131643Z [00:17:40.265]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:06:47.0299844Z [00:17:40.282]➜  libgcrypt-static-x86_64-unknown-linux-musl> AES192          10ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms    10ms    20ms    10ms    10ms     0ms    10ms    20ms    10ms
2025-08-20T22:06:47.0765195Z [00:17:40.327]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -fpie -DHELPER_COMPILE=\"unix_chkpwd\" -g -O2 -pie -Wl,-z -Wl,now -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o unix_chkpwd unix_chkpwd-unix_chkpwd.o unix_chkpwd-audit.o unix_chkpwd-md5_good.o unix_chkpwd-md5_broken.o unix_chkpwd-bigcrypt.o unix_chkpwd-passverify.o  ../../libpam_internal/.libs/libpam_internal.a /nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38/lib/libcrypt.a
2025-08-20T22:06:47.0830438Z [00:17:40.334]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" -DUPDATE_HELPER=\"/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_update\" -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_unix.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security bigcrypt.lo pam_unix_acct.lo pam_unix_auth.lo pam_unix_passwd.lo pam_unix_sess.lo support.lo passverify.lo md5_good.lo md5_broken.lo  ../../libpam_internal/libpam_internal.la ../../libpam/libpam.la -lcrypt
2025-08-20T22:06:47.1887246Z [00:17:40.440]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:06:47.3105420Z [00:17:40.562]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavr3.c
2025-08-20T22:06:47.3394415Z [00:17:40.591]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavr31.c
2025-08-20T22:06:47.3659591Z [00:17:40.618]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:06:47.3764160Z [00:17:40.627]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavr35.c
2025-08-20T22:06:47.4019609Z [00:17:40.654]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:06:47.4021780Z [00:17:40.654]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:06:47.4281915Z [00:17:40.680]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/pam_unix.lax/libpam_internal.a && x86_64-unknown-linux-musl-ar x "/build/Linux-PAM-1.6.1/modules/pam_unix/../../libpam_internal/.libs/libpam_internal.a")
2025-08-20T22:06:47.4350057Z [00:17:40.687]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:06:47.4555367Z [00:17:40.705]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:06:47.4586251Z [00:17:40.710]➜  libgcrypt-static-x86_64-unknown-linux-musl> AES256          10ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms     0ms    10ms    10ms    10ms    20ms    10ms    10ms    10ms     0ms    10ms    20ms    10ms
2025-08-20T22:06:47.4588012Z [00:17:40.710]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:06:47.4703040Z [00:17:40.722]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:06:47.4876027Z [00:17:40.739]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:06:47.4908099Z [00:17:40.742]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_unix.a  bigcrypt.o pam_unix_acct.o pam_unix_auth.o pam_unix_passwd.o pam_unix_sess.o support.o passverify.o md5_good.o md5_broken.o  .libs/pam_unix.lax/libpam_internal.a/pam_debug.o .libs/pam_unix.lax/libpam_internal.a/pam_line.o
2025-08-20T22:06:47.4924502Z [00:17:40.743]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:06:47.4934111Z [00:17:40.745]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:06:47.5211438Z [00:17:40.772]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:06:47.5215072Z [00:17:40.772]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_unix.a
2025-08-20T22:06:47.5414425Z [00:17:40.793]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/pam_unix.lax
2025-08-20T22:06:47.5428174Z [00:17:40.795]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:06:47.5433504Z [00:17:40.795]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:06:47.5808151Z [00:17:40.832]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_unix.la" && ln -s "../pam_unix.la" "pam_unix.la" )
2025-08-20T22:06:47.5903882Z [00:17:40.842]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_unix'
2025-08-20T22:06:47.5909855Z [00:17:40.843]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_userdb
2025-08-20T22:06:47.5986855Z [00:17:40.850]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_userdb'
2025-08-20T22:06:47.5993662Z [00:17:40.850]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_userdb.lo pam_userdb.c
2025-08-20T22:06:47.6306975Z [00:17:40.882]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:06:47.6312143Z [00:17:40.883]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:06:47.7147499Z [00:17:40.966]➜  libgcrypt-static-x86_64-unknown-linux-musl> TWOFISH         10ms     0ms    10ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms     0ms    10ms    20ms     0ms    10ms    10ms     0ms    10ms    20ms
2025-08-20T22:06:47.7274368Z [00:17:40.978]➜  libgcrypt-static-x86_64-unknown-linux-musl> ARCFOUR          0ms     0ms
2025-08-20T22:06:47.7327258Z [00:17:40.984]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_userdb.c -o pam_userdb.o
2025-08-20T22:06:47.7586947Z [00:17:41.010]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T22:06:47.7694127Z [00:17:41.021]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:06:47.7706000Z [00:17:41.022]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:06:47.7720180Z [00:17:41.024]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:06:47.7765075Z [00:17:41.026]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T22:06:47.7772256Z [00:17:41.029]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:06:47.7802759Z [00:17:41.032]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T22:06:47.7823915Z [00:17:41.034]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:06:47.7894335Z [00:17:41.041]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:06:47.7902289Z [00:17:41.041]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:06:47.7904559Z [00:17:41.041]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:06:47.7915442Z [00:17:41.041]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:06:47.7918921Z [00:17:41.043]➜  linux-pam-static-x86_64-unknown-linux-musl> In file included from /nix/store/jlqm0nim2wykvcqamw6rkghkn8wfjlpv-libxcrypt-static-x86_64-unknown-linux-musl-4.4.38/include/crypt.h:22,
2025-08-20T22:06:47.7922419Z [00:17:41.044]➜  linux-pam-static-x86_64-unknown-linux-musl>                  from pam_userdb.c:21:
2025-08-20T22:06:47.7926856Z [00:17:41.044]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/x86_64-unknown-linux-musl/sys-include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp]
2025-08-20T22:06:47.7929953Z [00:17:41.044]➜  linux-pam-static-x86_64-unknown-linux-musl>     1 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated
2025-08-20T22:06:47.7933001Z [00:17:41.044]➜  linux-pam-static-x86_64-unknown-linux-musl>       |  ^~~~~~~
2025-08-20T22:06:47.8909514Z [00:17:41.142]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:06:47.8916331Z [00:17:41.143]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:06:47.9073101Z [00:17:41.159]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavr4.c
2025-08-20T22:06:47.9144991Z [00:17:41.166]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavr5.c
2025-08-20T22:06:48.0115363Z [00:17:41.262]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavr51.c
2025-08-20T22:06:48.0476811Z [00:17:41.299]➜  libgcrypt-static-x86_64-unknown-linux-musl> DES             20ms    10ms    10ms    20ms    10ms    20ms    10ms    10ms    20ms    10ms       -       -       -       -       -       -       -       -    30ms    30ms
2025-08-20T22:06:48.1593927Z [00:17:41.411]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:06:48.1696909Z [00:17:41.421]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:06:48.1876616Z [00:17:41.439]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:06:48.2095102Z [00:17:41.461]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:06:48.2577622Z [00:17:41.509]➜  libgcrypt-static-x86_64-unknown-linux-musl> TWOFISH128       0ms    10ms     0ms    10ms     0ms    10ms    10ms     0ms    10ms     0ms    10ms     0ms    20ms    10ms    10ms    10ms     0ms    10ms    10ms    10ms
2025-08-20T22:06:48.2600630Z [00:17:41.511]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -ldb -lcrypt -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_userdb.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_userdb.lo ../../libpam/libpam.la
2025-08-20T22:06:48.2982118Z [00:17:41.550]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:06:48.2990321Z [00:17:41.551]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:06:48.3140259Z [00:17:41.566]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:06:48.3872571Z [00:17:41.638]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:06:48.4687027Z [00:17:41.720]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:06:48.4742251Z [00:17:41.726]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavr6.c
2025-08-20T22:06:48.5340785Z [00:17:41.782]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavrtiny.c
2025-08-20T22:06:48.5534034Z [00:17:41.805]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_userdb.a  pam_userdb.o
2025-08-20T22:06:48.5550101Z [00:17:41.807]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:06:48.5634981Z [00:17:41.815]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_userdb.a
2025-08-20T22:06:48.6138756Z [00:17:41.864]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_userdb.la" && ln -s "../pam_userdb.la" "pam_userdb.la" )
2025-08-20T22:06:48.6180181Z [00:17:41.870]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_userdb'
2025-08-20T22:06:48.6195702Z [00:17:41.871]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_usertype
2025-08-20T22:06:48.6218862Z [00:17:41.874]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:06:48.6262886Z [00:17:41.878]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_usertype'
2025-08-20T22:06:48.6268681Z [00:17:41.878]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_usertype.lo pam_usertype.c
2025-08-20T22:06:48.6471196Z [00:17:41.899]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavrxmega1.c
2025-08-20T22:06:48.7076534Z [00:17:41.959]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:06:48.7283130Z [00:17:41.980]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_usertype.c -o pam_usertype.o
2025-08-20T22:06:48.7769013Z [00:17:42.028]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavrxmega2.c
2025-08-20T22:06:48.8072498Z [00:17:42.059]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:06:48.8920637Z [00:17:42.144]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:06:48.9238234Z [00:17:42.175]➜  libgcrypt-static-x86_64-unknown-linux-musl> SERPENT128      10ms    20ms    10ms    10ms    10ms    20ms    10ms    10ms    10ms    10ms    20ms    10ms    20ms    30ms    10ms    20ms    10ms    10ms    30ms    30ms
2025-08-20T22:06:48.9837627Z [00:17:42.235]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_usertype.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_usertype.lo ../../libpam/libpam.la
2025-08-20T22:06:48.9896586Z [00:17:42.241]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:06:49.0316608Z [00:17:42.283]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavrxmega2_flmap.c
2025-08-20T22:06:49.0850776Z [00:17:42.337]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavrxmega3.c
2025-08-20T22:06:49.0971087Z [00:17:42.339]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:06:49.1753636Z [00:17:42.427]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:06:49.1905178Z [00:17:42.442]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:06:49.2063871Z [00:17:42.458]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_usertype.a  pam_usertype.o
2025-08-20T22:06:49.2191009Z [00:17:42.471]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_usertype.a
2025-08-20T22:06:49.2423960Z [00:17:42.492]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavrxmega4.c
2025-08-20T22:06:49.2534971Z [00:17:42.505]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_usertype.la" && ln -s "../pam_usertype.la" "pam_usertype.la" )
2025-08-20T22:06:49.2657026Z [00:17:42.517]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_usertype'
2025-08-20T22:06:49.2658817Z [00:17:42.517]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_warn
2025-08-20T22:06:49.2725514Z [00:17:42.524]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_warn'
2025-08-20T22:06:49.2770024Z [00:17:42.528]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_warn.lo pam_warn.c
2025-08-20T22:06:49.3862980Z [00:17:42.638]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavrxmega4_flmap.c
2025-08-20T22:06:49.3993623Z [00:17:42.650]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_warn.c -o pam_warn.o
2025-08-20T22:06:49.4816689Z [00:17:42.733]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:06:49.4820379Z [00:17:42.734]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:06:49.5492044Z [00:17:42.800]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_warn.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_warn.lo ../../libpam/libpam.la
2025-08-20T22:06:49.5668317Z [00:17:42.819]➜  libgcrypt-static-x86_64-unknown-linux-musl> SERPENT192      10ms    10ms    10ms    10ms    20ms    10ms    10ms    10ms    10ms    20ms    10ms    10ms    30ms    20ms    20ms    10ms    20ms    10ms    20ms    30ms
2025-08-20T22:06:49.5813486Z [00:17:42.833]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:06:49.6156693Z [00:17:42.864]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavrxmega5.c
2025-08-20T22:06:49.6987803Z [00:17:42.950]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:06:49.7131820Z [00:17:42.965]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavrxmega6.c
2025-08-20T22:06:49.8092508Z [00:17:43.061]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_warn.a  pam_warn.o
2025-08-20T22:06:49.8109869Z [00:17:43.063]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:06:49.8111622Z [00:17:43.063]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:06:49.8249958Z [00:17:43.077]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_warn.a
2025-08-20T22:06:49.8598362Z [00:17:43.111]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_warn.la" && ln -s "../pam_warn.la" "pam_warn.la" )
2025-08-20T22:06:49.8749068Z [00:17:43.126]➜  x86_64-unknown-linux-musl-binutils>   GEN      eavrxmega7.c
2025-08-20T22:06:49.8785071Z [00:17:43.130]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_warn'
2025-08-20T22:06:49.8804925Z [00:17:43.130]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_wheel
2025-08-20T22:06:49.8858177Z [00:17:43.138]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_wheel'
2025-08-20T22:06:49.8863816Z [00:17:43.138]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_wheel.lo pam_wheel.c
2025-08-20T22:06:49.9499174Z [00:17:43.202]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:06:49.9763727Z [00:17:43.228]➜  x86_64-unknown-linux-musl-binutils>   GEN      ecrisaout.c
2025-08-20T22:06:50.0002146Z [00:17:43.251]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_wheel.c -o pam_wheel.o
2025-08-20T22:06:50.0759948Z [00:17:43.328]➜  libgcrypt-static-x86_64-unknown-linux-musl> SERPENT256      10ms    10ms    10ms    20ms    10ms    10ms    10ms    10ms    20ms    10ms    10ms    10ms    30ms    20ms    10ms    20ms    10ms    10ms    30ms    20ms
2025-08-20T22:06:50.1010221Z [00:17:43.353]➜  x86_64-unknown-linux-musl-binutils>   GEN      ecriself.c
2025-08-20T22:06:50.1821903Z [00:17:43.434]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:06:50.1842175Z [00:17:43.436]➜  x86_64-unknown-linux-musl-binutils>   GEN      ecrislinux.c
2025-08-20T22:06:50.1853968Z [00:17:43.437]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:06:50.1981978Z [00:17:43.447]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:06:50.1984232Z [00:17:43.447]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:06:50.1986024Z [00:17:43.447]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:06:50.1987850Z [00:17:43.447]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:06:50.2112051Z [00:17:43.463]➜  x86_64-unknown-linux-musl-binutils>   GEN      ecskyelf.c
2025-08-20T22:06:50.2729714Z [00:17:43.523]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for stddef.h... yes
2025-08-20T22:06:50.2739614Z [00:17:43.525]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for stdio.h... (cached) yes
2025-08-20T22:06:50.2745982Z [00:17:43.526]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T22:06:50.2754531Z [00:17:43.527]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for inttypes.h... (cached) yes
2025-08-20T22:06:50.3212751Z [00:17:43.572]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_wheel.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_wheel.lo ../../libpam/libpam.la
2025-08-20T22:06:50.3485545Z [00:17:43.600]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:06:50.3487163Z [00:17:43.600]➜  musl-obstack-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:06:50.3586597Z [00:17:43.610]➜  x86_64-unknown-linux-musl-binutils>   GEN      ecskyelf_linux.c
2025-08-20T22:06:50.4438165Z [00:17:43.695]➜  libgcrypt-static-x86_64-unknown-linux-musl> RFC2268_40      20ms    10ms    20ms    10ms    20ms    10ms    20ms    10ms    20ms    20ms       -       -       -       -       -       -       -       -    30ms    30ms
2025-08-20T22:06:50.4967253Z [00:17:43.748]➜  x86_64-unknown-linux-musl-binutils>   GEN      ed10velf.c
2025-08-20T22:06:50.5923936Z [00:17:43.844]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_wheel.a  pam_wheel.o
2025-08-20T22:06:50.6081237Z [00:17:43.860]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_wheel.a
2025-08-20T22:06:50.6537734Z [00:17:43.905]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_wheel.la" && ln -s "../pam_wheel.la" "pam_wheel.la" )
2025-08-20T22:06:50.6616946Z [00:17:43.913]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_wheel'
2025-08-20T22:06:50.6624978Z [00:17:43.914]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_xauth
2025-08-20T22:06:50.6684458Z [00:17:43.920]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_xauth'
2025-08-20T22:06:50.6692578Z [00:17:43.921]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o pam_xauth.lo pam_xauth.c
2025-08-20T22:06:50.7894545Z [00:17:44.041]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c pam_xauth.c -o pam_xauth.o
2025-08-20T22:06:50.7941928Z [00:17:44.046]➜  libgcrypt-static-x86_64-unknown-linux-musl> RFC2268_128     20ms    10ms    10ms    20ms    10ms    20ms    10ms    20ms    20ms    10ms       -       -       -       -       -       -       -       -    40ms    30ms
2025-08-20T22:06:50.8315876Z [00:17:44.083]➜  x86_64-unknown-linux-musl-binutils>   GEN      ed30v_e.c
2025-08-20T22:06:51.0915049Z [00:17:44.342]➜  x86_64-unknown-linux-musl-binutils>   GEN      ed30v_o.c
2025-08-20T22:06:51.2459935Z [00:17:44.497]➜  libgcrypt-static-x86_64-unknown-linux-musl> SEED            10ms    10ms    20ms    10ms    10ms    20ms    10ms    10ms    10ms    10ms    20ms    10ms    30ms    20ms    20ms    10ms    20ms    10ms    30ms    20ms
2025-08-20T22:06:51.4127735Z [00:17:44.664]➜  x86_64-unknown-linux-musl-binutils>   GEN      ed30velf.c
2025-08-20T22:06:51.4688086Z [00:17:44.720]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -no-undefined -avoid-version -module -Wl,--version-script=./../modules.map -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_xauth.la -rpath /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security pam_xauth.lo ../../libpam/libpam.la
2025-08-20T22:06:51.4769045Z [00:17:44.729]➜  libgcrypt-static-x86_64-unknown-linux-musl> CAMELLIA128     10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms
2025-08-20T22:06:51.6660885Z [00:17:44.918]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_dlx.c
2025-08-20T22:06:51.7270122Z [00:17:44.979]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/pam_xauth.a  pam_xauth.o
2025-08-20T22:06:51.7402808Z [00:17:44.992]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/pam_xauth.a
2025-08-20T22:06:51.7795441Z [00:17:45.031]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "pam_xauth.la" && ln -s "../pam_xauth.la" "pam_xauth.la" )
2025-08-20T22:06:51.7911161Z [00:17:45.043]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_xauth'
2025-08-20T22:06:51.7971826Z [00:17:45.049]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules'
2025-08-20T22:06:51.7977996Z [00:17:45.050]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T22:06:51.7986243Z [00:17:45.050]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules'
2025-08-20T22:06:51.8035492Z [00:17:45.055]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules'
2025-08-20T22:06:51.8040677Z [00:17:45.056]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in po
2025-08-20T22:06:51.8090967Z [00:17:45.061]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/po'
2025-08-20T22:06:51.8097294Z [00:17:45.061]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T22:06:51.8100770Z [00:17:45.062]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/po'
2025-08-20T22:06:51.8109053Z [00:17:45.063]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in conf
2025-08-20T22:06:51.8176192Z [00:17:45.069]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/conf'
2025-08-20T22:06:51.8288198Z [00:17:45.081]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in pam_conv1
2025-08-20T22:06:51.8339793Z [00:17:45.085]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/conf/pam_conv1'
2025-08-20T22:06:51.8341782Z [00:17:45.085]➜  linux-pam-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T22:06:51.8430689Z [00:17:45.095]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/Linux-PAM-1.6.1/conf/pam_conv1'
2025-08-20T22:06:51.8439502Z [00:17:45.095]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -Wno-unused-function -Wno-sign-compare -g -O2 -c -o pam_conv1-pam_conv_l.o `test -f 'pam_conv_l.c' || echo './'`pam_conv_l.c
2025-08-20T22:06:51.8447868Z [00:17:45.095]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I../..    -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -Wno-unused-function -Wno-sign-compare -g -O2 -c -o pam_conv1-pam_conv_y.o `test -f 'pam_conv_y.c' || echo './'`pam_conv_y.c
2025-08-20T22:06:51.8744804Z [00:17:45.126]➜  libgcrypt-static-x86_64-unknown-linux-musl> CAMELLIA192     10ms    10ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms    10ms    20ms
2025-08-20T22:06:51.8778627Z [00:17:45.130]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_sparc.c
2025-08-20T22:06:51.8890132Z [00:17:45.141]➜  musl-obstack-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:06:51.9415207Z [00:17:45.193]➜  musl-obstack-static-x86_64-unknown-linux-musl> config.status: creating musl-obstack.pc
2025-08-20T22:06:51.9935893Z [00:17:45.245]➜  musl-obstack-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:06:52.0350234Z [00:17:45.287]➜  musl-obstack-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:06:52.0402044Z [00:17:45.292]➜  musl-obstack-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:06:52.2377081Z [00:17:45.489]➜  musl-obstack-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:06:52.2569437Z [00:17:45.508]➜  musl-obstack-static-x86_64-unknown-linux-musl> build flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:06:52.2670372Z [00:17:45.518]➜  musl-obstack-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T22:06:52.2724485Z [00:17:45.524]➜  musl-obstack-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source'
2025-08-20T22:06:52.2757898Z [00:17:45.524]➜  musl-obstack-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o obstack.lo obstack.c
2025-08-20T22:06:52.2761970Z [00:17:45.524]➜  musl-obstack-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I.     -g -O2 -c -o obstack_printf.lo obstack_printf.c
2025-08-20T22:06:52.3695982Z [00:17:45.621]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c obstack.c -o obstack.o
2025-08-20T22:06:52.4028051Z [00:17:45.654]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -g -O2 -c obstack_printf.c -o obstack_printf.o
2025-08-20T22:06:52.4427792Z [00:17:45.694]➜  libgcrypt-static-x86_64-unknown-linux-musl> CAMELLIA256     10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms     0ms    10ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms    10ms    20ms    20ms
2025-08-20T22:06:52.4627130Z [00:17:45.714]➜  libgcrypt-static-x86_64-unknown-linux-musl> SALSA20          0ms    10ms
2025-08-20T22:06:52.4776588Z [00:17:45.729]➜  libgcrypt-static-x86_64-unknown-linux-musl> SALSA20R12       0ms     0ms
2025-08-20T22:06:52.6228749Z [00:17:45.874]➜  musl-obstack-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -version-info 1  -o libobstack.la -rpath /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib obstack.lo obstack_printf.lo
2025-08-20T22:06:52.6792745Z [00:17:45.907]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_sparc_sol2.c
2025-08-20T22:06:52.6794406Z [00:17:45.925]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_sparc_vxworks.c
2025-08-20T22:06:52.7688142Z [00:17:46.020]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -Wno-unused-function -Wno-sign-compare -g -O2  -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_conv1 pam_conv1-pam_conv_l.o pam_conv1-pam_conv_y.o
2025-08-20T22:06:52.8625742Z [00:17:46.114]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libobstack.a  obstack.o obstack_printf.o
2025-08-20T22:06:52.8772721Z [00:17:46.129]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libobstack.a
2025-08-20T22:06:52.9122207Z [00:17:46.164]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libobstack.la" && ln -s "../libobstack.la" "libobstack.la" )
2025-08-20T22:06:52.9199486Z [00:17:46.172]➜  musl-obstack-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source'
2025-08-20T22:06:52.9265172Z [00:17:46.178]➜  musl-obstack-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:06:52.9283869Z [00:17:46.180]➜  libgcrypt-static-x86_64-unknown-linux-musl> GOST28147       20ms    10ms    20ms    20ms    20ms    10ms    20ms    20ms    20ms    20ms       -       -       -       -       -       -       -       -    30ms    40ms
2025-08-20T22:06:52.9471330Z [00:17:46.199]➜  libgcrypt-static-x86_64-unknown-linux-musl> CHACHA20         0ms     0ms    10ms     0ms
2025-08-20T22:06:52.9563686Z [00:17:46.208]➜  musl-obstack-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T22:06:52.9750109Z [00:17:46.227]➜  musl-obstack-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/source'
2025-08-20T22:06:52.9792941Z [00:17:46.231]➜  musl-obstack-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib'
2025-08-20T22:06:52.9869334Z [00:17:46.232]➜  musl-obstack-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/include'
2025-08-20T22:06:52.9873497Z [00:17:46.233]➜  musl-obstack-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib/pkgconfig'
2025-08-20T22:06:52.9920915Z [00:17:46.238]➜  musl-obstack-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libobstack.la '/nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib'
2025-08-20T22:06:52.9928726Z [00:17:46.243]➜  musl-obstack-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 obstack.h '/nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/include'
2025-08-20T22:06:52.9952429Z [00:17:46.247]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../../libpam/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -Wno-unused-function -Wno-sign-compare -g -O2 -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o pam_conv1 pam_conv1-pam_conv_l.o pam_conv1-pam_conv_y.o
2025-08-20T22:06:52.9974723Z [00:17:46.247]➜  musl-obstack-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 musl-obstack.pc '/nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib/pkgconfig'
2025-08-20T22:06:53.0813508Z [00:17:46.333]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/Linux-PAM-1.6.1/conf/pam_conv1'
2025-08-20T22:06:53.0825598Z [00:17:46.333]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/conf/pam_conv1'
2025-08-20T22:06:53.0840580Z [00:17:46.336]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libobstack.lai /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib/libobstack.la
2025-08-20T22:06:53.0898181Z [00:17:46.339]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/conf'
2025-08-20T22:06:53.0902702Z [00:17:46.342]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T22:06:53.0904679Z [00:17:46.342]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/conf'
2025-08-20T22:06:53.0906482Z [00:17:46.342]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/conf'
2025-08-20T22:06:53.0909487Z [00:17:46.343]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in xtests
2025-08-20T22:06:53.0937891Z [00:17:46.345]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libobstack.a /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib/libobstack.a
2025-08-20T22:06:53.0988818Z [00:17:46.351]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib/libobstack.a
2025-08-20T22:06:53.1038407Z [00:17:46.355]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/xtests'
2025-08-20T22:06:53.1040206Z [00:17:46.355]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T22:06:53.1041885Z [00:17:46.355]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/xtests'
2025-08-20T22:06:53.1043668Z [00:17:46.355]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in doc
2025-08-20T22:06:53.1066199Z [00:17:46.358]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib/libobstack.a
2025-08-20T22:06:53.1084846Z [00:17:46.360]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/doc'
2025-08-20T22:06:53.1168605Z [00:17:46.369]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in man
2025-08-20T22:06:53.1256590Z [00:17:46.376]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc/man'
2025-08-20T22:06:53.1257962Z [00:17:46.376]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T22:06:53.1259513Z [00:17:46.376]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc/man'
2025-08-20T22:06:53.1269648Z [00:17:46.377]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in specs
2025-08-20T22:06:53.1385527Z [00:17:46.390]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc/specs'
2025-08-20T22:06:53.1440396Z [00:17:46.393]➜  linux-pam-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T22:06:53.1506811Z [00:17:46.401]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/Linux-PAM-1.6.1/doc/specs'
2025-08-20T22:06:53.1511010Z [00:17:46.401]➜  linux-pam-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I../..    -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -Wno-unused-function -Wno-sign-compare  -c -o padout-parse_l.o `test -f 'parse_l.c' || echo './'`parse_l.c
2025-08-20T22:06:53.1517884Z [00:17:46.403]➜  linux-pam-static-x86_64-unknown-linux-musl> gcc -DHAVE_CONFIG_H -I. -I../..    -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -Wno-unused-function -Wno-sign-compare  -c -o padout-parse_y.o `test -f 'parse_y.c' || echo './'`parse_y.c
2025-08-20T22:06:53.2274593Z [00:17:46.477]➜  musl-obstack-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib
2025-08-20T22:06:53.2369883Z [00:17:46.480]➜  musl-obstack-static-x86_64-unknown-linux-musl> /build/source/libtool: line 1886: ldconfig: command not found
2025-08-20T22:06:53.2371773Z [00:17:46.483]➜  musl-obstack-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:53.2373099Z [00:17:46.483]➜  musl-obstack-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:53.2375142Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl>    /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib
2025-08-20T22:06:53.2376502Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:53.2377625Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:53.2378998Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:53.2380376Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:53.2381742Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:53.2383091Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:53.2437891Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:53.2439071Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:53.2440173Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:53.2441250Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:53.2442519Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:06:53.2443700Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:53.2444378Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:53.2445448Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:53.2446875Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:53.2448221Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:53.2449572Z [00:17:46.484]➜  musl-obstack-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/source'
2025-08-20T22:06:53.2489835Z [00:17:46.498]➜  musl-obstack-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:06:53.2915002Z [00:17:46.542]➜  musl-obstack-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3
2025-08-20T22:06:53.3022276Z [00:17:46.554]➜  musl-obstack-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3...
2025-08-20T22:06:53.3387903Z [00:17:46.590]➜  musl-obstack-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3
2025-08-20T22:06:53.3665627Z [00:17:46.614]➜  musl-obstack-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/yhnbrj555byyp2lhh8f959bdh5v2a044-musl-obstack-static-x86_64-unknown-linux-musl-1.2.3/lib
2025-08-20T22:06:53.4337859Z [00:17:46.685]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool  --tag=CC   --mode=link gcc -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -Wno-unused-function -Wno-sign-compare    -o padout padout-parse_l.o padout-parse_y.o
2025-08-20T22:06:53.5497486Z [00:17:46.801]➜  building '/nix/store/nbxxw5b0pqn00hk18qh7cci54s0aihw2-p11-kit-static-x86_64-unknown-linux-musl-0.25.5.drv'...
2025-08-20T22:06:53.5503639Z [00:17:46.801]➜  libgcrypt-static-x86_64-unknown-linux-musl> GOST28147_MESH    20ms    10ms    20ms    20ms    20ms    10ms    20ms    20ms    20ms    10ms       -       -       -       -       -       -       -       -    40ms    40ms
2025-08-20T22:06:53.6438331Z [00:17:46.892]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: gcc -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -Wno-unused-function -Wno-sign-compare -o padout padout-parse_l.o padout-parse_y.o
2025-08-20T22:06:53.7524850Z [00:17:47.004]➜  linux-pam-static-x86_64-unknown-linux-musl> ./padout < ./draft-morgan-pam.raw > draft-morgan-pam-current.txt
2025-08-20T22:06:53.7534182Z [00:17:47.005]➜  p11-kit-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:06:53.7653417Z [00:17:47.017]➜  p11-kit-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/b3wh7272xbgj0w1b1n9z8ahzq6y5fn67-source
2025-08-20T22:06:53.7689832Z [00:17:47.021]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/Linux-PAM-1.6.1/doc/specs'
2025-08-20T22:06:53.7695860Z [00:17:47.021]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc/specs'
2025-08-20T22:06:53.7704926Z [00:17:47.022]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in sag
2025-08-20T22:06:53.7732932Z [00:17:47.025]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc/sag'
2025-08-20T22:06:53.7775791Z [00:17:47.029]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T22:06:53.7796054Z [00:17:47.031]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc/sag'
2025-08-20T22:06:53.7854413Z [00:17:47.032]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in adg
2025-08-20T22:06:53.7856123Z [00:17:47.036]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc/adg'
2025-08-20T22:06:53.7914399Z [00:17:47.041]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T22:06:53.7916268Z [00:17:47.041]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc/adg'
2025-08-20T22:06:53.7917701Z [00:17:47.041]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in mwg
2025-08-20T22:06:53.7925337Z [00:17:47.044]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc/mwg'
2025-08-20T22:06:53.8005052Z [00:17:47.052]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all'.
2025-08-20T22:06:53.8006714Z [00:17:47.052]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc/mwg'
2025-08-20T22:06:53.8067676Z [00:17:47.055]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc'
2025-08-20T22:06:53.8069529Z [00:17:47.055]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T22:06:53.8071164Z [00:17:47.055]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc'
2025-08-20T22:06:53.8072927Z [00:17:47.058]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/doc'
2025-08-20T22:06:53.8074773Z [00:17:47.059]➜  linux-pam-static-x86_64-unknown-linux-musl> Making all in examples
2025-08-20T22:06:53.8151184Z [00:17:47.065]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/examples'
2025-08-20T22:06:53.8169653Z [00:17:47.068]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o xsh.o xsh.c
2025-08-20T22:06:53.8194624Z [00:17:47.070]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o vpass.o vpass.c
2025-08-20T22:06:53.8270925Z [00:17:47.076]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o blank.o blank.c
2025-08-20T22:06:53.8282646Z [00:17:47.080]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o check_user.o check_user.c
2025-08-20T22:06:53.8306234Z [00:17:47.081]➜  linux-pam-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..    -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -c -o tty_conv.o tty_conv.c
2025-08-20T22:06:53.9056799Z [00:17:47.157]➜  libgcrypt-static-x86_64-unknown-linux-musl> SM4              0ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms     0ms    10ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms    10ms    20ms    20ms
2025-08-20T22:06:53.9207279Z [00:17:47.172]➜  p11-kit-static-x86_64-unknown-linux-musl> source root is source
2025-08-20T22:06:53.9764392Z [00:17:47.228]➜  p11-kit-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:06:54.0057832Z [00:17:47.257]➜  p11-kit-static-x86_64-unknown-linux-musl> substituteStream() in derivation p11-kit-static-x86_64-unknown-linux-musl-0.25.5: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'p11-kit/meson.build')
2025-08-20T22:06:54.0176980Z [00:17:47.267]➜  p11-kit-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:06:54.0376405Z [00:17:47.289]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2  -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o vpass vpass.o ../libpam/libpam.la ../libpam_misc/libpam_misc.la
2025-08-20T22:06:54.0423722Z [00:17:47.294]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2  -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o check_user check_user.o ../libpam/libpam.la ../libpam_misc/libpam_misc.la
2025-08-20T22:06:54.0516355Z [00:17:47.303]➜  p11-kit-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:06:54.0775211Z [00:17:47.329]➜  p11-kit-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:06:54.1081210Z [00:17:47.358]➜  p11-kit-static-x86_64-unknown-linux-musl> mesonConfigurePhase flags: --prefix=/nix/store/g15asyjyvkgm92nljzyknis995n4m4zy-p11-kit-static-x86_64-unknown-linux-musl-0.25.5 --libdir=/nix/store/g15asyjyvkgm92nljzyknis995n4m4zy-p11-kit-static-x86_64-unknown-linux-musl-0.25.5/lib --libexecdir=/nix/store/g15asyjyvkgm92nljzyknis995n4m4zy-p11-kit-static-x86_64-unknown-linux-musl-0.25.5/libexec --bindir=/nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin/bin --sbindir=/nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin/sbin --includedir=/nix/store/xma90nxid735nngxxr1an4dxsa8wl3lj-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-dev/include --mandir=/nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin/share/man --infodir=/nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin/share/info --localedir=/nix/store/g15asyjyvkgm92nljzyknis995n4m4zy-p11-kit-static-x86_64-unknown-linux-musl-0.25.5/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain --cross-file=/nix/store/z5mm9bppvz0kmgygihk9wlpyvl57p6as-cross-file.conf --sysconfdir=/etc -Dman=true -Dsystemd=disabled -Dbashcompdir=/nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin/share/bash-completion/completions -Dtrust_paths=/etc/ssl/trust-source:/etc/ssl/certs/ca-certificates.crt:/etc/pki/tls/certs/ca-bundle.crt:/var/lib/ca-certificates/ca-bundle.pem:/etc/ssl/cert.pem -Ddefault_library=static -Ddefault_both_libraries=static
2025-08-20T22:06:54.1301872Z [00:17:47.381]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2  -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o blank blank.o ../libpam/libpam.la ../libpam_misc/libpam_misc.la
2025-08-20T22:06:54.1642117Z [00:17:47.410]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2  -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o tty_conv tty_conv.o ../libpam/libpam.la ../libpam_misc/libpam_misc.la
2025-08-20T22:06:54.1803179Z [00:17:47.431]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2  -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o xsh xsh.o ../libpam/libpam.la ../libpam_misc/libpam_misc.la
2025-08-20T22:06:54.3075912Z [00:17:47.559]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_spu.c
2025-08-20T22:06:54.4612745Z [00:17:47.712]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o vpass vpass.o  ../libpam/.libs/libpam.a ../libpam_misc/.libs/libpam_misc.a /build/Linux-PAM-1.6.1/libpam/.libs/libpam.a
2025-08-20T22:06:54.4625995Z [00:17:47.713]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o blank blank.o  ../libpam/.libs/libpam.a ../libpam_misc/.libs/libpam_misc.a /build/Linux-PAM-1.6.1/libpam/.libs/libpam.a
2025-08-20T22:06:54.4862495Z [00:17:47.738]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o check_user check_user.o  ../libpam/.libs/libpam.a ../libpam_misc/.libs/libpam_misc.a /build/Linux-PAM-1.6.1/libpam/.libs/libpam.a
2025-08-20T22:06:54.5300819Z [00:17:47.781]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o tty_conv tty_conv.o  ../libpam/.libs/libpam.a ../libpam_misc/.libs/libpam_misc.a /build/Linux-PAM-1.6.1/libpam/.libs/libpam.a
2025-08-20T22:06:54.5668590Z [00:17:47.816]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -I../libpam/include -I../libpamc/include -I../libpam_misc/include -W -Wall -Wbad-function-cast -Wcast-align -Wcast-align=strict -Wcast-qual -Wdeprecated -Wformat=2 -Winit-self -Winline -Wmain -Wmissing-declarations -Wmissing-format-attribute -Wmissing-prototypes -Wnull-dereference -Wpointer-arith -Wreturn-type -Wshadow -Wstrict-prototypes -Wundef -Wuninitialized -Wunused -Wwrite-strings -g -O2 -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -o xsh xsh.o  ../libpam/.libs/libpam.a ../libpam_misc/.libs/libpam_misc.a /build/Linux-PAM-1.6.1/libpam/.libs/libpam.a
2025-08-20T22:06:54.6806161Z [00:17:47.932]➜  libgcrypt-static-x86_64-unknown-linux-musl> ARIA128         10ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms    10ms    10ms    10ms    10ms    20ms    20ms
2025-08-20T22:06:54.7714512Z [00:17:48.022]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/examples'
2025-08-20T22:06:54.7756257Z [00:17:48.026]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1'
2025-08-20T22:06:54.7846743Z [00:17:48.036]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1'
2025-08-20T22:06:54.7848110Z [00:17:48.036]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1'
2025-08-20T22:06:54.7904681Z [00:17:48.042]➜  linux-pam-static-x86_64-unknown-linux-musl> buildPhase completed in 53 seconds
2025-08-20T22:06:54.7907246Z [00:17:48.042]➜  linux-pam-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:06:54.8156107Z [00:17:48.063]➜  linux-pam-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/pkgconfig m4datadir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/aclocal aclocaldir=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/aclocal SCONFIGDIR=/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security install
2025-08-20T22:06:54.8244568Z [00:17:48.076]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in libpam_internal
2025-08-20T22:06:54.8314416Z [00:17:48.083]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/libpam_internal'
2025-08-20T22:06:54.8366992Z [00:17:48.088]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/libpam_internal'
2025-08-20T22:06:54.8418829Z [00:17:48.093]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:54.8420223Z [00:17:48.093]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:06:54.8421713Z [00:17:48.093]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/libpam_internal'
2025-08-20T22:06:54.8444139Z [00:17:48.093]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/libpam_internal'
2025-08-20T22:06:54.8445547Z [00:17:48.093]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in libpam
2025-08-20T22:06:54.8494391Z [00:17:48.101]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/libpam'
2025-08-20T22:06:54.8632446Z [00:17:48.115]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/libpam'
2025-08-20T22:06:54.8691376Z [00:17:48.119]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/pkgconfig'
2025-08-20T22:06:54.8695447Z [00:17:48.120]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib'
2025-08-20T22:06:54.8699158Z [00:17:48.121]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/include/security'
2025-08-20T22:06:54.8720325Z [00:17:48.124]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libpam.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib'
2025-08-20T22:06:54.8814195Z [00:17:48.133]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/security/_pam_compat.h include/security/_pam_macros.h include/security/_pam_types.h include/security/pam_appl.h include/security/pam_modules.h include/security/pam_ext.h include/security/pam_modutil.h '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/include/security'
2025-08-20T22:06:54.8837636Z [00:17:48.135]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam.pc '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/pkgconfig'
2025-08-20T22:06:54.9734493Z [00:17:48.225]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libpam.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpam.la
2025-08-20T22:06:54.9883520Z [00:17:48.240]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libpam.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpam.a
2025-08-20T22:06:54.9908109Z [00:17:48.242]➜  p11-kit-static-x86_64-unknown-linux-musl> The Meson build system
2025-08-20T22:06:54.9911325Z [00:17:48.243]➜  p11-kit-static-x86_64-unknown-linux-musl> Version: 1.8.2
2025-08-20T22:06:54.9920410Z [00:17:48.244]➜  p11-kit-static-x86_64-unknown-linux-musl> Source dir: /build/source
2025-08-20T22:06:54.9938318Z [00:17:48.246]➜  p11-kit-static-x86_64-unknown-linux-musl> Build dir: /build/source/build
2025-08-20T22:06:54.9958094Z [00:17:48.246]➜  p11-kit-static-x86_64-unknown-linux-musl> Build type: cross build
2025-08-20T22:06:54.9970039Z [00:17:48.249]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpam.a
2025-08-20T22:06:55.0120792Z [00:17:48.264]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpam.a
2025-08-20T22:06:55.1863082Z [00:17:48.428]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib
2025-08-20T22:06:55.1930157Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:55.1931466Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:55.1933179Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib
2025-08-20T22:06:55.1935159Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:55.1936283Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:55.1937721Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:55.1939317Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:55.1940760Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:55.1942187Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:55.1994624Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:55.1995992Z [00:17:48.431]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:55.1997140Z [00:17:48.432]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:55.1998267Z [00:17:48.432]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:55.1999261Z [00:17:48.432]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:55.2000446Z [00:17:48.432]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:55.2001929Z [00:17:48.432]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:55.2003715Z [00:17:48.432]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:55.2004917Z [00:17:48.432]➜  p11-kit-static-x86_64-unknown-linux-musl> Project name: p11-kit
2025-08-20T22:06:55.2006142Z [00:17:48.432]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/libpam'
2025-08-20T22:06:55.2007554Z [00:17:48.432]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/libpam'
2025-08-20T22:06:55.2008743Z [00:17:48.432]➜  p11-kit-static-x86_64-unknown-linux-musl> Project version: 0.25.5
2025-08-20T22:06:55.2009700Z [00:17:48.432]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T22:06:55.2010888Z [00:17:48.439]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/tests'
2025-08-20T22:06:55.2012301Z [00:17:48.448]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/tests'
2025-08-20T22:06:55.2014016Z [00:17:48.450]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:55.2015397Z [00:17:48.450]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:06:55.2016765Z [00:17:48.450]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/tests'
2025-08-20T22:06:55.2018146Z [00:17:48.450]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/tests'
2025-08-20T22:06:55.2019330Z [00:17:48.450]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in libpamc
2025-08-20T22:06:55.2050429Z [00:17:48.457]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/libpamc'
2025-08-20T22:06:55.2137030Z [00:17:48.465]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in test
2025-08-20T22:06:55.2170862Z [00:17:48.469]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/libpamc/test'
2025-08-20T22:06:55.2207701Z [00:17:48.472]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/libpamc/test'
2025-08-20T22:06:55.2255430Z [00:17:48.474]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:55.2257263Z [00:17:48.477]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T22:06:55.2263987Z [00:17:48.477]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/libpamc/test'
2025-08-20T22:06:55.2266210Z [00:17:48.477]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/libpamc/test'
2025-08-20T22:06:55.2279811Z [00:17:48.480]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/libpamc'
2025-08-20T22:06:55.2340395Z [00:17:48.486]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/libpamc'
2025-08-20T22:06:55.2376740Z [00:17:48.489]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib'
2025-08-20T22:06:55.2418718Z [00:17:48.493]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/pkgconfig'
2025-08-20T22:06:55.2425202Z [00:17:48.494]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/include/security'
2025-08-20T22:06:55.2455964Z [00:17:48.497]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libpamc.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib'
2025-08-20T22:06:55.2516075Z [00:17:48.503]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pamc.pc '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/pkgconfig'
2025-08-20T22:06:55.2586415Z [00:17:48.508]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/security/pam_client.h '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/include/security'
2025-08-20T22:06:55.3366447Z [00:17:48.588]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libpamc.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpamc.la
2025-08-20T22:06:55.3415379Z [00:17:48.593]➜  libgcrypt-static-x86_64-unknown-linux-musl> ARIA192         10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms    20ms    10ms    20ms    10ms    10ms    20ms    20ms
2025-08-20T22:06:55.3434711Z [00:17:48.595]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libpamc.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpamc.a
2025-08-20T22:06:55.3531486Z [00:17:48.605]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpamc.a
2025-08-20T22:06:55.3698851Z [00:17:48.617]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpamc.a
2025-08-20T22:06:55.4732405Z [00:17:48.723]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib
2025-08-20T22:06:55.4779764Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:55.4781017Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:55.4782723Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib
2025-08-20T22:06:55.4784488Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:55.4785744Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:55.4787180Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:55.4788659Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:55.4790088Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:55.4791471Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:55.4792613Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:55.4794053Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:55.4795331Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:55.4796439Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:55.4797473Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:55.4798619Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:55.4800233Z [00:17:48.728]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:55.4801653Z [00:17:48.729]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:55.4803053Z [00:17:48.729]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/libpamc'
2025-08-20T22:06:55.4850705Z [00:17:48.729]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/libpamc'
2025-08-20T22:06:55.4852180Z [00:17:48.729]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/libpamc'
2025-08-20T22:06:55.4853628Z [00:17:48.729]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in libpam_misc
2025-08-20T22:06:55.4855286Z [00:17:48.729]➜  p11-kit-static-x86_64-unknown-linux-musl> C compiler for the host machine: x86_64-unknown-linux-musl-gcc (gcc 14.3.0 "x86_64-unknown-linux-musl-gcc (GCC) 14.3.0")
2025-08-20T22:06:55.4857056Z [00:17:48.729]➜  p11-kit-static-x86_64-unknown-linux-musl> C linker for the host machine: x86_64-unknown-linux-musl-gcc ld.bfd 2.44
2025-08-20T22:06:55.4858572Z [00:17:48.736]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/libpam_misc'
2025-08-20T22:06:55.4893774Z [00:17:48.741]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/libpam_misc'
2025-08-20T22:06:55.4946496Z [00:17:48.746]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib'
2025-08-20T22:06:55.4996085Z [00:17:48.748]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/include/security'
2025-08-20T22:06:55.4999994Z [00:17:48.750]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/pkgconfig'
2025-08-20T22:06:55.5004915Z [00:17:48.752]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libpam_misc.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib'
2025-08-20T22:06:55.5118188Z [00:17:48.763]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_misc.pc '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/pkgconfig'
2025-08-20T22:06:55.5122740Z [00:17:48.764]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 include/security/pam_misc.h '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/include/security'
2025-08-20T22:06:55.5131767Z [00:17:48.765]➜  p11-kit-static-x86_64-unknown-linux-musl> Compiler for language c for the build machine not found.
2025-08-20T22:06:55.5155160Z [00:17:48.765]➜  p11-kit-static-x86_64-unknown-linux-musl> Build machine cpu family: x86_64
2025-08-20T22:06:55.5156714Z [00:17:48.766]➜  p11-kit-static-x86_64-unknown-linux-musl> Build machine cpu: x86_64
2025-08-20T22:06:55.5158041Z [00:17:48.766]➜  p11-kit-static-x86_64-unknown-linux-musl> Host machine cpu family: x86_64
2025-08-20T22:06:55.5159365Z [00:17:48.766]➜  p11-kit-static-x86_64-unknown-linux-musl> Host machine cpu: x86_64
2025-08-20T22:06:55.5160650Z [00:17:48.766]➜  p11-kit-static-x86_64-unknown-linux-musl> Target machine cpu family: x86_64
2025-08-20T22:06:55.5165404Z [00:17:48.768]➜  p11-kit-static-x86_64-unknown-linux-musl> Target machine cpu: x86_64
2025-08-20T22:06:55.5973977Z [00:17:48.847]➜  p11-kit-static-x86_64-unknown-linux-musl> Has header "libintl.h" : YES
2025-08-20T22:06:55.6032593Z [00:17:48.855]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libpam_misc.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpam_misc.la
2025-08-20T22:06:55.6167195Z [00:17:48.868]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libpam_misc.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpam_misc.a
2025-08-20T22:06:55.6288531Z [00:17:48.880]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpam_misc.a
2025-08-20T22:06:55.6440604Z [00:17:48.894]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/libpam_misc.a
2025-08-20T22:06:55.7543608Z [00:17:49.004]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib
2025-08-20T22:06:55.7598820Z [00:17:49.006]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:55.7600063Z [00:17:49.009]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:55.7601937Z [00:17:49.009]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib
2025-08-20T22:06:55.7603494Z [00:17:49.009]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:55.7604611Z [00:17:49.010]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:55.7606030Z [00:17:49.010]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:55.7607439Z [00:17:49.010]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:55.7608824Z [00:17:49.011]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:55.7610257Z [00:17:49.011]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:55.7611433Z [00:17:49.011]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:55.7612616Z [00:17:49.011]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:55.7661127Z [00:17:49.011]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:55.7662506Z [00:17:49.011]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:55.7663794Z [00:17:49.011]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:55.7664999Z [00:17:49.011]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:55.7666514Z [00:17:49.011]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:55.7667948Z [00:17:49.012]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:55.7669406Z [00:17:49.013]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/libpam_misc'
2025-08-20T22:06:55.7670874Z [00:17:49.013]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/libpam_misc'
2025-08-20T22:06:55.7672106Z [00:17:49.013]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in modules
2025-08-20T22:06:55.7697554Z [00:17:49.018]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/modules'
2025-08-20T22:06:55.7779398Z [00:17:49.030]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_access
2025-08-20T22:06:55.7834834Z [00:17:49.035]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_access'
2025-08-20T22:06:55.7984883Z [00:17:49.050]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_access'
2025-08-20T22:06:55.7986651Z [00:17:49.050]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:55.8006571Z [00:17:49.052]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:06:55.8087769Z [00:17:49.060]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 access.conf '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:06:55.8136046Z [00:17:49.063]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:55.8139929Z [00:17:49.064]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:06:55.8200487Z [00:17:49.065]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:55.8205184Z [00:17:49.069]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_access.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:55.8267790Z [00:17:49.078]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_access.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:55.8316751Z [00:17:49.081]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 access.conf.5 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:06:55.9244153Z [00:17:49.176]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_access.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_access.la
2025-08-20T22:06:55.9261294Z [00:17:49.178]➜  libgcrypt-static-x86_64-unknown-linux-musl> ARIA256         10ms    20ms    10ms    10ms    10ms    10ms    20ms    10ms    10ms    10ms    20ms    10ms    20ms    30ms    10ms    20ms    10ms    10ms    20ms    30ms
2025-08-20T22:06:55.9281349Z [00:17:49.180]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:55.9304861Z [00:17:49.180]➜  libgcrypt-static-x86_64-unknown-linux-musl> Algorithm         generate   10*priv   10*public
2025-08-20T22:06:55.9308727Z [00:17:49.180]➜  libgcrypt-static-x86_64-unknown-linux-musl> ------------------------------------------------
2025-08-20T22:06:55.9365189Z [00:17:49.188]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_access.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_access.a
2025-08-20T22:06:55.9465731Z [00:17:49.198]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_access.a
2025-08-20T22:06:55.9553157Z [00:17:49.207]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_access.a
2025-08-20T22:06:55.9807148Z [00:17:49.232]➜  libgcrypt-static-x86_64-unknown-linux-musl> RSA 1024 bit          10ms      20ms         0ms
2025-08-20T22:06:56.0594325Z [00:17:49.307]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:56.0673758Z [00:17:49.318]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:56.0675029Z [00:17:49.318]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:56.0676751Z [00:17:49.318]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:56.0694026Z [00:17:49.318]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:56.0695228Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:56.0696689Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:56.0698161Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:56.0699584Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:56.0700993Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:56.0702161Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:56.0715084Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:56.0716364Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:56.0717508Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:56.0718690Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:56.0719850Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:56.0721346Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:56.0722926Z [00:17:49.319]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:56.0724672Z [00:17:49.320]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_access'
2025-08-20T22:06:56.0726193Z [00:17:49.320]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_access'
2025-08-20T22:06:56.0727580Z [00:17:49.321]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_canonicalize_user
2025-08-20T22:06:56.0787597Z [00:17:49.328]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_canonicalize_user'
2025-08-20T22:06:56.0828760Z [00:17:49.335]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_canonicalize_user'
2025-08-20T22:06:56.0833817Z [00:17:49.335]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:56.0929045Z [00:17:49.343]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:56.0960422Z [00:17:49.344]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:56.0965609Z [00:17:49.345]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_canonicalize_user.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:56.1176767Z [00:17:49.369]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_canonicalize_user.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:56.1835018Z [00:17:49.435]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_canonicalize_user.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_canonicalize_user.la
2025-08-20T22:06:56.1982645Z [00:17:49.450]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_canonicalize_user.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_canonicalize_user.a
2025-08-20T22:06:56.2063905Z [00:17:49.458]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_canonicalize_user.a
2025-08-20T22:06:56.2080631Z [00:17:49.460]➜  libgcrypt-static-x86_64-unknown-linux-musl> RSA 2048 bit          60ms      70ms         0ms
2025-08-20T22:06:56.2188032Z [00:17:49.470]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_canonicalize_user.a
2025-08-20T22:06:56.2448594Z [00:17:49.496]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_tic6x_be.c
2025-08-20T22:06:56.3323631Z [00:17:49.582]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:56.3382822Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:56.3384297Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:56.3394510Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:56.3396079Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:56.3397229Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:56.3398694Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:56.3400136Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:56.3401519Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:56.3402930Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:56.3404556Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:56.3405941Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:56.3407058Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:56.3408172Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:56.3409103Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:56.3410412Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:56.3411878Z [00:17:49.585]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:56.3443551Z [00:17:49.586]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:56.3445271Z [00:17:49.586]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_canonicalize_user'
2025-08-20T22:06:56.3447074Z [00:17:49.586]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_canonicalize_user'
2025-08-20T22:06:56.3448348Z [00:17:49.586]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_debug
2025-08-20T22:06:56.3449736Z [00:17:49.590]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_debug'
2025-08-20T22:06:56.3451312Z [00:17:49.596]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_debug'
2025-08-20T22:06:56.3453030Z [00:17:49.596]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:56.3496046Z [00:17:49.600]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:56.3500980Z [00:17:49.600]➜  p11-kit-static-x86_64-unknown-linux-musl> Library intl found: NO
2025-08-20T22:06:56.3534417Z [00:17:49.605]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:56.3661249Z [00:17:49.615]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_debug.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:56.3668434Z [00:17:49.615]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_debug.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:56.4499918Z [00:17:49.701]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_debug.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_debug.la
2025-08-20T22:06:56.4677194Z [00:17:49.719]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_debug.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_debug.a
2025-08-20T22:06:56.4746468Z [00:17:49.726]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_debug.a
2025-08-20T22:06:56.4877272Z [00:17:49.738]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_debug.a
2025-08-20T22:06:56.5682355Z [00:17:49.818]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:56.5777007Z [00:17:49.827]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:56.5778325Z [00:17:49.827]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:56.5780093Z [00:17:49.827]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:56.5781525Z [00:17:49.827]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:56.5782619Z [00:17:49.827]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:56.5816196Z [00:17:49.827]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:56.5817772Z [00:17:49.827]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:56.5819192Z [00:17:49.827]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:56.5820598Z [00:17:49.827]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:56.5822018Z [00:17:49.827]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:56.5823167Z [00:17:49.828]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:56.5824568Z [00:17:49.828]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:56.5825658Z [00:17:49.828]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:56.5826740Z [00:17:49.828]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:56.5827856Z [00:17:49.828]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:56.5829313Z [00:17:49.828]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:56.5830709Z [00:17:49.828]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:56.5852326Z [00:17:49.833]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_debug'
2025-08-20T22:06:56.5854173Z [00:17:49.833]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_debug'
2025-08-20T22:06:56.5855410Z [00:17:49.833]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_deny
2025-08-20T22:06:56.5869025Z [00:17:49.839]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_deny'
2025-08-20T22:06:56.5955928Z [00:17:49.847]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_deny'
2025-08-20T22:06:56.5957862Z [00:17:49.847]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:56.6027282Z [00:17:49.854]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:56.6074463Z [00:17:49.858]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:56.6079147Z [00:17:49.858]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_deny.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:56.6237829Z [00:17:49.875]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_deny.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:56.6999391Z [00:17:49.951]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_deny.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_deny.la
2025-08-20T22:06:56.7082964Z [00:17:49.960]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_deny.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_deny.a
2025-08-20T22:06:56.7141810Z [00:17:49.966]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_deny.a
2025-08-20T22:06:56.7255938Z [00:17:49.977]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_deny.a
2025-08-20T22:06:56.8569106Z [00:17:50.104]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:56.8621610Z [00:17:50.105]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:56.8622917Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:56.8624908Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:56.8626383Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:56.8627494Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:56.8628921Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:56.8630395Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:56.8631837Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:56.8663474Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:56.8664759Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:56.8666143Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:56.8667299Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:56.8668418Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:56.8669553Z [00:17:50.107]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:56.8670724Z [00:17:50.113]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:56.8672208Z [00:17:50.113]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:56.8673897Z [00:17:50.113]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:56.8675381Z [00:17:50.113]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_deny'
2025-08-20T22:06:56.8676892Z [00:17:50.113]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_deny'
2025-08-20T22:06:56.8678126Z [00:17:50.113]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_echo
2025-08-20T22:06:56.8734675Z [00:17:50.123]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_echo'
2025-08-20T22:06:56.8821133Z [00:17:50.134]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_echo'
2025-08-20T22:06:56.8832539Z [00:17:50.134]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:56.8922617Z [00:17:50.144]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:56.8974323Z [00:17:50.147]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:56.8980516Z [00:17:50.150]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_echo.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:56.9116856Z [00:17:50.161]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for size of "unsigned long" : 8
2025-08-20T22:06:56.9226922Z [00:17:50.174]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_echo.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:56.9453714Z [00:17:50.197]➜  p11-kit-static-x86_64-unknown-linux-musl> Run-time dependency threads found: YES
2025-08-20T22:06:56.9926498Z [00:17:50.244]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_echo.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_echo.la
2025-08-20T22:06:57.0077526Z [00:17:50.259]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_echo.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_echo.a
2025-08-20T22:06:57.0148051Z [00:17:50.266]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_echo.a
2025-08-20T22:06:57.0326743Z [00:17:50.279]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_echo.a
2025-08-20T22:06:57.0491735Z [00:17:50.301]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_tic6x_elf_be.c
2025-08-20T22:06:57.1097591Z [00:17:50.361]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "pthread_create" with dependency threads: YES
2025-08-20T22:06:57.2260352Z [00:17:50.474]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:57.2411544Z [00:17:50.479]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:57.2412809Z [00:17:50.480]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:57.2414768Z [00:17:50.480]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:57.2416220Z [00:17:50.480]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:57.2417333Z [00:17:50.480]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:57.2418945Z [00:17:50.480]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:57.2420425Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:57.2422101Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:57.2453883Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:57.2455202Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:57.2456592Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:57.2457738Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:57.2458858Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:57.2459889Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:57.2461050Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:57.2462513Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:57.2464207Z [00:17:50.481]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:57.2465697Z [00:17:50.482]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_echo'
2025-08-20T22:06:57.2467151Z [00:17:50.483]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_echo'
2025-08-20T22:06:57.2468438Z [00:17:50.483]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_env
2025-08-20T22:06:57.2469751Z [00:17:50.496]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_env'
2025-08-20T22:06:57.2594895Z [00:17:50.511]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_env'
2025-08-20T22:06:57.2672963Z [00:17:50.514]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc'
2025-08-20T22:06:57.2708897Z [00:17:50.519]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:06:57.2777004Z [00:17:50.524]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:06:57.2794130Z [00:17:50.529]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:57.2846614Z [00:17:50.534]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:57.2872207Z [00:17:50.534]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 environment '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc'
2025-08-20T22:06:57.2907552Z [00:17:50.542]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_env.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:57.2912412Z [00:17:50.542]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_env.conf '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:06:57.3015813Z [00:17:50.553]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "nanosleep" : YES
2025-08-20T22:06:57.3119464Z [00:17:50.563]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_env.conf.5 environment.5 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:06:57.3149919Z [00:17:50.567]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_env.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:57.4081058Z [00:17:50.657]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_env.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_env.la
2025-08-20T22:06:57.4145504Z [00:17:50.666]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_env.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_env.a
2025-08-20T22:06:57.4258919Z [00:17:50.678]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_env.a
2025-08-20T22:06:57.4345109Z [00:17:50.686]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_env.a
2025-08-20T22:06:57.4748702Z [00:17:50.727]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "dlopen" : YES
2025-08-20T22:06:57.5550320Z [00:17:50.803]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:57.5650331Z [00:17:50.804]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:57.5651595Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:57.5653459Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:57.5654886Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:57.5655960Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:57.5657368Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:57.5658785Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:57.5660302Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:57.5661678Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:57.5662812Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:57.5734848Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:57.5736055Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:57.5737192Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:57.5738211Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:57.5739405Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:57.5740933Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:57.5742549Z [00:17:50.808]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:57.5744213Z [00:17:50.809]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_env'
2025-08-20T22:06:57.5745730Z [00:17:50.809]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_env'
2025-08-20T22:06:57.5746993Z [00:17:50.809]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_exec
2025-08-20T22:06:57.5748446Z [00:17:50.820]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_exec'
2025-08-20T22:06:57.5816282Z [00:17:50.833]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_exec'
2025-08-20T22:06:57.5826437Z [00:17:50.833]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:57.5858708Z [00:17:50.838]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:57.5889801Z [00:17:50.841]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:57.5896932Z [00:17:50.841]➜  p11-kit-static-x86_64-unknown-linux-musl> Library nsl found: NO
2025-08-20T22:06:57.5903997Z [00:17:50.842]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_exec.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:57.6046619Z [00:17:50.856]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_exec.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:57.6336509Z [00:17:50.883]➜  p11-kit-static-x86_64-unknown-linux-musl> Has header "locale.h" : YES
2025-08-20T22:06:57.6933099Z [00:17:50.945]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_exec.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_exec.la
2025-08-20T22:06:57.7030308Z [00:17:50.955]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_exec.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_exec.a
2025-08-20T22:06:57.7096357Z [00:17:50.961]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for type "locale_t" : YES
2025-08-20T22:06:57.7149607Z [00:17:50.966]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_exec.a
2025-08-20T22:06:57.7238430Z [00:17:50.975]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_exec.a
2025-08-20T22:06:57.8125740Z [00:17:51.064]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "newlocale" : YES
2025-08-20T22:06:57.8491916Z [00:17:51.099]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:57.8580550Z [00:17:51.106]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_tic6x_elf_le.c
2025-08-20T22:06:57.8581765Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:57.8582984Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:57.8585328Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:57.8586777Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:57.8588027Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:57.8589607Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:57.8591156Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:57.8592625Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:57.8594254Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:57.8595463Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:57.8596662Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:57.8597776Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:57.8646656Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:57.8650669Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:57.8651897Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:57.8653596Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:57.8655067Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:57.8656656Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_exec'
2025-08-20T22:06:57.8658226Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_exec'
2025-08-20T22:06:57.8659527Z [00:17:51.106]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_faildelay
2025-08-20T22:06:57.8676215Z [00:17:51.117]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_faildelay'
2025-08-20T22:06:57.8727789Z [00:17:51.124]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_faildelay'
2025-08-20T22:06:57.8732271Z [00:17:51.125]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:57.8769185Z [00:17:51.128]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:57.8873882Z [00:17:51.139]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:57.8883171Z [00:17:51.139]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_faildelay.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:57.8914322Z [00:17:51.143]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_faildelay.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:57.9243041Z [00:17:51.176]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "strerror_l" : YES
2025-08-20T22:06:57.9646052Z [00:17:51.216]➜  p11-kit-static-x86_64-unknown-linux-musl> Has header "sys/resource.h" : YES
2025-08-20T22:06:57.9744772Z [00:17:51.226]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_faildelay.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_faildelay.la
2025-08-20T22:06:57.9819893Z [00:17:51.234]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_faildelay.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_faildelay.a
2025-08-20T22:06:57.9949368Z [00:17:51.247]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_faildelay.a
2025-08-20T22:06:57.9971184Z [00:17:51.249]➜  p11-kit-static-x86_64-unknown-linux-musl> Has header "sys/un.h" : YES
2025-08-20T22:06:58.0053928Z [00:17:51.257]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_faildelay.a
2025-08-20T22:06:58.0374937Z [00:17:51.284]➜  p11-kit-static-x86_64-unknown-linux-musl> Has header "ucred.h" : NO
2025-08-20T22:06:58.1367479Z [00:17:51.386]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:58.1430689Z [00:17:51.389]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:58.1431985Z [00:17:51.389]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:58.1433940Z [00:17:51.389]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:58.1435427Z [00:17:51.389]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:58.1436545Z [00:17:51.390]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:58.1437988Z [00:17:51.390]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:58.1439435Z [00:17:51.390]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:58.1440870Z [00:17:51.390]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:58.1442274Z [00:17:51.390]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:58.1537339Z [00:17:51.390]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:58.1538606Z [00:17:51.390]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:58.1539759Z [00:17:51.390]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:58.1540890Z [00:17:51.391]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:58.1541883Z [00:17:51.392]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:58.1543061Z [00:17:51.392]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:58.1544763Z [00:17:51.392]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:58.1546212Z [00:17:51.394]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:58.1547787Z [00:17:51.394]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_faildelay'
2025-08-20T22:06:58.1549379Z [00:17:51.395]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_faildelay'
2025-08-20T22:06:58.1550884Z [00:17:51.395]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_faillock
2025-08-20T22:06:58.1552239Z [00:17:51.399]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_faillock'
2025-08-20T22:06:58.1586780Z [00:17:51.408]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_faillock'
2025-08-20T22:06:58.1643507Z [00:17:51.410]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin'
2025-08-20T22:06:58.1647420Z [00:17:51.415]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:06:58.1674182Z [00:17:51.418]➜  linux-pam-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c faillock '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin'
2025-08-20T22:06:58.1710301Z [00:17:51.419]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:58.1714129Z [00:17:51.422]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:06:58.1773965Z [00:17:51.422]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:58.1777611Z [00:17:51.423]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 faillock.conf '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:06:58.1782037Z [00:17:51.429]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_faillock.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:58.1918175Z [00:17:51.443]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "fdwalk" : NO
2025-08-20T22:06:58.1951783Z [00:17:51.447]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 faillock.conf.5 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:06:58.1984805Z [00:17:51.450]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_faillock.8 faillock.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:58.2811345Z [00:17:51.533]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c faillock /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/faillock
2025-08-20T22:06:58.2944370Z [00:17:51.546]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_faillock.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_faillock.la
2025-08-20T22:06:58.3015644Z [00:17:51.552]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_faillock.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_faillock.a
2025-08-20T22:06:58.3169368Z [00:17:51.569]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_faillock.a
2025-08-20T22:06:58.3424495Z [00:17:51.594]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_faillock.a
2025-08-20T22:06:58.3765903Z [00:17:51.623]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "getexecname" : NO
2025-08-20T22:06:58.4215630Z [00:17:51.673]➜  libgcrypt-static-x86_64-unknown-linux-musl> RSA 3072 bit        1060ms     180ms         0ms
2025-08-20T22:06:58.4527719Z [00:17:51.704]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_tic6x_le.c
2025-08-20T22:06:58.4645995Z [00:17:51.714]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:58.4742321Z [00:17:51.719]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:58.4743790Z [00:17:51.719]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:58.4745718Z [00:17:51.720]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:58.4747216Z [00:17:51.720]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:58.4748454Z [00:17:51.721]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:58.4749923Z [00:17:51.722]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:58.4751520Z [00:17:51.722]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:58.4752979Z [00:17:51.722]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:58.4824333Z [00:17:51.723]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:58.4825590Z [00:17:51.724]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:58.4826795Z [00:17:51.724]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:58.4827975Z [00:17:51.724]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:58.4829272Z [00:17:51.724]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:58.4830322Z [00:17:51.725]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:58.4831518Z [00:17:51.728]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:58.4833024Z [00:17:51.728]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:58.4834706Z [00:17:51.728]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:58.4836216Z [00:17:51.730]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_faillock'
2025-08-20T22:06:58.4837793Z [00:17:51.731]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_faillock'
2025-08-20T22:06:58.4839101Z [00:17:51.733]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_filter
2025-08-20T22:06:58.4902644Z [00:17:51.742]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_filter'
2025-08-20T22:06:58.5035717Z [00:17:51.755]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in upperLOWER
2025-08-20T22:06:58.5093791Z [00:17:51.761]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "getpeereid" : NO
2025-08-20T22:06:58.5165042Z [00:17:51.764]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_filter/upperLOWER'
2025-08-20T22:06:58.5246246Z [00:17:51.776]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_filter/upperLOWER'
2025-08-20T22:06:58.5248199Z [00:17:51.776]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:58.5271448Z [00:17:51.779]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_filter'
2025-08-20T22:06:58.5400536Z [00:17:51.792]➜  linux-pam-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c upperLOWER '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_filter'
2025-08-20T22:06:58.6381033Z [00:17:51.890]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c upperLOWER /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_filter/upperLOWER
2025-08-20T22:06:58.6449889Z [00:17:51.897]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_filter/upperLOWER'
2025-08-20T22:06:58.6458895Z [00:17:51.897]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_filter/upperLOWER'
2025-08-20T22:06:58.6564748Z [00:17:51.907]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_filter'
2025-08-20T22:06:58.6639812Z [00:17:51.916]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "getpeerucred" : NO
2025-08-20T22:06:58.6661072Z [00:17:51.918]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_filter'
2025-08-20T22:06:58.6662738Z [00:17:51.918]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:58.6687765Z [00:17:51.920]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/include/security'
2025-08-20T22:06:58.6778415Z [00:17:51.929]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:58.6784157Z [00:17:51.930]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:58.6821499Z [00:17:51.934]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_filter.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:58.6829796Z [00:17:51.935]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_filter.h '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/include/security'
2025-08-20T22:06:58.7086949Z [00:17:51.960]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_filter.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:58.7796211Z [00:17:52.031]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_filter.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_filter.la
2025-08-20T22:06:58.7890963Z [00:17:52.041]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_tic6x_linux_be.c
2025-08-20T22:06:58.7916190Z [00:17:52.043]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_filter.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_filter.a
2025-08-20T22:06:58.8005666Z [00:17:52.052]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_filter.a
2025-08-20T22:06:58.8141915Z [00:17:52.066]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_filter.a
2025-08-20T22:06:58.8539474Z [00:17:52.102]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "getprogname" : NO
2025-08-20T22:06:58.9346389Z [00:17:52.178]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:58.9411368Z [00:17:52.180]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:58.9412780Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:58.9417951Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:58.9431377Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:58.9432562Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:58.9434431Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:58.9435923Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:58.9437346Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:58.9438773Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:58.9439924Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:58.9441116Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:58.9442385Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:58.9473792Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:58.9474904Z [00:17:52.181]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:58.9476087Z [00:17:52.182]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:58.9477571Z [00:17:52.183]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:58.9479030Z [00:17:52.183]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:58.9480486Z [00:17:52.183]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_filter'
2025-08-20T22:06:58.9482126Z [00:17:52.183]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_filter'
2025-08-20T22:06:58.9486245Z [00:17:52.186]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_filter'
2025-08-20T22:06:58.9487627Z [00:17:52.186]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_ftp
2025-08-20T22:06:58.9488961Z [00:17:52.192]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_ftp'
2025-08-20T22:06:58.9539478Z [00:17:52.205]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_ftp'
2025-08-20T22:06:58.9541115Z [00:17:52.205]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:58.9587643Z [00:17:52.209]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:58.9614991Z [00:17:52.213]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:58.9699501Z [00:17:52.221]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_ftp.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:58.9733520Z [00:17:52.225]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_ftp.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:58.9764720Z [00:17:52.227]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "getresuid" : YES
2025-08-20T22:06:59.0561238Z [00:17:52.308]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_ftp.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_ftp.la
2025-08-20T22:06:59.0676231Z [00:17:52.319]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_ftp.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_ftp.a
2025-08-20T22:06:59.0809059Z [00:17:52.332]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_ftp.a
2025-08-20T22:06:59.0916488Z [00:17:52.343]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_ftp.a
2025-08-20T22:06:59.1127616Z [00:17:52.362]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "isatty" : YES
2025-08-20T22:06:59.2187045Z [00:17:52.467]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:59.2259884Z [00:17:52.468]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "issetugid" : YES
2025-08-20T22:06:59.2261232Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:59.2262479Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:59.2264707Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:59.2266203Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:59.2267316Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:59.2268748Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:59.2270199Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:59.2271791Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:59.2292357Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:59.2294002Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:59.2295253Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:59.2296454Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:59.2299773Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:59.2300866Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:59.2302081Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:59.2304188Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:59.2305678Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:59.2307172Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_ftp'
2025-08-20T22:06:59.2308682Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_ftp'
2025-08-20T22:06:59.2309895Z [00:17:52.473]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_group
2025-08-20T22:06:59.2351205Z [00:17:52.484]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_group'
2025-08-20T22:06:59.2388594Z [00:17:52.490]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_group'
2025-08-20T22:06:59.2390360Z [00:17:52.490]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:59.2441505Z [00:17:52.496]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:06:59.2494005Z [00:17:52.500]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:06:59.2548363Z [00:17:52.506]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:59.2578747Z [00:17:52.506]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:59.2583637Z [00:17:52.506]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_group.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:59.2625335Z [00:17:52.514]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 group.conf '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:06:59.2686784Z [00:17:52.520]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_group.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:59.2742001Z [00:17:52.526]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 group.conf.5 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:06:59.3367431Z [00:17:52.588]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_group.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_group.la
2025-08-20T22:06:59.3453112Z [00:17:52.597]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_group.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_group.a
2025-08-20T22:06:59.3598513Z [00:17:52.609]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_group.a
2025-08-20T22:06:59.3652424Z [00:17:52.617]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_group.a
2025-08-20T22:06:59.3901201Z [00:17:52.639]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "mkdtemp" : YES
2025-08-20T22:06:59.4847101Z [00:17:52.734]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:59.4956681Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:59.4957979Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:59.4959764Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:59.4961233Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:59.4962392Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:59.4964037Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:59.4965729Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:59.4967208Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:59.4968634Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:59.4969825Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:59.4971042Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:59.4972181Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:59.5004197Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:59.5005283Z [00:17:52.736]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:59.5006474Z [00:17:52.737]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:59.5008124Z [00:17:52.737]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:59.5009675Z [00:17:52.737]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:59.5011195Z [00:17:52.739]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_group'
2025-08-20T22:06:59.5012876Z [00:17:52.739]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_group'
2025-08-20T22:06:59.5014365Z [00:17:52.740]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_issue
2025-08-20T22:06:59.5015765Z [00:17:52.749]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_issue'
2025-08-20T22:06:59.5070311Z [00:17:52.759]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_issue'
2025-08-20T22:06:59.5071821Z [00:17:52.759]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:59.5115279Z [00:17:52.763]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:59.5182448Z [00:17:52.767]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:59.5211536Z [00:17:52.767]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_issue.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:59.5412931Z [00:17:52.793]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_issue.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:59.5455095Z [00:17:52.795]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "mkstemp" : YES
2025-08-20T22:06:59.5945572Z [00:17:52.845]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_issue.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_issue.la
2025-08-20T22:06:59.6003495Z [00:17:52.851]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_issue.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_issue.a
2025-08-20T22:06:59.6098089Z [00:17:52.861]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_issue.a
2025-08-20T22:06:59.6201565Z [00:17:52.872]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_issue.a
2025-08-20T22:06:59.7067013Z [00:17:52.958]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "readpassphrase" : NO
2025-08-20T22:06:59.7465381Z [00:17:52.993]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:59.7546228Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:59.7547539Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:06:59.7549424Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:06:59.7550903Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:59.7552045Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:06:59.7553702Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:06:59.7555202Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:06:59.7556662Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:06:59.7558089Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:06:59.7559275Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:06:59.7560449Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:06:59.7561565Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:06:59.7562708Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:06:59.7574074Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:06:59.7575458Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:06:59.7576962Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:06:59.7578391Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:06:59.7580016Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_issue'
2025-08-20T22:06:59.7581512Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_issue'
2025-08-20T22:06:59.7582793Z [00:17:53.001]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_keyinit
2025-08-20T22:06:59.7584418Z [00:17:53.010]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_keyinit'
2025-08-20T22:06:59.7692128Z [00:17:53.021]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_keyinit'
2025-08-20T22:06:59.7696213Z [00:17:53.021]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:06:59.7738715Z [00:17:53.025]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:59.7758912Z [00:17:53.025]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:59.7809237Z [00:17:53.030]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_keyinit.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:06:59.7917699Z [00:17:53.043]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_keyinit.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:06:59.8259998Z [00:17:53.078]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "secure_getenv" : YES
2025-08-20T22:06:59.8672066Z [00:17:53.119]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_keyinit.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_keyinit.la
2025-08-20T22:06:59.8726211Z [00:17:53.124]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_keyinit.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_keyinit.a
2025-08-20T22:06:59.8876083Z [00:17:53.139]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_keyinit.a
2025-08-20T22:06:59.8977903Z [00:17:53.149]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_keyinit.a
2025-08-20T22:06:59.9655730Z [00:17:53.215]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "strndup" : YES
2025-08-20T22:07:00.0151965Z [00:17:53.265]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:00.0271951Z [00:17:53.268]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:00.0273472Z [00:17:53.269]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:00.0275436Z [00:17:53.269]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:00.0276939Z [00:17:53.269]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:00.0278065Z [00:17:53.269]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:00.0279574Z [00:17:53.270]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:00.0281061Z [00:17:53.270]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:00.0282508Z [00:17:53.270]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:00.0326524Z [00:17:53.270]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:00.0327777Z [00:17:53.270]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:00.0329060Z [00:17:53.272]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:00.0330189Z [00:17:53.272]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:00.0331580Z [00:17:53.272]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:00.0332591Z [00:17:53.272]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:00.0333908Z [00:17:53.272]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:00.0335577Z [00:17:53.272]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:00.0336977Z [00:17:53.272]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:00.0338426Z [00:17:53.273]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_keyinit'
2025-08-20T22:07:00.0339944Z [00:17:53.275]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_keyinit'
2025-08-20T22:07:00.0341187Z [00:17:53.275]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_limits
2025-08-20T22:07:00.0342501Z [00:17:53.284]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_limits'
2025-08-20T22:07:00.0478569Z [00:17:53.299]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_limits'
2025-08-20T22:07:00.0480255Z [00:17:53.299]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:00.0482371Z [00:17:53.299]➜  linux-pam-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security/limits.d
2025-08-20T22:07:00.0525371Z [00:17:53.304]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:07:00.0555905Z [00:17:53.305]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:00.0559787Z [00:17:53.306]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:07:00.0586904Z [00:17:53.308]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:00.0595709Z [00:17:53.311]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 limits.conf '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:07:00.0620252Z [00:17:53.314]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_limits.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:00.0732091Z [00:17:53.324]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_limits.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:00.0822366Z [00:17:53.334]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 limits.conf.5 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:07:00.1590381Z [00:17:53.410]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_limits.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_limits.la
2025-08-20T22:07:00.1645438Z [00:17:53.416]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_limits.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_limits.a
2025-08-20T22:07:00.1768147Z [00:17:53.428]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_limits.a
2025-08-20T22:07:00.1814965Z [00:17:53.433]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "strnstr" : NO
2025-08-20T22:07:00.1855908Z [00:17:53.437]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_limits.a
2025-08-20T22:07:00.2944743Z [00:17:53.546]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "getauxval" : YES
2025-08-20T22:07:00.3095924Z [00:17:53.559]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:00.3215301Z [00:17:53.560]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32_tic6x_linux_le.c
2025-08-20T22:07:00.3216773Z [00:17:53.563]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:00.3218021Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:00.3219953Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:00.3221606Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:00.3222755Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:00.3249267Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:00.3250802Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:00.3252234Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:00.3274105Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:00.3275387Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:00.3276592Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:00.3277719Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:00.3278836Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:00.3280094Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:00.3281275Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:00.3282793Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:00.3284412Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:00.3285900Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_limits'
2025-08-20T22:07:00.3287451Z [00:17:53.566]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_limits'
2025-08-20T22:07:00.3288740Z [00:17:53.568]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_listfile
2025-08-20T22:07:00.3290155Z [00:17:53.577]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_listfile'
2025-08-20T22:07:00.3389295Z [00:17:53.590]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_listfile'
2025-08-20T22:07:00.3391161Z [00:17:53.591]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:00.3433098Z [00:17:53.595]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:00.3483657Z [00:17:53.600]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:00.3519013Z [00:17:53.601]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_listfile.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:00.3678191Z [00:17:53.619]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_listfile.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:00.3764840Z [00:17:53.628]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking whether type "struct dirent" has member "d_type" : YES
2025-08-20T22:07:00.4448130Z [00:17:53.696]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking if "thread-local storage class" compiles: YES
2025-08-20T22:07:00.4615967Z [00:17:53.713]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_listfile.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_listfile.la
2025-08-20T22:07:00.4712541Z [00:17:53.723]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_listfile.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_listfile.a
2025-08-20T22:07:00.4805276Z [00:17:53.732]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_listfile.a
2025-08-20T22:07:00.4908586Z [00:17:53.742]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_listfile.a
2025-08-20T22:07:00.5656813Z [00:17:53.817]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "gmtime_r" : YES
2025-08-20T22:07:00.6186192Z [00:17:53.868]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:00.6282343Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:00.6284098Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:00.6285880Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:00.6287339Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:00.6288473Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:00.6290018Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:00.6291513Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:00.6292994Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:00.6358594Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:00.6359955Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:00.6361309Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:00.6362447Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:00.6363918Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:00.6364890Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:00.6366016Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:00.6367483Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:00.6368880Z [00:17:53.871]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:00.6370343Z [00:17:53.873]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_listfile'
2025-08-20T22:07:00.6371869Z [00:17:53.873]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_listfile'
2025-08-20T22:07:00.6373139Z [00:17:53.873]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_localuser
2025-08-20T22:07:00.6374627Z [00:17:53.884]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_localuser'
2025-08-20T22:07:00.6479970Z [00:17:53.900]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_localuser'
2025-08-20T22:07:00.6487490Z [00:17:53.900]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:00.6516213Z [00:17:53.903]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:00.6547770Z [00:17:53.906]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:00.6581285Z [00:17:53.910]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_localuser.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:00.6683182Z [00:17:53.920]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_localuser.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:00.7146672Z [00:17:53.966]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking if "program_invocation_short_name_test_code" links: YES
2025-08-20T22:07:00.7440356Z [00:17:53.996]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_localuser.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_localuser.la
2025-08-20T22:07:00.7551189Z [00:17:54.006]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_localuser.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_localuser.a
2025-08-20T22:07:00.7617837Z [00:17:54.013]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_localuser.a
2025-08-20T22:07:00.7691829Z [00:17:54.021]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_localuser.a
2025-08-20T22:07:00.8571996Z [00:17:54.104]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking if "__libc_enable_secure" links: NO
2025-08-20T22:07:00.8658841Z [00:17:54.116]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:00.8733941Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:00.8735288Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:00.8737093Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:00.8738582Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:00.8739723Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:00.8741199Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:00.8742681Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:00.8744488Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:00.8746024Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:00.8747188Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:00.8748360Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:00.8749531Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:00.8750727Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:00.8751738Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:00.8752914Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:00.8754851Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:00.8756338Z [00:17:54.124]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:00.8861161Z [00:17:54.129]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_localuser'
2025-08-20T22:07:00.8863388Z [00:17:54.129]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_localuser'
2025-08-20T22:07:00.8864845Z [00:17:54.129]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_loginuid
2025-08-20T22:07:00.8866365Z [00:17:54.134]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_loginuid'
2025-08-20T22:07:00.8908017Z [00:17:54.143]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking if "vsock_test" compiles: YES
2025-08-20T22:07:00.9008945Z [00:17:54.153]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_loginuid'
2025-08-20T22:07:00.9016643Z [00:17:54.153]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:00.9055818Z [00:17:54.157]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:00.9096311Z [00:17:54.161]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:00.9107647Z [00:17:54.162]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_loginuid.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:00.9406809Z [00:17:54.191]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_loginuid.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:00.9410466Z [00:17:54.191]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for type "sighandler_t" : NO
2025-08-20T22:07:00.9840786Z [00:17:54.236]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for type "sig_t" : NO
2025-08-20T22:07:01.0062264Z [00:17:54.258]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_loginuid.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_loginuid.la
2025-08-20T22:07:01.0182642Z [00:17:54.270]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_loginuid.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_loginuid.a
2025-08-20T22:07:01.0286435Z [00:17:54.280]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for type "__sighandler_t" : NO
2025-08-20T22:07:01.0347352Z [00:17:54.286]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_loginuid.a
2025-08-20T22:07:01.0509021Z [00:17:54.302]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_loginuid.a
2025-08-20T22:07:01.0788389Z [00:17:54.330]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for type "sighandler_t" : NO
2025-08-20T22:07:01.1211142Z [00:17:54.373]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32am33lin.c
2025-08-20T22:07:01.1520343Z [00:17:54.402]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for type "sig_t" : YES
2025-08-20T22:07:01.1683895Z [00:17:54.418]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:01.1752893Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:01.1754572Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:01.1756477Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:01.1758091Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:01.1759235Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:01.1760728Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:01.1762217Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:01.1814052Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:01.1815613Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:01.1816784Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:01.1817950Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:01.1819038Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:01.1820120Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:01.1821067Z [00:17:54.422]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:01.1822185Z [00:17:54.423]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:01.1844238Z [00:17:54.423]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:01.1845805Z [00:17:54.424]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:01.1847330Z [00:17:54.429]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_loginuid'
2025-08-20T22:07:01.1849040Z [00:17:54.431]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_loginuid'
2025-08-20T22:07:01.1850280Z [00:17:54.431]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_mail
2025-08-20T22:07:01.1867572Z [00:17:54.438]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_mail'
2025-08-20T22:07:01.1977789Z [00:17:54.450]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_mail'
2025-08-20T22:07:01.1987244Z [00:17:54.450]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:01.2039234Z [00:17:54.456]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:01.2057768Z [00:17:54.457]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:01.2112592Z [00:17:54.463]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_mail.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:01.2251045Z [00:17:54.477]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_mail.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:01.2256650Z [00:17:54.477]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for type "__sighandler_t" : NO
2025-08-20T22:07:01.2556307Z [00:17:54.507]➜  p11-kit-static-x86_64-unknown-linux-musl> Has header "stdbool.h" : YES
2025-08-20T22:07:01.3092316Z [00:17:54.561]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_mail.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_mail.la
2025-08-20T22:07:01.3200639Z [00:17:54.572]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_mail.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_mail.a
2025-08-20T22:07:01.3283830Z [00:17:54.580]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_mail.a
2025-08-20T22:07:01.3397173Z [00:17:54.591]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_mail.a
2025-08-20T22:07:01.4069624Z [00:17:54.659]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "asprintf" : YES
2025-08-20T22:07:01.4643085Z [00:17:54.713]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:01.4708141Z [00:17:54.715]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:01.4709420Z [00:17:54.715]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:01.4711180Z [00:17:54.715]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:01.4712765Z [00:17:54.716]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:01.4714123Z [00:17:54.716]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:01.4715564Z [00:17:54.716]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:01.4717049Z [00:17:54.716]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:01.4718497Z [00:17:54.716]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:01.4720021Z [00:17:54.716]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:01.4721189Z [00:17:54.716]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:01.4722368Z [00:17:54.716]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:01.4749487Z [00:17:54.717]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:01.4750714Z [00:17:54.717]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:01.4751716Z [00:17:54.718]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:01.4753122Z [00:17:54.718]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:01.4754793Z [00:17:54.718]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:01.4756326Z [00:17:54.718]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:01.4757904Z [00:17:54.720]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_mail'
2025-08-20T22:07:01.4793947Z [00:17:54.721]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_mail'
2025-08-20T22:07:01.4795528Z [00:17:54.721]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_mkhomedir
2025-08-20T22:07:01.4809311Z [00:17:54.727]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_mkhomedir'
2025-08-20T22:07:01.4854943Z [00:17:54.737]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_mkhomedir'
2025-08-20T22:07:01.4964117Z [00:17:54.745]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin'
2025-08-20T22:07:01.4997367Z [00:17:54.751]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:01.5007734Z [00:17:54.751]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:01.5030178Z [00:17:54.755]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_mkhomedir.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:01.5036698Z [00:17:54.755]➜  linux-pam-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c mkhomedir_helper '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin'
2025-08-20T22:07:01.5198457Z [00:17:54.771]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_mkhomedir.8 mkhomedir_helper.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:01.5461132Z [00:17:54.798]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "basename" : YES
2025-08-20T22:07:01.6084111Z [00:17:54.860]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c mkhomedir_helper /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/mkhomedir_helper
2025-08-20T22:07:01.6096054Z [00:17:54.861]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_mkhomedir.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_mkhomedir.la
2025-08-20T22:07:01.6172858Z [00:17:54.869]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_mkhomedir.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_mkhomedir.a
2025-08-20T22:07:01.6285852Z [00:17:54.880]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_mkhomedir.a
2025-08-20T22:07:01.6367410Z [00:17:54.888]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_mkhomedir.a
2025-08-20T22:07:01.7272297Z [00:17:54.979]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "memdup" : NO
2025-08-20T22:07:01.7582400Z [00:17:55.007]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:01.7691544Z [00:17:55.011]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:01.7693028Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:01.7695033Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:01.7696513Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:01.7697642Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:01.7699084Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:01.7700583Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:01.7702071Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:01.7737914Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:01.7739211Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:01.7740395Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:01.7741686Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:01.7742814Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:01.7744532Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:01.7745842Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:01.7747371Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:01.7748813Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:01.7750346Z [00:17:55.017]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_mkhomedir'
2025-08-20T22:07:01.7751964Z [00:17:55.019]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_mkhomedir'
2025-08-20T22:07:01.7753441Z [00:17:55.019]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_motd
2025-08-20T22:07:01.7803598Z [00:17:55.030]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_motd'
2025-08-20T22:07:01.7926116Z [00:17:55.044]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_motd'
2025-08-20T22:07:01.7927630Z [00:17:55.044]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:01.7988277Z [00:17:55.050]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:01.8004105Z [00:17:55.050]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:01.8037457Z [00:17:55.054]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_motd.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:01.8147628Z [00:17:55.065]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_motd.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:01.8441445Z [00:17:55.096]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32bfin.c
2025-08-20T22:07:01.8511674Z [00:17:55.103]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "reallocarray" : YES
2025-08-20T22:07:01.8517344Z [00:17:55.103]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "secure_getenv" : YES (cached)
2025-08-20T22:07:01.8921770Z [00:17:55.144]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_motd.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_motd.la
2025-08-20T22:07:01.9048116Z [00:17:55.156]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_motd.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_motd.a
2025-08-20T22:07:01.9141452Z [00:17:55.166]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_motd.a
2025-08-20T22:07:01.9312072Z [00:17:55.183]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_motd.a
2025-08-20T22:07:01.9838685Z [00:17:55.235]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "setenv" : YES
2025-08-20T22:07:01.9841553Z [00:17:55.235]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "strnstr" : NO (cached)
2025-08-20T22:07:02.0337741Z [00:17:55.278]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:02.0392121Z [00:17:55.279]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:02.0397520Z [00:17:55.279]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:02.0399406Z [00:17:55.279]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:02.0401022Z [00:17:55.279]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.0402184Z [00:17:55.280]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:02.0403766Z [00:17:55.280]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:02.0405213Z [00:17:55.280]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:02.0406847Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:02.0408235Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:02.0409482Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:02.0410645Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:02.0411739Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:02.0412821Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:02.0488711Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.0489908Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:02.0491391Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:02.0492821Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:02.0494665Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_motd'
2025-08-20T22:07:02.0496173Z [00:17:55.284]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_motd'
2025-08-20T22:07:02.0497430Z [00:17:55.286]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_namespace
2025-08-20T22:07:02.0498804Z [00:17:55.299]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_namespace'
2025-08-20T22:07:02.0607653Z [00:17:55.311]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_namespace'
2025-08-20T22:07:02.0648659Z [00:17:55.316]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin'
2025-08-20T22:07:02.0651953Z [00:17:55.316]➜  linux-pam-static-x86_64-unknown-linux-musl> mkdir -p /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security/namespace.d
2025-08-20T22:07:02.0713449Z [00:17:55.323]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:07:02.0799106Z [00:17:55.327]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:07:02.0818631Z [00:17:55.327]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c pam_namespace_helper '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin'
2025-08-20T22:07:02.0822475Z [00:17:55.328]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:07:02.0826588Z [00:17:55.332]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c namespace.init '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:07:02.0853350Z [00:17:55.335]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:02.0857149Z [00:17:55.336]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:02.0860839Z [00:17:55.337]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 namespace.conf '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:07:02.0880925Z [00:17:55.340]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/systemd/system'
2025-08-20T22:07:02.0977626Z [00:17:55.348]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_namespace.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:02.1001679Z [00:17:55.352]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_namespace.service '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/systemd/system'
2025-08-20T22:07:02.1091246Z [00:17:55.360]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 namespace.conf.5 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:07:02.1095899Z [00:17:55.360]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_namespace.8 pam_namespace_helper.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:02.1276518Z [00:17:55.379]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "vasprintf" : YES
2025-08-20T22:07:02.2059870Z [00:17:55.457]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_namespace.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_namespace.la
2025-08-20T22:07:02.2190173Z [00:17:55.471]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_namespace.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_namespace.a
2025-08-20T22:07:02.2310614Z [00:17:55.482]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_namespace.a
2025-08-20T22:07:02.2507074Z [00:17:55.502]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_namespace.a
2025-08-20T22:07:02.2564883Z [00:17:55.508]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "strerror_r" : YES
2025-08-20T22:07:02.2907885Z [00:17:55.542]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking if "GNU strerror_r check" compiles: NO
2025-08-20T22:07:02.3663893Z [00:17:55.618]➜  p11-kit-static-x86_64-unknown-linux-musl> Header "errno.h" has symbol "program_invocation_short_name" : YES
2025-08-20T22:07:02.3740776Z [00:17:55.623]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:02.3808057Z [00:17:55.627]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:02.3809649Z [00:17:55.627]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:02.3811442Z [00:17:55.628]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:02.3812943Z [00:17:55.628]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.3814308Z [00:17:55.628]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:02.3815768Z [00:17:55.629]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:02.3817267Z [00:17:55.629]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:02.3818702Z [00:17:55.630]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:02.3820100Z [00:17:55.630]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:02.3821285Z [00:17:55.631]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:02.3822629Z [00:17:55.631]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:02.3849725Z [00:17:55.635]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:02.3850926Z [00:17:55.635]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:02.3851946Z [00:17:55.635]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.3853477Z [00:17:55.636]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:02.3855061Z [00:17:55.636]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:02.3857645Z [00:17:55.636]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:02.3859161Z [00:17:55.636]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_namespace'
2025-08-20T22:07:02.3860742Z [00:17:55.636]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_namespace'
2025-08-20T22:07:02.3881159Z [00:17:55.636]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_nologin
2025-08-20T22:07:02.3941405Z [00:17:55.645]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_nologin'
2025-08-20T22:07:02.3989263Z [00:17:55.651]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_nologin'
2025-08-20T22:07:02.3994424Z [00:17:55.651]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:02.4081932Z [00:17:55.659]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:02.4111151Z [00:17:55.659]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:02.4157284Z [00:17:55.667]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32bfinfd.c
2025-08-20T22:07:02.4160699Z [00:17:55.667]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_nologin.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:02.4312793Z [00:17:55.683]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_nologin.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:02.4324333Z [00:17:55.684]➜  p11-kit-static-x86_64-unknown-linux-musl> Header "stdio.h" has symbol "asprintf" : YES
2025-08-20T22:07:02.4924507Z [00:17:55.742]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_nologin.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_nologin.la
2025-08-20T22:07:02.4981899Z [00:17:55.750]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_nologin.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_nologin.a
2025-08-20T22:07:02.5000727Z [00:17:55.752]➜  p11-kit-static-x86_64-unknown-linux-musl> Header "stdio.h" has symbol "vasprintf" : YES
2025-08-20T22:07:02.5120749Z [00:17:55.764]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_nologin.a
2025-08-20T22:07:02.5180113Z [00:17:55.770]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_nologin.a
2025-08-20T22:07:02.5671390Z [00:17:55.819]➜  p11-kit-static-x86_64-unknown-linux-musl> Header "stdlib.h" has symbol "reallocarray" : YES
2025-08-20T22:07:02.5997007Z [00:17:55.850]➜  p11-kit-static-x86_64-unknown-linux-musl> Found pkg-config: YES (/nix/store/6jb3wyj5mx3c5pw843z7ja7xs9h70gz3-x86_64-unknown-linux-musl-pkg-config-wrapper-0.29.2/bin/x86_64-unknown-linux-musl-pkg-config) 0.29.2
2025-08-20T22:07:02.6278984Z [00:17:55.878]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:02.6312219Z [00:17:55.881]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:02.6313706Z [00:17:55.882]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:02.6315477Z [00:17:55.882]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:02.6316967Z [00:17:55.883]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.6318219Z [00:17:55.883]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:02.6320578Z [00:17:55.883]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:02.6322124Z [00:17:55.883]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:02.6335048Z [00:17:55.884]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:02.6336654Z [00:17:55.884]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:02.6337847Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:02.6339035Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:02.6340212Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:02.6341430Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:02.6342459Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.6343812Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:02.6345358Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:02.6346959Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:02.6348506Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_nologin'
2025-08-20T22:07:02.6350096Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_nologin'
2025-08-20T22:07:02.6351374Z [00:17:55.885]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_permit
2025-08-20T22:07:02.6411364Z [00:17:55.893]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32cr16.c
2025-08-20T22:07:02.6444319Z [00:17:55.896]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_permit'
2025-08-20T22:07:02.6500832Z [00:17:55.901]➜  p11-kit-static-x86_64-unknown-linux-musl> Run-time dependency libffi found: YES 3.5.1
2025-08-20T22:07:02.6548716Z [00:17:55.907]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_permit'
2025-08-20T22:07:02.6550675Z [00:17:55.907]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:02.6630433Z [00:17:55.915]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:02.6688392Z [00:17:55.919]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:02.6711471Z [00:17:55.923]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_permit.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:02.6761545Z [00:17:55.928]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_permit.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:02.6891756Z [00:17:55.941]➜  p11-kit-static-x86_64-unknown-linux-musl> Run-time dependency libtasn1 found: YES 4.20.0
2025-08-20T22:07:02.6894192Z [00:17:55.941]➜  p11-kit-static-x86_64-unknown-linux-musl> Program asn1Parser found: YES (/nix/store/xzwif45a91yz9kvfy03a2gnh5gl5smh1-libtasn1-4.20.0-dev/bin/asn1Parser)
2025-08-20T22:07:02.6896351Z [00:17:55.941]➜  p11-kit-static-x86_64-unknown-linux-musl> Dependency libsystemd skipped: feature systemd disabled
2025-08-20T22:07:02.6898102Z [00:17:55.941]➜  p11-kit-static-x86_64-unknown-linux-musl> Dependency systemd skipped: feature systemd disabled
2025-08-20T22:07:02.6910515Z [00:17:55.942]➜  p11-kit-static-x86_64-unknown-linux-musl> Configuring config.h using configuration
2025-08-20T22:07:02.7678570Z [00:17:56.019]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_permit.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_permit.la
2025-08-20T22:07:02.7772370Z [00:17:56.027]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_permit.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_permit.a
2025-08-20T22:07:02.7810318Z [00:17:56.033]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_permit.a
2025-08-20T22:07:02.7912772Z [00:17:56.043]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_permit.a
2025-08-20T22:07:02.8015221Z [00:17:56.052]➜  p11-kit-static-x86_64-unknown-linux-musl> Program python3 found: YES (/nix/store/9yh9ak97gn659bk4d3n411fx6c0ng7s2-python3-3.13.5/bin/python3.13)
2025-08-20T22:07:02.8024890Z [00:17:56.052]➜  p11-kit-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.8026142Z [00:17:56.052]➜  p11-kit-static-x86_64-unknown-linux-musl> Executing subproject pkcs11-json
2025-08-20T22:07:02.8027211Z [00:17:56.052]➜  p11-kit-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.8048280Z [00:17:56.055]➜  p11-kit-static-x86_64-unknown-linux-musl> pkcs11-json| Project name: pkcs11-json
2025-08-20T22:07:02.8063953Z [00:17:56.058]➜  p11-kit-static-x86_64-unknown-linux-musl> pkcs11-json| Project version: undefined
2025-08-20T22:07:02.8122748Z [00:17:56.063]➜  p11-kit-static-x86_64-unknown-linux-musl> pkcs11-json| Program castxml found: NO
2025-08-20T22:07:02.8125078Z [00:17:56.063]➜  p11-kit-static-x86_64-unknown-linux-musl> pkcs11-json| Program cp found: YES (/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/cp)
2025-08-20T22:07:02.8126773Z [00:17:56.064]➜  p11-kit-static-x86_64-unknown-linux-musl> pkcs11-json| Build targets in project: 0
2025-08-20T22:07:02.8142995Z [00:17:56.066]➜  p11-kit-static-x86_64-unknown-linux-musl> pkcs11-json| Subproject pkcs11-json finished.
2025-08-20T22:07:02.8193415Z [00:17:56.067]➜  p11-kit-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.8847781Z [00:17:56.132]➜  p11-kit-static-x86_64-unknown-linux-musl> Checking for function "readpassphrase" : NO (cached)
2025-08-20T22:07:02.9083524Z [00:17:56.157]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:02.9133639Z [00:17:56.157]➜  p11-kit-static-x86_64-unknown-linux-musl> Configuring test-init.sh using configuration
2025-08-20T22:07:02.9135039Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:02.9136314Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:02.9138076Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:02.9139542Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.9140675Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:02.9142396Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:02.9218200Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:02.9219720Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:02.9221333Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:02.9222518Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:02.9223915Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:02.9225085Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:02.9226207Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:02.9227206Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:02.9228369Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:02.9229863Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:02.9231311Z [00:17:56.159]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:02.9232778Z [00:17:56.164]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_permit'
2025-08-20T22:07:02.9234665Z [00:17:56.165]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_permit'
2025-08-20T22:07:02.9235971Z [00:17:56.165]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_pwhistory
2025-08-20T22:07:02.9297715Z [00:17:56.176]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_pwhistory'
2025-08-20T22:07:02.9312100Z [00:17:56.181]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_pwhistory'
2025-08-20T22:07:02.9359378Z [00:17:56.187]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:07:02.9441006Z [00:17:56.193]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:02.9445453Z [00:17:56.196]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pwhistory.conf '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:07:02.9454505Z [00:17:56.196]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:07:02.9494645Z [00:17:56.201]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:02.9516766Z [00:17:56.201]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_pwhistory.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:02.9618046Z [00:17:56.213]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_pwhistory.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:02.9642388Z [00:17:56.216]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pwhistory.conf.5 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:07:02.9704794Z [00:17:56.222]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32crx.c
2025-08-20T22:07:03.0652995Z [00:17:56.317]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_pwhistory.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_pwhistory.la
2025-08-20T22:07:03.0765014Z [00:17:56.327]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_pwhistory.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_pwhistory.a
2025-08-20T22:07:03.0923672Z [00:17:56.344]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_pwhistory.a
2025-08-20T22:07:03.1018699Z [00:17:56.354]➜  p11-kit-static-x86_64-unknown-linux-musl> Configuring version.h using configuration
2025-08-20T22:07:03.1039750Z [00:17:56.355]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_pwhistory.a
2025-08-20T22:07:03.2196959Z [00:17:56.471]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32epiphany.c
2025-08-20T22:07:03.2219114Z [00:17:56.471]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:03.2321344Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:03.2324312Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:03.2326305Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:03.2331888Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:03.2335811Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:03.2345313Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:03.2347052Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:03.2351451Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:03.2354128Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:03.2355748Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:03.2357226Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:03.2358586Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:03.2360003Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:03.2363969Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:03.2365465Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:03.2367230Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:03.2369090Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:03.2370856Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_pwhistory'
2025-08-20T22:07:03.2372748Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_pwhistory'
2025-08-20T22:07:03.2375141Z [00:17:56.484]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_rootok
2025-08-20T22:07:03.2376761Z [00:17:56.485]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_rootok'
2025-08-20T22:07:03.2492892Z [00:17:56.501]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_rootok'
2025-08-20T22:07:03.2495065Z [00:17:56.501]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:03.2536369Z [00:17:56.505]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:03.2577956Z [00:17:56.509]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:03.2596912Z [00:17:56.511]➜  p11-kit-static-x86_64-unknown-linux-musl> Compiler for C supports link arguments -Wl,--version-script,/build/source/p11-kit/libp11-kit.map: YES
2025-08-20T22:07:03.2660835Z [00:17:56.517]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_rootok.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:03.2742310Z [00:17:56.524]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_rootok.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:03.3595593Z [00:17:56.611]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_rootok.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_rootok.la
2025-08-20T22:07:03.3725482Z [00:17:56.624]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_rootok.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_rootok.a
2025-08-20T22:07:03.3842022Z [00:17:56.636]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_rootok.a
2025-08-20T22:07:03.3939418Z [00:17:56.646]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_rootok.a
2025-08-20T22:07:03.3988018Z [00:17:56.650]➜  p11-kit-static-x86_64-unknown-linux-musl> Compiler for C supports link arguments -Wl,-z,nodelete: YES
2025-08-20T22:07:03.5102063Z [00:17:56.759]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:03.5306242Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:03.5307722Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:03.5309511Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:03.5310985Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:03.5312129Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:03.5313882Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:03.5315533Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:03.5317158Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:03.5318661Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:03.5319838Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:03.5321034Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:03.5322176Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:03.5357660Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:03.5358796Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:03.5360005Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:03.5361505Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:03.5362915Z [00:17:56.762]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:03.5364613Z [00:17:56.763]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_rootok'
2025-08-20T22:07:03.5366160Z [00:17:56.763]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_rootok'
2025-08-20T22:07:03.5367512Z [00:17:56.763]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_securetty
2025-08-20T22:07:03.5368971Z [00:17:56.774]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_securetty'
2025-08-20T22:07:03.5370799Z [00:17:56.774]➜  p11-kit-static-x86_64-unknown-linux-musl> Compiler for C supports link arguments -Wl,--version-script,/build/source/p11-kit/p11-module.map: YES
2025-08-20T22:07:03.5372770Z [00:17:56.782]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_securetty'
2025-08-20T22:07:03.5405438Z [00:17:56.787]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:03.5408343Z [00:17:56.792]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:03.5420175Z [00:17:56.793]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:03.5491483Z [00:17:56.801]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_securetty.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:03.5631433Z [00:17:56.815]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_securetty.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:03.5658096Z [00:17:56.817]➜  p11-kit-static-x86_64-unknown-linux-musl> Program gen-pkcs11-gnu.sh found: YES (/build/source/p11-kit/gen-pkcs11-gnu.sh)
2025-08-20T22:07:03.6251755Z [00:17:56.877]➜  p11-kit-static-x86_64-unknown-linux-musl> Program test-objects.sh found: YES (/build/source/p11-kit/test-objects.sh)
2025-08-20T22:07:03.6294568Z [00:17:56.880]➜  p11-kit-static-x86_64-unknown-linux-musl> Program test-lists.sh found: YES (/build/source/p11-kit/test-lists.sh)
2025-08-20T22:07:03.6325554Z [00:17:56.884]➜  p11-kit-static-x86_64-unknown-linux-musl> Program test-messages.sh found: YES (/build/source/p11-kit/test-messages.sh)
2025-08-20T22:07:03.6334356Z [00:17:56.885]➜  p11-kit-static-x86_64-unknown-linux-musl> Program test-server.sh found: YES (/build/source/p11-kit/test-server.sh)
2025-08-20T22:07:03.6362755Z [00:17:56.888]➜  p11-kit-static-x86_64-unknown-linux-musl> Program test-list-mechanisms.sh found: YES (/build/source/p11-kit/test-list-mechanisms.sh)
2025-08-20T22:07:03.6367127Z [00:17:56.888]➜  p11-kit-static-x86_64-unknown-linux-musl> Program test-list-tokens.sh found: YES (/build/source/p11-kit/test-list-tokens.sh)
2025-08-20T22:07:03.6370122Z [00:17:56.888]➜  p11-kit-static-x86_64-unknown-linux-musl> Program test-generate-keypair.sh found: YES (/build/source/p11-kit/test-generate-keypair.sh)
2025-08-20T22:07:03.6386531Z [00:17:56.890]➜  p11-kit-static-x86_64-unknown-linux-musl> Program test-export-public.sh found: YES (/build/source/p11-kit/test-export-public.sh)
2025-08-20T22:07:03.6410165Z [00:17:56.893]➜  p11-kit-static-x86_64-unknown-linux-musl> Program test-import-public.sh found: YES (/build/source/p11-kit/test-import-public.sh)
2025-08-20T22:07:03.6485506Z [00:17:56.900]➜  p11-kit-static-x86_64-unknown-linux-musl> Program test-profiles.sh found: YES (/build/source/p11-kit/test-profiles.sh)
2025-08-20T22:07:03.6532232Z [00:17:56.905]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_securetty.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_securetty.la
2025-08-20T22:07:03.6605500Z [00:17:56.912]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_securetty.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_securetty.a
2025-08-20T22:07:03.6684808Z [00:17:56.920]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_securetty.a
2025-08-20T22:07:03.6817094Z [00:17:56.933]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_securetty.a
2025-08-20T22:07:03.6955417Z [00:17:56.947]➜  p11-kit-static-x86_64-unknown-linux-musl> Configuring pkcs11.conf.example using configuration
2025-08-20T22:07:03.8006460Z [00:17:57.050]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:03.8119411Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:03.8120750Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:03.8122534Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:03.8124299Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:03.8125450Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:03.8126942Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:03.8128411Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:03.8130062Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:03.8131548Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:03.8132706Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:03.8160339Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:03.8161523Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:03.8162637Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:03.8163812Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:03.8164943Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:03.8166423Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:03.8167827Z [00:17:57.054]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:03.8169285Z [00:17:57.055]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_securetty'
2025-08-20T22:07:03.8170837Z [00:17:57.056]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_securetty'
2025-08-20T22:07:03.8172108Z [00:17:57.057]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_setquota
2025-08-20T22:07:03.8173799Z [00:17:57.065]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_setquota'
2025-08-20T22:07:03.8289909Z [00:17:57.081]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_setquota'
2025-08-20T22:07:03.8314068Z [00:17:57.081]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:03.8344344Z [00:17:57.086]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:03.8352933Z [00:17:57.087]➜  p11-kit-static-x86_64-unknown-linux-musl> Program xsltproc found: YES (/nix/store/g3d1y59v2xi5g237yynb3l8a0iimsbna-libxslt-1.1.43-bin/bin/xsltproc)
2025-08-20T22:07:03.8359167Z [00:17:57.087]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:03.8414906Z [00:17:57.087]➜  p11-kit-static-x86_64-unknown-linux-musl> WARNING: You should add the boolean check kwarg to the run_command call.
2025-08-20T22:07:03.8416800Z [00:17:57.087]➜  p11-kit-static-x86_64-unknown-linux-musl>          It currently defaults to false,
2025-08-20T22:07:03.8418195Z [00:17:57.087]➜  p11-kit-static-x86_64-unknown-linux-musl>          but it will default to true in meson 2.0.
2025-08-20T22:07:03.8419734Z [00:17:57.087]➜  p11-kit-static-x86_64-unknown-linux-musl>          See also: https://github.com/mesonbuild/meson/issues/9300
2025-08-20T22:07:03.8423601Z [00:17:57.092]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_setquota.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:03.8590631Z [00:17:57.109]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_setquota.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:03.9278970Z [00:17:57.178]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_setquota.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_setquota.la
2025-08-20T22:07:03.9362714Z [00:17:57.188]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_setquota.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_setquota.a
2025-08-20T22:07:03.9505100Z [00:17:57.202]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_setquota.a
2025-08-20T22:07:03.9590203Z [00:17:57.211]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_setquota.a
2025-08-20T22:07:04.0835975Z [00:17:57.325]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:04.0908387Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:04.0909670Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:04.0911606Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:04.0913028Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:04.0914301Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:04.0915871Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:04.0917319Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:04.0918743Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:04.0920122Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:04.0921260Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:04.0922402Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:04.0960017Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:04.0961273Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:04.0962242Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:04.0963564Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:04.0965323Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:04.0966759Z [00:17:57.334]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:04.0968227Z [00:17:57.336]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_setquota'
2025-08-20T22:07:04.0969779Z [00:17:57.339]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_setquota'
2025-08-20T22:07:04.0971094Z [00:17:57.339]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_shells
2025-08-20T22:07:04.0972448Z [00:17:57.347]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_shells'
2025-08-20T22:07:04.1042987Z [00:17:57.356]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_shells'
2025-08-20T22:07:04.1044761Z [00:17:57.356]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:04.1135919Z [00:17:57.365]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:04.1150561Z [00:17:57.366]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:04.1222597Z [00:17:57.374]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_shells.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:04.1335990Z [00:17:57.385]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_shells.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:04.1887101Z [00:17:57.440]➜  p11-kit-static-x86_64-unknown-linux-musl> Program msgfmt found: YES (/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt)
2025-08-20T22:07:04.1945439Z [00:17:57.443]➜  p11-kit-static-x86_64-unknown-linux-musl> Program msginit found: YES (/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msginit)
2025-08-20T22:07:04.1947588Z [00:17:57.444]➜  p11-kit-static-x86_64-unknown-linux-musl> Program msgmerge found: YES (/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgmerge)
2025-08-20T22:07:04.1949646Z [00:17:57.444]➜  p11-kit-static-x86_64-unknown-linux-musl> Program xgettext found: YES (/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext)
2025-08-20T22:07:04.2118975Z [00:17:57.464]➜  p11-kit-static-x86_64-unknown-linux-musl> Build targets in project: 200
2025-08-20T22:07:04.2126031Z [00:17:57.464]➜  p11-kit-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:04.2135013Z [00:17:57.465]➜  p11-kit-static-x86_64-unknown-linux-musl> p11-kit 0.25.5
2025-08-20T22:07:04.2140500Z [00:17:57.466]➜  p11-kit-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:04.2142801Z [00:17:57.466]➜  p11-kit-static-x86_64-unknown-linux-musl>   Subprojects
2025-08-20T22:07:04.2147261Z [00:17:57.466]➜  p11-kit-static-x86_64-unknown-linux-musl>     pkcs11-json           : YES
2025-08-20T22:07:04.2149485Z [00:17:57.467]➜  p11-kit-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:04.2152033Z [00:17:57.467]➜  p11-kit-static-x86_64-unknown-linux-musl>   User defined options
2025-08-20T22:07:04.2156637Z [00:17:57.467]➜  p11-kit-static-x86_64-unknown-linux-musl>     Cross files           : /nix/store/z5mm9bppvz0kmgygihk9wlpyvl57p6as-cross-file.conf
2025-08-20T22:07:04.2158438Z [00:17:57.468]➜  p11-kit-static-x86_64-unknown-linux-musl>     auto_features         : enabled
2025-08-20T22:07:04.2167732Z [00:17:57.468]➜  p11-kit-static-x86_64-unknown-linux-musl>     bashcompdir           : /nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin/share/bash-completion/completions
2025-08-20T22:07:04.2170273Z [00:17:57.468]➜  p11-kit-static-x86_64-unknown-linux-musl>     bindir                : /nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin/bin
2025-08-20T22:07:04.2171910Z [00:17:57.468]➜  p11-kit-static-x86_64-unknown-linux-musl>     buildtype             : plain
2025-08-20T22:07:04.2172969Z [00:17:57.468]➜  p11-kit-static-x86_64-unknown-linux-musl>     default_both_libraries: static
2025-08-20T22:07:04.2174264Z [00:17:57.468]➜  p11-kit-static-x86_64-unknown-linux-musl>     default_library       : static
2025-08-20T22:07:04.2176035Z [00:17:57.468]➜  p11-kit-static-x86_64-unknown-linux-musl>     includedir            : /nix/store/xma90nxid735nngxxr1an4dxsa8wl3lj-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-dev/include
2025-08-20T22:07:04.2178477Z [00:17:57.469]➜  p11-kit-static-x86_64-unknown-linux-musl>     infodir               : /nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin/share/info
2025-08-20T22:07:04.2198053Z [00:17:57.470]➜  p11-kit-static-x86_64-unknown-linux-musl>     libdir                : /nix/store/g15asyjyvkgm92nljzyknis995n4m4zy-p11-kit-static-x86_64-unknown-linux-musl-0.25.5/lib
2025-08-20T22:07:04.2245275Z [00:17:57.470]➜  p11-kit-static-x86_64-unknown-linux-musl>     libexecdir            : /nix/store/g15asyjyvkgm92nljzyknis995n4m4zy-p11-kit-static-x86_64-unknown-linux-musl-0.25.5/libexec
2025-08-20T22:07:04.2255209Z [00:17:57.470]➜  p11-kit-static-x86_64-unknown-linux-musl>     localedir             : /nix/store/g15asyjyvkgm92nljzyknis995n4m4zy-p11-kit-static-x86_64-unknown-linux-musl-0.25.5/share/locale
2025-08-20T22:07:04.2256881Z [00:17:57.470]➜  p11-kit-static-x86_64-unknown-linux-musl>     man                   : true
2025-08-20T22:07:04.2282009Z [00:17:57.470]➜  p11-kit-static-x86_64-unknown-linux-musl>     mandir                : /nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin/share/man
2025-08-20T22:07:04.2284520Z [00:17:57.471]➜  p11-kit-static-x86_64-unknown-linux-musl>     prefix                : /nix/store/g15asyjyvkgm92nljzyknis995n4m4zy-p11-kit-static-x86_64-unknown-linux-musl-0.25.5
2025-08-20T22:07:04.2286908Z [00:17:57.471]➜  p11-kit-static-x86_64-unknown-linux-musl>     sbindir               : /nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin/sbin
2025-08-20T22:07:04.2288490Z [00:17:57.471]➜  p11-kit-static-x86_64-unknown-linux-musl>     sysconfdir            : /etc
2025-08-20T22:07:04.2289575Z [00:17:57.471]➜  p11-kit-static-x86_64-unknown-linux-musl>     systemd               : disabled
2025-08-20T22:07:04.2291677Z [00:17:57.471]➜  p11-kit-static-x86_64-unknown-linux-musl>     trust_paths           : /etc/ssl/trust-source:/etc/ssl/certs/ca-certificates.crt:/etc/pki/tls/certs/ca-bundle.crt:/var/lib/ca-certificates/ca-bundle.pem:/etc/ssl/cert.pem
2025-08-20T22:07:04.2293806Z [00:17:57.474]➜  p11-kit-static-x86_64-unknown-linux-musl>     wrap_mode             : nodownload
2025-08-20T22:07:04.2294721Z [00:17:57.474]➜  p11-kit-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:04.2297534Z [00:17:57.480]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_shells.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_shells.la
2025-08-20T22:07:04.2371707Z [00:17:57.488]➜  p11-kit-static-x86_64-unknown-linux-musl> Found ninja-1.12.1 at /nix/store/wws3zb9sa7b21msrwh0b2018pl7bpsw6-ninja-1.12.1/bin/ninja
2025-08-20T22:07:04.2441764Z [00:17:57.496]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_shells.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_shells.a
2025-08-20T22:07:04.2568191Z [00:17:57.508]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_shells.a
2025-08-20T22:07:04.2676712Z [00:17:57.519]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32epiphany_4x4.c
2025-08-20T22:07:04.2721372Z [00:17:57.524]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_shells.a
2025-08-20T22:07:04.4368406Z [00:17:57.685]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:04.4506560Z [00:17:57.695]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:04.4507990Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:04.4509850Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:04.4511335Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:04.4512751Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:04.4514453Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:04.4515961Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:04.4517422Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:04.4518852Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:04.4520035Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:04.4521225Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:04.4522375Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:04.4585070Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:04.4586216Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:04.4587420Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:04.4588948Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:04.4590399Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:04.4591879Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_shells'
2025-08-20T22:07:04.4593677Z [00:17:57.696]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_shells'
2025-08-20T22:07:04.4594976Z [00:17:57.697]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_stress
2025-08-20T22:07:04.4596505Z [00:17:57.708]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_stress'
2025-08-20T22:07:04.4670382Z [00:17:57.717]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_stress'
2025-08-20T22:07:04.4672177Z [00:17:57.717]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:04.4692572Z [00:17:57.721]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:04.4709023Z [00:17:57.722]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:04.4763792Z [00:17:57.728]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_stress.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:04.4900908Z [00:17:57.742]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_stress.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:04.5685192Z [00:17:57.820]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_stress.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_stress.la
2025-08-20T22:07:04.5770025Z [00:17:57.828]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_stress.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_stress.a
2025-08-20T22:07:04.5857127Z [00:17:57.837]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_stress.a
2025-08-20T22:07:04.5972112Z [00:17:57.849]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_stress.a
2025-08-20T22:07:04.7318387Z [00:17:57.981]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:04.7383788Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:04.7385068Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:04.7406234Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:04.7407890Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:04.7409293Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:04.7411009Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:04.7412512Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:04.7424788Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:04.7426250Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:04.7427441Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:04.7428622Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:04.7429758Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:04.7430940Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:04.7431940Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:04.7433084Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:04.7454579Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:04.7456103Z [00:17:57.990]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:04.7457629Z [00:17:57.991]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_stress'
2025-08-20T22:07:04.7459220Z [00:17:57.991]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_stress'
2025-08-20T22:07:04.7460596Z [00:17:57.991]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_succeed_if
2025-08-20T22:07:04.7532745Z [00:17:58.005]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_succeed_if'
2025-08-20T22:07:04.7636820Z [00:17:58.015]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_succeed_if'
2025-08-20T22:07:04.7645223Z [00:17:58.015]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:04.7699443Z [00:17:58.022]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:04.7706744Z [00:17:58.022]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:04.7776836Z [00:17:58.028]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_succeed_if.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:04.7981374Z [00:17:58.048]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_succeed_if.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:04.8609683Z [00:17:58.112]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_succeed_if.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_succeed_if.la
2025-08-20T22:07:04.8717978Z [00:17:58.120]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_succeed_if.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_succeed_if.a
2025-08-20T22:07:04.8833159Z [00:17:58.135]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_succeed_if.a
2025-08-20T22:07:04.8896906Z [00:17:58.141]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_succeed_if.a
2025-08-20T22:07:04.9104942Z [00:17:58.161]➜  p11-kit-static-x86_64-unknown-linux-musl> mesonConfigurePhase: enabled\ parallel\ building
2025-08-20T22:07:04.9136302Z [00:17:58.165]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32fr30.c
2025-08-20T22:07:04.9141335Z [00:17:58.166]➜  p11-kit-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:07:04.9239613Z [00:17:58.176]➜  p11-kit-static-x86_64-unknown-linux-musl> build flags: -j5
2025-08-20T22:07:04.9526916Z [00:17:58.204]➜  p11-kit-static-x86_64-unknown-linux-musl> [1/428] Generating 'p11-kit/virtual-ffi-generated.h.p/pkcs11.json'
2025-08-20T22:07:04.9580102Z [00:17:58.208]➜  p11-kit-static-x86_64-unknown-linux-musl> [2/428] Generating 'p11-kit/virtual-fixed-wrappers.h.p/pkcs11.json'
2025-08-20T22:07:04.9582060Z [00:17:58.209]➜  p11-kit-static-x86_64-unknown-linux-musl> [3/428] Generating 'p11-kit/virtual-stack-generated.h.p/pkcs11.json'
2025-08-20T22:07:04.9585249Z [00:17:58.209]➜  p11-kit-static-x86_64-unknown-linux-musl> [4/428] Generating 'p11-kit/virtual-base-generated.h.p/pkcs11.json'
2025-08-20T22:07:05.0433538Z [00:17:58.293]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:05.0527583Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:05.0529026Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:05.0530859Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:05.0532359Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:05.0553732Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:05.0555450Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:05.0556913Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:05.0558322Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:05.0559711Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:05.0560864Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:05.0562030Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:05.0563150Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:05.0564407Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:05.0565572Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:05.0566693Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:05.0568150Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:05.0569672Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:05.0571181Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_succeed_if'
2025-08-20T22:07:05.0572874Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_succeed_if'
2025-08-20T22:07:05.0574339Z [00:17:58.302]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_time
2025-08-20T22:07:05.0719413Z [00:17:58.318]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_time'
2025-08-20T22:07:05.0845337Z [00:17:58.334]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_time'
2025-08-20T22:07:05.0847197Z [00:17:58.334]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:05.0849961Z [00:17:58.334]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:07:05.0950887Z [00:17:58.347]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:05.0956800Z [00:17:58.347]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:05.1027748Z [00:17:58.351]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:07:05.1031994Z [00:17:58.352]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 time.conf '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security'
2025-08-20T22:07:05.1036821Z [00:17:58.352]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_time.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:05.1221352Z [00:17:58.374]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 time.conf.5 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:07:05.1372615Z [00:17:58.389]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_time.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:05.1458636Z [00:17:58.398]➜  p11-kit-static-x86_64-unknown-linux-musl> [5/428] Generating p11-kit/generate virtual-fixed-closures.h with a custom command
2025-08-20T22:07:05.1585834Z [00:17:58.406]➜  p11-kit-static-x86_64-unknown-linux-musl> [6/428] Generating 'p11-kit/proxy-generated.h.p/pkcs11.json'
2025-08-20T22:07:05.1868220Z [00:17:58.438]➜  p11-kit-static-x86_64-unknown-linux-musl> [7/428] Generating p11-kit/generate virtual-ffi-generated.h with a custom command
2025-08-20T22:07:05.1924076Z [00:17:58.444]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32frv.c
2025-08-20T22:07:05.1930055Z [00:17:58.444]➜  p11-kit-static-x86_64-unknown-linux-musl> [8/428] Generating p11-kit/generate virtual-base-generated.h with a custom command
2025-08-20T22:07:05.2006167Z [00:17:58.452]➜  p11-kit-static-x86_64-unknown-linux-musl> [9/428] Generating p11-kit/generate virtual-stack-generated.h with a custom command
2025-08-20T22:07:05.2231811Z [00:17:58.475]➜  p11-kit-static-x86_64-unknown-linux-musl> [10/428] Generating p11-kit/generate virtual-fixed-wrappers.h with a custom command
2025-08-20T22:07:05.2366885Z [00:17:58.487]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_time.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_time.la
2025-08-20T22:07:05.2531345Z [00:17:58.505]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_time.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_time.a
2025-08-20T22:07:05.2711211Z [00:17:58.523]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_time.a
2025-08-20T22:07:05.2886669Z [00:17:58.537]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_time.a
2025-08-20T22:07:05.4104179Z [00:17:58.662]➜  p11-kit-static-x86_64-unknown-linux-musl> [11/428] Compiling C object common/libp11-common.a.p/argv.c.o
2025-08-20T22:07:05.4577399Z [00:17:58.707]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:05.4745719Z [00:17:58.723]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:05.4747343Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:05.4749220Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:05.4750841Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:05.4752081Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:05.4753881Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:05.4755362Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:05.4756766Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:05.4758236Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:05.4759555Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:05.4760747Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:05.4761868Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:05.4762952Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:05.4764093Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:05.4765225Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:05.4766682Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:05.4768094Z [00:17:58.724]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:05.4769528Z [00:17:58.728]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_time'
2025-08-20T22:07:05.4771136Z [00:17:58.728]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_time'
2025-08-20T22:07:05.4772379Z [00:17:58.728]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_timestamp
2025-08-20T22:07:05.4946471Z [00:17:58.743]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_timestamp'
2025-08-20T22:07:05.5057850Z [00:17:58.757]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_timestamp'
2025-08-20T22:07:05.5078050Z [00:17:58.759]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin'
2025-08-20T22:07:05.5306889Z [00:17:58.778]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:05.5322706Z [00:17:58.778]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:05.5331266Z [00:17:58.784]➜  linux-pam-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c pam_timestamp_check '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin'
2025-08-20T22:07:05.5364272Z [00:17:58.788]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_timestamp.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:05.5608045Z [00:17:58.812]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_timestamp.8 pam_timestamp_check.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:05.5672759Z [00:17:58.813]➜  p11-kit-static-x86_64-unknown-linux-musl> [12/428] Compiling C object common/libp11-common.a.p/array.c.o
2025-08-20T22:07:05.5946028Z [00:17:58.846]➜  p11-kit-static-x86_64-unknown-linux-musl> [13/428] Compiling C object common/libp11-common.a.p/buffer.c.o
2025-08-20T22:07:05.6752354Z [00:17:58.926]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_timestamp.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_timestamp.la
2025-08-20T22:07:05.6929629Z [00:17:58.944]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_timestamp.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_timestamp.a
2025-08-20T22:07:05.7011272Z [00:17:58.953]➜  p11-kit-static-x86_64-unknown-linux-musl> [14/428] Compiling C object common/libp11-common.a.p/base64.c.o
2025-08-20T22:07:05.7040573Z [00:17:58.956]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c pam_timestamp_check /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/pam_timestamp_check
2025-08-20T22:07:05.7141609Z [00:17:58.966]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_timestamp.a
2025-08-20T22:07:05.7341935Z [00:17:58.986]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_timestamp.a
2025-08-20T22:07:05.8854491Z [00:17:59.137]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32frvfd.c
2025-08-20T22:07:05.8914221Z [00:17:59.141]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:05.9014179Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:05.9015514Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:05.9017234Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:05.9018725Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:05.9019874Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:05.9021308Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:05.9022767Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:05.9024395Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:05.9025949Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:05.9027085Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:05.9028241Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:05.9029334Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:05.9030400Z [00:17:59.151]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:05.9164668Z [00:17:59.160]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:05.9166379Z [00:17:59.160]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:05.9168250Z [00:17:59.160]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:05.9169992Z [00:17:59.160]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:05.9171674Z [00:17:59.160]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_timestamp'
2025-08-20T22:07:05.9173715Z [00:17:59.160]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_timestamp'
2025-08-20T22:07:05.9175352Z [00:17:59.160]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_tty_audit
2025-08-20T22:07:05.9225225Z [00:17:59.174]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_tty_audit'
2025-08-20T22:07:05.9329373Z [00:17:59.185]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_tty_audit'
2025-08-20T22:07:05.9395745Z [00:17:59.189]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:05.9397622Z [00:17:59.189]➜  p11-kit-static-x86_64-unknown-linux-musl> [15/428] Compiling C object common/libp11-common.a.p/debug.c.o
2025-08-20T22:07:05.9421107Z [00:17:59.194]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:05.9425489Z [00:17:59.194]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:05.9514773Z [00:17:59.203]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_tty_audit.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:05.9739731Z [00:17:59.225]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_tty_audit.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:05.9882868Z [00:17:59.239]➜  p11-kit-static-x86_64-unknown-linux-musl> [16/428] Compiling C object common/libp11-common.a.p/constants.c.o
2025-08-20T22:07:06.0121495Z [00:17:59.264]➜  p11-kit-static-x86_64-unknown-linux-musl> [17/428] Compiling C object common/libp11-common.a.p/compat.c.o
2025-08-20T22:07:06.0597403Z [00:17:59.311]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_tty_audit.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_tty_audit.la
2025-08-20T22:07:06.0797760Z [00:17:59.331]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_tty_audit.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_tty_audit.a
2025-08-20T22:07:06.0991030Z [00:17:59.351]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_tty_audit.a
2025-08-20T22:07:06.1103422Z [00:17:59.362]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_tty_audit.a
2025-08-20T22:07:06.1639562Z [00:17:59.416]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32ft32.c
2025-08-20T22:07:06.2719301Z [00:17:59.518]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:06.2791402Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:06.2792731Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:06.2794768Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:06.2796436Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:06.2797562Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:06.2799009Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:06.2800508Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:06.2801985Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:06.2870278Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:06.2871671Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:06.2872922Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:06.2874456Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:06.2875631Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:06.2876662Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:06.2877861Z [00:17:59.519]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:06.2879635Z [00:17:59.520]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:06.2881279Z [00:17:59.520]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:06.2882826Z [00:17:59.521]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_tty_audit'
2025-08-20T22:07:06.2884652Z [00:17:59.522]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_tty_audit'
2025-08-20T22:07:06.2885928Z [00:17:59.522]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_umask
2025-08-20T22:07:06.2902620Z [00:17:59.541]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_umask'
2025-08-20T22:07:06.3078384Z [00:17:59.554]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_umask'
2025-08-20T22:07:06.3080107Z [00:17:59.554]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:06.3081579Z [00:17:59.559]➜  p11-kit-static-x86_64-unknown-linux-musl> [18/428] Compiling C object common/libp11-common.a.p/hash.c.o
2025-08-20T22:07:06.3201154Z [00:17:59.563]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:06.3204678Z [00:17:59.563]➜  p11-kit-static-x86_64-unknown-linux-musl> [19/428] Compiling C object common/libp11-common.a.p/dict.c.o
2025-08-20T22:07:06.3207587Z [00:17:59.568]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:06.3218948Z [00:17:59.573]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_umask.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:06.3444919Z [00:17:59.596]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_umask.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:06.3717663Z [00:17:59.623]➜  p11-kit-static-x86_64-unknown-linux-musl> [20/428] Compiling C object common/libp11-common.a.p/hex.c.o
2025-08-20T22:07:06.4342665Z [00:17:59.686]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_umask.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_umask.la
2025-08-20T22:07:06.4431689Z [00:17:59.695]➜  p11-kit-static-x86_64-unknown-linux-musl> [21/428] Compiling C object common/libp11-common.a.p/lexer.c.o
2025-08-20T22:07:06.4519701Z [00:17:59.704]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_umask.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_umask.a
2025-08-20T22:07:06.4770483Z [00:17:59.729]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_umask.a
2025-08-20T22:07:06.4923834Z [00:17:59.744]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32ip2k.c
2025-08-20T22:07:06.5011379Z [00:17:59.751]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_umask.a
2025-08-20T22:07:06.6789484Z [00:17:59.929]➜  p11-kit-static-x86_64-unknown-linux-musl> [22/428] Compiling C object common/libp11-common.a.p/message.c.o
2025-08-20T22:07:06.7074582Z [00:17:59.957]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:06.7164669Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:06.7166258Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:06.7168143Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:06.7169746Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:06.7174321Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:06.7182837Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:06.7184621Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:06.7186095Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:06.7187557Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:06.7188742Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:06.7190089Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:06.7191275Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:06.7192459Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:06.7253839Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:06.7255128Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:06.7256746Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:06.7258294Z [00:17:59.968]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:06.7259832Z [00:17:59.970]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_umask'
2025-08-20T22:07:06.7261646Z [00:17:59.970]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_umask'
2025-08-20T22:07:06.7263043Z [00:17:59.970]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_unix
2025-08-20T22:07:06.7335285Z [00:17:59.985]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_unix'
2025-08-20T22:07:06.7470339Z [00:17:59.999]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_unix'
2025-08-20T22:07:06.7474689Z [00:17:59.999]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin'
2025-08-20T22:07:06.7594355Z [00:18:00.011]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:06.7636337Z [00:18:00.011]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:06.7779374Z [00:18:00.018]➜  p11-kit-static-x86_64-unknown-linux-musl> [23/428] Compiling C object common/libp11-common.a.p/runtime.c.o
2025-08-20T22:07:06.7839535Z [00:18:00.018]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_unix.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:06.7845293Z [00:18:00.021]➜  linux-pam-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c unix_chkpwd '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin'
2025-08-20T22:07:06.7850040Z [00:18:00.036]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_unix.8 unix_chkpwd.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:06.8245663Z [00:18:00.076]➜  p11-kit-static-x86_64-unknown-linux-musl> [24/428] Compiling C object common/libp11-common.a.p/pem.c.o
2025-08-20T22:07:06.8892129Z [00:18:00.141]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c unix_chkpwd /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_chkpwd
2025-08-20T22:07:06.8959977Z [00:18:00.148]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_unix.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_unix.la
2025-08-20T22:07:06.9132447Z [00:18:00.164]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_unix.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_unix.a
2025-08-20T22:07:06.9273676Z [00:18:00.179]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_unix.a
2025-08-20T22:07:06.9486558Z [00:18:00.197]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_unix.a
2025-08-20T22:07:07.0441431Z [00:18:00.295]➜  p11-kit-static-x86_64-unknown-linux-musl> [25/428] Compiling C object common/libp11-common.a.p/attrs.c.o
2025-08-20T22:07:07.0832813Z [00:18:00.335]➜  p11-kit-static-x86_64-unknown-linux-musl> [26/428] Compiling C object common/libp11-library.a.p/library.c.o
2025-08-20T22:07:07.0902450Z [00:18:00.339]➜  p11-kit-static-x86_64-unknown-linux-musl> [27/428] Compiling C object common/libp11-common.a.p/path.c.o
2025-08-20T22:07:07.0952274Z [00:18:00.347]➜  p11-kit-static-x86_64-unknown-linux-musl> [28/428] Compiling C object common/libp11-common.a.p/url.c.o
2025-08-20T22:07:07.1162899Z [00:18:00.368]➜  p11-kit-static-x86_64-unknown-linux-musl> [29/428] Compiling C object common/libp11-common.a.p/vsock.c.o
2025-08-20T22:07:07.1312652Z [00:18:00.381]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:07.1404082Z [00:18:00.389]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:07.1405484Z [00:18:00.389]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:07.1440079Z [00:18:00.389]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:07.1442009Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:07.1443836Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:07.1445921Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:07.1447630Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:07.1449263Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:07.1450828Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:07.1452177Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:07.1453707Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:07.1455021Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:07.1456284Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:07.1457451Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:07.1458974Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:07.1460711Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:07.1462314Z [00:18:00.392]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:07.1466707Z [00:18:00.398]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_unix'
2025-08-20T22:07:07.1468236Z [00:18:00.398]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_unix'
2025-08-20T22:07:07.1469539Z [00:18:00.398]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_userdb
2025-08-20T22:07:07.1581879Z [00:18:00.410]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_userdb'
2025-08-20T22:07:07.1773688Z [00:18:00.429]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_userdb'
2025-08-20T22:07:07.1778933Z [00:18:00.429]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:07.1889342Z [00:18:00.436]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:07.1893849Z [00:18:00.436]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:07.1992662Z [00:18:00.442]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_userdb.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:07.2090184Z [00:18:00.461]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_userdb.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:07.3621760Z [00:18:00.614]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_userdb.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_userdb.la
2025-08-20T22:07:07.3852316Z [00:18:00.634]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_userdb.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_userdb.a
2025-08-20T22:07:07.4046100Z [00:18:00.655]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_userdb.a
2025-08-20T22:07:07.4262668Z [00:18:00.673]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_userdb.a
2025-08-20T22:07:07.6216723Z [00:18:00.873]➜  p11-kit-static-x86_64-unknown-linux-musl> [30/428] Compiling C object p11-kit/libp11-kit-internal.a.p/conf.c.o
2025-08-20T22:07:07.6312096Z [00:18:00.881]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:07.6406913Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:07.6408223Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:07.6410014Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:07.6411455Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:07.6412729Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:07.6414417Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:07.6415891Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:07.6417362Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:07.6418771Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:07.6419984Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:07.6421170Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:07.6422302Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:07.6423587Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:07.6424767Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:07.6425929Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:07.6427416Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:07.6428982Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:07.6430449Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_userdb'
2025-08-20T22:07:07.6431981Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_userdb'
2025-08-20T22:07:07.6523569Z [00:18:00.892]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_usertype
2025-08-20T22:07:07.6527064Z [00:18:00.904]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_usertype'
2025-08-20T22:07:07.6634907Z [00:18:00.914]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_usertype'
2025-08-20T22:07:07.6657394Z [00:18:00.914]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:07.6761073Z [00:18:00.924]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:07.6765293Z [00:18:00.926]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:07.6881463Z [00:18:00.940]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_usertype.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:07.6918198Z [00:18:00.943]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_usertype.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:07.7521290Z [00:18:01.004]➜  p11-kit-static-x86_64-unknown-linux-musl> [31/428] Compiling C object p11-kit/libp11-kit-internal.a.p/filter.c.o
2025-08-20T22:07:07.8199671Z [00:18:01.071]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_usertype.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_usertype.la
2025-08-20T22:07:07.8309316Z [00:18:01.082]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_usertype.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_usertype.a
2025-08-20T22:07:07.8449795Z [00:18:01.097]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_usertype.a
2025-08-20T22:07:07.8617236Z [00:18:01.113]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_usertype.a
2025-08-20T22:07:07.9504115Z [00:18:01.202]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32iq10.c
2025-08-20T22:07:08.0249674Z [00:18:01.275]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:08.0386916Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:08.0388362Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:08.0390527Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:08.0392128Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:08.0393588Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:08.0395141Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:08.0396679Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:08.0398216Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:08.0399706Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:08.0400956Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:08.0402225Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:08.0442283Z [00:18:01.284]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:08.0443983Z [00:18:01.292]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:08.0522271Z [00:18:01.293]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:08.0524247Z [00:18:01.293]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:08.0526509Z [00:18:01.293]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:08.0528215Z [00:18:01.293]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:08.0529992Z [00:18:01.293]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_usertype'
2025-08-20T22:07:08.0531790Z [00:18:01.293]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_usertype'
2025-08-20T22:07:08.0533441Z [00:18:01.293]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_warn
2025-08-20T22:07:08.0535168Z [00:18:01.299]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_warn'
2025-08-20T22:07:08.0620212Z [00:18:01.314]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_warn'
2025-08-20T22:07:08.0622298Z [00:18:01.314]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:08.0717846Z [00:18:01.323]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:08.0788274Z [00:18:01.330]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_warn.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:08.0796476Z [00:18:01.331]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:08.1136661Z [00:18:01.365]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_warn.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:08.1461989Z [00:18:01.398]➜  p11-kit-static-x86_64-unknown-linux-musl> [32/428] Compiling C object p11-kit/libp11-kit-internal.a.p/rpc-transport.c.o
2025-08-20T22:07:08.2396273Z [00:18:01.491]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_warn.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_warn.la
2025-08-20T22:07:08.2537112Z [00:18:01.505]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_warn.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_warn.a
2025-08-20T22:07:08.2664652Z [00:18:01.518]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_warn.a
2025-08-20T22:07:08.2836376Z [00:18:01.532]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_warn.a
2025-08-20T22:07:08.3182602Z [00:18:01.570]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32iq2000.c
2025-08-20T22:07:08.3680897Z [00:18:01.620]➜  p11-kit-static-x86_64-unknown-linux-musl> [33/428] Generating p11-kit/generate proxy-generated.h with a custom command
2025-08-20T22:07:08.3931211Z [00:18:01.645]➜  p11-kit-static-x86_64-unknown-linux-musl> [34/428] Linking static target common/libp11-common.a
2025-08-20T22:07:08.4030096Z [00:18:01.655]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32lm32.c
2025-08-20T22:07:08.4065921Z [00:18:01.658]➜  p11-kit-static-x86_64-unknown-linux-musl> [35/428] Linking static target common/libp11-library.a
2025-08-20T22:07:08.4076647Z [00:18:01.659]➜  p11-kit-static-x86_64-unknown-linux-musl> [36/428] Generating common/basic.asn.h with a custom command
2025-08-20T22:07:08.4081248Z [00:18:01.659]➜  p11-kit-static-x86_64-unknown-linux-musl> Done.
2025-08-20T22:07:08.4154434Z [00:18:01.667]➜  p11-kit-static-x86_64-unknown-linux-musl> [37/428] Generating common/pkix.asn.h with a custom command
2025-08-20T22:07:08.4167979Z [00:18:01.667]➜  p11-kit-static-x86_64-unknown-linux-musl> Done.
2025-08-20T22:07:08.4185319Z [00:18:01.670]➜  p11-kit-static-x86_64-unknown-linux-musl> [38/428] Generating common/openssl.asn.h with a custom command
2025-08-20T22:07:08.4190356Z [00:18:01.670]➜  p11-kit-static-x86_64-unknown-linux-musl> Done.
2025-08-20T22:07:08.4706823Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:08.4790014Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:08.4791748Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:08.4793769Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:08.4795432Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:08.4796599Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:08.4798140Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:08.4799713Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:08.4801258Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:08.4802763Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:08.4876762Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:08.4877992Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:08.4879150Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:08.4880233Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:08.4881447Z [00:18:01.717]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:08.4882776Z [00:18:01.720]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:08.4884926Z [00:18:01.720]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:08.4886409Z [00:18:01.720]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:08.4887937Z [00:18:01.723]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_warn'
2025-08-20T22:07:08.4889581Z [00:18:01.725]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_warn'
2025-08-20T22:07:08.4890968Z [00:18:01.725]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_wheel
2025-08-20T22:07:08.4892429Z [00:18:01.736]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_wheel'
2025-08-20T22:07:08.4967751Z [00:18:01.748]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_wheel'
2025-08-20T22:07:08.4973531Z [00:18:01.749]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:08.5035923Z [00:18:01.755]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:08.5157830Z [00:18:01.767]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:08.5233737Z [00:18:01.774]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_wheel.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:08.5311027Z [00:18:01.783]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_wheel.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:08.6276553Z [00:18:01.879]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_wheel.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_wheel.la
2025-08-20T22:07:08.6436492Z [00:18:01.892]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_wheel.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_wheel.a
2025-08-20T22:07:08.6571816Z [00:18:01.909]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_wheel.a
2025-08-20T22:07:08.6701506Z [00:18:01.922]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_wheel.a
2025-08-20T22:07:08.6919341Z [00:18:01.941]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32lm32fd.c
2025-08-20T22:07:08.7015238Z [00:18:01.953]➜  libgcrypt-static-x86_64-unknown-linux-musl> RSA 4096 bit        4110ms     370ms         0ms
2025-08-20T22:07:08.8734397Z [00:18:02.123]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:08.8807166Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:08.8808565Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:08.8811778Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:08.8854033Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:08.8855385Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:08.8857066Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:08.8858596Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:08.8860071Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:08.8861584Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:08.8862841Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:08.8864335Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:08.8865579Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:08.8867014Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:08.8868268Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:08.8869573Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:08.8871337Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:08.8872736Z [00:18:02.131]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:08.8874388Z [00:18:02.138]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_wheel'
2025-08-20T22:07:08.8875924Z [00:18:02.138]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_wheel'
2025-08-20T22:07:08.8877197Z [00:18:02.138]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_xauth
2025-08-20T22:07:08.8964629Z [00:18:02.147]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_xauth'
2025-08-20T22:07:08.9084740Z [00:18:02.158]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules/pam_xauth'
2025-08-20T22:07:08.9086612Z [00:18:02.158]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:08.9177112Z [00:18:02.169]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:08.9189882Z [00:18:02.171]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:08.9297111Z [00:18:02.181]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   pam_xauth.la '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security'
2025-08-20T22:07:08.9440703Z [00:18:02.196]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_xauth.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:08.9809749Z [00:18:02.233]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32lppc.c
2025-08-20T22:07:09.0508856Z [00:18:02.301]➜  libgcrypt-static-x86_64-unknown-linux-musl> ELG 1024 bit             -      60ms        30ms
2025-08-20T22:07:09.0862312Z [00:18:02.337]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_xauth.lai /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_xauth.la
2025-08-20T22:07:09.1004099Z [00:18:02.351]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/pam_xauth.a /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_xauth.a
2025-08-20T22:07:09.1156184Z [00:18:02.364]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_xauth.a
2025-08-20T22:07:09.1319598Z [00:18:02.383]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_xauth.a
2025-08-20T22:07:09.3216920Z [00:18:02.571]➜  linux-pam-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/bd8nq53jkv2qyrgjw3c8alqzf6131vza-flex-2.6.4/bin:/nix/store/sfpjyj2zh09920zd5ig3skiznayh15zm-gnum4-1.4.20/bin:/nix/store/qlvc5hi3baiq80fwvwd23gip01cwy1hb-autoconf-2.69/bin:/nix/store/8zbd9786fijd7j9d41bc1gh8ra1y4k1r-automake-1.16.5/bin:/nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin:/nix/store/l9070j59cfdkcijm6rij7mnhfvf2f436-libtool-2.5.4/bin:/nix/store/vi7ya34k19nid2m0dmkljqip5572g0bi-file-5.45/bin:/nix/store/wr3d92drw7150pfhdmy7s0cq8jdqi0az-pkg-config-0.29.2/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:09.3322271Z [00:18:02.573]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:09.3324104Z [00:18:02.573]➜  linux-pam-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:09.3326051Z [00:18:02.573]➜  linux-pam-static-x86_64-unknown-linux-musl>    /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security
2025-08-20T22:07:09.3327599Z [00:18:02.575]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:09.3328860Z [00:18:02.575]➜  linux-pam-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:09.3330449Z [00:18:02.575]➜  linux-pam-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:09.3332027Z [00:18:02.575]➜  linux-pam-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:09.3448968Z [00:18:02.575]➜  linux-pam-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:09.3450675Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:09.3451942Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:09.3453817Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:09.3455105Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:09.3456329Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:09.3457383Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:09.3458593Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:09.3460158Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:09.3461703Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:09.3579160Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_xauth'
2025-08-20T22:07:09.3581000Z [00:18:02.576]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules/pam_xauth'
2025-08-20T22:07:09.3582547Z [00:18:02.582]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/modules'
2025-08-20T22:07:09.3584205Z [00:18:02.601]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/modules'
2025-08-20T22:07:09.3585643Z [00:18:02.601]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:09.3587071Z [00:18:02.601]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T22:07:09.3588578Z [00:18:02.601]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/modules'
2025-08-20T22:07:09.3590135Z [00:18:02.601]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/modules'
2025-08-20T22:07:09.3591693Z [00:18:02.602]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/modules'
2025-08-20T22:07:09.3593394Z [00:18:02.603]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in po
2025-08-20T22:07:09.3641730Z [00:18:02.614]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/po'
2025-08-20T22:07:09.3714909Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl> if test "Linux-PAM" = "gettext-tools"; then \
2025-08-20T22:07:09.3718261Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/gettext/po; \
2025-08-20T22:07:09.3721907Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl>   for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
2025-08-20T22:07:09.3725486Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$file \
2025-08-20T22:07:09.3728188Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl>                 /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/gettext/po/$file; \
2025-08-20T22:07:09.3730325Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T22:07:09.3731486Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl>   for file in Makevars; do \
2025-08-20T22:07:09.3733716Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl>     rm -f /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/share/gettext/po/$file; \
2025-08-20T22:07:09.3735693Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T22:07:09.3736848Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl> else \
2025-08-20T22:07:09.3737837Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl>   : ; \
2025-08-20T22:07:09.3743890Z [00:18:02.619]➜  linux-pam-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:09.3745288Z [00:18:02.626]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/po'
2025-08-20T22:07:09.3752752Z [00:18:02.626]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in conf
2025-08-20T22:07:09.3840494Z [00:18:02.636]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/conf'
2025-08-20T22:07:09.4125418Z [00:18:02.661]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in pam_conv1
2025-08-20T22:07:09.4223139Z [00:18:02.674]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/conf/pam_conv1'
2025-08-20T22:07:09.4224990Z [00:18:02.674]➜  linux-pam-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T22:07:09.4415242Z [00:18:02.692]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/conf/pam_conv1'
2025-08-20T22:07:09.4592051Z [00:18:02.710]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/Linux-PAM-1.6.1/conf/pam_conv1'
2025-08-20T22:07:09.4597696Z [00:18:02.710]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:09.4600402Z [00:18:02.710]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-data-am'.
2025-08-20T22:07:09.4608559Z [00:18:02.710]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/Linux-PAM-1.6.1/conf/pam_conv1'
2025-08-20T22:07:09.4610421Z [00:18:02.710]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/conf/pam_conv1'
2025-08-20T22:07:09.4616693Z [00:18:02.710]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/conf/pam_conv1'
2025-08-20T22:07:09.4625868Z [00:18:02.714]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/conf'
2025-08-20T22:07:09.4700082Z [00:18:02.722]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/conf'
2025-08-20T22:07:09.4728724Z [00:18:02.725]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:09.4730621Z [00:18:02.725]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T22:07:09.4736289Z [00:18:02.725]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/conf'
2025-08-20T22:07:09.4738037Z [00:18:02.725]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/conf'
2025-08-20T22:07:09.4748445Z [00:18:02.725]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/conf'
2025-08-20T22:07:09.4838759Z [00:18:02.730]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in xtests
2025-08-20T22:07:09.4859319Z [00:18:02.738]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/xtests'
2025-08-20T22:07:09.4966450Z [00:18:02.748]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/xtests'
2025-08-20T22:07:09.5042328Z [00:18:02.756]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:09.5044307Z [00:18:02.756]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:07:09.5048723Z [00:18:02.756]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/xtests'
2025-08-20T22:07:09.5055484Z [00:18:02.756]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/xtests'
2025-08-20T22:07:09.5066204Z [00:18:02.756]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T22:07:09.5067983Z [00:18:02.756]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/doc'
2025-08-20T22:07:09.5308447Z [00:18:02.783]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in man
2025-08-20T22:07:09.5400983Z [00:18:02.792]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/doc/man'
2025-08-20T22:07:09.5604863Z [00:18:02.809]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc/man'
2025-08-20T22:07:09.5606729Z [00:18:02.809]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:09.5676576Z [00:18:02.819]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man3'
2025-08-20T22:07:09.5694661Z [00:18:02.820]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:09.5739811Z [00:18:02.826]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:07:09.6018513Z [00:18:02.853]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam.3 pam_acct_mgmt.3 pam_authenticate.3 pam_chauthtok.3 pam_close_session.3 pam_conv.3 pam_end.3 pam_error.3 pam_fail_delay.3 pam_xauth_data.3 pam_get_authtok.3 pam_get_authtok_noverify.3 pam_get_authtok_verify.3 pam_get_data.3 pam_get_item.3 pam_get_user.3 pam_getenv.3 pam_getenvlist.3 pam_info.3 pam_open_session.3 pam_prompt.3 pam_putenv.3 pam_set_data.3 pam_set_item.3 pam_syslog.3 pam_setcred.3 pam_sm_acct_mgmt.3 pam_sm_authenticate.3 pam_sm_close_session.3 pam_sm_open_session.3 pam_sm_setcred.3 pam_sm_chauthtok.3 pam_start.3 pam_strerror.3 pam_verror.3 pam_vinfo.3 pam_vprompt.3 pam_vsyslog.3 misc_conv.3 pam_misc_paste_env.3 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man3'
2025-08-20T22:07:09.6110728Z [00:18:02.862]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 PAM.8 pam.8 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man8'
2025-08-20T22:07:09.6124667Z [00:18:02.863]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam.conf.5 pam.d.5 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man5'
2025-08-20T22:07:09.6220206Z [00:18:02.874]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pam_misc_drop_env.3 pam_misc_setenv.3 '/nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/man3'
2025-08-20T22:07:09.6294487Z [00:18:02.881]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc/man'
2025-08-20T22:07:09.6306095Z [00:18:02.882]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/doc/man'
2025-08-20T22:07:09.6307793Z [00:18:02.882]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in specs
2025-08-20T22:07:09.6351640Z [00:18:02.887]➜  p11-kit-static-x86_64-unknown-linux-musl> [39/428] Compiling C object p11-kit/libp11-kit.so.0.4.1.p/iter.c.o
2025-08-20T22:07:09.6431946Z [00:18:02.895]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/doc/specs'
2025-08-20T22:07:09.6436077Z [00:18:02.895]➜  linux-pam-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T22:07:09.6543396Z [00:18:02.906]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc/specs'
2025-08-20T22:07:09.6722534Z [00:18:02.924]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Entering directory '/build/Linux-PAM-1.6.1/doc/specs'
2025-08-20T22:07:09.6819700Z [00:18:02.931]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:09.6825593Z [00:18:02.932]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM'
2025-08-20T22:07:09.6961835Z [00:18:02.948]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 draft-morgan-pam-current.txt rfc86.0.txt '/nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM'
2025-08-20T22:07:09.7033056Z [00:18:02.955]➜  linux-pam-static-x86_64-unknown-linux-musl> make[4]: Leaving directory '/build/Linux-PAM-1.6.1/doc/specs'
2025-08-20T22:07:09.7042252Z [00:18:02.956]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc/specs'
2025-08-20T22:07:09.7137789Z [00:18:02.965]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/doc/specs'
2025-08-20T22:07:09.7139306Z [00:18:02.966]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in sag
2025-08-20T22:07:09.7140953Z [00:18:02.966]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/doc/sag'
2025-08-20T22:07:09.7406071Z [00:18:02.992]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc/sag'
2025-08-20T22:07:09.7426617Z [00:18:02.994]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32lppclinux.c
2025-08-20T22:07:09.7584120Z [00:18:03.010]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:09.7587239Z [00:18:03.010]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -d /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM
2025-08-20T22:07:09.7670168Z [00:18:03.019]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -d /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM
﻿2025-08-20T22:07:09.7866244Z [00:18:03.035]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -d /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM
2025-08-20T22:07:09.7988584Z [00:18:03.050]➜  linux-pam-static-x86_64-unknown-linux-musl> if test -f html/Linux-PAM_SAG.html; then \
2025-08-20T22:07:09.7994375Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 html/Linux-PAM_SAG.html html/sag-*.html \
2025-08-20T22:07:09.7997841Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8000180Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl> elif test -f ./html/Linux-PAM_SAG.html; then \
2025-08-20T22:07:09.8002736Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 ./html/Linux-PAM_SAG.html \
2025-08-20T22:07:09.8005039Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl>     ./html/sag-*.html \
2025-08-20T22:07:09.8007087Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8008930Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:09.8010246Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl> if test -f Linux-PAM_SAG.txt; then \
2025-08-20T22:07:09.8013688Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 Linux-PAM_SAG.txt /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8016471Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl> elif test -f ./Linux-PAM_SAG.txt; then \
2025-08-20T22:07:09.8018484Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 ./Linux-PAM_SAG.txt \
2025-08-20T22:07:09.8021119Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8022726Z [00:18:03.051]➜  linux-pam-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:09.8096668Z [00:18:03.056]➜  linux-pam-static-x86_64-unknown-linux-musl> if test -f Linux-PAM_SAG.pdf; then \
2025-08-20T22:07:09.8099610Z [00:18:03.056]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 Linux-PAM_SAG.pdf /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8109575Z [00:18:03.056]➜  linux-pam-static-x86_64-unknown-linux-musl> elif test -f ./Linux-PAM_SAG.pdf; then \
2025-08-20T22:07:09.8111732Z [00:18:03.056]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 ./Linux-PAM_SAG.pdf \
2025-08-20T22:07:09.8115373Z [00:18:03.056]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8117505Z [00:18:03.056]➜  linux-pam-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:09.8118846Z [00:18:03.058]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc/sag'
2025-08-20T22:07:09.8120577Z [00:18:03.059]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/doc/sag'
2025-08-20T22:07:09.8121878Z [00:18:03.061]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in adg
2025-08-20T22:07:09.8275273Z [00:18:03.079]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/doc/adg'
2025-08-20T22:07:09.8348531Z [00:18:03.086]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc/adg'
2025-08-20T22:07:09.8455809Z [00:18:03.097]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:09.8464344Z [00:18:03.097]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -d /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM
2025-08-20T22:07:09.8531123Z [00:18:03.105]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -d /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM
2025-08-20T22:07:09.8614449Z [00:18:03.113]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -d /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM
2025-08-20T22:07:09.8748823Z [00:18:03.127]➜  linux-pam-static-x86_64-unknown-linux-musl> if test -f html/Linux-PAM_ADG.html; then \
2025-08-20T22:07:09.8751163Z [00:18:03.127]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 html/Linux-PAM_ADG.html html/adg-*.html \
2025-08-20T22:07:09.8754283Z [00:18:03.127]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8756331Z [00:18:03.127]➜  linux-pam-static-x86_64-unknown-linux-musl> elif test -f ./html/Linux-PAM_ADG.html; then \
2025-08-20T22:07:09.8758676Z [00:18:03.127]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 ./html/Linux-PAM_ADG.html \
2025-08-20T22:07:09.8765688Z [00:18:03.127]➜  linux-pam-static-x86_64-unknown-linux-musl>     ./html/adg-*.html \
2025-08-20T22:07:09.8768247Z [00:18:03.127]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8770362Z [00:18:03.127]➜  linux-pam-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:09.8802651Z [00:18:03.132]➜  linux-pam-static-x86_64-unknown-linux-musl> if test -f Linux-PAM_ADG.txt; then \
2025-08-20T22:07:09.8806324Z [00:18:03.132]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 Linux-PAM_ADG.txt /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8809273Z [00:18:03.132]➜  linux-pam-static-x86_64-unknown-linux-musl> elif test -f ./Linux-PAM_ADG.txt; then \
2025-08-20T22:07:09.8811626Z [00:18:03.132]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 ./Linux-PAM_ADG.txt \
2025-08-20T22:07:09.8815152Z [00:18:03.132]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8816911Z [00:18:03.132]➜  linux-pam-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:09.8835586Z [00:18:03.135]➜  linux-pam-static-x86_64-unknown-linux-musl> if test -f Linux-PAM_ADG.pdf; then \
2025-08-20T22:07:09.8838746Z [00:18:03.135]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 Linux-PAM_ADG.pdf /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8841757Z [00:18:03.135]➜  linux-pam-static-x86_64-unknown-linux-musl> elif test -f ./Linux-PAM_ADG.pdf; then \
2025-08-20T22:07:09.8844491Z [00:18:03.135]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 ./Linux-PAM_ADG.pdf \
2025-08-20T22:07:09.8851253Z [00:18:03.137]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.8853081Z [00:18:03.137]➜  linux-pam-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:09.8880561Z [00:18:03.140]➜  p11-kit-static-x86_64-unknown-linux-musl> [40/428] Compiling C object p11-kit/libp11-kit.so.0.4.1.p/messages.c.o
2025-08-20T22:07:09.8941553Z [00:18:03.146]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc/adg'
2025-08-20T22:07:09.8943052Z [00:18:03.146]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/doc/adg'
2025-08-20T22:07:09.8955362Z [00:18:03.146]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in mwg
2025-08-20T22:07:09.8956656Z [00:18:03.146]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/doc/mwg'
2025-08-20T22:07:09.9104654Z [00:18:03.158]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc/mwg'
2025-08-20T22:07:09.9221663Z [00:18:03.174]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:09.9257940Z [00:18:03.174]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -d /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM
2025-08-20T22:07:09.9325981Z [00:18:03.181]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -d /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM
2025-08-20T22:07:09.9406461Z [00:18:03.191]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -d /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM
2025-08-20T22:07:09.9495545Z [00:18:03.201]➜  linux-pam-static-x86_64-unknown-linux-musl> if test -f html/Linux-PAM_MWG.html; then \
2025-08-20T22:07:09.9497909Z [00:18:03.201]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 html/Linux-PAM_MWG.html html/mwg-*.html \
2025-08-20T22:07:09.9500598Z [00:18:03.201]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.9502762Z [00:18:03.201]➜  linux-pam-static-x86_64-unknown-linux-musl> elif test -f ./html/Linux-PAM_MWG.html; then \
2025-08-20T22:07:09.9505393Z [00:18:03.201]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 ./html/Linux-PAM_MWG.html \
2025-08-20T22:07:09.9507362Z [00:18:03.201]➜  linux-pam-static-x86_64-unknown-linux-musl>     ./html/mwg-*.html \
2025-08-20T22:07:09.9509213Z [00:18:03.201]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.9510775Z [00:18:03.201]➜  linux-pam-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:09.9511937Z [00:18:03.203]➜  linux-pam-static-x86_64-unknown-linux-musl> if test -f Linux-PAM_MWG.txt; then \
2025-08-20T22:07:09.9515757Z [00:18:03.203]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 Linux-PAM_MWG.txt /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.9518807Z [00:18:03.203]➜  linux-pam-static-x86_64-unknown-linux-musl> elif test -f ./Linux-PAM_MWG.txt; then \
2025-08-20T22:07:09.9521016Z [00:18:03.203]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 ./Linux-PAM_MWG.txt \
2025-08-20T22:07:09.9524081Z [00:18:03.203]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.9525963Z [00:18:03.203]➜  linux-pam-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:09.9542156Z [00:18:03.206]➜  linux-pam-static-x86_64-unknown-linux-musl> if test -f Linux-PAM_MWG.pdf; then \
2025-08-20T22:07:09.9545273Z [00:18:03.206]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 Linux-PAM_MWG.pdf /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.9548041Z [00:18:03.206]➜  linux-pam-static-x86_64-unknown-linux-musl> elif test -f ./Linux-PAM_MWG.pdf; then \
2025-08-20T22:07:09.9550154Z [00:18:03.206]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash /build/Linux-PAM-1.6.1/build-aux/install-sh -c -m 644 ./Linux-PAM_MWG.pdf \
2025-08-20T22:07:09.9552850Z [00:18:03.206]➜  linux-pam-static-x86_64-unknown-linux-musl>     /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM/; \
2025-08-20T22:07:09.9554782Z [00:18:03.206]➜  linux-pam-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:09.9603009Z [00:18:03.212]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc/mwg'
2025-08-20T22:07:09.9604652Z [00:18:03.212]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/doc/mwg'
2025-08-20T22:07:09.9638445Z [00:18:03.216]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/doc'
2025-08-20T22:07:09.9760384Z [00:18:03.228]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/Linux-PAM-1.6.1/doc'
2025-08-20T22:07:09.9762134Z [00:18:03.228]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:09.9785537Z [00:18:03.229]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM'
2025-08-20T22:07:10.0058260Z [00:18:03.257]➜  linux-pam-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 index.html '/nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc/share/doc/Linux-PAM'
2025-08-20T22:07:10.0178222Z [00:18:03.265]➜  linux-pam-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/Linux-PAM-1.6.1/doc'
2025-08-20T22:07:10.0179995Z [00:18:03.265]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/doc'
2025-08-20T22:07:10.0181529Z [00:18:03.265]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/doc'
2025-08-20T22:07:10.0182927Z [00:18:03.266]➜  linux-pam-static-x86_64-unknown-linux-musl> Making install in examples
2025-08-20T22:07:10.0258679Z [00:18:03.277]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1/examples'
2025-08-20T22:07:10.0366935Z [00:18:03.288]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1/examples'
2025-08-20T22:07:10.0384952Z [00:18:03.290]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:10.0424762Z [00:18:03.290]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:07:10.0426403Z [00:18:03.290]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1/examples'
2025-08-20T22:07:10.0427964Z [00:18:03.290]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1/examples'
2025-08-20T22:07:10.0429682Z [00:18:03.293]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/Linux-PAM-1.6.1'
2025-08-20T22:07:10.0587073Z [00:18:03.310]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/Linux-PAM-1.6.1'
2025-08-20T22:07:10.0593713Z [00:18:03.311]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:10.0642557Z [00:18:03.316]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:07:10.0644497Z [00:18:03.316]➜  linux-pam-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/Linux-PAM-1.6.1'
2025-08-20T22:07:10.0646061Z [00:18:03.316]➜  linux-pam-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/Linux-PAM-1.6.1'
2025-08-20T22:07:10.0784721Z [00:18:03.330]➜  linux-pam-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:07:10.1869225Z [00:18:03.437]➜  linux-pam-static-x86_64-unknown-linux-musl> Patching '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/pkgconfig/pam.pc' includedir to output /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1
2025-08-20T22:07:10.1879390Z [00:18:03.438]➜  linux-pam-static-x86_64-unknown-linux-musl> Patching '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/pkgconfig/pam_misc.pc' includedir to output /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1
2025-08-20T22:07:10.1949159Z [00:18:03.446]➜  linux-pam-static-x86_64-unknown-linux-musl> Patching '/nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/pkgconfig/pamc.pc' includedir to output /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1
2025-08-20T22:07:10.2173850Z [00:18:03.467]➜  linux-pam-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1
2025-08-20T22:07:10.2285652Z [00:18:03.479]➜  linux-pam-static-x86_64-unknown-linux-musl> shrinking /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/unix_chkpwd
2025-08-20T22:07:10.2312223Z [00:18:03.483]➜  linux-pam-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:10.2397537Z [00:18:03.485]➜  linux-pam-static-x86_64-unknown-linux-musl> shrinking /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/faillock
2025-08-20T22:07:10.2425898Z [00:18:03.494]➜  linux-pam-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:10.2442715Z [00:18:03.495]➜  linux-pam-static-x86_64-unknown-linux-musl> shrinking /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/mkhomedir_helper
2025-08-20T22:07:10.2528022Z [00:18:03.504]➜  linux-pam-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:10.2540278Z [00:18:03.506]➜  linux-pam-static-x86_64-unknown-linux-musl> shrinking /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/pam_timestamp_check
2025-08-20T22:07:10.2628995Z [00:18:03.515]➜  linux-pam-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:10.3154875Z [00:18:03.567]➜  linux-pam-static-x86_64-unknown-linux-musl> shrinking /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib/security/pam_filter/upperLOWER
2025-08-20T22:07:10.3170569Z [00:18:03.568]➜  linux-pam-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:10.3726806Z [00:18:03.622]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1...
2025-08-20T22:07:10.3784425Z [00:18:03.630]➜  p11-kit-static-x86_64-unknown-linux-musl> [41/428] Compiling C object p11-kit/libp11-kit-internal.a.p/rpc-message.c.o
2025-08-20T22:07:10.4293748Z [00:18:03.681]➜  linux-pam-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:10.4305055Z [00:18:03.681]➜  linux-pam-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:10.4307213Z [00:18:03.681]➜  linux-pam-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:10.4354461Z [00:18:03.687]➜  linux-pam-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:10.4738046Z [00:18:03.725]➜  linux-pam-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:10.5209297Z [00:18:03.770]➜  linux-pam-static-x86_64-unknown-linux-musl> moving /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin/* to /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/bin
2025-08-20T22:07:10.5308380Z [00:18:03.781]➜  libpng-apng-static-x86_64-unknown-linux-musl> PASS: tests/pngimage-full
2025-08-20T22:07:10.5556047Z [00:18:03.807]➜  linux-pam-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1
2025-08-20T22:07:10.5824537Z [00:18:03.834]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/bin/pam_namespace_helper: interpreter directive changed from "#!/bin/sh" to "/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T22:07:10.6697507Z [00:18:03.921]➜  linux-pam-static-x86_64-unknown-linux-musl> /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/etc/security/namespace.init: interpreter directive changed from "#!/bin/sh" to "/nix/store/f9g9jwj0h7lgfqr9q0ml21ji2iy6n0d2-bash-interactive-static-x86_64-unknown-linux-musl-5.3p0/bin/sh"
2025-08-20T22:07:10.6842450Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> ============================================================================
2025-08-20T22:07:10.6865206Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> Testsuite summary for libpng 1.6.47
2025-08-20T22:07:10.6866872Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> ============================================================================
2025-08-20T22:07:10.6868349Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> # TOTAL: 32
2025-08-20T22:07:10.6869488Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> # PASS:  32
2025-08-20T22:07:10.6870558Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> # SKIP:  0
2025-08-20T22:07:10.6875501Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> # XFAIL: 0
2025-08-20T22:07:10.6876667Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> # FAIL:  0
2025-08-20T22:07:10.6877722Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> # XPASS: 0
2025-08-20T22:07:10.6883617Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> # ERROR: 0
2025-08-20T22:07:10.6885043Z [00:18:03.936]➜  libpng-apng-static-x86_64-unknown-linux-musl> ============================================================================
2025-08-20T22:07:10.6889120Z [00:18:03.941]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libpng-1.6.47'
2025-08-20T22:07:10.6890946Z [00:18:03.941]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libpng-1.6.47'
2025-08-20T22:07:10.6921998Z [00:18:03.944]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libpng-1.6.47'
2025-08-20T22:07:10.7077993Z [00:18:03.960]➜  libpng-apng-static-x86_64-unknown-linux-musl> checkPhase completed in 4 minutes 58 seconds
2025-08-20T22:07:10.7091977Z [00:18:03.960]➜  libpng-apng-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:07:10.7589968Z [00:18:04.010]➜  libpng-apng-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/lib/pkgconfig m4datadir=/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/share/aclocal aclocaldir=/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/share/aclocal install
2025-08-20T22:07:10.7710665Z [00:18:04.023]➜  libpng-apng-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T22:07:10.7857682Z [00:18:04.037]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libpng-1.6.47'
2025-08-20T22:07:10.8239593Z [00:18:04.068]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libpng-1.6.47'
2025-08-20T22:07:10.8242442Z [00:18:04.076]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib'
2025-08-20T22:07:10.8355232Z [00:18:04.087]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libpng16.la '/nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib'
2025-08-20T22:07:10.9547280Z [00:18:04.206]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libpng16.lai /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib/libpng16.la
2025-08-20T22:07:10.9704079Z [00:18:04.222]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libpng16.a /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib/libpng16.a
2025-08-20T22:07:10.9744470Z [00:18:04.226]➜  p11-kit-static-x86_64-unknown-linux-musl> [42/428] Compiling C object p11-kit/libp11-kit.so.0.4.1.p/pin.c.o
2025-08-20T22:07:10.9887438Z [00:18:04.240]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib/libpng16.a
2025-08-20T22:07:11.0077062Z [00:18:04.257]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib/libpng16.a
2025-08-20T22:07:11.0780872Z [00:18:04.329]➜  linux-pam-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/lib /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/bin /nix/store/afsg05ngjmaakcscvca2zxzyyr9nb1ii-linux-pam-static-x86_64-unknown-linux-musl-1.6.1/sbin
2025-08-20T22:07:11.2426517Z [00:18:04.493]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib
2025-08-20T22:07:11.2443065Z [00:18:04.495]➜  libpng-apng-static-x86_64-unknown-linux-musl> /build/libpng-1.6.47/libtool: line 1889: ldconfig: command not found
2025-08-20T22:07:11.2451475Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:11.2456781Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:11.2462072Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl>    /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib
2025-08-20T22:07:11.2477333Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:11.2624634Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:11.2629227Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:11.2647737Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:11.2663451Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:11.2664989Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:11.2666198Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:11.2667408Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:11.2668615Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:11.2669909Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:11.2671229Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:07:11.2672328Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:11.2673029Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:11.2674623Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:11.2676114Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:11.2677612Z [00:18:04.496]➜  libpng-apng-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:11.2680024Z [00:18:04.503]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin'
2025-08-20T22:07:11.2908378Z [00:18:04.542]➜  libpng-apng-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ./libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c pngfix png-fix-itxt '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin'
2025-08-20T22:07:11.3072414Z [00:18:04.559]➜  libgcrypt-static-x86_64-unknown-linux-musl> ELG 2048 bit             -     430ms       220ms
2025-08-20T22:07:11.4556786Z [00:18:04.707]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c pngfix /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin/pngfix
2025-08-20T22:07:11.4822507Z [00:18:04.734]➜  libpng-apng-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c png-fix-itxt /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin/png-fix-itxt
2025-08-20T22:07:11.4871042Z [00:18:04.739]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin'
2025-08-20T22:07:11.5084161Z [00:18:04.758]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c libpng16-config '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin'
2025-08-20T22:07:11.5169745Z [00:18:04.761]➜  libpng-apng-static-x86_64-unknown-linux-musl> make  install-exec-hook
2025-08-20T22:07:11.5272007Z [00:18:04.779]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libpng-1.6.47'
2025-08-20T22:07:11.5318729Z [00:18:04.784]➜  libpng-apng-static-x86_64-unknown-linux-musl> + cd /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib
2025-08-20T22:07:11.5328228Z [00:18:04.784]➜  libpng-apng-static-x86_64-unknown-linux-musl> + for ext in a dll.a so so.16.47 la sl dylib
2025-08-20T22:07:11.5329810Z [00:18:04.784]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f libpng.a
2025-08-20T22:07:11.5396007Z [00:18:04.789]➜  libpng-apng-static-x86_64-unknown-linux-musl> + test -f libpng16.a
2025-08-20T22:07:11.5400175Z [00:18:04.789]➜  libpng-apng-static-x86_64-unknown-linux-musl> + ln -s libpng16.a libpng.a
2025-08-20T22:07:11.5411232Z [00:18:04.793]➜  libpng-apng-static-x86_64-unknown-linux-musl> + for ext in a dll.a so so.16.47 la sl dylib
2025-08-20T22:07:11.5417273Z [00:18:04.793]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f libpng.dll.a
2025-08-20T22:07:11.5520436Z [00:18:04.802]➜  libpng-apng-static-x86_64-unknown-linux-musl> + test -f libpng16.dll.a
2025-08-20T22:07:11.5525661Z [00:18:04.802]➜  libpng-apng-static-x86_64-unknown-linux-musl> + for ext in a dll.a so so.16.47 la sl dylib
2025-08-20T22:07:11.5527473Z [00:18:04.802]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f libpng.so
2025-08-20T22:07:11.5531823Z [00:18:04.805]➜  libpng-apng-static-x86_64-unknown-linux-musl> + test -f libpng16.so
2025-08-20T22:07:11.5535403Z [00:18:04.805]➜  libpng-apng-static-x86_64-unknown-linux-musl> + for ext in a dll.a so so.16.47 la sl dylib
2025-08-20T22:07:11.5544417Z [00:18:04.806]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f libpng.so.16.47
2025-08-20T22:07:11.5618587Z [00:18:04.814]➜  libpng-apng-static-x86_64-unknown-linux-musl> + test -f libpng16.so.16.47
2025-08-20T22:07:11.5620291Z [00:18:04.814]➜  libpng-apng-static-x86_64-unknown-linux-musl> + for ext in a dll.a so so.16.47 la sl dylib
2025-08-20T22:07:11.5621698Z [00:18:04.814]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f libpng.la
2025-08-20T22:07:11.5677489Z [00:18:04.819]➜  libpng-apng-static-x86_64-unknown-linux-musl> + test -f libpng16.la
2025-08-20T22:07:11.5682057Z [00:18:04.820]➜  libpng-apng-static-x86_64-unknown-linux-musl> + ln -s libpng16.la libpng.la
2025-08-20T22:07:11.5751648Z [00:18:04.827]➜  libpng-apng-static-x86_64-unknown-linux-musl> + for ext in a dll.a so so.16.47 la sl dylib
2025-08-20T22:07:11.5755390Z [00:18:04.827]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f libpng.sl
2025-08-20T22:07:11.5756944Z [00:18:04.827]➜  libpng-apng-static-x86_64-unknown-linux-musl> + test -f libpng16.sl
2025-08-20T22:07:11.5758385Z [00:18:04.827]➜  libpng-apng-static-x86_64-unknown-linux-musl> + for ext in a dll.a so so.16.47 la sl dylib
2025-08-20T22:07:11.5764397Z [00:18:04.827]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f libpng.dylib
2025-08-20T22:07:11.5777324Z [00:18:04.829]➜  libpng-apng-static-x86_64-unknown-linux-musl> + test -f libpng16.dylib
2025-08-20T22:07:11.5795548Z [00:18:04.831]➜  libpng-apng-static-x86_64-unknown-linux-musl> + cd /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin
2025-08-20T22:07:11.5855233Z [00:18:04.837]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f libpng-config
2025-08-20T22:07:11.5918417Z [00:18:04.844]➜  libpng-apng-static-x86_64-unknown-linux-musl> + ln -s libpng16-config libpng-config
2025-08-20T22:07:11.5925388Z [00:18:04.844]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libpng-1.6.47'
2025-08-20T22:07:11.6081190Z [00:18:04.860]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/a34rggc6jfkyfxh4mqpibpn7ibj2h5ai-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-man/share/man/man3'
2025-08-20T22:07:11.6339185Z [00:18:04.885]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libpng.3 libpngpf.3 '/nix/store/a34rggc6jfkyfxh4mqpibpn7ibj2h5ai-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-man/share/man/man3'
2025-08-20T22:07:11.6488504Z [00:18:04.900]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/a34rggc6jfkyfxh4mqpibpn7ibj2h5ai-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-man/share/man/man5'
2025-08-20T22:07:11.6816181Z [00:18:04.932]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 png.5 '/nix/store/a34rggc6jfkyfxh4mqpibpn7ibj2h5ai-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-man/share/man/man5'
2025-08-20T22:07:11.6859315Z [00:18:04.937]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/include/libpng16'
2025-08-20T22:07:11.7027874Z [00:18:04.954]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 pnglibconf.h '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/include/libpng16'
2025-08-20T22:07:11.7116482Z [00:18:04.963]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/lib/pkgconfig'
2025-08-20T22:07:11.7254315Z [00:18:04.974]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libpng16.pc '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/lib/pkgconfig'
2025-08-20T22:07:11.7360147Z [00:18:04.986]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/include/libpng16'
2025-08-20T22:07:11.7516410Z [00:18:05.001]➜  libpng-apng-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 png.h pngconf.h '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/include/libpng16'
2025-08-20T22:07:11.7539540Z [00:18:05.004]➜  libpng-apng-static-x86_64-unknown-linux-musl> make  install-data-hook
2025-08-20T22:07:11.7689823Z [00:18:05.021]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libpng-1.6.47'
2025-08-20T22:07:11.7790079Z [00:18:05.028]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32lppcnto.c
2025-08-20T22:07:11.7791896Z [00:18:05.028]➜  libpng-apng-static-x86_64-unknown-linux-musl> + cd /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/include
2025-08-20T22:07:11.7793877Z [00:18:05.028]➜  libpng-apng-static-x86_64-unknown-linux-musl> + for f in pnglibconf.h png.h pngconf.h
2025-08-20T22:07:11.7795166Z [00:18:05.028]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f pnglibconf.h
2025-08-20T22:07:11.7850839Z [00:18:05.037]➜  libpng-apng-static-x86_64-unknown-linux-musl> + ln -s libpng16/pnglibconf.h pnglibconf.h
2025-08-20T22:07:11.7896410Z [00:18:05.041]➜  libpng-apng-static-x86_64-unknown-linux-musl> + for f in pnglibconf.h png.h pngconf.h
2025-08-20T22:07:11.7901756Z [00:18:05.042]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f png.h
2025-08-20T22:07:11.7980476Z [00:18:05.046]➜  libpng-apng-static-x86_64-unknown-linux-musl> + ln -s libpng16/png.h png.h
2025-08-20T22:07:11.8034886Z [00:18:05.055]➜  libpng-apng-static-x86_64-unknown-linux-musl> + for f in pnglibconf.h png.h pngconf.h
2025-08-20T22:07:11.8036536Z [00:18:05.055]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f pngconf.h
2025-08-20T22:07:11.8098285Z [00:18:05.059]➜  libpng-apng-static-x86_64-unknown-linux-musl> + ln -s libpng16/pngconf.h pngconf.h
2025-08-20T22:07:11.8101283Z [00:18:05.060]➜  libpng-apng-static-x86_64-unknown-linux-musl> + cd /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/lib/pkgconfig
2025-08-20T22:07:11.8144994Z [00:18:05.066]➜  libpng-apng-static-x86_64-unknown-linux-musl> + rm -f libpng.pc
2025-08-20T22:07:11.8181187Z [00:18:05.068]➜  libpng-apng-static-x86_64-unknown-linux-musl> + ln -s libpng16.pc libpng.pc
2025-08-20T22:07:11.8235133Z [00:18:05.068]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libpng-1.6.47'
2025-08-20T22:07:11.8236520Z [00:18:05.070]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libpng-1.6.47'
2025-08-20T22:07:11.8238053Z [00:18:05.070]➜  libpng-apng-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libpng-1.6.47'
2025-08-20T22:07:11.8245090Z [00:18:05.076]➜  libpng-apng-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:07:11.8615416Z [00:18:05.113]➜  linux-pam-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc
2025-08-20T22:07:11.8737760Z [00:18:05.125]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc...
2025-08-20T22:07:11.9115534Z [00:18:05.163]➜  linux-pam-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/jg2hh8f35xlfz16bpr1x6kzfw9mva7xq-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-doc
2025-08-20T22:07:11.9203401Z [00:18:05.172]➜  libpng-apng-static-x86_64-unknown-linux-musl> Patching '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/lib/pkgconfig/libpng.pc' includedir to output /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev
2025-08-20T22:07:11.9267455Z [00:18:05.178]➜  libpng-apng-static-x86_64-unknown-linux-musl> Patching '/nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/lib/pkgconfig/libpng16.pc' includedir to output /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev
2025-08-20T22:07:11.9296741Z [00:18:05.178]➜  linux-pam-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man
2025-08-20T22:07:11.9378883Z [00:18:05.190]➜  libpng-apng-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47
2025-08-20T22:07:11.9487848Z [00:18:05.199]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47...
2025-08-20T22:07:11.9767801Z [00:18:05.227]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47
2025-08-20T22:07:12.0027622Z [00:18:05.254]➜  libpng-apng-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/8fki33qnsfdph9dz88r9y7y0psyhch0l-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47/lib
2025-08-20T22:07:12.0059876Z [00:18:05.258]➜  linux-pam-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man...
2025-08-20T22:07:12.0393599Z [00:18:05.291]➜  p11-kit-static-x86_64-unknown-linux-musl> [43/428] Compiling C object p11-kit/libp11-kit-internal.a.p/rpc-client.c.o
2025-08-20T22:07:12.1074235Z [00:18:05.359]➜  libpng-apng-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev
2025-08-20T22:07:12.1190483Z [00:18:05.371]➜  libpng-apng-static-x86_64-unknown-linux-musl> shrinking /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin/pngfix
2025-08-20T22:07:12.1276768Z [00:18:05.379]➜  libpng-apng-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:12.1312084Z [00:18:05.383]➜  libpng-apng-static-x86_64-unknown-linux-musl> shrinking /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin/png-fix-itxt
2025-08-20T22:07:12.1381250Z [00:18:05.386]➜  libpng-apng-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:12.1455650Z [00:18:05.394]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev...
2025-08-20T22:07:12.1483766Z [00:18:05.394]➜  linux-pam-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man/share/man/
2025-08-20T22:07:12.1767893Z [00:18:05.428]➜  libpng-apng-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:12.1770434Z [00:18:05.428]➜  libpng-apng-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:07:12.1974396Z [00:18:05.449]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev
2025-08-20T22:07:12.2175594Z [00:18:05.469]➜  p11-kit-static-x86_64-unknown-linux-musl> [44/428] Compiling C object p11-kit/libp11-kit.so.0.4.1.p/proxy-init.c.o
2025-08-20T22:07:12.2278347Z [00:18:05.479]➜  libpng-apng-static-x86_64-unknown-linux-musl> /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin/libpng16-config: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:07:12.2731010Z [00:18:05.522]➜  libpng-apng-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/lib /nix/store/2qsmpk0vrsz82q6jxkqrkqhc4wffnr50-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-dev/bin
2025-08-20T22:07:12.3305773Z [00:18:05.582]➜  libpng-apng-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/a34rggc6jfkyfxh4mqpibpn7ibj2h5ai-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-man
2025-08-20T22:07:12.3416604Z [00:18:05.593]➜  libpng-apng-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/a34rggc6jfkyfxh4mqpibpn7ibj2h5ai-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-man...
2025-08-20T22:07:12.3742443Z [00:18:05.626]➜  libpng-apng-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/a34rggc6jfkyfxh4mqpibpn7ibj2h5ai-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-man/share/man/
2025-08-20T22:07:12.4432544Z [00:18:05.695]➜  libpng-apng-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/a34rggc6jfkyfxh4mqpibpn7ibj2h5ai-libpng-apng-static-x86_64-unknown-linux-musl-1.6.47-man
2025-08-20T22:07:12.4519631Z [00:18:05.704]➜  p11-kit-static-x86_64-unknown-linux-musl> [45/428] Compiling C object p11-kit/libp11-kit.so.0.4.1.p/modules.c.o
2025-08-20T22:07:12.5188095Z [00:18:05.770]➜  linux-pam-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/w3gh41f03y7rild374vw7hwrqkr23l5k-linux-pam-static-x86_64-unknown-linux-musl-1.6.1-man
2025-08-20T22:07:13.5185761Z [00:18:06.768]➜  building '/nix/store/njf2x4xspyyhq5rklhlyxb96y3x32f94-popt-static-x86_64-unknown-linux-musl-1.19.drv'...
2025-08-20T22:07:13.5449971Z [00:18:06.796]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32lppcsim.c
2025-08-20T22:07:13.5455333Z [00:18:06.796]➜  p11-kit-static-x86_64-unknown-linux-musl> [46/428] Compiling C object p11-kit/libp11-kit-internal.a.p/log.c.o
2025-08-20T22:07:13.5457376Z [00:18:06.796]➜  p11-kit-static-x86_64-unknown-linux-musl> [47/428] Compiling C object p11-kit/libp11-kit.so.0.4.1.p/util.c.o
2025-08-20T22:07:13.9331869Z [00:18:07.175]➜  building '/nix/store/6v9k97ym5x9svh9kgw197zs9dkp0gj22-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28.drv'...
2025-08-20T22:07:13.9347414Z [00:18:07.186]➜  popt-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:07:13.9356124Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/c3cfx2jas719zma3jkgam52ycapapqi7-popt-1.19.tar.gz
2025-08-20T22:07:13.9357967Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> source root is popt-1.19
2025-08-20T22:07:13.9359837Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1663311851 of file "popt-1.19/po/zh_TW.po"
2025-08-20T22:07:13.9361559Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:07:13.9363031Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:07:13.9365039Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T22:07:13.9366933Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T22:07:13.9368661Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:07:13.9370441Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
2025-08-20T22:07:13.9372368Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
2025-08-20T22:07:13.9374305Z [00:18:07.187]➜  popt-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:07:13.9475129Z [00:18:07.199]➜  popt-static-x86_64-unknown-linux-musl> fixing libtool script ./build-aux/ltmain.sh
2025-08-20T22:07:13.9567326Z [00:18:07.205]➜  p11-kit-static-x86_64-unknown-linux-musl> [48/428] Compiling C object p11-kit/libp11-kit.so.0.4.1.p/proxy.c.o
2025-08-20T22:07:13.9786359Z [00:18:07.230]➜  popt-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:07:14.0322341Z [00:18:07.284]➜  popt-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:07:14.0537667Z [00:18:07.305]➜  popt-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:07:14.1097673Z [00:18:07.361]➜  popt-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19 --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:07:14.4728948Z [00:18:07.722]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:07:14.4866809Z [00:18:07.738]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/jjhk3yqysbq4bn67afwh7k88idw28f53-cyrus-sasl-2.1.28.tar.gz
2025-08-20T22:07:14.6068799Z [00:18:07.858]➜  popt-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:07:14.6259441Z [00:18:07.878]➜  popt-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:07:14.6335223Z [00:18:07.883]➜  p11-kit-static-x86_64-unknown-linux-musl> [49/428] Compiling C object p11-kit/libp11-kit.so.0.4.1.p/uri.c.o
2025-08-20T22:07:14.6573597Z [00:18:07.909]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:07:14.6691705Z [00:18:07.921]➜  popt-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:07:14.6749432Z [00:18:07.921]➜  popt-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:07:14.7022510Z [00:18:07.954]➜  popt-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:07:14.7301211Z [00:18:07.981]➜  popt-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:07:14.7574852Z [00:18:08.009]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:07:14.8002292Z [00:18:08.051]➜  p11-kit-static-x86_64-unknown-linux-musl> [50/428] Compiling C object common/libp11-test.a.p/test.c.o
2025-08-20T22:07:14.9133666Z [00:18:08.165]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> source root is cyrus-sasl-2.1.28
2025-08-20T22:07:14.9980593Z [00:18:08.250]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1645222627 of file "cyrus-sasl-2.1.28/plugins/srp_init.c"
2025-08-20T22:07:15.0149208Z [00:18:08.263]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:07:15.0309642Z [00:18:08.280]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> applying patch /nix/store/4cs2xpz2bw1z5irmzcrymc0jidcpp1hd-cyrus-sasl-ac-try-run-fix.patch
2025-08-20T22:07:15.0314928Z [00:18:08.283]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> patching file m4/sasl2.m4
2025-08-20T22:07:15.0316488Z [00:18:08.283]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 337 (offset -13 lines).
2025-08-20T22:07:15.0319002Z [00:18:08.283]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> applying patch /nix/store/ql15rqbhpk2cahjgvjx1a6bwdd0v2zvk-cb549ef71c5bb646fe583697ebdcaba93267a237...dfaa62392e7caecc6ecf0097b4d73738ec4fc0a8.patch
2025-08-20T22:07:15.0381192Z [00:18:08.290]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> patching file plugins/digestmd5.c
2025-08-20T22:07:15.0424751Z [00:18:08.293]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Hunk #2 succeeded at 2822 (offset 3 lines).
2025-08-20T22:07:15.0445102Z [00:18:08.293]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Hunk #3 succeeded at 2966 (offset 3 lines).
2025-08-20T22:07:15.0446732Z [00:18:08.293]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Hunk #4 succeeded at 3520 (offset 3 lines).
2025-08-20T22:07:15.0448162Z [00:18:08.293]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Hunk #5 succeeded at 3745 (offset 3 lines).
2025-08-20T22:07:15.0449658Z [00:18:08.293]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> patching file saslauthd/lak.c
2025-08-20T22:07:15.0567157Z [00:18:08.308]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T22:07:15.1496820Z [00:18:08.400]➜  popt-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:07:15.1506940Z [00:18:08.402]➜  popt-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:07:15.1827750Z [00:18:08.433]➜  p11-kit-static-x86_64-unknown-linux-musl> [51/428] Compiling C object common/libp11-tool.a.p/print.c.o
2025-08-20T22:07:15.2051394Z [00:18:08.453]➜  p11-kit-static-x86_64-unknown-linux-musl> [52/428] Compiling C object common/libp11-tool.a.p/options.c.o
2025-08-20T22:07:15.3430817Z [00:18:08.595]➜  p11-kit-static-x86_64-unknown-linux-musl> [53/428] Compiling C object common/libp11-tool.a.p/unix-peer.c.o
2025-08-20T22:07:15.3483182Z [00:18:08.600]➜  popt-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:07:15.3538442Z [00:18:08.606]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T22:07:15.3589318Z [00:18:08.609]➜  popt-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:07:15.3644779Z [00:18:08.614]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T22:07:15.3709939Z [00:18:08.623]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gettext
2025-08-20T22:07:15.4293016Z [00:18:08.681]➜  popt-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:07:15.5487459Z [00:18:08.800]➜  popt-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:07:15.6520767Z [00:18:08.904]➜  p11-kit-static-x86_64-unknown-linux-musl> [54/428] Compiling C object common/libp11-tool.a.p/readpassphrase.c.o
2025-08-20T22:07:15.6662244Z [00:18:08.918]➜  popt-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:07:15.8588604Z [00:18:09.109]➜  p11-kit-static-x86_64-unknown-linux-musl> [55/428] Compiling C object common/libp11-asn1.a.p/oid.c.o
2025-08-20T22:07:15.8987065Z [00:18:09.150]➜  p11-kit-static-x86_64-unknown-linux-musl> [56/428] Compiling C object common/libp11-asn1.a.p/asn1.c.o
2025-08-20T22:07:15.9000191Z [00:18:09.150]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:07:16.0844900Z [00:18:09.336]➜  popt-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:07:16.1306660Z [00:18:09.382]➜  popt-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:07:16.1319637Z [00:18:09.384]➜  popt-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:07:16.1476482Z [00:18:09.399]➜  p11-kit-static-x86_64-unknown-linux-musl> [57/428] Compiling C object p11-kit/libp11-kit.so.0.4.1.p/rpc-server.c.o
2025-08-20T22:07:16.2227502Z [00:18:09.474]➜  popt-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:07:16.3095968Z [00:18:09.561]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32m32c.c
2025-08-20T22:07:16.3305263Z [00:18:09.581]➜  popt-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:07:16.3756189Z [00:18:09.627]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:07:16.4469890Z [00:18:09.699]➜  popt-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:07:16.4722799Z [00:18:09.724]➜  p11-kit-static-x86_64-unknown-linux-musl> [58/428] Compiling C object p11-kit/libp11-kit-testable.a.p/conf.c.o
2025-08-20T22:07:16.5558478Z [00:18:09.807]➜  popt-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:07:16.6680661Z [00:18:09.920]➜  popt-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:07:16.6744218Z [00:18:09.926]➜  p11-kit-static-x86_64-unknown-linux-musl> [59/428] Compiling C object common/libp11-asn1.a.p/persist.c.o
2025-08-20T22:07:16.7798439Z [00:18:10.031]➜  popt-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:07:16.8859719Z [00:18:10.138]➜  popt-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:07:16.9905348Z [00:18:10.242]➜  popt-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:07:17.0430781Z [00:18:10.295]➜  p11-kit-static-x86_64-unknown-linux-musl> [60/428] Compiling C object p11-kit/libp11-kit-testable.a.p/filter.c.o
2025-08-20T22:07:17.1420847Z [00:18:10.394]➜  popt-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:07:17.2979181Z [00:18:10.550]➜  popt-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T22:07:17.4637317Z [00:18:10.713]➜  popt-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T22:07:17.6212067Z [00:18:10.872]➜  popt-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T22:07:17.7578410Z [00:18:11.009]➜  popt-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T22:07:17.7680739Z [00:18:11.018]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:07:17.8448461Z [00:18:11.096]➜  popt-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T22:07:17.8674970Z [00:18:11.118]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32mb_linux.c
2025-08-20T22:07:17.9157726Z [00:18:11.167]➜  popt-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:07:17.9245794Z [00:18:11.176]➜  libgcrypt-static-x86_64-unknown-linux-musl> ELG 3072 bit             -    1360ms       670ms
2025-08-20T22:07:17.9451443Z [00:18:11.197]➜  popt-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:07:17.9582840Z [00:18:11.210]➜  popt-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:07:17.9747555Z [00:18:11.225]➜  popt-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:07:17.9869783Z [00:18:11.239]➜  popt-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:07:17.9973105Z [00:18:11.249]➜  popt-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:07:18.0021694Z [00:18:11.251]➜  libgcrypt-static-x86_64-unknown-linux-musl> DSA 1024/160             -      10ms        10ms
2025-08-20T22:07:18.0023469Z [00:18:11.251]➜  p11-kit-static-x86_64-unknown-linux-musl> [61/428] Compiling C object p11-kit/libp11-kit-testable.a.p/rpc-transport.c.o
2025-08-20T22:07:18.0025226Z [00:18:11.254]➜  popt-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:07:18.0291982Z [00:18:11.281]➜  popt-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:07:18.0618283Z [00:18:11.313]➜  popt-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:07:18.0624728Z [00:18:11.313]➜  popt-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:07:18.1619964Z [00:18:11.413]➜  libgcrypt-static-x86_64-unknown-linux-musl> DSA 2048/224             -      20ms        20ms
2025-08-20T22:07:18.1901442Z [00:18:11.442]➜  popt-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:07:18.1904353Z [00:18:11.442]➜  popt-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:07:18.2542285Z [00:18:11.506]➜  p11-kit-static-x86_64-unknown-linux-musl> [62/428] Compiling C object common/libp11-test.a.p/mock.c.o
2025-08-20T22:07:18.2629501Z [00:18:11.515]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32mbel_linux.c
2025-08-20T22:07:18.3687072Z [00:18:11.620]➜  popt-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T22:07:18.3856490Z [00:18:11.637]➜  popt-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:07:18.3862552Z [00:18:11.637]➜  popt-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:07:18.3868226Z [00:18:11.637]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:07:18.3874295Z [00:18:11.637]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:07:18.3943911Z [00:18:11.643]➜  popt-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T22:07:18.4007807Z [00:18:11.643]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:07:18.4009586Z [00:18:11.646]➜  popt-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:07:18.4011236Z [00:18:11.650]➜  popt-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:07:18.4013567Z [00:18:11.650]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T22:07:18.4648580Z [00:18:11.716]➜  libgcrypt-static-x86_64-unknown-linux-musl> DSA 3072/256             -      40ms        30ms
2025-08-20T22:07:18.5822880Z [00:18:11.834]➜  popt-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:07:18.5825986Z [00:18:11.834]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:07:18.5836826Z [00:18:11.835]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:07:18.6227276Z [00:18:11.874]➜  libgcrypt-static-x86_64-unknown-linux-musl> ECDSA 192 bit         10ms      20ms        20ms
2025-08-20T22:07:18.8937941Z [00:18:12.145]➜  popt-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:07:18.9064942Z [00:18:12.158]➜  popt-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:07:18.9283172Z [00:18:12.180]➜  libgcrypt-static-x86_64-unknown-linux-musl> ECDSA 224 bit         10ms      30ms        30ms
2025-08-20T22:07:18.9358108Z [00:18:12.187]➜  popt-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:07:18.9568398Z [00:18:12.208]➜  popt-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:07:19.0455316Z [00:18:12.297]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:07:19.0490012Z [00:18:12.298]➜  popt-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:07:19.0708153Z [00:18:12.322]➜  popt-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:07:19.1576102Z [00:18:12.406]➜  libgcrypt-static-x86_64-unknown-linux-musl> ECDSA 256 bit         10ms      30ms        20ms
2025-08-20T22:07:19.2571150Z [00:18:12.509]➜  popt-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:07:19.2777318Z [00:18:12.529]➜  popt-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:07:19.5221246Z [00:18:12.774]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32mcore.c
2025-08-20T22:07:19.6707202Z [00:18:12.921]➜  libgcrypt-static-x86_64-unknown-linux-musl> ECDSA 384 bit         20ms      50ms        50ms
2025-08-20T22:07:19.6829459Z [00:18:12.934]➜  popt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:07:19.6831733Z [00:18:12.934]➜  popt-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:07:19.7879358Z [00:18:13.040]➜  popt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:07:19.8910551Z [00:18:13.143]➜  p11-kit-static-x86_64-unknown-linux-musl> [63/428] Compiling C object p11-kit/libp11-kit-testable.a.p/rpc-message.c.o
2025-08-20T22:07:19.9425561Z [00:18:13.194]➜  popt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:07:19.9952768Z [00:18:13.247]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32mep.c
2025-08-20T22:07:20.0540944Z [00:18:13.303]➜  popt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:07:20.0559214Z [00:18:13.303]➜  popt-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:07:20.1852705Z [00:18:13.435]➜  popt-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:07:20.5216714Z [00:18:13.773]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32metag.c
2025-08-20T22:07:20.5445216Z [00:18:13.796]➜  popt-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:07:20.5447337Z [00:18:13.796]➜  popt-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:07:20.5548688Z [00:18:13.807]➜  popt-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:07:20.5614582Z [00:18:13.808]➜  popt-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:07:20.5615925Z [00:18:13.812]➜  popt-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:07:20.5617160Z [00:18:13.812]➜  popt-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:07:20.5644386Z [00:18:13.816]➜  popt-static-x86_64-unknown-linux-musl> checking for special C compiler options needed for large files... no
2025-08-20T22:07:20.6952833Z [00:18:13.947]➜  popt-static-x86_64-unknown-linux-musl> checking for _FILE_OFFSET_BITS value needed for large files... no
2025-08-20T22:07:20.7050349Z [00:18:13.957]➜  libgcrypt-static-x86_64-unknown-linux-musl> ECDSA 521 bit         40ms     120ms       140ms
2025-08-20T22:07:20.8077064Z [00:18:14.059]➜  libgcrypt-static-x86_64-unknown-linux-musl> EdDSA Ed25519          0ms      10ms        10ms
2025-08-20T22:07:20.8606106Z [00:18:14.112]➜  popt-static-x86_64-unknown-linux-musl> checking for fnmatch.h... yes
2025-08-20T22:07:20.9278683Z [00:18:14.180]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T22:07:21.0059818Z [00:18:14.258]➜  popt-static-x86_64-unknown-linux-musl> checking for glob.h... yes
2025-08-20T22:07:21.0780251Z [00:18:14.330]➜  p11-kit-static-x86_64-unknown-linux-musl> [64/428] Compiling C object p11-kit/libp11-kit-testable.a.p/iter.c.o
2025-08-20T22:07:21.0832897Z [00:18:14.334]➜  libgcrypt-static-x86_64-unknown-linux-musl> EdDSA Ed448           10ms      20ms        60ms
2025-08-20T22:07:21.1159150Z [00:18:14.368]➜  popt-static-x86_64-unknown-linux-musl> checking for langinfo.h... yes
2025-08-20T22:07:21.2181666Z [00:18:14.470]➜  libgcrypt-static-x86_64-unknown-linux-musl> GOST  256 bit         10ms      20ms        30ms
2025-08-20T22:07:21.2540344Z [00:18:14.506]➜  popt-static-x86_64-unknown-linux-musl> checking for libintl.h... yes
2025-08-20T22:07:21.3197874Z [00:18:14.571]➜  p11-kit-static-x86_64-unknown-linux-musl> [65/428] Compiling C object p11-kit/libp11-kit-testable.a.p/messages.c.o
2025-08-20T22:07:21.4209045Z [00:18:14.673]➜  popt-static-x86_64-unknown-linux-musl> checking for mcheck.h... no
2025-08-20T22:07:21.5665457Z [00:18:14.817]➜  popt-static-x86_64-unknown-linux-musl> checking for stdalign.h... yes
2025-08-20T22:07:21.7437755Z [00:18:14.995]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32microblaze.c
2025-08-20T22:07:21.7857280Z [00:18:15.037]➜  popt-static-x86_64-unknown-linux-musl> checking for library containing setreuid... none required
2025-08-20T22:07:21.9602198Z [00:18:15.210]➜  p11-kit-static-x86_64-unknown-linux-musl> [66/428] Compiling C object p11-kit/libp11-kit-testable.a.p/log.c.o
2025-08-20T22:07:22.0274215Z [00:18:15.278]➜  popt-static-x86_64-unknown-linux-musl> checking for getuid... yes
2025-08-20T22:07:22.1317952Z [00:18:15.378]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32microblazeel.c
2025-08-20T22:07:22.1459501Z [00:18:15.397]➜  libgcrypt-static-x86_64-unknown-linux-musl> GOST  512 bit         30ms     110ms       130ms
2025-08-20T22:07:22.1526202Z [00:18:15.404]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:22.2655691Z [00:18:15.517]➜  popt-static-x86_64-unknown-linux-musl> checking for geteuid... yes
2025-08-20T22:07:22.3735651Z [00:18:15.624]➜  libgcrypt-static-x86_64-unknown-linux-musl> powm          10ms    10ms    30ms
2025-08-20T22:07:22.3740780Z [00:18:15.624]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:22.3967113Z [00:18:15.645]➜  libgcrypt-static-x86_64-unknown-linux-musl> random         0ms     0ms
2025-08-20T22:07:22.4114637Z [00:18:15.657]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: benchmark
2025-08-20T22:07:22.4116305Z [00:18:15.661]➜  libgcrypt-static-x86_64-unknown-linux-musl> Note: bench-slope running in quick regression test mode.
2025-08-20T22:07:22.4117653Z [00:18:15.661]➜  libgcrypt-static-x86_64-unknown-linux-musl> Hash:
2025-08-20T22:07:22.4118947Z [00:18:15.661]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:22.4476932Z [00:18:15.699]➜  libgcrypt-static-x86_64-unknown-linux-musl>  MD5            |      9.39 ns/B     101.6 MiB/s         - c/B
2025-08-20T22:07:22.4665611Z [00:18:15.718]➜  popt-static-x86_64-unknown-linux-musl> checking for iconv... yes
2025-08-20T22:07:22.4835477Z [00:18:15.733]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA1           |     10.76 ns/B     88.63 MiB/s         - c/B
2025-08-20T22:07:22.5109575Z [00:18:15.763]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32moxie.c
2025-08-20T22:07:22.5462417Z [00:18:15.798]➜  libgcrypt-static-x86_64-unknown-linux-musl>  RIPEMD160      |     19.60 ns/B     48.65 MiB/s         - c/B
2025-08-20T22:07:22.5628559Z [00:18:15.815]➜  p11-kit-static-x86_64-unknown-linux-musl> [67/428] Compiling C object p11-kit/libp11-kit-testable.a.p/pin.c.o
2025-08-20T22:07:22.6041909Z [00:18:15.856]➜  libgcrypt-static-x86_64-unknown-linux-musl>  TIGER192       |      8.26 ns/B     115.5 MiB/s         - c/B
2025-08-20T22:07:22.6777127Z [00:18:15.929]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA256         |     19.83 ns/B     48.09 MiB/s         - c/B
2025-08-20T22:07:22.6858894Z [00:18:15.938]➜  popt-static-x86_64-unknown-linux-musl> checking for mtrace... no
2025-08-20T22:07:22.7176433Z [00:18:15.969]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA384         |     15.17 ns/B     62.88 MiB/s         - c/B
2025-08-20T22:07:22.7479196Z [00:18:15.999]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA512         |     29.98 ns/B     31.81 MiB/s         - c/B
2025-08-20T22:07:22.8405464Z [00:18:16.089]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA224         |     21.58 ns/B     44.19 MiB/s         - c/B
2025-08-20T22:07:22.8498722Z [00:18:16.102]➜  libgcrypt-static-x86_64-unknown-linux-musl>  MD4            |      6.21 ns/B     153.5 MiB/s         - c/B
2025-08-20T22:07:22.9087785Z [00:18:16.160]➜  popt-static-x86_64-unknown-linux-musl> checking for secure_getenv... yes
2025-08-20T22:07:22.9413457Z [00:18:16.193]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32mt.c
2025-08-20T22:07:22.9821518Z [00:18:16.234]➜  p11-kit-static-x86_64-unknown-linux-musl> [68/428] Compiling C object p11-kit/libp11-kit-testable.a.p/rpc-client.c.o
2025-08-20T22:07:23.0445163Z [00:18:16.296]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CRC32          |      3.56 ns/B     267.6 MiB/s         - c/B
2025-08-20T22:07:23.0582550Z [00:18:16.310]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CRC32RFC1510   |      2.61 ns/B     365.5 MiB/s         - c/B
2025-08-20T22:07:23.0839726Z [00:18:16.334]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CRC24RFC2440   |      2.13 ns/B     447.3 MiB/s         - c/B
2025-08-20T22:07:23.0896018Z [00:18:16.334]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T22:07:23.1306452Z [00:18:16.382]➜  p11-kit-static-x86_64-unknown-linux-musl> [69/428] Compiling C object p11-kit/libp11-kit-testable.a.p/proxy-init.c.o
2025-08-20T22:07:23.1699199Z [00:18:16.422]➜  popt-static-x86_64-unknown-linux-musl> checking for __secure_getenv... no
2025-08-20T22:07:23.2454334Z [00:18:16.497]➜  libgcrypt-static-x86_64-unknown-linux-musl>  WHIRLPOOL      |     48.65 ns/B     19.60 MiB/s         - c/B
2025-08-20T22:07:23.2801979Z [00:18:16.530]➜  libgcrypt-static-x86_64-unknown-linux-musl>  TIGER          |      6.80 ns/B     140.3 MiB/s         - c/B
2025-08-20T22:07:23.3168620Z [00:18:16.566]➜  libgcrypt-static-x86_64-unknown-linux-musl>  TIGER2         |      9.92 ns/B     96.11 MiB/s         - c/B
2025-08-20T22:07:23.4472208Z [00:18:16.699]➜  popt-static-x86_64-unknown-linux-musl> checking for setreuid... yes
2025-08-20T22:07:23.4992168Z [00:18:16.751]➜  p11-kit-static-x86_64-unknown-linux-musl> [70/428] Compiling C object p11-kit/libp11-kit-testable.a.p/modules.c.o
2025-08-20T22:07:23.5164793Z [00:18:16.768]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
2025-08-20T22:07:23.5173894Z [00:18:16.769]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'config/ltmain.sh'
2025-08-20T22:07:23.5215788Z [00:18:16.773]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GOSTR3411_94   |     86.76 ns/B     10.99 MiB/s         - c/B
2025-08-20T22:07:23.6063589Z [00:18:16.858]➜  libgcrypt-static-x86_64-unknown-linux-musl>  STRIBOG256     |     40.16 ns/B     23.75 MiB/s         - c/B
2025-08-20T22:07:23.6486419Z [00:18:16.900]➜  libgcrypt-static-x86_64-unknown-linux-musl>  STRIBOG512     |     40.12 ns/B     23.77 MiB/s         - c/B
2025-08-20T22:07:23.6624850Z [00:18:16.909]➜  popt-static-x86_64-unknown-linux-musl> checking for setuid... yes
2025-08-20T22:07:23.6930399Z [00:18:16.945]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T22:07:23.6958663Z [00:18:16.945]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T22:07:23.7953472Z [00:18:17.047]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T22:07:23.8185729Z [00:18:17.070]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GOSTR3411_CP   |     81.63 ns/B     11.68 MiB/s         - c/B
2025-08-20T22:07:23.8562207Z [00:18:17.108]➜  popt-static-x86_64-unknown-linux-musl> checking for stpcpy... yes
2025-08-20T22:07:23.8621851Z [00:18:17.114]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA3-224       |     21.43 ns/B     44.51 MiB/s         - c/B
2025-08-20T22:07:23.8801298Z [00:18:17.132]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA3-256       |     25.01 ns/B     38.14 MiB/s         - c/B
2025-08-20T22:07:23.9167079Z [00:18:17.168]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA3-384       |     35.34 ns/B     26.98 MiB/s         - c/B
2025-08-20T22:07:23.9269242Z [00:18:17.179]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T22:07:23.9562086Z [00:18:17.208]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA3-512       |     20.02 ns/B     47.63 MiB/s         - c/B
2025-08-20T22:07:23.9988900Z [00:18:17.247]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHAKE128       |     11.22 ns/B     84.99 MiB/s         - c/B
2025-08-20T22:07:24.0494962Z [00:18:17.301]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T22:07:24.0648535Z [00:18:17.316]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHAKE256       |     22.52 ns/B     42.34 MiB/s         - c/B
2025-08-20T22:07:24.0737557Z [00:18:17.325]➜  popt-static-x86_64-unknown-linux-musl> checking for strerror... yes
2025-08-20T22:07:24.0990611Z [00:18:17.350]➜  libgcrypt-static-x86_64-unknown-linux-musl>  BLAKE2B_512    |      7.44 ns/B     128.2 MiB/s         - c/B
2025-08-20T22:07:24.1076985Z [00:18:17.359]➜  libgcrypt-static-x86_64-unknown-linux-musl>  BLAKE2B_384    |     14.59 ns/B     65.35 MiB/s         - c/B
2025-08-20T22:07:24.1209483Z [00:18:17.373]➜  libgcrypt-static-x86_64-unknown-linux-musl>  BLAKE2B_256    |     12.67 ns/B     75.30 MiB/s         - c/B
2025-08-20T22:07:24.1296226Z [00:18:17.381]➜  libgcrypt-static-x86_64-unknown-linux-musl>  BLAKE2B_160    |      9.37 ns/B     101.8 MiB/s         - c/B
2025-08-20T22:07:24.1779411Z [00:18:17.430]➜  libgcrypt-static-x86_64-unknown-linux-musl>  BLAKE2S_256    |      9.46 ns/B     100.8 MiB/s         - c/B
2025-08-20T22:07:24.1782632Z [00:18:17.430]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T22:07:24.1937816Z [00:18:17.445]➜  libgcrypt-static-x86_64-unknown-linux-musl>  BLAKE2S_224    |     10.05 ns/B     94.92 MiB/s         - c/B
2025-08-20T22:07:24.2122519Z [00:18:17.464]➜  libgcrypt-static-x86_64-unknown-linux-musl>  BLAKE2S_160    |      7.71 ns/B     123.8 MiB/s         - c/B
2025-08-20T22:07:24.2351585Z [00:18:17.485]➜  libgcrypt-static-x86_64-unknown-linux-musl>  BLAKE2S_128    |      8.35 ns/B     114.2 MiB/s         - c/B
2025-08-20T22:07:24.3069252Z [00:18:17.559]➜  popt-static-x86_64-unknown-linux-musl> checking for vasprintf... yes
2025-08-20T22:07:24.3151543Z [00:18:17.567]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SM3            |     14.18 ns/B     67.25 MiB/s         - c/B
2025-08-20T22:07:24.3540619Z [00:18:17.606]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T22:07:24.3546412Z [00:18:17.606]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T22:07:24.3560191Z [00:18:17.606]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:07:24.3661320Z [00:18:17.616]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA512_256     |     22.06 ns/B     43.23 MiB/s         - c/B
2025-08-20T22:07:24.3796971Z [00:18:17.631]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SHA512_224     |     19.04 ns/B     50.09 MiB/s         - c/B
2025-08-20T22:07:24.3798888Z [00:18:17.631]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:24.3894509Z [00:18:17.638]➜  libgcrypt-static-x86_64-unknown-linux-musl> MAC:
2025-08-20T22:07:24.3904925Z [00:18:17.638]➜  libgcrypt-static-x86_64-unknown-linux-musl>                     |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:24.5395523Z [00:18:17.791]➜  popt-static-x86_64-unknown-linux-musl> checking for srandom... yes
2025-08-20T22:07:24.6189833Z [00:18:17.871]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GOST28147_IMIT     |     28.60 ns/B     33.35 MiB/s         - c/B
2025-08-20T22:07:24.6531117Z [00:18:17.903]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA256        |     16.73 ns/B     57.01 MiB/s         - c/B
2025-08-20T22:07:24.6808227Z [00:18:17.932]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA224        |     17.41 ns/B     54.79 MiB/s         - c/B
2025-08-20T22:07:24.7085078Z [00:18:17.957]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA512        |     17.52 ns/B     54.43 MiB/s         - c/B
2025-08-20T22:07:24.7298792Z [00:18:17.982]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA384        |     22.57 ns/B     42.25 MiB/s         - c/B
2025-08-20T22:07:24.7406006Z [00:18:17.992]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA1          |     12.80 ns/B     74.51 MiB/s         - c/B
2025-08-20T22:07:24.7615441Z [00:18:18.013]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_MD5           |      5.72 ns/B     166.6 MiB/s         - c/B
2025-08-20T22:07:24.7696255Z [00:18:18.021]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_MD4           |      1.01 ns/B     943.1 MiB/s         - c/B
2025-08-20T22:07:24.7830492Z [00:18:18.034]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_RIPEMD160     |      7.96 ns/B     119.8 MiB/s         - c/B
2025-08-20T22:07:24.8011526Z [00:18:18.053]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_TIGER         |     11.33 ns/B     84.20 MiB/s         - c/B
2025-08-20T22:07:24.8019949Z [00:18:18.054]➜  popt-static-x86_64-unknown-linux-musl> checking for glob_pattern_p... no
2025-08-20T22:07:24.8126559Z [00:18:18.063]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32or1k.c
2025-08-20T22:07:24.8466110Z [00:18:18.098]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_WHIRLPOOL     |     24.02 ns/B     39.70 MiB/s         - c/B
2025-08-20T22:07:24.9161159Z [00:18:18.167]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_GOSTR3411_94  |     67.31 ns/B     14.17 MiB/s         - c/B
2025-08-20T22:07:24.9872879Z [00:18:18.238]➜  popt-static-x86_64-unknown-linux-musl> checking for mbsrtowcs... yes
2025-08-20T22:07:24.9878291Z [00:18:18.238]➜  popt-static-x86_64-unknown-linux-musl> checking whether NLS is requested... yes
2025-08-20T22:07:25.0042331Z [00:18:18.254]➜  popt-static-x86_64-unknown-linux-musl> checking for msgfmt... no
2025-08-20T22:07:25.0075731Z [00:18:18.259]➜  popt-static-x86_64-unknown-linux-musl> checking for gmsgfmt... :
2025-08-20T22:07:25.0539616Z [00:18:18.306]➜  popt-static-x86_64-unknown-linux-musl> checking for xgettext... no
2025-08-20T22:07:25.0797410Z [00:18:18.331]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_STRIBOG256    |     37.39 ns/B     25.51 MiB/s         - c/B
2025-08-20T22:07:25.1027868Z [00:18:18.354]➜  popt-static-x86_64-unknown-linux-musl> checking for msgmerge... no
2025-08-20T22:07:25.1068810Z [00:18:18.359]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_STRIBOG512    |     25.03 ns/B     38.10 MiB/s         - c/B
2025-08-20T22:07:25.1217161Z [00:18:18.373]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA3_224      |     15.38 ns/B     62.02 MiB/s         - c/B
2025-08-20T22:07:25.1369387Z [00:18:18.389]➜  popt-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T22:07:25.1433701Z [00:18:18.395]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA3_256      |     26.26 ns/B     36.32 MiB/s         - c/B
2025-08-20T22:07:25.1743678Z [00:18:18.426]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA3_384      |     33.57 ns/B     28.41 MiB/s         - c/B
2025-08-20T22:07:25.1758596Z [00:18:18.428]➜  popt-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T22:07:25.2089151Z [00:18:18.461]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA3_512      |     34.68 ns/B     27.50 MiB/s         - c/B
2025-08-20T22:07:25.3077181Z [00:18:18.559]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_GOSTR3411_CP  |     92.75 ns/B     10.28 MiB/s         - c/B
2025-08-20T22:07:25.3248543Z [00:18:18.573]➜  popt-static-x86_64-unknown-linux-musl> checking for shared library run path origin... done
2025-08-20T22:07:25.3294839Z [00:18:18.576]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_BLAKE2B_512   |     11.26 ns/B     84.72 MiB/s         - c/B
2025-08-20T22:07:25.3521120Z [00:18:18.604]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_BLAKE2B_384   |      8.21 ns/B     116.2 MiB/s         - c/B
2025-08-20T22:07:25.3611760Z [00:18:18.613]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_BLAKE2B_256   |     0.151 ns/B      6307 MiB/s         - c/B
2025-08-20T22:07:25.3751691Z [00:18:18.627]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_BLAKE2B_160   |      7.13 ns/B     133.7 MiB/s         - c/B
2025-08-20T22:07:25.3879130Z [00:18:18.640]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_BLAKE2S_256   |      9.47 ns/B     100.7 MiB/s         - c/B
2025-08-20T22:07:25.4113692Z [00:18:18.663]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_BLAKE2S_224   |     17.65 ns/B     54.04 MiB/s         - c/B
2025-08-20T22:07:25.4304660Z [00:18:18.676]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32or1k_linux.c
2025-08-20T22:07:25.4338970Z [00:18:18.686]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_BLAKE2S_160   |     17.85 ns/B     53.42 MiB/s         - c/B
2025-08-20T22:07:25.4340889Z [00:18:18.686]➜  p11-kit-static-x86_64-unknown-linux-musl> [71/428] Compiling C object p11-kit/libp11-kit-testable.a.p/proxy.c.o
2025-08-20T22:07:25.4510186Z [00:18:18.702]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_BLAKE2S_128   |      6.24 ns/B     152.9 MiB/s         - c/B
2025-08-20T22:07:25.4810640Z [00:18:18.733]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SM3           |     20.41 ns/B     46.72 MiB/s         - c/B
2025-08-20T22:07:25.4856018Z [00:18:18.737]➜  popt-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T22:07:25.5172137Z [00:18:18.769]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA512_256    |     10.83 ns/B     88.09 MiB/s         - c/B
2025-08-20T22:07:25.5423855Z [00:18:18.793]➜  libgcrypt-static-x86_64-unknown-linux-musl>  HMAC_SHA512_224    |     17.57 ns/B     54.28 MiB/s         - c/B
2025-08-20T22:07:25.5724674Z [00:18:18.824]➜  p11-kit-static-x86_64-unknown-linux-musl> [72/428] Compiling C object p11-kit/libp11-kit-testable.a.p/uri.c.o
2025-08-20T22:07:25.5884172Z [00:18:18.840]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_AES           |     11.52 ns/B     82.76 MiB/s         - c/B
2025-08-20T22:07:25.6095768Z [00:18:18.861]➜  p11-kit-static-x86_64-unknown-linux-musl> [73/428] Generating 'p11-kit/libp11-kit-pkcs11-gnu.a.p/pkcs11-gnu-iter.h'
2025-08-20T22:07:25.6352928Z [00:18:18.887]➜  p11-kit-static-x86_64-unknown-linux-musl> [74/428] Generating 'p11-kit/libp11-kit-pkcs11-gnu.a.p/pkcs11-gnu-pin.h'
2025-08-20T22:07:25.6603680Z [00:18:18.912]➜  p11-kit-static-x86_64-unknown-linux-musl> [75/428] Generating 'p11-kit/libp11-kit-pkcs11-gnu.a.p/pkcs11-gnu-uri.h'
2025-08-20T22:07:25.7136874Z [00:18:18.964]➜  p11-kit-static-x86_64-unknown-linux-musl> [76/428] Compiling C object p11-kit/libp11-kit-testable.a.p/util.c.o
2025-08-20T22:07:25.7302871Z [00:18:18.975]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_3DES          |     103.9 ns/B      9.18 MiB/s         - c/B
2025-08-20T22:07:25.7654547Z [00:18:19.017]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_CAMELLIA      |     14.70 ns/B     64.88 MiB/s         - c/B
2025-08-20T22:07:25.8230788Z [00:18:19.075]➜  popt-static-x86_64-unknown-linux-musl> checking for CFPreferencesCopyAppValue... no
2025-08-20T22:07:25.8275201Z [00:18:19.079]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_CAST5         |     32.93 ns/B     28.96 MiB/s         - c/B
2025-08-20T22:07:25.8308255Z [00:18:19.082]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32ppc.c
2025-08-20T22:07:25.8661471Z [00:18:19.118]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_BLOWFISH      |     10.27 ns/B     92.83 MiB/s         - c/B
2025-08-20T22:07:25.8815166Z [00:18:19.133]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_TWOFISH       |     15.46 ns/B     61.67 MiB/s         - c/B
2025-08-20T22:07:25.9547656Z [00:18:19.206]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_SERPENT       |     39.12 ns/B     24.38 MiB/s         - c/B
2025-08-20T22:07:25.9619363Z [00:18:19.214]➜  popt-static-x86_64-unknown-linux-musl> checking for CFLocaleCopyCurrent... no
2025-08-20T22:07:26.0155638Z [00:18:19.267]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_SEED          |     47.54 ns/B     20.06 MiB/s         - c/B
2025-08-20T22:07:26.0374475Z [00:18:19.289]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32ppc_fbsd.c
2025-08-20T22:07:26.0610499Z [00:18:19.311]➜  p11-kit-static-x86_64-unknown-linux-musl> [77/428] Compiling C object trust/liblibtrust-data.a.p/utf8.c.o
2025-08-20T22:07:26.0950498Z [00:18:19.346]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_RFC2268       |     59.73 ns/B     15.97 MiB/s         - c/B
2025-08-20T22:07:26.1571680Z [00:18:19.409]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_IDEA          |     35.24 ns/B     27.06 MiB/s         - c/B
2025-08-20T22:07:26.2182407Z [00:18:19.470]➜  p11-kit-static-x86_64-unknown-linux-musl> [78/428] Compiling C object trust/liblibtrust-data.a.p/x509.c.o
2025-08-20T22:07:26.2192907Z [00:18:19.471]➜  popt-static-x86_64-unknown-linux-musl> checking for GNU gettext in libc... no
2025-08-20T22:07:26.2542676Z [00:18:19.506]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_GOST28147     |     50.43 ns/B     18.91 MiB/s         - c/B
2025-08-20T22:07:26.3249995Z [00:18:19.577]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_SM4           |     56.95 ns/B     16.75 MiB/s         - c/B
2025-08-20T22:07:26.3738793Z [00:18:19.625]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CMAC_ARIA          |     37.59 ns/B     25.37 MiB/s         - c/B
2025-08-20T22:07:26.4139348Z [00:18:19.666]➜  popt-static-x86_64-unknown-linux-musl> checking for iconv... yes
2025-08-20T22:07:26.4146962Z [00:18:19.666]➜  popt-static-x86_64-unknown-linux-musl> checking for working iconv... guessing yes
2025-08-20T22:07:26.6264119Z [00:18:19.878]➜  popt-static-x86_64-unknown-linux-musl> checking for GNU gettext in libintl... no
2025-08-20T22:07:26.6271137Z [00:18:19.878]➜  popt-static-x86_64-unknown-linux-musl> checking whether to use NLS... no
2025-08-20T22:07:26.6272596Z [00:18:19.878]➜  popt-static-x86_64-unknown-linux-musl> checking for iconv... (cached) yes
2025-08-20T22:07:26.6283711Z [00:18:19.880]➜  popt-static-x86_64-unknown-linux-musl> checking for working iconv... (cached) guessing yes
2025-08-20T22:07:26.7180398Z [00:18:19.970]➜  popt-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:07:26.7214440Z [00:18:19.973]➜  popt-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:07:26.7488300Z [00:18:20.001]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GMAC_AES           |     11.36 ns/B     83.96 MiB/s         - c/B
2025-08-20T22:07:26.7869171Z [00:18:20.039]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GMAC_CAMELLIA      |      8.70 ns/B     109.6 MiB/s         - c/B
2025-08-20T22:07:26.8000073Z [00:18:20.052]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GMAC_TWOFISH       |     13.15 ns/B     72.51 MiB/s         - c/B
2025-08-20T22:07:26.8274210Z [00:18:20.079]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GMAC_SERPENT       |     17.94 ns/B     53.15 MiB/s         - c/B
2025-08-20T22:07:26.8369781Z [00:18:20.089]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GMAC_SEED          |     12.63 ns/B     75.53 MiB/s         - c/B
2025-08-20T22:07:26.8594395Z [00:18:20.111]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GMAC_SM4           |     18.29 ns/B     52.14 MiB/s         - c/B
2025-08-20T22:07:26.8813748Z [00:18:20.133]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GMAC_ARIA          |     12.79 ns/B     74.55 MiB/s         - c/B
2025-08-20T22:07:26.8878594Z [00:18:20.134]➜  libgcrypt-static-x86_64-unknown-linux-musl>  POLY1305           |     0.335 ns/B      2849 MiB/s         - c/B
2025-08-20T22:07:26.8890829Z [00:18:20.141]➜  libgcrypt-static-x86_64-unknown-linux-musl>  POLY1305_AES       |      1.99 ns/B     479.6 MiB/s         - c/B
2025-08-20T22:07:26.8892974Z [00:18:20.141]➜  libgcrypt-static-x86_64-unknown-linux-musl>  POLY1305_CAMELLIA  |     0.843 ns/B      1131 MiB/s         - c/B
2025-08-20T22:07:26.9034374Z [00:18:20.155]➜  libgcrypt-static-x86_64-unknown-linux-musl>  POLY1305_TWOFISH   |      6.99 ns/B     136.5 MiB/s         - c/B
2025-08-20T22:07:26.9036236Z [00:18:20.155]➜  libgcrypt-static-x86_64-unknown-linux-musl>  POLY1305_SERPENT   |     0.400 ns/B      2384 MiB/s         - c/B
2025-08-20T22:07:26.9096717Z [00:18:20.158]➜  libgcrypt-static-x86_64-unknown-linux-musl>  POLY1305_SEED      |      2.53 ns/B     376.3 MiB/s         - c/B
2025-08-20T22:07:26.9142001Z [00:18:20.166]➜  libgcrypt-static-x86_64-unknown-linux-musl>  POLY1305_SM4       |      4.86 ns/B     196.4 MiB/s         - c/B
2025-08-20T22:07:26.9160086Z [00:18:20.168]➜  libgcrypt-static-x86_64-unknown-linux-musl>  POLY1305_ARIA      |     0.379 ns/B      2519 MiB/s         - c/B
2025-08-20T22:07:26.9293855Z [00:18:20.178]➜  libgcrypt-static-x86_64-unknown-linux-musl>                     =
2025-08-20T22:07:26.9295080Z [00:18:20.178]➜  libgcrypt-static-x86_64-unknown-linux-musl> Cipher:
2025-08-20T22:07:26.9296382Z [00:18:20.178]➜  libgcrypt-static-x86_64-unknown-linux-musl>  IDEA           |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:27.0215976Z [00:18:20.271]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     37.63 ns/B     25.34 MiB/s         - c/B
2025-08-20T22:07:27.0790982Z [00:18:20.327]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     48.01 ns/B     19.86 MiB/s         - c/B
2025-08-20T22:07:27.1375064Z [00:18:20.389]➜  p11-kit-static-x86_64-unknown-linux-musl> [79/428] Compiling C object p11-kit/libp11-kit-testable.a.p/rpc-server.c.o
2025-08-20T22:07:27.1404391Z [00:18:20.392]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     56.79 ns/B     16.79 MiB/s         - c/B
2025-08-20T22:07:27.2022573Z [00:18:20.454]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     40.83 ns/B     23.36 MiB/s         - c/B
2025-08-20T22:07:27.3030847Z [00:18:20.555]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     38.56 ns/B     24.73 MiB/s         - c/B
2025-08-20T22:07:27.3807573Z [00:18:20.632]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     37.10 ns/B     25.70 MiB/s         - c/B
2025-08-20T22:07:27.4575585Z [00:18:20.709]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     35.60 ns/B     26.79 MiB/s         - c/B
2025-08-20T22:07:27.5557765Z [00:18:20.807]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     41.22 ns/B     23.13 MiB/s         - c/B
2025-08-20T22:07:27.6320500Z [00:18:20.884]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     47.66 ns/B     20.01 MiB/s         - c/B
2025-08-20T22:07:27.6985146Z [00:18:20.950]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     51.35 ns/B     18.57 MiB/s         - c/B
2025-08-20T22:07:27.8264573Z [00:18:21.078]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     60.85 ns/B     15.67 MiB/s         - c/B
2025-08-20T22:07:27.9348409Z [00:18:21.186]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     73.24 ns/B     13.02 MiB/s         - c/B
2025-08-20T22:07:27.9441543Z [00:18:21.196]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32ppchaiku.c
2025-08-20T22:07:27.9998859Z [00:18:21.252]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     57.57 ns/B     16.57 MiB/s         - c/B
2025-08-20T22:07:28.0074876Z [00:18:21.256]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:28.0081288Z [00:18:21.256]➜  libgcrypt-static-x86_64-unknown-linux-musl>  3DES           |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:28.1310119Z [00:18:21.381]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32ppclinux.c
2025-08-20T22:07:28.2255649Z [00:18:21.476]➜  p11-kit-static-x86_64-unknown-linux-musl> [80/428] Compiling C object trust/liblibtrust-testable.a.p/digest.c.o
2025-08-20T22:07:28.2704204Z [00:18:21.522]➜  p11-kit-static-x86_64-unknown-linux-musl> [81/428] Compiling C object trust/liblibtrust-testable.a.p/index.c.o
2025-08-20T22:07:28.4075491Z [00:18:21.658]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     131.3 ns/B      7.26 MiB/s         - c/B
2025-08-20T22:07:28.4930847Z [00:18:21.745]➜  popt-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile.in
2025-08-20T22:07:28.5287215Z [00:18:21.780]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     99.47 ns/B      9.59 MiB/s         - c/B
2025-08-20T22:07:28.5755846Z [00:18:21.827]➜  popt-static-x86_64-unknown-linux-musl> config.status: creating Doxyfile
2025-08-20T22:07:28.6475563Z [00:18:21.899]➜  popt-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:07:28.6794925Z [00:18:21.931]➜  p11-kit-static-x86_64-unknown-linux-musl> [82/428] Compiling C object trust/liblibtrust-testable.a.p/builder.c.o
2025-08-20T22:07:28.7163040Z [00:18:21.968]➜  popt-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T22:07:28.7236250Z [00:18:21.975]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     92.10 ns/B     10.36 MiB/s         - c/B
2025-08-20T22:07:28.7860674Z [00:18:22.038]➜  popt-static-x86_64-unknown-linux-musl> config.status: creating popt.pc
2025-08-20T22:07:28.8328977Z [00:18:22.084]➜  popt-static-x86_64-unknown-linux-musl> config.status: creating tests/test-poptrc
2025-08-20T22:07:28.8743964Z [00:18:22.125]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     131.5 ns/B      7.25 MiB/s         - c/B
2025-08-20T22:07:28.8919889Z [00:18:22.144]➜  popt-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T22:07:28.9563635Z [00:18:22.208]➜  popt-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:07:29.0045770Z [00:18:22.256]➜  popt-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:07:29.0103023Z [00:18:22.259]➜  popt-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:07:29.0577227Z [00:18:22.309]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     101.0 ns/B      9.44 MiB/s         - c/B
2025-08-20T22:07:29.0609539Z [00:18:22.313]➜  popt-static-x86_64-unknown-linux-musl> config.status: executing po-directories commands
2025-08-20T22:07:29.0997735Z [00:18:22.351]➜  popt-static-x86_64-unknown-linux-musl> config.status: creating po/POTFILES
2025-08-20T22:07:29.1407270Z [00:18:22.391]➜  popt-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile
2025-08-20T22:07:29.1951241Z [00:18:22.447]➜  p11-kit-static-x86_64-unknown-linux-musl> [83/428] Compiling C object trust/liblibtrust-testable.a.p/parser.c.o
2025-08-20T22:07:29.2069388Z [00:18:22.459]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     100.7 ns/B      9.47 MiB/s         - c/B
2025-08-20T22:07:29.3464878Z [00:18:22.598]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     83.41 ns/B     11.43 MiB/s         - c/B
2025-08-20T22:07:29.3576735Z [00:18:22.609]➜  popt-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:07:29.3664077Z [00:18:22.618]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T22:07:29.4014656Z [00:18:22.653]➜  popt-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:07:29.4016775Z [00:18:22.653]➜  p11-kit-static-x86_64-unknown-linux-musl> [84/428] Compiling C object trust/liblibtrust-testable.a.p/save.c.o
2025-08-20T22:07:29.4110921Z [00:18:22.663]➜  popt-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T22:07:29.4261380Z [00:18:22.678]➜  popt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/popt-1.19'
2025-08-20T22:07:29.4514915Z [00:18:22.698]➜  popt-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T22:07:29.4516546Z [00:18:22.701]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/popt-1.19/src'
2025-08-20T22:07:29.4558659Z [00:18:22.704]➜  popt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -DPOPT_SYSCONFDIR="\"/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/etc\""   -g -O2 -c -o popt.lo popt.c
2025-08-20T22:07:29.4715416Z [00:18:22.723]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     123.9 ns/B      7.70 MiB/s         - c/B
2025-08-20T22:07:29.4856130Z [00:18:22.737]➜  p11-kit-static-x86_64-unknown-linux-musl> [85/428] Compiling C object trust/liblibtrust-testable.a.p/session.c.o
2025-08-20T22:07:29.6280999Z [00:18:22.880]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     105.9 ns/B      9.00 MiB/s         - c/B
2025-08-20T22:07:29.6894067Z [00:18:22.941]➜  popt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/etc\" -g -O2 -c popt.c -o popt.o
2025-08-20T22:07:29.7667859Z [00:18:23.018]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     114.6 ns/B      8.32 MiB/s         - c/B
2025-08-20T22:07:30.0211221Z [00:18:23.273]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     251.7 ns/B      3.79 MiB/s         - c/B
2025-08-20T22:07:30.0388559Z [00:18:23.289]➜  p11-kit-static-x86_64-unknown-linux-musl> [86/428] Compiling C object trust/liblibtrust-test.a.p/test-trust.c.o
2025-08-20T22:07:30.2106009Z [00:18:23.462]➜  p11-kit-static-x86_64-unknown-linux-musl> [87/428] Compiling C object trust/liblibtrust-testable.a.p/module.c.o
2025-08-20T22:07:30.2274631Z [00:18:23.479]➜  p11-kit-static-x86_64-unknown-linux-musl> [88/428] Linking static target common/libp11-test.a
2025-08-20T22:07:30.2373923Z [00:18:23.489]➜  p11-kit-static-x86_64-unknown-linux-musl> [89/428] Linking static target common/libp11-tool.a
2025-08-20T22:07:30.2528716Z [00:18:23.505]➜  p11-kit-static-x86_64-unknown-linux-musl> [90/428] Linking static target common/libp11-asn1.a
2025-08-20T22:07:30.2989635Z [00:18:23.551]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     257.8 ns/B      3.70 MiB/s         - c/B
2025-08-20T22:07:30.3630257Z [00:18:23.610]➜  p11-kit-static-x86_64-unknown-linux-musl> [91/428] Compiling C object trust/liblibtrust-testable.a.p/token.c.o
2025-08-20T22:07:30.4326944Z [00:18:23.684]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     129.4 ns/B      7.37 MiB/s         - c/B
2025-08-20T22:07:30.4427522Z [00:18:23.684]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:30.4442224Z [00:18:23.684]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CAST5          |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:30.4754266Z [00:18:23.727]➜  p11-kit-static-x86_64-unknown-linux-musl> [92/428] Compiling C object common/test-tests.p/test-tests.c.o
2025-08-20T22:07:30.5855697Z [00:18:23.835]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     33.21 ns/B     28.71 MiB/s         - c/B
2025-08-20T22:07:30.6379238Z [00:18:23.890]➜  p11-kit-static-x86_64-unknown-linux-musl> [93/428] Compiling C object common/test-compat.p/test-compat.c.o
2025-08-20T22:07:30.6527284Z [00:18:23.903]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     25.97 ns/B     36.73 MiB/s         - c/B
2025-08-20T22:07:30.7304086Z [00:18:23.982]➜  p11-kit-static-x86_64-unknown-linux-musl> [94/428] Compiling C object common/test-hash.p/test-hash.c.o
2025-08-20T22:07:30.7595370Z [00:18:24.008]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     33.60 ns/B     28.38 MiB/s         - c/B
2025-08-20T22:07:30.8040743Z [00:18:24.056]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     17.51 ns/B     54.46 MiB/s         - c/B
2025-08-20T22:07:30.9117240Z [00:18:24.163]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     40.66 ns/B     23.46 MiB/s         - c/B
2025-08-20T22:07:30.9657506Z [00:18:24.212]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     21.36 ns/B     44.66 MiB/s         - c/B
2025-08-20T22:07:31.0475890Z [00:18:24.296]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     33.09 ns/B     28.82 MiB/s         - c/B
2025-08-20T22:07:31.1996390Z [00:18:24.451]➜  p11-kit-static-x86_64-unknown-linux-musl> [95/428] Compiling C object common/test-array.p/test-array.c.o
2025-08-20T22:07:31.2648972Z [00:18:24.517]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     29.88 ns/B     31.92 MiB/s         - c/B
2025-08-20T22:07:31.3290000Z [00:18:24.581]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     15.85 ns/B     60.19 MiB/s         - c/B
2025-08-20T22:07:31.3721103Z [00:18:24.624]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     20.23 ns/B     47.14 MiB/s         - c/B
2025-08-20T22:07:31.4715705Z [00:18:24.723]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     50.26 ns/B     18.98 MiB/s         - c/B
2025-08-20T22:07:31.4729208Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:100: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T22:07:31.4731041Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:100: You should run autoupdate.
2025-08-20T22:07:31.4732756Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T22:07:31.4735116Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T22:07:31.4736781Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.4738462Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T22:07:31.4740254Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T22:07:31.4742002Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/cyrus.m4:32: CMU_GUESS_RUNPATH_SWITCH is expanded from...
2025-08-20T22:07:31.4743696Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:100: the top level
2025-08-20T22:07:31.4745286Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:100: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T22:07:31.4746931Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:100: You should run autoupdate.
2025-08-20T22:07:31.4748558Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T22:07:31.4750310Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T22:07:31.4751943Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.4754131Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2892: _AC_LINK_IFELSE is expanded from...
2025-08-20T22:07:31.4755927Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2909: AC_LINK_IFELSE is expanded from...
2025-08-20T22:07:31.4760157Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T22:07:31.4761886Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T22:07:31.4763709Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.4765454Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T22:07:31.4767334Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T22:07:31.4769159Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/cyrus.m4:32: CMU_GUESS_RUNPATH_SWITCH is expanded from...
2025-08-20T22:07:31.4770772Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:100: the top level
2025-08-20T22:07:31.4772362Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:152: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T22:07:31.4774207Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:152: You should run autoupdate.
2025-08-20T22:07:31.4775792Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T22:07:31.4777580Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T22:07:31.4779280Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.4780936Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/functions.m4:66: AC_CHECK_FUNC is expanded from...
2025-08-20T22:07:31.4782710Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/bsd_sockets.m4:8: CMU_SOCKETS is expanded from...
2025-08-20T22:07:31.4784308Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:152: the top level
2025-08-20T22:07:31.4785851Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: warning: The macro 'AC_HELP_STRING' is obsolete.
2025-08-20T22:07:31.4853130Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: You should run autoupdate.
2025-08-20T22:07:31.4855072Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
2025-08-20T22:07:31.4857817Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
2025-08-20T22:07:31.4859302Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasldb.m4:6: SASL_DB_CHECK is expanded from...
2025-08-20T22:07:31.4860525Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: the top level
2025-08-20T22:07:31.4861858Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T22:07:31.4870988Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: You should run autoupdate.
2025-08-20T22:07:31.4872618Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T22:07:31.4874407Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/berkdb.m4:204: CYRUS_BERKELEY_DB_CHK_LIB is expanded from...
2025-08-20T22:07:31.4875847Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.4877617Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from...
2025-08-20T22:07:31.4879276Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from...
2025-08-20T22:07:31.4881002Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/berkdb.m4:268: CYRUS_BERKELEY_DB_CHK is expanded from...
2025-08-20T22:07:31.4882425Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasldb.m4:6: SASL_DB_CHECK is expanded from...
2025-08-20T22:07:31.4883955Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: the top level
2025-08-20T22:07:31.4885379Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: warning: The macro 'AC_ERROR' is obsolete.
2025-08-20T22:07:31.4887130Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: You should run autoupdate.
2025-08-20T22:07:31.4888719Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from...
2025-08-20T22:07:31.4920049Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasldb.m4:6: SASL_DB_CHECK is expanded from...
2025-08-20T22:07:31.4921540Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: the top level
2025-08-20T22:07:31.4923924Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: warning: back quotes and double quotes must not be escaped in: Use either \"berkeley\", \"gdbm\", \"lmdb\", \"ndbm\" or \"none\"
2025-08-20T22:07:31.4926055Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from...
2025-08-20T22:07:31.4927749Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasldb.m4:6: SASL_DB_CHECK is expanded from...
2025-08-20T22:07:31.4929216Z [00:18:24.723]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:156: the top level
2025-08-20T22:07:31.4930736Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:333: warning: The macro 'AC_HELP_STRING' is obsolete.
2025-08-20T22:07:31.4932380Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:333: You should run autoupdate.
2025-08-20T22:07:31.4967208Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
2025-08-20T22:07:31.4978664Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/common.m4:40: CMU_FIND_LIB_SUBDIR is expanded from...
2025-08-20T22:07:31.4980254Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/openssl.m4:5: CMU_HAVE_OPENSSL is expanded from...
2025-08-20T22:07:31.4981522Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:333: the top level
2025-08-20T22:07:31.4982798Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:496: warning: The macro 'AC_WARN' is obsolete.
2025-08-20T22:07:31.4984369Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:496: You should run autoupdate.
2025-08-20T22:07:31.4991602Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/oldnames.m4:33: AC_WARN is expanded from...
2025-08-20T22:07:31.4992996Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/kerberos_v4.m4:78: SASL_KERBEROS_V4_CHK is expanded from...
2025-08-20T22:07:31.4994403Z [00:18:24.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:496: the top level
2025-08-20T22:07:31.4995621Z [00:18:24.725]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: warning: The macro 'AC_HELP_STRING' is obsolete.
2025-08-20T22:07:31.4996884Z [00:18:24.725]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: You should run autoupdate.
2025-08-20T22:07:31.4998274Z [00:18:24.725]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
2025-08-20T22:07:31.4999945Z [00:18:24.725]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
2025-08-20T22:07:31.5001366Z [00:18:24.725]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasl2.m4:6: SASL_GSSAPI_CHK is expanded from...
2025-08-20T22:07:31.5002718Z [00:18:24.725]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: the top level
2025-08-20T22:07:31.5004238Z [00:18:24.731]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: warning: The macro 'AC_HELP_STRING' is obsolete.
2025-08-20T22:07:31.5005654Z [00:18:24.731]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: You should run autoupdate.
2025-08-20T22:07:31.5007086Z [00:18:24.731]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
2025-08-20T22:07:31.5008598Z [00:18:24.731]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
2025-08-20T22:07:31.5010248Z [00:18:24.731]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasl2.m4:6: SASL_GSSAPI_CHK is expanded from...
2025-08-20T22:07:31.5011506Z [00:18:24.731]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: the top level
2025-08-20T22:07:31.5012779Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: warning: The macro 'AC_WARN' is obsolete.
2025-08-20T22:07:31.5014454Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: You should run autoupdate.
2025-08-20T22:07:31.5015887Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/oldnames.m4:33: AC_WARN is expanded from...
2025-08-20T22:07:31.5121394Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasl2.m4:6: SASL_GSSAPI_CHK is expanded from...
2025-08-20T22:07:31.5122655Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: the top level
2025-08-20T22:07:31.5124579Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: warning: The macro 'AC_WARN' is obsolete.
2025-08-20T22:07:31.5125812Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: You should run autoupdate.
2025-08-20T22:07:31.5127058Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/oldnames.m4:33: AC_WARN is expanded from...
2025-08-20T22:07:31.5128357Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T22:07:31.5129603Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.5130904Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2769: AC_EGREP_CPP is expanded from...
2025-08-20T22:07:31.5132214Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasl2.m4:6: SASL_GSSAPI_CHK is expanded from...
2025-08-20T22:07:31.5133525Z [00:18:24.734]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: the top level
2025-08-20T22:07:31.5134884Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: warning: The macro 'AC_TRY_RUN' is obsolete.
2025-08-20T22:07:31.5136201Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: You should run autoupdate.
2025-08-20T22:07:31.5137613Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from...
2025-08-20T22:07:31.5139064Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T22:07:31.5140427Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.5141848Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T22:07:31.5143748Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
2025-08-20T22:07:31.5145164Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasl2.m4:6: SASL_GSSAPI_CHK is expanded from...
2025-08-20T22:07:31.5146351Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:497: the top level
2025-08-20T22:07:31.5147763Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:542: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T22:07:31.5149098Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:542: You should run autoupdate.
2025-08-20T22:07:31.5150475Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T22:07:31.5151939Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/berkdb.m4:204: CYRUS_BERKELEY_DB_CHK_LIB is expanded from...
2025-08-20T22:07:31.5153592Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.5155107Z [00:18:24.737]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from...
2025-08-20T22:07:31.5156670Z [00:18:24.738]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from...
2025-08-20T22:07:31.5158230Z [00:18:24.738]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/berkdb.m4:268: CYRUS_BERKELEY_DB_CHK is expanded from...
2025-08-20T22:07:31.5159597Z [00:18:24.738]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasldb.m4:6: SASL_DB_CHECK is expanded from...
2025-08-20T22:07:31.5160787Z [00:18:24.738]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:542: the top level
2025-08-20T22:07:31.5162050Z [00:18:24.739]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:542: warning: The macro 'AC_ERROR' is obsolete.
2025-08-20T22:07:31.5163573Z [00:18:24.739]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:542: You should run autoupdate.
2025-08-20T22:07:31.5165070Z [00:18:24.739]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from...
2025-08-20T22:07:31.5166569Z [00:18:24.739]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasldb.m4:6: SASL_DB_CHECK is expanded from...
2025-08-20T22:07:31.5167881Z [00:18:24.739]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:542: the top level
2025-08-20T22:07:31.5169787Z [00:18:24.744]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:542: warning: back quotes and double quotes must not be escaped in: Use either \"berkeley\", \"gdbm\", \"lmdb\", \"ndbm\" or \"none\"
2025-08-20T22:07:31.5171770Z [00:18:24.744]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from...
2025-08-20T22:07:31.5173479Z [00:18:24.744]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/sasldb.m4:6: SASL_DB_CHECK is expanded from...
2025-08-20T22:07:31.5174831Z [00:18:24.744]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:542: the top level
2025-08-20T22:07:31.5176262Z [00:18:24.744]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:1236: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T22:07:31.5177776Z [00:18:24.744]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:1236: You should run autoupdate.
2025-08-20T22:07:31.5179308Z [00:18:24.744]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T22:07:31.5180886Z [00:18:24.745]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T22:07:31.5182374Z [00:18:24.745]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.5184347Z [00:18:24.745]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T22:07:31.5186065Z [00:18:24.745]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/ipv6.m4:66: IPv6_CHECK_SS_FAMILY is expanded from...
2025-08-20T22:07:31.5187400Z [00:18:24.745]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:1236: the top level
2025-08-20T22:07:31.5188913Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:1237: warning: The macro 'AC_TRY_COMPILE' is obsolete.
2025-08-20T22:07:31.5190358Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:1237: You should run autoupdate.
2025-08-20T22:07:31.5191843Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
2025-08-20T22:07:31.5193521Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T22:07:31.5194937Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.5196526Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T22:07:31.5198002Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/ipv6.m4:82: IPv6_CHECK_SA_LEN is expanded from...
2025-08-20T22:07:31.5199257Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:1237: the top level
2025-08-20T22:07:31.5200699Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:1238: warning: The macro 'AC_TRY_LINK' is obsolete.
2025-08-20T22:07:31.5202130Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:1238: You should run autoupdate.
2025-08-20T22:07:31.5203729Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
2025-08-20T22:07:31.5205215Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
2025-08-20T22:07:31.5206631Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
2025-08-20T22:07:31.5208094Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
2025-08-20T22:07:31.5209580Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> m4/ipv6.m4:98: IPv6_CHECK_SOCKLEN_T is expanded from...
2025-08-20T22:07:31.5210828Z [00:18:24.746]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:1238: the top level
2025-08-20T22:07:31.5841367Z [00:18:24.835]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     46.33 ns/B     20.58 MiB/s         - c/B
2025-08-20T22:07:31.6095306Z [00:18:24.855]➜  p11-kit-static-x86_64-unknown-linux-musl> [96/428] Compiling C object common/test-hex.p/test-hex.c.o
2025-08-20T22:07:31.6338493Z [00:18:24.886]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     55.31 ns/B     17.24 MiB/s         - c/B
2025-08-20T22:07:31.6374167Z [00:18:24.886]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:31.6375854Z [00:18:24.886]➜  libgcrypt-static-x86_64-unknown-linux-musl>  BLOWFISH       |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:31.6435550Z [00:18:24.895]➜  p11-kit-static-x86_64-unknown-linux-musl> [97/428] Compiling C object common/test-dict.p/test-dict.c.o
2025-08-20T22:07:31.6760582Z [00:18:24.928]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     26.48 ns/B     36.02 MiB/s         - c/B
2025-08-20T22:07:31.7246540Z [00:18:24.976]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     24.74 ns/B     38.55 MiB/s         - c/B
2025-08-20T22:07:31.7835513Z [00:18:25.030]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     29.14 ns/B     32.73 MiB/s         - c/B
2025-08-20T22:07:31.8084791Z [00:18:25.060]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |      8.15 ns/B     117.1 MiB/s         - c/B
2025-08-20T22:07:31.8683548Z [00:18:25.118]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     24.49 ns/B     38.94 MiB/s         - c/B
2025-08-20T22:07:31.8928730Z [00:18:25.144]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     23.31 ns/B     40.91 MiB/s         - c/B
2025-08-20T22:07:31.9064048Z [00:18:25.158]➜  p11-kit-static-x86_64-unknown-linux-musl> [98/428] Compiling C object trust/liblibtrust-test.a.p/digest.c.o
2025-08-20T22:07:31.9493182Z [00:18:25.198]➜  p11-kit-static-x86_64-unknown-linux-musl> [99/428] Compiling C object common/test-constants.p/test-constants.c.o
2025-08-20T22:07:31.9585591Z [00:18:25.210]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     36.26 ns/B     26.30 MiB/s         - c/B
2025-08-20T22:07:32.0006683Z [00:18:25.252]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     31.06 ns/B     30.70 MiB/s         - c/B
2025-08-20T22:07:32.0335735Z [00:18:25.283]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     18.58 ns/B     51.32 MiB/s         - c/B
2025-08-20T22:07:32.0524785Z [00:18:25.303]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     13.74 ns/B     69.40 MiB/s         - c/B
2025-08-20T22:07:32.1293503Z [00:18:25.380]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     32.98 ns/B     28.92 MiB/s         - c/B
2025-08-20T22:07:32.2139819Z [00:18:25.460]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     51.23 ns/B     18.62 MiB/s         - c/B
2025-08-20T22:07:32.2585558Z [00:18:25.508]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     44.43 ns/B     21.47 MiB/s         - c/B
2025-08-20T22:07:32.2587466Z [00:18:25.508]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:32.2589148Z [00:18:25.508]➜  libgcrypt-static-x86_64-unknown-linux-musl>  AES            |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:32.3261703Z [00:18:25.578]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     18.18 ns/B     52.45 MiB/s         - c/B
2025-08-20T22:07:32.3786683Z [00:18:25.630]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     18.46 ns/B     51.67 MiB/s         - c/B
2025-08-20T22:07:32.4236610Z [00:18:25.675]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |      8.66 ns/B     110.1 MiB/s         - c/B
2025-08-20T22:07:32.4310508Z [00:18:25.683]➜  p11-kit-static-x86_64-unknown-linux-musl> [100/428] Compiling C object common/test-buffer.p/test-buffer.c.o
2025-08-20T22:07:32.4340910Z [00:18:25.684]➜  p11-kit-static-x86_64-unknown-linux-musl> [101/428] Compiling C object common/test-url.p/test-url.c.o
2025-08-20T22:07:32.4661001Z [00:18:25.717]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     14.36 ns/B     66.42 MiB/s         - c/B
2025-08-20T22:07:32.5276231Z [00:18:25.779]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     23.88 ns/B     39.93 MiB/s         - c/B
2025-08-20T22:07:32.5675178Z [00:18:25.819]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     11.27 ns/B     84.59 MiB/s         - c/B
2025-08-20T22:07:32.6141635Z [00:18:25.866]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     28.35 ns/B     33.63 MiB/s         - c/B
2025-08-20T22:07:32.6426649Z [00:18:25.894]➜  popt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -DPOPT_SYSCONFDIR="\"/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/etc\""   -g -O2 -c -o poptparse.lo poptparse.c
2025-08-20T22:07:32.6645315Z [00:18:25.916]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     29.85 ns/B     31.95 MiB/s         - c/B
2025-08-20T22:07:32.7131080Z [00:18:25.965]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T22:07:32.7216372Z [00:18:25.973]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     22.08 ns/B     43.20 MiB/s         - c/B
2025-08-20T22:07:32.7534365Z [00:18:26.005]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     18.50 ns/B     51.55 MiB/s         - c/B
2025-08-20T22:07:32.8039972Z [00:18:26.055]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     15.49 ns/B     61.57 MiB/s         - c/B
2025-08-20T22:07:32.8430281Z [00:18:26.093]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32ppcnto.c
2025-08-20T22:07:32.8494877Z [00:18:26.100]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     21.50 ns/B     44.36 MiB/s         - c/B
2025-08-20T22:07:32.8638663Z [00:18:26.116]➜  p11-kit-static-x86_64-unknown-linux-musl> [102/428] Compiling C object common/test-lexer.p/test-lexer.c.o
2025-08-20T22:07:32.8688461Z [00:18:26.119]➜  popt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/etc\" -g -O2 -c poptparse.c -o poptparse.o
2025-08-20T22:07:32.9266891Z [00:18:26.178]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     32.52 ns/B     29.33 MiB/s         - c/B
2025-08-20T22:07:32.9970209Z [00:18:26.249]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     35.00 ns/B     27.24 MiB/s         - c/B
2025-08-20T22:07:33.0240812Z [00:18:26.275]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |      8.73 ns/B     109.2 MiB/s         - c/B
2025-08-20T22:07:33.0881789Z [00:18:26.340]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     35.54 ns/B     26.83 MiB/s         - c/B
2025-08-20T22:07:33.0992293Z [00:18:26.351]➜  p11-kit-static-x86_64-unknown-linux-musl> [103/428] Compiling C object common/test-message.p/test-message.c.o
2025-08-20T22:07:33.1057099Z [00:18:26.355]➜  p11-kit-static-x86_64-unknown-linux-musl> [104/428] Compiling C object common/test-path.p/test-path.c.o
2025-08-20T22:07:33.1465996Z [00:18:26.398]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     30.43 ns/B     31.34 MiB/s         - c/B
2025-08-20T22:07:33.1775260Z [00:18:26.429]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     19.74 ns/B     48.32 MiB/s         - c/B
2025-08-20T22:07:33.2471480Z [00:18:26.499]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     27.74 ns/B     34.38 MiB/s         - c/B
2025-08-20T22:07:33.3026720Z [00:18:26.554]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     30.59 ns/B     31.17 MiB/s         - c/B
2025-08-20T22:07:33.3244428Z [00:18:26.576]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |      9.98 ns/B     95.58 MiB/s         - c/B
2025-08-20T22:07:33.3655176Z [00:18:26.617]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     20.58 ns/B     46.33 MiB/s         - c/B
2025-08-20T22:07:33.4185333Z [00:18:26.670]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     27.33 ns/B     34.89 MiB/s         - c/B
2025-08-20T22:07:33.4198118Z [00:18:26.670]➜  p11-kit-static-x86_64-unknown-linux-musl> [105/428] Compiling C object common/test-runtime.p/test-runtime.c.o
2025-08-20T22:07:33.4456724Z [00:18:26.697]➜  popt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -DPOPT_SYSCONFDIR="\"/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/etc\""   -g -O2 -c -o poptconfig.lo poptconfig.c
2025-08-20T22:07:33.4511147Z [00:18:26.703]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     17.51 ns/B     54.46 MiB/s         - c/B
2025-08-20T22:07:33.4578642Z [00:18:26.710]➜  p11-kit-static-x86_64-unknown-linux-musl> [106/428] Compiling C object common/test-argv.p/test-argv.c.o
2025-08-20T22:07:33.5333555Z [00:18:26.781]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     40.04 ns/B     23.82 MiB/s         - c/B
2025-08-20T22:07:33.6101510Z [00:18:26.862]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     35.83 ns/B     26.62 MiB/s         - c/B
2025-08-20T22:07:33.6312967Z [00:18:26.883]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     12.47 ns/B     76.49 MiB/s         - c/B
2025-08-20T22:07:33.6786413Z [00:18:26.930]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     25.16 ns/B     37.90 MiB/s         - c/B
2025-08-20T22:07:33.6889832Z [00:18:26.941]➜  popt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/etc\" -g -O2 -c poptconfig.c -o poptconfig.o
2025-08-20T22:07:33.7126196Z [00:18:26.964]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     25.33 ns/B     37.65 MiB/s         - c/B
2025-08-20T22:07:33.7296983Z [00:18:26.981]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |     19.04 ns/B     50.10 MiB/s         - c/B
2025-08-20T22:07:33.7383845Z [00:18:26.990]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:33.7385418Z [00:18:26.990]➜  libgcrypt-static-x86_64-unknown-linux-musl>  AES192         |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:33.7387335Z [00:18:26.990]➜  p11-kit-static-x86_64-unknown-linux-musl> [107/428] Compiling C object common/test-asn1.p/test-asn1.c.o
2025-08-20T22:07:33.8032965Z [00:18:27.053]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     31.70 ns/B     30.09 MiB/s         - c/B
2025-08-20T22:07:33.8637628Z [00:18:27.113]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     28.21 ns/B     33.80 MiB/s         - c/B
2025-08-20T22:07:33.9005940Z [00:18:27.152]➜  p11-kit-static-x86_64-unknown-linux-musl> [108/428] Compiling C object common/test-oid.p/test-oid.c.o
2025-08-20T22:07:33.9247348Z [00:18:27.176]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     22.55 ns/B     42.29 MiB/s         - c/B
2025-08-20T22:07:33.9463538Z [00:18:27.198]➜  p11-kit-static-x86_64-unknown-linux-musl> [109/428] Compiling C object common/test-attrs.p/test-attrs.c.o
2025-08-20T22:07:33.9525178Z [00:18:27.201]➜  p11-kit-static-x86_64-unknown-linux-musl> [110/428] Compiling C object common/frob-getauxval.p/frob-getauxval.c.o
2025-08-20T22:07:33.9753677Z [00:18:27.227]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     18.31 ns/B     52.09 MiB/s         - c/B
2025-08-20T22:07:34.0404222Z [00:18:27.292]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     23.62 ns/B     40.37 MiB/s         - c/B
2025-08-20T22:07:34.1028257Z [00:18:27.354]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     27.59 ns/B     34.56 MiB/s         - c/B
2025-08-20T22:07:34.1055166Z [00:18:27.357]➜  p11-kit-static-x86_64-unknown-linux-musl> [111/428] Compiling C object common/frob-getenv.p/frob-getenv.c.o
2025-08-20T22:07:34.1601605Z [00:18:27.412]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     24.35 ns/B     39.17 MiB/s         - c/B
2025-08-20T22:07:34.2109167Z [00:18:27.463]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     31.49 ns/B     30.29 MiB/s         - c/B
2025-08-20T22:07:34.2111395Z [00:18:27.463]➜  p11-kit-static-x86_64-unknown-linux-musl> [112/428] Compiling C object common/frob-getprogname.p/frob-getprogname.c.o
2025-08-20T22:07:34.2746678Z [00:18:27.526]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     27.88 ns/B     34.21 MiB/s         - c/B
2025-08-20T22:07:34.3049084Z [00:18:27.557]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     13.86 ns/B     68.78 MiB/s         - c/B
2025-08-20T22:07:34.3141833Z [00:18:27.566]➜  p11-kit-static-x86_64-unknown-linux-musl> [113/428] Compiling C object p11-kit/p11-kit-client.so.p/client-init.c.o
2025-08-20T22:07:34.3238671Z [00:18:27.576]➜  p11-kit-static-x86_64-unknown-linux-musl> [114/428] Compiling C object p11-kit/p11-kit-client.so.p/client.c.o
2025-08-20T22:07:34.3366916Z [00:18:27.588]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |      5.78 ns/B     164.9 MiB/s         - c/B
2025-08-20T22:07:34.3495477Z [00:18:27.601]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |      6.49 ns/B     146.9 MiB/s         - c/B
2025-08-20T22:07:34.4027233Z [00:18:27.650]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     32.56 ns/B     29.29 MiB/s         - c/B
2025-08-20T22:07:34.4531645Z [00:18:27.705]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     29.97 ns/B     31.82 MiB/s         - c/B
2025-08-20T22:07:34.4569456Z [00:18:27.709]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32ppcsim.c
2025-08-20T22:07:34.4665618Z [00:18:27.718]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |      6.44 ns/B     148.2 MiB/s         - c/B
2025-08-20T22:07:34.4897407Z [00:18:27.741]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     11.53 ns/B     82.70 MiB/s         - c/B
2025-08-20T22:07:34.5064934Z [00:18:27.758]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     12.26 ns/B     77.81 MiB/s         - c/B
2025-08-20T22:07:34.5176473Z [00:18:27.769]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |      6.98 ns/B     136.6 MiB/s         - c/B
2025-08-20T22:07:34.5542894Z [00:18:27.806]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     18.77 ns/B     50.82 MiB/s         - c/B
2025-08-20T22:07:34.5694654Z [00:18:27.821]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |      9.06 ns/B     105.3 MiB/s         - c/B
2025-08-20T22:07:34.5759986Z [00:18:27.828]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |      2.92 ns/B     326.8 MiB/s         - c/B
2025-08-20T22:07:34.5905773Z [00:18:27.842]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |      6.46 ns/B     147.5 MiB/s         - c/B
2025-08-20T22:07:34.5920790Z [00:18:27.844]➜  p11-kit-static-x86_64-unknown-linux-musl> [115/428] Compiling C object p11-kit/p11-kit.p/delete-object.c.o
2025-08-20T22:07:34.6255713Z [00:18:27.867]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     12.85 ns/B     74.19 MiB/s         - c/B
2025-08-20T22:07:34.6274733Z [00:18:27.874]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32ppcvxworks.c
2025-08-20T22:07:34.6318954Z [00:18:27.874]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |      6.19 ns/B     154.1 MiB/s         - c/B
2025-08-20T22:07:34.6325048Z [00:18:27.874]➜  popt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -DPOPT_SYSCONFDIR="\"/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/etc\""   -g -O2 -c -o popthelp.lo popthelp.c
2025-08-20T22:07:34.6501190Z [00:18:27.901]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     12.76 ns/B     74.74 MiB/s         - c/B
2025-08-20T22:07:34.7017290Z [00:18:27.953]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     36.52 ns/B     26.11 MiB/s         - c/B
2025-08-20T22:07:34.7415450Z [00:18:27.993]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     35.59 ns/B     26.79 MiB/s         - c/B
2025-08-20T22:07:34.7420157Z [00:18:27.993]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:34.7454815Z [00:18:27.993]➜  libgcrypt-static-x86_64-unknown-linux-musl>  AES256         |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:34.7762011Z [00:18:28.028]➜  p11-kit-static-x86_64-unknown-linux-musl> [116/428] Compiling C object p11-kit/p11-kit.p/add-profile.c.o
2025-08-20T22:07:34.7922605Z [00:18:28.044]➜  p11-kit-static-x86_64-unknown-linux-musl> [117/428] Compiling C object p11-kit/p11-kit.p/delete-profile.c.o
2025-08-20T22:07:34.8083751Z [00:18:28.060]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     57.39 ns/B     16.62 MiB/s         - c/B
2025-08-20T22:07:34.8977435Z [00:18:28.149]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     40.77 ns/B     23.39 MiB/s         - c/B
2025-08-20T22:07:34.9123877Z [00:18:28.164]➜  p11-kit-static-x86_64-unknown-linux-musl> [118/428] Compiling C object p11-kit/p11-kit.p/export-object.c.o
2025-08-20T22:07:34.9235415Z [00:18:28.175]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T22:07:34.9464595Z [00:18:28.198]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     23.44 ns/B     40.68 MiB/s         - c/B
2025-08-20T22:07:34.9467900Z [00:18:28.198]➜  popt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/etc\" -g -O2 -c popthelp.c -o popthelp.o
2025-08-20T22:07:35.0158134Z [00:18:28.267]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     11.44 ns/B     83.38 MiB/s         - c/B
2025-08-20T22:07:35.0385162Z [00:18:28.290]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |      6.21 ns/B     153.6 MiB/s         - c/B
2025-08-20T22:07:35.0705810Z [00:18:28.318]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |      8.96 ns/B     106.4 MiB/s         - c/B
2025-08-20T22:07:35.0895144Z [00:18:28.338]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     11.88 ns/B     80.29 MiB/s         - c/B
2025-08-20T22:07:35.1157246Z [00:18:28.367]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     15.33 ns/B     62.23 MiB/s         - c/B
2025-08-20T22:07:35.1393053Z [00:18:28.391]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |      9.19 ns/B     103.7 MiB/s         - c/B
2025-08-20T22:07:35.1655712Z [00:18:28.417]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     18.96 ns/B     50.31 MiB/s         - c/B
2025-08-20T22:07:35.2005727Z [00:18:28.452]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     14.11 ns/B     67.58 MiB/s         - c/B
2025-08-20T22:07:35.2339489Z [00:18:28.486]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     20.01 ns/B     47.65 MiB/s         - c/B
2025-08-20T22:07:35.3034888Z [00:18:28.555]➜  p11-kit-static-x86_64-unknown-linux-musl> [119/428] Compiling C object p11-kit/p11-kit.p/generate-keypair.c.o
2025-08-20T22:07:35.3425687Z [00:18:28.593]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     50.52 ns/B     18.88 MiB/s         - c/B
2025-08-20T22:07:35.3960178Z [00:18:28.646]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     43.50 ns/B     21.93 MiB/s         - c/B
2025-08-20T22:07:35.4517379Z [00:18:28.703]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     36.83 ns/B     25.89 MiB/s         - c/B
2025-08-20T22:07:35.5149754Z [00:18:28.765]➜  p11-kit-static-x86_64-unknown-linux-musl> [120/428] Compiling C object p11-kit/p11-kit.p/import-object.c.o
2025-08-20T22:07:35.5233878Z [00:18:28.772]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     57.01 ns/B     16.73 MiB/s         - c/B
2025-08-20T22:07:35.5874055Z [00:18:28.839]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     49.07 ns/B     19.44 MiB/s         - c/B
2025-08-20T22:07:35.6392226Z [00:18:28.889]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     31.06 ns/B     30.71 MiB/s         - c/B
2025-08-20T22:07:35.7115665Z [00:18:28.962]➜  p11-kit-static-x86_64-unknown-linux-musl> [121/428] Compiling C object p11-kit/p11-kit.p/list-profiles.c.o
2025-08-20T22:07:35.7410161Z [00:18:28.987]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     42.58 ns/B     22.40 MiB/s         - c/B
2025-08-20T22:07:35.8138810Z [00:18:29.066]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     44.04 ns/B     21.66 MiB/s         - c/B
2025-08-20T22:07:35.8455522Z [00:18:29.093]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |     14.09 ns/B     67.70 MiB/s         - c/B
2025-08-20T22:07:35.8707592Z [00:18:29.122]➜  p11-kit-static-x86_64-unknown-linux-musl> [122/428] Compiling C object p11-kit/p11-kit.p/list-objects.c.o
2025-08-20T22:07:35.9175806Z [00:18:29.166]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     39.58 ns/B     24.09 MiB/s         - c/B
2025-08-20T22:07:35.9795638Z [00:18:29.228]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     27.76 ns/B     34.36 MiB/s         - c/B
2025-08-20T22:07:36.0457134Z [00:18:29.297]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     39.14 ns/B     24.37 MiB/s         - c/B
2025-08-20T22:07:36.0668513Z [00:18:29.317]➜  p11-kit-static-x86_64-unknown-linux-musl> [123/428] Compiling C object p11-kit/p11-kit.p/list-mechanisms.c.o
2025-08-20T22:07:36.0843530Z [00:18:29.336]➜  p11-kit-static-x86_64-unknown-linux-musl> [124/428] Compiling C object p11-kit/p11-kit.p/list-tokens.c.o
2025-08-20T22:07:36.1395420Z [00:18:29.391]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:90: installing 'config/compile'
2025-08-20T22:07:36.1563521Z [00:18:29.407]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     61.99 ns/B     15.39 MiB/s         - c/B
2025-08-20T22:07:36.1696413Z [00:18:29.421]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure.ac:66: installing 'config/missing'
2025-08-20T22:07:36.2612263Z [00:18:29.512]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     48.12 ns/B     19.82 MiB/s         - c/B
2025-08-20T22:07:36.2995282Z [00:18:29.551]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     21.01 ns/B     45.39 MiB/s         - c/B
2025-08-20T22:07:36.3099112Z [00:18:29.562]➜  p11-kit-static-x86_64-unknown-linux-musl> [125/428] Compiling C object p11-kit/p11-kit.p/print-config.c.o
2025-08-20T22:07:36.3667516Z [00:18:29.612]➜  popt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -DPOPT_SYSCONFDIR="\"/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/etc\""   -g -O2 -c -o poptint.lo poptint.c
2025-08-20T22:07:36.3701783Z [00:18:29.622]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     35.11 ns/B     27.16 MiB/s         - c/B
2025-08-20T22:07:36.4085591Z [00:18:29.654]➜  p11-kit-static-x86_64-unknown-linux-musl> [126/428] Compiling C object p11-kit/p11-kit.p/p11-kit.c.o
2025-08-20T22:07:36.4164947Z [00:18:29.662]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common/Makefile.am: installing 'config/depcomp'
2025-08-20T22:07:36.4169567Z [00:18:29.666]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     39.26 ns/B     24.29 MiB/s         - c/B
2025-08-20T22:07:36.4335604Z [00:18:29.685]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |      5.53 ns/B     172.6 MiB/s         - c/B
2025-08-20T22:07:36.4355672Z [00:18:29.687]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:36.4361740Z [00:18:29.688]➜  libgcrypt-static-x86_64-unknown-linux-musl>  TWOFISH        |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:36.4680037Z [00:18:29.716]➜  p11-kit-static-x86_64-unknown-linux-musl> [127/428] Compiling C object p11-kit/p11-kit.p/lists.c.o
2025-08-20T22:07:36.4861610Z [00:18:29.738]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     12.75 ns/B     74.82 MiB/s         - c/B
2025-08-20T22:07:36.5460566Z [00:18:29.797]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     14.95 ns/B     63.78 MiB/s         - c/B
2025-08-20T22:07:36.5791306Z [00:18:29.831]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32ppcwindiss.c
2025-08-20T22:07:36.5979422Z [00:18:29.849]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     13.25 ns/B     71.99 MiB/s         - c/B
2025-08-20T22:07:36.6176626Z [00:18:29.865]➜  popt-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/etc\" -g -O2 -c poptint.c -o poptint.o
2025-08-20T22:07:36.6201141Z [00:18:29.866]➜  p11-kit-static-x86_64-unknown-linux-musl> [128/428] Compiling C object p11-kit/p11-kit.p/tool.c.o
2025-08-20T22:07:36.6216180Z [00:18:29.873]➜  p11-kit-static-x86_64-unknown-linux-musl> [129/428] Compiling C object p11-kit/p11-kit.p/tty.c.o
2025-08-20T22:07:36.6448866Z [00:18:29.896]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     19.35 ns/B     49.29 MiB/s         - c/B
2025-08-20T22:07:36.7285782Z [00:18:29.980]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     23.20 ns/B     41.10 MiB/s         - c/B
2025-08-20T22:07:36.7686281Z [00:18:30.020]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     21.33 ns/B     44.70 MiB/s         - c/B
2025-08-20T22:07:36.7950025Z [00:18:30.044]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     14.68 ns/B     64.98 MiB/s         - c/B
2025-08-20T22:07:36.8430387Z [00:18:30.091]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     21.84 ns/B     43.67 MiB/s         - c/B
2025-08-20T22:07:36.8804205Z [00:18:30.132]➜  p11-kit-static-x86_64-unknown-linux-musl> [130/428] Compiling C object p11-kit/p11-kit-testable.p/add-profile.c.o
2025-08-20T22:07:36.8829632Z [00:18:30.132]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     23.53 ns/B     40.52 MiB/s         - c/B
2025-08-20T22:07:36.9127721Z [00:18:30.164]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     18.69 ns/B     51.03 MiB/s         - c/B
2025-08-20T22:07:36.9238058Z [00:18:30.175]➜  p11-kit-static-x86_64-unknown-linux-musl> [131/428] Compiling C object p11-kit/p11-kit-testable.p/delete-object.c.o
2025-08-20T22:07:36.9344507Z [00:18:30.183]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32rl78.c
2025-08-20T22:07:36.9580234Z [00:18:30.210]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     14.91 ns/B     63.98 MiB/s         - c/B
2025-08-20T22:07:36.9922745Z [00:18:30.244]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     12.20 ns/B     78.15 MiB/s         - c/B
2025-08-20T22:07:37.0339567Z [00:18:30.286]➜  p11-kit-static-x86_64-unknown-linux-musl> [132/428] Compiling C object p11-kit/p11-kit-testable.p/delete-profile.c.o
2025-08-20T22:07:37.1011978Z [00:18:30.353]➜  popt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2 -no-undefined -version-info 0:2:0 -Wl,--version-script=../src/libpopt.vers  -o libpopt.la -rpath /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib popt.lo poptparse.lo poptconfig.lo popthelp.lo poptint.lo
2025-08-20T22:07:37.1291286Z [00:18:30.381]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     42.12 ns/B     22.64 MiB/s         - c/B
2025-08-20T22:07:37.1993907Z [00:18:30.451]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     30.33 ns/B     31.44 MiB/s         - c/B
2025-08-20T22:07:37.2180276Z [00:18:30.470]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     18.33 ns/B     52.03 MiB/s         - c/B
2025-08-20T22:07:37.2899911Z [00:18:30.542]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     31.39 ns/B     30.38 MiB/s         - c/B
2025-08-20T22:07:37.3495862Z [00:18:30.601]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     35.21 ns/B     27.08 MiB/s         - c/B
2025-08-20T22:07:37.3721554Z [00:18:30.624]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     18.55 ns/B     51.41 MiB/s         - c/B
2025-08-20T22:07:37.4076145Z [00:18:30.659]➜  popt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cru .libs/libpopt.a  popt.o poptparse.o poptconfig.o popthelp.o poptint.o
2025-08-20T22:07:37.4193521Z [00:18:30.671]➜  popt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T22:07:37.4205422Z [00:18:30.672]➜  popt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libpopt.a
2025-08-20T22:07:37.4265153Z [00:18:30.676]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     33.18 ns/B     28.74 MiB/s         - c/B
2025-08-20T22:07:37.4684373Z [00:18:30.720]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |      4.06 ns/B     234.7 MiB/s         - c/B
2025-08-20T22:07:37.4686337Z [00:18:30.720]➜  popt-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libpopt.la" && ln -s "../libpopt.la" "libpopt.la" )
2025-08-20T22:07:37.4814985Z [00:18:30.733]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/popt-1.19/src'
2025-08-20T22:07:37.4819832Z [00:18:30.733]➜  popt-static-x86_64-unknown-linux-musl> Making all in po
2025-08-20T22:07:37.4857850Z [00:18:30.738]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/popt-1.19/po'
2025-08-20T22:07:37.4870853Z [00:18:30.739]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'all'.
2025-08-20T22:07:37.4883473Z [00:18:30.740]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/popt-1.19/po'
2025-08-20T22:07:37.4989365Z [00:18:30.748]➜  popt-static-x86_64-unknown-linux-musl> Making all in tests
2025-08-20T22:07:37.5024737Z [00:18:30.754]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/popt-1.19/tests'
2025-08-20T22:07:37.5074221Z [00:18:30.759]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |     19.98 ns/B     47.74 MiB/s         - c/B
2025-08-20T22:07:37.5076193Z [00:18:30.759]➜  popt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../src   -g -O2 -c -o test1.o test1.c
2025-08-20T22:07:37.5458276Z [00:18:30.797]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     21.26 ns/B     44.85 MiB/s         - c/B
2025-08-20T22:07:37.5801353Z [00:18:30.832]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     16.81 ns/B     56.75 MiB/s         - c/B
2025-08-20T22:07:37.6135434Z [00:18:30.862]➜  p11-kit-static-x86_64-unknown-linux-musl> [133/428] Compiling C object p11-kit/p11-kit-testable.p/generate-keypair.c.o
2025-08-20T22:07:37.6193615Z [00:18:30.868]➜  p11-kit-static-x86_64-unknown-linux-musl> [134/428] Compiling C object p11-kit/p11-kit-testable.p/export-object.c.o
2025-08-20T22:07:37.6195449Z [00:18:30.870]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     17.11 ns/B     55.74 MiB/s         - c/B
2025-08-20T22:07:37.8020711Z [00:18:31.051]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     19.23 ns/B     49.60 MiB/s         - c/B
2025-08-20T22:07:37.8044486Z [00:18:31.055]➜  p11-kit-static-x86_64-unknown-linux-musl> [135/428] Compiling C object p11-kit/p11-kit-testable.p/import-object.c.o
2025-08-20T22:07:37.8736250Z [00:18:31.125]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     40.00 ns/B     23.84 MiB/s         - c/B
2025-08-20T22:07:37.8936261Z [00:18:31.145]➜  popt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o test1 test1.o ../src/libpopt.la
2025-08-20T22:07:37.9108093Z [00:18:31.162]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     22.27 ns/B     42.82 MiB/s         - c/B
2025-08-20T22:07:37.9516366Z [00:18:31.203]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     29.19 ns/B     32.68 MiB/s         - c/B
2025-08-20T22:07:37.9844072Z [00:18:31.236]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     18.52 ns/B     51.50 MiB/s         - c/B
2025-08-20T22:07:37.9923754Z [00:18:31.244]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |      3.98 ns/B     239.6 MiB/s         - c/B
2025-08-20T22:07:37.9934410Z [00:18:31.245]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:37.9940090Z [00:18:31.246]➜  libgcrypt-static-x86_64-unknown-linux-musl>  ARCFOUR        |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:38.0067823Z [00:18:31.258]➜  libgcrypt-static-x86_64-unknown-linux-musl>      STREAM enc |      5.74 ns/B     166.2 MiB/s         - c/B
2025-08-20T22:07:38.0395826Z [00:18:31.291]➜  libgcrypt-static-x86_64-unknown-linux-musl>      STREAM dec |     13.92 ns/B     68.53 MiB/s         - c/B
2025-08-20T22:07:38.0454404Z [00:18:31.297]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:38.0460672Z [00:18:31.298]➜  libgcrypt-static-x86_64-unknown-linux-musl>  DES            |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:38.0505204Z [00:18:31.300]➜  p11-kit-static-x86_64-unknown-linux-musl> [136/428] Compiling C object p11-kit/p11-kit-testable.p/list-profiles.c.o
2025-08-20T22:07:38.1366481Z [00:18:31.383]➜  popt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o test1 test1.o  ../src/.libs/libpopt.a
2025-08-20T22:07:38.2329490Z [00:18:31.485]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: 'config/install-sh' is updated
2025-08-20T22:07:38.2332321Z [00:18:31.485]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T22:07:38.2341896Z [00:18:31.486]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     33.37 ns/B     28.58 MiB/s         - c/B
2025-08-20T22:07:38.2642694Z [00:18:31.513]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:07:38.2909226Z [00:18:31.543]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub
2025-08-20T22:07:38.2966099Z [00:18:31.548]➜  p11-kit-static-x86_64-unknown-linux-musl> [137/428] Compiling C object p11-kit/p11-kit-testable.p/list-mechanisms.c.o
2025-08-20T22:07:38.3154714Z [00:18:31.567]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     41.79 ns/B     22.82 MiB/s         - c/B
2025-08-20T22:07:38.3161586Z [00:18:31.567]➜  popt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../src   -g -O2 -c -o test2.o test2.c
2025-08-20T22:07:38.3165670Z [00:18:31.567]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess
2025-08-20T22:07:38.3278649Z [00:18:31.578]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:07:38.3519828Z [00:18:31.603]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub
2025-08-20T22:07:38.3690333Z [00:18:31.620]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess
2025-08-20T22:07:38.3806228Z [00:18:31.632]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:07:38.4021060Z [00:18:31.654]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     48.54 ns/B     19.65 MiB/s         - c/B
2025-08-20T22:07:38.4237440Z [00:18:31.670]➜  p11-kit-static-x86_64-unknown-linux-musl> [138/428] Compiling C object p11-kit/p11-kit-testable.p/list-tokens.c.o
2025-08-20T22:07:38.4493092Z [00:18:31.697]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> fixing libtool script ./config/ltmain.sh
2025-08-20T22:07:38.4744995Z [00:18:31.726]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:07:38.5362731Z [00:18:31.787]➜  p11-kit-static-x86_64-unknown-linux-musl> [139/428] Compiling C object p11-kit/p11-kit-testable.p/list-objects.c.o
2025-08-20T22:07:38.5373099Z [00:18:31.789]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:07:38.5514745Z [00:18:31.803]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:07:38.5555396Z [00:18:31.807]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     56.84 ns/B     16.78 MiB/s         - c/B
2025-08-20T22:07:38.5733695Z [00:18:31.825]➜  popt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o test2 test2.o ../src/libpopt.la
2025-08-20T22:07:38.6284486Z [00:18:31.879]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28 --bindir=/nix/store/szm91yjsq3vssanxhxjfr33w9zqah5f8-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28-bin/bin --sbindir=/nix/store/szm91yjsq3vssanxhxjfr33w9zqah5f8-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28-bin/sbin --includedir=/nix/store/wbizaxs94vsjp37l53i9gvigkli7jf23-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28-dev/include --mandir=/nix/store/7r6pdqnqxyc0avsd1zql339rzak5w01k-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28-man/share/man --infodir=/nix/store/szm91yjsq3vssanxhxjfr33w9zqah5f8-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28-bin/share/info --docdir=/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/share/doc/cyrus-sasl --libdir=/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib --libexecdir=/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/libexec --localedir=/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/share/locale --with-openssl=/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev --with-plugindir=/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2 --with-saslauthd=/run/saslauthd --enable-login --enable-shared --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:07:38.6835982Z [00:18:31.933]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     48.54 ns/B     19.65 MiB/s         - c/B
2025-08-20T22:07:38.7153784Z [00:18:31.967]➜  p11-kit-static-x86_64-unknown-linux-musl> [140/428] Compiling C object p11-kit/p11-kit-testable.p/p11-kit.c.o
2025-08-20T22:07:38.7617099Z [00:18:32.013]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     32.54 ns/B     29.31 MiB/s         - c/B
2025-08-20T22:07:38.7618638Z [00:18:32.013]➜  p11-kit-static-x86_64-unknown-linux-musl> [141/428] Compiling C object p11-kit/p11-kit-testable.p/print-config.c.o
2025-08-20T22:07:38.8035279Z [00:18:32.052]➜  popt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o test2 test2.o  ../src/.libs/libpopt.a
2025-08-20T22:07:38.8215392Z [00:18:32.073]➜  p11-kit-static-x86_64-unknown-linux-musl> [142/428] Compiling C object p11-kit/p11-kit-testable.p/lists.c.o
2025-08-20T22:07:38.8286799Z [00:18:32.079]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     27.14 ns/B     35.14 MiB/s         - c/B
2025-08-20T22:07:38.8735746Z [00:18:32.123]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     26.03 ns/B     36.64 MiB/s         - c/B
2025-08-20T22:07:38.9314086Z [00:18:32.183]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     30.96 ns/B     30.80 MiB/s         - c/B
2025-08-20T22:07:38.9477552Z [00:18:32.199]➜  p11-kit-static-x86_64-unknown-linux-musl> [143/428] Compiling C object p11-kit/p11-kit-testable.p/tty.c.o
2025-08-20T22:07:38.9990859Z [00:18:32.251]➜  popt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../src   -g -O2 -c -o tdict.o tdict.c
2025-08-20T22:07:39.0389895Z [00:18:32.290]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     54.10 ns/B     17.63 MiB/s         - c/B
2025-08-20T22:07:39.0974510Z [00:18:32.349]➜  p11-kit-static-x86_64-unknown-linux-musl> [144/428] Compiling C object p11-kit/p11-kit-remote.p/remote.c.o
2025-08-20T22:07:39.1313115Z [00:18:32.383]➜  p11-kit-static-x86_64-unknown-linux-musl> [145/428] Compiling C object p11-kit/p11-kit-testable.p/tool.c.o
2025-08-20T22:07:39.1866108Z [00:18:32.438]➜  p11-kit-static-x86_64-unknown-linux-musl> [146/428] Compiling C object p11-kit/p11-kit-remote-testable.p/remote.c.o
2025-08-20T22:07:39.2025221Z [00:18:32.452]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     90.51 ns/B     10.54 MiB/s         - c/B
2025-08-20T22:07:39.2568945Z [00:18:32.505]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure: creating cache ./config.cache
2025-08-20T22:07:39.2904419Z [00:18:32.542]➜  p11-kit-static-x86_64-unknown-linux-musl> [147/428] Compiling C object p11-kit/libp11-kit-pkcs11-gnu.a.p/pkcs11-gnu.c.o
2025-08-20T22:07:39.3099202Z [00:18:32.562]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:07:39.3139928Z [00:18:32.566]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     89.82 ns/B     10.62 MiB/s         - c/B
2025-08-20T22:07:39.3464262Z [00:18:32.596]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:07:39.3465867Z [00:18:32.596]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking target system type... x86_64-unknown-linux-musl
2025-08-20T22:07:39.3468128Z [00:18:32.598]➜  popt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o tdict tdict.o ../src/libpopt.la
2025-08-20T22:07:39.3897385Z [00:18:32.640]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     34.60 ns/B     27.56 MiB/s         - c/B
2025-08-20T22:07:39.3936759Z [00:18:32.645]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:39.3938097Z [00:18:32.645]➜  libgcrypt-static-x86_64-unknown-linux-musl>  TWOFISH128     |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:39.3940094Z [00:18:32.645]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:07:39.4116178Z [00:18:32.663]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:07:39.4467925Z [00:18:32.698]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:07:39.4628995Z [00:18:32.714]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     23.72 ns/B     40.21 MiB/s         - c/B
2025-08-20T22:07:39.4631128Z [00:18:32.714]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:07:39.4632747Z [00:18:32.715]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:07:39.5075821Z [00:18:32.757]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:07:39.5318762Z [00:18:32.782]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     24.48 ns/B     38.95 MiB/s         - c/B
2025-08-20T22:07:39.5320495Z [00:18:32.783]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:07:39.5552727Z [00:18:32.807]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether UID '1000' is supported by ustar format... yes
2025-08-20T22:07:39.5554978Z [00:18:32.807]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether GID '100' is supported by ustar format... yes
2025-08-20T22:07:39.5735218Z [00:18:32.825]➜  popt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o tdict tdict.o  ../src/.libs/libpopt.a
2025-08-20T22:07:39.6001810Z [00:18:32.852]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to create a ustar tar archive... gnutar
2025-08-20T22:07:39.6075360Z [00:18:32.859]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     30.13 ns/B     31.65 MiB/s         - c/B
2025-08-20T22:07:39.6117330Z [00:18:32.863]➜  p11-kit-static-x86_64-unknown-linux-musl> [148/428] Compiling C object p11-kit/test-progname.p/test-progname.c.o
2025-08-20T22:07:39.6179125Z [00:18:32.870]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:07:39.6644075Z [00:18:32.916]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     25.05 ns/B     38.08 MiB/s         - c/B
2025-08-20T22:07:39.7576914Z [00:18:33.005]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     20.96 ns/B     45.50 MiB/s         - c/B
2025-08-20T22:07:39.7581874Z [00:18:33.006]➜  popt-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../src   -g -O2 -c -o test3.o test3.c
2025-08-20T22:07:39.7955378Z [00:18:33.044]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     17.64 ns/B     54.07 MiB/s         - c/B
2025-08-20T22:07:39.8031671Z [00:18:33.055]➜  p11-kit-static-x86_64-unknown-linux-musl> [149/428] Compiling C object p11-kit/test-util.p/test-util.c.o
2025-08-20T22:07:39.8565328Z [00:18:33.108]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     16.75 ns/B     56.93 MiB/s         - c/B
2025-08-20T22:07:39.8993931Z [00:18:33.149]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     11.49 ns/B     82.96 MiB/s         - c/B
2025-08-20T22:07:39.9424174Z [00:18:33.193]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     19.16 ns/B     49.76 MiB/s         - c/B
2025-08-20T22:07:39.9426839Z [00:18:33.193]➜  popt-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -g -O2   -o test3 test3.o ../src/libpopt.la
2025-08-20T22:07:39.9815661Z [00:18:33.232]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     19.02 ns/B     50.15 MiB/s         - c/B
2025-08-20T22:07:40.0235123Z [00:18:33.275]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:07:40.0240496Z [00:18:33.275]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:07:40.0344917Z [00:18:33.283]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     19.83 ns/B     48.08 MiB/s         - c/B
2025-08-20T22:07:40.0728213Z [00:18:33.324]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     14.97 ns/B     63.69 MiB/s         - c/B
2025-08-20T22:07:40.0781343Z [00:18:33.330]➜  p11-kit-static-x86_64-unknown-linux-musl> [150/428] Compiling C object p11-kit/p11-kit-server-testable.p/server.c.o
2025-08-20T22:07:40.1767764Z [00:18:33.428]➜  popt-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-gcc -g -O2 -o test3 test3.o  ../src/.libs/libpopt.a
2025-08-20T22:07:40.1773746Z [00:18:33.429]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     39.52 ns/B     24.13 MiB/s         - c/B
2025-08-20T22:07:40.2383058Z [00:18:33.490]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:07:40.2429551Z [00:18:33.495]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:07:40.2499760Z [00:18:33.502]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     56.34 ns/B     16.93 MiB/s         - c/B
2025-08-20T22:07:40.2545663Z [00:18:33.505]➜  p11-kit-static-x86_64-unknown-linux-musl> [151/428] Compiling C object p11-kit/p11-kit-server.p/server.c.o
2025-08-20T22:07:40.2703060Z [00:18:33.522]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32rx.c
2025-08-20T22:07:40.2939691Z [00:18:33.544]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     30.71 ns/B     31.06 MiB/s         - c/B
2025-08-20T22:07:40.3327150Z [00:18:33.584]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/popt-1.19/tests'
2025-08-20T22:07:40.3396967Z [00:18:33.591]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/popt-1.19'
2025-08-20T22:07:40.3518119Z [00:18:33.603]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/popt-1.19'
2025-08-20T22:07:40.3524015Z [00:18:33.604]➜  popt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/popt-1.19'
2025-08-20T22:07:40.3665493Z [00:18:33.618]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:07:40.3673648Z [00:18:33.618]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     54.41 ns/B     17.53 MiB/s         - c/B
2025-08-20T22:07:40.3678821Z [00:18:33.620]➜  popt-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:07:40.4038136Z [00:18:33.654]➜  popt-static-x86_64-unknown-linux-musl> install flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash install
2025-08-20T22:07:40.4084130Z [00:18:33.658]➜  popt-static-x86_64-unknown-linux-musl> make  install-recursive
2025-08-20T22:07:40.4173427Z [00:18:33.669]➜  popt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/popt-1.19'
2025-08-20T22:07:40.4326644Z [00:18:33.684]➜  popt-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T22:07:40.4361406Z [00:18:33.688]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/popt-1.19/src'
2025-08-20T22:07:40.4385624Z [00:18:33.690]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:07:40.4466293Z [00:18:33.697]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     45.41 ns/B     21.00 MiB/s         - c/B
2025-08-20T22:07:40.4515759Z [00:18:33.697]➜  popt-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/popt-1.19/src'
2025-08-20T22:07:40.4518661Z [00:18:33.697]➜  popt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib'
2025-08-20T22:07:40.4522814Z [00:18:33.698]➜  popt-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libpopt.la '/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib'
2025-08-20T22:07:40.4604603Z [00:18:33.712]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |      9.72 ns/B     98.16 MiB/s         - c/B
2025-08-20T22:07:40.5084916Z [00:18:33.760]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     21.91 ns/B     43.52 MiB/s         - c/B
2025-08-20T22:07:40.5407857Z [00:18:33.792]➜  popt-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libpopt.lai /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib/libpopt.la
2025-08-20T22:07:40.5515989Z [00:18:33.800]➜  popt-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libpopt.a /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib/libpopt.a
2025-08-20T22:07:40.5568399Z [00:18:33.806]➜  popt-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib/libpopt.a
2025-08-20T22:07:40.5630967Z [00:18:33.815]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     28.96 ns/B     32.93 MiB/s         - c/B
2025-08-20T22:07:40.5636847Z [00:18:33.815]➜  popt-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib/libpopt.a
2025-08-20T22:07:40.5836361Z [00:18:33.834]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |      4.27 ns/B     223.2 MiB/s         - c/B
2025-08-20T22:07:40.5838209Z [00:18:33.834]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:07:40.6155119Z [00:18:33.864]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     13.71 ns/B     69.55 MiB/s         - c/B
2025-08-20T22:07:40.6663690Z [00:18:33.916]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     19.25 ns/B     49.54 MiB/s         - c/B
2025-08-20T22:07:40.6717447Z [00:18:33.922]➜  popt-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib
2025-08-20T22:07:40.6736305Z [00:18:33.925]➜  popt-static-x86_64-unknown-linux-musl> /build/popt-1.19/libtool: line 1720: ldconfig: command not found
2025-08-20T22:07:40.6806563Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:40.6808710Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:07:40.6810590Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl>    /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib
2025-08-20T22:07:40.6812008Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:40.6813565Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:07:40.6815277Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:07:40.6816782Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the '-LLIBDIR'
2025-08-20T22:07:40.6818258Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:07:40.6819706Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
2025-08-20T22:07:40.6820924Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:07:40.6822171Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl>    - add LIBDIR to the 'LD_RUN_PATH' environment variable
2025-08-20T22:07:40.6823755Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:07:40.6827639Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl>    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:07:40.6854387Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl>    - have your system administrator run these commands:
2025-08-20T22:07:40.6855583Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:40.6856437Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> 
2025-08-20T22:07:40.6857615Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:07:40.6859146Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:07:40.6860751Z [00:18:33.932]➜  popt-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:07:40.6876150Z [00:18:33.939]➜  popt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/include'
2025-08-20T22:07:40.6950762Z [00:18:33.946]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     13.86 ns/B     68.83 MiB/s         - c/B
2025-08-20T22:07:40.7110142Z [00:18:33.963]➜  popt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 popt.h '/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/include'
2025-08-20T22:07:40.7194941Z [00:18:33.971]➜  popt-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/popt-1.19/src'
2025-08-20T22:07:40.7199871Z [00:18:33.971]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/popt-1.19/src'
2025-08-20T22:07:40.7201313Z [00:18:33.972]➜  popt-static-x86_64-unknown-linux-musl> Making install in po
2025-08-20T22:07:40.7236924Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/popt-1.19/po'
2025-08-20T22:07:40.7240769Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl> if test "popt" = "gettext-tools"; then \
2025-08-20T22:07:40.7244837Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl>   /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/share/gettext/po; \
2025-08-20T22:07:40.7247845Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl>   for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
2025-08-20T22:07:40.7251116Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl>     /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./$file \
2025-08-20T22:07:40.7254210Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl>              /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/share/gettext/po/$file; \
2025-08-20T22:07:40.7267009Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T22:07:40.7268766Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl>   for file in Makevars; do \
2025-08-20T22:07:40.7272855Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl>     rm -f /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/share/gettext/po/$file; \
2025-08-20T22:07:40.7286016Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl>   done; \
2025-08-20T22:07:40.7287318Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl> else \
2025-08-20T22:07:40.7288347Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl>   : ; \
2025-08-20T22:07:40.7289496Z [00:18:33.975]➜  popt-static-x86_64-unknown-linux-musl> fi
2025-08-20T22:07:40.7290706Z [00:18:33.980]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/popt-1.19/po'
2025-08-20T22:07:40.7294656Z [00:18:33.981]➜  popt-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T22:07:40.7448998Z [00:18:33.997]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/popt-1.19/tests'
2025-08-20T22:07:40.7564724Z [00:18:34.000]➜  popt-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/popt-1.19/tests'
2025-08-20T22:07:40.7578537Z [00:18:34.003]➜  popt-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:40.7579835Z [00:18:34.003]➜  popt-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-data-am'.
2025-08-20T22:07:40.7581091Z [00:18:34.003]➜  popt-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/popt-1.19/tests'
2025-08-20T22:07:40.7582338Z [00:18:34.003]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/popt-1.19/tests'
2025-08-20T22:07:40.7593834Z [00:18:34.011]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/popt-1.19'
2025-08-20T22:07:40.7684358Z [00:18:34.020]➜  popt-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/popt-1.19'
2025-08-20T22:07:40.7699975Z [00:18:34.022]➜  popt-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:07:40.7784369Z [00:18:34.030]➜  popt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/share/man/man3'
2025-08-20T22:07:40.7987226Z [00:18:34.049]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     41.53 ns/B     22.96 MiB/s         - c/B
2025-08-20T22:07:40.8086005Z [00:18:34.060]➜  popt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 popt.3 '/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/share/man/man3'
2025-08-20T22:07:40.8219021Z [00:18:34.074]➜  popt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib/pkgconfig'
2025-08-20T22:07:40.8328433Z [00:18:34.084]➜  popt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 popt.pc '/nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib/pkgconfig'
2025-08-20T22:07:40.8364115Z [00:18:34.087]➜  popt-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/popt-1.19'
2025-08-20T22:07:40.8367478Z [00:18:34.087]➜  popt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/popt-1.19'
2025-08-20T22:07:40.8369363Z [00:18:34.088]➜  popt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/popt-1.19'
2025-08-20T22:07:40.8440132Z [00:18:34.096]➜  p11-kit-static-x86_64-unknown-linux-musl> [152/428] Compiling C object p11-kit/test-pin.p/test-pin.c.o
2025-08-20T22:07:40.8492131Z [00:18:34.100]➜  popt-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:07:40.8793752Z [00:18:34.131]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     46.14 ns/B     20.67 MiB/s         - c/B
2025-08-20T22:07:40.8908071Z [00:18:34.142]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:07:40.9056143Z [00:18:34.157]➜  popt-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19
2025-08-20T22:07:40.9150856Z [00:18:34.164]➜  popt-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19...
2025-08-20T22:07:40.9179893Z [00:18:34.170]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     12.30 ns/B     77.52 MiB/s         - c/B
2025-08-20T22:07:40.9416672Z [00:18:34.193]➜  p11-kit-static-x86_64-unknown-linux-musl> [153/428] Compiling C object p11-kit/test-conf.p/test-conf.c.o
2025-08-20T22:07:40.9545886Z [00:18:34.206]➜  popt-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/share/man/
2025-08-20T22:07:40.9748502Z [00:18:34.227]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     34.18 ns/B     27.90 MiB/s         - c/B
2025-08-20T22:07:40.9800117Z [00:18:34.231]➜  popt-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19
2025-08-20T22:07:41.0160157Z [00:18:34.266]➜  popt-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/0yy2r8yghqivx84r4m261wqj9x7j6acd-popt-static-x86_64-unknown-linux-musl-1.19/lib
2025-08-20T22:07:41.0209337Z [00:18:34.272]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     30.16 ns/B     31.62 MiB/s         - c/B
2025-08-20T22:07:41.0408145Z [00:18:34.292]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |     23.19 ns/B     41.12 MiB/s         - c/B
2025-08-20T22:07:41.0409702Z [00:18:34.292]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:41.0411056Z [00:18:34.292]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SERPENT128     |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:41.1000135Z [00:18:34.352]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:07:41.3214276Z [00:18:34.573]➜  building '/nix/store/ck87qdricvmm45mlw63hhwsvg1bralq5-kbd-static-x86_64-unknown-linux-musl-2.7.1.drv'...
2025-08-20T22:07:41.3237896Z [00:18:34.573]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     37.06 ns/B     25.73 MiB/s         - c/B
2025-08-20T22:07:41.3239678Z [00:18:34.573]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:07:41.3241407Z [00:18:34.573]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:07:41.3365419Z [00:18:34.587]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     40.81 ns/B     23.37 MiB/s         - c/B
2025-08-20T22:07:41.3411144Z [00:18:34.593]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T22:07:41.4506716Z [00:18:34.702]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     39.50 ns/B     24.15 MiB/s         - c/B
2025-08-20T22:07:41.5191305Z [00:18:34.770]➜  p11-kit-static-x86_64-unknown-linux-musl> [154/428] Compiling C object p11-kit/test-init.p/test-init.c.o
2025-08-20T22:07:41.5276934Z [00:18:34.779]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gcc... gcc
2025-08-20T22:07:41.6067605Z [00:18:34.858]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     46.67 ns/B     20.44 MiB/s         - c/B
2025-08-20T22:07:41.7003410Z [00:18:34.952]➜  kbd-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:07:41.7032540Z [00:18:34.953]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32rx_linux.c
2025-08-20T22:07:41.7135428Z [00:18:34.965]➜  kbd-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/x59p4zifd8ysrdisciw9in6z4anb0z8p-kbd-2.7.1.tar.xz
2025-08-20T22:07:41.7497107Z [00:18:35.001]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     42.48 ns/B     22.45 MiB/s         - c/B
2025-08-20T22:07:41.7503073Z [00:18:35.002]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... (cached) yes
2025-08-20T22:07:41.7854819Z [00:18:35.037]➜  p11-kit-static-x86_64-unknown-linux-musl> [155/428] Compiling C object p11-kit/test-modules.p/test-modules.c.o
2025-08-20T22:07:41.8345424Z [00:18:35.086]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     43.66 ns/B     21.85 MiB/s         - c/B
2025-08-20T22:07:41.8841295Z [00:18:35.134]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether gcc accepts -g... yes
2025-08-20T22:07:41.8842770Z [00:18:35.134]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gcc option to enable C11 features... (cached) none needed
2025-08-20T22:07:41.8844621Z [00:18:35.134]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether gcc understands -c and -o together... (cached) yes
2025-08-20T22:07:41.8846044Z [00:18:35.134]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking dependency style of gcc... (cached) none
2025-08-20T22:07:41.9695256Z [00:18:35.216]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     57.42 ns/B     16.61 MiB/s         - c/B
2025-08-20T22:07:42.0492063Z [00:18:35.301]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... gcc -E
2025-08-20T22:07:42.0625727Z [00:18:35.314]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     44.34 ns/B     21.51 MiB/s         - c/B
2025-08-20T22:07:42.1349319Z [00:18:35.387]➜  kbd-static-x86_64-unknown-linux-musl> source root is kbd-2.7.1
2025-08-20T22:07:42.1652945Z [00:18:35.417]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     33.09 ns/B     28.82 MiB/s         - c/B
2025-08-20T22:07:42.2007003Z [00:18:35.452]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T22:07:42.2341838Z [00:18:35.486]➜  kbd-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1734369210 of file "kbd-2.7.1/po/sr.po"
2025-08-20T22:07:42.2394355Z [00:18:35.491]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     35.97 ns/B     26.51 MiB/s         - c/B
2025-08-20T22:07:42.2613980Z [00:18:35.513]➜  kbd-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:07:42.2802196Z [00:18:35.532]➜  kbd-static-x86_64-unknown-linux-musl> applying patch /nix/store/l72fh575sg53gsvndaz7sw0b996h57cc-search-paths.patch
2025-08-20T22:07:42.2844234Z [00:18:35.536]➜  kbd-static-x86_64-unknown-linux-musl> patching file src/libkeymap/analyze.l
2025-08-20T22:07:42.2851277Z [00:18:35.537]➜  kbd-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 106 (offset -3 lines).
2025-08-20T22:07:42.2860030Z [00:18:35.538]➜  kbd-static-x86_64-unknown-linux-musl> patching file src/libkfont/context.c
2025-08-20T22:07:42.2941016Z [00:18:35.544]➜  kbd-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 14 (offset 1 line).
2025-08-20T22:07:42.2950620Z [00:18:35.544]➜  kbd-static-x86_64-unknown-linux-musl> Hunk #3 succeeded at 43 (offset -1 lines).
2025-08-20T22:07:42.2952518Z [00:18:35.544]➜  kbd-static-x86_64-unknown-linux-musl> Hunk #4 succeeded at 56 (offset -2 lines).
2025-08-20T22:07:42.2954168Z [00:18:35.544]➜  kbd-static-x86_64-unknown-linux-musl> patching file src/loadkeys.c
2025-08-20T22:07:42.2955415Z [00:18:35.544]➜  kbd-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 26 (offset -1 lines).
2025-08-20T22:07:42.2956798Z [00:18:35.544]➜  kbd-static-x86_64-unknown-linux-musl> patching file src/resizecons.c
2025-08-20T22:07:42.2958119Z [00:18:35.544]➜  kbd-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 102 with fuzz 2 (offset -2 lines).
2025-08-20T22:07:42.2959347Z [00:18:35.544]➜  kbd-static-x86_64-unknown-linux-musl> patching file src/setfont.c
2025-08-20T22:07:42.2960492Z [00:18:35.544]➜  kbd-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 40 (offset -8 lines).
2025-08-20T22:07:42.2961799Z [00:18:35.544]➜  kbd-static-x86_64-unknown-linux-musl> /build/kbd-2.7.1/data/keymaps/i386 /build/kbd-2.7.1
2025-08-20T22:07:42.2998173Z [00:18:35.552]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     29.49 ns/B     32.33 MiB/s         - c/B
2025-08-20T22:07:42.3204978Z [00:18:35.570]➜  kbd-static-x86_64-unknown-linux-musl> /build/kbd-2.7.1
2025-08-20T22:07:42.3451337Z [00:18:35.597]➜  kbd-static-x86_64-unknown-linux-musl> Running phase: autoreconfPhase
2025-08-20T22:07:42.3529768Z [00:18:35.605]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gawk... (cached) gawk
2025-08-20T22:07:42.3566410Z [00:18:35.608]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:07:42.3609208Z [00:18:35.613]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T22:07:42.3836032Z [00:18:35.635]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     41.38 ns/B     23.05 MiB/s         - c/B
2025-08-20T22:07:42.3838001Z [00:18:35.635]➜  p11-kit-static-x86_64-unknown-linux-musl> [156/428] Compiling C object p11-kit/test-deprecated.p/test-deprecated.c.o
2025-08-20T22:07:42.4332886Z [00:18:35.685]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:07:42.5039290Z [00:18:35.754]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     73.36 ns/B     13.00 MiB/s         - c/B
2025-08-20T22:07:42.5623996Z [00:18:35.810]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:07:42.6045290Z [00:18:35.855]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     73.37 ns/B     13.00 MiB/s         - c/B
2025-08-20T22:07:42.6416189Z [00:18:35.893]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     31.59 ns/B     30.19 MiB/s         - c/B
2025-08-20T22:07:42.6483545Z [00:18:35.900]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: export WARNINGS=
2025-08-20T22:07:42.6564012Z [00:18:35.908]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: Entering directory '.'
2025-08-20T22:07:42.6569423Z [00:18:35.909]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: running: autopoint --force
2025-08-20T22:07:42.6945461Z [00:18:35.945]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:07:42.7645623Z [00:18:36.013]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     92.05 ns/B     10.36 MiB/s         - c/B
2025-08-20T22:07:42.7966374Z [00:18:36.048]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:07:42.8526209Z [00:18:36.104]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     75.60 ns/B     12.61 MiB/s         - c/B
2025-08-20T22:07:42.9130410Z [00:18:36.165]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     39.15 ns/B     24.36 MiB/s         - c/B
2025-08-20T22:07:42.9218204Z [00:18:36.171]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:07:42.9336036Z [00:18:36.185]➜  p11-kit-static-x86_64-unknown-linux-musl> [157/428] Compiling C object p11-kit/test-uri.p/test-uri.c.o
2025-08-20T22:07:43.0439709Z [00:18:36.294]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     54.21 ns/B     17.59 MiB/s         - c/B
2025-08-20T22:07:43.0655959Z [00:18:36.317]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:07:43.1064875Z [00:18:36.356]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32tilegx.c
2025-08-20T22:07:43.1118499Z [00:18:36.364]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     42.40 ns/B     22.49 MiB/s         - c/B
2025-08-20T22:07:43.1382104Z [00:18:36.390]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |     17.46 ns/B     54.61 MiB/s         - c/B
2025-08-20T22:07:43.1930914Z [00:18:36.445]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     37.92 ns/B     25.15 MiB/s         - c/B
2025-08-20T22:07:43.2027252Z [00:18:36.453]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:07:43.2765795Z [00:18:36.528]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     43.47 ns/B     21.94 MiB/s         - c/B
2025-08-20T22:07:43.2925005Z [00:18:36.541]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32tilegx_be.c
2025-08-20T22:07:43.3265506Z [00:18:36.578]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     36.15 ns/B     26.38 MiB/s         - c/B
2025-08-20T22:07:43.3644570Z [00:18:36.614]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:07:43.4793695Z [00:18:36.731]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     66.76 ns/B     14.29 MiB/s         - c/B
2025-08-20T22:07:43.4886501Z [00:18:36.740]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:07:43.5778836Z [00:18:36.830]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     46.71 ns/B     20.42 MiB/s         - c/B
2025-08-20T22:07:43.6254046Z [00:18:36.877]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     42.53 ns/B     22.42 MiB/s         - c/B
2025-08-20T22:07:43.6632880Z [00:18:36.915]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32tilepro.c
2025-08-20T22:07:43.6721536Z [00:18:36.924]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for wchar.h... yes
2025-08-20T22:07:43.7355127Z [00:18:36.987]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     42.39 ns/B     22.50 MiB/s         - c/B
2025-08-20T22:07:43.7998680Z [00:18:37.050]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     63.19 ns/B     15.09 MiB/s         - c/B
2025-08-20T22:07:43.8017903Z [00:18:37.052]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for minix/config.h... no
2025-08-20T22:07:43.8246103Z [00:18:37.076]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |      5.71 ns/B     166.9 MiB/s         - c/B
2025-08-20T22:07:43.8247593Z [00:18:37.076]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:43.8249048Z [00:18:37.076]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SERPENT192     |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:43.8556206Z [00:18:37.107]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     15.26 ns/B     62.49 MiB/s         - c/B
2025-08-20T22:07:43.9060605Z [00:18:37.158]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     17.06 ns/B     55.90 MiB/s         - c/B
2025-08-20T22:07:43.9655117Z [00:18:37.214]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sys/time.h... yes
2025-08-20T22:07:43.9935076Z [00:18:37.245]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     34.48 ns/B     27.66 MiB/s         - c/B
2025-08-20T22:07:44.1112176Z [00:18:37.363]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     37.18 ns/B     25.65 MiB/s         - c/B
2025-08-20T22:07:44.1719483Z [00:18:37.424]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether it is safe to define __EXTENSIONS__... yes
2025-08-20T22:07:44.2867424Z [00:18:37.537]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     44.16 ns/B     21.60 MiB/s         - c/B
2025-08-20T22:07:44.3420165Z [00:18:37.594]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     41.18 ns/B     23.16 MiB/s         - c/B
2025-08-20T22:07:44.3500363Z [00:18:37.602]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether _XOPEN_SOURCE should be defined... no
2025-08-20T22:07:44.4237860Z [00:18:37.675]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     40.19 ns/B     23.73 MiB/s         - c/B
2025-08-20T22:07:44.4718843Z [00:18:37.724]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     25.56 ns/B     37.32 MiB/s         - c/B
2025-08-20T22:07:44.5644418Z [00:18:37.816]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     40.52 ns/B     23.54 MiB/s         - c/B
2025-08-20T22:07:44.6513506Z [00:18:37.903]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     24.68 ns/B     38.64 MiB/s         - c/B
2025-08-20T22:07:44.6976629Z [00:18:37.949]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for runpath switch... -Wl,-rpath,
2025-08-20T22:07:44.7123365Z [00:18:37.964]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     27.25 ns/B     35.00 MiB/s         - c/B
2025-08-20T22:07:44.7146540Z [00:18:37.966]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:07:44.7416176Z [00:18:37.992]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:07:44.7539092Z [00:18:38.005]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:07:44.7657000Z [00:18:38.017]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:07:44.7739102Z [00:18:38.026]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:07:44.7948110Z [00:18:38.046]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     43.18 ns/B     22.09 MiB/s         - c/B
2025-08-20T22:07:44.8009540Z [00:18:38.052]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:07:44.8347397Z [00:18:38.086]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:07:44.8359285Z [00:18:38.086]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:07:44.9425740Z [00:18:38.194]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     72.49 ns/B     13.16 MiB/s         - c/B
2025-08-20T22:07:44.9728360Z [00:18:38.224]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:07:44.9922379Z [00:18:38.244]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 4718592
2025-08-20T22:07:45.0059215Z [00:18:38.257]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:07:45.0106216Z [00:18:38.257]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:07:45.0108135Z [00:18:38.260]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:07:45.0109495Z [00:18:38.261]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T22:07:45.0111199Z [00:18:38.261]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:07:45.0195380Z [00:18:38.264]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T22:07:45.0214702Z [00:18:38.271]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:07:45.0316400Z [00:18:38.283]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:07:45.0317782Z [00:18:38.283]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:07:45.0319413Z [00:18:38.283]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:07:45.0321072Z [00:18:38.283]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:07:45.0607799Z [00:18:38.312]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     85.18 ns/B     11.20 MiB/s         - c/B
2025-08-20T22:07:45.0646612Z [00:18:38.316]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32vax.c
2025-08-20T22:07:45.1263462Z [00:18:38.378]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     36.47 ns/B     26.15 MiB/s         - c/B
2025-08-20T22:07:45.1822969Z [00:18:38.434]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:07:45.1915107Z [00:18:38.441]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:07:45.2469764Z [00:18:38.496]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     87.27 ns/B     10.93 MiB/s         - c/B
2025-08-20T22:07:45.2866760Z [00:18:38.538]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32visium.c
2025-08-20T22:07:45.3562839Z [00:18:38.608]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     86.45 ns/B     11.03 MiB/s         - c/B
2025-08-20T22:07:45.4021597Z [00:18:38.654]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     56.28 ns/B     16.94 MiB/s         - c/B
2025-08-20T22:07:45.4995511Z [00:18:38.748]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     55.56 ns/B     17.16 MiB/s         - c/B
2025-08-20T22:07:45.6153481Z [00:18:38.867]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     54.23 ns/B     17.59 MiB/s         - c/B
2025-08-20T22:07:45.6239656Z [00:18:38.876]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:07:45.6315786Z [00:18:38.882]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |      6.12 ns/B     155.7 MiB/s         - c/B
2025-08-20T22:07:45.6321614Z [00:18:38.883]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:07:45.6530372Z [00:18:38.905]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:07:45.6705874Z [00:18:38.922]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32xstormy16.c
2025-08-20T22:07:45.6848375Z [00:18:38.935]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:07:45.6899802Z [00:18:38.942]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     38.35 ns/B     24.87 MiB/s         - c/B
2025-08-20T22:07:45.7628779Z [00:18:39.014]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:07:45.7738106Z [00:18:39.024]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     46.43 ns/B     20.54 MiB/s         - c/B
2025-08-20T22:07:45.7756421Z [00:18:39.027]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:07:45.8020562Z [00:18:39.049]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:07:45.8294521Z [00:18:39.081]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     43.55 ns/B     21.90 MiB/s         - c/B
2025-08-20T22:07:45.9773186Z [00:18:39.228]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:07:45.9980445Z [00:18:39.250]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     80.91 ns/B     11.79 MiB/s         - c/B
2025-08-20T22:07:46.0007804Z [00:18:39.252]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:07:46.0459164Z [00:18:39.298]➜  p11-kit-static-x86_64-unknown-linux-musl> [158/428] Compiling C object p11-kit/test-iter.p/test-iter.c.o
2025-08-20T22:07:46.1192604Z [00:18:39.371]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     101.0 ns/B      9.44 MiB/s         - c/B
2025-08-20T22:07:46.1319659Z [00:18:39.384]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32xtensa.c
2025-08-20T22:07:46.1896846Z [00:18:39.441]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     58.65 ns/B     16.26 MiB/s         - c/B
2025-08-20T22:07:46.1911125Z [00:18:39.441]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:46.1912612Z [00:18:39.441]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SERPENT256     |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:46.2557941Z [00:18:39.506]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     49.06 ns/B     19.44 MiB/s         - c/B
2025-08-20T22:07:46.3039718Z [00:18:39.556]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/codeset.m4
2025-08-20T22:07:46.3392459Z [00:18:39.591]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     39.48 ns/B     24.16 MiB/s         - c/B
2025-08-20T22:07:46.3468900Z [00:18:39.598]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/extern-inline.m4
2025-08-20T22:07:46.4017333Z [00:18:39.653]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/fcntl-o.m4
2025-08-20T22:07:46.4705181Z [00:18:39.718]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/glibc2.m4
2025-08-20T22:07:46.4707118Z [00:18:39.721]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:07:46.4709296Z [00:18:39.721]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:07:46.5306464Z [00:18:39.782]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     46.89 ns/B     20.34 MiB/s         - c/B
2025-08-20T22:07:46.5383749Z [00:18:39.790]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/glibc21.m4
2025-08-20T22:07:46.5753595Z [00:18:39.827]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:07:46.6099930Z [00:18:39.862]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/intdiv0.m4
2025-08-20T22:07:46.6598887Z [00:18:39.911]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/intl.m4
2025-08-20T22:07:46.6915847Z [00:18:39.941]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     37.49 ns/B     25.44 MiB/s         - c/B
2025-08-20T22:07:46.7120996Z [00:18:39.964]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/intldir.m4
2025-08-20T22:07:46.7905728Z [00:18:40.039]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:07:46.7941685Z [00:18:40.043]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/intmax.m4
2025-08-20T22:07:46.8216022Z [00:18:40.073]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     52.04 ns/B     18.32 MiB/s         - c/B
2025-08-20T22:07:46.8345275Z [00:18:40.086]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/inttypes-pri.m4
2025-08-20T22:07:46.8742928Z [00:18:40.126]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/inttypes_h.m4
2025-08-20T22:07:46.9134394Z [00:18:40.165]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/lcmessage.m4
2025-08-20T22:07:46.9307900Z [00:18:40.179]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:07:46.9310110Z [00:18:40.179]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:07:46.9383122Z [00:18:40.189]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     42.19 ns/B     22.60 MiB/s         - c/B
2025-08-20T22:07:47.0264226Z [00:18:40.278]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/lock.m4
2025-08-20T22:07:47.0703061Z [00:18:40.320]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     53.40 ns/B     17.86 MiB/s         - c/B
2025-08-20T22:07:47.0760345Z [00:18:40.326]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/longlong.m4
2025-08-20T22:07:47.0816694Z [00:18:40.333]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... yes
2025-08-20T22:07:47.1511426Z [00:18:40.402]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     43.55 ns/B     21.90 MiB/s         - c/B
2025-08-20T22:07:47.1575429Z [00:18:40.409]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/printf-posix.m4
2025-08-20T22:07:47.2255991Z [00:18:40.477]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/size_max.m4
2025-08-20T22:07:47.2717376Z [00:18:40.523]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/stdint_h.m4
2025-08-20T22:07:47.2885817Z [00:18:40.538]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     42.52 ns/B     22.43 MiB/s         - c/B
2025-08-20T22:07:47.3327298Z [00:18:40.581]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/threadlib.m4
2025-08-20T22:07:47.3668272Z [00:18:40.618]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     39.52 ns/B     24.13 MiB/s         - c/B
2025-08-20T22:07:47.3800912Z [00:18:40.632]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/uintmax_t.m4
2025-08-20T22:07:47.4242724Z [00:18:40.676]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/visibility.m4
2025-08-20T22:07:47.4529721Z [00:18:40.703]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:07:47.4534050Z [00:18:40.705]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:07:47.4670192Z [00:18:40.718]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:07:47.4685531Z [00:18:40.720]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:07:47.4691044Z [00:18:40.721]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:07:47.4745736Z [00:18:40.726]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:07:47.4870971Z [00:18:40.738]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/wchar_t.m4
2025-08-20T22:07:47.4876225Z [00:18:40.738]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     53.78 ns/B     17.73 MiB/s         - c/B
2025-08-20T22:07:47.5352083Z [00:18:40.787]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/wint_t.m4
2025-08-20T22:07:47.5812716Z [00:18:40.833]➜  kbd-static-x86_64-unknown-linux-musl> Copying file m4/xsize.m4
2025-08-20T22:07:47.5855207Z [00:18:40.836]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     36.13 ns/B     26.40 MiB/s         - c/B
2025-08-20T22:07:47.6493497Z [00:18:40.901]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sys/socket.h... yes
2025-08-20T22:07:47.6701877Z [00:18:40.920]➜  kbd-static-x86_64-unknown-linux-musl> Copying file po/Makevars.template
2025-08-20T22:07:47.7579856Z [00:18:41.010]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     90.90 ns/B     10.49 MiB/s         - c/B
2025-08-20T22:07:47.7787023Z [00:18:41.030]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for ws2tcpip.h... no
2025-08-20T22:07:47.9017010Z [00:18:41.153]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     95.47 ns/B      9.99 MiB/s         - c/B
2025-08-20T22:07:47.9396214Z [00:18:41.191]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     29.60 ns/B     32.22 MiB/s         - c/B
2025-08-20T22:07:48.0347245Z [00:18:41.286]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for socket... yes
2025-08-20T22:07:48.0555593Z [00:18:41.302]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     92.80 ns/B     10.28 MiB/s         - c/B
2025-08-20T22:07:48.1612344Z [00:18:41.413]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     83.68 ns/B     11.40 MiB/s         - c/B
2025-08-20T22:07:48.2068524Z [00:18:41.456]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     50.65 ns/B     18.83 MiB/s         - c/B
2025-08-20T22:07:48.2602923Z [00:18:41.512]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for connect... yes
2025-08-20T22:07:48.3501808Z [00:18:41.602]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     73.35 ns/B     13.00 MiB/s         - c/B
2025-08-20T22:07:48.4384250Z [00:18:41.690]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     53.03 ns/B     17.98 MiB/s         - c/B
2025-08-20T22:07:48.4445840Z [00:18:41.696]➜  p11-kit-static-x86_64-unknown-linux-musl> [159/428] Compiling C object p11-kit/test-proxy.p/test-proxy.c.o
2025-08-20T22:07:48.4659786Z [00:18:41.718]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |      7.64 ns/B     124.9 MiB/s         - c/B
2025-08-20T22:07:48.5276552Z [00:18:41.779]➜  p11-kit-static-x86_64-unknown-linux-musl> [160/428] Compiling C object p11-kit/test-proxy3.p/test-proxy3.c.o
2025-08-20T22:07:48.5325113Z [00:18:41.779]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     39.91 ns/B     23.89 MiB/s         - c/B
2025-08-20T22:07:48.5329341Z [00:18:41.785]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for res_search... yes
2025-08-20T22:07:48.6195528Z [00:18:41.871]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     42.15 ns/B     22.63 MiB/s         - c/B
2025-08-20T22:07:48.6868113Z [00:18:41.938]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     55.36 ns/B     17.23 MiB/s         - c/B
2025-08-20T22:07:48.7797115Z [00:18:42.031]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for dn_expand... yes
2025-08-20T22:07:48.8284605Z [00:18:42.080]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:07:48.9321796Z [00:18:42.182]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf32z80.c
2025-08-20T22:07:48.9327446Z [00:18:42.182]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     75.92 ns/B     12.56 MiB/s         - c/B
2025-08-20T22:07:49.0736856Z [00:18:42.321]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for dns_lookup... no
2025-08-20T22:07:49.0786904Z [00:18:42.321]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking DB path to use... /etc/sasldb2
2025-08-20T22:07:49.0987570Z [00:18:42.350]➜  p11-kit-static-x86_64-unknown-linux-musl> [161/428] Compiling C object p11-kit/test-virtual.p/test-virtual.c.o
2025-08-20T22:07:49.1159256Z [00:18:42.362]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     96.49 ns/B      9.88 MiB/s         - c/B
2025-08-20T22:07:49.1575328Z [00:18:42.408]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     40.93 ns/B     23.30 MiB/s         - c/B
2025-08-20T22:07:49.2425499Z [00:18:42.491]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     56.99 ns/B     16.73 MiB/s         - c/B
2025-08-20T22:07:49.2786174Z [00:18:42.530]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for db.h... yes
2025-08-20T22:07:49.3085068Z [00:18:42.560]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     44.98 ns/B     21.20 MiB/s         - c/B
2025-08-20T22:07:49.3153897Z [00:18:42.566]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |      3.96 ns/B     240.8 MiB/s         - c/B
2025-08-20T22:07:49.3157796Z [00:18:42.568]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:49.3159396Z [00:18:42.568]➜  libgcrypt-static-x86_64-unknown-linux-musl>  RFC2268_40     |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:49.3996257Z [00:18:42.651]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     49.49 ns/B     19.27 MiB/s         - c/B
2025-08-20T22:07:49.4344283Z [00:18:42.686]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     27.64 ns/B     34.50 MiB/s         - c/B
2025-08-20T22:07:49.5265926Z [00:18:42.778]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     38.89 ns/B     24.52 MiB/s         - c/B
2025-08-20T22:07:49.6018648Z [00:18:42.853]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     40.65 ns/B     23.46 MiB/s         - c/B
2025-08-20T22:07:49.7169932Z [00:18:42.969]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     54.79 ns/B     17.41 MiB/s         - c/B
2025-08-20T22:07:49.7870140Z [00:18:43.038]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     44.16 ns/B     21.60 MiB/s         - c/B
2025-08-20T22:07:49.8666221Z [00:18:43.118]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     39.39 ns/B     24.21 MiB/s         - c/B
2025-08-20T22:07:49.9540761Z [00:18:43.204]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     59.49 ns/B     16.03 MiB/s         - c/B
2025-08-20T22:07:50.0362776Z [00:18:43.286]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     33.04 ns/B     28.86 MiB/s         - c/B
2025-08-20T22:07:50.1191040Z [00:18:43.371]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf_i386.c
2025-08-20T22:07:50.1861559Z [00:18:43.438]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     48.26 ns/B     19.76 MiB/s         - c/B
2025-08-20T22:07:50.3357293Z [00:18:43.587]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf_i386_be.c
2025-08-20T22:07:50.3532206Z [00:18:43.605]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     86.97 ns/B     10.97 MiB/s         - c/B
2025-08-20T22:07:50.4980589Z [00:18:43.750]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     105.6 ns/B      9.03 MiB/s         - c/B
2025-08-20T22:07:50.5267248Z [00:18:43.778]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf_i386_fbsd.c
2025-08-20T22:07:50.5291608Z [00:18:43.781]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf_i386_haiku.c
2025-08-20T22:07:50.5697893Z [00:18:43.821]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     45.64 ns/B     20.90 MiB/s         - c/B
2025-08-20T22:07:50.5739632Z [00:18:43.822]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:50.5743938Z [00:18:43.822]➜  libgcrypt-static-x86_64-unknown-linux-musl>  RFC2268_128    |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:50.6466478Z [00:18:43.898]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     47.60 ns/B     20.03 MiB/s         - c/B
2025-08-20T22:07:50.7109843Z [00:18:43.963]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     47.00 ns/B     20.29 MiB/s         - c/B
2025-08-20T22:07:50.8193620Z [00:18:44.071]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     69.61 ns/B     13.70 MiB/s         - c/B
2025-08-20T22:07:50.8865666Z [00:18:44.138]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     38.05 ns/B     25.06 MiB/s         - c/B
2025-08-20T22:07:50.9201864Z [00:18:44.172]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf_i386_ldso.c
2025-08-20T22:07:50.9966055Z [00:18:44.248]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     55.07 ns/B     17.32 MiB/s         - c/B
2025-08-20T22:07:51.0941997Z [00:18:44.345]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     63.31 ns/B     15.06 MiB/s         - c/B
2025-08-20T22:07:51.1785269Z [00:18:44.430]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     48.51 ns/B     19.66 MiB/s         - c/B
2025-08-20T22:07:51.2388279Z [00:18:44.490]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     47.84 ns/B     19.93 MiB/s         - c/B
2025-08-20T22:07:51.3450516Z [00:18:44.597]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     48.61 ns/B     19.62 MiB/s         - c/B
2025-08-20T22:07:51.4028249Z [00:18:44.654]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     31.27 ns/B     30.49 MiB/s         - c/B
2025-08-20T22:07:51.5364857Z [00:18:44.788]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     119.9 ns/B      7.96 MiB/s         - c/B
2025-08-20T22:07:51.6451996Z [00:18:44.897]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     96.36 ns/B      9.90 MiB/s         - c/B
2025-08-20T22:07:51.7236113Z [00:18:44.974]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     64.15 ns/B     14.87 MiB/s         - c/B
2025-08-20T22:07:51.7260056Z [00:18:44.976]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:51.7261408Z [00:18:44.978]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SEED           |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:51.8427864Z [00:18:45.094]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     34.09 ns/B     27.98 MiB/s         - c/B
2025-08-20T22:07:51.9459965Z [00:18:45.198]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     39.27 ns/B     24.29 MiB/s         - c/B
2025-08-20T22:07:52.0512981Z [00:18:45.300]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     45.52 ns/B     20.95 MiB/s         - c/B
2025-08-20T22:07:52.1644351Z [00:18:45.416]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     31.06 ns/B     30.70 MiB/s         - c/B
2025-08-20T22:07:52.2750871Z [00:18:45.527]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     26.33 ns/B     36.22 MiB/s         - c/B
2025-08-20T22:07:52.3727293Z [00:18:45.624]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     48.91 ns/B     19.50 MiB/s         - c/B
2025-08-20T22:07:52.4162234Z [00:18:45.668]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     28.29 ns/B     33.71 MiB/s         - c/B
2025-08-20T22:07:52.4175284Z [00:18:45.668]➜  p11-kit-static-x86_64-unknown-linux-musl> [162/428] Compiling C object p11-kit/test-rpc.p/test-rpc.c.o
2025-08-20T22:07:52.4874198Z [00:18:45.739]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     40.76 ns/B     23.40 MiB/s         - c/B
2025-08-20T22:07:52.5817630Z [00:18:45.833]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     32.67 ns/B     29.19 MiB/s         - c/B
2025-08-20T22:07:52.6439813Z [00:18:45.896]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     37.42 ns/B     25.48 MiB/s         - c/B
2025-08-20T22:07:52.7179944Z [00:18:45.970]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     46.35 ns/B     20.58 MiB/s         - c/B
2025-08-20T22:07:52.8075678Z [00:18:46.059]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     44.09 ns/B     21.63 MiB/s         - c/B
2025-08-20T22:07:52.9545372Z [00:18:46.204]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     74.17 ns/B     12.86 MiB/s         - c/B
2025-08-20T22:07:53.0542015Z [00:18:46.306]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     67.26 ns/B     14.18 MiB/s         - c/B
2025-08-20T22:07:53.0948866Z [00:18:46.347]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     13.32 ns/B     71.59 MiB/s         - c/B
2025-08-20T22:07:53.1827628Z [00:18:46.434]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking DB library to use... berkeley
2025-08-20T22:07:53.1834571Z [00:18:46.435]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if DB handle is kept open in SASLDB... no
2025-08-20T22:07:53.1957154Z [00:18:46.447]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     90.82 ns/B     10.50 MiB/s         - c/B
2025-08-20T22:07:53.2961784Z [00:18:46.548]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     66.42 ns/B     14.36 MiB/s         - c/B
2025-08-20T22:07:53.3625839Z [00:18:46.614]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     55.22 ns/B     17.27 MiB/s         - c/B
2025-08-20T22:07:53.4199275Z [00:18:46.670]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for dlopen in -ldl... yes
2025-08-20T22:07:53.4200851Z [00:18:46.671]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking PRNG to use... /dev/urandom
2025-08-20T22:07:53.4202638Z [00:18:46.671]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for nm... x86_64-unknown-linux-musl-nm
2025-08-20T22:07:53.4789182Z [00:18:46.731]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     58.18 ns/B     16.39 MiB/s         - c/B
2025-08-20T22:07:53.5906019Z [00:18:46.837]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     61.76 ns/B     15.44 MiB/s         - c/B
2025-08-20T22:07:53.6072550Z [00:18:46.859]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |     16.47 ns/B     57.89 MiB/s         - c/B
2025-08-20T22:07:53.6365377Z [00:18:46.888]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for underscore before symbols... no
2025-08-20T22:07:53.6862700Z [00:18:46.937]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     45.01 ns/B     21.19 MiB/s         - c/B
2025-08-20T22:07:53.7535537Z [00:18:47.005]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     41.99 ns/B     22.71 MiB/s         - c/B
2025-08-20T22:07:53.8142181Z [00:18:47.062]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     34.06 ns/B     28.00 MiB/s         - c/B
2025-08-20T22:07:53.9055289Z [00:18:47.155]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for syslog... yes
2025-08-20T22:07:53.9064720Z [00:18:47.158]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if I should include saslauthd... /run/saslauthd
2025-08-20T22:07:53.9066624Z [00:18:47.158]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking to include Courier authdaemond support... /dev/null
2025-08-20T22:07:53.9068292Z [00:18:47.158]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if I should include pwcheck... no
2025-08-20T22:07:53.9069935Z [00:18:47.158]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if I should include the alwaystrue verifier... no
2025-08-20T22:07:53.9078180Z [00:18:47.158]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if we should enable sasl_checkapop... enabled
2025-08-20T22:07:53.9079795Z [00:18:47.158]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking CRAM-MD5... enabled
2025-08-20T22:07:54.1056024Z [00:18:47.357]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     89.41 ns/B     10.67 MiB/s         - c/B
2025-08-20T22:07:54.2807980Z [00:18:47.532]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     88.07 ns/B     10.83 MiB/s         - c/B
2025-08-20T22:07:54.3598616Z [00:18:47.611]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     46.58 ns/B     20.48 MiB/s         - c/B
2025-08-20T22:07:54.4677618Z [00:18:47.718]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     51.28 ns/B     18.60 MiB/s         - c/B
2025-08-20T22:07:54.5292483Z [00:18:47.780]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     43.68 ns/B     21.84 MiB/s         - c/B
2025-08-20T22:07:54.5372972Z [00:18:47.789]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |      4.47 ns/B     213.4 MiB/s         - c/B
2025-08-20T22:07:54.5374722Z [00:18:47.789]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:54.5376306Z [00:18:47.789]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CAMELLIA128    |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:54.6744009Z [00:18:47.926]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     23.45 ns/B     40.66 MiB/s         - c/B
2025-08-20T22:07:54.7665480Z [00:18:48.015]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     26.42 ns/B     36.10 MiB/s         - c/B
2025-08-20T22:07:54.8661737Z [00:18:48.117]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     30.20 ns/B     31.57 MiB/s         - c/B
2025-08-20T22:07:54.9726503Z [00:18:48.224]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     28.15 ns/B     33.88 MiB/s         - c/B
2025-08-20T22:07:55.0839570Z [00:18:48.336]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     15.06 ns/B     63.32 MiB/s         - c/B
2025-08-20T22:07:55.1371090Z [00:18:48.389]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     25.31 ns/B     37.67 MiB/s         - c/B
2025-08-20T22:07:55.2177183Z [00:18:48.469]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     22.67 ns/B     42.08 MiB/s         - c/B
2025-08-20T22:07:55.2475709Z [00:18:48.497]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     21.57 ns/B     44.21 MiB/s         - c/B
2025-08-20T22:07:55.3265067Z [00:18:48.578]➜  p11-kit-static-x86_64-unknown-linux-musl> [163/428] Compiling C object p11-kit/test-managed.p/test-managed.c.o
2025-08-20T22:07:55.3397189Z [00:18:48.589]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     25.60 ns/B     37.25 MiB/s         - c/B
2025-08-20T22:07:55.3875403Z [00:18:48.637]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     31.80 ns/B     29.99 MiB/s         - c/B
2025-08-20T22:07:55.4270789Z [00:18:48.679]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: tracing
2025-08-20T22:07:55.4545565Z [00:18:48.701]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     31.90 ns/B     29.89 MiB/s         - c/B
2025-08-20T22:07:55.4655288Z [00:18:48.715]➜  p11-kit-static-x86_64-unknown-linux-musl> [164/428] Compiling C object p11-kit/test-rpc-message.p/test-rpc-message.c.o
2025-08-20T22:07:55.4729167Z [00:18:48.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking size of long... 8
2025-08-20T22:07:55.4739188Z [00:18:48.724]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking what directory libraries are found in... lib
2025-08-20T22:07:55.5099522Z [00:18:48.762]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     30.91 ns/B     30.85 MiB/s         - c/B
2025-08-20T22:07:55.5618905Z [00:18:48.814]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf_i386_sol2.c
2025-08-20T22:07:55.6347845Z [00:18:48.886]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     56.48 ns/B     16.88 MiB/s         - c/B
2025-08-20T22:07:55.7194679Z [00:18:48.971]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for RSAPublicEncrypt in -lrsaref... no
2025-08-20T22:07:55.7278595Z [00:18:48.980]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     58.87 ns/B     16.20 MiB/s         - c/B
2025-08-20T22:07:55.7755582Z [00:18:49.027]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     37.65 ns/B     25.33 MiB/s         - c/B
2025-08-20T22:07:55.8919682Z [00:18:49.144]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     66.26 ns/B     14.39 MiB/s         - c/B
2025-08-20T22:07:55.9735758Z [00:18:49.223]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     49.25 ns/B     19.37 MiB/s         - c/B
2025-08-20T22:07:56.0146778Z [00:18:49.266]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     26.54 ns/B     35.94 MiB/s         - c/B
2025-08-20T22:07:56.0485449Z [00:18:49.295]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for openssl/evp.h... yes
2025-08-20T22:07:56.1040253Z [00:18:49.356]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     34.34 ns/B     27.77 MiB/s         - c/B
2025-08-20T22:07:56.1721020Z [00:18:49.424]➜  p11-kit-static-x86_64-unknown-linux-musl> [165/428] Compiling C object p11-kit/test-filter.p/test-filter.c.o
2025-08-20T22:07:56.1739014Z [00:18:49.426]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     41.88 ns/B     22.77 MiB/s         - c/B
2025-08-20T22:07:56.1975342Z [00:18:49.446]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |     10.87 ns/B     87.70 MiB/s         - c/B
2025-08-20T22:07:56.2394634Z [00:18:49.491]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf_i386_vxworks.c
2025-08-20T22:07:56.2560456Z [00:18:49.507]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     24.86 ns/B     38.37 MiB/s         - c/B
2025-08-20T22:07:56.3287117Z [00:18:49.580]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     37.88 ns/B     25.18 MiB/s         - c/B
2025-08-20T22:07:56.3695908Z [00:18:49.618]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     25.89 ns/B     36.84 MiB/s         - c/B
2025-08-20T22:07:56.4939407Z [00:18:49.746]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     54.55 ns/B     17.48 MiB/s         - c/B
2025-08-20T22:07:56.6147712Z [00:18:49.864]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     53.39 ns/B     17.86 MiB/s         - c/B
2025-08-20T22:07:56.6626665Z [00:18:49.914]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     29.77 ns/B     32.04 MiB/s         - c/B
2025-08-20T22:07:56.7265335Z [00:18:49.978]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     39.86 ns/B     23.93 MiB/s         - c/B
2025-08-20T22:07:56.7895628Z [00:18:50.038]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     32.46 ns/B     29.38 MiB/s         - c/B
2025-08-20T22:07:56.8175462Z [00:18:50.066]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |     17.88 ns/B     53.34 MiB/s         - c/B
2025-08-20T22:07:56.8234275Z [00:18:50.066]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:56.8235969Z [00:18:50.066]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CAMELLIA192    |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:56.9205716Z [00:18:50.170]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     31.68 ns/B     30.11 MiB/s         - c/B
2025-08-20T22:07:56.9779893Z [00:18:50.230]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     20.71 ns/B     46.04 MiB/s         - c/B
2025-08-20T22:07:57.1031883Z [00:18:50.355]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     34.76 ns/B     27.43 MiB/s         - c/B
2025-08-20T22:07:57.1544604Z [00:18:50.406]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for EVP_DigestInit in -lcrypto... yes
2025-08-20T22:07:57.1636927Z [00:18:50.415]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: running: libtoolize --copy --force
2025-08-20T22:07:57.2219254Z [00:18:50.474]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     30.21 ns/B     31.57 MiB/s         - c/B
2025-08-20T22:07:57.3648527Z [00:18:50.616]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     28.20 ns/B     33.82 MiB/s         - c/B
2025-08-20T22:07:57.4407125Z [00:18:50.692]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     26.86 ns/B     35.50 MiB/s         - c/B
2025-08-20T22:07:57.5300055Z [00:18:50.782]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     29.90 ns/B     31.89 MiB/s         - c/B
2025-08-20T22:07:57.5756568Z [00:18:50.827]➜  kbd-static-x86_64-unknown-linux-musl> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
2025-08-20T22:07:57.5772101Z [00:18:50.827]➜  kbd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'config/ltmain.sh'
2025-08-20T22:07:57.5984745Z [00:18:50.850]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     23.81 ns/B     40.05 MiB/s         - c/B
2025-08-20T22:07:57.6933555Z [00:18:50.945]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     23.10 ns/B     41.28 MiB/s         - c/B
2025-08-20T22:07:57.7256142Z [00:18:50.977]➜  kbd-static-x86_64-unknown-linux-musl> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
2025-08-20T22:07:57.7289093Z [00:18:50.977]➜  kbd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/libtool.m4'
2025-08-20T22:07:57.7664631Z [00:18:51.018]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     35.15 ns/B     27.13 MiB/s         - c/B
2025-08-20T22:07:57.8374872Z [00:18:51.088]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     25.72 ns/B     37.08 MiB/s         - c/B
2025-08-20T22:07:57.8516064Z [00:18:51.103]➜  kbd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltoptions.m4'
2025-08-20T22:07:57.8694111Z [00:18:51.121]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf_iamcu.c
2025-08-20T22:07:57.8998207Z [00:18:51.149]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     18.60 ns/B     51.27 MiB/s         - c/B
2025-08-20T22:07:57.9862470Z [00:18:51.238]➜  kbd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltsugar.m4'
2025-08-20T22:07:58.0315866Z [00:18:51.283]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     60.70 ns/B     15.71 MiB/s         - c/B
2025-08-20T22:07:58.0565862Z [00:18:51.306]➜  p11-kit-static-x86_64-unknown-linux-musl> [166/428] Compiling C object p11-kit/test-log.p/test-log.c.o
2025-08-20T22:07:58.1577927Z [00:18:51.409]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     50.69 ns/B     18.81 MiB/s         - c/B
2025-08-20T22:07:58.1580183Z [00:18:51.409]➜  kbd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/ltversion.m4'
2025-08-20T22:07:58.2192406Z [00:18:51.471]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     12.77 ns/B     74.70 MiB/s         - c/B
2025-08-20T22:07:58.3040924Z [00:18:51.556]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     46.03 ns/B     20.72 MiB/s         - c/B
2025-08-20T22:07:58.3229948Z [00:18:51.575]➜  kbd-static-x86_64-unknown-linux-musl> libtoolize: copying file 'm4/lt~obsolete.m4'
2025-08-20T22:07:58.3409100Z [00:18:51.593]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for SHA512 in -lcrypto... yes
2025-08-20T22:07:58.3410634Z [00:18:51.593]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for OpenSSL... yes
2025-08-20T22:07:58.4038433Z [00:18:51.655]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     52.22 ns/B     18.26 MiB/s         - c/B
2025-08-20T22:07:58.4401545Z [00:18:51.692]➜  x86_64-unknown-linux-musl-binutils>   GEN      eelf_s390.c
2025-08-20T22:07:58.4487201Z [00:18:51.700]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     19.50 ns/B     48.92 MiB/s         - c/B
2025-08-20T22:07:58.4719005Z [00:18:51.722]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Intltool
2025-08-20T22:07:58.4724655Z [00:18:51.722]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: configure.ac: not using Gtkdoc
2025-08-20T22:07:58.4726146Z [00:18:51.722]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: running: aclocal --force -I m4
2025-08-20T22:07:58.5418602Z [00:18:51.793]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     38.02 ns/B     25.08 MiB/s         - c/B
2025-08-20T22:07:58.5801476Z [00:18:51.832]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for des_cbc_encrypt in -lcrypto... no
2025-08-20T22:07:58.6257677Z [00:18:51.877]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     42.06 ns/B     22.67 MiB/s         - c/B
2025-08-20T22:07:58.6528884Z [00:18:51.902]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |     10.41 ns/B     91.59 MiB/s         - c/B
2025-08-20T22:07:58.6530373Z [00:18:51.902]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300elf.c
2025-08-20T22:07:58.7256894Z [00:18:51.977]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     40.59 ns/B     23.49 MiB/s         - c/B
2025-08-20T22:07:58.7752495Z [00:18:52.027]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for DES_cbc_encrypt in -lcrypto... yes
2025-08-20T22:07:58.8105326Z [00:18:52.059]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     29.50 ns/B     32.32 MiB/s         - c/B
2025-08-20T22:07:58.8685991Z [00:18:52.120]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     27.56 ns/B     34.60 MiB/s         - c/B
2025-08-20T22:07:58.8844867Z [00:18:52.136]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for openssl/des.h... yes
2025-08-20T22:07:58.8857743Z [00:18:52.138]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking DIGEST-MD5... enabled
2025-08-20T22:07:58.8881306Z [00:18:52.140]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking SCRAM... enabled
2025-08-20T22:07:58.8886595Z [00:18:52.140]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking OTP... enabled
2025-08-20T22:07:58.9836461Z [00:18:52.235]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     44.70 ns/B     21.34 MiB/s         - c/B
2025-08-20T22:07:59.0802471Z [00:18:52.332]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     39.68 ns/B     24.04 MiB/s         - c/B
2025-08-20T22:07:59.0904051Z [00:18:52.342]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for opiechallenge in -lopie... no
2025-08-20T22:07:59.0909260Z [00:18:52.342]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for OPIE... no
2025-08-20T22:07:59.0910733Z [00:18:52.342]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking SRP... disabled
2025-08-20T22:07:59.0925767Z [00:18:52.343]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking KERBEROS_V4... disabled
2025-08-20T22:07:59.1288683Z [00:18:52.377]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     31.53 ns/B     30.25 MiB/s         - c/B
2025-08-20T22:07:59.1326605Z [00:18:52.384]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:07:59.1331863Z [00:18:52.384]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CAMELLIA256    |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:07:59.2073959Z [00:18:52.458]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     29.72 ns/B     32.09 MiB/s         - c/B
2025-08-20T22:07:59.2780607Z [00:18:52.530]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     25.02 ns/B     38.11 MiB/s         - c/B
2025-08-20T22:07:59.3288770Z [00:18:52.581]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     19.82 ns/B     48.12 MiB/s         - c/B
2025-08-20T22:07:59.3403883Z [00:18:52.592]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for crypt... yes
2025-08-20T22:07:59.3413642Z [00:18:52.593]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for egrep -e... (cached) /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:07:59.4143444Z [00:18:52.666]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     27.27 ns/B     34.98 MiB/s         - c/B
2025-08-20T22:07:59.5006514Z [00:18:52.752]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     21.19 ns/B     45.00 MiB/s         - c/B
2025-08-20T22:07:59.5651861Z [00:18:52.817]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     16.98 ns/B     56.16 MiB/s         - c/B
2025-08-20T22:07:59.5808156Z [00:18:52.832]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T22:07:59.6172835Z [00:18:52.867]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     25.57 ns/B     37.30 MiB/s         - c/B
2025-08-20T22:07:59.6672260Z [00:18:52.919]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     23.26 ns/B     41.01 MiB/s         - c/B
2025-08-20T22:07:59.7420055Z [00:18:52.994]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     31.01 ns/B     30.75 MiB/s         - c/B
2025-08-20T22:07:59.7499982Z [00:18:52.999]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gssapi.h... yes
2025-08-20T22:07:59.7934062Z [00:18:53.045]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     22.91 ns/B     41.63 MiB/s         - c/B
2025-08-20T22:07:59.8611586Z [00:18:53.113]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     40.25 ns/B     23.69 MiB/s         - c/B
2025-08-20T22:07:59.8782631Z [00:18:53.129]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gssapi/gssapi_ext.h... yes
2025-08-20T22:07:59.8985974Z [00:18:53.150]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     16.64 ns/B     57.31 MiB/s         - c/B
2025-08-20T22:08:00.0685784Z [00:18:53.320]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     68.60 ns/B     13.90 MiB/s         - c/B
2025-08-20T22:08:00.1031631Z [00:18:53.355]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for res_search in -lresolv... yes
2025-08-20T22:08:00.1587589Z [00:18:53.410]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     46.35 ns/B     20.58 MiB/s         - c/B
2025-08-20T22:08:00.2189378Z [00:18:53.471]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     40.03 ns/B     23.82 MiB/s         - c/B
2025-08-20T22:08:00.3347368Z [00:18:53.586]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     79.21 ns/B     12.04 MiB/s         - c/B
2025-08-20T22:08:00.4187102Z [00:18:53.670]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gss_unwrap in -lgssapi... no
2025-08-20T22:08:00.4310756Z [00:18:53.683]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     58.78 ns/B     16.22 MiB/s         - c/B
2025-08-20T22:08:00.4813902Z [00:18:53.732]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     33.95 ns/B     28.09 MiB/s         - c/B
2025-08-20T22:08:00.5907222Z [00:18:53.842]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     50.16 ns/B     19.01 MiB/s         - c/B
2025-08-20T22:08:00.6806975Z [00:18:53.932]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     57.85 ns/B     16.49 MiB/s         - c/B
2025-08-20T22:08:00.7039591Z [00:18:53.955]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |     19.73 ns/B     48.33 MiB/s         - c/B
2025-08-20T22:08:00.7764436Z [00:18:54.028]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     32.73 ns/B     29.14 MiB/s         - c/B
2025-08-20T22:08:00.8496888Z [00:18:54.101]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     27.67 ns/B     34.46 MiB/s         - c/B
2025-08-20T22:08:00.8904324Z [00:18:54.142]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gss_unwrap in -lgssapi_krb5... no
2025-08-20T22:08:00.8990219Z [00:18:54.151]➜  p11-kit-static-x86_64-unknown-linux-musl> [167/428] Compiling C object p11-kit/test-log3.p/test-log3.c.o
2025-08-20T22:08:00.9055162Z [00:18:54.157]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     18.86 ns/B     50.57 MiB/s         - c/B
2025-08-20T22:08:01.0694014Z [00:18:54.321]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     76.29 ns/B     12.50 MiB/s         - c/B
2025-08-20T22:08:01.1339111Z [00:18:54.386]➜  p11-kit-static-x86_64-unknown-linux-musl> [168/428] Compiling C object p11-kit/test-version.p/test-version.c.o
2025-08-20T22:08:01.1976458Z [00:18:54.449]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     68.88 ns/B     13.85 MiB/s         - c/B
2025-08-20T22:08:01.1978089Z [00:18:54.449]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for csf_gss_acq_user in -lgss... no
2025-08-20T22:08:01.2528222Z [00:18:54.504]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     44.13 ns/B     21.61 MiB/s         - c/B
2025-08-20T22:08:01.3400709Z [00:18:54.592]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     47.05 ns/B     20.27 MiB/s         - c/B
2025-08-20T22:08:01.4004260Z [00:18:54.652]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     48.87 ns/B     19.52 MiB/s         - c/B
2025-08-20T22:08:01.4189770Z [00:18:54.671]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |      7.70 ns/B     123.9 MiB/s         - c/B
2025-08-20T22:08:01.4197178Z [00:18:54.671]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:01.4214592Z [00:18:54.671]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SALSA20        |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:08:01.4441681Z [00:18:54.694]➜  libgcrypt-static-x86_64-unknown-linux-musl>      STREAM enc |      9.81 ns/B     97.18 MiB/s         - c/B
2025-08-20T22:08:01.4658737Z [00:18:54.713]➜  libgcrypt-static-x86_64-unknown-linux-musl>      STREAM dec |      9.75 ns/B     97.81 MiB/s         - c/B
2025-08-20T22:08:01.4720103Z [00:18:54.720]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:01.4721764Z [00:18:54.720]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SALSA20R12     |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:08:01.4804619Z [00:18:54.732]➜  libgcrypt-static-x86_64-unknown-linux-musl>      STREAM enc |      7.99 ns/B     119.4 MiB/s         - c/B
2025-08-20T22:08:01.4935196Z [00:18:54.742]➜  libgcrypt-static-x86_64-unknown-linux-musl>      STREAM dec |      3.98 ns/B     239.8 MiB/s         - c/B
2025-08-20T22:08:01.4945524Z [00:18:54.744]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for csf_gss_acq_user in -lgss... no
2025-08-20T22:08:01.4965613Z [00:18:54.748]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:01.4967039Z [00:18:54.748]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GOST28147      |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:08:01.5708194Z [00:18:54.822]➜  p11-kit-static-x86_64-unknown-linux-musl> [169/428] Compiling C object p11-kit/test-server.p/test-server.c.o
2025-08-20T22:08:01.7373179Z [00:18:54.989]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300elf_linux.c
2025-08-20T22:08:01.7687896Z [00:18:55.020]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gss_unwrap in -lgss... no
2025-08-20T22:08:01.7696184Z [00:18:55.021]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure: WARNING: Disabling GSSAPI - no library
2025-08-20T22:08:01.7758056Z [00:18:55.026]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking GSSAPI... disabled
2025-08-20T22:08:01.7763926Z [00:18:55.026]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for crypt... (cached) yes
2025-08-20T22:08:01.8015839Z [00:18:55.053]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     59.21 ns/B     16.11 MiB/s         - c/B
2025-08-20T22:08:01.8706947Z [00:18:55.122]➜  p11-kit-static-x86_64-unknown-linux-musl> [170/428] Compiling C object p11-kit/print-messages.p/print-messages.c.o
2025-08-20T22:08:01.9977131Z [00:18:55.246]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     62.23 ns/B     15.32 MiB/s         - c/B
2025-08-20T22:08:02.1171656Z [00:18:55.369]➜  p11-kit-static-x86_64-unknown-linux-musl> [171/428] Compiling C object p11-kit/frob-setuid.p/frob-setuid.c.o
2025-08-20T22:08:02.1378569Z [00:18:55.389]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for pam_start in -lpam... yes
2025-08-20T22:08:02.2981996Z [00:18:55.550]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for security/pam_appl.h... yes
2025-08-20T22:08:02.2986375Z [00:18:55.550]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for PAM support... yes
2025-08-20T22:08:02.3014595Z [00:18:55.553]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking PLAIN... enabled
2025-08-20T22:08:02.3015732Z [00:18:55.553]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking ANONYMOUS... enabled
2025-08-20T22:08:02.3016773Z [00:18:55.553]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking LOGIN... enabled
2025-08-20T22:08:02.3017760Z [00:18:55.553]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking NTLM... disabled
2025-08-20T22:08:02.3073106Z [00:18:55.555]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking PASSDSS... disabled
2025-08-20T22:08:02.3087973Z [00:18:55.555]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking to include LDAP support... no
2025-08-20T22:08:02.3089173Z [00:18:55.559]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking SQL... disabled
2025-08-20T22:08:02.3117407Z [00:18:55.563]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking LDAPDB... disabled
2025-08-20T22:08:02.3184425Z [00:18:55.567]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for dmalloc library... no
2025-08-20T22:08:02.3190787Z [00:18:55.568]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sfio library... no
2025-08-20T22:08:02.3208594Z [00:18:55.573]➜  p11-kit-static-x86_64-unknown-linux-musl> [172/428] Compiling C object p11-kit/mock-one.so.p/mock-module-ep.c.o
2025-08-20T22:08:02.4342888Z [00:18:55.681]➜  p11-kit-static-x86_64-unknown-linux-musl> [173/428] Compiling C object p11-kit/test-transport.p/test-transport.c.o
2025-08-20T22:08:02.4796010Z [00:18:55.728]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     66.43 ns/B     14.36 MiB/s         - c/B
2025-08-20T22:08:02.5683414Z [00:18:55.820]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for getsubopt... yes
2025-08-20T22:08:02.6080755Z [00:18:55.860]➜  p11-kit-static-x86_64-unknown-linux-musl> [174/428] Compiling C object p11-kit/mock-v3-one.so.p/mock-module-v3-ep.c.o
2025-08-20T22:08:02.6317121Z [00:18:55.883]➜  p11-kit-static-x86_64-unknown-linux-musl> [175/428] Compiling C object p11-kit/mock-two.so.p/mock-module-ep2.c.o
2025-08-20T22:08:02.7118958Z [00:18:55.959]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     75.40 ns/B     12.65 MiB/s         - c/B
2025-08-20T22:08:02.8336983Z [00:18:56.085]➜  p11-kit-static-x86_64-unknown-linux-musl> [176/428] Compiling C object p11-kit/mock-three.so.p/mock-module-ep.c.o
2025-08-20T22:08:02.8472159Z [00:18:56.099]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for snprintf... yes
2025-08-20T22:08:02.8694321Z [00:18:56.121]➜  p11-kit-static-x86_64-unknown-linux-musl> [177/428] Compiling C object p11-kit/mock-v3-two.so.p/mock-module-v3-ep2.c.o
2025-08-20T22:08:02.8736544Z [00:18:56.125]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     77.69 ns/B     12.28 MiB/s         - c/B
2025-08-20T22:08:02.9981743Z [00:18:56.250]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300helf.c
2025-08-20T22:08:03.0200880Z [00:18:56.272]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     63.47 ns/B     15.03 MiB/s         - c/B
2025-08-20T22:08:03.0476241Z [00:18:56.299]➜  p11-kit-static-x86_64-unknown-linux-musl> [178/428] Compiling C object p11-kit/mock-four.so.p/mock-module-ep.c.o
2025-08-20T22:08:03.1254857Z [00:18:56.374]➜  p11-kit-static-x86_64-unknown-linux-musl> [179/428] Compiling C object p11-kit/mock-v3-four.so.p/mock-module-v3-ep.c.o
2025-08-20T22:08:03.1328029Z [00:18:56.384]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     64.09 ns/B     14.88 MiB/s         - c/B
2025-08-20T22:08:03.1799269Z [00:18:56.430]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for vsnprintf... yes
2025-08-20T22:08:03.2302056Z [00:18:56.482]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     76.80 ns/B     12.42 MiB/s         - c/B
2025-08-20T22:08:03.2946042Z [00:18:56.544]➜  p11-kit-static-x86_64-unknown-linux-musl> [180/428] Compiling C object p11-kit/mock-five.so.p/mock-module-ep3.c.o
2025-08-20T22:08:03.3024814Z [00:18:56.551]➜  p11-kit-static-x86_64-unknown-linux-musl> [181/428] Compiling C object p11-kit/mock-seven.so.p/mock-module-ep5.c.o
2025-08-20T22:08:03.3742070Z [00:18:56.626]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     56.21 ns/B     16.97 MiB/s         - c/B
2025-08-20T22:08:03.4094514Z [00:18:56.661]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for inet_aton in -lresolv... yes
2025-08-20T22:08:03.5097864Z [00:18:56.761]➜  p11-kit-static-x86_64-unknown-linux-musl> [182/428] Compiling C object p11-kit/mock-nine.so.p/mock-module-ep7.c.o
2025-08-20T22:08:03.5338385Z [00:18:56.783]➜  p11-kit-static-x86_64-unknown-linux-musl> [183/428] Compiling C object p11-kit/mock-eight.so.p/mock-module-ep6.c.o
2025-08-20T22:08:03.5865446Z [00:18:56.835]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     75.88 ns/B     12.57 MiB/s         - c/B
2025-08-20T22:08:03.6965456Z [00:18:56.948]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for getaddrinfo... yes
2025-08-20T22:08:03.7285419Z [00:18:56.978]➜  p11-kit-static-x86_64-unknown-linux-musl> [184/428] Compiling C object p11-kit/mock-ten.so.p/mock-module-ep8.c.o
2025-08-20T22:08:03.7705998Z [00:18:57.021]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     123.7 ns/B      7.71 MiB/s         - c/B
2025-08-20T22:08:03.7764427Z [00:18:57.024]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300helf_linux.c
2025-08-20T22:08:03.8045325Z [00:18:57.056]➜  p11-kit-static-x86_64-unknown-linux-musl> [185/428] Compiling C object p11-kit/mock-eleven.so.p/mock-module-ep9.c.o
2025-08-20T22:08:03.9144570Z [00:18:57.166]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     168.4 ns/B      5.66 MiB/s         - c/B
2025-08-20T22:08:03.9610246Z [00:18:57.213]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gai_strerror... yes
2025-08-20T22:08:03.9852052Z [00:18:57.237]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     69.66 ns/B     13.69 MiB/s         - c/B
2025-08-20T22:08:03.9853573Z [00:18:57.237]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:03.9854904Z [00:18:57.237]➜  libgcrypt-static-x86_64-unknown-linux-musl>  CHACHA20       |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:08:03.9965375Z [00:18:57.248]➜  p11-kit-static-x86_64-unknown-linux-musl> [186/428] Compiling C object p11-kit/mock-twelve.so.p/mock-module-ep10.c.o
2025-08-20T22:08:04.0016667Z [00:18:57.253]➜  libgcrypt-static-x86_64-unknown-linux-musl>      STREAM enc |     11.19 ns/B     85.23 MiB/s         - c/B
2025-08-20T22:08:04.0201186Z [00:18:57.272]➜  libgcrypt-static-x86_64-unknown-linux-musl>      STREAM dec |      9.29 ns/B     102.6 MiB/s         - c/B
2025-08-20T22:08:04.0420606Z [00:18:57.294]➜  libgcrypt-static-x86_64-unknown-linux-musl>    POLY1305 enc |     11.51 ns/B     82.83 MiB/s         - c/B
2025-08-20T22:08:04.0641078Z [00:18:57.316]➜  libgcrypt-static-x86_64-unknown-linux-musl>    POLY1305 dec |     16.82 ns/B     56.71 MiB/s         - c/B
2025-08-20T22:08:04.0660459Z [00:18:57.316]➜  libgcrypt-static-x86_64-unknown-linux-musl>   POLY1305 auth |     0.357 ns/B      2669 MiB/s         - c/B
2025-08-20T22:08:04.0685380Z [00:18:57.320]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:04.0690615Z [00:18:57.320]➜  libgcrypt-static-x86_64-unknown-linux-musl>  GOST28147_MESH |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:08:04.2564027Z [00:18:57.501]➜  p11-kit-static-x86_64-unknown-linux-musl> [187/428] Compiling C object p11-kit/mock-thirteen.so.p/mock-module-ep11.c.o
2025-08-20T22:08:04.2647905Z [00:18:57.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for getnameinfo... yes
2025-08-20T22:08:04.3367856Z [00:18:57.588]➜  p11-kit-static-x86_64-unknown-linux-musl> [188/428] Compiling C object p11-kit/mock-fourteen.so.p/mock-module-ep12.c.o
2025-08-20T22:08:04.5145005Z [00:18:57.766]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T22:08:04.5574399Z [00:18:57.807]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     93.50 ns/B     10.20 MiB/s         - c/B
2025-08-20T22:08:04.5830099Z [00:18:57.835]➜  p11-kit-static-x86_64-unknown-linux-musl> [189/428] Compiling C object p11-kit/mock-six.so.p/mock-module-ep4.c.o
2025-08-20T22:08:04.5947623Z [00:18:57.846]➜  p11-kit-static-x86_64-unknown-linux-musl> [190/428] Compiling C object fuzz/rpc_fuzzer.p/rpc_fuzzer.c.o
2025-08-20T22:08:04.6102697Z [00:18:57.862]➜  p11-kit-static-x86_64-unknown-linux-musl> [191/428] Linking static target trust/liblibtrust-data.a
2025-08-20T22:08:04.6195518Z [00:18:57.869]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T22:08:04.6891274Z [00:18:57.941]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     67.84 ns/B     14.06 MiB/s         - c/B
2025-08-20T22:08:04.7039041Z [00:18:57.956]➜  p11-kit-static-x86_64-unknown-linux-musl> [192/428] Compiling C object p11-kit/test-transport3.p/test-transport3.c.o
2025-08-20T22:08:04.7377119Z [00:18:57.988]➜  p11-kit-static-x86_64-unknown-linux-musl> [193/428] Compiling C object fuzz/rpc_fuzzer.p/main.c.o
2025-08-20T22:08:04.8870038Z [00:18:58.139]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     53.12 ns/B     17.95 MiB/s         - c/B
2025-08-20T22:08:04.9176292Z [00:18:58.168]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for mode_t... yes
2025-08-20T22:08:04.9532889Z [00:18:58.205]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoconf --force
2025-08-20T22:08:04.9598771Z [00:18:58.212]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     49.75 ns/B     19.17 MiB/s         - c/B
2025-08-20T22:08:05.1403949Z [00:18:58.392]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     70.54 ns/B     13.52 MiB/s         - c/B
2025-08-20T22:08:05.1435262Z [00:18:58.395]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300hnelf.c
2025-08-20T22:08:05.2301491Z [00:18:58.482]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T22:08:05.2552513Z [00:18:58.506]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     67.42 ns/B     14.15 MiB/s         - c/B
2025-08-20T22:08:05.3702342Z [00:18:58.621]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for dirent.h that defines DIR... yes
2025-08-20T22:08:05.3724868Z [00:18:58.623]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300self.c
2025-08-20T22:08:05.3898413Z [00:18:58.641]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     60.33 ns/B     15.81 MiB/s         - c/B
2025-08-20T22:08:05.4696982Z [00:18:58.721]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     33.14 ns/B     28.78 MiB/s         - c/B
2025-08-20T22:08:05.5809187Z [00:18:58.833]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     42.88 ns/B     22.24 MiB/s         - c/B
2025-08-20T22:08:05.6333418Z [00:18:58.885]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for library containing opendir... none required
2025-08-20T22:08:05.6891287Z [00:18:58.941]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     66.20 ns/B     14.41 MiB/s         - c/B
2025-08-20T22:08:05.7905582Z [00:18:59.041]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     92.21 ns/B     10.34 MiB/s         - c/B
2025-08-20T22:08:05.8030381Z [00:18:59.055]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sys/wait.h that is POSIX.1 compatible... yes
2025-08-20T22:08:05.9084768Z [00:18:59.160]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     113.5 ns/B      8.40 MiB/s         - c/B
2025-08-20T22:08:05.9601440Z [00:18:59.212]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for crypt.h... yes
2025-08-20T22:08:05.9691768Z [00:18:59.221]➜  p11-kit-static-x86_64-unknown-linux-musl> [194/428] Compiling C object trust/p11-kit-trust.so.p/index.c.o
2025-08-20T22:08:05.9785323Z [00:18:59.230]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     48.29 ns/B     19.75 MiB/s         - c/B
2025-08-20T22:08:05.9788246Z [00:18:59.230]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:05.9789429Z [00:18:59.230]➜  libgcrypt-static-x86_64-unknown-linux-musl>  SM4            |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:08:06.0556524Z [00:18:59.307]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     21.30 ns/B     44.78 MiB/s         - c/B
2025-08-20T22:08:06.0899259Z [00:18:59.342]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300self_linux.c
2025-08-20T22:08:06.0949470Z [00:18:59.342]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     16.37 ns/B     58.26 MiB/s         - c/B
2025-08-20T22:08:06.1542216Z [00:18:59.402]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for des.h... no
2025-08-20T22:08:06.1553004Z [00:18:59.404]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     40.39 ns/B     23.61 MiB/s         - c/B
2025-08-20T22:08:06.1554620Z [00:18:59.404]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for dlfcn.h... (cached) yes
2025-08-20T22:08:06.2217059Z [00:18:59.473]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     24.21 ns/B     39.39 MiB/s         - c/B
2025-08-20T22:08:06.2646936Z [00:18:59.516]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300snelf.c
2025-08-20T22:08:06.2877223Z [00:18:59.539]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     32.83 ns/B     29.05 MiB/s         - c/B
2025-08-20T22:08:06.3347081Z [00:18:59.586]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     21.48 ns/B     44.40 MiB/s         - c/B
2025-08-20T22:08:06.3375333Z [00:18:59.588]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T22:08:06.4138767Z [00:18:59.665]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     30.50 ns/B     31.26 MiB/s         - c/B
2025-08-20T22:08:06.4701324Z [00:18:59.722]➜  p11-kit-static-x86_64-unknown-linux-musl> [195/428] Compiling C object trust/p11-kit-trust.so.p/digest.c.o
2025-08-20T22:08:06.4742389Z [00:18:59.725]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     46.23 ns/B     20.63 MiB/s         - c/B
2025-08-20T22:08:06.5227976Z [00:18:59.774]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for limits.h... yes
2025-08-20T22:08:06.5626992Z [00:18:59.810]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     32.68 ns/B     29.19 MiB/s         - c/B
2025-08-20T22:08:06.6080057Z [00:18:59.859]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     27.90 ns/B     34.19 MiB/s         - c/B
2025-08-20T22:08:06.6696164Z [00:18:59.921]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     28.81 ns/B     33.10 MiB/s         - c/B
2025-08-20T22:08:06.6833528Z [00:18:59.934]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for malloc.h... yes
2025-08-20T22:08:06.6975517Z [00:18:59.949]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     26.82 ns/B     35.56 MiB/s         - c/B
2025-08-20T22:08:06.7839702Z [00:19:00.035]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     53.07 ns/B     17.97 MiB/s         - c/B
2025-08-20T22:08:06.7984815Z [00:19:00.050]➜  p11-kit-static-x86_64-unknown-linux-musl> [196/428] Compiling C object trust/p11-kit-trust.so.p/parser.c.o
2025-08-20T22:08:06.8440116Z [00:19:00.095]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for paths.h... yes
2025-08-20T22:08:06.8441689Z [00:19:00.095]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for strings.h... (cached) yes
2025-08-20T22:08:06.8739846Z [00:19:00.126]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     53.31 ns/B     17.89 MiB/s         - c/B
2025-08-20T22:08:06.9187628Z [00:19:00.167]➜  p11-kit-static-x86_64-unknown-linux-musl> [197/428] Compiling C object trust/p11-kit-trust.so.p/builder.c.o
2025-08-20T22:08:06.9390301Z [00:19:00.191]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     53.35 ns/B     17.88 MiB/s         - c/B
2025-08-20T22:08:06.9898786Z [00:19:00.242]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sys/file.h... yes
2025-08-20T22:08:06.9902766Z [00:19:00.242]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sys/time.h... (cached) yes
2025-08-20T22:08:07.0673576Z [00:19:00.319]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     85.19 ns/B     11.19 MiB/s         - c/B
2025-08-20T22:08:07.1425154Z [00:19:00.391]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for syslog.h... yes
2025-08-20T22:08:07.1426654Z [00:19:00.392]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T22:08:07.1428510Z [00:19:00.393]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for inttypes.h... (cached) yes
2025-08-20T22:08:07.1520538Z [00:19:00.402]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     54.82 ns/B     17.40 MiB/s         - c/B
2025-08-20T22:08:07.1665671Z [00:19:00.416]➜  p11-kit-static-x86_64-unknown-linux-musl> [198/428] Compiling C object trust/p11-kit-trust.so.p/session.c.o
2025-08-20T22:08:07.1711833Z [00:19:00.423]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300sxelf.c
2025-08-20T22:08:07.2105613Z [00:19:00.460]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     48.56 ns/B     19.64 MiB/s         - c/B
2025-08-20T22:08:07.3002699Z [00:19:00.552]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sys/uio.h... yes
2025-08-20T22:08:07.3099268Z [00:19:00.562]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     41.00 ns/B     23.26 MiB/s         - c/B
2025-08-20T22:08:07.3807267Z [00:19:00.632]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     49.63 ns/B     19.21 MiB/s         - c/B
2025-08-20T22:08:07.4096940Z [00:19:00.661]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |     18.34 ns/B     51.99 MiB/s         - c/B
2025-08-20T22:08:07.4549041Z [00:19:00.706]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T22:08:07.4659526Z [00:19:00.716]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     27.95 ns/B     34.12 MiB/s         - c/B
2025-08-20T22:08:07.5184250Z [00:19:00.769]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     28.84 ns/B     33.07 MiB/s         - c/B
2025-08-20T22:08:07.5691728Z [00:19:00.821]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     35.05 ns/B     27.21 MiB/s         - c/B
2025-08-20T22:08:07.5834534Z [00:19:00.834]➜  p11-kit-static-x86_64-unknown-linux-musl> [199/428] Compiling C object trust/p11-kit-trust.so.p/save.c.o
2025-08-20T22:08:07.6047463Z [00:19:00.856]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sysexits.h... yes
2025-08-20T22:08:07.6936459Z [00:19:00.945]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     38.76 ns/B     24.61 MiB/s         - c/B
2025-08-20T22:08:07.7548476Z [00:19:01.006]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for stdarg.h... yes
2025-08-20T22:08:07.7673922Z [00:19:01.019]➜  p11-kit-static-x86_64-unknown-linux-musl> [200/428] Compiling C object trust/p11-kit-trust.so.p/module-init.c.o
2025-08-20T22:08:07.7924062Z [00:19:01.043]➜  p11-kit-static-x86_64-unknown-linux-musl> [201/428] Linking static target trust/liblibtrust-testable.a
2025-08-20T22:08:07.8572677Z [00:19:01.108]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     87.15 ns/B     10.94 MiB/s         - c/B
2025-08-20T22:08:07.8582298Z [00:19:01.110]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: running: /nix/store/garr3nwr5apsl5nb1v8jn90sp1bz1bl3-autoconf-2.72/bin/autoheader --force
2025-08-20T22:08:07.9017275Z [00:19:01.153]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     13.72 ns/B     69.53 MiB/s         - c/B
2025-08-20T22:08:07.9448495Z [00:19:01.196]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     24.62 ns/B     38.74 MiB/s         - c/B
2025-08-20T22:08:07.9523056Z [00:19:01.200]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for varargs.h... no
2025-08-20T22:08:07.9964849Z [00:19:01.248]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     19.26 ns/B     49.50 MiB/s         - c/B
2025-08-20T22:08:08.0193542Z [00:19:01.271]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |     19.44 ns/B     49.06 MiB/s         - c/B
2025-08-20T22:08:08.0325667Z [00:19:01.284]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:08.0357203Z [00:19:01.284]➜  libgcrypt-static-x86_64-unknown-linux-musl>  ARIA128        |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:08:08.0857176Z [00:19:01.337]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     23.42 ns/B     40.71 MiB/s         - c/B
2025-08-20T22:08:08.1282623Z [00:19:01.380]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     18.39 ns/B     51.86 MiB/s         - c/B
2025-08-20T22:08:08.1356223Z [00:19:01.387]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for krb5.h... yes
2025-08-20T22:08:08.1608796Z [00:19:01.412]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     13.86 ns/B     68.78 MiB/s         - c/B
2025-08-20T22:08:08.2317246Z [00:19:01.483]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     25.64 ns/B     37.19 MiB/s         - c/B
2025-08-20T22:08:08.2441883Z [00:19:01.496]➜  p11-kit-static-x86_64-unknown-linux-musl> [202/428] Compiling C object trust/p11-kit-trust.so.p/module.c.o
2025-08-20T22:08:08.2914616Z [00:19:01.543]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     22.83 ns/B     41.78 MiB/s         - c/B
2025-08-20T22:08:08.2955728Z [00:19:01.546]➜  p11-kit-static-x86_64-unknown-linux-musl> [203/428] Compiling C object trust/p11-kit-trust.so.p/token.c.o
2025-08-20T22:08:08.3242878Z [00:19:01.576]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether you have ss_family in struct sockaddr_storage... yes
2025-08-20T22:08:08.3801480Z [00:19:01.631]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     26.02 ns/B     36.65 MiB/s         - c/B
2025-08-20T22:08:08.4209985Z [00:19:01.670]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300sxelf_linux.c
2025-08-20T22:08:08.4540361Z [00:19:01.703]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking whether you have sa_len in struct sockaddr... no
2025-08-20T22:08:08.4614116Z [00:19:01.713]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     37.29 ns/B     25.58 MiB/s         - c/B
2025-08-20T22:08:08.5417156Z [00:19:01.793]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     41.62 ns/B     22.91 MiB/s         - c/B
2025-08-20T22:08:08.5935530Z [00:19:01.843]➜  p11-kit-static-x86_64-unknown-linux-musl> [204/428] Compiling C object trust/trust.p/check-format.c.o
2025-08-20T22:08:08.6579667Z [00:19:01.910]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     30.04 ns/B     31.75 MiB/s         - c/B
2025-08-20T22:08:08.6870121Z [00:19:01.935]➜  p11-kit-static-x86_64-unknown-linux-musl> [205/428] Compiling C object trust/trust.p/anchor.c.o
2025-08-20T22:08:08.7060255Z [00:19:01.958]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     27.41 ns/B     34.79 MiB/s         - c/B
2025-08-20T22:08:08.7183039Z [00:19:01.970]➜  x86_64-unknown-linux-musl-binutils>   GEN      eh8300sxnelf.c
2025-08-20T22:08:08.7525574Z [00:19:02.004]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for socklen_t... yes
2025-08-20T22:08:08.7827833Z [00:19:02.034]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     35.52 ns/B     26.85 MiB/s         - c/B
2025-08-20T22:08:08.8370693Z [00:19:02.087]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     41.19 ns/B     23.16 MiB/s         - c/B
2025-08-20T22:08:08.9509938Z [00:19:02.203]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     57.36 ns/B     16.62 MiB/s         - c/B
2025-08-20T22:08:08.9619468Z [00:19:02.213]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gethostname... yes
2025-08-20T22:08:09.0237694Z [00:19:02.275]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     42.61 ns/B     22.38 MiB/s         - c/B
2025-08-20T22:08:09.0704486Z [00:19:02.321]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     36.46 ns/B     26.16 MiB/s         - c/B
2025-08-20T22:08:09.0863064Z [00:19:02.338]➜  p11-kit-static-x86_64-unknown-linux-musl> [206/428] Compiling C object trust/trust.p/dump.c.o
2025-08-20T22:08:09.1728425Z [00:19:02.423]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     64.28 ns/B     14.84 MiB/s         - c/B
2025-08-20T22:08:09.2071162Z [00:19:02.459]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for getdomainname... yes
2025-08-20T22:08:09.2411459Z [00:19:02.493]➜  p11-kit-static-x86_64-unknown-linux-musl> [207/428] Compiling C object trust/trust.p/parser.c.o
2025-08-20T22:08:09.2527973Z [00:19:02.504]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     56.42 ns/B     16.90 MiB/s         - c/B
2025-08-20T22:08:09.3050796Z [00:19:02.553]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     36.66 ns/B     26.02 MiB/s         - c/B
2025-08-20T22:08:09.3778834Z [00:19:02.628]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     28.81 ns/B     33.11 MiB/s         - c/B
2025-08-20T22:08:09.3824560Z [00:19:02.632]➜  x86_64-unknown-linux-musl-binutils>   GEN      ehppaelf.c
2025-08-20T22:08:09.4535512Z [00:19:02.703]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     36.52 ns/B     26.11 MiB/s         - c/B
2025-08-20T22:08:09.4688358Z [00:19:02.720]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |      1.45 ns/B     658.0 MiB/s         - c/B
2025-08-20T22:08:09.5189290Z [00:19:02.771]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     21.15 ns/B     45.10 MiB/s         - c/B
2025-08-20T22:08:09.5223002Z [00:19:02.774]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for getpwnam... yes
2025-08-20T22:08:09.5914676Z [00:19:02.841]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     36.12 ns/B     26.40 MiB/s         - c/B
2025-08-20T22:08:09.6385416Z [00:19:02.888]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     23.44 ns/B     40.69 MiB/s         - c/B
2025-08-20T22:08:09.6589523Z [00:19:02.909]➜  p11-kit-static-x86_64-unknown-linux-musl> [208/428] Compiling C object trust/trust.p/extract.c.o
2025-08-20T22:08:09.6655304Z [00:19:02.917]➜  x86_64-unknown-linux-musl-binutils>   GEN      ehppalinux.c
2025-08-20T22:08:09.7045526Z [00:19:02.956]➜  x86_64-unknown-linux-musl-binutils>   GEN      ehppanbsd.c
2025-08-20T22:08:09.7360786Z [00:19:02.988]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     46.24 ns/B     20.62 MiB/s         - c/B
2025-08-20T22:08:09.8201513Z [00:19:03.072]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for getspnam... yes
2025-08-20T22:08:09.8290854Z [00:19:03.081]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     45.00 ns/B     21.19 MiB/s         - c/B
2025-08-20T22:08:09.8789018Z [00:19:03.130]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     31.76 ns/B     30.02 MiB/s         - c/B
2025-08-20T22:08:09.8825537Z [00:19:03.134]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: running: automake --add-missing --copy --force-missing
2025-08-20T22:08:09.9305423Z [00:19:03.182]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     15.53 ns/B     61.43 MiB/s         - c/B
2025-08-20T22:08:09.9819261Z [00:19:03.234]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     20.89 ns/B     45.66 MiB/s         - c/B
2025-08-20T22:08:10.0046553Z [00:19:03.256]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |      9.08 ns/B     105.0 MiB/s         - c/B
2025-08-20T22:08:10.0077133Z [00:19:03.256]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:10.0080532Z [00:19:03.256]➜  libgcrypt-static-x86_64-unknown-linux-musl>  ARIA192        |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:08:10.0108758Z [00:19:03.263]➜  p11-kit-static-x86_64-unknown-linux-musl> [209/428] Compiling C object trust/trust.p/enumerate.c.o
2025-08-20T22:08:10.0417622Z [00:19:03.293]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     18.15 ns/B     52.55 MiB/s         - c/B
2025-08-20T22:08:10.0607765Z [00:19:03.311]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for gettimeofday... yes
2025-08-20T22:08:10.0929249Z [00:19:03.345]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     23.86 ns/B     39.96 MiB/s         - c/B
2025-08-20T22:08:10.1578617Z [00:19:03.409]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     30.06 ns/B     31.73 MiB/s         - c/B
2025-08-20T22:08:10.2086450Z [00:19:03.458]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     22.12 ns/B     43.12 MiB/s         - c/B
2025-08-20T22:08:10.2484080Z [00:19:03.500]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     21.17 ns/B     45.06 MiB/s         - c/B
2025-08-20T22:08:10.2974117Z [00:19:03.549]➜  p11-kit-static-x86_64-unknown-linux-musl> [210/428] Compiling C object trust/trust.p/extract-jks.c.o
2025-08-20T22:08:10.3250913Z [00:19:03.576]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     36.58 ns/B     26.07 MiB/s         - c/B
2025-08-20T22:08:10.3343929Z [00:19:03.586]➜  p11-kit-static-x86_64-unknown-linux-musl> [211/428] Compiling C object trust/trust.p/extract-edk2.c.o
2025-08-20T22:08:10.3443757Z [00:19:03.596]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for inet_aton... yes
2025-08-20T22:08:10.3773116Z [00:19:03.628]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     34.72 ns/B     27.47 MiB/s         - c/B
2025-08-20T22:08:10.4345295Z [00:19:03.681]➜  x86_64-unknown-linux-musl-binutils>   GEN      ehppaobsd.c
2025-08-20T22:08:10.4587979Z [00:19:03.710]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     37.02 ns/B     25.76 MiB/s         - c/B
2025-08-20T22:08:10.5202156Z [00:19:03.772]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     22.79 ns/B     41.84 MiB/s         - c/B
2025-08-20T22:08:10.5625417Z [00:19:03.805]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     17.48 ns/B     54.56 MiB/s         - c/B
2025-08-20T22:08:10.6172839Z [00:19:03.869]➜  p11-kit-static-x86_64-unknown-linux-musl> [212/428] Compiling C object trust/trust.p/digest.c.o
2025-08-20T22:08:10.6295113Z [00:19:03.870]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     31.11 ns/B     30.65 MiB/s         - c/B
2025-08-20T22:08:10.6724010Z [00:19:03.924]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for memcpy... yes
2025-08-20T22:08:10.6725790Z [00:19:03.924]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     25.66 ns/B     37.16 MiB/s         - c/B
2025-08-20T22:08:10.7187547Z [00:19:03.970]➜  p11-kit-static-x86_64-unknown-linux-musl> [213/428] Compiling C object trust/trust.p/extract-pem.c.o
2025-08-20T22:08:10.7356353Z [00:19:03.987]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     59.67 ns/B     15.98 MiB/s         - c/B
2025-08-20T22:08:10.8158416Z [00:19:04.067]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     41.59 ns/B     22.93 MiB/s         - c/B
2025-08-20T22:08:10.8504265Z [00:19:04.102]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     19.05 ns/B     50.07 MiB/s         - c/B
2025-08-20T22:08:10.8943090Z [00:19:04.146]➜  p11-kit-static-x86_64-unknown-linux-musl> [214/428] Compiling C object trust/trust.p/extract-cer.c.o
2025-08-20T22:08:10.9438237Z [00:19:04.195]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for memmem... yes
2025-08-20T22:08:10.9508239Z [00:19:04.203]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     45.18 ns/B     21.11 MiB/s         - c/B
2025-08-20T22:08:11.0403165Z [00:19:04.289]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     51.26 ns/B     18.60 MiB/s         - c/B
2025-08-20T22:08:11.0813621Z [00:19:04.333]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     27.01 ns/B     35.31 MiB/s         - c/B
2025-08-20T22:08:11.1466314Z [00:19:04.398]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     10.30 ns/B     92.62 MiB/s         - c/B
2025-08-20T22:08:11.1712810Z [00:19:04.423]➜  kbd-static-x86_64-unknown-linux-musl> configure.ac:24: installing 'config/compile'
2025-08-20T22:08:11.1759432Z [00:19:04.425]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     25.06 ns/B     38.06 MiB/s         - c/B
2025-08-20T22:08:11.1988824Z [00:19:04.451]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |     12.55 ns/B     76.00 MiB/s         - c/B
2025-08-20T22:08:11.2084480Z [00:19:04.458]➜  kbd-static-x86_64-unknown-linux-musl> configure.ac:10: installing 'config/missing'
2025-08-20T22:08:11.2155809Z [00:19:04.467]➜  p11-kit-static-x86_64-unknown-linux-musl> [215/428] Compiling C object trust/trust.p/list.c.o
2025-08-20T22:08:11.2157094Z [00:19:04.467]➜  p11-kit-static-x86_64-unknown-linux-musl> ../trust/list.c: In function 'list_iterate':
2025-08-20T22:08:11.2158547Z [00:19:04.467]➜  p11-kit-static-x86_64-unknown-linux-musl> ../trust/list.c:96:26: warning: variable 'object' set but not used [-Wunused-but-set-variable]
2025-08-20T22:08:11.2159887Z [00:19:04.467]➜  p11-kit-static-x86_64-unknown-linux-musl>    96 |         CK_OBJECT_HANDLE object;
2025-08-20T22:08:11.2160923Z [00:19:04.467]➜  p11-kit-static-x86_64-unknown-linux-musl>       |                          ^~~~~~
2025-08-20T22:08:11.2315307Z [00:19:04.478]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for mkdir... yes
2025-08-20T22:08:11.2515408Z [00:19:04.500]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     28.37 ns/B     33.61 MiB/s         - c/B
2025-08-20T22:08:11.2549763Z [00:19:04.507]➜  p11-kit-static-x86_64-unknown-linux-musl> [216/428] Compiling C object trust/trust.p/extract-openssl.c.o
2025-08-20T22:08:11.2676154Z [00:19:04.518]➜  p11-kit-static-x86_64-unknown-linux-musl> [217/428] Linking static target trust/liblibtrust-test.a
2025-08-20T22:08:11.3404516Z [00:19:04.592]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     40.41 ns/B     23.60 MiB/s         - c/B
2025-08-20T22:08:11.3756605Z [00:19:04.627]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     19.94 ns/B     47.82 MiB/s         - c/B
2025-08-20T22:08:11.4698109Z [00:19:04.720]➜  p11-kit-static-x86_64-unknown-linux-musl> [218/428] Compiling C object trust/trust.p/trust.c.o
2025-08-20T22:08:11.4915147Z [00:19:04.742]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     52.84 ns/B     18.05 MiB/s         - c/B
2025-08-20T22:08:11.5085765Z [00:19:04.760]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for select... yes
2025-08-20T22:08:11.5177601Z [00:19:04.767]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for socket... (cached) yes
2025-08-20T22:08:11.5844897Z [00:19:04.836]➜  p11-kit-static-x86_64-unknown-linux-musl> [219/428] Compiling C object trust/test-digest.p/test-digest.c.o
2025-08-20T22:08:11.5885173Z [00:19:04.838]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     60.43 ns/B     15.78 MiB/s         - c/B
2025-08-20T22:08:11.6254063Z [00:19:04.877]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     14.65 ns/B     65.10 MiB/s         - c/B
2025-08-20T22:08:11.6255550Z [00:19:04.877]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:11.6257174Z [00:19:04.877]➜  libgcrypt-static-x86_64-unknown-linux-musl>  ARIA256        |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:08:11.6776875Z [00:19:04.928]➜  x86_64-unknown-linux-musl-binutils>   GEN      ei386aout.c
2025-08-20T22:08:11.6801884Z [00:19:04.929]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB enc |     37.67 ns/B     25.31 MiB/s         - c/B
2025-08-20T22:08:11.7395694Z [00:19:04.990]➜  libgcrypt-static-x86_64-unknown-linux-musl>         ECB dec |     25.27 ns/B     37.74 MiB/s         - c/B
2025-08-20T22:08:11.7397529Z [00:19:04.990]➜  p11-kit-static-x86_64-unknown-linux-musl> [220/428] Compiling C object trust/trust.p/save.c.o
2025-08-20T22:08:11.7815761Z [00:19:05.028]➜  p11-kit-static-x86_64-unknown-linux-musl> [221/428] Compiling C object trust/test-base64.p/test-base64.c.o
2025-08-20T22:08:11.7998867Z [00:19:05.052]➜  x86_64-unknown-linux-musl-binutils>   GEN      ei386beos.c
2025-08-20T22:08:11.8078366Z [00:19:05.055]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC enc |     53.15 ns/B     17.94 MiB/s         - c/B
2025-08-20T22:08:11.8645323Z [00:19:05.114]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for strchr... yes
2025-08-20T22:08:11.8760011Z [00:19:05.126]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CBC dec |     34.14 ns/B     27.93 MiB/s         - c/B
2025-08-20T22:08:11.9244732Z [00:19:05.176]➜  x86_64-unknown-linux-musl-binutils>   GEN      ei386bsd.c
2025-08-20T22:08:11.9711322Z [00:19:05.223]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB enc |     33.81 ns/B     28.20 MiB/s         - c/B
2025-08-20T22:08:12.0489305Z [00:19:05.298]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CFB dec |     42.15 ns/B     22.63 MiB/s         - c/B
2025-08-20T22:08:12.0547335Z [00:19:05.306]➜  x86_64-unknown-linux-musl-binutils>   GEN      ei386go32.c
2025-08-20T22:08:12.0687028Z [00:19:05.320]➜  x86_64-unknown-linux-musl-binutils>   GEN      ei386lynx.c
2025-08-20T22:08:12.0861511Z [00:19:05.338]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for strdup... yes
2025-08-20T22:08:12.1241475Z [00:19:05.376]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB enc |     44.66 ns/B     21.35 MiB/s         - c/B
2025-08-20T22:08:12.1291348Z [00:19:05.379]➜  p11-kit-static-x86_64-unknown-linux-musl> [222/428] Compiling C object trust/test-pem.p/test-pem.c.o
2025-08-20T22:08:12.1631104Z [00:19:05.411]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OFB dec |     29.88 ns/B     31.92 MiB/s         - c/B
2025-08-20T22:08:12.2207936Z [00:19:05.469]➜  p11-kit-static-x86_64-unknown-linux-musl> [223/428] Compiling C object trust/test-utf8.p/test-utf8.c.o
2025-08-20T22:08:12.2725578Z [00:19:05.523]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR enc |     36.99 ns/B     25.78 MiB/s         - c/B
2025-08-20T22:08:12.2949029Z [00:19:05.547]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for strerror... yes
2025-08-20T22:08:12.2981774Z [00:19:05.550]➜  x86_64-unknown-linux-musl-binutils>   GEN      ei386moss.c
2025-08-20T22:08:12.3247302Z [00:19:05.576]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CTR dec |     36.28 ns/B     26.28 MiB/s         - c/B
2025-08-20T22:08:12.3901863Z [00:19:05.642]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS enc |     22.14 ns/B     43.08 MiB/s         - c/B
2025-08-20T22:08:12.4197212Z [00:19:05.669]➜  p11-kit-static-x86_64-unknown-linux-musl> [224/428] Compiling C object trust/test-x509.p/test-x509.c.o
2025-08-20T22:08:12.4409883Z [00:19:05.693]➜  libgcrypt-static-x86_64-unknown-linux-musl>         XTS dec |     38.69 ns/B     24.65 MiB/s         - c/B
2025-08-20T22:08:12.5291409Z [00:19:05.781]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM enc |     56.18 ns/B     16.98 MiB/s         - c/B
2025-08-20T22:08:12.5802927Z [00:19:05.832]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for strspn... yes
2025-08-20T22:08:12.6360603Z [00:19:05.888]➜  libgcrypt-static-x86_64-unknown-linux-musl>         CCM dec |     65.50 ns/B     14.56 MiB/s         - c/B
2025-08-20T22:08:12.6856143Z [00:19:05.933]➜  libgcrypt-static-x86_64-unknown-linux-musl>        CCM auth |     21.25 ns/B     44.88 MiB/s         - c/B
2025-08-20T22:08:12.7108828Z [00:19:05.963]➜  kbd-static-x86_64-unknown-linux-musl> src/Makefile.am: installing 'config/depcomp'
2025-08-20T22:08:12.7789011Z [00:19:06.031]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX enc |     84.54 ns/B     11.28 MiB/s         - c/B
2025-08-20T22:08:12.8378181Z [00:19:06.089]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for strstr... yes
2025-08-20T22:08:12.8869965Z [00:19:06.137]➜  libgcrypt-static-x86_64-unknown-linux-musl>         EAX dec |     76.11 ns/B     12.53 MiB/s         - c/B
2025-08-20T22:08:12.9347816Z [00:19:06.186]➜  libgcrypt-static-x86_64-unknown-linux-musl>        EAX auth |     43.55 ns/B     21.90 MiB/s         - c/B
2025-08-20T22:08:13.0132975Z [00:19:06.263]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM enc |     43.88 ns/B     21.73 MiB/s         - c/B
2025-08-20T22:08:13.0425853Z [00:19:06.294]➜  p11-kit-static-x86_64-unknown-linux-musl> [225/428] Compiling C object trust/test-persist.p/test-persist.c.o
2025-08-20T22:08:13.0657737Z [00:19:06.317]➜  libgcrypt-static-x86_64-unknown-linux-musl>         GCM dec |     50.16 ns/B     19.01 MiB/s         - c/B
2025-08-20T22:08:13.0907940Z [00:19:06.342]➜  libgcrypt-static-x86_64-unknown-linux-musl>        GCM auth |     16.89 ns/B     56.47 MiB/s         - c/B
2025-08-20T22:08:13.1039072Z [00:19:06.355]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for strtol... yes
2025-08-20T22:08:13.1609645Z [00:19:06.413]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB enc |     34.67 ns/B     27.51 MiB/s         - c/B
2025-08-20T22:08:13.1888562Z [00:19:06.440]➜  libgcrypt-static-x86_64-unknown-linux-musl>         OCB dec |     26.66 ns/B     35.77 MiB/s         - c/B
2025-08-20T22:08:13.2092707Z [00:19:06.461]➜  p11-kit-static-x86_64-unknown-linux-musl> [226/428] Compiling C object trust/test-parser.p/test-parser.c.o
2025-08-20T22:08:13.2354456Z [00:19:06.487]➜  libgcrypt-static-x86_64-unknown-linux-musl>        OCB auth |     30.44 ns/B     31.33 MiB/s         - c/B
2025-08-20T22:08:13.3485526Z [00:19:06.600]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for jrand48... yes
2025-08-20T22:08:13.3624862Z [00:19:06.614]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV enc |     68.25 ns/B     13.97 MiB/s         - c/B
2025-08-20T22:08:13.5120932Z [00:19:06.762]➜  libgcrypt-static-x86_64-unknown-linux-musl>         SIV dec |     84.96 ns/B     11.22 MiB/s         - c/B
2025-08-20T22:08:13.5656218Z [00:19:06.817]➜  libgcrypt-static-x86_64-unknown-linux-musl>        SIV auth |     40.46 ns/B     23.57 MiB/s         - c/B
2025-08-20T22:08:13.6273528Z [00:19:06.879]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for getpassphrase... no
2025-08-20T22:08:13.6529162Z [00:19:06.905]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV enc |     49.59 ns/B     19.23 MiB/s         - c/B
2025-08-20T22:08:13.7077509Z [00:19:06.959]➜  libgcrypt-static-x86_64-unknown-linux-musl>     GCM-SIV dec |     49.97 ns/B     19.08 MiB/s         - c/B
2025-08-20T22:08:13.7251965Z [00:19:06.976]➜  libgcrypt-static-x86_64-unknown-linux-musl>    GCM-SIV auth |      3.28 ns/B     291.1 MiB/s         - c/B
2025-08-20T22:08:13.7346408Z [00:19:06.984]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:13.7354942Z [00:19:06.984]➜  libgcrypt-static-x86_64-unknown-linux-musl> KDF:
2025-08-20T22:08:13.7356217Z [00:19:06.984]➜  libgcrypt-static-x86_64-unknown-linux-musl>                           |  nanosecs/iter   cycles/iter
2025-08-20T22:08:13.7500858Z [00:19:07.002]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-MD5          |          794.9             -
2025-08-20T22:08:13.7846072Z [00:19:07.036]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA1         |           3361             -
2025-08-20T22:08:13.8556070Z [00:19:07.107]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-RIPEMD160    |           2638             -
2025-08-20T22:08:13.8991983Z [00:19:07.150]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for asprintf... yes
2025-08-20T22:08:13.9050502Z [00:19:07.157]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-TIGER192     |           1755             -
2025-08-20T22:08:13.9382142Z [00:19:07.190]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA256       |           5987             -
2025-08-20T22:08:13.9811893Z [00:19:07.233]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA384       |           6055             -
2025-08-20T22:08:14.0289746Z [00:19:07.280]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA512       |          949.5             -
2025-08-20T22:08:14.0805236Z [00:19:07.329]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA224       |           3741             -
2025-08-20T22:08:14.1493989Z [00:19:07.401]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for strlcat... yes
2025-08-20T22:08:14.1728163Z [00:19:07.424]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-WHIRLPOOL    |          12203             -
2025-08-20T22:08:14.2117557Z [00:19:07.463]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-TIGER        |           1943             -
2025-08-20T22:08:14.2541909Z [00:19:07.506]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-TIGER2       |          140.1             -
2025-08-20T22:08:14.3510186Z [00:19:07.601]➜  p11-kit-static-x86_64-unknown-linux-musl> [227/428] Compiling C object trust/test-index.p/test-index.c.o
2025-08-20T22:08:14.3613123Z [00:19:07.613]➜  p11-kit-static-x86_64-unknown-linux-musl> [228/428] Compiling C object trust/test-token.p/test-token.c.o
2025-08-20T22:08:14.3973926Z [00:19:07.649]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-GOSTR3411_94 |          16122             -
2025-08-20T22:08:14.4097839Z [00:19:07.661]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for strlcpy... yes
2025-08-20T22:08:14.5825208Z [00:19:07.833]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking if getpwnam_r/getspnam_r take 5 arguments... yes
2025-08-20T22:08:14.6185137Z [00:19:07.870]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-STRIBOG256   |          17220             -
2025-08-20T22:08:14.6388568Z [00:19:07.891]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: 'config/install-sh' is updated
2025-08-20T22:08:14.6415510Z [00:19:07.893]➜  kbd-static-x86_64-unknown-linux-musl> autoreconf: Leaving directory '.'
2025-08-20T22:08:14.6522149Z [00:19:07.904]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for sphinx-build... no
2025-08-20T22:08:14.6531374Z [00:19:07.904]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure: WARNING: No sphinx-build, won't be able to regenerate docs
2025-08-20T22:08:14.6545712Z [00:19:07.906]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking for perl... no
2025-08-20T22:08:14.6556949Z [00:19:07.907]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure: WARNING: could not find perl
2025-08-20T22:08:14.6751071Z [00:19:07.924]➜  kbd-static-x86_64-unknown-linux-musl> autoreconfPhase completed in 32 seconds
2025-08-20T22:08:14.6753340Z [00:19:07.924]➜  kbd-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:08:14.7057680Z [00:19:07.957]➜  kbd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub
2025-08-20T22:08:14.7080923Z [00:19:07.960]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-STRIBOG512   |          27422             -
2025-08-20T22:08:14.7315096Z [00:19:07.980]➜  kbd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess
2025-08-20T22:08:14.7445164Z [00:19:07.996]➜  kbd-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:08:14.7815587Z [00:19:08.031]➜  kbd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub
2025-08-20T22:08:14.7974832Z [00:19:08.049]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-GOSTR3411_CP |          14159             -
2025-08-20T22:08:14.7999200Z [00:19:08.052]➜  kbd-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess
2025-08-20T22:08:14.8141231Z [00:19:08.061]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure: updating cache ./config.cache
2025-08-20T22:08:14.8178910Z [00:19:08.069]➜  kbd-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:08:14.8365539Z [00:19:08.088]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:08:14.8374980Z [00:19:08.089]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA3-224     |           4522             -
2025-08-20T22:08:14.8431426Z [00:19:08.093]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:08:14.8836453Z [00:19:08.135]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA3-256     |           7560             -
2025-08-20T22:08:14.8915891Z [00:19:08.143]➜  kbd-static-x86_64-unknown-linux-musl> fixing libtool script ./config/ltmain.sh
2025-08-20T22:08:14.9276892Z [00:19:08.179]➜  kbd-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:08:14.9975884Z [00:19:08.249]➜  kbd-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:08:15.0136549Z [00:19:08.265]➜  kbd-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:08:15.0205731Z [00:19:08.272]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA3-384     |           6518             -
2025-08-20T22:08:15.0730390Z [00:19:08.324]➜  kbd-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1 --bindir=/nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1/bin --sbindir=/nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1/sbin --includedir=/nix/store/pdpv0j36c13b9gvcjb0qw2hbcj0n6vzi-kbd-static-x86_64-unknown-linux-musl-2.7.1-dev/include --mandir=/nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1/share/man --infodir=/nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1/share/info --docdir=/nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1/share/doc/kbd --libdir=/nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1/lib --libexecdir=/nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1/libexec --localedir=/nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1/share/locale --enable-optional-progs --enable-libkeymap --disable-nls ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:08:15.1559079Z [00:19:08.407]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA3-512     |           7119             -
2025-08-20T22:08:15.2075922Z [00:19:08.459]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHAKE128     |           2912             -
2025-08-20T22:08:15.2909184Z [00:19:08.543]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHAKE256     |          10490             -
2025-08-20T22:08:15.3667529Z [00:19:08.618]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-BLAKE2B_512  |           7556             -
2025-08-20T22:08:15.4290599Z [00:19:08.678]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-BLAKE2B_384  |           5291             -
2025-08-20T22:08:15.4797706Z [00:19:08.728]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-BLAKE2B_256  |           5429             -
2025-08-20T22:08:15.5194697Z [00:19:08.771]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-BLAKE2B_160  |           5362             -
2025-08-20T22:08:15.5740062Z [00:19:08.823]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-BLAKE2S_256  |           6006             -
2025-08-20T22:08:15.6381276Z [00:19:08.889]➜  p11-kit-static-x86_64-unknown-linux-musl> [229/428] Compiling C object trust/test-save.p/test-save.c.o
2025-08-20T22:08:15.6688803Z [00:19:08.921]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-BLAKE2S_224  |           3887             -
2025-08-20T22:08:15.7235580Z [00:19:08.975]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-BLAKE2S_160  |           4448             -
2025-08-20T22:08:15.7448847Z [00:19:08.997]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-BLAKE2S_128  |           4731             -
2025-08-20T22:08:15.7932909Z [00:19:09.045]➜  kbd-static-x86_64-unknown-linux-musl> checking for a BSD-compatible install... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c
2025-08-20T22:08:15.8137110Z [00:19:09.065]➜  kbd-static-x86_64-unknown-linux-musl> checking whether build environment is sane... yes
2025-08-20T22:08:15.8392578Z [00:19:09.091]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... x86_64-unknown-linux-musl-strip
2025-08-20T22:08:15.8536151Z [00:19:09.105]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SM3          |           3864             -
2025-08-20T22:08:15.8541908Z [00:19:09.105]➜  kbd-static-x86_64-unknown-linux-musl> checking for a race-free mkdir -p... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p
2025-08-20T22:08:15.8543961Z [00:19:09.105]➜  kbd-static-x86_64-unknown-linux-musl> checking for gawk... gawk
2025-08-20T22:08:15.8798719Z [00:19:09.131]➜  p11-kit-static-x86_64-unknown-linux-musl> [230/428] Compiling C object trust/test-builder.p/test-builder.c.o
2025-08-20T22:08:15.8892223Z [00:19:09.141]➜  kbd-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... yes
2025-08-20T22:08:15.9098686Z [00:19:09.162]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA512_256   |           7269             -
2025-08-20T22:08:15.9138824Z [00:19:09.165]➜  kbd-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... yes
2025-08-20T22:08:15.9597249Z [00:19:09.211]➜  kbd-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T22:08:15.9602339Z [00:19:09.211]➜  kbd-static-x86_64-unknown-linux-musl> checking whether to build with code coverage support... no
2025-08-20T22:08:15.9617086Z [00:19:09.212]➜  kbd-static-x86_64-unknown-linux-musl> checking whether make supports nested variables... (cached) yes
2025-08-20T22:08:15.9666684Z [00:19:09.218]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-gcc
2025-08-20T22:08:15.9668986Z [00:19:09.218]➜  libgcrypt-static-x86_64-unknown-linux-musl>  PBKDF2-HMAC-SHA512_224   |           5672             -
2025-08-20T22:08:15.9670548Z [00:19:09.218]➜  libgcrypt-static-x86_64-unknown-linux-musl>                           =
2025-08-20T22:08:15.9671823Z [00:19:09.218]➜  libgcrypt-static-x86_64-unknown-linux-musl> ECC:
2025-08-20T22:08:15.9673123Z [00:19:09.218]➜  libgcrypt-static-x86_64-unknown-linux-musl>  Ed25519        |  nanosecs/iter   cycles/iter
2025-08-20T22:08:15.9948538Z [00:19:09.245]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |          16230             -
2025-08-20T22:08:16.0367248Z [00:19:09.285]➜  libgcrypt-static-x86_64-unknown-linux-musl>          keygen |        3034433             -
2025-08-20T22:08:16.0815314Z [00:19:09.333]➜  libgcrypt-static-x86_64-unknown-linux-musl>            sign |        1620690             -
2025-08-20T22:08:16.3620293Z [00:19:09.614]➜  libgcrypt-static-x86_64-unknown-linux-musl>          verify |        7770449             -
2025-08-20T22:08:16.3734836Z [00:19:09.620]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:16.3736266Z [00:19:09.621]➜  libgcrypt-static-x86_64-unknown-linux-musl>  Ed448          |  nanosecs/iter   cycles/iter
2025-08-20T22:08:16.4396518Z [00:19:09.691]➜  kbd-static-x86_64-unknown-linux-musl> checking whether the C compiler works... yes
2025-08-20T22:08:16.4397894Z [00:19:09.691]➜  kbd-static-x86_64-unknown-linux-musl> checking for C compiler default output file name... a.out
2025-08-20T22:08:16.4710513Z [00:19:09.723]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |        5647300             -
2025-08-20T22:08:16.6256954Z [00:19:09.877]➜  libgcrypt-static-x86_64-unknown-linux-musl>          keygen |        9021939             -
2025-08-20T22:08:16.6497410Z [00:19:09.901]➜  kbd-static-x86_64-unknown-linux-musl> checking for suffix of executables...
2025-08-20T22:08:16.6599550Z [00:19:09.912]➜  kbd-static-x86_64-unknown-linux-musl> checking whether we are cross compiling... yes
2025-08-20T22:08:16.7752969Z [00:19:10.027]➜  kbd-static-x86_64-unknown-linux-musl> checking for suffix of object files... o
2025-08-20T22:08:16.8463182Z [00:19:10.093]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:08:16.8564944Z [00:19:10.103]➜  p11-kit-static-x86_64-unknown-linux-musl> [231/428] Compiling C object trust/test-module.p/test-module.c.o
2025-08-20T22:08:16.8867796Z [00:19:10.138]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating libsasl2.pc
2025-08-20T22:08:16.8965903Z [00:19:10.148]➜  x86_64-unknown-linux-musl-binutils>   GEN      ei386msdos.c
2025-08-20T22:08:16.8967449Z [00:19:10.148]➜  kbd-static-x86_64-unknown-linux-musl> checking whether the compiler supports GNU C... yes
2025-08-20T22:08:16.9600490Z [00:19:10.212]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating include/Makefile
2025-08-20T22:08:16.9745916Z [00:19:10.226]➜  x86_64-unknown-linux-musl-binutils>   GEN      ei386nto.c
2025-08-20T22:08:17.0235922Z [00:19:10.275]➜  kbd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
2025-08-20T22:08:17.0362358Z [00:19:10.288]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating saslauthd/Makefile
2025-08-20T22:08:17.0384627Z [00:19:10.290]➜  x86_64-unknown-linux-musl-binutils>   GEN      ei386pe.c
2025-08-20T22:08:17.1200040Z [00:19:10.372]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating sasldb/Makefile
2025-08-20T22:08:17.1936841Z [00:19:10.445]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating common/Makefile
2025-08-20T22:08:17.2465483Z [00:19:10.497]➜  x86_64-unknown-linux-musl-binutils>   GEN      ei386pe_posix.c
2025-08-20T22:08:17.2700849Z [00:19:10.520]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating plugins/Makefile
2025-08-20T22:08:17.3026449Z [00:19:10.551]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
2025-08-20T22:08:17.3354581Z [00:19:10.587]➜  p11-kit-static-x86_64-unknown-linux-musl> [232/428] Compiling C object trust/test-enumerate.p/test-enumerate.c.o
2025-08-20T22:08:17.3405600Z [00:19:10.592]➜  libgcrypt-static-x86_64-unknown-linux-musl>            sign |       12510377             -
2025-08-20T22:08:17.3444276Z [00:19:10.596]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating lib/Makefile
2025-08-20T22:08:17.3902739Z [00:19:10.642]➜  x86_64-unknown-linux-musl-binutils>   GEN      em32relf.c
2025-08-20T22:08:17.4405154Z [00:19:10.692]➜  x86_64-unknown-linux-musl-binutils>   GEN      em32relf_linux.c
2025-08-20T22:08:17.4460534Z [00:19:10.698]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating utils/Makefile
2025-08-20T22:08:17.4693822Z [00:19:10.721]➜  x86_64-unknown-linux-musl-binutils>   GEN      em32rlelf.c
2025-08-20T22:08:17.5367756Z [00:19:10.788]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating sample/Makefile
2025-08-20T22:08:17.5421117Z [00:19:10.793]➜  kbd-static-x86_64-unknown-linux-musl> checking whether x86_64-unknown-linux-musl-gcc understands -c and -o together... yes
2025-08-20T22:08:17.5865008Z [00:19:10.838]➜  kbd-static-x86_64-unknown-linux-musl> checking whether make supports the include directive... yes (GNU style)
2025-08-20T22:08:17.5870017Z [00:19:10.839]➜  kbd-static-x86_64-unknown-linux-musl> checking dependency style of x86_64-unknown-linux-musl-gcc... none
2025-08-20T22:08:17.5911805Z [00:19:10.843]➜  kbd-static-x86_64-unknown-linux-musl> checking for bison... no
2025-08-20T22:08:17.5977609Z [00:19:10.850]➜  kbd-static-x86_64-unknown-linux-musl> checking for byacc... no
2025-08-20T22:08:17.5978551Z [00:19:10.850]➜  kbd-static-x86_64-unknown-linux-musl> checking for flex... flex
2025-08-20T22:08:17.6092501Z [00:19:10.861]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating pwcheck/Makefile
2025-08-20T22:08:17.6351972Z [00:19:10.887]➜  kbd-static-x86_64-unknown-linux-musl> checking for lex output file root... lex.yy
2025-08-20T22:08:17.6479473Z [00:19:10.898]➜  x86_64-unknown-linux-musl-binutils>   GEN      em32rlelf_linux.c
2025-08-20T22:08:17.6693675Z [00:19:10.921]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:08:17.7053494Z [00:19:10.957]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:08:17.7182171Z [00:19:10.970]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:08:17.7618050Z [00:19:11.013]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configure:
2025-08-20T22:08:17.7619170Z [00:19:11.013]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:17.7620350Z [00:19:11.013]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> cyrus-sasl - 2.1.28
2025-08-20T22:08:17.7621376Z [00:19:11.013]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:17.7623146Z [00:19:11.013]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> • Prefix: /nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28
2025-08-20T22:08:17.7626437Z [00:19:11.013]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> • Plugins:  libsasldb.la libcrammd5.la libdigestmd5.la libscram.la libotp.la libplain.la libanonymous.la liblogin.la
2025-08-20T22:08:17.7628164Z [00:19:11.013]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:17.7629384Z [00:19:11.013]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Now type 'make' to build cyrus-sasl
2025-08-20T22:08:17.7630458Z [00:19:11.013]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:17.8381929Z [00:19:11.090]➜  p11-kit-static-x86_64-unknown-linux-musl> [233/428] Compiling C object trust/test-cer.p/test-cer.c.o
2025-08-20T22:08:17.9720853Z [00:19:11.223]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> configurePhase completed in 39 seconds
2025-08-20T22:08:17.9722816Z [00:19:11.223]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:08:17.9976428Z [00:19:11.249]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:08:18.0097983Z [00:19:11.261]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T22:08:18.0194646Z [00:19:11.271]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/cyrus-sasl-2.1.28'
2025-08-20T22:08:18.0379260Z [00:19:11.290]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Making all in include
2025-08-20T22:08:18.0445285Z [00:19:11.296]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cyrus-sasl-2.1.28/include'
2025-08-20T22:08:18.0468597Z [00:19:11.298]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> gcc -g -O2 -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1   makemd5.c   -o makemd5
2025-08-20T22:08:18.3994133Z [00:19:11.651]➜  libgcrypt-static-x86_64-unknown-linux-musl>          verify |       13445063             -
2025-08-20T22:08:18.4089412Z [00:19:11.661]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:18.4094972Z [00:19:11.661]➜  libgcrypt-static-x86_64-unknown-linux-musl>  X25519         |  nanosecs/iter   cycles/iter
2025-08-20T22:08:18.4290663Z [00:19:11.677]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |        2822677             -
2025-08-20T22:08:18.4292329Z [00:19:11.677]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:18.4294031Z [00:19:11.677]➜  libgcrypt-static-x86_64-unknown-linux-musl>  X448           |  nanosecs/iter   cycles/iter
2025-08-20T22:08:18.4627933Z [00:19:11.714]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |        2178457             -
2025-08-20T22:08:18.4646265Z [00:19:11.716]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:18.4651714Z [00:19:11.716]➜  libgcrypt-static-x86_64-unknown-linux-musl>  NIST-P192      |  nanosecs/iter   cycles/iter
2025-08-20T22:08:18.4945452Z [00:19:11.746]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |        2653243             -
2025-08-20T22:08:18.7379307Z [00:19:11.985]➜  libgcrypt-static-x86_64-unknown-linux-musl>          keygen |       16844071             -
2025-08-20T22:08:18.8365628Z [00:19:12.088]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> rm -f md5global.h
2025-08-20T22:08:18.8470199Z [00:19:12.099]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ./makemd5 md5global.h
2025-08-20T22:08:18.8498915Z [00:19:12.102]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T22:08:18.8604954Z [00:19:12.112]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/cyrus-sasl-2.1.28/include'
2025-08-20T22:08:18.8639713Z [00:19:12.116]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'all-am'.
2025-08-20T22:08:18.8641591Z [00:19:12.116]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/cyrus-sasl-2.1.28/include'
2025-08-20T22:08:18.8643556Z [00:19:12.116]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cyrus-sasl-2.1.28/include'
2025-08-20T22:08:18.8668996Z [00:19:12.119]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Making all in sasldb
2025-08-20T22:08:18.8755040Z [00:19:12.127]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cyrus-sasl-2.1.28/sasldb'
2025-08-20T22:08:18.8778865Z [00:19:12.129]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -fPIC -I../include -I../include  -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o allockey.lo allockey.c
2025-08-20T22:08:18.9250648Z [00:19:12.177]➜  kbd-static-x86_64-unknown-linux-musl> checking for lex library... none needed
2025-08-20T22:08:19.0653468Z [00:19:12.317]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -fPIC -I../include -I../include -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c allockey.c -o allockey.o
2025-08-20T22:08:19.0818826Z [00:19:12.334]➜  p11-kit-static-x86_64-unknown-linux-musl> [234/428] Compiling C object trust/test-edk2.p/test-edk2.c.o
2025-08-20T22:08:19.1939010Z [00:19:12.443]➜  p11-kit-static-x86_64-unknown-linux-musl> [235/428] Compiling C object trust/test-bundle.p/test-bundle.c.o
2025-08-20T22:08:19.3340637Z [00:19:12.586]➜  p11-kit-static-x86_64-unknown-linux-musl> [236/428] Compiling C object trust/frob-pow.p/frob-pow.c.o
2025-08-20T22:08:19.4336942Z [00:19:12.685]➜  libgcrypt-static-x86_64-unknown-linux-musl>            sign |        1268822             -
2025-08-20T22:08:19.4727145Z [00:19:12.724]➜  p11-kit-static-x86_64-unknown-linux-musl> [237/428] Compiling C object trust/frob-token.p/frob-token.c.o
2025-08-20T22:08:19.7021359Z [00:19:12.950]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -fPIC -I../include -I../include  -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o db_berkeley.lo db_berkeley.c
2025-08-20T22:08:19.8547586Z [00:19:13.105]➜  p11-kit-static-x86_64-unknown-linux-musl> [238/428] Compiling C object trust/frob-nss-trust.p/frob-nss-trust.c.o
2025-08-20T22:08:19.8704112Z [00:19:13.122]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -fPIC -I../include -I../include -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c db_berkeley.c -o db_berkeley.o
2025-08-20T22:08:19.9662203Z [00:19:13.218]➜  libgcrypt-static-x86_64-unknown-linux-musl>          verify |        6193466             -
2025-08-20T22:08:19.9667773Z [00:19:13.218]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:19.9669057Z [00:19:13.218]➜  libgcrypt-static-x86_64-unknown-linux-musl>  NIST-P224      |  nanosecs/iter   cycles/iter
2025-08-20T22:08:20.0859166Z [00:19:13.338]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |        8129080             -
2025-08-20T22:08:20.1098578Z [00:19:13.361]➜  kbd-static-x86_64-unknown-linux-musl> checking whether yytext is a pointer... yes
2025-08-20T22:08:20.1353091Z [00:19:13.387]➜  kbd-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:08:20.1464676Z [00:19:13.397]➜  kbd-static-x86_64-unknown-linux-musl> checking whether ln -s works... yes
2025-08-20T22:08:20.1510595Z [00:19:13.401]➜  p11-kit-static-x86_64-unknown-linux-musl> [239/428] Compiling C object trust/frob-cert.p/frob-cert.c.o
2025-08-20T22:08:20.1556071Z [00:19:13.404]➜  kbd-static-x86_64-unknown-linux-musl> checking whether make sets $(MAKE)... (cached) yes
2025-08-20T22:08:20.1558199Z [00:19:13.405]➜  p11-kit-static-x86_64-unknown-linux-musl> [240/428] Compiling C object trust/test-openssl.p/test-openssl.c.o
2025-08-20T22:08:20.2040250Z [00:19:13.454]➜  kbd-static-x86_64-unknown-linux-musl> checking build system type... x86_64-unknown-linux-gnu
2025-08-20T22:08:20.2286552Z [00:19:13.480]➜  kbd-static-x86_64-unknown-linux-musl> checking host system type... x86_64-unknown-linux-musl
2025-08-20T22:08:20.3579570Z [00:19:13.607]➜  kbd-static-x86_64-unknown-linux-musl> checking whether C compiler accepts -std=gnu11... yes
2025-08-20T22:08:20.3644178Z [00:19:13.607]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... x86_64-unknown-linux-musl-ar
2025-08-20T22:08:20.4655226Z [00:19:13.717]➜  p11-kit-static-x86_64-unknown-linux-musl> [241/428] Compiling C object trust/frob-bc.p/frob-bc.c.o
2025-08-20T22:08:20.4819918Z [00:19:13.734]➜  kbd-static-x86_64-unknown-linux-musl> checking the archiver (x86_64-unknown-linux-musl-ar) interface... ar
2025-08-20T22:08:20.5024791Z [00:19:13.753]➜  kbd-static-x86_64-unknown-linux-musl> checking how to print strings... printf
2025-08-20T22:08:20.5064975Z [00:19:13.753]➜  kbd-static-x86_64-unknown-linux-musl> checking for a sed that does not truncate output... (cached) /nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin/sed
2025-08-20T22:08:20.5104947Z [00:19:13.760]➜  p11-kit-static-x86_64-unknown-linux-musl> [242/428] Compiling C object trust/frob-ku.p/frob-ku.c.o
2025-08-20T22:08:20.5315684Z [00:19:13.779]➜  kbd-static-x86_64-unknown-linux-musl> checking for grep that handles long lines and -e... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep
2025-08-20T22:08:20.5329089Z [00:19:13.785]➜  kbd-static-x86_64-unknown-linux-musl> checking for egrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:08:20.5390583Z [00:19:13.791]➜  kbd-static-x86_64-unknown-linux-musl> checking for fgrep... /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -F
2025-08-20T22:08:20.5399211Z [00:19:13.791]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -Wall -W -g -O2 -no-undefined -L/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/lib -Wl,-rpath,/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/lib  -o libsasldb.la  allockey.lo db_berkeley.lo -ldb-4.8 -lresolv -lresolv
2025-08-20T22:08:20.5707189Z [00:19:13.822]➜  kbd-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld
2025-08-20T22:08:20.5800577Z [00:19:13.832]➜  libgcrypt-static-x86_64-unknown-linux-musl>          keygen |       36049921             -
2025-08-20T22:08:20.6275123Z [00:19:13.879]➜  kbd-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld) is GNU ld... yes
2025-08-20T22:08:20.6309107Z [00:19:13.883]➜  kbd-static-x86_64-unknown-linux-musl> checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-linux-musl-nm
2025-08-20T22:08:20.6466021Z [00:19:13.898]➜  p11-kit-static-x86_64-unknown-linux-musl> [243/428] Compiling C object trust/test-jks.p/test-jks.c.o
2025-08-20T22:08:20.6747964Z [00:19:13.927]➜  x86_64-unknown-linux-musl-binutils>   GEN      em68hc11elf.c
2025-08-20T22:08:20.6978859Z [00:19:13.950]➜  x86_64-unknown-linux-musl-binutils>   GEN      em68hc11elfb.c
2025-08-20T22:08:20.7511824Z [00:19:14.002]➜  kbd-static-x86_64-unknown-linux-musl> checking the name lister (x86_64-unknown-linux-musl-nm) interface... BSD nm
2025-08-20T22:08:20.8229037Z [00:19:14.072]➜  p11-kit-static-x86_64-unknown-linux-musl> [244/428] Compiling C object trust/frob-ext.p/frob-ext.c.o
2025-08-20T22:08:20.8285604Z [00:19:14.079]➜  p11-kit-static-x86_64-unknown-linux-musl> [245/428] Compiling C object trust/frob-eku.p/frob-eku.c.o
2025-08-20T22:08:20.8838073Z [00:19:14.135]➜  p11-kit-static-x86_64-unknown-linux-musl> [246/428] Compiling C object trust/frob-oid.p/frob-oid.c.o
2025-08-20T22:08:20.9081541Z [00:19:14.160]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libsasldb.a  allockey.o db_berkeley.o
2025-08-20T22:08:20.9269557Z [00:19:14.179]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libsasldb.a
2025-08-20T22:08:20.9638727Z [00:19:14.214]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libsasldb.la" && ln -s "../libsasldb.la" "libsasldb.la" )
2025-08-20T22:08:20.9640835Z [00:19:14.214]➜  kbd-static-x86_64-unknown-linux-musl> checking the maximum length of command line arguments... 32768
2025-08-20T22:08:20.9720162Z [00:19:14.224]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cyrus-sasl-2.1.28/sasldb'
2025-08-20T22:08:20.9735421Z [00:19:14.225]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Making all in common
2025-08-20T22:08:20.9881312Z [00:19:14.240]➜  kbd-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-musl format... func_convert_file_noop
2025-08-20T22:08:20.9887150Z [00:19:14.240]➜  kbd-static-x86_64-unknown-linux-musl> checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
2025-08-20T22:08:20.9892907Z [00:19:14.240]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ld option to reload object files... -r
2025-08-20T22:08:20.9897914Z [00:19:14.240]➜  kbd-static-x86_64-unknown-linux-musl> checking for file... file
2025-08-20T22:08:20.9903054Z [00:19:14.240]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cyrus-sasl-2.1.28/common'
2025-08-20T22:08:20.9911083Z [00:19:14.240]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -fPIC -I../include -I../include -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o plugin_common.lo plugin_common.c
2025-08-20T22:08:21.0005321Z [00:19:14.247]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-objdump... x86_64-unknown-linux-musl-objdump
2025-08-20T22:08:21.0007645Z [00:19:14.253]➜  kbd-static-x86_64-unknown-linux-musl> checking how to recognize dependent libraries... (cached) pass_all
2025-08-20T22:08:21.0040138Z [00:19:14.256]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-dlltool... no
2025-08-20T22:08:21.0041995Z [00:19:14.256]➜  kbd-static-x86_64-unknown-linux-musl> checking for dlltool... no
2025-08-20T22:08:21.0163676Z [00:19:14.266]➜  kbd-static-x86_64-unknown-linux-musl> checking how to associate runtime and link libraries... printf %s\n
2025-08-20T22:08:21.0165635Z [00:19:14.266]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ranlib... x86_64-unknown-linux-musl-ranlib
2025-08-20T22:08:21.0167449Z [00:19:14.266]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-ar... (cached) x86_64-unknown-linux-musl-ar
2025-08-20T22:08:21.0695791Z [00:19:14.319]➜  x86_64-unknown-linux-musl-binutils>   GEN      em68hc12elf.c
2025-08-20T22:08:21.1281848Z [00:19:14.380]➜  x86_64-unknown-linux-musl-binutils>   GEN      em68hc12elfb.c
2025-08-20T22:08:21.1388982Z [00:19:14.390]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I../include -I../include -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c plugin_common.c -o plugin_common.o
2025-08-20T22:08:21.1855977Z [00:19:14.437]➜  p11-kit-static-x86_64-unknown-linux-musl> [247/428] Generating doc/manual/generate sysdir.xml with a custom command (wrapped by meson to capture output)
2025-08-20T22:08:21.1892746Z [00:19:14.441]➜  kbd-static-x86_64-unknown-linux-musl> checking for archiver @FILE support... @
2025-08-20T22:08:21.1894830Z [00:19:14.441]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-strip... (cached) x86_64-unknown-linux-musl-strip
2025-08-20T22:08:21.2189708Z [00:19:14.471]➜  libgcrypt-static-x86_64-unknown-linux-musl>            sign |       15855246             -
2025-08-20T22:08:21.2265707Z [00:19:14.471]➜  p11-kit-static-x86_64-unknown-linux-musl> [248/428] Generating doc/manual/generate version.xml with a custom command (wrapped by meson to capture output)
2025-08-20T22:08:21.2649786Z [00:19:14.517]➜  p11-kit-static-x86_64-unknown-linux-musl> [249/428] Generating doc/manual/generate userdir.xml with a custom command (wrapped by meson to capture output)
2025-08-20T22:08:21.3914624Z [00:19:14.643]➜  p11-kit-static-x86_64-unknown-linux-musl> [250/428] Linking target common/test-tests
2025-08-20T22:08:21.4055860Z [00:19:14.655]➜  p11-kit-static-x86_64-unknown-linux-musl> [251/428] Linking target common/test-compat
2025-08-20T22:08:21.4556427Z [00:19:14.707]➜  p11-kit-static-x86_64-unknown-linux-musl> [252/428] Linking target common/test-hash
2025-08-20T22:08:21.5605341Z [00:19:14.811]➜  x86_64-unknown-linux-musl-binutils>   GEN      em68kelf.c
2025-08-20T22:08:21.5659387Z [00:19:14.818]➜  x86_64-unknown-linux-musl-binutils>   GEN      em68kelfnbsd.c
2025-08-20T22:08:21.5955266Z [00:19:14.847]➜  kbd-static-x86_64-unknown-linux-musl> checking command to parse x86_64-unknown-linux-musl-nm output from x86_64-unknown-linux-musl-gcc object... ok
2025-08-20T22:08:21.5988447Z [00:19:14.851]➜  kbd-static-x86_64-unknown-linux-musl> checking for sysroot... no
2025-08-20T22:08:21.6090766Z [00:19:14.860]➜  p11-kit-static-x86_64-unknown-linux-musl> [253/428] Linking target common/test-dict
2025-08-20T22:08:21.6103759Z [00:19:14.862]➜  p11-kit-static-x86_64-unknown-linux-musl> [254/428] Linking target common/test-hex
2025-08-20T22:08:21.6183942Z [00:19:14.870]➜  p11-kit-static-x86_64-unknown-linux-musl> [255/428] Linking target common/test-array
2025-08-20T22:08:21.6245208Z [00:19:14.876]➜  kbd-static-x86_64-unknown-linux-musl> checking for a working dd... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd
2025-08-20T22:08:21.6476607Z [00:19:14.898]➜  kbd-static-x86_64-unknown-linux-musl> checking how to truncate binary pipes... /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/dd bs=4096 count=1
2025-08-20T22:08:21.7335405Z [00:19:14.985]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-mt... no
2025-08-20T22:08:21.7434773Z [00:19:14.995]➜  kbd-static-x86_64-unknown-linux-musl> checking for mt... no
2025-08-20T22:08:21.7593555Z [00:19:15.011]➜  kbd-static-x86_64-unknown-linux-musl> checking if : is a manifest tool... no
2025-08-20T22:08:21.7791425Z [00:19:15.031]➜  p11-kit-static-x86_64-unknown-linux-musl> [256/428] Linking target common/test-attrs
2025-08-20T22:08:21.8022565Z [00:19:15.054]➜  p11-kit-static-x86_64-unknown-linux-musl> [257/428] Linking target common/test-buffer
2025-08-20T22:08:21.8111937Z [00:19:15.063]➜  p11-kit-static-x86_64-unknown-linux-musl> [258/428] Linking target common/test-constants
2025-08-20T22:08:21.8611842Z [00:19:15.113]➜  kbd-static-x86_64-unknown-linux-musl> checking for stdio.h... yes
2025-08-20T22:08:21.9539081Z [00:19:15.206]➜  p11-kit-static-x86_64-unknown-linux-musl> [259/428] Linking target common/test-lexer
2025-08-20T22:08:21.9719616Z [00:19:15.224]➜  p11-kit-static-x86_64-unknown-linux-musl> [260/428] Linking target common/test-url
2025-08-20T22:08:21.9814467Z [00:19:15.231]➜  kbd-static-x86_64-unknown-linux-musl> checking for stdlib.h... yes
2025-08-20T22:08:21.9825856Z [00:19:15.234]➜  p11-kit-static-x86_64-unknown-linux-musl> [261/428] Linking target common/test-path
2025-08-20T22:08:22.0861867Z [00:19:15.338]➜  kbd-static-x86_64-unknown-linux-musl> checking for string.h... yes
2025-08-20T22:08:22.1401360Z [00:19:15.392]➜  p11-kit-static-x86_64-unknown-linux-musl> [262/428] Linking target common/test-runtime
2025-08-20T22:08:22.1707189Z [00:19:15.420]➜  p11-kit-static-x86_64-unknown-linux-musl> [263/428] Linking target common/test-argv
2025-08-20T22:08:22.1736822Z [00:19:15.425]➜  p11-kit-static-x86_64-unknown-linux-musl> [264/428] Linking target common/test-message
2025-08-20T22:08:22.2067715Z [00:19:15.458]➜  kbd-static-x86_64-unknown-linux-musl> checking for inttypes.h... yes
2025-08-20T22:08:22.2844000Z [00:19:15.536]➜  p11-kit-static-x86_64-unknown-linux-musl> [265/428] Linking target common/frob-getauxval
2025-08-20T22:08:22.3030411Z [00:19:15.555]➜  p11-kit-static-x86_64-unknown-linux-musl> [266/428] Linking target common/test-asn1
2025-08-20T22:08:22.3326244Z [00:19:15.581]➜  kbd-static-x86_64-unknown-linux-musl> checking for stdint.h... yes
2025-08-20T22:08:22.3524871Z [00:19:15.602]➜  x86_64-unknown-linux-musl-binutils>   GEN      em9s12zelf.c
2025-08-20T22:08:22.3526345Z [00:19:15.603]➜  p11-kit-static-x86_64-unknown-linux-musl> [267/428] Linking target common/test-oid
2025-08-20T22:08:22.3663065Z [00:19:15.618]➜  p11-kit-static-x86_64-unknown-linux-musl> [268/428] Linking static target p11-kit/libp11-kit-pkcs11-gnu.a
2025-08-20T22:08:22.4333100Z [00:19:15.685]➜  kbd-static-x86_64-unknown-linux-musl> checking for strings.h... yes
2025-08-20T22:08:22.4339048Z [00:19:15.686]➜  p11-kit-static-x86_64-unknown-linux-musl> [269/428] Linking target common/frob-getenv
2025-08-20T22:08:22.4515620Z [00:19:15.700]➜  p11-kit-static-x86_64-unknown-linux-musl> [270/428] Linking target common/frob-getprogname
2025-08-20T22:08:22.5330473Z [00:19:15.784]➜  p11-kit-static-x86_64-unknown-linux-musl> [271/428] Linking target p11-kit/mock-one.so
2025-08-20T22:08:22.5336309Z [00:19:15.784]➜  p11-kit-static-x86_64-unknown-linux-musl> FAILED: p11-kit/mock-one.so
2025-08-20T22:08:22.5340531Z [00:19:15.784]➜  p11-kit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -o p11-kit/mock-one.so p11-kit/mock-one.so.p/mock-module-ep.c.o -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,--start-group common/libp11-test.a common/libp11-common.a common/libp11-asn1.a -Wl,--version-script,/build/source/p11-kit/p11-module.map -pthread /nix/store/ds00vmabh8630jxmkb4cn6kblbxn9s8j-libtasn1-static-x86_64-unknown-linux-musl-4.20.0/lib/libtasn1.a -Wl,--end-group
2025-08-20T22:08:22.5351206Z [00:19:15.784]➜  p11-kit-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
2025-08-20T22:08:22.5356014Z [00:19:15.784]➜  p11-kit-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: failed to set dynamic section sizes: bad value
2025-08-20T22:08:22.5358538Z [00:19:15.784]➜  p11-kit-static-x86_64-unknown-linux-musl> collect2: error: ld returned 1 exit status
2025-08-20T22:08:22.5409319Z [00:19:15.785]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -Wall -W -g -O2 -version-info 3:0:0 -no-undefined -L/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/lib -Wl,-rpath,/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/lib  -o libplugin_common.la  plugin_common.lo  -lresolv -lresolv
2025-08-20T22:08:22.5464583Z [00:19:15.796]➜  p11-kit-static-x86_64-unknown-linux-musl> [272/428] Linking target p11-kit/mock-v3-one.so
2025-08-20T22:08:22.5465820Z [00:19:15.796]➜  p11-kit-static-x86_64-unknown-linux-musl> FAILED: p11-kit/mock-v3-one.so
2025-08-20T22:08:22.5469859Z [00:19:15.796]➜  p11-kit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -o p11-kit/mock-v3-one.so p11-kit/mock-v3-one.so.p/mock-module-v3-ep.c.o -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,--start-group common/libp11-test.a common/libp11-common.a common/libp11-asn1.a -Wl,--version-script,/build/source/p11-kit/p11-module.map -pthread /nix/store/ds00vmabh8630jxmkb4cn6kblbxn9s8j-libtasn1-static-x86_64-unknown-linux-musl-4.20.0/lib/libtasn1.a -Wl,--end-group
2025-08-20T22:08:22.5476243Z [00:19:15.797]➜  p11-kit-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
2025-08-20T22:08:22.5480547Z [00:19:15.797]➜  p11-kit-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: failed to set dynamic section sizes: bad value
2025-08-20T22:08:22.5482639Z [00:19:15.797]➜  p11-kit-static-x86_64-unknown-linux-musl> collect2: error: ld returned 1 exit status
2025-08-20T22:08:22.5615726Z [00:19:15.813]➜  p11-kit-static-x86_64-unknown-linux-musl> [273/428] Linking target p11-kit/mock-two.so
2025-08-20T22:08:22.5617284Z [00:19:15.813]➜  p11-kit-static-x86_64-unknown-linux-musl> FAILED: p11-kit/mock-two.so
2025-08-20T22:08:22.5621278Z [00:19:15.813]➜  p11-kit-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc  -o p11-kit/mock-two.so p11-kit/mock-two.so.p/mock-module-ep2.c.o -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,--start-group common/libp11-test.a common/libp11-common.a common/libp11-asn1.a -Wl,--version-script,/build/source/p11-kit/p11-module.map -pthread /nix/store/ds00vmabh8630jxmkb4cn6kblbxn9s8j-libtasn1-static-x86_64-unknown-linux-musl-4.20.0/lib/libtasn1.a -Wl,--end-group
2025-08-20T22:08:22.5639943Z [00:19:15.813]➜  p11-kit-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: /nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/lib/gcc/x86_64-unknown-linux-musl/14.3.0/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
2025-08-20T22:08:22.5644915Z [00:19:15.813]➜  p11-kit-static-x86_64-unknown-linux-musl> /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: failed to set dynamic section sizes: bad value
2025-08-20T22:08:22.5647377Z [00:19:15.813]➜  p11-kit-static-x86_64-unknown-linux-musl> collect2: error: ld returned 1 exit status
2025-08-20T22:08:22.5740790Z [00:19:15.826]➜  kbd-static-x86_64-unknown-linux-musl> checking for sys/stat.h... yes
2025-08-20T22:08:22.6764234Z [00:19:15.922]➜  x86_64-unknown-linux-musl-binutils>   GEN      emcorepe.c
2025-08-20T22:08:22.6990335Z [00:19:15.951]➜  kbd-static-x86_64-unknown-linux-musl> checking for sys/types.h... yes
2025-08-20T22:08:22.7760681Z [00:19:16.028]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
2025-08-20T22:08:22.7979251Z [00:19:16.049]➜  kbd-static-x86_64-unknown-linux-musl> checking for unistd.h... yes
2025-08-20T22:08:22.8293087Z [00:19:16.080]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libplugin_common.a  plugin_common.o
2025-08-20T22:08:22.8381856Z [00:19:16.090]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libplugin_common.a
2025-08-20T22:08:22.8516251Z [00:19:16.103]➜  x86_64-unknown-linux-musl-binutils>   GEN      emn10200.c
2025-08-20T22:08:22.8701408Z [00:19:16.118]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libplugin_common.la" && ln -s "../libplugin_common.la" "libplugin_common.la" )
2025-08-20T22:08:22.8742371Z [00:19:16.123]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -fPIC -I../include -I../include -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o crypto-compat.lo crypto-compat.c
2025-08-20T22:08:22.9340629Z [00:19:16.186]➜  kbd-static-x86_64-unknown-linux-musl> checking for vfork.h... no
2025-08-20T22:08:22.9905860Z [00:19:16.242]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I../include -I../include -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c crypto-compat.c -o crypto-compat.o
2025-08-20T22:08:23.0571583Z [00:19:16.309]➜  kbd-static-x86_64-unknown-linux-musl> checking for dlfcn.h... yes
2025-08-20T22:08:23.0686445Z [00:19:16.320]➜  kbd-static-x86_64-unknown-linux-musl> checking for objdir... .libs
2025-08-20T22:08:23.1276444Z [00:19:16.374]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -Wall -W -g -O2 -version-info 0:0:0 -no-undefined -L/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/lib -Wl,-rpath,/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/lib  -o libcrypto_compat.la  crypto-compat.lo  -lresolv -lresolv
2025-08-20T22:08:23.2982043Z [00:19:16.550]➜  libgcrypt-static-x86_64-unknown-linux-musl>          verify |         941272             -
2025-08-20T22:08:23.2984069Z [00:19:16.550]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:23.2985447Z [00:19:16.550]➜  libgcrypt-static-x86_64-unknown-linux-musl>  NIST-P256      |  nanosecs/iter   cycles/iter
2025-08-20T22:08:23.3505379Z [00:19:16.601]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |         966363             -
2025-08-20T22:08:23.3528732Z [00:19:16.603]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
2025-08-20T22:08:23.4142232Z [00:19:16.665]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libcrypto_compat.a  crypto-compat.o
2025-08-20T22:08:23.4232713Z [00:19:16.675]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libcrypto_compat.a
2025-08-20T22:08:23.4296657Z [00:19:16.681]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -fno-rtti -fno-exceptions... no
2025-08-20T22:08:23.4305194Z [00:19:16.682]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc option to produce PIC... -fPIC -DPIC
2025-08-20T22:08:23.4511782Z [00:19:16.703]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libcrypto_compat.la" && ln -s "../libcrypto_compat.la" "libcrypto_compat.la" )
2025-08-20T22:08:23.4660460Z [00:19:16.718]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/cyrus-sasl-2.1.28/common'
2025-08-20T22:08:23.4662017Z [00:19:16.718]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> Making all in lib
2025-08-20T22:08:23.4728807Z [00:19:16.725]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/cyrus-sasl-2.1.28/lib'
2025-08-20T22:08:23.4786149Z [00:19:16.725]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> ln -s ../plugins/sasldb.c ../sasldb/db_berkeley.c ../sasldb/allockey.c ../plugins/cram.c ../plugins/digestmd5.c ../plugins/scram.c ../plugins/otp.c ../plugins/plain.c ../plugins/anonymous.c ../plugins/login.c .
2025-08-20T22:08:23.4788722Z [00:19:16.728]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make  all-am
2025-08-20T22:08:23.4870895Z [00:19:16.739]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/cyrus-sasl-2.1.28/lib'
2025-08-20T22:08:23.4878698Z [00:19:16.739]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o auxprop.lo auxprop.c
2025-08-20T22:08:23.5169224Z [00:19:16.769]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc PIC flag -fPIC -DPIC works... yes
2025-08-20T22:08:23.5234734Z [00:19:16.775]➜  libgcrypt-static-x86_64-unknown-linux-musl>          keygen |       16190426             -
2025-08-20T22:08:23.6165814Z [00:19:16.866]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c auxprop.c -o auxprop.o
2025-08-20T22:08:23.6759271Z [00:19:16.927]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc static flag -static works... yes
2025-08-20T22:08:23.7642340Z [00:19:17.016]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... yes
2025-08-20T22:08:23.7648915Z [00:19:17.016]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -c -o file.o... (cached) yes
2025-08-20T22:08:23.8351857Z [00:19:17.087]➜  kbd-static-x86_64-unknown-linux-musl> checking whether the x86_64-unknown-linux-musl-gcc linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) supports shared libraries... /nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: warning: cannot find entry symbol _start; not setting start address
2025-08-20T22:08:23.8706312Z [00:19:17.122]➜  libgcrypt-static-x86_64-unknown-linux-musl>            sign |        3554250             -
2025-08-20T22:08:23.9064111Z [00:19:17.158]➜  kbd-static-x86_64-unknown-linux-musl> yes
2025-08-20T22:08:24.1836753Z [00:19:17.435]➜  kbd-static-x86_64-unknown-linux-musl> checking dynamic linker characteristics... GNU/Linux ld.so
2025-08-20T22:08:24.1864934Z [00:19:17.435]➜  kbd-static-x86_64-unknown-linux-musl> checking how to hardcode library paths into programs... immediate
2025-08-20T22:08:24.1871815Z [00:19:17.439]➜  kbd-static-x86_64-unknown-linux-musl> checking whether stripping libraries is possible... yes
2025-08-20T22:08:24.1873487Z [00:19:17.439]➜  kbd-static-x86_64-unknown-linux-musl> checking if libtool supports shared libraries... yes
2025-08-20T22:08:24.1913697Z [00:19:17.443]➜  kbd-static-x86_64-unknown-linux-musl> checking whether to build shared libraries... no
2025-08-20T22:08:24.1918660Z [00:19:17.443]➜  kbd-static-x86_64-unknown-linux-musl> checking whether to build static libraries... yes
2025-08-20T22:08:24.1960977Z [00:19:17.448]➜  kbd-static-x86_64-unknown-linux-musl> checking whether NLS is requested... no
2025-08-20T22:08:24.2198994Z [00:19:17.471]➜  kbd-static-x86_64-unknown-linux-musl> checking for msgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T22:08:24.2272249Z [00:19:17.478]➜  kbd-static-x86_64-unknown-linux-musl> checking for gmsgfmt... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgfmt
2025-08-20T22:08:24.2481943Z [00:19:17.500]➜  libgcrypt-static-x86_64-unknown-linux-musl>          verify |        1662792             -
2025-08-20T22:08:24.2499424Z [00:19:17.500]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:24.2500880Z [00:19:17.500]➜  libgcrypt-static-x86_64-unknown-linux-musl>  NIST-P384      |  nanosecs/iter   cycles/iter
2025-08-20T22:08:24.2775283Z [00:19:17.529]➜  kbd-static-x86_64-unknown-linux-musl> checking for xgettext... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/xgettext
2025-08-20T22:08:24.3185880Z [00:19:17.570]➜  kbd-static-x86_64-unknown-linux-musl> checking for msgmerge... /nix/store/m705ap2d06cz67bl8xssz33rl9axy3pm-gettext-0.25.1/bin/msgmerge
2025-08-20T22:08:24.3257976Z [00:19:17.577]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |        3809771             -
2025-08-20T22:08:24.3531020Z [00:19:17.605]➜  kbd-static-x86_64-unknown-linux-musl> checking for ld used by x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-ld -m elf_x86_64
2025-08-20T22:08:24.3955915Z [00:19:17.647]➜  kbd-static-x86_64-unknown-linux-musl> checking if the linker (x86_64-unknown-linux-musl-ld -m elf_x86_64) is GNU ld... yes
2025-08-20T22:08:24.4948112Z [00:19:17.746]➜  x86_64-unknown-linux-musl-binutils>   GEN      emn10300.c
2025-08-20T22:08:24.5367762Z [00:19:17.788]➜  kbd-static-x86_64-unknown-linux-musl> checking for shared library run path origin... done
2025-08-20T22:08:24.5971489Z [00:19:17.849]➜  x86_64-unknown-linux-musl-binutils>   GEN      emoxiebox.c
2025-08-20T22:08:24.6728781Z [00:19:17.924]➜  kbd-static-x86_64-unknown-linux-musl> checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
2025-08-20T22:08:24.7233132Z [00:19:17.975]➜  libgcrypt-static-x86_64-unknown-linux-musl>          keygen |       33988220             -
2025-08-20T22:08:24.8117346Z [00:19:18.063]➜  kbd-static-x86_64-unknown-linux-musl> checking for egrep -e... (cached) /nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin/grep -E
2025-08-20T22:08:24.8329363Z [00:19:18.084]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o canonusr.lo canonusr.c
2025-08-20T22:08:24.9738929Z [00:19:18.226]➜  kbd-static-x86_64-unknown-linux-musl> checking for CFPreferencesCopyAppValue... no
2025-08-20T22:08:24.9784224Z [00:19:18.230]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c canonusr.c -o canonusr.o
2025-08-20T22:08:25.0708076Z [00:19:18.322]➜  kbd-static-x86_64-unknown-linux-musl> checking for CFLocaleCopyCurrent... no
2025-08-20T22:08:25.0713892Z [00:19:18.322]➜  kbd-static-x86_64-unknown-linux-musl> checking whether to use NLS... no
2025-08-20T22:08:25.1771525Z [00:19:18.429]➜  kbd-static-x86_64-unknown-linux-musl> checking for fcntl.h... yes
2025-08-20T22:08:25.1790659Z [00:19:18.431]➜  kbd-static-x86_64-unknown-linux-musl> checking for inttypes.h... (cached) yes
2025-08-20T22:08:25.2963975Z [00:19:18.546]➜  kbd-static-x86_64-unknown-linux-musl> checking for libintl.h... yes
2025-08-20T22:08:25.3571104Z [00:19:18.609]➜  libgcrypt-static-x86_64-unknown-linux-musl>            sign |       14527997             -
2025-08-20T22:08:25.4012948Z [00:19:18.653]➜  kbd-static-x86_64-unknown-linux-musl> checking for locale.h... yes
2025-08-20T22:08:25.5000949Z [00:19:18.752]➜  kbd-static-x86_64-unknown-linux-musl> checking for malloc.h... yes
2025-08-20T22:08:25.5013710Z [00:19:18.753]➜  kbd-static-x86_64-unknown-linux-musl> checking for stdint.h... (cached) yes
2025-08-20T22:08:25.5015156Z [00:19:18.753]➜  x86_64-unknown-linux-musl-binutils>   GEN      emsp430X.c
2025-08-20T22:08:25.6117183Z [00:19:18.861]➜  kbd-static-x86_64-unknown-linux-musl> checking for sys/file.h... yes
2025-08-20T22:08:25.6127824Z [00:19:18.864]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o checkpw.lo checkpw.c
2025-08-20T22:08:25.7275241Z [00:19:18.979]➜  kbd-static-x86_64-unknown-linux-musl> checking for sys/ioctl.h... yes
2025-08-20T22:08:25.7557234Z [00:19:19.007]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c checkpw.c -o checkpw.o
2025-08-20T22:08:25.8332924Z [00:19:19.080]➜  x86_64-unknown-linux-musl-binutils>   GEN      emsp430elf.c
2025-08-20T22:08:25.8445507Z [00:19:19.096]➜  kbd-static-x86_64-unknown-linux-musl> checking for sys/param.h... yes
2025-08-20T22:08:25.9440037Z [00:19:19.196]➜  kbd-static-x86_64-unknown-linux-musl> checking for syslog.h... yes
2025-08-20T22:08:26.0408801Z [00:19:19.293]➜  kbd-static-x86_64-unknown-linux-musl> checking for termios.h... yes
2025-08-20T22:08:26.0421623Z [00:19:19.294]➜  kbd-static-x86_64-unknown-linux-musl> checking for unistd.h... (cached) yes
2025-08-20T22:08:26.1336737Z [00:19:19.385]➜  kbd-static-x86_64-unknown-linux-musl> checking for an ANSI C-conforming const... yes
2025-08-20T22:08:26.1446461Z [00:19:19.396]➜  libgcrypt-static-x86_64-unknown-linux-musl>          verify |       16583364             -
2025-08-20T22:08:26.1452070Z [00:19:19.397]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:26.1458361Z [00:19:19.398]➜  libgcrypt-static-x86_64-unknown-linux-musl>  NIST-P521      |  nanosecs/iter   cycles/iter
2025-08-20T22:08:26.1716768Z [00:19:19.423]➜  x86_64-unknown-linux-musl-binutils>   GEN      ends32belf.c
2025-08-20T22:08:26.2206678Z [00:19:19.472]➜  kbd-static-x86_64-unknown-linux-musl> checking for inline... inline
2025-08-20T22:08:26.5018065Z [00:19:19.753]➜  kbd-static-x86_64-unknown-linux-musl> checking for int16_t... yes
2025-08-20T22:08:26.5914047Z [00:19:19.843]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |       17612523             -
2025-08-20T22:08:26.7624832Z [00:19:20.014]➜  kbd-static-x86_64-unknown-linux-musl> checking for int32_t... yes
2025-08-20T22:08:26.7958128Z [00:19:20.047]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o client.lo client.c
2025-08-20T22:08:26.8199437Z [00:19:20.072]➜  x86_64-unknown-linux-musl-binutils>   GEN      ends32belf16m.c
2025-08-20T22:08:26.9379808Z [00:19:20.189]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c client.c -o client.o
2025-08-20T22:08:27.0021841Z [00:19:20.254]➜  kbd-static-x86_64-unknown-linux-musl> checking for int8_t... yes
2025-08-20T22:08:27.2174278Z [00:19:20.468]➜  x86_64-unknown-linux-musl-binutils>   GEN      ends32belf_linux.c
2025-08-20T22:08:27.3038388Z [00:19:20.555]➜  kbd-static-x86_64-unknown-linux-musl> checking for size_t... yes
2025-08-20T22:08:27.4482271Z [00:19:20.700]➜  x86_64-unknown-linux-musl-binutils>   GEN      ends32elf.c
2025-08-20T22:08:27.5927403Z [00:19:20.844]➜  kbd-static-x86_64-unknown-linux-musl> checking for ssize_t... yes
2025-08-20T22:08:27.8312950Z [00:19:21.083]➜  x86_64-unknown-linux-musl-binutils>   GEN      ends32elf16m.c
2025-08-20T22:08:27.8563978Z [00:19:21.108]➜  x86_64-unknown-linux-musl-binutils>   GEN      ends32elf_linux.c
2025-08-20T22:08:27.8691794Z [00:19:21.121]➜  kbd-static-x86_64-unknown-linux-musl> checking for uid_t... yes
2025-08-20T22:08:27.8805301Z [00:19:21.131]➜  libgcrypt-static-x86_64-unknown-linux-musl>          keygen |       86727556             -
2025-08-20T22:08:28.0758401Z [00:19:21.327]➜  x86_64-unknown-linux-musl-binutils>   GEN      ens32knbsd.c
2025-08-20T22:08:28.1509777Z [00:19:21.403]➜  kbd-static-x86_64-unknown-linux-musl> checking for gid_t... yes
2025-08-20T22:08:28.2204340Z [00:19:21.471]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o common.lo common.c
2025-08-20T22:08:28.2215713Z [00:19:21.473]➜  x86_64-unknown-linux-musl-binutils>   GEN      epc532macha.c
2025-08-20T22:08:28.2796928Z [00:19:21.530]➜  x86_64-unknown-linux-musl-binutils>   GEN      epdp11.c
2025-08-20T22:08:28.3142241Z [00:19:21.566]➜  kbd-static-x86_64-unknown-linux-musl> checking for uint16_t... yes
2025-08-20T22:08:28.3458727Z [00:19:21.595]➜  x86_64-unknown-linux-musl-binutils>   GEN      epjelf.c
2025-08-20T22:08:28.3719725Z [00:19:21.619]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c common.c -o common.o
2025-08-20T22:08:28.4012378Z [00:19:21.653]➜  x86_64-unknown-linux-musl-binutils>   GEN      epjlelf.c
2025-08-20T22:08:28.4579200Z [00:19:21.710]➜  kbd-static-x86_64-unknown-linux-musl> checking for uint32_t... yes
2025-08-20T22:08:28.4936821Z [00:19:21.744]➜  x86_64-unknown-linux-musl-binutils>   GEN      eppcmacos.c
2025-08-20T22:08:28.5148797Z [00:19:21.766]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:114:22: warning: cast between incompatible function types from 'int (*)(void *, const char **)' to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.5183717Z [00:19:21.766]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   114 |     SASL_CB_GETPATH, (sasl_callback_ft)&_sasl_getpath, NULL
2025-08-20T22:08:28.5218889Z [00:19:21.766]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                      ^
2025-08-20T22:08:28.5275521Z [00:19:21.766]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:117:26: warning: cast between incompatible function types from 'int (*)(void *, char **)' to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.5277679Z [00:19:21.766]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   117 |     SASL_CB_GETCONFPATH, (sasl_callback_ft)&_sasl_getconfpath, NULL
2025-08-20T22:08:28.5279077Z [00:19:21.766]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                          ^
2025-08-20T22:08:28.5280323Z [00:19:21.767]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c: In function 'sasl_set_path':
2025-08-20T22:08:28.5282224Z [00:19:21.767]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:230:39: warning: cast between incompatible function types from 'int (*)(void *, const char **)' to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.5284510Z [00:19:21.767]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   230 |             default_getpath_cb.proc = (sasl_callback_ft)&_sasl_getpath_simple;
2025-08-20T22:08:28.5286064Z [00:19:21.767]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                                       ^
2025-08-20T22:08:28.5288075Z [00:19:21.768]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:244:43: warning: cast between incompatible function types from 'int (*)(void *, const char **)' to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.5290222Z [00:19:21.768]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   244 |             default_getconfpath_cb.proc = (sasl_callback_ft)&_sasl_getconfpath_simple;
2025-08-20T22:08:28.5292110Z [00:19:21.768]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                                           ^
2025-08-20T22:08:28.5587589Z [00:19:21.810]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c: In function '_sasl_global_getopt':
2025-08-20T22:08:28.5615679Z [00:19:21.813]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:1416:16: warning: cast between incompatible function types from 'int (*)(void)' to 'int (*)(void *, const char *, const char *, const char **, unsigned int *)' [-Wcast-function-type]
2025-08-20T22:08:28.5617884Z [00:19:21.813]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1416 |           if (((sasl_getopt_t *)(callback->proc))(callback->context,
2025-08-20T22:08:28.5619129Z [00:19:21.813]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                ^
2025-08-20T22:08:28.5637189Z [00:19:21.815]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c: In function '_sasl_conn_getopt':
2025-08-20T22:08:28.5638693Z [00:19:21.815]➜  kbd-static-x86_64-unknown-linux-musl> checking for uint8_t... yes
2025-08-20T22:08:28.5647408Z [00:19:21.816]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:1457:16: warning: cast between incompatible function types from 'int (*)(void)' to 'int (*)(void *, const char *, const char *, const char **, unsigned int *)' [-Wcast-function-type]
2025-08-20T22:08:28.5662290Z [00:19:21.817]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1457 |           && (((sasl_getopt_t *)(callback->proc))(callback->context,
2025-08-20T22:08:28.5664091Z [00:19:21.817]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                ^
2025-08-20T22:08:28.5704660Z [00:19:21.822]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c: In function '_sasl_getcallback':
2025-08-20T22:08:28.5785932Z [00:19:21.830]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:1734:20: warning: cast between incompatible function types from 'int (*)(void *, const char *, const char *, const char **, unsigned int *)' to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.5802569Z [00:19:21.832]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1734 |           *pproc = (sasl_callback_ft)&_sasl_conn_getopt;
2025-08-20T22:08:28.5853624Z [00:19:21.835]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                    ^
2025-08-20T22:08:28.5856939Z [00:19:21.835]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:1737:20: warning: cast between incompatible function types from 'int (*)(void *, const char *, const char *, const char **, unsigned int *)' to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.5861033Z [00:19:21.835]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1737 |           *pproc = (sasl_callback_ft)&_sasl_global_getopt;
2025-08-20T22:08:28.5863927Z [00:19:21.835]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                    ^
2025-08-20T22:08:28.5867005Z [00:19:21.835]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:1782:14: warning: cast between incompatible function types from 'int (*)(void *, int,  const char *)' to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.5899626Z [00:19:21.835]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1782 |     *pproc = (sasl_callback_ft)&_sasl_syslog;
2025-08-20T22:08:28.5900784Z [00:19:21.835]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |              ^
2025-08-20T22:08:28.5903023Z [00:19:21.836]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:1795:14: warning: cast between incompatible function types from 'int (*)(void *, int,  const char **, size_t *)' {aka 'int (*)(void *, int,  const char **, long unsigned int *)'} to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.5905631Z [00:19:21.836]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1795 |     *pproc = (sasl_callback_ft)&_sasl_getsimple;
2025-08-20T22:08:28.5906777Z [00:19:21.836]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |              ^
2025-08-20T22:08:28.5908526Z [00:19:21.838]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:1799:14: warning: cast between incompatible function types from 'int (*)(void *, char *, int)' to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.5910504Z [00:19:21.838]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1799 |     *pproc = (sasl_callback_ft)&_sasl_verifyfile;
2025-08-20T22:08:28.5911810Z [00:19:21.838]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |              ^
2025-08-20T22:08:28.5915214Z [00:19:21.841]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:1803:14: warning: cast between incompatible function types from 'int (*)(sasl_conn_t *, void *, const char *, unsigned int,  const char *, unsigned int,  const char *, unsigned int,  struct propctx *)' {aka 'int (*)(struct sasl_conn *, void *, const char *, unsigned int,  const char *, unsigned int,  const char *, unsigned int,  struct propctx *)'} to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.5918303Z [00:19:21.841]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1803 |     *pproc = (sasl_callback_ft)&_sasl_proxy_policy;
2025-08-20T22:08:28.5919648Z [00:19:21.841]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |              ^
2025-08-20T22:08:28.6045250Z [00:19:21.856]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c: In function '_sasl_find_verifyfile_callback':
2025-08-20T22:08:28.6124324Z [00:19:21.864]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> common.c:2160:5: warning: cast between incompatible function types from 'int (*)(void *, char *, int)' to 'int (*)(void)' [-Wcast-function-type]
2025-08-20T22:08:28.6126480Z [00:19:21.864]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  2160 |     (sasl_callback_ft)&_sasl_verifyfile,
2025-08-20T22:08:28.6127641Z [00:19:21.864]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^
2025-08-20T22:08:28.6204241Z [00:19:21.871]➜  x86_64-unknown-linux-musl-binutils>   GEN      epruelf.c
2025-08-20T22:08:28.6888089Z [00:19:21.940]➜  kbd-static-x86_64-unknown-linux-musl> checking for struct stat.st_rdev... yes
2025-08-20T22:08:28.9436557Z [00:19:22.194]➜  x86_64-unknown-linux-musl-binutils>   GEN      escore3_elf.c
2025-08-20T22:08:28.9473010Z [00:19:22.199]➜  kbd-static-x86_64-unknown-linux-musl> checking for ptrdiff_t... yes
2025-08-20T22:08:28.9531144Z [00:19:22.205]➜  kbd-static-x86_64-unknown-linux-musl> checking for working chown... no
2025-08-20T22:08:28.9756783Z [00:19:22.227]➜  x86_64-unknown-linux-musl-binutils>   GEN      escore7_elf.c
2025-08-20T22:08:29.0141899Z [00:19:22.262]➜  x86_64-unknown-linux-musl-binutils>   GEN      esh.c
2025-08-20T22:08:29.2054352Z [00:19:22.457]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshelf.c
2025-08-20T22:08:29.2127289Z [00:19:22.464]➜  kbd-static-x86_64-unknown-linux-musl> checking for pid_t... yes
2025-08-20T22:08:29.4364234Z [00:19:22.688]➜  kbd-static-x86_64-unknown-linux-musl> checking for fork... yes
2025-08-20T22:08:29.5554001Z [00:19:22.807]➜  libgcrypt-static-x86_64-unknown-linux-musl>            sign |       44654362             -
2025-08-20T22:08:29.5990043Z [00:19:22.850]➜  kbd-static-x86_64-unknown-linux-musl> checking for vfork... yes
2025-08-20T22:08:29.6009573Z [00:19:22.850]➜  kbd-static-x86_64-unknown-linux-musl> checking for working fork... cross
2025-08-20T22:08:29.6011059Z [00:19:22.850]➜  kbd-static-x86_64-unknown-linux-musl> configure: WARNING: result yes guessed because of cross compilation
2025-08-20T22:08:29.6012506Z [00:19:22.851]➜  kbd-static-x86_64-unknown-linux-musl> checking for working vfork... (cached) yes
2025-08-20T22:08:29.6171354Z [00:19:22.869]➜  kbd-static-x86_64-unknown-linux-musl> checking whether lstat correctly handles trailing slash... no
2025-08-20T22:08:29.6177182Z [00:19:22.869]➜  kbd-static-x86_64-unknown-linux-musl> checking whether stat accepts an empty string... yes
2025-08-20T22:08:29.6178795Z [00:19:22.869]➜  kbd-static-x86_64-unknown-linux-musl> checking for GNU libc compatible malloc... (cached) yes
2025-08-20T22:08:29.6180332Z [00:19:22.869]➜  kbd-static-x86_64-unknown-linux-musl> checking for GNU libc compatible realloc... (cached) yes
2025-08-20T22:08:29.8027684Z [00:19:23.054]➜  kbd-static-x86_64-unknown-linux-musl> checking for x86_64-unknown-linux-musl-gcc options needed to detect all undeclared functions... none needed
2025-08-20T22:08:29.9760501Z [00:19:23.228]➜  kbd-static-x86_64-unknown-linux-musl> checking whether strerror_r is declared... yes
2025-08-20T22:08:30.0781766Z [00:19:23.328]➜  kbd-static-x86_64-unknown-linux-musl> checking whether strerror_r returns char *... no
2025-08-20T22:08:30.2687535Z [00:19:23.520]➜  kbd-static-x86_64-unknown-linux-musl> checking for alarm... yes
2025-08-20T22:08:30.4400878Z [00:19:23.692]➜  kbd-static-x86_64-unknown-linux-musl> checking for dup2... yes
2025-08-20T22:08:30.5995544Z [00:19:23.851]➜  kbd-static-x86_64-unknown-linux-musl> checking for endpwent... yes
2025-08-20T22:08:30.6221384Z [00:19:23.873]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o config.lo config.c
2025-08-20T22:08:30.7415654Z [00:19:23.993]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c config.c -o config.o
2025-08-20T22:08:30.7817566Z [00:19:24.033]➜  kbd-static-x86_64-unknown-linux-musl> checking for memset... yes
2025-08-20T22:08:30.8498615Z [00:19:24.101]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshelf_fd.c
2025-08-20T22:08:30.9279523Z [00:19:24.179]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshelf_linux.c
2025-08-20T22:08:30.9861858Z [00:19:24.238]➜  kbd-static-x86_64-unknown-linux-musl> checking for setlocale... yes
2025-08-20T22:08:31.0400858Z [00:19:24.291]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o external.lo external.c
2025-08-20T22:08:31.1563956Z [00:19:24.407]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c external.c -o external.o
2025-08-20T22:08:31.1727636Z [00:19:24.424]➜  kbd-static-x86_64-unknown-linux-musl> checking for strcasecmp... yes
2025-08-20T22:08:31.2881008Z [00:19:24.540]➜  libgcrypt-static-x86_64-unknown-linux-musl>          verify |       49098712             -
2025-08-20T22:08:31.2954743Z [00:19:24.540]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:31.2956566Z [00:19:24.540]➜  libgcrypt-static-x86_64-unknown-linux-musl>  secp256k1      |  nanosecs/iter   cycles/iter
2025-08-20T22:08:31.3039317Z [00:19:24.556]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |        1533858             -
2025-08-20T22:08:31.3063465Z [00:19:24.558]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:31.3068344Z [00:19:24.558]➜  libgcrypt-static-x86_64-unknown-linux-musl>  brainpoolP256r1 |  nanosecs/iter   cycles/iter
2025-08-20T22:08:31.3540649Z [00:19:24.604]➜  kbd-static-x86_64-unknown-linux-musl> checking for strerror... yes
2025-08-20T22:08:31.3819721Z [00:19:24.634]➜  libgcrypt-static-x86_64-unknown-linux-musl>            mult |        2410544             -
2025-08-20T22:08:31.5368220Z [00:19:24.788]➜  kbd-static-x86_64-unknown-linux-musl> checking for strdup... yes
2025-08-20T22:08:31.5808479Z [00:19:24.832]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o md5.lo md5.c
2025-08-20T22:08:31.7152013Z [00:19:24.966]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c md5.c -o md5.o
2025-08-20T22:08:31.7346551Z [00:19:24.986]➜  kbd-static-x86_64-unknown-linux-musl> checking for strndup... yes
2025-08-20T22:08:31.7846778Z [00:19:25.036]➜  libgcrypt-static-x86_64-unknown-linux-musl>          keygen |       24596662             -
2025-08-20T22:08:31.9148096Z [00:19:25.166]➜  kbd-static-x86_64-unknown-linux-musl> checking for strchr... yes
2025-08-20T22:08:32.0703684Z [00:19:25.321]➜  kbd-static-x86_64-unknown-linux-musl> checking for strrchr... yes
2025-08-20T22:08:32.2012998Z [00:19:25.453]➜  libgcrypt-static-x86_64-unknown-linux-musl>            sign |        7132239             -
2025-08-20T22:08:32.2817179Z [00:19:25.533]➜  kbd-static-x86_64-unknown-linux-musl> checking for strspn... yes
2025-08-20T22:08:32.4689236Z [00:19:25.720]➜  kbd-static-x86_64-unknown-linux-musl> checking for strstr... yes
2025-08-20T22:08:32.5205655Z [00:19:25.772]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o saslutil.lo saslutil.c
2025-08-20T22:08:32.6377910Z [00:19:25.889]➜  libgcrypt-static-x86_64-unknown-linux-musl>          verify |       12594165             -
2025-08-20T22:08:32.6418698Z [00:19:25.894]➜  libgcrypt-static-x86_64-unknown-linux-musl>                 =
2025-08-20T22:08:32.6444226Z [00:19:25.896]➜  libgcrypt-static-x86_64-unknown-linux-musl> MPI:
2025-08-20T22:08:32.6445934Z [00:19:25.896]➜  libgcrypt-static-x86_64-unknown-linux-musl>                     |  nanosecs/byte   mebibytes/sec   cycles/byte
2025-08-20T22:08:32.6460361Z [00:19:25.898]➜  libgcrypt-static-x86_64-unknown-linux-musl>  add                |     0.060 ns/B     15765 MiB/s         - c/B
2025-08-20T22:08:32.6490614Z [00:19:25.901]➜  libgcrypt-static-x86_64-unknown-linux-musl>  sub                |     0.264 ns/B      3614 MiB/s         - c/B
2025-08-20T22:08:32.6496807Z [00:19:25.901]➜  kbd-static-x86_64-unknown-linux-musl> checking for strtol... yes
2025-08-20T22:08:32.6562922Z [00:19:25.908]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c saslutil.c -o saslutil.o
2025-08-20T22:08:32.6636612Z [00:19:25.914]➜  libgcrypt-static-x86_64-unknown-linux-musl>  rshift3            |     0.251 ns/B      3805 MiB/s         - c/B
2025-08-20T22:08:32.6643920Z [00:19:25.916]➜  kbd-static-x86_64-unknown-linux-musl> checking pkg-config is at least version 0.9.0... yes
2025-08-20T22:08:32.6665486Z [00:19:25.918]➜  libgcrypt-static-x86_64-unknown-linux-musl>  lshift3            |     0.109 ns/B      8738 MiB/s         - c/B
2025-08-20T22:08:32.6746989Z [00:19:25.926]➜  libgcrypt-static-x86_64-unknown-linux-musl>  rshift65           |     0.114 ns/B      8371 MiB/s         - c/B
2025-08-20T22:08:32.6796315Z [00:19:25.931]➜  libgcrypt-static-x86_64-unknown-linux-musl>  lshift65           |     0.168 ns/B      5660 MiB/s         - c/B
2025-08-20T22:08:32.6875435Z [00:19:25.939]➜  libgcrypt-static-x86_64-unknown-linux-musl>  mul4               |     0.221 ns/B      4325 MiB/s         - c/B
2025-08-20T22:08:32.6894528Z [00:19:25.941]➜  libgcrypt-static-x86_64-unknown-linux-musl>  mul8               |     0.035 ns/B     27375 MiB/s         - c/B
2025-08-20T22:08:32.7084528Z [00:19:25.960]➜  libgcrypt-static-x86_64-unknown-linux-musl>  mul16              |     14.91 ns/B     63.96 MiB/s         - c/B
2025-08-20T22:08:32.7221751Z [00:19:25.974]➜  libgcrypt-static-x86_64-unknown-linux-musl>  mul32              |     36.79 ns/B     25.92 MiB/s         - c/B
2025-08-20T22:08:32.7291022Z [00:19:25.981]➜  libgcrypt-static-x86_64-unknown-linux-musl>  div4               |      1.72 ns/B     554.6 MiB/s         - c/B
2025-08-20T22:08:32.7353187Z [00:19:25.987]➜  libgcrypt-static-x86_64-unknown-linux-musl>  div8               |     0.495 ns/B      1926 MiB/s         - c/B
2025-08-20T22:08:32.7421035Z [00:19:25.994]➜  libgcrypt-static-x86_64-unknown-linux-musl>  div16              |      1.29 ns/B     741.7 MiB/s         - c/B
2025-08-20T22:08:32.7513625Z [00:19:26.003]➜  libgcrypt-static-x86_64-unknown-linux-musl>  div32              |      2.38 ns/B     400.5 MiB/s         - c/B
2025-08-20T22:08:32.7515320Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> saslutil.c: In function 'sasl_mkchal':
2025-08-20T22:08:32.7517184Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> saslutil.c:280:3: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
2025-08-20T22:08:32.7518975Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   280 |   time(&now);
2025-08-20T22:08:32.7520241Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |   ^~~~
2025-08-20T22:08:32.7521846Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> saslutil.c:66:1: note: 'time' is defined in header '<time.h>'; this is probably fixable by adding '#include <time.h>'
2025-08-20T22:08:32.7523736Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>    65 | #include "saslint.h"
2025-08-20T22:08:32.7524846Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   +++ |+#include <time.h>
2025-08-20T22:08:32.7525903Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>    66 | #include <saslutil.h>
2025-08-20T22:08:32.7527047Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> saslutil.c: In function 'getranddata':
2025-08-20T22:08:32.7528659Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> saslutil.c:364:41: warning: implicit declaration of function 'clock' [-Wimplicit-function-declaration]
2025-08-20T22:08:32.7530302Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   364 |             ret[1] ^= (unsigned short) (clock() & 0xFFFF);
2025-08-20T22:08:32.7531600Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                                         ^~~~~
2025-08-20T22:08:32.7533588Z [00:19:26.003]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> saslutil.c:364:41: note: 'clock' is defined in header '<time.h>'; this is probably fixable by adding '#include <time.h>'
2025-08-20T22:08:32.7535238Z [00:19:26.004]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> saslutil.c: In function 'get_fqhostname':
2025-08-20T22:08:32.7547211Z [00:19:26.006]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> saslutil.c:563:42: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
2025-08-20T22:08:32.7549281Z [00:19:26.006]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   563 |         || strlen (result->ai_canonname) > namelen -1) {
2025-08-20T22:08:32.7550894Z [00:19:26.006]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                                          ^
2025-08-20T22:08:32.7609512Z [00:19:26.013]➜  libgcrypt-static-x86_64-unknown-linux-musl>  mod4               |     0.867 ns/B      1100 MiB/s         - c/B
2025-08-20T22:08:32.7692291Z [00:19:26.021]➜  libgcrypt-static-x86_64-unknown-linux-musl>  mod8               |      9.61 ns/B     99.25 MiB/s         - c/B
2025-08-20T22:08:32.7747896Z [00:19:26.027]➜  libgcrypt-static-x86_64-unknown-linux-musl>  mod16              |     0.767 ns/B      1243 MiB/s         - c/B
2025-08-20T22:08:32.7795608Z [00:19:26.031]➜  libgcrypt-static-x86_64-unknown-linux-musl>  mod32              |      1.72 ns/B     552.9 MiB/s         - c/B
2025-08-20T22:08:32.7796983Z [00:19:26.031]➜  libgcrypt-static-x86_64-unknown-linux-musl>                     =
2025-08-20T22:08:32.7902224Z [00:19:26.042]➜  libgcrypt-static-x86_64-unknown-linux-musl> PASS: bench-slope
2025-08-20T22:08:32.7957468Z [00:19:26.047]➜  libgcrypt-static-x86_64-unknown-linux-musl> SKIP: hashtest-6g
2025-08-20T22:08:32.7999986Z [00:19:26.052]➜  libgcrypt-static-x86_64-unknown-linux-musl> SKIP: hashtest-256g
2025-08-20T22:08:32.8174923Z [00:19:26.069]➜  libgcrypt-static-x86_64-unknown-linux-musl> ======================
2025-08-20T22:08:32.8179758Z [00:19:26.070]➜  libgcrypt-static-x86_64-unknown-linux-musl> All 38 tests passed
2025-08-20T22:08:32.8203481Z [00:19:26.071]➜  libgcrypt-static-x86_64-unknown-linux-musl> (2 tests were not run)
2025-08-20T22:08:32.8209746Z [00:19:26.073]➜  libgcrypt-static-x86_64-unknown-linux-musl> ======================
2025-08-20T22:08:32.8214918Z [00:19:26.073]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/tests'
2025-08-20T22:08:32.8221209Z [00:19:26.073]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/tests'
2025-08-20T22:08:32.8321348Z [00:19:26.084]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1'
2025-08-20T22:08:32.8355884Z [00:19:26.087]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1'
2025-08-20T22:08:32.8409194Z [00:19:26.093]➜  libgcrypt-static-x86_64-unknown-linux-musl> checkPhase completed in 7 minutes 8 seconds
2025-08-20T22:08:32.8415887Z [00:19:26.093]➜  libgcrypt-static-x86_64-unknown-linux-musl> Running phase: installPhase
2025-08-20T22:08:32.8747980Z [00:19:26.126]➜  libgcrypt-static-x86_64-unknown-linux-musl> install flags: -j5 SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash pkgconfigdir=/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/lib/pkgconfig m4datadir=/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/share/aclocal aclocaldir=/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/share/aclocal install
2025-08-20T22:08:32.8891434Z [00:19:26.140]➜  kbd-static-x86_64-unknown-linux-musl> checking for library containing timer_create... none required
2025-08-20T22:08:32.8960765Z [00:19:26.148]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making install in compat
2025-08-20T22:08:32.9021562Z [00:19:26.151]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/compat'
2025-08-20T22:08:32.9043643Z [00:19:26.156]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/compat'
2025-08-20T22:08:32.9055314Z [00:19:26.156]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:08:32.9057007Z [00:19:26.156]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:08:32.9058647Z [00:19:26.156]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/compat'
2025-08-20T22:08:32.9096828Z [00:19:26.161]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/compat'
2025-08-20T22:08:32.9098485Z [00:19:26.161]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making install in mpi
2025-08-20T22:08:32.9179690Z [00:19:26.170]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/mpi'
2025-08-20T22:08:32.9241210Z [00:19:26.176]➜  p11-kit-static-x86_64-unknown-linux-musl> [274/428] Compiling C object p11-kit/libp11-kit-internal.a.p/virtual.c.o
2025-08-20T22:08:32.9258384Z [00:19:26.178]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/mpi'
2025-08-20T22:08:32.9262677Z [00:19:26.178]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:08:32.9264999Z [00:19:26.178]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:08:32.9267015Z [00:19:26.178]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/mpi'
2025-08-20T22:08:32.9273890Z [00:19:26.179]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/mpi'
2025-08-20T22:08:32.9275129Z [00:19:26.179]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making install in cipher
2025-08-20T22:08:32.9389533Z [00:19:26.191]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/cipher'
2025-08-20T22:08:32.9498956Z [00:19:26.202]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/cipher'
2025-08-20T22:08:32.9509075Z [00:19:26.202]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:08:32.9510839Z [00:19:26.202]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:08:32.9512862Z [00:19:26.202]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/cipher'
2025-08-20T22:08:32.9515667Z [00:19:26.203]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/cipher'
2025-08-20T22:08:32.9565670Z [00:19:26.208]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making install in random
2025-08-20T22:08:32.9606751Z [00:19:26.212]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/random'
2025-08-20T22:08:32.9654886Z [00:19:26.217]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/random'
2025-08-20T22:08:32.9656590Z [00:19:26.217]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:08:32.9658340Z [00:19:26.217]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:08:32.9660188Z [00:19:26.217]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/random'
2025-08-20T22:08:32.9705293Z [00:19:26.222]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/random'
2025-08-20T22:08:32.9710789Z [00:19:26.223]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making install in src
2025-08-20T22:08:32.9784035Z [00:19:26.230]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/src'
2025-08-20T22:08:32.9818617Z [00:19:26.234]➜  kbd-static-x86_64-unknown-linux-musl> checking whether C compiler accepts -Werror... yes
2025-08-20T22:08:32.9892457Z [00:19:26.241]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/src'
2025-08-20T22:08:32.9935620Z [00:19:26.244]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib'
2025-08-20T22:08:32.9949752Z [00:19:26.247]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/share/aclocal'
2025-08-20T22:08:32.9974097Z [00:19:26.249]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin'
2025-08-20T22:08:32.9977721Z [00:19:26.249]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/include'
2025-08-20T22:08:32.9991916Z [00:19:26.251]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c   libgcrypt.la '/nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib'
2025-08-20T22:08:33.0083176Z [00:19:26.254]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/lib/pkgconfig'
2025-08-20T22:08:33.0087822Z [00:19:26.258]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libgcrypt.m4 '/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/share/aclocal'
2025-08-20T22:08:33.0106123Z [00:19:26.261]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c libgcrypt-config '/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin'
2025-08-20T22:08:33.0115523Z [00:19:26.263]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 gcrypt.h '/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/include'
2025-08-20T22:08:33.0137564Z [00:19:26.265]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 libgcrypt.pc '/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/lib/pkgconfig'
2025-08-20T22:08:33.0431879Z [00:19:26.295]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libgcrypt.lai /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib/libgcrypt.la
2025-08-20T22:08:33.0462949Z [00:19:26.298]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c .libs/libgcrypt.a /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib/libgcrypt.a
2025-08-20T22:08:33.0840548Z [00:19:26.336]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: install: chmod 644 /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib/libgcrypt.a
2025-08-20T22:08:33.0912686Z [00:19:26.343]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: install: x86_64-unknown-linux-musl-ranlib /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib/libgcrypt.a
2025-08-20T22:08:33.1019356Z [00:19:26.352]➜  kbd-static-x86_64-unknown-linux-musl> checking whether to add -D_FORTIFY_SOURCE=3 to CPPFLAGS... no
2025-08-20T22:08:33.1987499Z [00:19:26.450]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o server.lo server.c
2025-08-20T22:08:33.2154701Z [00:19:26.465]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: finish: PATH="/nix/store/67x7pknz0qa2j16x02idf0x98lpcspah-gcc-wrapper-14.3.0/bin:/nix/store/qnwxpk0in4bm43q2qnykvkjxa9qhqd0z-gcc-14.3.0/bin:/nix/store/qkn51kys93mngwvxkjzcfbwr6rysj2a3-glibc-2.40-66-bin/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/lv91pnk6dqvw0xmbi5irli7m6nikfr33-binutils-wrapper-2.44/bin:/nix/store/wi0nl3i48dl27dalzrrlq4n9a6mrl63y-binutils-2.44/bin:/nix/store/zsms491g8xix4p9m5lckpm804913w2gv-patchelf-0.15.0/bin:/nix/store/16lx97l17y90blb988c84hnjg56sjk40-x86_64-unknown-linux-musl-gcc-wrapper-14.3.0/bin:/nix/store/54m0dlvjd38xgj7sxzv9bpmfg39gpsgv-x86_64-unknown-linux-musl-gcc-14.3.0/bin:/nix/store/qz2qrd1qxyqzxqsisq05dpjbdyr9m8xf-musl-static-x86_64-unknown-linux-musl-1.2.5-bin/bin:/nix/store/ssbb7azqyazkrj5cbn97awc90lnjf3gj-x86_64-unknown-linux-musl-binutils-wrapper-2.44/bin:/nix/store/0adymgz38j1xgca61fgg14lvaq0iwq1b-x86_64-unknown-linux-musl-binutils-2.44/bin:/nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin:/nix/store/3xi6s71d3znq0ivl2r7ypg5rsz71j16h-findutils-4.10.0/bin:/nix/store/3y665d2l6l3bp6apj012awks60wsx42i-diffutils-3.12/bin:/nix/store/ql68miwsgz9094bi3qa7nk17bfwf6h6a-gnused-4.9/bin:/nix/store/k7gv42hpqwh6ghiyl4ava9p5r249x6vn-gnugrep-3.12/bin:/nix/store/rlxhn6k70xwsyydv3vrawlhghffwkyvi-gawk-5.3.2/bin:/nix/store/bpn20jn4235mij1372xvpmibgzzpqa3m-gnutar-1.35/bin:/nix/store/g5fgsp4afxbm352jyyvk2yfygmnj7i57-gzip-1.14/bin:/nix/store/caj219y7i877dhda2n81nqs6plhy8pqz-bzip2-1.0.8-bin/bin:/nix/store/dlidjkvgpd8g9fqxjnrvybwlv47j1qjc-gnumake-4.4.1/bin:/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin:/nix/store/6ghk0jfhngcr22mr6vpp4ly5pn8k3fsv-patch-2.8/bin:/nix/store/7hkhqmlsdv2nq3lb41qs1jym8k6xrwcn-xz-5.8.1-bin/bin:/nix/store/x80r0d1zplpl268282a2azg32yf6g1rc-file-5.45/bin:/sbin" ldconfig -n /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib
2025-08-20T22:08:33.2220308Z [00:19:26.474]➜  kbd-static-x86_64-unknown-linux-musl> checking whether to add -D_FORTIFY_SOURCE=2 to CPPFLAGS... no
2025-08-20T22:08:33.2242244Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:08:33.2244966Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> Libraries have been installed in:
2025-08-20T22:08:33.2277213Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl>    /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib
2025-08-20T22:08:33.2278818Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:33.2280095Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> If you ever happen to want to link against installed libraries
2025-08-20T22:08:33.2281675Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> in a given directory, LIBDIR, you must either use libtool, and
2025-08-20T22:08:33.2283499Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> specify the full pathname of the library, or use the `-LLIBDIR'
2025-08-20T22:08:33.2285077Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> flag during linking and do at least one of the following:
2025-08-20T22:08:33.2286627Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl>    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
2025-08-20T22:08:33.2288112Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl>      during execution
2025-08-20T22:08:33.2289403Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl>    - add LIBDIR to the `LD_RUN_PATH' environment variable
2025-08-20T22:08:33.2290811Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl>      during linking
2025-08-20T22:08:33.2292024Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl>    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
2025-08-20T22:08:33.2293091Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:33.2294568Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> See any operating system documentation about shared libraries for
2025-08-20T22:08:33.2296115Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> more information, such as the ld(1) and ld.so(8) manual pages.
2025-08-20T22:08:33.2297575Z [00:19:26.476]➜  libgcrypt-static-x86_64-unknown-linux-musl> ----------------------------------------------------------------------
2025-08-20T22:08:33.2300097Z [00:19:26.479]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin'
2025-08-20T22:08:33.2408160Z [00:19:26.491]➜  libgcrypt-static-x86_64-unknown-linux-musl>   /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool   --mode=install /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c dumpsexp hmac256 mpicalc '/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin'
2025-08-20T22:08:33.2738301Z [00:19:26.525]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c dumpsexp /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin/dumpsexp
2025-08-20T22:08:33.2885747Z [00:19:26.540]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c hmac256 /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin/hmac256
2025-08-20T22:08:33.3001655Z [00:19:26.552]➜  libgcrypt-static-x86_64-unknown-linux-musl> libtool: install: /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c mpicalc /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin/mpicalc
2025-08-20T22:08:33.3047964Z [00:19:26.556]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshelf_nbsd.c
2025-08-20T22:08:33.3074557Z [00:19:26.559]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Waggregate-return flag... yes
2025-08-20T22:08:33.3108065Z [00:19:26.562]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c server.c -o server.o
2025-08-20T22:08:33.3239124Z [00:19:26.575]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/src'
2025-08-20T22:08:33.3244415Z [00:19:26.576]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/src'
2025-08-20T22:08:33.3247749Z [00:19:26.576]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making install in doc
2025-08-20T22:08:33.3335006Z [00:19:26.585]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:08:33.3338619Z [00:19:26.586]➜  libgcrypt-static-x86_64-unknown-linux-musl> make  install-am
2025-08-20T22:08:33.3379497Z [00:19:26.590]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:08:33.3416619Z [00:19:26.593]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:08:33.3422512Z [00:19:26.594]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[3]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:08:33.3484444Z [00:19:26.600]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/share/man/man1'
2025-08-20T22:08:33.3569049Z [00:19:26.608]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/mkdir -p '/nix/store/j0w0l1sp6xmkzblzsn81v6xwvbddkf0h-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-info/share/info'
2025-08-20T22:08:33.3607780Z [00:19:26.612]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 hmac256.1 '/nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/share/man/man1'
2025-08-20T22:08:33.3726952Z [00:19:26.623]➜  libgcrypt-static-x86_64-unknown-linux-musl>  /nix/store/ih779chzzag1nm91fgnrndml4mghm3la-coreutils-9.7/bin/install -c -m 644 ./gcrypt.info ./gcrypt.info-1 ./gcrypt.info-2 '/nix/store/j0w0l1sp6xmkzblzsn81v6xwvbddkf0h-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-info/share/info'
2025-08-20T22:08:33.3911380Z [00:19:26.643]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:08:33.3919429Z [00:19:26.643]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:08:33.3920853Z [00:19:26.643]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/doc'
2025-08-20T22:08:33.3921995Z [00:19:26.644]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshelf_nto.c
2025-08-20T22:08:33.3958421Z [00:19:26.648]➜  libgcrypt-static-x86_64-unknown-linux-musl> Making install in tests
2025-08-20T22:08:33.4015667Z [00:19:26.653]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1/tests'
2025-08-20T22:08:33.4088543Z [00:19:26.661]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1/tests'
2025-08-20T22:08:33.4090323Z [00:19:26.661]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:08:33.4094068Z [00:19:26.661]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:08:33.4095712Z [00:19:26.661]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1/tests'
2025-08-20T22:08:33.4105025Z [00:19:26.661]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1/tests'
2025-08-20T22:08:33.4147616Z [00:19:26.666]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> server.c: In function 'load_config':
2025-08-20T22:08:33.4149827Z [00:19:26.666]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> server.c:626:15: warning: cast between incompatible function types from 'int (*)(void)' to 'int (*)(void *, char **)' [-Wcast-function-type]
2025-08-20T22:08:33.4166964Z [00:19:26.666]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   626 |     result = ((sasl_getconfpath_t *)(getconfpath_cb->proc))(getconfpath_cb->context,
2025-08-20T22:08:33.4186799Z [00:19:26.666]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |               ^
2025-08-20T22:08:33.4195095Z [00:19:26.666]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> server.c:664:19: warning: cast between incompatible function types from 'int (*)(void)' to 'int (*)(void *, const char *, sasl_verify_type_t)' [-Wcast-function-type]
2025-08-20T22:08:33.4211711Z [00:19:26.666]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   664 |         result = ((sasl_verifyfile_t *)(verifyfile_cb->proc))(verifyfile_cb->context,
2025-08-20T22:08:33.4215264Z [00:19:26.666]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                   ^
2025-08-20T22:08:33.4217046Z [00:19:26.667]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/libgcrypt-1.11.1'
2025-08-20T22:08:33.4218741Z [00:19:26.667]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> server.c: In function 'sasl_server_init':
2025-08-20T22:08:33.4221707Z [00:19:26.668]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> server.c:916:16: warning: cast between incompatible function types from 'int (*)(void)' to 'int (*)(void *, const char *, sasl_verify_type_t)' [-Wcast-function-type]
2025-08-20T22:08:33.4244423Z [00:19:26.668]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   916 |         ret = ((sasl_verifyfile_t *)(vf->proc))(vf->context,
2025-08-20T22:08:33.4245644Z [00:19:26.668]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                ^
2025-08-20T22:08:33.4248954Z [00:19:26.677]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/libgcrypt-1.11.1'
2025-08-20T22:08:33.4250398Z [00:19:26.677]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-exec-am'.
2025-08-20T22:08:33.4251772Z [00:19:26.677]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Nothing to be done for 'install-data-am'.
2025-08-20T22:08:33.4255692Z [00:19:26.677]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[2]: Leaving directory '/build/libgcrypt-1.11.1'
2025-08-20T22:08:33.4257352Z [00:19:26.678]➜  libgcrypt-static-x86_64-unknown-linux-musl> make[1]: Leaving directory '/build/libgcrypt-1.11.1'
2025-08-20T22:08:33.4264347Z [00:19:26.678]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wall flag... yes
2025-08-20T22:08:33.4323749Z [00:19:26.684]➜  libgcrypt-static-x86_64-unknown-linux-musl> Running phase: fixupPhase
2025-08-20T22:08:33.4951614Z [00:19:26.747]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshelf_uclinux.c
2025-08-20T22:08:33.5097226Z [00:19:26.761]➜  libgcrypt-static-x86_64-unknown-linux-musl> Patching '/nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/lib/pkgconfig/libgcrypt.pc' includedir to output /nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev
2025-08-20T22:08:33.5214019Z [00:19:26.769]➜  libgcrypt-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin
2025-08-20T22:08:33.5232316Z [00:19:26.775]➜  libgcrypt-static-x86_64-unknown-linux-musl> shrinking /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin/dumpsexp
2025-08-20T22:08:33.5297159Z [00:19:26.781]➜  libgcrypt-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:08:33.5312393Z [00:19:26.783]➜  libgcrypt-static-x86_64-unknown-linux-musl> shrinking /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin/hmac256
2025-08-20T22:08:33.5367894Z [00:19:26.787]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wcast-align flag... yes
2025-08-20T22:08:33.5374011Z [00:19:26.789]➜  libgcrypt-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:08:33.5387355Z [00:19:26.790]➜  libgcrypt-static-x86_64-unknown-linux-musl> shrinking /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin/mpicalc
2025-08-20T22:08:33.5660824Z [00:19:26.818]➜  libgcrypt-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:08:33.5696268Z [00:19:26.821]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin...
2025-08-20T22:08:33.5989298Z [00:19:26.851]➜  libgcrypt-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:08:33.5995150Z [00:19:26.851]➜  libgcrypt-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:08:33.6154794Z [00:19:26.867]➜  libgcrypt-static-x86_64-unknown-linux-musl> patchelf: cannot find section '.dynamic'. The input file is most likely statically linked
2025-08-20T22:08:33.6270032Z [00:19:26.877]➜  libgcrypt-static-x86_64-unknown-linux-musl> gzipping man pages under /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/share/man/
2025-08-20T22:08:33.6327167Z [00:19:26.884]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wconversion flag... yes
2025-08-20T22:08:33.6409064Z [00:19:26.893]➜  libgcrypt-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin
2025-08-20T22:08:33.6639238Z [00:19:26.916]➜  libgcrypt-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin
2025-08-20T22:08:33.7272956Z [00:19:26.979]➜  libgcrypt-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib
2025-08-20T22:08:33.7356185Z [00:19:26.987]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib...
2025-08-20T22:08:33.7365125Z [00:19:26.988]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wdisabled-optimization flag... yes
2025-08-20T22:08:33.7656169Z [00:19:27.017]➜  libgcrypt-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib
2025-08-20T22:08:33.7876100Z [00:19:27.039]➜  libgcrypt-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/25kh6vjpci7ha5zb04dr0myhq8y3nri2-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-lib/lib
2025-08-20T22:08:33.8479004Z [00:19:27.100]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wextra flag... yes
2025-08-20T22:08:33.9660097Z [00:19:27.218]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wmissing-declarations flag... yes
2025-08-20T22:08:34.0064778Z [00:19:27.258]➜  libgcrypt-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev
2025-08-20T22:08:34.0187618Z [00:19:27.270]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev...
2025-08-20T22:08:34.0545914Z [00:19:27.304]➜  libgcrypt-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev
2025-08-20T22:08:34.0627103Z [00:19:27.314]➜  libgcrypt-static-x86_64-unknown-linux-musl> stripping (with command x86_64-unknown-linux-musl-strip and flags -S -p) in  /nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/lib
2025-08-20T22:08:34.0753092Z [00:19:27.327]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wmissing-format-attribute flag... yes
2025-08-20T22:08:34.0929947Z [00:19:27.344]➜  libgcrypt-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/j0w0l1sp6xmkzblzsn81v6xwvbddkf0h-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-info
2025-08-20T22:08:34.1071951Z [00:19:27.359]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/j0w0l1sp6xmkzblzsn81v6xwvbddkf0h-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-info...
2025-08-20T22:08:34.1385243Z [00:19:27.390]➜  libgcrypt-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/j0w0l1sp6xmkzblzsn81v6xwvbddkf0h-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-info
2025-08-20T22:08:34.1508673Z [00:19:27.402]➜  libgcrypt-static-x86_64-unknown-linux-musl> shrinking RPATHs of ELF executables and libraries in /nix/store/5i0gx1zrmkhvvh1jiy6jhy7k6k5zqk5d-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1
2025-08-20T22:08:34.1605465Z [00:19:27.412]➜  libgcrypt-static-x86_64-unknown-linux-musl> checking for references to /build/ in /nix/store/5i0gx1zrmkhvvh1jiy6jhy7k6k5zqk5d-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1...
2025-08-20T22:08:34.1817796Z [00:19:27.433]➜  libgcrypt-static-x86_64-unknown-linux-musl> patching script interpreter paths in /nix/store/5i0gx1zrmkhvvh1jiy6jhy7k6k5zqk5d-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1
2025-08-20T22:08:34.1950548Z [00:19:27.446]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wmissing-noreturn flag... yes
2025-08-20T22:08:34.2075756Z [00:19:27.459]➜  libgcrypt-static-x86_64-unknown-linux-musl> Moving /nix/store/q3s7l3csxihll9cq79r803grgky78173-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-bin/bin/libgcrypt-config to /nix/store/xj6d45vqkcckp49mkq7rkqmsb5ax6ava-libgcrypt-static-x86_64-unknown-linux-musl-1.11.1-dev/bin/libgcrypt-config
2025-08-20T22:08:34.2962262Z [00:19:27.548]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wmissing-prototypes flag... yes
2025-08-20T22:08:34.8640571Z [00:19:28.116]➜  building '/nix/store/snh6jbqwsndc8g53q6516jidk2vi67v5-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0.drv'...
2025-08-20T22:08:34.8761257Z [00:19:28.127]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o seterror.lo seterror.c
2025-08-20T22:08:34.8789836Z [00:19:28.127]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c seterror.c -o seterror.o
2025-08-20T22:08:34.8848949Z [00:19:28.127]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wpointer-arith flag... yes
2025-08-20T22:08:34.8854096Z [00:19:28.127]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wredundant-decls flag... yes
2025-08-20T22:08:34.8856086Z [00:19:28.127]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wshadow flag... yes
2025-08-20T22:08:34.8857982Z [00:19:28.127]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wstrict-prototypes flag... yes
2025-08-20T22:08:34.8859922Z [00:19:28.127]➜  kbd-static-x86_64-unknown-linux-musl> checking if x86_64-unknown-linux-musl-gcc supports -Wwrite-strings flag... yes
2025-08-20T22:08:34.8861653Z [00:19:28.127]➜  kbd-static-x86_64-unknown-linux-musl> checking for gzip... gzip
2025-08-20T22:08:34.8862778Z [00:19:28.127]➜  kbd-static-x86_64-unknown-linux-musl> checking for pam... yes
2025-08-20T22:08:34.9261811Z [00:19:28.178]➜  kbd-static-x86_64-unknown-linux-musl> checking for pam_misc... yes
2025-08-20T22:08:34.9277606Z [00:19:28.179]➜  kbd-static-x86_64-unknown-linux-musl> checking for doxygen... no
2025-08-20T22:08:35.0095251Z [00:19:28.261]➜  cryptsetup-static-x86_64-unknown-linux-musl> Running phase: unpackPhase
2025-08-20T22:08:35.0179870Z [00:19:28.270]➜  cryptsetup-static-x86_64-unknown-linux-musl> unpacking source archive /nix/store/d1p5mj5y76m0n9myzknajw028q16ln6d-cryptsetup-2.8.0.tar.xz
2025-08-20T22:08:35.0382693Z [00:19:28.286]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=compile x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o dlopen.lo dlopen.c
2025-08-20T22:08:35.0555294Z [00:19:28.307]➜  kbd-static-x86_64-unknown-linux-musl> checking that generated files are newer than configure... done
2025-08-20T22:08:35.0561051Z [00:19:28.307]➜  kbd-static-x86_64-unknown-linux-musl> configure: creating ./config.status
2025-08-20T22:08:35.1589399Z [00:19:28.410]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: compile:  x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I.. -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2\" -DPLUGINDIR=\"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2\" -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1 -Wall -W -g -O2 -c dlopen.c -o dlopen.o
2025-08-20T22:08:35.2572704Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> dlopen.c: In function '_sasl_locate_entry':
2025-08-20T22:08:35.2575098Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> dlopen.c:177:30: warning: unused parameter 'library' [-Wunused-parameter]
2025-08-20T22:08:35.2577019Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   177 | int _sasl_locate_entry(void *library, const char *entryname,
2025-08-20T22:08:35.2578905Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                        ~~~~~~^~~~~~~
2025-08-20T22:08:35.2580535Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> dlopen.c:177:51: warning: unused parameter 'entryname' [-Wunused-parameter]
2025-08-20T22:08:35.2582479Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   177 | int _sasl_locate_entry(void *library, const char *entryname,
2025-08-20T22:08:35.2584682Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                                       ~~~~~~~~~~~~^~~~~~~~~
2025-08-20T22:08:35.2586588Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> dlopen.c:178:31: warning: unused parameter 'entry_point' [-Wunused-parameter]
2025-08-20T22:08:35.2588409Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   178 |                        void **entry_point)
2025-08-20T22:08:35.2590052Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                        ~~~~~~~^~~~~~~~~~~
2025-08-20T22:08:35.2591887Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> dlopen.c: In function '_sasl_get_plugin':
2025-08-20T22:08:35.2596454Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> dlopen.c:359:34: warning: unused parameter 'file' [-Wunused-parameter]
2025-08-20T22:08:35.2605732Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   359 | int _sasl_get_plugin(const char *file,
2025-08-20T22:08:35.2607546Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~^~~~
2025-08-20T22:08:35.2609280Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> dlopen.c:360:45: warning: unused parameter 'verifyfile_cb' [-Wunused-parameter]
2025-08-20T22:08:35.2612857Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   360 |                      const sasl_callback_t *verifyfile_cb,
2025-08-20T22:08:35.2615803Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
2025-08-20T22:08:35.2617553Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> dlopen.c:361:29: warning: unused parameter 'libraryptr' [-Wunused-parameter]
2025-08-20T22:08:35.2619640Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   361 |                      void **libraryptr)
2025-08-20T22:08:35.2621229Z [00:19:28.509]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |                      ~~~~~~~^~~~~~~~~~
2025-08-20T22:08:35.2675418Z [00:19:28.512]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> dlopen.c: In function '_sasl_load_plugins':
2025-08-20T22:08:35.2677600Z [00:19:28.512]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> dlopen.c:405:9: warning: variable 'result' set but not used [-Wunused-but-set-variable]
2025-08-20T22:08:35.2679240Z [00:19:28.512]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   405 |     int result;
2025-08-20T22:08:35.2680683Z [00:19:28.512]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |         ^~~~~~
2025-08-20T22:08:35.3406220Z [00:19:28.592]➜  cryptsetup-static-x86_64-unknown-linux-musl> source root is cryptsetup-2.8.0
2025-08-20T22:08:35.3674943Z [00:19:28.619]➜  cryptsetup-static-x86_64-unknown-linux-musl> separate-debug-info: recording checksum of source files for debug support...
2025-08-20T22:08:35.3835361Z [00:19:28.635]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash ../libtool  --tag=CC   --mode=link x86_64-unknown-linux-musl-gcc  -Wall -W -g -O2 -version-info 3:0:0 -no-undefined -L/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/lib -Wl,-rpath,/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/lib  -o libsasl2.la -rpath /nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib auxprop.lo canonusr.lo checkpw.lo client.lo common.lo config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo dlopen.lo  -ldl -lcrypto   ../common/libplugin_common.la  -lresolv -lresolv
2025-08-20T22:08:35.6666613Z [00:19:28.918]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: (cd .libs/libsasl2.lax/libplugin_common.a && x86_64-unknown-linux-musl-ar x "/build/cyrus-sasl-2.1.28/lib/../common/.libs/libplugin_common.a")
2025-08-20T22:08:35.7082015Z [00:19:28.960]➜  cryptsetup-static-x86_64-unknown-linux-musl> setting SOURCE_DATE_EPOCH to timestamp 1750753587 of file "cryptsetup-2.8.0/po/zh_CN.po"
2025-08-20T22:08:35.7102051Z [00:19:28.962]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ar cr .libs/libsasl2.a  auxprop.o canonusr.o checkpw.o client.o common.o config.o external.o md5.o saslutil.o server.o seterror.o dlopen.o  .libs/libsasl2.lax/libplugin_common.a/plugin_common.o
2025-08-20T22:08:35.7259475Z [00:19:28.978]➜  cryptsetup-static-x86_64-unknown-linux-musl> Running phase: patchPhase
2025-08-20T22:08:35.7351040Z [00:19:28.987]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: x86_64-unknown-linux-musl-ranlib .libs/libsasl2.a
2025-08-20T22:08:35.7361413Z [00:19:28.988]➜  cryptsetup-static-x86_64-unknown-linux-musl> applying patch /nix/store/k4j1777n188b27gcb3smyizc7m9a337z-relative-token-path.patch
2025-08-20T22:08:35.7431174Z [00:19:28.995]➜  cryptsetup-static-x86_64-unknown-linux-musl> patching file lib/luks2/luks2_token.c
2025-08-20T22:08:35.7436347Z [00:19:28.995]➜  cryptsetup-static-x86_64-unknown-linux-musl> Hunk #1 succeeded at 167 (offset 16 lines).
2025-08-20T22:08:35.7473752Z [00:19:28.999]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: rm -fr .libs/libsasl2.lax
2025-08-20T22:08:35.7479687Z [00:19:28.999]➜  cryptsetup-static-x86_64-unknown-linux-musl> patching script interpreter paths in tests
2025-08-20T22:08:35.7631936Z [00:19:29.014]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/luks2-reencryption-mangle-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:35.7812860Z [00:19:29.031]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> libtool: link: ( cd ".libs" && rm -f "libsasl2.la" && ln -s "../libsasl2.la" "libsasl2.la" )
2025-08-20T22:08:35.7900369Z [00:19:29.041]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o sasldb.o sasldb.c
2025-08-20T22:08:35.8044572Z [00:19:29.056]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/00modules-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:35.8363164Z [00:19:29.088]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generate-symbols-list: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:35.8658546Z [00:19:29.117]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/run-all-symbols: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:35.8929299Z [00:19:29.143]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/compat-test-opal: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:35.9217915Z [00:19:29.171]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/loopaes-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:35.9506330Z [00:19:29.202]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/device-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:35.9808757Z [00:19:29.232]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/fvault2-compat-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.0184543Z [00:19:29.270]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/blockwise-compat-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.0808770Z [00:19:29.331]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/align-test2: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.1140795Z [00:19:29.366]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/integrity-compat-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.1353729Z [00:19:29.386]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o db_berkeley.o db_berkeley.c
2025-08-20T22:08:36.1476731Z [00:19:29.399]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/align-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.1797284Z [00:19:29.431]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/valg.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:08:36.2136501Z [00:19:29.465]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/luks2-integrity-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.2598661Z [00:19:29.511]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/reencryption-compat-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.2956722Z [00:19:29.547]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-wrong-offset.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.3354337Z [00:19:29.587]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-corrupted-hdr0-with-correct-chks.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.3660795Z [00:19:29.618]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-uint64-max-segment-size.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.4066707Z [00:19:29.658]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-16k-secondary.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.4490986Z [00:19:29.701]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-pbkdf2-leftover-params-1.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.4864642Z [00:19:29.738]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-object-type-json0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.5198254Z [00:19:29.771]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-non-compact-json-token-0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.5527338Z [00:19:29.798]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o allockey.o allockey.c
2025-08-20T22:08:36.5589540Z [00:19:29.810]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-missing-offset.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.5699773Z [00:19:29.822]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating Makefile
2025-08-20T22:08:36.5879565Z [00:19:29.840]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-128k-secondary.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.6237142Z [00:19:29.875]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-keyslots-size-c2.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.6505168Z [00:19:29.899]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating data/Makefile
2025-08-20T22:08:36.6730577Z [00:19:29.925]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-missing-keyslot-referenced-in-token.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.7195697Z [00:19:29.968]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-uint64-overflow-segment-size.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.7276133Z [00:19:29.979]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating docs/Makefile
2025-08-20T22:08:36.7534504Z [00:19:30.005]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-wrong-flags-element.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.7953546Z [00:19:30.047]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating docs/man/Makefile
2025-08-20T22:08:36.8002727Z [00:19:30.052]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-uint64-signed-segment-size.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.8180532Z [00:19:30.069]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o cram.o cram.c
2025-08-20T22:08:36.8437578Z [00:19:30.095]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-512k-secondary.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.8509315Z [00:19:30.103]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshelf_vxworks.c
2025-08-20T22:08:36.8525551Z [00:19:30.104]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating docs/man/man1/Makefile
2025-08-20T22:08:36.8576305Z [00:19:30.109]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshl.c
2025-08-20T22:08:36.8861782Z [00:19:30.138]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-unknown-type.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.9061140Z [00:19:30.158]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating docs/man/man1misc/Makefile
2025-08-20T22:08:36.9198104Z [00:19:30.172]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> cram.c: In function 'gettime':
2025-08-20T22:08:36.9222314Z [00:19:30.174]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-crypt-wrong-sectorsize-1.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.9250348Z [00:19:30.177]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> cram.c:132:7: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
2025-08-20T22:08:36.9268706Z [00:19:30.177]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   132 |     t=time(NULL);
2025-08-20T22:08:36.9270413Z [00:19:30.177]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |       ^~~~
2025-08-20T22:08:36.9272151Z [00:19:30.178]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> cram.c:61:1: note: 'time' is defined in header '<time.h>'; this is probably fixable by adding '#include <time.h>'
2025-08-20T22:08:36.9274188Z [00:19:30.178]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>    60 | #include "plugin_common.h"
2025-08-20T22:08:36.9275468Z [00:19:30.178]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   +++ |+#include <time.h>
2025-08-20T22:08:36.9276686Z [00:19:30.178]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>    61 |
2025-08-20T22:08:36.9527024Z [00:19:30.204]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-2m.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:36.9612971Z [00:19:30.213]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating docs/man/man5/Makefile
2025-08-20T22:08:37.0006322Z [00:19:30.252]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-256k.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.0026975Z [00:19:30.254]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshlelf.c
2025-08-20T22:08:37.0351310Z [00:19:30.287]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating docs/man/man8/Makefile
2025-08-20T22:08:37.0435157Z [00:19:30.295]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-keyslots-size-c0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.0798234Z [00:19:30.331]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-non-compact-json-4k-token-0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.1002695Z [00:19:30.352]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating docs/man/man8misc/Makefile
2025-08-20T22:08:37.1107128Z [00:19:30.360]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-overlapping-areas-c2-json0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.1543565Z [00:19:30.406]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-area-in-json-hdr-space-json0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.1845280Z [00:19:30.436]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating docs/reference/Makefile
2025-08-20T22:08:37.1849859Z [00:19:30.436]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-json-size-c2.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.2109369Z [00:19:30.462]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-overlapping-areas-c1-json0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.2423525Z [00:19:30.494]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating docs/reference/libkeymap/Makefile
2025-08-20T22:08:37.2535689Z [00:19:30.505]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-wrong-backup-key-0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.2620513Z [00:19:30.510]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -DLIBSASL_EXPORTS=1 -I../include -I../plugins -I../include -I../sasldb -I../common -DCONFIGDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2:/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/etc/sasl2"' -DPLUGINDIR='"/nix/store/n9gkq4iy2ffdzpnciisrr87qvqjvdd0n-cyrus-sasl-static-x86_64-unknown-linux-musl-2.1.28/lib/sasl2"' -DOBSOLETE_CRAM_ATTR=1 -I/nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include -DOBSOLETE_DIGEST_ATTR=1  -Wall -W -g -O2 -c -o digestmd5.o digestmd5.c
2025-08-20T22:08:37.2921563Z [00:19:30.544]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-missing-segment-referenced-in-digest.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.3171149Z [00:19:30.569]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile.in
2025-08-20T22:08:37.3236076Z [00:19:30.575]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-missing-trailing-null-byte-json0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.3558304Z [00:19:30.607]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshlelf_fd.c
2025-08-20T22:08:37.3559971Z [00:19:30.607]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c: In function 'dec_3des':
2025-08-20T22:08:37.3562131Z [00:19:30.607]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c:895:5: warning: 'DES_ede3_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
2025-08-20T22:08:37.3564529Z [00:19:30.607]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   895 |     des_ede2_cbc_encrypt((void *) input,
2025-08-20T22:08:37.3565927Z [00:19:30.607]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~~~~~~~~
2025-08-20T22:08:37.3567539Z [00:19:30.607]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> In file included from digestmd5.c:63:
2025-08-20T22:08:37.3569853Z [00:19:30.607]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include/openssl/des.h:142:6: note: declared here
2025-08-20T22:08:37.3572424Z [00:19:30.607]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   142 | void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output,
2025-08-20T22:08:37.3574355Z [00:19:30.607]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |      ^~~~~~~~~~~~~~~~~~~~
2025-08-20T22:08:37.3576140Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c: In function 'enc_3des':
2025-08-20T22:08:37.3578199Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c:943:5: warning: 'DES_ede3_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
2025-08-20T22:08:37.3580404Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   943 |     des_ede2_cbc_encrypt((void *) output,
2025-08-20T22:08:37.3581976Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~~~~~~~~
2025-08-20T22:08:37.3584700Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include/openssl/des.h:142:6: note: declared here
2025-08-20T22:08:37.3587488Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   142 | void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output,
2025-08-20T22:08:37.3590244Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |      ^~~~~~~~~~~~~~~~~~~~
2025-08-20T22:08:37.3591497Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c: In function 'init_3des':
2025-08-20T22:08:37.3593409Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c:969:5: warning: 'DES_key_sched' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
2025-08-20T22:08:37.3595212Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   969 |     if (des_key_sched((des_cblock *) keybuf, c->keysched) < 0)
2025-08-20T22:08:37.3596310Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~
2025-08-20T22:08:37.3598147Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include/openssl/des.h:188:5: note: declared here
2025-08-20T22:08:37.3600338Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   188 | int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
2025-08-20T22:08:37.3601660Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~
2025-08-20T22:08:37.3603406Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c:973:5: warning: 'DES_key_sched' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
2025-08-20T22:08:37.3605136Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   973 |     if (des_key_sched((des_cblock *) keybuf, c->keysched2) < 0)
2025-08-20T22:08:37.3606262Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~
2025-08-20T22:08:37.3608101Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include/openssl/des.h:188:5: note: declared here
2025-08-20T22:08:37.3610252Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   188 | int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
2025-08-20T22:08:37.3611899Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~
2025-08-20T22:08:37.3698917Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c:982:5: warning: 'DES_key_sched' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
2025-08-20T22:08:37.3701118Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   982 |     if (des_key_sched((des_cblock *) keybuf, c->keysched) < 0)
2025-08-20T22:08:37.3702307Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~
2025-08-20T22:08:37.3704569Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include/openssl/des.h:188:5: note: declared here
2025-08-20T22:08:37.3706797Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   188 | int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
2025-08-20T22:08:37.3708301Z [00:19:30.609]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~
2025-08-20T22:08:37.3709865Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c:986:5: warning: 'DES_key_sched' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
2025-08-20T22:08:37.3711835Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   986 |     if (des_key_sched((des_cblock *) keybuf, c->keysched2) < 0)
2025-08-20T22:08:37.3713156Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~
2025-08-20T22:08:37.3734271Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include/openssl/des.h:188:5: note: declared here
2025-08-20T22:08:37.3744334Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   188 | int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
2025-08-20T22:08:37.3745734Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~
2025-08-20T22:08:37.3746881Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c: In function 'dec_des':
2025-08-20T22:08:37.3748542Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c:1013:5: warning: 'DES_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
2025-08-20T22:08:37.3754160Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1013 |     des_cbc_encrypt((void *) input,
2025-08-20T22:08:37.3755297Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~~~
2025-08-20T22:08:37.3757211Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include/openssl/des.h:89:6: note: declared here
2025-08-20T22:08:37.3759420Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>    89 | void DES_cbc_encrypt(const unsigned char *input, unsigned char *output,
2025-08-20T22:08:37.3760769Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |      ^~~~~~~~~~~~~~~
2025-08-20T22:08:37.3761947Z [00:19:30.611]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c: In function 'enc_des':
2025-08-20T22:08:37.3764000Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c:1064:5: warning: 'DES_cbc_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
2025-08-20T22:08:37.3765619Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1064 |     des_cbc_encrypt((void *) output,
2025-08-20T22:08:37.3766774Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~~~
2025-08-20T22:08:37.3768769Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include/openssl/des.h:89:6: note: declared here
2025-08-20T22:08:37.3771199Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>    89 | void DES_cbc_encrypt(const unsigned char *input, unsigned char *output,
2025-08-20T22:08:37.3772580Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |      ^~~~~~~~~~~~~~~
2025-08-20T22:08:37.3773926Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c: In function 'init_des':
2025-08-20T22:08:37.3775736Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c:1093:5: warning: 'DES_key_sched' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
2025-08-20T22:08:37.3777428Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1093 |     des_key_sched((des_cblock *) keybuf, c->keysched);
2025-08-20T22:08:37.3778598Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~
2025-08-20T22:08:37.3780580Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include/openssl/des.h:188:5: note: declared here
2025-08-20T22:08:37.3783003Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   188 | int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
2025-08-20T22:08:37.3784558Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~
2025-08-20T22:08:37.3786390Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> digestmd5.c:1102:5: warning: 'DES_key_sched' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
2025-08-20T22:08:37.3788116Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>  1102 |     des_key_sched((des_cblock *) keybuf, c->keysched);
2025-08-20T22:08:37.3789309Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~
2025-08-20T22:08:37.3791270Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl> /nix/store/n3f76m5y1fhibn2317i43ibq452kl0yc-openssl-static-x86_64-unknown-linux-musl-3.5.1-dev/include/openssl/des.h:188:5: note: declared here
2025-08-20T22:08:37.3793609Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>   188 | int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule);
2025-08-20T22:08:37.3794900Z [00:19:30.612]➜  cyrus-sasl-static-x86_64-unknown-linux-musl>       |     ^~~~~~~~~~~~~
2025-08-20T22:08:37.3797027Z [00:19:30.612]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-64k.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.3870553Z [00:19:30.639]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating src/Makefile
2025-08-20T22:08:37.3975874Z [00:19:30.649]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-two.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.4377148Z [00:19:30.689]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-32k.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.4416740Z [00:19:30.693]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating src/libcommon/Makefile
2025-08-20T22:08:37.4674899Z [00:19:30.719]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-json-size-c1.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.4959297Z [00:19:30.747]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshlelf_linux.c
2025-08-20T22:08:37.5026330Z [00:19:30.754]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating src/libkbdfile/Makefile
2025-08-20T22:08:37.5048863Z [00:19:30.757]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-missing-size.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.5432867Z [00:19:30.795]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-keyslot-too-many-digests.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.5665329Z [00:19:30.818]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating src/libkfont/Makefile
2025-08-20T22:08:37.5798674Z [00:19:30.831]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-crypt-missing-ivoffset.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.6160671Z [00:19:30.863]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-2m-secondary.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.6226430Z [00:19:30.874]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating src/libkeymap/Makefile
2025-08-20T22:08:37.6467913Z [00:19:30.898]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-missing-keyslot-referenced-in-digest.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.6576409Z [00:19:30.909]➜  x86_64-unknown-linux-musl-binutils>   GEN      eshlelf_nbsd.c
2025-08-20T22:08:37.6855973Z [00:19:30.937]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-crypt-wrong-sectorsize-0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.6911773Z [00:19:30.943]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating src/vlock/Makefile
2025-08-20T22:08:37.7243700Z [00:19:30.976]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-checksum-hdr1.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.7399754Z [00:19:30.992]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating tests/helpers/Makefile
2025-08-20T22:08:37.7544905Z [00:19:31.006]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-top-objects.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.7839409Z [00:19:31.035]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-keyslot-invalid-area-size.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.7898410Z [00:19:31.042]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating tests/libkbdfile/Makefile
2025-08-20T22:08:37.8195947Z [00:19:31.071]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-crypt-missing-encryption.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.8528743Z [00:19:31.104]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-non-null-bytes-beyond-json0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.8656599Z [00:19:31.117]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating tests/libkeymap/Makefile
2025-08-20T22:08:37.8924644Z [00:19:31.144]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-32k-secondary.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.9213664Z [00:19:31.173]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-256k-secondary.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.9309945Z [00:19:31.183]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating tests/Makefile
2025-08-20T22:08:37.9503886Z [00:19:31.202]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-wrong-size-1.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.9738761Z [00:19:31.225]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-invalid-secondary.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:37.9959840Z [00:19:31.247]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating config.h
2025-08-20T22:08:38.0034968Z [00:19:31.255]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-opening-char-json0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.0346308Z [00:19:31.286]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-overlapping-areas-c0-json0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.0398159Z [00:19:31.290]➜  kbd-static-x86_64-unknown-linux-musl> config.status: executing tests/atconfig commands
2025-08-20T22:08:38.0505441Z [00:19:31.302]➜  kbd-static-x86_64-unknown-linux-musl> config.status: executing depfiles commands
2025-08-20T22:08:38.0537484Z [00:19:31.305]➜  kbd-static-x86_64-unknown-linux-musl> config.status: executing libtool commands
2025-08-20T22:08:38.0814790Z [00:19:31.333]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-4m.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.0945999Z [00:19:31.346]➜  kbd-static-x86_64-unknown-linux-musl> config.status: executing po-directories commands
2025-08-20T22:08:38.1162177Z [00:19:31.364]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-1m.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.1255612Z [00:19:31.377]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating po/POTFILES
2025-08-20T22:08:38.1437127Z [00:19:31.395]➜  kbd-static-x86_64-unknown-linux-musl> config.status: creating po/Makefile
2025-08-20T22:08:38.1439750Z [00:19:31.396]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-wrong-backup-key-1.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.1646952Z [00:19:31.414]➜  kbd-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:38.1647825Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   kbd 2.7.1
2025-08-20T22:08:38.1648618Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   ======
2025-08-20T22:08:38.1649374Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:38.1650793Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   prefix:                 /nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1
2025-08-20T22:08:38.1652791Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   libdir:                 /nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1/lib
2025-08-20T22:08:38.1672881Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   bindir:                 /nix/store/fzcz6f272qazwysxrddcm8fka9q1n5qv-kbd-static-x86_64-unknown-linux-musl-2.7.1/bin
2025-08-20T22:08:38.1725113Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   datadir:                ${datarootdir}
2025-08-20T22:08:38.1725993Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:38.1726941Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   compiler:               x86_64-unknown-linux-musl-gcc
2025-08-20T22:08:38.1730114Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   cflags:                 -O2   -std=gnu11 -Waggregate-return -Wall -Wcast-align -Wconversion -Wdisabled-optimization -Wextra -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
2025-08-20T22:08:38.1732520Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:38.1733493Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   compress data:          gzip
2025-08-20T22:08:38.1734302Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:38.1735244Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   {get,set}keycodes:      yes
2025-08-20T22:08:38.1736196Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   resizecons:             yes
2025-08-20T22:08:38.1737143Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   optional progs:         yes
2025-08-20T22:08:38.1738090Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   vlock:                  yes
2025-08-20T22:08:38.1739121Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   libkbdfile:             yes
2025-08-20T22:08:38.1740057Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   libkeymap:              yes
2025-08-20T22:08:38.1740971Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl>   libkfont:               no
2025-08-20T22:08:38.1741729Z [00:19:31.415]➜  kbd-static-x86_64-unknown-linux-musl> 
2025-08-20T22:08:38.1743905Z [00:19:31.423]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-512k.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.2033622Z [00:19:31.454]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-tokens.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.2358902Z [00:19:31.487]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-crypt-missing-sectorsize.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.2704414Z [00:19:31.522]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-wrong-type.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.2984640Z [00:19:31.550]➜  kbd-static-x86_64-unknown-linux-musl> Running phase: buildPhase
2025-08-20T22:08:38.3077683Z [00:19:31.559]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-keyslot-invalid-objects.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.3259096Z [00:19:31.576]➜  kbd-static-x86_64-unknown-linux-musl> build flags: SHELL=/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash
2025-08-20T22:08:38.3383468Z [00:19:31.590]➜  kbd-static-x86_64-unknown-linux-musl> make  all-recursive
2025-08-20T22:08:38.3419502Z [00:19:31.593]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-128k.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.3434207Z [00:19:31.595]➜  kbd-static-x86_64-unknown-linux-musl> make[1]: Entering directory '/build/kbd-2.7.1'
2025-08-20T22:08:38.3582665Z [00:19:31.610]➜  kbd-static-x86_64-unknown-linux-musl> Making all in src
2025-08-20T22:08:38.3698315Z [00:19:31.620]➜  kbd-static-x86_64-unknown-linux-musl> make[2]: Entering directory '/build/kbd-2.7.1/src'
2025-08-20T22:08:38.3714738Z [00:19:31.623]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-pbkdf2-leftover-params-0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.3826932Z [00:19:31.634]➜  kbd-static-x86_64-unknown-linux-musl> Making all in libcommon
2025-08-20T22:08:38.3888843Z [00:19:31.641]➜  kbd-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/kbd-2.7.1/src/libcommon'
2025-08-20T22:08:38.3930510Z [00:19:31.645]➜  kbd-static-x86_64-unknown-linux-musl>   CC       getfd.o
2025-08-20T22:08:38.4065658Z [00:19:31.658]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-wrong-size-0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.4478932Z [00:19:31.698]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-corrupted-hdr1-with-correct-chks.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.4761003Z [00:19:31.728]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-wrong-flags.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.5065991Z [00:19:31.757]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-correct-full-json0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.5334043Z [00:19:31.785]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-crypt-wrong-ivoffset.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.5612396Z [00:19:31.813]➜  kbd-static-x86_64-unknown-linux-musl>   CC       error.o
2025-08-20T22:08:38.5636657Z [00:19:31.815]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-64k-inv-keyslots-size-c0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.5874489Z [00:19:31.839]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-1m-secondary.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.6312864Z [00:19:31.883]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-64k-inv-area-c1.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.6745213Z [00:19:31.926]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-64k-secondary.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.6907221Z [00:19:31.941]➜  kbd-static-x86_64-unknown-linux-musl>   CC       version.o
2025-08-20T22:08:38.6955865Z [00:19:31.947]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-argon2-leftover-params.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.7331142Z [00:19:31.985]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-json-size-c0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.7581265Z [00:19:32.010]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-invalid.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.7787983Z [00:19:32.030]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-crypt-empty-encryption.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.8084085Z [00:19:32.060]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-keyslot-invalid-area.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.8194074Z [00:19:32.071]➜  kbd-static-x86_64-unknown-linux-musl>   AR       libcommon.a
2025-08-20T22:08:38.8268106Z [00:19:32.078]➜  kbd-static-x86_64-unknown-linux-musl> x86_64-unknown-linux-musl-ar: `u' modifier ignored since `D' is the default (see `U')
2025-08-20T22:08:38.8426239Z [00:19:32.094]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-checksum-hdr0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.8430932Z [00:19:32.095]➜  kbd-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/kbd-2.7.1/src/libcommon'
2025-08-20T22:08:38.8437047Z [00:19:32.095]➜  kbd-static-x86_64-unknown-linux-musl> Making all in libkbdfile
2025-08-20T22:08:38.8569898Z [00:19:32.108]➜  kbd-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/kbd-2.7.1/src/libkbdfile'
2025-08-20T22:08:38.8611477Z [00:19:32.109]➜  kbd-static-x86_64-unknown-linux-musl>   CC       init.lo
2025-08-20T22:08:38.8775130Z [00:19:32.129]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-tokens-invalid.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.9163015Z [00:19:32.168]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-keyslot-missing-digest.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.9519760Z [00:19:32.200]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-4m-secondary.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:38.9865408Z [00:19:32.238]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-checksum-both-hdrs.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.0180354Z [00:19:32.270]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-metadata-size-64k-inv-area-c0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.0584452Z [00:19:32.310]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-invalid-keyslots-size-c1.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.0920509Z [00:19:32.344]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-keyslot-invalid-af.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.1253001Z [00:19:32.377]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-missing-type.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.1595935Z [00:19:32.411]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-crypt-wrong-encryption.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.1766539Z [00:19:32.428]➜  kbd-static-x86_64-unknown-linux-musl>   CC       kbdfile.lo
2025-08-20T22:08:39.1997141Z [00:19:32.451]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-non-null-byte-beyond-json0.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.2292568Z [00:19:32.481]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-wrong-size-2.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.2570761Z [00:19:32.509]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/generators/generate-luks2-segment-crypt-wrong-sectorsize-2.img.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.2900771Z [00:19:32.542]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/valg-api.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:08:39.3083015Z [00:19:32.560]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/fuzz/oss-fuzz-build.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.3621670Z [00:19:32.610]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/keyring-compat-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.3895062Z [00:19:32.641]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/tcrypt-compat-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.4311864Z [00:19:32.683]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/verity-compat-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.4588377Z [00:19:32.710]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/keyring-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.5025240Z [00:19:32.753]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/luks2-reencryption-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.5411501Z [00:19:32.793]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/ssh-test-plugin: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.5784854Z [00:19:32.830]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/compat-args-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.6197203Z [00:19:32.870]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/discards-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.6580811Z [00:19:32.910]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/compat-test2: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.7005480Z [00:19:32.951]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/mode-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.7378072Z [00:19:32.989]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/compat-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.7699201Z [00:19:33.022]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/luks1-compat-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.8041768Z [00:19:33.056]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/systemd-test-plugin: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.8406339Z [00:19:33.092]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/unit-wipe-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.8787512Z [00:19:33.130]➜  kbd-static-x86_64-unknown-linux-musl>   CCLD     libkbdfile.la
2025-08-20T22:08:39.8815742Z [00:19:33.132]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/keyring-trusted-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.9129298Z [00:19:33.165]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/bitlk-compat-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.9523705Z [00:19:33.204]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/password-hash-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:39.9863373Z [00:19:33.238]➜  cryptsetup-static-x86_64-unknown-linux-musl> tests/luks2-validation-test: interpreter directive changed from "#!/bin/bash" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/bash"
2025-08-20T22:08:40.0221257Z [00:19:33.274]➜  cryptsetup-static-x86_64-unknown-linux-musl> substituteStream() in derivation cryptsetup-static-x86_64-unknown-linux-musl-2.8.0: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'tests/unit-utils-io.c')
2025-08-20T22:08:40.0254926Z [00:19:33.277]➜  cryptsetup-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:08:40.0413586Z [00:19:33.293]➜  cryptsetup-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:08:40.0572925Z [00:19:33.307]➜  cryptsetup-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:08:40.0657498Z [00:19:33.316]➜  cryptsetup-static-x86_64-unknown-linux-musl> Running phase: updateAutotoolsGnuConfigScriptsPhase
2025-08-20T22:08:40.0818567Z [00:19:33.333]➜  cryptsetup-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.sub
2025-08-20T22:08:40.0931269Z [00:19:33.345]➜  cryptsetup-static-x86_64-unknown-linux-musl> Updating Autotools / GNU config script to a newer upstream version: ./config.guess
2025-08-20T22:08:40.1035823Z [00:19:33.355]➜  cryptsetup-static-x86_64-unknown-linux-musl> Running phase: configurePhase
2025-08-20T22:08:40.1527721Z [00:19:33.403]➜  cryptsetup-static-x86_64-unknown-linux-musl> fixing libtool script ./ltmain.sh
2025-08-20T22:08:40.1682919Z [00:19:33.418]➜  kbd-static-x86_64-unknown-linux-musl> make[3]: Leaving directory '/build/kbd-2.7.1/src/libkbdfile'
2025-08-20T22:08:40.1702259Z [00:19:33.419]➜  kbd-static-x86_64-unknown-linux-musl> Making all in libkfont
2025-08-20T22:08:40.1813706Z [00:19:33.433]➜  kbd-static-x86_64-unknown-linux-musl> make[3]: Entering directory '/build/kbd-2.7.1/src/libkfont'
2025-08-20T22:08:40.1819545Z [00:19:33.433]➜  kbd-static-x86_64-unknown-linux-musl>   CC       psffontop.lo
2025-08-20T22:08:40.1831459Z [00:19:33.435]➜  cryptsetup-static-x86_64-unknown-linux-musl> ./configure
2025-08-20T22:08:40.2260291Z [00:19:33.478]➜  cryptsetup-static-x86_64-unknown-linux-musl> patching script interpreter paths in ./configure
2025-08-20T22:08:40.2407812Z [00:19:33.492]➜  cryptsetup-static-x86_64-unknown-linux-musl> ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/gkwbw9nzbkbz298njbn3577zmrnglbbi-bash-5.3p0/bin/sh"
2025-08-20T22:08:40.3008075Z [00:19:33.550]➜  cryptsetup-static-x86_64-unknown-linux-musl> configure flags: --disable-dependency-tracking --prefix=/nix/store/n6hbmkl8qrjiq3p090bd80pn6h4fzama-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0 --bindir=/nix/store/0dagm5qwikb17m0v673qwrhlynspv2dn-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0-bin/bin --sbindir=/nix/store/0dagm5qwikb17m0v673qwrhlynspv2dn-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0-bin/sbin --includedir=/nix/store/f47phbsl86vi4h05f70is6rk405ggdxd-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0-dev/include --mandir=/nix/store/yaixfjak9gg71pzbpl5wypsmlrsh95bn-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0-man/share/man --infodir=/nix/store/0dagm5qwikb17m0v673qwrhlynspv2dn-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0-bin/share/info --docdir=/nix/store/n6hbmkl8qrjiq3p090bd80pn6h4fzama-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0/share/doc/cryptsetup --libdir=/nix/store/n6hbmkl8qrjiq3p090bd80pn6h4fzama-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0/lib --libexecdir=/nix/store/n6hbmkl8qrjiq3p090bd80pn6h4fzama-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0/libexec --localedir=/nix/store/n6hbmkl8qrjiq3p090bd80pn6h4fzama-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0/share/locale --with-crypto_backend=openssl --disable-ssh-token --with-tmpfilesdir=/nix/store/n6hbmkl8qrjiq3p090bd80pn6h4fzama-cryptsetup-static-x86_64-unknown-linux-musl-2.8.0/lib/tmpfiles.d --disable-asciidoc --enable-libargon2 --disable-external-tokens --with-luks2-external-tokens-path=/ --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
2025-08-20T22:08:40.5083725Z [00:19:33.760]➜  p11-kit-static-x86_64-unknown-linux-musl> [275/428] Compiling C object p11-kit/libp11-kit-testable.a.p/virtual.c.o
2025-08-20T22:08:40.5085678Z [00:19:33.760]➜  p11-kit-static-x86_64-unknown-linux-musl> ninja: build stopped: subcommand failed.
2025-08-20T22:08:40.6429591Z [00:19:33.895]➜  error: Cannot build '/nix/store/nbxxw5b0pqn00hk18qh7cci54s0aihw2-p11-kit-static-x86_64-unknown-linux-musl-0.25.5.drv'.
2025-08-20T22:08:40.6435281Z [00:19:33.895]➜         Reason: builder failed with exit code 1.
2025-08-20T22:08:40.6439722Z [00:19:33.896]➜         Output paths:
2025-08-20T22:08:40.6445667Z [00:19:33.896]➜           /nix/store/g15asyjyvkgm92nljzyknis995n4m4zy-p11-kit-static-x86_64-unknown-linux-musl-0.25.5
2025-08-20T22:08:40.6457569Z [00:19:33.897]➜           /nix/store/h85hc6a6kh55gywrdw8y5bjximq8ncyr-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-bin
2025-08-20T22:08:40.6466319Z [00:19:33.897]➜           /nix/store/xma90nxid735nngxxr1an4dxsa8wl3lj-p11-kit-static-x86_64-unknown-linux-musl-0.25.5-dev
2025-08-20T22:08:40.7163966Z [00:19:33.968]➜  building '/nix/store/12rwp91ji870db6rxxrk561vh28j55wr-libmicrohttpd-static-x86_64-unknown-linux-musl-1.0.1.drv'...
2025-08-20T22:08:42.8203041Z [00:19:36.072]➜  building '/nix/store/b9qk6pvp7bvmrsyfn5rngypn3mqnqdkq-tcp-wrappers-static-x86_64-unknown-linux-musl-7.6.q-33.drv'...
2025-08-20T22:08:42.8497488Z [00:19:36.101]➜  building '/nix/store/pp9wf668g7i5pkmq7qkbdbh0jh7rpzkv-uthash-static-x86_64-unknown-linux-musl-2.3.0.drv'...
2025-08-20T22:08:42.8936242Z [00:19:36.145]➜  building '/nix/store/vgbgnvhc93h3a63hd254ws2yqjbqbjpw-xcb-proto-static-x86_64-unknown-linux-musl-1.17.0.drv'...
2025-08-20T22:08:42.9768719Z [00:19:36.228]➜  error: Cannot build '/nix/store/rjfwik6nxa2xpkx9h7f7dhr0r2x5fkv5-systemd-static-x86_64-unknown-linux-musl-257.6.drv'.
2025-08-20T22:08:42.9770009Z [00:19:36.228]➜         Reason: 1 dependency failed.
2025-08-20T22:08:42.9770542Z [00:19:36.228]➜         Output paths:
2025-08-20T22:08:42.9771505Z [00:19:36.228]➜           /nix/store/06xp794z6nnsyjyfvrkhyi5lgjgfbsx9-systemd-static-x86_64-unknown-linux-musl-257.6-man
2025-08-20T22:08:42.9772849Z [00:19:36.228]➜           /nix/store/2cary3f48g3rw034hhra8m7mwy8k8g0k-systemd-static-x86_64-unknown-linux-musl-257.6
2025-08-20T22:08:42.9774444Z [00:19:36.228]➜           /nix/store/3x7n312p4hhfi6pz0ng85rq2wi9ak96l-systemd-static-x86_64-unknown-linux-musl-257.6-debug
2025-08-20T22:08:42.9775840Z [00:19:36.228]➜           /nix/store/ffzv3hlmnynkxqfqcgf06s29mpwf4ypm-systemd-static-x86_64-unknown-linux-musl-257.6-dev
2025-08-20T22:08:43.0853438Z [00:19:36.337]➜  building '/nix/store/iq7dvwchh6xmcikl6yac5hr225isxc8k-python3-static-x86_64-unknown-linux-musl-3.13.5.drv'...
2025-08-20T22:08:43.1111974Z [00:19:36.363]➜  building '/nix/store/5q6jwlmzb5h4pwrg6ivwv1v1a07qzxz3-shadow-static-x86_64-unknown-linux-musl-4.17.4.drv'...
2025-08-20T22:08:43.1882276Z [00:19:36.440]➜  error: Cannot build '/nix/store/8cx7wz00c7na8bk9mjjimy91waa7w645-nfs-utils-static-x86_64-unknown-linux-musl-2.7.1.drv'.
2025-08-20T22:08:43.1883707Z [00:19:36.440]➜         Reason: 1 dependency failed.
2025-08-20T22:08:43.1884270Z [00:19:36.440]➜         Output paths:
2025-08-20T22:08:43.1885548Z [00:19:36.440]➜           /nix/store/07frcj5mbm7524n77yx8r655ww774y27-nfs-utils-static-x86_64-unknown-linux-musl-2.7.1-dev
2025-08-20T22:08:43.1887161Z [00:19:36.440]➜           /nix/store/1zlwds0wxahs78d18gydybknzxmzkk9f-nfs-utils-static-x86_64-unknown-linux-musl-2.7.1-lib
2025-08-20T22:08:43.1888746Z [00:19:36.440]➜           /nix/store/6iza4g2xp3z6j91f1lyaliaq9820q3kn-nfs-utils-static-x86_64-unknown-linux-musl-2.7.1-man
2025-08-20T22:08:43.1890398Z [00:19:36.440]➜           /nix/store/9qrks2dkhy8kh0mdimprjbni3xl6il7c-nfs-utils-static-x86_64-unknown-linux-musl-2.7.1
2025-08-20T22:08:43.2333145Z [00:19:36.485]➜  + sort
2025-08-20T22:08:43.2334275Z [00:19:36.485]➜  + awk -F/ '{indent=""; for (i=2; i<NF; i++) indent=indent " "; print (NF>1 ? indent "--> " $NF : $NF)}'
2025-08-20T22:08:43.2338025Z [00:19:36.486]➜  ++ find /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type d -o -type l -exec realpath '{}' ';'
2025-08-20T22:08:43.2340609Z [00:19:36.486]➜  ++ grep -Ev '^\.$'
2025-08-20T22:08:43.2341190Z [00:19:36.486]➜  ++ head -n 1
2025-08-20T22:08:43.2370373Z [00:19:36.489]➜  + find -L ''
2025-08-20T22:08:43.2384368Z [00:19:36.490]➜  find: ‘’: No such file or directory
2025-08-20T22:08:43.2393618Z [00:19:36.491]➜  + find /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type d -o -type l -exec realpath '{}' ';'
2025-08-20T22:08:43.2400388Z [00:19:36.492]➜  + grep -Ev '^\.$'
2025-08-20T22:08:43.2401092Z [00:19:36.492]➜  + xargs '-I{}' find -L '{}' -type d -iregex '.*\(bin\|exec\).*'
2025-08-20T22:08:43.2409519Z [00:19:36.493]➜  + xargs '-I{}' sudo rsync -achLv --no-relative '{}/.' /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/.
2025-08-20T22:08:43.2421677Z [00:19:36.494]➜  ++ whoami
2025-08-20T22:08:43.2441233Z [00:19:36.496]➜  ++ whoami
2025-08-20T22:08:43.2455723Z [00:19:36.497]➜  + sudo chown -R runner:runner /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:43.2542130Z [00:19:36.506]➜  + chmod -R 755 /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:43.2557860Z [00:19:36.507]➜  + find /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -type f -iregex '.*\.\(bin\|pl\)$' -exec bash -c 'mv -fv "$1" "${1%.*}"' _ '{}' ';'
2025-08-20T22:08:43.2576143Z [00:19:36.509]➜  + find /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -type f '(' -name '*.sh' -o -exec sh -c 'file -i "$1" | grep -qiv "application/.*executable"' sh '{}' ';' ')' -print0
2025-08-20T22:08:43.2577815Z [00:19:36.509]➜  + xargs -0 -I '{}' sh -c '
2025-08-20T22:08:43.2578645Z [00:19:36.509]➜         sed "s|^#!/nix/store/.*/bin/sh|#!/bin/sh|" -i "{}" 2>/dev/null
2025-08-20T22:08:43.2579755Z [00:19:36.509]➜         sed "s|/nix/store[^ ]*/bin/\([^ ]*\)|/usr/local/bin/\1|g" -i "{}" 2>/dev/null
2025-08-20T22:08:43.2580820Z [00:19:36.509]➜         sed "s|/nix/store/[^/]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T22:08:43.2582793Z [00:19:36.509]➜         sed "s|/nix/store[^/ ]*/bin|/usr/local/bin|g" -i "{}" 2>/dev/null
2025-08-20T22:08:43.2584611Z [00:19:36.509]➜         sed "s|/nix/store[^ \"'\'']*|/|g" -i "{}" 2>/dev/null
2025-08-20T22:08:43.2585227Z [00:19:36.509]➜     '
2025-08-20T22:08:43.2702536Z [00:19:36.522]➜  + find /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:08:43.2731516Z [00:19:36.523]➜  + grep -Ei 'application/.*executable|text/x-perl|text/.*script'
2025-08-20T22:08:43.2732229Z [00:19:36.523]➜  + cut -d: -f1
2025-08-20T22:08:43.2732703Z [00:19:36.523]➜  + xargs realpath
2025-08-20T22:08:43.2733168Z [00:19:36.523]➜  + sort -u
2025-08-20T22:08:43.2734138Z [00:19:36.523]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:43.2748337Z [00:19:36.527]➜  realpath: missing operand
2025-08-20T22:08:43.2748997Z [00:19:36.527]➜  Try 'realpath --help' for more information.
2025-08-20T22:08:43.4502908Z [00:19:36.702]➜  
2025-08-20T22:08:43.8154172Z [00:19:37.067]➜  
2025-08-20T22:08:43.8254544Z [00:19:37.077]➜  changed ownership of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/nfs-utils.static.version' from runner:docker to runner:runner
2025-08-20T22:08:43.8256425Z [00:19:37.077]➜  ownership of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:08:43.8258394Z [00:19:37.077]➜  changed ownership of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:08:43.8260200Z [00:19:37.077]➜  ownership of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:08:43.8262027Z [00:19:37.077]➜  changed ownership of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/nfs-utils.version' from runner:docker to runner:runner
2025-08-20T22:08:43.8263822Z [00:19:37.077]➜  changed ownership of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:08:43.8264874Z [00:19:37.077]➜  changed ownership of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:08:43.8340160Z [00:19:37.086]➜  mode of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/nfs-utils.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:43.8408586Z [00:19:37.093]➜  mode of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:43.8476637Z [00:19:37.099]➜  mode of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/nfs-utils.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:43.8544395Z [00:19:37.106]➜  mode of '/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:43.9820901Z [00:19:37.234]➜  realpath: missing operand
2025-08-20T22:08:43.9821447Z [00:19:37.234]➜  Try 'realpath --help' for more information.
2025-08-20T22:08:43.9905234Z [00:19:37.242]➜  
2025-08-20T22:08:43.9906375Z [00:19:37.242]➜  [+] Fetching LICENSE ==> [/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T22:08:43.9957075Z [00:19:37.247]➜  [-] WARNING: No Valid LICENSE Exists at /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:08:44.0364034Z [00:19:37.288]➜  
2025-08-20T22:08:44.0364623Z [00:19:37.288]➜  File: SBUILD
2025-08-20T22:08:44.0365572Z [00:19:37.288]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable, with very long lines (323)
2025-08-20T22:08:44.0366712Z [00:19:37.288]➜    B3sum: 36a4efa85e9afbc67e46568162b7b35a4e8ed8f31f248dbd1e06dc1026c44de6
2025-08-20T22:08:44.0367832Z [00:19:37.288]➜    SHA256sum: ab17b4b7c645dadff0da6cfcdcdff276bfb5a509d275bd7ae902ac49e471a49d
2025-08-20T22:08:44.0368546Z [00:19:37.288]➜    Size: 8.0K
2025-08-20T22:08:44.0481220Z [00:19:37.300]➜  
2025-08-20T22:08:44.0481796Z [00:19:37.300]➜  File: nfs-utils.static.version
2025-08-20T22:08:44.0482343Z [00:19:37.300]➜    Type: ASCII text, with no line terminators
2025-08-20T22:08:44.0482900Z [00:19:37.300]➜    B3sum: 4c7b2c25ce185451b4a4d26b1e6a5979326fa36b8754e1c11a960c7d24973183
2025-08-20T22:08:44.0483957Z [00:19:37.300]➜    SHA256sum: bd7f9252181a4f69c7bc99cf9ef5beded7fce04dcf5899f4314e1ca6664156e7
2025-08-20T22:08:44.0484435Z [00:19:37.300]➜    Size: 4.0K
2025-08-20T22:08:44.0596077Z [00:19:37.311]➜  
2025-08-20T22:08:44.0596465Z [00:19:37.311]➜  File: nfs-utils.version
2025-08-20T22:08:44.0596871Z [00:19:37.311]➜    Type: ASCII text, with no line terminators
2025-08-20T22:08:44.0597613Z [00:19:37.311]➜    B3sum: 4c7b2c25ce185451b4a4d26b1e6a5979326fa36b8754e1c11a960c7d24973183
2025-08-20T22:08:44.0598669Z [00:19:37.311]➜    SHA256sum: bd7f9252181a4f69c7bc99cf9ef5beded7fce04dcf5899f4314e1ca6664156e7
2025-08-20T22:08:44.0599416Z [00:19:37.311]➜    Size: 4.0K
2025-08-20T22:08:44.0599771Z [00:19:37.312]➜  
2025-08-20T22:08:44.0600697Z [00:19:37.312]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T22:08:44.0634904Z [00:19:37.315]➜  nfs-utils.static.version:4c7b2c25ce185451b4a4d26b1e6a5979326fa36b8754e1c11a960c7d24973183
2025-08-20T22:08:44.0635852Z [00:19:37.315]➜  nfs-utils.version:4c7b2c25ce185451b4a4d26b1e6a5979326fa36b8754e1c11a960c7d24973183
2025-08-20T22:08:44.0636679Z [00:19:37.315]➜  SBUILD:36a4efa85e9afbc67e46568162b7b35a4e8ed8f31f248dbd1e06dc1026c44de6
2025-08-20T22:08:44.0657253Z [00:19:37.318]➜  
2025-08-20T22:08:44.0658166Z [00:19:37.318]➜  [+] Signing nfs-utils.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T22:08:44.0762370Z [00:19:37.328]➜  
2025-08-20T22:08:44.0763707Z [00:19:37.328]➜  [✓] SuccessFully Built nfs-utils.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/nfs-utils/static.nixpkgs.stable.yaml [Wednesday, 2025-08-20 (10:08:44 PM) UTC]
2025-08-20T22:08:44.0764586Z [00:19:37.328]➜  
2025-08-20T22:08:44.0795897Z [00:19:37.331]➜  [+] Total Size: 48K (Includes DUPES+TMPFILES)
2025-08-20T22:08:44.0796758Z [00:19:37.331]➜  [+] LOGPATH='/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/nfs-utils.static.log'
2025-08-20T22:08:44.0810721Z [00:19:37.333]➜  [+] ENVPATH=/tmp/pkgforge/lDqVoybC8_SBUILD/ENVPATH
2025-08-20T22:08:44.0979246Z 
2025-08-20T22:08:44.0980217Z [+] Sanitizing /tmp/pkgforge/lDqVoybC8_SBUILD/BUILD.log ==> /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/nfs-utils.static.log
2025-08-20T22:08:56.0827610Z 
2025-08-20T22:08:56.0828955Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs]
2025-08-20T22:08:56.0829907Z [+] LOGS (Build Dir): /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:56.0830423Z 
2025-08-20T22:08:56.0961162Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:08:56.1125796Z ./BUILD_ARTIFACTS.tar :  8.24%   (  6.88 MiB =>    581 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:08:56.1165428Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:08:56.1210289Z 
2025-08-20T22:08:56.1211454Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml :: 00(Hr):19(Min):50(Sec)
2025-08-20T22:08:56.1212189Z 
2025-08-20T22:08:56.1229396Z 
2025-08-20T22:08:56.1229739Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:08:56 PM) UTC
2025-08-20T22:08:56.1230164Z 
2025-08-20T22:08:57.9025329Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:08:57.9078323Z ##[group]Run ##Presets
2025-08-20T22:08:57.9078658Z [36;1m##Presets[0m
2025-08-20T22:08:57.9078873Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:57.9079089Z [36;1m#-------------#[0m
2025-08-20T22:08:57.9079293Z [36;1m##Debug?[0m
2025-08-20T22:08:57.9079542Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:57.9079844Z [36;1m  set -x[0m
2025-08-20T22:08:57.9080037Z [36;1mfi[0m
2025-08-20T22:08:57.9080229Z [36;1m#-------------#[0m
2025-08-20T22:08:57.9080435Z [36;1m##Set ENV[0m
2025-08-20T22:08:57.9080677Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:08:57.9081120Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:08:57.9081543Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:08:57.9081989Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-"[0m
2025-08-20T22:08:57.9082530Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:08:57.9082959Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:08:57.9083638Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:08:57.9083988Z [36;1m fi[0m
2025-08-20T22:08:57.9084169Z [36;1m##Push[0m
2025-08-20T22:08:57.9084402Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:08:57.9084696Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:08:57.9085084Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:08:57.9085574Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:08:57.9086049Z [36;1m     ls -sh "/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:08:57.9086394Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:08:57.9086615Z [36;1m       {[0m
2025-08-20T22:08:57.9086816Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:08:57.9087169Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:08:57.9087634Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:08:57.9088100Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:08:57.9088826Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:08:57.9089501Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:08:57.9090098Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:08:57.9090704Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:08:57.9091365Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:08:57.9092023Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:08:57.9092742Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:08:57.9093791Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:08:57.9094730Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:08:57.9095590Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:08:57.9096588Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:08:57.9097381Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:08:57.9098254Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-nfs-utils")[0m
2025-08-20T22:08:57.9099263Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:08:57.9100331Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:08:57.9101185Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:08:57.9101955Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:08:57.9102880Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:08:57.9103839Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:08:57.9104307Z [36;1m         #Check[0m
2025-08-20T22:08:57.9105335Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T22:08:57.9106644Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:08:57.9107291Z [36;1m            break[0m
2025-08-20T22:08:57.9107662Z [36;1m          else[0m
2025-08-20T22:08:57.9108406Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:08:57.9109215Z [36;1m          fi[0m
2025-08-20T22:08:57.9109627Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:08:57.9110099Z [36;1m        done[0m
2025-08-20T22:08:57.9110429Z [36;1m       }[0m
2025-08-20T22:08:57.9110787Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:08:57.9111242Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:08:57.9112284Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:08:57.9113834Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:08:57.9114602Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:08:57.9115085Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:08:57.9116149Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:08:57.9117471Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:08:57.9118416Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:08:57.9119162Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:08:57.9119588Z [36;1m           fi[0m
2025-08-20T22:08:57.9119932Z [36;1m       fi[0m
2025-08-20T22:08:57.9120259Z [36;1m   fi[0m
2025-08-20T22:08:57.9120595Z [36;1m fi[0m
2025-08-20T22:08:57.9120920Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:08:57.9222050Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:57.9222306Z env:
2025-08-20T22:08:57.9222495Z   CROSS_COMPILING: NO
2025-08-20T22:08:57.9222740Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:08:57.9222992Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:08:57.9223410Z   ON_QEMU: NO
2025-08-20T22:08:57.9223629Z   DEBUG: 0
2025-08-20T22:08:57.9223830Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:08:57.9224088Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:08:57.9224415Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T22:08:57.9224773Z   KEEP_LOGS: YES
2025-08-20T22:08:57.9224991Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:57.9225427Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T22:08:57.9225681Z   SBUILD_REBUILD: false
2025-08-20T22:08:57.9226308Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T22:08:57.9226980Z   BUILD_SYS: host://nix
2025-08-20T22:08:57.9227272Z   BUILD_ON_HOST: TRUE
2025-08-20T22:08:57.9227493Z   BUILD_SYSTEM: HOST
2025-08-20T22:08:57.9227706Z   SYSTMP: /tmp
2025-08-20T22:08:57.9227906Z   GHA_MODE: MATRIX
2025-08-20T22:08:57.9228522Z   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:08:57.9229118Z   INPUT_SBUILD: /tmp/pkgforge/1sh405tsT_build.yaml
2025-08-20T22:08:57.9229490Z   BUILD_DIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml
2025-08-20T22:08:57.9229930Z   SBUILD_OUTDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:57.9230502Z   SBUILD_TMPDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:57.9230950Z   PKG_TYPE: static
2025-08-20T22:08:57.9231170Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:57.9231404Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:57.9231854Z   GHCR_TOKEN: ***
2025-08-20T22:08:57.9232174Z   GITHUB_TOKEN: ***
2025-08-20T22:08:57.9232426Z   GITLAB_TOKEN: ***
2025-08-20T22:08:57.9233982Z   MINISIGN_KEY: ***
2025-08-20T22:08:57.9234183Z ##[endgroup]
2025-08-20T22:08:57.9329124Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:08:57.9339997Z 584K	./BUILD_ARTIFACTS.zstd
2025-08-20T22:08:57.9352527Z total 6.9M
2025-08-20T22:08:57.9352731Z 4.0K CHECKSUM
2025-08-20T22:08:57.9352922Z 4.0K CHECKSUM.sig
2025-08-20T22:08:57.9353117Z 8.0K SBUILD
2025-08-20T22:08:57.9353491Z 4.0K SBUILD.sig
2025-08-20T22:08:57.9353680Z 4.0K SBUILD_TEMP
2025-08-20T22:08:57.9353971Z 6.9M nfs-utils.static.log
2025-08-20T22:08:57.9354363Z 4.0K nfs-utils.static.version
2025-08-20T22:08:57.9354790Z 4.0K nfs-utils.static.version.sig
2025-08-20T22:08:57.9355214Z 4.0K nfs-utils.version
2025-08-20T22:08:57.9355586Z 4.0K nfs-utils.version.sig
2025-08-20T22:08:57.9399280Z Error: "ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-"
2025-08-20T22:08:57.9401426Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:09:02.9461274Z Error: "ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-"
2025-08-20T22:09:02.9462772Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:09:02.9476548Z 
2025-08-20T22:09:02.9477096Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-
2025-08-20T22:09:02.9477720Z 
2025-08-20T22:09:02.9518836Z Error: "ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-"
2025-08-20T22:09:02.9520354Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:09:02.9574009Z ##[group]Run ##Presets
2025-08-20T22:09:02.9574291Z [36;1m##Presets[0m
2025-08-20T22:09:02.9574501Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:02.9574727Z [36;1m#-------------#[0m
2025-08-20T22:09:02.9574932Z [36;1m##Debug?[0m
2025-08-20T22:09:02.9575176Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:02.9575477Z [36;1m  set -x[0m
2025-08-20T22:09:02.9575660Z [36;1mfi[0m
2025-08-20T22:09:02.9575840Z [36;1m#-------------#[0m
2025-08-20T22:09:02.9576101Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:09:02.9576438Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:02.9628290Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:02.9628527Z env:
2025-08-20T22:09:02.9628709Z   CROSS_COMPILING: NO
2025-08-20T22:09:02.9629046Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:02.9629273Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:02.9629488Z   ON_QEMU: NO
2025-08-20T22:09:02.9629693Z   DEBUG: 0
2025-08-20T22:09:02.9629875Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:02.9630106Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:02.9630486Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T22:09:02.9630798Z   KEEP_LOGS: YES
2025-08-20T22:09:02.9630992Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:02.9631216Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T22:09:02.9631444Z   SBUILD_REBUILD: false
2025-08-20T22:09:02.9632003Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T22:09:02.9632590Z   BUILD_SYS: host://nix
2025-08-20T22:09:02.9632797Z   BUILD_ON_HOST: TRUE
2025-08-20T22:09:02.9633001Z   BUILD_SYSTEM: HOST
2025-08-20T22:09:02.9633467Z   SYSTMP: /tmp
2025-08-20T22:09:02.9633676Z   GHA_MODE: MATRIX
2025-08-20T22:09:02.9634125Z   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:09:02.9634656Z   INPUT_SBUILD: /tmp/pkgforge/1sh405tsT_build.yaml
2025-08-20T22:09:02.9634985Z   BUILD_DIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml
2025-08-20T22:09:02.9635378Z   SBUILD_OUTDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:02.9635866Z   SBUILD_TMPDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:02.9636255Z   PKG_TYPE: static
2025-08-20T22:09:02.9636449Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:02.9636661Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:02.9636867Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:02.9637231Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-
2025-08-20T22:09:02.9637628Z ##[endgroup]
2025-08-20T22:09:02.9807105Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:09:02.9807397Z with:
2025-08-20T22:09:02.9807598Z   name: Bincache_nfs-utils_x86_64-Linux
2025-08-20T22:09:02.9807914Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:09:02.9808207Z   compression-level: 0
2025-08-20T22:09:02.9808416Z   retention-days: 30
2025-08-20T22:09:02.9808613Z   overwrite: true
2025-08-20T22:09:02.9808809Z   if-no-files-found: warn
2025-08-20T22:09:02.9809033Z   include-hidden-files: false
2025-08-20T22:09:02.9809252Z env:
2025-08-20T22:09:02.9809425Z   CROSS_COMPILING: NO
2025-08-20T22:09:02.9809632Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:02.9809854Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:02.9810065Z   ON_QEMU: NO
2025-08-20T22:09:02.9810239Z   DEBUG: 0
2025-08-20T22:09:02.9810416Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:02.9810632Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:02.9810932Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T22:09:02.9811272Z   KEEP_LOGS: YES
2025-08-20T22:09:02.9811469Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:02.9811682Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T22:09:02.9811913Z   SBUILD_REBUILD: false
2025-08-20T22:09:02.9812469Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T22:09:02.9813050Z   BUILD_SYS: host://nix
2025-08-20T22:09:02.9813465Z   BUILD_ON_HOST: TRUE
2025-08-20T22:09:02.9813669Z   BUILD_SYSTEM: HOST
2025-08-20T22:09:02.9813870Z   SYSTMP: /tmp
2025-08-20T22:09:02.9814050Z   GHA_MODE: MATRIX
2025-08-20T22:09:02.9814491Z   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:09:02.9815009Z   INPUT_SBUILD: /tmp/pkgforge/1sh405tsT_build.yaml
2025-08-20T22:09:02.9815330Z   BUILD_DIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml
2025-08-20T22:09:02.9815722Z   SBUILD_OUTDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:02.9816210Z   SBUILD_TMPDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:02.9816709Z   PKG_TYPE: static
2025-08-20T22:09:02.9816905Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:02.9817115Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:02.9817317Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:02.9817682Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-
2025-08-20T22:09:02.9818156Z   UTC_TIME: 2025_08_20T10_09_02_PM
2025-08-20T22:09:02.9818376Z ##[endgroup]
2025-08-20T22:09:03.2069021Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:09:03.2072517Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:09:03.2073582Z With the provided path, there will be 2 files uploaded
2025-08-20T22:09:03.4899128Z Artifact name is valid!
2025-08-20T22:09:03.4900798Z Root directory input is valid!
2025-08-20T22:09:03.5847107Z Beginning upload of artifact content to blob storage
2025-08-20T22:09:04.6105789Z Uploaded bytes 8077771
2025-08-20T22:09:04.6901934Z Finished uploading artifact content to blob storage!
2025-08-20T22:09:04.6905424Z SHA256 digest of uploaded artifact zip is f295e0bda9552e120680ddc6fb0781c692876348e739ffe359c5358ed6a68ce9
2025-08-20T22:09:04.6906289Z Finalizing artifact upload
2025-08-20T22:09:04.8605159Z Artifact Bincache_nfs-utils_x86_64-Linux.zip successfully finalized. Artifact ID 3813681983
2025-08-20T22:09:04.8606725Z Artifact Bincache_nfs-utils_x86_64-Linux has been successfully uploaded! Final size is 8077771 bytes. Artifact ID is 3813681983
2025-08-20T22:09:04.8612829Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108570897/artifacts/3813681983
2025-08-20T22:09:04.8773702Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:09:04.8774047Z with:
2025-08-20T22:09:04.8774247Z   subject-name: nfs-utils--
2025-08-20T22:09:04.8775006Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:09:04.8775778Z   show-summary: true
2025-08-20T22:09:04.8776000Z   push-to-registry: false
2025-08-20T22:09:04.8776358Z   github-token: ***
2025-08-20T22:09:04.8776559Z env:
2025-08-20T22:09:04.8776740Z   CROSS_COMPILING: NO
2025-08-20T22:09:04.8776964Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:04.8777202Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:04.8777427Z   ON_QEMU: NO
2025-08-20T22:09:04.8777609Z   DEBUG: 0
2025-08-20T22:09:04.8777796Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:04.8778031Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:04.8778368Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T22:09:04.8778688Z   KEEP_LOGS: YES
2025-08-20T22:09:04.8778885Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:04.8779109Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T22:09:04.8779340Z   SBUILD_REBUILD: false
2025-08-20T22:09:04.8779896Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T22:09:04.8780482Z   BUILD_SYS: host://nix
2025-08-20T22:09:04.8780691Z   BUILD_ON_HOST: TRUE
2025-08-20T22:09:04.8780895Z   BUILD_SYSTEM: HOST
2025-08-20T22:09:04.8781095Z   SYSTMP: /tmp
2025-08-20T22:09:04.8781283Z   GHA_MODE: MATRIX
2025-08-20T22:09:04.8781742Z   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:09:04.8782283Z   INPUT_SBUILD: /tmp/pkgforge/1sh405tsT_build.yaml
2025-08-20T22:09:04.8782618Z   BUILD_DIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml
2025-08-20T22:09:04.8783022Z   SBUILD_OUTDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:04.8783770Z   SBUILD_TMPDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:04.8784166Z   PKG_TYPE: static
2025-08-20T22:09:04.8784370Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:04.8784591Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:04.8784800Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:04.8785300Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-
2025-08-20T22:09:04.8785711Z   UTC_TIME: 2025_08_20T10_09_02_PM
2025-08-20T22:09:04.8785953Z ##[endgroup]
2025-08-20T22:09:04.8857002Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:09:04.8857576Z env:
2025-08-20T22:09:04.8857763Z   CROSS_COMPILING: NO
2025-08-20T22:09:04.8857982Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:04.8858214Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:04.8858437Z   ON_QEMU: NO
2025-08-20T22:09:04.8858624Z   DEBUG: 0
2025-08-20T22:09:04.8858823Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:04.8859059Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:04.8859359Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T22:09:04.8859677Z   KEEP_LOGS: YES
2025-08-20T22:09:04.8859876Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:04.8860102Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T22:09:04.8860336Z   SBUILD_REBUILD: false
2025-08-20T22:09:04.8860906Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T22:09:04.8861494Z   BUILD_SYS: host://nix
2025-08-20T22:09:04.8861704Z   BUILD_ON_HOST: TRUE
2025-08-20T22:09:04.8861907Z   BUILD_SYSTEM: HOST
2025-08-20T22:09:04.8862116Z   SYSTMP: /tmp
2025-08-20T22:09:04.8862311Z   GHA_MODE: MATRIX
2025-08-20T22:09:04.8862760Z   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:09:04.8863610Z   INPUT_SBUILD: /tmp/pkgforge/1sh405tsT_build.yaml
2025-08-20T22:09:04.8863971Z   BUILD_DIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml
2025-08-20T22:09:04.8864375Z   SBUILD_OUTDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:04.8864879Z   SBUILD_TMPDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:04.8865280Z   PKG_TYPE: static
2025-08-20T22:09:04.8865487Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:04.8865708Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:04.8865920Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:04.8866298Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-
2025-08-20T22:09:04.8866712Z   UTC_TIME: 2025_08_20T10_09_02_PM
2025-08-20T22:09:04.8866953Z ##[endgroup]
2025-08-20T22:09:05.8038202Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:09:05.8038550Z with:
2025-08-20T22:09:05.8039258Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:09:05.8040020Z   subject-name: nfs-utils--
2025-08-20T22:09:05.8040315Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:09:05.8043091Z   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/17108570897/attempts/1"}}}
2025-08-20T22:09:05.8046047Z   push-to-registry: false
2025-08-20T22:09:05.8046275Z   show-summary: true
2025-08-20T22:09:05.8046665Z   github-token: ***
2025-08-20T22:09:05.8046872Z env:
2025-08-20T22:09:05.8047056Z   CROSS_COMPILING: NO
2025-08-20T22:09:05.8047278Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:05.8047514Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:05.8047852Z   ON_QEMU: NO
2025-08-20T22:09:05.8048042Z   DEBUG: 0
2025-08-20T22:09:05.8048232Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:05.8048472Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:05.8048773Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T22:09:05.8049183Z   KEEP_LOGS: YES
2025-08-20T22:09:05.8049386Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:05.8049612Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T22:09:05.8049848Z   SBUILD_REBUILD: false
2025-08-20T22:09:05.8050426Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T22:09:05.8051023Z   BUILD_SYS: host://nix
2025-08-20T22:09:05.8051238Z   BUILD_ON_HOST: TRUE
2025-08-20T22:09:05.8051449Z   BUILD_SYSTEM: HOST
2025-08-20T22:09:05.8051655Z   SYSTMP: /tmp
2025-08-20T22:09:05.8051849Z   GHA_MODE: MATRIX
2025-08-20T22:09:05.8052301Z   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:09:05.8052846Z   INPUT_SBUILD: /tmp/pkgforge/1sh405tsT_build.yaml
2025-08-20T22:09:05.8053180Z   BUILD_DIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml
2025-08-20T22:09:05.8053727Z   SBUILD_OUTDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:05.8054238Z   SBUILD_TMPDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:05.8054643Z   PKG_TYPE: static
2025-08-20T22:09:05.8054846Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:05.8055069Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:05.8055432Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:05.8055811Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-
2025-08-20T22:09:05.8056225Z   UTC_TIME: 2025_08_20T10_09_02_PM
2025-08-20T22:09:05.8056464Z ##[endgroup]
2025-08-20T22:09:07.5235346Z Attestation created for 10 subjects
2025-08-20T22:09:07.5240328Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:09:07.5241387Z -----BEGIN CERTIFICATE-----
2025-08-20T22:09:07.5242208Z MIIG8TCCBnagAwIBAgIUBo2mnFQ1WDRPhIl1smvV3nND10owCgYIKoZIzj0EAwMw
2025-08-20T22:09:07.5243617Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:09:07.5244791Z cm1lZGlhdGUwHhcNMjUwODIwMjIwOTA2WhcNMjUwODIwMjIxOTA2WjAAMFkwEwYH
2025-08-20T22:09:07.5245941Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEr6z0t1wWJAH1wGahlOA+v8pj7SuW/qPrZtCz
2025-08-20T22:09:07.5247003Z lpQQ9nxFT9mlwMUgb5DPRfxCPiJgCZtc42L8hc8lybaqnaEsyaOCBZUwggWRMA4G
2025-08-20T22:09:07.5247953Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQULtZ1
2025-08-20T22:09:07.5248859Z fTXcRnSj7SgPSfERg4X/UX4wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:09:07.5249767Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:09:07.5250690Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:09:07.5251665Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:09:07.5252634Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:09:07.5253735Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:09:07.5254720Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:09:07.5255723Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:09:07.5256748Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:09:07.5257758Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:09:07.5258738Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:09:07.5259652Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:09:07.5260175Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:09:07.5260688Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:09:07.5261188Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:09:07.5261865Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:09:07.5262361Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:09:07.5262855Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:09:07.5263670Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:09:07.5264154Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:09:07.5264652Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:09:07.5265150Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:09:07.5265646Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:09:07.5266157Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:09:07.5266650Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4NTcwODk3L2F0
2025-08-20T22:09:07.5267142Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T22:09:07.5278347Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJh1XL
2025-08-20T22:09:07.5278903Z AAAEAwBIMEYCIQCyoWq9BAwiFpx5kWVboDFQY8BoaddF2sxGuALCAEFj7QIhAJG0
2025-08-20T22:09:07.5279405Z GM3rf98kCffrj07YDWyjQ/OMlo4KRnq+rqmPRaJnMAoGCCqGSM49BAMDA2kAMGYC
2025-08-20T22:09:07.5279888Z MQDu3pmyWeg46YUSYl17Wjuj8Ds4Uk3tPktAloY0V16IAVnne8RdViPqKLUkXuIL
2025-08-20T22:09:07.5280357Z tmoCMQCwBNO5bvkE8BUmbpat3efYlhy/7Kl2yNP+Dtrsv8YaKFm7ncv0sOqZFT5N
2025-08-20T22:09:07.5280711Z lHq4Ftk=
2025-08-20T22:09:07.5280916Z -----END CERTIFICATE-----
2025-08-20T22:09:07.5281067Z 
2025-08-20T22:09:07.5281942Z ##[endgroup]
2025-08-20T22:09:07.5282397Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:09:07.5282817Z https://search.sigstore.dev?logIndex=414491270
2025-08-20T22:09:07.5283178Z [36mAttestation uploaded to repository[39m
2025-08-20T22:09:07.5283749Z https://github.com/pkgforge/bincache/attestations/9875192
2025-08-20T22:09:07.6048185Z ##[group]Run ##Presets
2025-08-20T22:09:07.6048482Z [36;1m##Presets[0m
2025-08-20T22:09:07.6048701Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:07.6048941Z [36;1m#-------------#[0m
2025-08-20T22:09:07.6049150Z [36;1m##Debug?[0m
2025-08-20T22:09:07.6049410Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:07.6049726Z [36;1m  set -x[0m
2025-08-20T22:09:07.6049925Z [36;1mfi[0m
2025-08-20T22:09:07.6050113Z [36;1m#-------------#[0m
2025-08-20T22:09:07.6050428Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:09:07.6050983Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs"[0m
2025-08-20T22:09:07.6051416Z [36;1m exit 1[0m
2025-08-20T22:09:07.6051611Z [36;1mfi[0m
2025-08-20T22:09:07.6102509Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:07.6102770Z env:
2025-08-20T22:09:07.6102964Z   CROSS_COMPILING: NO
2025-08-20T22:09:07.6103454Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:07.6103785Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:07.6104019Z   ON_QEMU: NO
2025-08-20T22:09:07.6104208Z   DEBUG: 0
2025-08-20T22:09:07.6104402Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:07.6104641Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:07.6104942Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T22:09:07.6105275Z   KEEP_LOGS: YES
2025-08-20T22:09:07.6105486Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:07.6105719Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T22:09:07.6105957Z   SBUILD_REBUILD: false
2025-08-20T22:09:07.6106524Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T22:09:07.6107116Z   BUILD_SYS: host://nix
2025-08-20T22:09:07.6107325Z   BUILD_ON_HOST: TRUE
2025-08-20T22:09:07.6107528Z   BUILD_SYSTEM: HOST
2025-08-20T22:09:07.6107736Z   SYSTMP: /tmp
2025-08-20T22:09:07.6107924Z   GHA_MODE: MATRIX
2025-08-20T22:09:07.6108385Z   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:09:07.6109049Z   INPUT_SBUILD: /tmp/pkgforge/1sh405tsT_build.yaml
2025-08-20T22:09:07.6109386Z   BUILD_DIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml
2025-08-20T22:09:07.6109792Z   SBUILD_OUTDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:07.6110366Z   SBUILD_TMPDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:07.6110770Z   PKG_TYPE: static
2025-08-20T22:09:07.6110973Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:07.6111194Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:07.6111410Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:07.6111792Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-
2025-08-20T22:09:07.6112214Z   UTC_TIME: 2025_08_20T10_09_02_PM
2025-08-20T22:09:07.6112453Z ##[endgroup]
2025-08-20T22:09:07.6202193Z ##[group]Run ##Presets
2025-08-20T22:09:07.6202502Z [36;1m##Presets[0m
2025-08-20T22:09:07.6202729Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:07.6202953Z [36;1m#-------------#[0m
2025-08-20T22:09:07.6203164Z [36;1m##Debug?[0m
2025-08-20T22:09:07.6203664Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:07.6203987Z [36;1m  set -x[0m
2025-08-20T22:09:07.6204193Z [36;1mfi[0m
2025-08-20T22:09:07.6204378Z [36;1m#-------------#[0m
2025-08-20T22:09:07.6204622Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:09:07.6205099Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs"[0m
2025-08-20T22:09:07.6205535Z [36;1m exit 1[0m
2025-08-20T22:09:07.6205727Z [36;1mfi[0m
2025-08-20T22:09:07.6250163Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:07.6250400Z env:
2025-08-20T22:09:07.6250586Z   CROSS_COMPILING: NO
2025-08-20T22:09:07.6250839Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:07.6251075Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:07.6251299Z   ON_QEMU: NO
2025-08-20T22:09:07.6251489Z   DEBUG: 0
2025-08-20T22:09:07.6251677Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:07.6251913Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:07.6252226Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T22:09:07.6252558Z   KEEP_LOGS: YES
2025-08-20T22:09:07.6252767Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:07.6252999Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T22:09:07.6253434Z   SBUILD_REBUILD: false
2025-08-20T22:09:07.6254007Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T22:09:07.6254613Z   BUILD_SYS: host://nix
2025-08-20T22:09:07.6254823Z   BUILD_ON_HOST: TRUE
2025-08-20T22:09:07.6255033Z   BUILD_SYSTEM: HOST
2025-08-20T22:09:07.6255234Z   SYSTMP: /tmp
2025-08-20T22:09:07.6255424Z   GHA_MODE: MATRIX
2025-08-20T22:09:07.6255880Z   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:09:07.6256416Z   INPUT_SBUILD: /tmp/pkgforge/1sh405tsT_build.yaml
2025-08-20T22:09:07.6256760Z   BUILD_DIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml
2025-08-20T22:09:07.6257171Z   SBUILD_OUTDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:07.6257667Z   SBUILD_TMPDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:07.6258065Z   PKG_TYPE: static
2025-08-20T22:09:07.6258273Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:07.6258491Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:07.6258702Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:07.6259080Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-
2025-08-20T22:09:07.6259499Z   UTC_TIME: 2025_08_20T10_09_02_PM
2025-08-20T22:09:07.6259738Z ##[endgroup]
2025-08-20T22:09:07.6325877Z 
2025-08-20T22:09:07.6326323Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T22:09:07.6336658Z ##[error]Process completed with exit code 1.
2025-08-20T22:09:07.6375340Z ##[group]Run ##Presets
2025-08-20T22:09:07.6375606Z [36;1m##Presets[0m
2025-08-20T22:09:07.6375828Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:07.6376051Z [36;1m#-------------#[0m
2025-08-20T22:09:07.6376260Z [36;1m##Debug?[0m
2025-08-20T22:09:07.6376615Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:07.6376918Z [36;1m  set -x[0m
2025-08-20T22:09:07.6377113Z [36;1mfi[0m
2025-08-20T22:09:07.6377302Z [36;1m#-------------#[0m
2025-08-20T22:09:07.6377658Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:09:07.6378081Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:09:07.6378389Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:09:07.6378664Z [36;1mfi[0m
2025-08-20T22:09:07.6422687Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:07.6422927Z env:
2025-08-20T22:09:07.6423117Z   CROSS_COMPILING: NO
2025-08-20T22:09:07.6423481Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:07.6423725Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:07.6423951Z   ON_QEMU: NO
2025-08-20T22:09:07.6424135Z   DEBUG: 0
2025-08-20T22:09:07.6424326Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:07.6424561Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:07.6424874Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs
2025-08-20T22:09:07.6425194Z   KEEP_LOGS: YES
2025-08-20T22:09:07.6425396Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:07.6425626Z   PKG_FAMILY_LOCAL: nfs-utils
2025-08-20T22:09:07.6425892Z   SBUILD_REBUILD: false
2025-08-20T22:09:07.6426461Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/nfs-utils/static.nixpkgs.stable.yaml
2025-08-20T22:09:07.6427059Z   BUILD_SYS: host://nix
2025-08-20T22:09:07.6427270Z   BUILD_ON_HOST: TRUE
2025-08-20T22:09:07.6427476Z   BUILD_SYSTEM: HOST
2025-08-20T22:09:07.6427676Z   SYSTMP: /tmp
2025-08-20T22:09:07.6427866Z   GHA_MODE: MATRIX
2025-08-20T22:09:07.6428326Z   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:09:07.6428852Z   INPUT_SBUILD: /tmp/pkgforge/1sh405tsT_build.yaml
2025-08-20T22:09:07.6429183Z   BUILD_DIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml
2025-08-20T22:09:07.6429595Z   SBUILD_OUTDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:07.6430103Z   SBUILD_TMPDIR: /tmp/pkgforge/ADoDn7w_1sh405tsT_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:07.6430508Z   PKG_TYPE: static
2025-08-20T22:09:07.6430713Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:07.6430933Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:07.6431146Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:07.6431517Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/nfs-utils/nixpkgs/nfs-utils-srcbuild-
2025-08-20T22:09:07.6431928Z   UTC_TIME: 2025_08_20T10_09_02_PM
2025-08-20T22:09:07.6432166Z ##[endgroup]
2025-08-20T22:09:07.6505429Z EXITED
2025-08-20T22:09:07.6546479Z Cleaning up orphan processes
