Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 827938 - dev-lang/go-1.17.3 - FAIL: TestScript/list_swigcxx
Summary: dev-lang/go-1.17.3 - FAIL: TestScript/list_swigcxx
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2021-12-01 11:39 UTC by ernsteiswuerfel
Modified: 2022-02-16 10:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (go-1.17.3:20211201-102850.log,12.76 KB, text/plain)
2021-12-01 11:39 UTC, ernsteiswuerfel
Details
emerge --info (file_827938.txt,6.03 KB, text/plain)
2021-12-01 11:40 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
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.