Bug 1110497 - go test fails for multiple golang-* libraries
Summary: go test fails for multiple golang-* libraries
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: golang
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vincent Batts
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-17 19:54 UTC by Lokesh Mandvekar
Modified: 2017-06-28 12:56 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-07-08 15:08:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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