Bug 1335179

Summary: flannel is FTBFS on rawhide
Product: [Fedora] Fedora Reporter: Peter Robinson <pbrobinson>
Component: flannelAssignee: Jan Chaloupka <jchaloup>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: eparis, golang-updates, jchaloup, linville, nhorman, vbatts
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: flannel-0.5.5-6.fc25 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-29 09:42:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Peter Robinson 2016-05-11 13:36:33 UTC
mkdir -p $WORK/github.com/coreos/flannel/subnet/_obj/
cd /builddir/build/BUILD/flannel-cb8284fb60737793596dd2fc98d9608d3d0d66f0/src/github.com/coreos/flannel/subnet
/usr/lib/golang/pkg/tool/linux_amd64/compile -o $WORK/github.com/coreos/flannel/subnet.a -trimpath $WORK -p github.com/coreos/flannel/subnet -complete -buildid f101751372ad1eca69009165eceff5e8a271b1e5 -D _/builddir/build/BUILD/flannel-cb8284fb60737793596dd2fc98d9608d3d0d66f0/src/github.com/coreos/flannel/subnet -I $WORK -I /builddir/build/BUILD/flannel-cb8284fb60737793596dd2fc98d9608d3d0d66f0/pkg/linux_amd64 -I /usr/share/gocode/pkg/linux_amd64 -pack ./config.go ./etcd.go ./mock_registry.go ./mock_subnet.go ./rand.go ./registry.go ./renew.go ./subnet.go ./watch.go
# github.com/coreos/flannel/subnet
src/github.com/coreos/flannel/subnet/registry.go:59: not enough arguments in call to transport.NewTransport
error: Bad exit status from /var/tmp/rpm-tmp.y7q3lt (%build)

This bug mentions network/subnet so it might be fixed by a rebase https://bugzilla.redhat.com/show_bug.cgi?id=1223445

Comment 1 Jan Chaloupka 2016-06-29 09:42:48 UTC
Etcd has been update to etcd3 which changes the API. Flannel code patched to work with etcd3 on rawhide.