Bug 1674763

Summary: containerd: FTBFS in Fedora rawhide/f30
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: containerdAssignee: Carl George <carl>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: carl
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: 2019-02-28 20:13:40 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: 1680040    
Bug Blocks: 1674516    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2019-02-11 16:59:42 UTC
containerd failed to build from source in Fedora rawhide/f30

https://koji.fedoraproject.org/koji/taskinfo?taskID=32373467


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Please fix containerd at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
containerd will be orphaned. Before branching of Fedora 31,
containerd will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source

Comment 1 Fedora Release Engineering 2019-02-11 16:59:45 UTC
Created attachment 1529579 [details]
build.log

file build.log too big, will only attach last 1024 bytes

Comment 2 Fedora Release Engineering 2019-02-11 16:59:46 UTC
Created attachment 1529580 [details]
root.log

file root.log too big, will only attach last 1024 bytes

Comment 3 Fedora Release Engineering 2019-02-11 16:59:47 UTC
Created attachment 1529581 [details]
state.log

Comment 4 Carl George 2019-02-12 02:11:29 UTC
The rebuild failed on ppc64le and aarch64.  I can't reproduce the aarch64 failure, but ppc64le fails consistently in scratch builds.  The result is the same if I update to the latest 1.2.3 upstream source.  I've reported it upstream.

https://github.com/containerd/containerd/issues/3005

If upstream is unresponsive I can disable the tests on ppc64le to get it to pass for now.

Comment 5 Carl George 2019-02-18 19:59:14 UTC
Looks like it's an golang issue.  Rawhide is using golang 1.12 beta2, which introduced the bug.

https://github.com/golang/go/issues/30283