Bug 1107038
| Summary: | rpm: FTBFS in rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> | ||||||||
| Component: | rpm | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | jzeleny, novyjindrich, packaging-team-maint, pknirsch, pmatilai | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-06-10 12:06:05 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: | 1105908 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Dennis Gilmore
2014-06-09 19:11:56 UTC
Created attachment 905903 [details]
build.log
Created attachment 905904 [details]
root.log
Created attachment 905905 [details]
state.log
This looks like something else in rawhide is hosed, the test-suite is failing all over the place with:
+Assertion 'rtnl->rbuffer' failed at ../src/libsystemd/sd-rtnl/rtnl-message.c:1171, function socket_read_message(). Aborting.
+./atlocal: line 31: 32537 Aborted MAGIC="/magic/magic" FAKECHROOT_BASE="${RPMTEST}" fakechroot "$@" --define "_topdir /build"
This happens on package builds, so I guess its the gethostbyname() call to figure buildhost that is failing somewhere in libsystemd. Or something... Additionally the arm-build failed because it timed out. So this seems more like intermittent failures somewhere else than rpm.
Reproducable on builders (assert errors on x86_64, stuck entirely on i686 and arm), but not in local mock build. Which makes it pretty much impossible to debug, so "fixed" in rpm-4.11.2-13.fc21 by simply disabling the test-suite for now. |