Bug 2046993
Summary: | rust-zincati: FTBFS in Fedora rawhide/f36 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | rust-zincati | Assignee: | Rust SIG <rust-sig> | ||||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 36 | CC: | bgilbert, decathorpe, jonathan, lucab, rust-sig, travier | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2022-04-21 15:12:01 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 485251, 1992484, 2045102 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2022-01-27 09:49:29 UTC
Created attachment 1856588 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 1856589 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1856590 [details]
state.log
From the build log on 'armv7hl' (buildvm-a32-29.iad2.fedoraproject.org): ``` Compiling zincati v0.0.24 (/builddir/build/BUILD/zincati-0.0.24) Running `/usr/bin/rustc --crate-name zincati --edition=2018 src/main.rs [...]` LLVM ERROR: out of memory Allocation failed error: could not compile `zincati` ``` Tried another build, it landed on a different build-machine, but it exhausted memory there too. This service takes care of CoreOS auto-updates, so by design it really runs on 64bits only. I think we can safely stop building on 'armv7hl' and 'i686', which also helps saving some build resources. Since zincati is a leaf package, dropping i686 and armv7hl should be fine. Or, alternatively, you could try reducing verbosity of debuginfo, like here: https://src.fedoraproject.org/rpms/rust-cargo-c/c/a48dec6730485b8135db627b1e41b515bc6e5cba?branch=rawhide That solved this problem for all Rust packages I saw that had OOM problems on 32-bit platforms. Yes we also had some brainstorming on IRC about the possible paths to get this back to building, but eventually decided it does not make much sense. I'll take care of assembling a -3 with a smaller arch set. Thanks for the feedback and the link, though. I'll keep that in mind if it may be needed on another package. This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle. Changing version to 36. The following builds were made after this report was opened: rust-zincati-0.0.24-4.fc37 |