Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930343 - dev-go/delve-1.22.1 fails tests
Summary: dev-go/delve-1.22.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: OzTiram
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-04-20 17:55 UTC by Agostino Sarubbo
Modified: 2024-04-22 08:17 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,186.34 KB, application/x-xz)
2024-04-20 17:55 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-04-20 17:55:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-go/delve-1.22.1 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-04-20 17:55:19 UTC
Created attachment 891205 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-20 17:55:19 UTC
Error(s) that match a know pattern:


could not remove /var/tmp/portage/dev-go/delve-1.22.1/work/delve-1.22.1/service/dap/__debug_bin3267649583: remove /var/tmp/portage/dev-go/delve-1.22.1/work/delve-1.22.1/service/dap/__debug_bin3267649583: no such file or directory
could not remove /var/tmp/portage/dev-go/delve-1.22.1/work/delve-1.22.1/service/dap/__debug_bin3736418425: remove /var/tmp/portage/dev-go/delve-1.22.1/work/delve-1.22.1/service/dap/__debug_bin3736418425: no such file or directory
FAIL
FAIL	github.com/go-delve/delve/pkg/proc	145.287s
FAIL	github.com/go-delve/delve/pkg/proc/core	0.287s
    proc_test.go:1341: Goroutine 1 &native.nativeThread{ID:12387, Status:(*native.waitStatus)(0xc0005a2020), CurrentBreakpoint:proc.BreakpointState{Breakpoint:(*proc.Breakpoint)(0xc000278750), Active:true, Stepping:false, SteppingInto:false, CondError:error(nil)}, dbp:(*native.nativeProcess)(0xc000bd6f00), singleStepping:false, os:(*native.osSpecificDetails)(0xc00080d8d8), common:proc.CommonThread{CallReturn:false, returnValues:[]*proc.Variable(nil), g:(*proc.G)(0xc000564b40)}}
    proc_test.go:1351: Goroutine 1: could not find correct frame
    proc_test.go:1351: Goroutine 2: could not find correct frame
    proc_test.go:1351: Goroutine 3: could not find correct frame
    proc_test.go:1351: Goroutine 4: could not find correct frame
    proc_test.go:1385: Goroutine 1 &native.nativeThread{ID:12387, Status:(*native.waitStatus)(0xc0003297e8), CurrentBreakpoint:proc.BreakpointState{Breakpoint:(*proc.Breakpoint)(0xc000278750), Active:true, Stepping:false, SteppingInto:false, CondError:error(nil)}, dbp:(*native.nativeProcess)(0xc000bd6f00), singleStepping:false, os:(*native.osSpecificDetails)(0xc00080d8d8), common:proc.CommonThread{CallReturn:false, returnValues:[]*proc.Variable(nil), g:(*proc.G)(0xc00050a0c0)}}
    proc_test.go:2170: could not find parked goroutine
    proc_test.go:2221: could not find parked goroutine
    variables_test.go:1389: 	err = error evaluating "s1" as argument 1 in function strings.Join: could not find symbol value for s1
    variables_test.go:1389: 	err = error evaluating "s1" as argument 1 in function stringsJoin: could not find symbol value for s1
    cmds_test.go:43: output: ["one.txt" "" ""] error redirect error: stdin redirected twice
Comment 3 Larry the Git Cow gentoo-dev 2024-04-22 08:17:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df526c9bf66955868e2f006d017ea3194c3ee826

commit df526c9bf66955868e2f006d017ea3194c3ee826
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-04-22 08:15:14 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-04-22 08:16:54 +0000

    dev-go/delve: fix failing test
    
    This test fails when core dump rules in container are special. Not
    important test.
    
    Closes: https://bugs.gentoo.org/930343
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-go/delve/delve-1.22.1.ebuild | 1 +
 1 file changed, 1 insertion(+)