+ release_urlbase=https://unofficial-builds.nodejs.org/download/release/ + disttype=release + customtag= + datestring= + commit= + fullversion=v24.14.0 + source_url=https://nodejs.org/download/release/v24.14.0/node-v24.14.0.tar.xz + source_urlbase=https://nodejs.org/download/release/v24.14.0 + config_flags= + cd /home/node + curl -fsSLO --compressed https://nodejs.org/download/release/v24.14.0/node-v24.14.0-headers.tar.gz + curl -fsSLO --compressed https://nodejs.org/download/release/v24.14.0/node-v24.14.0-headers.tar.xz + [[ release = release ]] ++ mktemp + pubring=/tmp/tmp.eBpIBp + curl -sSLo /tmp/tmp.eBpIBp https://github.com/nodejs/release-keys/raw/HEAD/gpg-only-active-keys/pubring.kbx + curl -sSL https://nodejs.org/download/release/v24.14.0/SHASUMS256.txt.asc + gpgv --keyring=/tmp/tmp.eBpIBp --output - + grep ' node-v24.14.0-headers.tar.*$' SHASUMS256.txt + sha256sum -c - grep: SHASUMS256.txt: No such file or directory sha256sum: -: no checksum lines found gpgv: error writing to '-': Broken pipe gpgv: handle plaintext failed: Broken pipe gpgv: no signature found gpgv: the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.