Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 827938

Summary: dev-lang/go-1.17.3 - FAIL: TestScript/list_swigcxx
Product: Gentoo Linux Reporter: ernsteiswuerfel <erhard_f>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: RESOLVED OBSOLETE    
Severity: normal CC: sam
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: PPC64   
OS: Linux   
See Also: https://github.com/golang/go/issues/50205
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

Description ernsteiswuerfel archtester 2021-12-01 11:39:56 UTC
Created attachment 757128 [details]
build.log

[...]
ok  	cmd/doc	2.325s
ok  	cmd/fix	3.087s
go test proxy running at GOPROXY=http://127.0.0.1:33415/mod
--- FAIL: TestScript (0.28s)
    --- FAIL: TestScript/list_swigcxx (0.70s)
        script_test.go:252: 
            # go list should not report SWIG-generated C++ files in CompiledGoFiles. (0.000s)
            # CompiledGoFiles should contain 4 files:
            #  a.go
            #  a.swigcxx.go
            #  _cgo_gotypes.go
            #  a.cgo1.go (0.692s)
            # These names we see here, other than a.go, will be from the build cache,
            # so we just count them. (0.000s)
            > stdout a\.go
            > stdout -count=3 $GOCACHE
            FAIL: testdata/script/list_swigcxx.txt:17: no match for `(?m)/var/tmp/portage/dev-lang/go-1\.17\.3/work/go/pkg/obj/go-build` found in stdout
            
FAIL
FAIL	cmd/go	43.011s
[...]
ok  	cmd/trace	0.317s
ok  	cmd/vet	22.833s
FAIL
go tool dist: Failed: exit status 1
Comment 1 ernsteiswuerfel archtester 2021-12-01 11:40:38 UTC
Created attachment 757129 [details]
emerge --info
Comment 2 ernsteiswuerfel archtester 2022-02-16 10:50:13 UTC
1.17.7 passes tests on ppc64.