Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927854 - dev-go/delve-1.21.2 fails tests
Summary: dev-go/delve-1.21.2 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OzTiram
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-03-26 07:53 UTC by Agostino Sarubbo
Modified: 2024-04-19 16:15 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,179.64 KB, application/x-xz)
2024-03-26 07:53 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-03-26 07:53:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-go/delve-1.21.2 fails tests.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-26 07:53:21 UTC
Created attachment 888600 [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-03-26 07:53:22 UTC
Error(s) that match a know pattern:


    proc_test.go:1345: Goroutine 1 &native.nativeThread{ID:11206, Status:(*native.waitStatus)(0xc0002c0040), CurrentBreakpoint:proc.BreakpointState{Breakpoint:(*proc.Breakpoint)(0xc000276750), Active:true, Stepping:false, SteppingInto:false, CondError:error(nil)}, dbp:(*native.nativeProcess)(0xc0004b9f00), singleStepping:false, os:(*native.osSpecificDetails)(0xc0005443c0), common:proc.CommonThread{CallReturn:false, returnValues:[]*proc.Variable(nil), g:(*proc.G)(0xc0005823c0)}}
    proc_test.go:1355: Goroutine 1: could not find correct frame
    proc_test.go:1355: Goroutine 2: could not find correct frame
    proc_test.go:1355: Goroutine 3: could not find correct frame
    proc_test.go:1355: Goroutine 4: could not find correct frame
    proc_test.go:1389: Goroutine 1 &native.nativeThread{ID:11206, Status:(*native.waitStatus)(0xc0003e2c88), CurrentBreakpoint:proc.BreakpointState{Breakpoint:(*proc.Breakpoint)(0xc000276750), Active:true, Stepping:false, SteppingInto:false, CondError:error(nil)}, dbp:(*native.nativeProcess)(0xc0004b9f00), singleStepping:false, os:(*native.osSpecificDetails)(0xc0005443c0), common:proc.CommonThread{CallReturn:false, returnValues:[]*proc.Variable(nil), g:(*proc.G)(0xc000583ec0)}}
    proc_test.go:2144: could not find parked goroutine
    proc_test.go:2195: could not find parked goroutine
    server_test.go:2325: got &dap.ErrorResponse{Response:dap.Response{ProtocolMessage:dap.ProtocolMessage{Seq:0, Type:"response"}, RequestSeq:22, Success:false, Command:"evaluate", Message:"Unable to evaluate expression"}, Body:dap.ErrorResponseBody{Error:(*dap.ErrorMessage)(0xc00027a190)}}, want *dap.EvaluateResponse
    server_test.go:6213: got &dap.ErrorResponse{Response:dap.Response{ProtocolMessage:dap.ProtocolMessage{Seq:0, Type:"response"}, RequestSeq:28, Success:false, Command:"evaluate", Message:"Unable to evaluate expression"}, Body:dap.ErrorResponseBody{Error:(*dap.ErrorMessage)(0xc0007d9cc0)}}, want *dap.EvaluateResponse
    variables_test.go:1364: 	err = error evaluating "s1" as argument elems in function strings.Join: could not find symbol value for s1
    variables_test.go:1364: 	err = error evaluating "s1" as argument v in function main.stringsJoin: could not find symbol value for s1
FAIL
FAIL	github.com/go-delve/delve/pkg/proc	141.579s
FAIL	github.com/go-delve/delve/pkg/proc/core	0.282s
FAIL	github.com/go-delve/delve/service/dap	73.423s
FAIL	github.com/go-delve/delve/service/debugger	2.715s
FAIL	github.com/go-delve/delve/service/test	47.465s
could not remove /var/tmp/portage/dev-go/delve-1.21.2/work/delve-1.21.2/service/dap/__debug_bin2649025490: remove /var/tmp/portage/dev-go/delve-1.21.2/work/delve-1.21.2/service/dap/__debug_bin2649025490: no such file or directory
could not remove /var/tmp/portage/dev-go/delve-1.21.2/work/delve-1.21.2/service/dap/__debug_bin4120537327: remove /var/tmp/portage/dev-go/delve-1.21.2/work/delve-1.21.2/service/dap/__debug_bin4120537327: no such file or directory
    cmds_test.go:43: output: ["one.txt" "" ""] error redirect error: stdin redirected twice
Comment 3 Larry the Git Cow gentoo-dev 2024-04-19 16:15:29 UTC
The bug has been closed via the following commit(s):

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

commit 2beefefa71a61b6c5a05addeea3dcbde0a7453e2
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-04-19 16:08:24 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-04-19 16:08:24 +0000

    dev-go/delve: add 1.22.1
    
    Closes: https://bugs.gentoo.org/927854
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-go/delve/Manifest            |  1 +
 dev-go/delve/delve-1.22.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)