Bug 1110497

Summary: go test fails for multiple golang-* libraries
Product: [Fedora] Fedora Reporter: Lokesh Mandvekar <lsm5>
Component: golangAssignee: Vincent Batts <vbatts>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: admiller, golang-updates, jkeck, lemenkov, lsm5, renich, s, vbatts
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-07-08 15:08:05 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 Lokesh Mandvekar 2014-06-17 19:54:37 UTC
Description of problem:

apparently, ever since the upgrade to go1.3rc2, go test in %check fails. 

Here's a sample from golang-github-gorilla-mux:

 go test github.com/gorilla/mux
/var/tmp/rpm-tmp.iEoDQJ: line 31: 10812 Segmentation fault      GOPATH=/usr/share/gocode:/home/lsm5/repositories/pkgs/fedora/golang-github-gorilla-mux/BUILDROOT/golang-github-gorilla-mux-0-0.14.git136d54f.fc21.x86_64//usr/share/gocode go test github.com/gorilla/mux
error: Bad exit status from /var/tmp/rpm-tmp.iEoDQJ (%check)


Version-Release number of selected component (if applicable): 1.3rc2-1.fc21


How reproducible: always


Steps to Reproduce:
1. install latest golang on rawhide
2. try rebuilding any previously built golang lib (golang-github-gorilla-context or golang-github-gorilla-mux for instance)
3. see error

Comment 2 Vincent Batts 2014-07-08 15:08:05 UTC
This test is no longer failing on the go1.3 release. Closing since that was a release-candidate related issue.