Skip to content

Conversation

@octo-sts
Copy link
Contributor

@octo-sts octo-sts bot commented Sep 8, 2025

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr go-licenses labels Sep 8, 2025
@octo-sts
Copy link
Contributor Author

octo-sts bot commented Sep 8, 2025

🩹 Build Failed: Patch Application Failed

Failed to run command "/bin/sh -c 'set -e \n[ -d '''/home/build''' ] || mkdir -p '''/home/build'''
cd '''/home/build'''
series=''''
if [ -z $series ]; then
if [ -n '''go-git.patch''' ]; then
series=$(mktemp)
echo '''go-git.patch''' | awk '''{ for(i = 1; i <= NF; i++) { print $i; } }''' >$series
else
echo "ERROR: Neither patches or series was set."
exit 1
fi
fi
grep -v -E '''^(#|$)''' $series | (while read patchfile; do
patch '''-p1''' --fuzz=2 --verbose <$patchfile
done)

exit 0'": Process exited with status 1

Build Details

Category Details
Build System melange
Failure Point patch step - applying go-git.patch during package build pipeline

Root Cause Analysis 🔍

Multiple patch hunks failed to apply to go.mod and go.sum files. 16 out of 24 hunks failed in go.sum and 1 out of 1 hunk failed in go.mod, indicating the patch is incompatible with the current version of the source code (tag v2.0.1). The patch was likely created for a different version of the go-licenses project.


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 Sep 8, 2025
Removed patch step from go-licenses.yaml configuration.

Signed-off-by: Ajay Kemparaj <ajaykemparaj@gmail.com>
@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 labels Sep 8, 2025
@kbsteere kbsteere enabled auto-merge (squash) September 9, 2025 15:20
@kbsteere kbsteere merged commit 54da722 into main Sep 9, 2025
18 checks passed
@kbsteere kbsteere deleted the wolfictl-b3034dca-bd24-477c-82d4-b176d236e4bf branch September 9, 2025 15:20
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 automated pr bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. go-licenses manual/review-needed request-version-update request for a newer version of a package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants