Skip to content
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

FTBFS 2024-08-15 #26401

Open
31 of 54 tasks
xnox opened this issue Aug 15, 2024 · 2 comments
Open
31 of 54 tasks

FTBFS 2024-08-15 #26401

xnox opened this issue Aug 15, 2024 · 2 comments
Labels
service:ftbfs Failed to Build From Source

Comments

@xnox
Copy link
Member

xnox commented Aug 15, 2024

Generated with:

./cg build log --build-id=6a9cd064-7533-4046-ad92-44caa14b07b0 --search 'ERROR: failed to build package' --attrs pkg,arch | sort | cut -d\  -f2,14- | sed 's|^|- [ ] |'

Tasks

Individual build logs can be queried using ./cg build log --build-id=6a9cd064-7533-4046-ad92-44caa14b07b0 --package PKG --arch ARCH using pr 19057

@xnox xnox added the service:ftbfs Failed to Build From Source label Aug 15, 2024
ajayk pushed a commit that referenced this issue Aug 19, 2024
bump time crate to the latest version (0.3.36)

Related: #26401

```bash
[sdk] ❯ wolfictl scan ./packages/aarch64/*.apk
🔎 Scanning "./packages/aarch64/hickory-dns-0.24.1-r1.apk"
✅ No vulnerabilities found
[sdk] ❯
```

Signed-off-by: kranurag7 <[email protected]>
Co-authored-by: Dimitri John Ledkov <[email protected]>
This was referenced Aug 21, 2024
ajayk pushed a commit that referenced this issue Aug 21, 2024
time crate fails to compile with latest stable version of rust. this
commit updates the crate to the latest version.

<details><summary> scan results </summary>
<p>

```bash
[sdk] ❯ wolfictl scan ./packages/aarch64/meilisearch-1.9.0-r0.apk
🔎 Scanning "./packages/aarch64/meilisearch-1.9.0-r0.apk"
✅ No vulnerabilities found
```

</p>
</details> 

Related: #26401

Signed-off-by: kranurag7 <[email protected]>
ajayk pushed a commit that referenced this issue Sep 30, 2024
It's been replaced by hickory-dns and the gitrepo doesn't have the
contents to build this package.

Related: #26401
imjasonh pushed a commit that referenced this issue Sep 30, 2024
@justinvreeland
Copy link
Member

sonar-scanner-cli-entrypoint and ruby3.2-aws-* are specifying branches that are regularly updated. Those projects also don't have tags that we can use for the versions we're on. So the expected commits don't match and rebuilds will fail as soon as a new push happens. Since we don't keep src tar or source equivalents need to figure out how we want to deal with these. Maybe augment the git pipeline to use a specific commit instead of branch or tag.

This was referenced Sep 30, 2024
@xnox
Copy link
Member Author

xnox commented Sep 30, 2024

sonar-scanner-cli-entrypoint and ruby3.2-aws-* are specifying branches that are regularly updated. Those projects also don't have tags that we can use for the versions we're on. So the expected commits don't match and rebuilds will fail as soon as a new push happens. Since we don't keep src tar or source equivalents need to figure out how we want to deal with these. Maybe augment the git pipeline to use a specific commit instead of branch or tag.

@justinvreeland Note, it will get better soon once chainguard-dev/melange#1516 makes it into wolfictl; as then periodic updatable things, with branch & expected-commit will reset to it; rather than fail the build.

xnox pushed a commit that referenced this issue Oct 1, 2024
update deps add compiler option

Related: #26401
justinvreeland added a commit that referenced this issue Oct 1, 2024
gdonval pushed a commit to gdonval/wolfi-os that referenced this issue Oct 9, 2024
xnox pushed a commit that referenced this issue Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service:ftbfs Failed to Build From Source
Projects
None yet
Development

No branches or pull requests

2 participants