Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1424462 - source-to-image: FTBFS in rawhide
Summary: source-to-image: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: source-to-image
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tomas Hrcka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F26FTBFS
TreeView+ depends on / blocked
 
Reported: 2017-02-17 17:12 UTC by Fedora Release Engineering
Modified: 2017-05-15 12:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-15 12:02:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (108.64 KB, text/plain)
2017-02-17 17:13 UTC, Fedora Release Engineering
no flags Details
root.log (79.34 KB, text/plain)
2017-02-17 17:13 UTC, Fedora Release Engineering
no flags Details
state.log (651 bytes, text/plain)
2017-02-17 17:13 UTC, Fedora Release Engineering
no flags Details
patch for the declarations (666 bytes, patch)
2017-05-15 11:42 UTC, Jakub Čajka
no flags Details | Diff

Description Fedora Release Engineering 2017-02-17 17:12:56 UTC
Your package source-to-image failed to build from source in current rawhide.

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

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

Comment 1 Fedora Release Engineering 2017-02-17 17:13:02 UTC
Created attachment 1254661 [details]
build.log

Comment 2 Fedora Release Engineering 2017-02-17 17:13:06 UTC
Created attachment 1254662 [details]
root.log

Comment 3 Fedora Release Engineering 2017-02-17 17:13:09 UTC
Created attachment 1254663 [details]
state.log

Comment 4 Fedora End Of Life 2017-02-28 12:16:02 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle.
Changing version to '26'.

Comment 5 Jakub Čajka 2017-05-15 11:42:04 UTC
Created attachment 1278931 [details]
patch for the declarations

This fixes the issue with declarations, but build fails further in tests. Seems as some problem with URL parsing.

+ go test -compiler gc -ldflags '' github.com/openshift/source-to-image/pkg/scm/git
--- FAIL: TestMungeNoProtocolURL (0.00s)
	git_test.go:211: Could not parse url "git@[2001:db8::1]:/repository.git"
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x65b25b]

goroutine 12 [running]:
testing.tRunner.func1(0xc4201b5110)
	/usr/lib/golang/src/testing/testing.go:622 +0x29d
panic(0x6a67a0, 0x8542f0)
	/usr/lib/golang/src/runtime/panic.go:489 +0x2cf
github.com/openshift/source-to-image/pkg/scm/git.TestMungeNoProtocolURL(0xc4201b5110)
	/builddir/build/BUILDROOT/source-to-image-1.0.9-3.fc26.x86_64/usr/share/gocode/src/github.com/openshift/source-to-image/pkg/scm/git/git_test.go:221 +0x131b
testing.tRunner(0xc4201b5110, 0x70bf28)
	/usr/lib/golang/src/testing/testing.go:657 +0x96
created by testing.(*T).Run
	/usr/lib/golang/src/testing/testing.go:697 +0x2ca
FAIL	github.com/openshift/source-to-image/pkg/scm/git	0.006s
error: Bad exit status from /var/tmp/rpm-tmp.CpJ7lo (%check)
    Bad exit status from /var/tmp/rpm-tmp.CpJ7lo (%check)

Comment 6 Upstream Release Monitoring 2017-05-15 11:46:59 UTC
jchaloup's source-to-image-1.0.9-4.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=891808


Note You need to log in before you can comment on or make changes to this bug.