-
Notifications
You must be signed in to change notification settings - Fork 416
k3s-1.32/1.32.7.1 package update #60957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
octo-sts
bot
commented
Jul 28, 2025
Signed-off-by: wolfi-bot <[email protected]>
⚙️ Build Failed: Configuration
Build Details
Root Cause Analysis 🔍The build system detected license issues with several dependencies. Multiple PATENTS files were identified with 'NOASSERTION' licenses, which are not allowed by the build configuration. The licenses for many dependencies could not be found or were not properly declared in the package configuration. 🔍 Build failure fix suggestionsFound similar build failures that have been fixed in the past and analyzed them to suggest a fix: Suggested ChangesFile: k3s-1.32.yaml
Replacement: Content:
Replacement: Content: Click to expand fix analysisAnalysisThe build failure indicates license compliance issues with dependencies. The error message "invalid license: NOASSERTION" suggests that the build system is failing because it cannot validate the licenses of some dependencies in the k3s package. In Wolfi OS, packages must have proper license declarations for all components. The current build failure is specifically related to license compliance checking, where the system has found PATENTS files or dependencies with unspecified or invalid licenses (NOASSERTION). This is a configuration issue that needs to be addressed by properly declaring the licenses in the package YAML file. Click to expand fix explanationExplanationThe build failure is occurring because the build system is detecting license files (specifically PATENTS files) with "NOASSERTION" licenses, which it cannot validate against the package configuration. The suggested fix works by:
This approach addresses the root cause by properly configuring how the build system should handle license files, preventing the "NOASSERTION" error for files that aren't actually licenses or mapping license files to their proper types. Click to expand alternative approachesAlternative Approaches
Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
|
Duplicate of #60793 |