Skip to content

Conversation

@octo-sts
Copy link
Contributor

@octo-sts octo-sts bot commented Nov 24, 2025

@octo-sts octo-sts bot added automated pr parallel request-version-update request for a newer version of a package labels Nov 24, 2025
@octo-sts
Copy link
Contributor Author

octo-sts bot commented Nov 24, 2025

📡 Build Failed: Network

Failed to run command "/bin/sh -c 'set -e \n[ -d '''/home/build''' ] || mkdir -p '''/home/build'''
cd '''/home/build'''
if [ "368d1982cfd9dbebb8cd0e444de6199559df94ac2dd1edf95f74350f0af1e84d" == "" ] && [ "" == "" ] && [ "" == "" ]; then
printf "One of expected-sha256 or expected-sha512 is required"
exit 1
fi
bn=$(basename https://ftpmirror.gnu.org/gnu/parallel/parallel-20251122.tar.bz2)
if [ ! "368d1982cfd9dbebb8cd0e444de6199559df94ac2dd1edf95f74350f0af1e84d" == "" ]; then
fn="/var/cache/melange/sha256:368d1982cfd9dbebb8cd0e444de6199559df94ac2dd1edf95f74350f0af1e84d"
if [ -f $fn ]; then
printf "fetch: found $fn in cache\n"
cp $fn $bn
fi
else
fn="/var/cache/melange/sha512:"
if [ -f $fn ]; then
printf "fetch: found $fn in cache\n"
cp $fn $bn
fi
fi
if [ ! -f $bn ]; then
wget '''-T5''' '''--dns-timeout=20''' '''--tries=5''' --random-wait --retry-connrefused --continue '''https://ftpmirror.gnu.org/gnu/parallel/parallel-20251122.tar.bz2'\''
fi
if [ "" != "" ]; then
printf "fetch: Checksum validation skipped\n"
elif [ "368d1982cfd9dbebb8cd0e444de6199559df94ac2dd1edf95f74350f0af1e84d" != "" ]; then
printf "fetch: Expected sha256: 368d1982cfd9dbebb8cd0e444de6199559df94ac2dd1edf95f74350f0af1e84d\n"
sum=$(sha256sum $bn | awk '''{print $1}''')
if [ "368d1982cfd9dbebb8cd0e444de6199559df94ac2dd1edf95f74350f0af1e84d" != "$sum" ]; then
printf "fetch: Expected sha256 does not match found: $sum\n"
exit 1
fi
else
printf "fetch: Expected sha512: \n"
sum=$(sha512sum $bn | awk '''{print $1}''')
if [ "" != "$sum" ]; then
printf "fetch: Expected sha512 does not match found: $sum\n"
exit 1
fi
fi
if [ "true" = "true" ]; then
tar -x '''--strip-components=1''' --no-same-owner -C '''.''' -f $bn
fi
if [ "false" = "true" ]; then
rm $bn
fi

exit 0'": Process exited with status 8

Build Details

Category Details
Build System melange
Failure Point fetch step - downloading source archive from https://ftpmirror.gnu.org/gnu/parallel/parallel-20251122.tar.bz2

Root Cause Analysis 🔍

The build failed during the fetch step because the source archive could not be downloaded. The initial URL redirected to gnu.mirror.constant.com which returned a 404 Not Found error, indicating the file parallel-20251122.tar.bz2 is not available at that mirror location. This is a network/availability issue where the source file cannot be retrieved from the specified mirror.


Was this comment helpful? Please use 👍 or 👎 reactions on this comment.

@octo-sts octo-sts bot added the ai/skip-comment Stop AI from commenting on PR label Nov 24, 2025
@OddBloke OddBloke self-assigned this Nov 25, 2025
@octo-sts octo-sts bot added bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. manual/review-needed staging-approver-bot/manual-review-needed approver-bot/manual-review-needed labels Nov 25, 2025
@OddBloke OddBloke merged commit 1e778b1 into main Nov 25, 2025
31 checks passed
@OddBloke OddBloke deleted the staging-update-bot/parallel.yaml branch November 25, 2025 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai/skip-comment Stop AI from commenting on PR approver-bot/manual-review-needed automated pr bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. manual/review-needed parallel request-version-update request for a newer version of a package staging-approver-bot/manual-review-needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants