Your message dated Thu, 02 Jul 2026 20:36:28 +0000
with message-id <[email protected]>
and subject line Bug#1082973: fixed in delve 1.20.2-1+deb12u1
has caused the Debian Bug report #1082973,
regarding delve: FTBFS: FAIL: TestClientServer_FpRegisters
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1082973: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082973
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:delve
Version: 1.23.1-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --buildsystem=golang --with=golang
   dh_update_autotools_config -O--buildsystem=golang
   dh_autoreconf -O--buildsystem=golang
   dh_auto_configure -O--buildsystem=golang
   debian/rules execute_before_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
DH_GOLANG_GO_GENERATE=1 \
DH_GOLANG_BUILDPKG=github.com/go-delve/delve/pkg/proc/internal/ebpf \
dh_auto_build
        cd obj-x86_64-linux-gnu && go generate -v 
github.com/go-delve/delve/pkg/proc/internal/ebpf
src/github.com/go-delve/delve/pkg/proc/internal/ebpf/context.go
src/github.com/go-delve/delve/pkg/proc/internal/ebpf/helpers.go
Compiled 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/pkg/proc/internal/ebpf/trace_bpfel_x86.o

[... snipped ...]

    integration2_test.go:1153: FindLocation("main.Amethod") → [{4786990 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog_generic.go
 9 0xc00952fa70 [4786990 4787246] [27385 27385]}]
    integration2_test.go:1153: FindLocation("ParamReceiver.Amethod") → [{4786990 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog_generic.go
 9 0xc00d8f20f0 [4786990 4787246] [27385 27385]}]
    integration2_test.go:1153: FindLocation("Amethod") → [{4786990 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog_generic.go
 9 0xc00d807110 [4786990 4787246] [27385 27385]}]
    integration2_test.go:1153: FindLocation("main.(*ParamReceiver).Amethod") → [{4786990 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog_generic.go
 9 0xc00d8f27b0 [4786990 4787246] [27385 27385]}]
    integration2_test.go:1153: FindLocation("(*ParamReceiver).Amethod") → [{4786990 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog_generic.go
 9 0xc00d8074a0 [4786990 4787246] [27385 27385]}]
    integration2_test.go:1153: FindLocation("main.(*ParamReceiver).Amethod") → [{4786990 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog_generic.go
 9 0xc00d8f2f90 [4786990 4787246] [27385 27385]}]
    integration2_test.go:1153: FindLocation("(*ParamReceiver).Amethod") → [{4786990 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog_generic.go
 9 0xc00d8f33b0 [4786990 4787246] [27385 27385]}]
    integration2_test.go:1153: FindLocation("main.ParamFunc:1") → [{4786528 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog_generic.go
 14 0xc00d8f3a40 [4786528 4786780] [27385 27385]}]
--- PASS: TestClientServer_FindLocations (3.26s)
=== RUN   TestClientServer_FindLocationsAddr
    common_test.go:108: FindLocation("main.afunction") → [{4780366 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog2.go
 8 0xc01040daa0 [4780366] [27391]}]
    common_test.go:108: FindLocation("main.main.func1") → [{4781710 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog2.go
 24 0xc01041c150 [4781710] [27391]}]
    common_test.go:108: FindLocation("*fn1") → [{4780366 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog2.go
 8 0xc01041c960 [] []}]
    common_test.go:108: FindLocation("*fn3") → [{4781710 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog2.go
 24 0xc01041d050 [] []}]
--- PASS: TestClientServer_FindLocationsAddr (0.26s)
=== RUN   TestClientServer_FindLocationsExactMatch
    common_test.go:108: FindLocation("math/rand.Intn") → [{4781674 
/usr/lib/go-1.23/src/math/rand/rand.go 453 0xc004ccd740 [4781674] [27434]}]
--- PASS: TestClientServer_FindLocationsExactMatch (0.38s)
=== RUN   TestClientServer_EvalVariable
    integration2_test.go:1210: var1: "foofoofoofoofoofoo"
--- PASS: TestClientServer_EvalVariable (0.25s)
=== RUN   TestClientServer_SetVariable
    integration2_test.go:1233: a2: &{a2 824634337512 false int int 0 int 8 0 0 
[] 0  [block] DW_OP_fbreg -0x618  33}
--- PASS: TestClientServer_SetVariable (0.25s)
=== RUN   TestClientServer_FullStacktrace
    support.go:246: enabling recording for TestClientServer_FullStacktrace
    integration2_test.go:1271: goroutine 1
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0xc0 pc=0x466f80 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:15
 main.stacktraceme
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4670ea 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:29
 main.main
    integration2_test.go:1273:  frame 2 off=-0x20 bpoff=-0x30 pc=0x4313eb 
/usr/lib/go-1.23/src/runtime/proc.go:272 runtime.main
    integration2_test.go:1273:  frame 3 off=-0x18 bpoff=-0xc00004c800 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 2
    integration2_test.go:1273:  frame 0 off=-0x58 bpoff=-0x68 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0x20 bpoff=-0x30 pc=0x431733 
/usr/lib/go-1.23/src/runtime/proc.go:430 runtime.goparkunlock
    integration2_test.go:1273:  frame 2 off=-0x20 bpoff=-0x30 pc=0x431733 
/usr/lib/go-1.23/src/runtime/proc.go:337 runtime.forcegchelper
    integration2_test.go:1273:  frame 3 off=-0x18 bpoff=-0xc00004d000 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 17
    integration2_test.go:1273:  frame 0 off=-0x80 bpoff=-0x90 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0x38 bpoff=-0x48 pc=0x41d834 
/usr/lib/go-1.23/src/runtime/proc.go:430 runtime.goparkunlock
    integration2_test.go:1273:  frame 2 off=-0x38 bpoff=-0x48 pc=0x41d834 
/usr/lib/go-1.23/src/runtime/mgcsweep.go:277 runtime.bgsweep
    integration2_test.go:1273:  frame 3 off=-0x20 bpoff=-0x30 pc=0x4121c5 
/usr/lib/go-1.23/src/runtime/mgc.go:203 runtime.gcenable.gowrap1
    integration2_test.go:1273:  frame 4 off=-0x18 bpoff=-0xc000048800 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 18
    integration2_test.go:1273:  frame 0 off=-0x88 bpoff=-0x98 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0x58 bpoff=-0x68 pc=0x41b269 
/usr/lib/go-1.23/src/runtime/proc.go:430 runtime.goparkunlock
    integration2_test.go:1273:  frame 2 off=-0x58 bpoff=-0x68 pc=0x41b269 
/usr/lib/go-1.23/src/runtime/mgcscavenge.go:425 runtime.(*scavengerState).park
    integration2_test.go:1273:  frame 3 off=-0x38 bpoff=-0x48 pc=0x41b7dc 
/usr/lib/go-1.23/src/runtime/mgcscavenge.go:653 runtime.bgscavenge
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x412165 
/usr/lib/go-1.23/src/runtime/mgc.go:204 runtime.gcenable.gowrap2
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc000049000 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 19
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0x130 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4048ed 
/usr/lib/go-1.23/src/runtime/chan.go:270 runtime.chansend
    integration2_test.go:1273:  frame 2 off=-0x80 bpoff=-0x90 pc=0x404557 
/usr/lib/go-1.23/src/runtime/chan.go:156 runtime.chansend1
    integration2_test.go:1273:  frame 3 off=-0x60 bpoff=-0x70 pc=0x466f36 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:9
 main.agoroutine
    integration2_test.go:1284:  variable i is {Name:i Addr:824634021808 
OnlyAddr:false Type:int RealType:int Flags:8 Kind:int Value:0 Len:0 Cap:0 
Children:[] Base:0 Unreadable: LocationExpr:[0x19f:0x466f36] DW_OP_fbreg 0x10  
DeclLine:7}
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x46717c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:23
 main.main.gowrap1
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc000049800 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 20
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0x130 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4048ed 
/usr/lib/go-1.23/src/runtime/chan.go:270 runtime.chansend
    integration2_test.go:1273:  frame 2 off=-0x80 bpoff=-0x90 pc=0x404557 
/usr/lib/go-1.23/src/runtime/chan.go:156 runtime.chansend1
    integration2_test.go:1273:  frame 3 off=-0x60 bpoff=-0x70 pc=0x466f36 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:9
 main.agoroutine
    integration2_test.go:1284:  variable i is {Name:i Addr:824634023856 
OnlyAddr:false Type:int RealType:int Flags:8 Kind:int Value:1 Len:0 Cap:0 
Children:[] Base:0 Unreadable: LocationExpr:[0x19f:0x466f36] DW_OP_fbreg 0x10  
DeclLine:7}
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x46717c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:23
 main.main.gowrap1
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc00004a000 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 21
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0x130 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4048ed 
/usr/lib/go-1.23/src/runtime/chan.go:270 runtime.chansend
    integration2_test.go:1273:  frame 2 off=-0x80 bpoff=-0x90 pc=0x404557 
/usr/lib/go-1.23/src/runtime/chan.go:156 runtime.chansend1
    integration2_test.go:1273:  frame 3 off=-0x60 bpoff=-0x70 pc=0x466f36 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:9
 main.agoroutine
    integration2_test.go:1284:  variable i is {Name:i Addr:824634025904 
OnlyAddr:false Type:int RealType:int Flags:8 Kind:int Value:2 Len:0 Cap:0 
Children:[] Base:0 Unreadable: LocationExpr:[0x19f:0x466f36] DW_OP_fbreg 0x10  
DeclLine:7}
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x46717c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:23
 main.main.gowrap1
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc00004a800 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 22
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0x130 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4048ed 
/usr/lib/go-1.23/src/runtime/chan.go:270 runtime.chansend
    integration2_test.go:1273:  frame 2 off=-0x80 bpoff=-0x90 pc=0x404557 
/usr/lib/go-1.23/src/runtime/chan.go:156 runtime.chansend1
    integration2_test.go:1273:  frame 3 off=-0x60 bpoff=-0x70 pc=0x466f36 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:9
 main.agoroutine
    integration2_test.go:1284:  variable i is {Name:i Addr:824634027952 
OnlyAddr:false Type:int RealType:int Flags:8 Kind:int Value:3 Len:0 Cap:0 
Children:[] Base:0 Unreadable: LocationExpr:[0x19f:0x466f36] DW_OP_fbreg 0x10  
DeclLine:7}
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x46717c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:23
 main.main.gowrap1
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc00004b000 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 23
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0x130 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4048ed 
/usr/lib/go-1.23/src/runtime/chan.go:270 runtime.chansend
    integration2_test.go:1273:  frame 2 off=-0x80 bpoff=-0x90 pc=0x404557 
/usr/lib/go-1.23/src/runtime/chan.go:156 runtime.chansend1
    integration2_test.go:1273:  frame 3 off=-0x60 bpoff=-0x70 pc=0x466f36 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:9
 main.agoroutine
    integration2_test.go:1284:  variable i is {Name:i Addr:824634030000 
OnlyAddr:false Type:int RealType:int Flags:8 Kind:int Value:4 Len:0 Cap:0 
Children:[] Base:0 Unreadable: LocationExpr:[0x19f:0x466f36] DW_OP_fbreg 0x10  
DeclLine:7}
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x46717c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:23
 main.main.gowrap1
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc00004b800 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 24
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0x130 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4048ed 
/usr/lib/go-1.23/src/runtime/chan.go:270 runtime.chansend
    integration2_test.go:1273:  frame 2 off=-0x80 bpoff=-0x90 pc=0x404557 
/usr/lib/go-1.23/src/runtime/chan.go:156 runtime.chansend1
    integration2_test.go:1273:  frame 3 off=-0x60 bpoff=-0x70 pc=0x466f36 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:9
 main.agoroutine
    integration2_test.go:1284:  variable i is {Name:i Addr:824634032048 
OnlyAddr:false Type:int RealType:int Flags:8 Kind:int Value:5 Len:0 Cap:0 
Children:[] Base:0 Unreadable: LocationExpr:[0x19f:0x466f36] DW_OP_fbreg 0x10  
DeclLine:7}
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x46717c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:23
 main.main.gowrap1
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc00004c000 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 25
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0x130 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4048ed 
/usr/lib/go-1.23/src/runtime/chan.go:270 runtime.chansend
    integration2_test.go:1273:  frame 2 off=-0x80 bpoff=-0x90 pc=0x404557 
/usr/lib/go-1.23/src/runtime/chan.go:156 runtime.chansend1
    integration2_test.go:1273:  frame 3 off=-0x60 bpoff=-0x70 pc=0x466f36 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:9
 main.agoroutine
    integration2_test.go:1284:  variable i is {Name:i Addr:824634337200 
OnlyAddr:false Type:int RealType:int Flags:8 Kind:int Value:6 Len:0 Cap:0 
Children:[] Base:0 Unreadable: LocationExpr:[0x19f:0x466f36] DW_OP_fbreg 0x10  
DeclLine:7}
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x46717c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:23
 main.main.gowrap1
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc000096800 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 26
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0x130 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4048ed 
/usr/lib/go-1.23/src/runtime/chan.go:270 runtime.chansend
    integration2_test.go:1273:  frame 2 off=-0x80 bpoff=-0x90 pc=0x404557 
/usr/lib/go-1.23/src/runtime/chan.go:156 runtime.chansend1
    integration2_test.go:1273:  frame 3 off=-0x60 bpoff=-0x70 pc=0x466f36 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:9
 main.agoroutine
    integration2_test.go:1284:  variable i is {Name:i Addr:824634339248 
OnlyAddr:false Type:int RealType:int Flags:8 Kind:int Value:7 Len:0 Cap:0 
Children:[] Base:0 Unreadable: LocationExpr:[0x19f:0x466f36] DW_OP_fbreg 0x10  
DeclLine:7}
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x46717c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:23
 main.main.gowrap1
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc000097000 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 27
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0x130 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4048ed 
/usr/lib/go-1.23/src/runtime/chan.go:270 runtime.chansend
    integration2_test.go:1273:  frame 2 off=-0x80 bpoff=-0x90 pc=0x404557 
/usr/lib/go-1.23/src/runtime/chan.go:156 runtime.chansend1
    integration2_test.go:1273:  frame 3 off=-0x60 bpoff=-0x70 pc=0x466f36 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:9
 main.agoroutine
    integration2_test.go:1284:  variable i is {Name:i Addr:824634341296 
OnlyAddr:false Type:int RealType:int Flags:8 Kind:int Value:8 Len:0 Cap:0 
Children:[] Base:0 Unreadable: LocationExpr:[0x19f:0x466f36] DW_OP_fbreg 0x10  
DeclLine:7}
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x46717c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:23
 main.main.gowrap1
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc000097800 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1271: goroutine 28
    integration2_test.go:1273:  frame 0 off=-0x120 bpoff=-0x130 pc=0x45d8ce 
/usr/lib/go-1.23/src/runtime/proc.go:425 runtime.gopark
    integration2_test.go:1273:  frame 1 off=-0xb0 bpoff=-0xc0 pc=0x4048ed 
/usr/lib/go-1.23/src/runtime/chan.go:270 runtime.chansend
    integration2_test.go:1273:  frame 2 off=-0x80 bpoff=-0x90 pc=0x404557 
/usr/lib/go-1.23/src/runtime/chan.go:156 runtime.chansend1
    integration2_test.go:1273:  frame 3 off=-0x60 bpoff=-0x70 pc=0x466f36 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:9
 main.agoroutine
    integration2_test.go:1284:  variable i is {Name:i Addr:824634343344 
OnlyAddr:false Type:int RealType:int Flags:8 Kind:int Value:9 Len:0 Cap:0 
Children:[] Base:0 Unreadable: LocationExpr:[0x19f:0x466f36] DW_OP_fbreg 0x10  
DeclLine:7}
    integration2_test.go:1273:  frame 4 off=-0x20 bpoff=-0x30 pc=0x46717c 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:23
 main.main.gowrap1
    integration2_test.go:1273:  frame 5 off=-0x18 bpoff=-0xc000098000 
pc=0x463921 /usr/lib/go-1.23/src/runtime/asm_amd64.s:1700 runtime.goexit
    integration2_test.go:1303: continue
    integration2_test.go:1315:  frame 0 off=-0x160 bpoff=-0x160 pc=0x466f80 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:15
 main.stacktraceme
    integration2_test.go:1315:  frame 1 off=-0x150 bpoff=-0x148 pc=0x467234 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:46
 main.func3
    integration2_test.go:1315:  frame 2 off=-0x138 bpoff=-0x148 pc=0x4671fb 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:42
 main.func2
    integration2_test.go:1315:  frame 3 off=-0x120 bpoff=-0x130 pc=0x4671bb 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:38
 main.func1
    integration2_test.go:1315:  frame 4 off=-0xb0 bpoff=-0xc0 pc=0x467127 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/goroutinestackprog.go:34
 main.main
--- PASS: TestClientServer_FullStacktrace (0.29s)
=== RUN   TestIssue355
    support.go:246: enabling recording for TestIssue355
Hello, World!
--- PASS: TestIssue355 (0.25s)
=== RUN   TestDisasm
    integration2_test.go:1505: call: &{{4781154 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog2.go
 28 0xc00be8fbc0 [] []} 0xc00bea07e0 call rcx [255 209] false true}
--- PASS: TestDisasm (0.26s)
=== RUN   TestNegativeStackDepthBug
    support.go:246: enabling recording for TestNegativeStackDepthBug
--- PASS: TestNegativeStackDepthBug (0.25s)
=== RUN   TestClientServer_CondBreakpoint
    support.go:246: enabling recording for TestClientServer_CondBreakpoint
hi 9
hi 9
hi 0
hi 0
hi 1
hi 1
hi 2
hi 2
hi 3
hi 3
hi 4
hi 4
--- PASS: TestClientServer_CondBreakpoint (0.26s)
=== RUN   TestSkipPrologue
    common_test.go:108: FindLocation("main.afunction") → [{4780366 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog2.go
 8 0xc00b7b6a80 [4780366] [27484]}]
    common_test.go:108: FindLocation("*fn1") → [{4780366 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog2.go
 8 0xc00b7b72f0 [] []}]
    common_test.go:108: FindLocation("locationsprog2.go:8") → [{4780366 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/locationsprog2.go
 8 0xc00b77d470 [4780366] [27484]}]
--- PASS: TestSkipPrologue (0.25s)
=== RUN   TestSkipPrologue2
    common_test.go:108: FindLocation("main.callme") → [{4780270 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/callme.go 5 
0xc0090b4e70 [4780270] [27528]}]
    common_test.go:108: FindLocation("callme.go:5") → [{4780270 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/callme.go 5 
0xc0090b57d0 [4780270] [27528]}]
    common_test.go:108: FindLocation("main.callme2") → [{4780526 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/callme.go 
12 0xc00cfac390 [4780526] [27528]}]
    common_test.go:108: FindLocation("callme.go:12") → [{4780526 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/callme.go 
12 0xc008548960 [4780526] [27528]}]
    common_test.go:108: FindLocation("main.callme3") → [{4780743 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/callme.go 
19 0xc00cfac7b0 [4780743] [27528]}]
    common_test.go:108: FindLocation("callme.go:19") → [{4780743 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/callme.go 
19 0xc00cfad050 [4780743] [27528]}]
--- PASS: TestSkipPrologue2 (0.57s)
=== RUN   TestIssue419
Start
    integration2_test.go:1632: halt
    integration2_test.go:1639: done
--- PASS: TestIssue419 (3.25s)
=== RUN   TestTypesCommand
    support.go:246: enabling recording for TestTypesCommand
--- PASS: TestTypesCommand (0.27s)
=== RUN   TestIssue406
    support.go:246: enabling recording for TestIssue406
Node: root
        Disabled: false
        Redirect IP:
        Exclude(s):
        Include(s):
----------
Node: hosts
        Disabled: false
        Redirect IP: 192.168.168.1
        Exclude(s):
                rackcdn.com
                schema.org
        Include(s):
                msdn.com
                badgits.org
        Source: hpHosts
                Disabled: false
                Description:
                Prefix: 127.0.0.0
                URL: http://www.bonzon.com
----------
Node: domains
        Disabled: false
        Redirect IP:
        Exclude(s):
        Include(s):
----------

&{false 192.168.168.1 [msdn.com badgits.org] [rackcdn.com schema.org] 
map[hpHosts:0xc0000aa0c0]}
    integration2_test.go:1684: cfgtree formats to: map[string]*main.Node [
                "blacklist": *{
                        Disable: false,
                        IP: "0.0.0.0",
                        Include: []string len: 0, cap: 0, nil,
                        Exclude: []string len: 0, cap: 0, nil,
                        Source: main.Source [],},
                "domains": *{
                        Disable: false,
                        IP: "",
                        Include: []string len: 8, cap: 8, [
                                "adsrvr.org",
                                "adtechus.net",
                                "advertising.com",
                                "centade.com",
                                "doubleclick.net",
                                "free-counter.co.uk",
                                "intellitxt.com",
                                "kiosked.com",
                        ],
                        Exclude: []string len: 42, cap: 71, [
                                "122.2o7.net",
                                "1e100.net",
                                "adobedtm.com",
                                "akamai.net",
                                "amazon.com",
                                "amazonaws.com",
                                "apple.com",
                                "ask.com",
                                "avast.com",
                                "bitdefender.com",
                                "cdn.visiblemeasures.com",
                                "cloudfront.net",
                                "coremetrics.com",
                                "edgesuite.net",
                                "freedns.afraid.org",
                                "github.com",
                                "githubusercontent.com",
                                "google.com",
                                "googleadservices.com",
                                "googleapis.com",
                                "googleusercontent.com",
                                "gstatic.com",
                                "gvt1.com",
                                "gvt1.net",
                                "hb.disney.go.com",
                                "hp.com",
                                "hulu.com",
                                "images-amazon.com",
                                "msdn.com",
                                "paypal.com",
                                "rackcdn.com",
                                "schema.org",
                                "skype.com",
                                "smacargo.com",
                                "sourceforge.net",
                                "ssl-on9.com",
                                "ssl-on9.net",
                                "static.chartbeat.com",
                                "storage.googleapis.com",
                                "windows.net",
                                "yimg.com",
                                "ytimg.com",
                        ],
                        Source: main.Source [...],},
                "hosts": *{
                        Disable: false,
                        IP: "",
                        Include: []string len: 1, cap: 1, [
                                "beap.gemini.yahoo.com",
                        ],
                        Exclude: []string len: 0, cap: 0, nil,
                        Source: main.Source [...],},
        ]
--- PASS: TestIssue406 (0.26s)
=== RUN   TestEvalExprName
    integration2_test.go:1698: i1+1 → &api.Variable{Name:"i1+1", Addr:0x0, OnlyAddr:false, Type:"int", 
RealType:"int", Flags:0x0, Kind:0x2, Value:"2", Len:0, Cap:0, Children:[]api.Variable{}, Base:0x0, Unreadable:"", 
LocationExpr:"", DeclLine:0}
--- PASS: TestEvalExprName (0.45s)
=== RUN   TestClientServer_Issue528
    common_test.go:108: FindLocation("State.Close") → [{4951754 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/liner/input.go 357 
0xc00f018db0 [4951754] [27604]}]
--- PASS: TestClientServer_Issue528 (0.59s)
=== RUN   TestClientServer_FpRegisters
    support.go:246: enabling recording for TestClientServer_FpRegisters
    integration2_test.go:1765: state after continue: &api.DebuggerState{Pid:27642, 
TargetCommandLine:"/tmp/fputest.91b2b6cf", Running:false, Recording:false, CoreDumping:false, 
CurrentThread:(*api.Thread)(0xc0089cf030), SelectedGoroutine:(*api.Goroutine)(0xc00d2d21a0), 
Threads:[]*api.Thread{(*api.Thread)(0xc0089cf810), (*api.Thread)(0xc0089cfb90), 
(*api.Thread)(0xc0050cc070), (*api.Thread)(0xc0050cc0e0)}, NextInProgress:false, 
WatchOutOfScope:[]*api.Breakpoint(nil), Exited:false, ExitStatus:0, When:"", Err:error(nil)}
    integration2_test.go:1774: avx2 variable: &api.Variable{Name:"avx2", Addr:0xc00008cef2, OnlyAddr:false, 
Type:"bool", RealType:"bool", Flags:0x0, Kind:0x1, Value:"true", Len:0, Cap:0, Children:[]api.Variable{}, 
Base:0x0, Unreadable:"", LocationExpr:"[block] DW_OP_fbreg -0x5e ", DeclLine:22}
    integration2_test.go:1774: avx512 variable: &api.Variable{Name:"avx512", Addr:0xc00008cef1, OnlyAddr:false, 
Type:"bool", RealType:"bool", Flags:0x0, Kind:0x1, Value:"true", Len:0, Cap:0, Children:[]api.Variable{}, 
Base:0x0, Unreadable:"", LocationExpr:"[block] DW_OP_fbreg -0x5f ", DeclLine:23}
    integration2_test.go:1788: state after continue: &api.DebuggerState{Pid:27642, 
TargetCommandLine:"/tmp/fputest.91b2b6cf", Running:false, Recording:false, CoreDumping:false, 
CurrentThread:(*api.Thread)(0xc0050ccbd0), SelectedGoroutine:(*api.Goroutine)(0xc00d2d24e0), 
Threads:[]*api.Thread{(*api.Thread)(0xc0050cccb0), (*api.Thread)(0xc0050ccd90), 
(*api.Thread)(0xc0050cce00), (*api.Thread)(0xc0050cce70)}, NextInProgress:false, 
WatchOutOfScope:[]*api.Breakpoint(nil), Exited:false, ExitStatus:0, When:"", Err:error(nil)}
    integration2_test.go:1806: register XMM12 expected to contain "…[ZMM12hl] 
0x3ff66666666666663ff4cccccccccccd" got "0x3ff66666666666663ff4cccccccccccd\tv2_int={ 
3ff4cccccccccccd 3ff6666666666666 }\tv4_int={ cccccccd 3ff4cccc 66666666 3ff66666 }\tv8_int={ cccd 
cccc cccc 3ff4 6666 6666 6666 3ff6 }\tv16_int={ cd cc cc cc cc cc f4 3f 66 66 66 66 66 66 f6 3f 
}\tv2_float={ 1.3 1.4 }\tv4_float={ -1.07374184e+08 1.9124999 2.720083e+23 1.925 }\n\t[YMM12h] 
0x3ff66666666666663ff4cccccccccccd\tv2_int={ 3ff4cccccccccccd 3ff6666666666666 }\tv4_int={ cccccccd 
3ff4cccc 66666666 3ff66666 }\tv8_int={ cccd cccc cccc 3ff4 6666 6666 6666 3ff6 }\tv16_int={ cd cc 
cc cc cc cc f4 3f 66 66 66 66 66 66 f6 3f }\tv2_float={ 1.3 1.4 }\tv4_float={ -1.07374184e+08 
1.9124999 2.720083e+23 1.925 }\n\t[ZMM12hl] 0x00000000000000000000000000000000\tv2_int={ 
0000000000000000 0000000000000000 }\tv4_int={ 00000000 00000000 00000000 00000000 }\tv8_int={ 0000 
0000 0000 0000 0000 0000 0000 0000 }\tv16_int={ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
}\tv2_float={ 0 0 }\tv4_float={ 0 0 0 0 }\n\t[ZMM12hh] 0x00000000000000000000000000000000\tv2_int={ 
0000000000000000 0000000000000000 }\tv4_int={ 00000000 00000000 00000000 00000000 }\tv8_int={ 0000 
0000 0000 0000 0000 0000 0000 0000 }\tv16_int={ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
}\tv2_float={ 0 0 }\tv4_float={ 0 0 0 0 }"
--- FAIL: TestClientServer_FpRegisters (0.35s)
=== RUN   TestClientServer_RestartBreakpointPosition
    support.go:246: enabling recording for 
TestClientServer_RestartBreakpointPosition
    integration2_test.go:1853: 48f14e
    integration2_test.go:1869: 48f14e 48f14e
--- PASS: TestClientServer_RestartBreakpointPosition (0.70s)
=== RUN   TestClientServer_SelectedGoroutineLoc
    support.go:246: enabling recording for TestClientServer_SelectedGoroutineLoc
--- PASS: TestClientServer_SelectedGoroutineLoc (0.25s)
=== RUN   TestClientServer_ReverseContinue
    support.go:246: enabling recording for TestClientServer_ReverseContinue
    integration2_test.go:1902: backend is not rr
--- SKIP: TestClientServer_ReverseContinue (0.00s)
=== RUN   TestClientServer_collectBreakpointInfoOnNext
    support.go:246: enabling recording for 
TestClientServer_collectBreakpointInfoOnNext
    common_test.go:108: FindLocation("testnextprog.go:23") → [{4781284 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go
 23 0xc01188c840 [4781284] [27664]}]
    common_test.go:108: FindLocation("testnextprog.go:24") → [{4781308 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go
 24 0xc01188cff0 [4781308] [27664]}]
--- PASS: TestClientServer_collectBreakpointInfoOnNext (0.26s)
=== RUN   TestClientServer_collectBreakpointInfoError
    support.go:246: enabling recording for 
TestClientServer_collectBreakpointInfoError
    common_test.go:108: FindLocation("testnextprog.go:23") → [{4781284 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go
 23 0xc0041ea4e0 [4781284] [27672]}]
--- PASS: TestClientServer_collectBreakpointInfoError (0.25s)
=== RUN   TestClientServerConsistentExit
demo &{<nil> 0 [] 0 false}
--- PASS: TestClientServerConsistentExit (0.38s)
=== RUN   TestClientServer_StepOutReturn
--- PASS: TestClientServer_StepOutReturn (0.37s)
=== RUN   TestAcceptMulticlient
--- PASS: TestAcceptMulticlient (0.06s)
=== RUN   TestForceStopWhileContinue
--- PASS: TestForceStopWhileContinue (0.60s)
=== RUN   TestClientServerFunctionCall
first: 1 second: 2
    integration2_test.go:2156: returned to "main.main"
    integration2_test.go:2163: Return values [{~r0 824634338816 false int int 
48 int 3 0 0 [] 0  [block] DW_OP_fbreg -0x68  28}]
first: 1 second: 2
foo
1 2 0 this is a variable named `call` 0x492440 0x4926e0 0x492840 0x492880 0x4928e0 0x492160 0x492920 [1 2 
3] [one two three] , 0x495ac0 0x495b40 &{6} {3} &{6} &{6} 0x492e60 0x492580 0x495ac0 0x495b40 
<nil> {0} 0x4930a0 {7} 0x493100 0x493140 0x4931a0 0x493260 0x493320 0x493360 0x4933c0 0x493440 
0x4934c0 <nil> 0x493540 old string value &{3 {4}} 2 25 [very long string 
0123456789a0123456789b0123456789c0123456789d0123456789e0123456789f0123456789g012345678h90123456789i0123456789j0123456789]
 0x493640 0x493860 1 2 3 4 1 2 0x4939e0 [one two three four five six seven height nine ten] 0x493b80 
{0xc000086020 [98 108 97 104]}
--- PASS: TestClientServerFunctionCall (0.40s)
=== RUN   TestClientServerFunctionCallPanic
about to panic
    integration2_test.go:2188: at: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/fncall.go:251
    integration2_test.go:2192: Return values [{~panic 824634232128 false 
interface {} interface {} 32 interface  0 0 [{data 5097152 false string string 
0 string callpanic panicked 18 0 [] 4950276   0}] 0   0}]
--- PASS: TestClientServerFunctionCallPanic (0.25s)
=== RUN   TestClientServerFunctionCallStacktrace
    integration2_test.go:2207: Go 1.15 executes function calls in a different 
goroutine so the stack trace will not contain main.main or runtime.main
--- SKIP: TestClientServerFunctionCallStacktrace (0.00s)
=== RUN   TestAncestors
foo
Hello, World!
    integration2_test.go:2244: ancestors: []api.Ancestor{api.Ancestor{ID:1, Stack:[]api.Stackframe{api.Stackframe{Location:api.Location{PC:0x469ca8, 
File:"/usr/lib/go-1.23/src/runtime/asm_amd64.s", Line:479, Function:(*api.Function)(0xc00296b2f0), PCs:[]uint64(nil), PCPids:[]int(nil)}, Locals:[]api.Variable(nil), 
Arguments:[]api.Variable(nil), FrameOffset:0, FramePointerOffset:0, Defers:[]api.Defer{}, Bottom:false, Err:""}, api.Stackframe{Location:api.Location{PC:0x43eaff, 
File:"/usr/lib/go-1.23/src/runtime/proc.go", Line:4977, Function:(*api.Function)(0xc00296b320), PCs:[]uint64(nil), PCPids:[]int(nil)}, Locals:[]api.Variable(nil), 
Arguments:[]api.Variable(nil), FrameOffset:0, FramePointerOffset:0, Defers:[]api.Defer{}, Bottom:false, Err:""}, api.Stackframe{Location:api.Location{PC:0x48f66d, 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc00296b350), PCs:[]uint64(nil), 
PCPids:[]int(nil)}, Locals:[]api.Variable(nil), Arguments:[]api.Variable(nil), FrameOffset:0, FramePointerOffset:0, Defers:[]api.Defer{}, Bottom:false, Err:""}, 
api.Stackframe{Location:api.Location{PC:0x4350eb, File:"/usr/lib/go-1.23/src/runtime/proc.go", Line:272, Function:(*api.Function)(0xc00296b380), PCs:[]uint64(nil), PCPids:[]int(nil)}, 
Locals:[]api.Variable(nil), Arguments:[]api.Variable(nil), FrameOffset:0, FramePointerOffset:0, Defers:[]api.Defer{}, Bottom:false, Err:""}, api.Stackframe{Location:api.Location{PC:0x46bb41, 
File:"/usr/lib/go-1.23/src/runtime/asm_amd64.s", Line:1700, Function:(*api.Function)(0xc00296b3b0), PCs:[]uint64(nil), PCPids:[]int(nil)}, Locals:[]api.Variable(nil), 
Arguments:[]api.Variable(nil), FrameOffset:0, FramePointerOffset:0, Defers:[]api.Defer{}, Bottom:true, Err:""}}, Unreadable:""}}
--- PASS: TestAncestors (0.27s)
=== RUN   TestUnknownMethodCall
2024-09-29T10:20:47Z error layer=rpc rpc: can't find method 
RPCServer.NonexistentRPCCall
--- PASS: TestUnknownMethodCall (0.45s)
=== RUN   TestIssue1703
    integration2_test.go:2295: FindLocation: []api.Location{api.Location{PC:0x48f5ee, 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go",
 Line:37, Function:(*api.Function)(0xc00d5c9ad0), PCs:[]uint64{0x48f5ee}, PCPids:[]int{27890}}}
    integration2_test.go:2298: text: api.AsmInstructions{api.AsmInstruction{Loc:api.Location{PC:0x48f5e0, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:37, Function:(*api.Function)(0xc008fe5440), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"cmp rsp, qword ptr [r14+0x10]", Bytes:[]uint8{0x49, 0x3b, 0x66, 0x10}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f5e4, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:37, Function:(*api.Function)(0xc008fe5470), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"jbe 0x48f6ec", Bytes:[]uint8{0xf, 0x86, 0x2, 0x1, 0x0, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f5ea, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:37, Function:(*api.Function)(0xc008fe54a0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"push rbp", Bytes:[]uint8{0x55}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f5eb, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:37, Function:(*api.Function)(0xc008fe54d0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov rbp, rsp", Bytes:[]uint8{0x48, 0x89, 0xe5}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f5ee, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:37, Function:(*api.Function)(0xc008fe5500), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"sub rsp, 0x60", Bytes:[]uint8{0x48, 0x83, 0xec, 0x60}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f5f2, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:38, 
Function:(*api.Function)(0xc008fe5530), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"lea rax, ptr [rip+0x9947]", Bytes:[]uint8{0x48, 0x8d, 0x5, 0x47, 0x99, 0x0, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f5f9, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:38, Function:(*api.Function)(0xc008fe5560), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"xor ebx, ebx", Bytes:[]uint8{0x31, 0xdb}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f5fb, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:38, Function:(*api.Function)(0xc008fe5590), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"nop dword ptr [rax+rax*1], eax", Bytes:[]uint8{0xf, 0x1f, 0x44, 0x0, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f600, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:38, Function:(*api.Function)(0xc008fe55c0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc008225ec0), Text:"call $runtime.makechan", Bytes:[]uint8{0xe8, 0x1b, 0x59, 0xf7, 0xff}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f605, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:38, Function:(*api.Function)(0xc008fe5620), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rsp+0x18], rax", Bytes:[]uint8{0x48, 0x89, 0x44, 0x24, 0x18}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f60a, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:39, Function:(*api.Function)(0xc008fe5650), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc008225f20), Text:"call $main.testnext", Bytes:[]uint8{0xe8, 
0xb1, 0xfe, 0xff, 0xff}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f60f, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe56b0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov rcx, qword ptr [rsp+0x18]", Bytes:[]uint8{0x48, 0x8b, 0x4c, 0x24, 0x18}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f614, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe56e0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rsp+0x58], rcx", Bytes:[]uint8{0x48, 0x89, 0x4c, 0x24, 0x58}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f619, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5710), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"lea rax, ptr [rip+0x100e0]", Bytes:[]uint8{0x48, 0x8d, 0x5, 0xe0, 0x0, 0x1, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f620, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5740), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e000), Text:"call $runtime.newobject", Bytes:[]uint8{0xe8, 0x5b, 0xd2, 0xf7, 0xff}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f625, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe57a0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rsp+0x40], rax", Bytes:[]uint8{0x48, 0x89, 0x44, 0x24, 0x40}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f62a, 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe57d0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"lea rcx, ptr [main.main.gowrap1]", Bytes:[]uint8{0x48, 0x8d, 0xd, 0xcf, 0x0, 0x0, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f631, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5800), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rax], rcx", Bytes:[]uint8{0x48, 0x89, 0x8}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f634, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5830), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov rcx, qword ptr [rsp+0x58]", Bytes:[]uint8{0x48, 0x8b, 0x4c, 0x24, 0x58}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f639, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5860), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov rdx, qword ptr [rsp+0x40]", Bytes:[]uint8{0x48, 0x8b, 0x54, 0x24, 0x40}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f63e, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5890), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"test byte ptr [rdx], al", Bytes:[]uint8{0x84, 0x2}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f640, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe58c0), 
PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"cmp dword ptr [runtime.writeBarrier], 0x0", Bytes:[]uint8{0x83, 0x3d, 0xe9, 0x41, 0xe, 0x0, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f647, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe58f0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"jz 0x48f64b", Bytes:[]uint8{0x74, 0x2}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f649, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5920), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e060), Text:"jmp 0x48f64d", Bytes:[]uint8{0xeb, 0x2}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f64b, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5980), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e0c0), Text:"jmp 0x48f65f", Bytes:[]uint8{0xeb, 0x12}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f64d, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe59e0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e120), Text:"call $runtime.gcWriteBarrier2", Bytes:[]uint8{0xe8, 0x4e, 0xc5, 0xfd, 0xff}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f652, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5a40), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [r11], rcx", Bytes:[]uint8{0x49, 0x89, 0xb}, Breakpoint:false, AtPC:false}, 
api.AsmInstruction{Loc:api.Location{PC:0x48f655, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5a70), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov rbx, qword ptr [rdx+0x8]", Bytes:[]uint8{0x48, 0x8b, 0x5a, 0x8}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f659, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5aa0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [r11+0x8], rbx", Bytes:[]uint8{0x49, 0x89, 0x5b, 0x8}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f65d, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5ad0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e180), Text:"jmp 0x48f65f", Bytes:[]uint8{0xeb, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f65f, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5b30), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rdx+0x8], rcx", Bytes:[]uint8{0x48, 0x89, 0x4a, 0x8}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f663, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, Function:(*api.Function)(0xc008fe5b60), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov rax, qword ptr [rsp+0x40]", Bytes:[]uint8{0x48, 0x8b, 0x44, 0x24, 0x40}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f668, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:40, 
Function:(*api.Function)(0xc008fe5b90), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e1e0), Text:"call $runtime.newproc", Bytes:[]uint8{0xe8, 0x53, 0xf4, 0xfa, 0xff}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f66d, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:41, Function:(*api.Function)(0xc008fe5bf0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov rax, qword ptr [rsp+0x18]", Bytes:[]uint8{0x48, 0x8b, 0x44, 0x24, 0x18}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f672, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:41, Function:(*api.Function)(0xc008fe5c20), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"xor ebx, ebx", Bytes:[]uint8{0x31, 0xdb}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f674, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:41, Function:(*api.Function)(0xc008fe5c50), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e240), Text:"call $runtime.chanrecv1", Bytes:[]uint8{0xe8, 0xc7, 0x68, 0xf7, 0xff}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f679, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5cb0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"movups xmmword ptr [rsp+0x48], xmm15", Bytes:[]uint8{0x44, 0xf, 0x11, 0x7c, 0x24, 0x48}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f67f, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5ce0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"lea rax, ptr [rsp+0x48]", 
Bytes:[]uint8{0x48, 0x8d, 0x44, 0x24, 0x48}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f684, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5d10), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rsp+0x20], rax", Bytes:[]uint8{0x48, 0x89, 0x44, 0x24, 0x20}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f689, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5d40), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"test byte ptr [rax], al", Bytes:[]uint8{0x84, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f68b, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5d70), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"lea rcx, ptr [rip+0x902e]", Bytes:[]uint8{0x48, 0x8d, 0xd, 0x2e, 0x90, 0x0, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f692, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5da0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rax], rcx", Bytes:[]uint8{0x48, 0x89, 0x8}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f695, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5dd0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"cmp dword ptr [runtime.writeBarrier], 0x0", Bytes:[]uint8{0x83, 0x3d, 0x94, 0x41, 0xe, 0x0, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f69c, 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5e00), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"jz 0x48f6a2", Bytes:[]uint8{0x74, 0x4}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f69e, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5e30), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"data16 nop", Bytes:[]uint8{0x66, 0x90}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6a0, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5e60), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e2a0), Text:"jmp 0x48f6a4", Bytes:[]uint8{0xeb, 0x2}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6a2, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5ec0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e300), Text:"jmp 0x48f6b2", Bytes:[]uint8{0xeb, 0xe}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6a4, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5f20), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov rdx, qword ptr [rax+0x8]", Bytes:[]uint8{0x48, 0x8b, 0x50, 0x8}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6a8, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc008fe5f50), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e360), Text:"call 
$runtime.gcWriteBarrier1", Bytes:[]uint8{0xe8, 0xd3, 0xc4, 0xfd, 0xff}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6ad, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d612030), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [r11], rdx", Bytes:[]uint8{0x49, 0x89, 0x13}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6b0, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d612060), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e3c0), Text:"jmp 0x48f6b2", Bytes:[]uint8{0xeb, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6b2, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d6120c0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"lea rdx, ptr [rip+0x44a9f]", Bytes:[]uint8{0x48, 0x8d, 0x15, 0x9f, 0x4a, 0x4, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6b9, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d6120f0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rax+0x8], rdx", Bytes:[]uint8{0x48, 0x89, 0x50, 0x8}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6bd, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d612120), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"test byte ptr [rax], al", Bytes:[]uint8{0x84, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6bf, 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d612150), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"nop", Bytes:[]uint8{0x90}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6c0, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d612180), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e420), Text:"jmp 0x48f6c2", Bytes:[]uint8{0xeb, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6c2, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d6121e0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rsp+0x28], rax", Bytes:[]uint8{0x48, 0x89, 0x44, 0x24, 0x28}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6c7, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d612210), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rsp+0x30], 0x1", Bytes:[]uint8{0x48, 0xc7, 0x44, 0x24, 0x30, 0x1, 0x0, 0x0, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6d0, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d612240), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov qword ptr [rsp+0x38], 0x1", Bytes:[]uint8{0x48, 0xc7, 0x44, 0x24, 0x38, 0x1, 0x0, 0x0, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6d9, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d612270), 
PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov ebx, 0x1", Bytes:[]uint8{0xbb, 0x1, 0x0, 0x0, 0x0}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6de, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d6122a0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"mov rcx, rbx", Bytes:[]uint8{0x48, 0x89, 0xd9}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6e1, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:42, Function:(*api.Function)(0xc00d6122d0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e480), Text:"call $fmt.Println", Bytes:[]uint8{0xe8, 0x7a, 0xad, 0xff, 0xff}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6e6, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:43, Function:(*api.Function)(0xc00d612330), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"add rsp, 0x60", Bytes:[]uint8{0x48, 0x83, 0xc4, 0x60}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6ea, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:43, Function:(*api.Function)(0xc00d612360), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"pop rbp", Bytes:[]uint8{0x5d}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6eb, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:43, Function:(*api.Function)(0xc00d612390), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(nil), Text:"ret", Bytes:[]uint8{0xc3}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6ec, 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:37, Function:(*api.Function)(0xc00d6123c0), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e4e0), Text:"call $runtime.morestack_noctxt", Bytes:[]uint8{0xe8, 0x2f, 0xa7, 0xfd, 0xff}, Breakpoint:false, AtPC:false}, api.AsmInstruction{Loc:api.Location{PC:0x48f6f1, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:37, Function:(*api.Function)(0xc00d612420), PCs:[]uint64(nil), PCPids:[]int(nil)}, DestLoc:(*api.Location)(0xc00d60e540), Text:"jmp $main.main", Bytes:[]uint8{0xe9, 0xea, 0xfe, 0xff, 0xff}, Breakpoint:false, AtPC:false}}
--- PASS: TestIssue1703 (0.25s)
=== RUN   TestRerecord
    support.go:246: enabling recording for TestRerecord
    integration2_test.go:2305: only valid for recorded targets
--- SKIP: TestRerecord (0.00s)
=== RUN   TestIssue1787
--- PASS: TestIssue1787 (0.45s)
=== RUN   TestDoubleCreateBreakpoint
    integration2_test.go:2371: breakpoints before second call:
    integration2_test.go:2373:  &{-1 unrecovered-panic 4399140 [4399140] [27898] 
/usr/lib/go-1.23/src/runtime/panic.go 1263 runtime.fatalpanic    false false false false 0 
[runtime.curg._panic.arg] <nil> <nil>  0 [] map[] 0 false <nil>  0}
    integration2_test.go:2373:  &{-2 runtime-fatal-throw 4607876 [4607876 4397956 4492206] [27898 27898 
27898] <multiple locations> 0 (multiple functions)    false false false false 0 [] <nil> 
<nil>  0 [] map[] 0 false <nil>  0}
    integration2_test.go:2373:  &{1 firstbreakpoint 4781554 [4781554] [27898] 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go 38 
main.main    false true false false 0 [] <nil> <nil>  0 [] map[] 0 false <nil>  0}
    integration2_test.go:2384: breakpoints after second call:
    integration2_test.go:2386:  &{-1 unrecovered-panic 4399140 [4399140] [27898] 
/usr/lib/go-1.23/src/runtime/panic.go 1263 runtime.fatalpanic    false false false false 0 
[runtime.curg._panic.arg] <nil> <nil>  0 [] map[] 0 false <nil>  0}
    integration2_test.go:2386:  &{-2 runtime-fatal-throw 4607876 [4607876 4397956 4492206] [27898 27898 
27898] <multiple locations> 0 (multiple functions)    false false false false 0 [] <nil> 
<nil>  0 [] map[] 0 false <nil>  0}
    integration2_test.go:2386:  &{1 firstbreakpoint 4781554 [4781554] [27898] 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go 38 
main.main    false true false false 0 [] <nil> <nil>  0 [] map[] 0 false <nil>  0}
--- PASS: TestDoubleCreateBreakpoint (0.46s)
=== RUN   TestStopRecording
    support.go:246: enabling recording for TestStopRecording
    integration2_test.go:2398: only for rr backend
--- SKIP: TestStopRecording (0.00s)
=== RUN   TestClearLogicalBreakpoint
    integration2_test.go:2425: breakpoint set at []uint64{0x490857, 0x49088a}
--- PASS: TestClearLogicalBreakpoint (0.57s)
=== RUN   TestRedirects
    support.go:246: enabling recording for TestRedirects
    integration2_test.go:2453: output "Redirect test 2024-09-29 10:20:49.383022562 
+0000 UTC m=+0.000040791\n"
    integration2_test.go:2463: output "Redirect test 2024-09-29 10:20:49.429055855 
+0000 UTC m=+0.000028981\n"
--- PASS: TestRedirects (0.22s)
=== RUN   TestIssue2162
--- PASS: TestIssue2162 (0.39s)
=== RUN   TestDetachLeaveRunning
--- PASS: TestDetachLeaveRunning (1.02s)
=== RUN   TestToggleBreakpointRestart
    integration2_test.go:2574: &api.Breakpoint{ID:-1, Name:"unrecovered-panic", Addr:0x432024, Addrs:[]uint64{0x432024}, AddrPid:[]int{28103}, 
File:"/usr/lib/go-1.23/src/runtime/panic.go", Line:1263, FunctionName:"runtime.fatalpanic", ExprString:"", Cond:"", 
HitCond:"", HitCondPerG:false, Tracepoint:false, TraceReturn:false, Goroutine:false, Stacktrace:0, Variables:[]string{"runtime.curg._panic.arg"}, 
LoadArgs:(*api.LoadConfig)(nil), LoadLocals:(*api.LoadConfig)(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, 
TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0}
    integration2_test.go:2574: &api.Breakpoint{ID:-2, Name:"runtime-fatal-throw", Addr:0x448b2e, Addrs:[]uint64{0x448b2e, 0x464da4, 0x431b84}, 
AddrPid:[]int{28103, 28103, 28103}, File:"<multiple locations>", Line:0, FunctionName:"(multiple functions)", ExprString:"", 
Cond:"", HitCond:"", HitCondPerG:false, Tracepoint:false, TraceReturn:false, Goroutine:false, Stacktrace:0, Variables:[]string(nil), 
LoadArgs:(*api.LoadConfig)(nil), LoadLocals:(*api.LoadConfig)(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, 
TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0}
    integration2_test.go:2574: &api.Breakpoint{ID:1, Name:"firstbreakpoint", Addr:0x0, Addrs:[]uint64(nil), AddrPid:[]int(nil), 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testtoggle.go", Line:20, FunctionName:"main.main", 
ExprString:"", Cond:"", HitCond:"", HitCondPerG:false, Tracepoint:false, TraceReturn:false, Goroutine:false, Stacktrace:0, 
Variables:[]string(nil), LoadArgs:(*api.LoadConfig)(nil), LoadLocals:(*api.LoadConfig)(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), 
HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:true, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0}
    integration2_test.go:2574: &api.Breakpoint{ID:2, Name:"secondbreakpoint", Addr:0x48f2cf, Addrs:[]uint64{0x48f2cf}, AddrPid:[]int{28103}, 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testtoggle.go", Line:21, FunctionName:"main.main", 
ExprString:"", Cond:"", HitCond:"", HitCondPerG:false, Tracepoint:false, TraceReturn:false, Goroutine:false, Stacktrace:0, 
Variables:[]string(nil), LoadArgs:(*api.LoadConfig)(nil), LoadLocals:(*api.LoadConfig)(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), 
HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0}
    integration2_test.go:2577: &api.Breakpoint{ID:-1, Name:"unrecovered-panic", Addr:0x432024, Addrs:[]uint64{0x432024}, AddrPid:[]int{28103}, 
File:"/usr/lib/go-1.23/src/runtime/panic.go", Line:1263, FunctionName:"runtime.fatalpanic", ExprString:"", Cond:"", 
HitCond:"", HitCondPerG:false, Tracepoint:false, TraceReturn:false, Goroutine:false, Stacktrace:0, Variables:[]string{"runtime.curg._panic.arg"}, 
LoadArgs:(*api.LoadConfig)(nil), LoadLocals:(*api.LoadConfig)(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, 
TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0}
    integration2_test.go:2577: &api.Breakpoint{ID:-2, Name:"runtime-fatal-throw", Addr:0x464da4, Addrs:[]uint64{0x464da4, 0x431b84, 0x448b2e}, 
AddrPid:[]int{28103, 28103, 28103}, File:"<multiple locations>", Line:0, FunctionName:"(multiple functions)", ExprString:"", 
Cond:"", HitCond:"", HitCondPerG:false, Tracepoint:false, TraceReturn:false, Goroutine:false, Stacktrace:0, Variables:[]string(nil), 
LoadArgs:(*api.LoadConfig)(nil), LoadLocals:(*api.LoadConfig)(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, 
TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0}
    integration2_test.go:2577: &api.Breakpoint{ID:1, Name:"firstbreakpoint", Addr:0x0, Addrs:[]uint64(nil), AddrPid:[]int(nil), 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testtoggle.go", Line:20, FunctionName:"main.main", 
ExprString:"", Cond:"", HitCond:"", HitCondPerG:false, Tracepoint:false, TraceReturn:false, Goroutine:false, Stacktrace:0, 
Variables:[]string(nil), LoadArgs:(*api.LoadConfig)(nil), LoadLocals:(*api.LoadConfig)(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), 
HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:true, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0}
    integration2_test.go:2577: &api.Breakpoint{ID:2, Name:"secondbreakpoint", Addr:0x48f2cf, Addrs:[]uint64{0x48f2cf}, AddrPid:[]int{28103}, 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testtoggle.go", Line:21, FunctionName:"main.main", 
ExprString:"", Cond:"", HitCond:"", HitCondPerG:false, Tracepoint:false, TraceReturn:false, Goroutine:false, Stacktrace:0, 
Variables:[]string(nil), LoadArgs:(*api.LoadConfig)(nil), LoadLocals:(*api.LoadConfig)(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), 
HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0}
    integration2_test.go:2577: &api.Breakpoint{ID:3, Name:"thirdbreakpoint", Addr:0x48f2d4, Addrs:[]uint64{0x48f2d4}, AddrPid:[]int{28103}, 
File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testtoggle.go", Line:22, FunctionName:"main.main", 
ExprString:"", Cond:"", HitCond:"", HitCondPerG:false, Tracepoint:false, TraceReturn:false, Goroutine:false, Stacktrace:0, 
Variables:[]string(nil), LoadArgs:(*api.LoadConfig)(nil), LoadLocals:(*api.LoadConfig)(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), 
HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0}
--- PASS: TestToggleBreakpointRestart (0.90s)
=== RUN   TestStopServerWithClosedListener
--- PASS: TestStopServerWithClosedListener (2.32s)
=== RUN   TestGoroutinesGrouping
    integration2_test.go:2619: []api.GoroutineGroup{api.GoroutineGroup{Name:"name=", Offset:0, Count:5, Total:7}, 
api.GoroutineGroup{Name:"name=five", Offset:5, Count:5, Total:25000}, api.GoroutineGroup{Name:"name=four", Offset:10, 
Count:5, Total:25000}, api.GoroutineGroup{Name:"name=one", Offset:15, Count:5, Total:25000}, 
api.GoroutineGroup{Name:"name=three", Offset:20, Count:5, Total:25000}, api.GoroutineGroup{Name:"name=two", Offset:25, 
Count:5, Total:25000}}
--- PASS: TestGoroutinesGrouping (7.03s)
=== RUN   TestLongStringArg
    integration2_test.go:2650: &api.Variable{Name:"s", Addr:0xbeef000000000000, OnlyAddr:false, Type:"string", 
RealType:"string", Flags:0x28, Kind:0x18, Value:"very long string 01234567890123456789012345678901234567890123456", 
Len:108, Cap:0, Children:[]api.Variable{}, Base:0x4b7f07, Unreadable:"", LocationExpr:"[0x13e4:0x48f0ee] DW_OP_reg0(Rax) 
DW_OP_piece 0x8 DW_OP_reg3(Rbx) DW_OP_piece 0x8 ", DeclLine:5}
    integration2_test.go:2656: &api.Variable{Name:"(*(*\"string\")(0xbeef000000000000))[64:]", Addr:0x0, OnlyAddr:false, 
Type:"string", RealType:"string", Flags:0x0, Kind:0x18, Value:"7890123456789012345678901234567890123456789X", Len:44, 
Cap:-64, Children:[]api.Variable{}, Base:0x4b7f47, Unreadable:"", LocationExpr:"", DeclLine:0}
    integration2_test.go:2650: &api.Variable{Name:"q", Addr:0xbeef000000000100, OnlyAddr:false, Type:"string", 
RealType:"string", Flags:0x28, Kind:0x18, Value:"very long string B 012345678901234567890123456789012345678901234", 
Len:111, Cap:0, Children:[]api.Variable{}, Base:0x4b7f73, Unreadable:"", LocationExpr:"[0x142f:0x48f0ee] DW_OP_reg2(Rcx) 
DW_OP_piece 0x8 DW_OP_reg5(Rdi) DW_OP_piece 0x8 ", DeclLine:5}
    integration2_test.go:2656: &api.Variable{Name:"(*(*\"string\")(0xbeef000000000100))[64:]", Addr:0x0, OnlyAddr:false, 
Type:"string", RealType:"string", Flags:0x0, Kind:0x18, Value:"567890123456789012345678901234567890123456789X2", Len:47, 
Cap:-64, Children:[]api.Variable{}, Base:0x4b7fb3, Unreadable:"", LocationExpr:"", DeclLine:0}
    integration2_test.go:2650: &api.Variable{Name:"s", Addr:0xbeef000000000000, OnlyAddr:false, Type:"string", 
RealType:"string", Flags:0x28, Kind:0x18, Value:"very long string 01234567890123456789012345678901234567890123456", 
Len:108, Cap:0, Children:[]api.Variable{}, Base:0x4b7f07, Unreadable:"", LocationExpr:"[0x13e4:0x48f0ee] DW_OP_reg0(Rax) 
DW_OP_piece 0x8 DW_OP_reg3(Rbx) DW_OP_piece 0x8 ", DeclLine:5}
    integration2_test.go:2656: &api.Variable{Name:"(*(*\"string\")(0xbeef000000000000))[64:]", Addr:0x0, OnlyAddr:false, 
Type:"string", RealType:"string", Flags:0x0, Kind:0x18, Value:"7890123456789012345678901234567890123456789X", Len:44, 
Cap:-64, Children:[]api.Variable{}, Base:0x4b7f47, Unreadable:"", LocationExpr:"", DeclLine:0}
--- PASS: TestLongStringArg (0.38s)
=== RUN   TestGenericsBreakpoint
1
--- PASS: TestGenericsBreakpoint (0.38s)
=== RUN   TestRestartRewindAfterEnd
    integration2_test.go:2731: not relevant
--- SKIP: TestRestartRewindAfterEnd (0.00s)
=== RUN   TestClientServer_SinglelineStringFormattedWithBigInts
    integration2_test.go:2786: constant: "8180A06000000000"
    integration2_test.go:2808: "9331634762088972288" "8180A06000000000"
    integration2_test.go:2808: "9331634762088972288" "8180A06000000000"
    integration2_test.go:2808: "9259436018245828608" "8080200000000000"
    integration2_test.go:2808: "9259436018245828608" "8080200000000000"
--- PASS: TestClientServer_SinglelineStringFormattedWithBigInts (0.38s)
=== RUN   TestNonGoDebug
--- PASS: TestNonGoDebug (0.23s)
=== RUN   TestRestart_PreserveFunctionBreakpoint
    integration2_test.go:2882: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testfnpos.go:5
    integration2_test.go:2894: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testfnpos.go:9
--- PASS: TestRestart_PreserveFunctionBreakpoint (0.74s)
=== RUN   TestPluginSuspendedBreakpoint
    integration2_test.go:2932: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugintest.go:22
    integration2_test.go:2933: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugintest.go:27
    integration2_test.go:2934: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugin1/plugin1.go:6
    integration2_test.go:2935: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugin2/plugin2.go:9
    integration2_test.go:2963: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugintest.go:22
    integration2_test.go:2964: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugintest.go:27
    integration2_test.go:2965: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugin1/plugin1.go:5
    integration2_test.go:2966: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugin2/plugin2.go:9
--- PASS: TestPluginSuspendedBreakpoint (1.52s)
=== RUN   TestBreakpointAfterProcessExit
Hello, World!
Hello, World!
--- PASS: TestBreakpointAfterProcessExit (0.51s)
=== RUN   TestClientServer_createBreakpointWithID
    support.go:246: enabling recording for 
TestClientServer_createBreakpointWithID
--- PASS: TestClientServer_createBreakpointWithID (0.45s)
=== RUN   TestClientServer_autoBreakpoints
    support.go:246: enabling recording for TestClientServer_autoBreakpoints
    integration2_test.go:3038: &{-1 unrecovered-panic 4383524 [4383524] [28635] 
/usr/lib/go-1.23/src/runtime/panic.go 1263 runtime.fatalpanic    false false false false 0 
[runtime.curg._panic.arg] <nil> <nil>  0 [] map[] 0 false <nil>  0}
    integration2_test.go:3038: &{-2 runtime-fatal-throw 4577188 [4577188 4382340 4474862] [28635 28635 
28635] <multiple locations> 0 (multiple functions)    false false false false 0 [] <nil> 
<nil>  0 [] map[] 0 false <nil>  0}
--- PASS: TestClientServer_autoBreakpoints (0.44s)
=== RUN   TestClientServer_breakpointOnFuncWithABIWrapper
    support.go:246: enabling recording for 
TestClientServer_breakpointOnFuncWithABIWrapper
    integration2_test.go:3058: &{1  4400371 [4400371 4611648] [28641 28641] <multiple locations> 
0 runtime.schedinit    false false false false 0 [] <nil> <nil>  0 [] map[] 0 false <nil> 
 0}
    integration2_test.go:3064: First instruction for 4400371 {{4400352 
/usr/lib/go-1.23/src/runtime/proc.go 782 0xc00d0b1770 [] []} <nil> lea r12, ptr 
[rsp-0x8] [76 141 100 36 248] false false}
    integration2_test.go:3064: First instruction for 4611648 {{4611648 
<autogenerated> 1 0xc00d0ffad0 [] []} <nil> xorps xmm15, xmm15 [69 15 87 255] 
true false}
--- PASS: TestClientServer_breakpointOnFuncWithABIWrapper (0.45s)
=== RUN   TestClientServer_chanGoroutines
    integration2_test.go:3125: blockingchan1 gs:
    integration2_test.go:3112:  ID: 3 WaitReason: chan send
    integration2_test.go:3112:  ID: 4 WaitReason: chan send
    integration2_test.go:3133: blockingchan2 gs:
    integration2_test.go:3112:  ID: 5 WaitReason: chan receive
--- PASS: TestClientServer_chanGoroutines (1.34s)
=== RUN   TestNextInstruction
    support.go:246: enabling recording for TestNextInstruction
--- PASS: TestNextInstruction (0.26s)
=== RUN   TestBreakpointVariablesWithoutG
--- PASS: TestBreakpointVariablesWithoutG (0.44s)
FAIL
FAIL    github.com/go-delve/delve/service/test  74.706s
FAIL
dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 2 
github.com/go-delve/delve/cmd/dlv github.com/go-delve/delve/cmd/dlv/cmds 
github.com/go-delve/delve/cmd/dlv/cmds/helphelpers 
github.com/go-delve/delve/pkg/astutil github.com/go-delve/delve/pkg/config 
github.com/go-delve/delve/pkg/dwarf github.com/go-delve/delve/pkg/dwarf/dwarfbuilder 
github.com/go-delve/delve/pkg/dwarf/frame github.com/go-delve/delve/pkg/dwarf/godwarf 
github.com/go-delve/delve/pkg/dwarf/leb128 github.com/go-delve/delve/pkg/dwarf/line 
github.com/go-delve/delve/pkg/dwarf/loclist github.com/go-delve/delve/pkg/dwarf/op 
github.com/go-delve/delve/pkg/dwarf/reader github.com/go-delve/delve/pkg/dwarf/regnum 
github.com/go-delve/delve/pkg/elfwriter github.com/go-delve/delve/pkg/gobuild 
github.com/go-delve/delve/pkg/goversion github.com/go-delve/delve/pkg/internal/gosym 
github.com/go-delve/delve/pkg/locspec github.com/go-delve/delve/pkg/logflags 
github.com/go-delve/delve/pkg/proc github.com/go-delve/delve/pkg/proc/amd64util 
github.com/go-delve/delve/pkg/proc/core 
github.com/go-delve/delve/pkg/proc/core/minidump 
github.com/go-delve/delve/pkg/proc/debuginfod github.com/go-delve/delve/pkg/proc/evalop 
github.com/go-delve/delve/pkg/proc/fbsdutil 
github.com/go-delve/delve/pkg/proc/gdbserial 
github.com/go-delve/delve/pkg/proc/internal/ebpf 
github.com/go-delve/delve/pkg/proc/internal/ebpf/testhelper 
github.com/go-delve/delve/pkg/proc/linutil github.com/go-delve/delve/pkg/proc/macutil 
github.com/go-delve/delve/pkg/proc/native github.com/go-delve/delve/pkg/proc/test 
github.com/go-delve/delve/pkg/proc/winutil github.com/go-delve/delve/pkg/terminal 
github.com/go-delve/delve/pkg/terminal/colorize 
github.com/go-delve/delve/pkg/terminal/starbind github.com/go-delve/delve/pkg/version 
github.com/go-delve/delve/service github.com/go-delve/delve/service/api 
github.com/go-delve/delve/service/dap github.com/go-delve/delve/service/dap/daptest 
github.com/go-delve/delve/service/debugger 
github.com/go-delve/delve/service/internal/sameuser 
github.com/go-delve/delve/service/rpc1 github.com/go-delve/delve/service/rpc2 
github.com/go-delve/delve/service/rpccommon github.com/go-delve/delve/service/test 
returned exit code 1
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202409/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: delve
Source-Version: 1.20.2-1+deb12u1
Done: Santiago Vila <[email protected]>

We believe that the bug you reported is fixed in the latest version of
delve, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Santiago Vila <[email protected]> (supplier of updated delve package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 02 Jul 2026 18:10:00 +0200
Source: delve
Architecture: source
Version: 1.20.2-1+deb12u1
Distribution: bookworm
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1082973
Changes:
 delve (1.20.2-1+deb12u1) bookworm; urgency=medium
 .
   * Team upload.
 .
   [ Shengjing Zhu ]
   * Backport patch to fix tests on AMD CPU with AVX512. Closes: #1082973.
Checksums-Sha1:
 55d4253a91657752c4ee75f54592a8945ef72d7f 2328 delve_1.20.2-1+deb12u1.dsc
 248aa1fa921656f3518465556f1d1b86ac167bad 7820 
delve_1.20.2-1+deb12u1.debian.tar.xz
 14ab0c4835acc49591c40b527da7798240f95675 9327 
delve_1.20.2-1+deb12u1_source.buildinfo
Checksums-Sha256:
 6e3c861919cf847853e69cb6b93f4668bcaa3bab98e25784227358e380eaf2da 2328 
delve_1.20.2-1+deb12u1.dsc
 312b875b78916b92edaa26cc8865ca470d211ba89854fd642d28c41a3f11ebbb 7820 
delve_1.20.2-1+deb12u1.debian.tar.xz
 131efb0c1cc5af87959a0f0a85df0bb964791a0f60a68fa0eef575098b4a123b 9327 
delve_1.20.2-1+deb12u1_source.buildinfo
Files:
 72cde75be788c27881bc7f684a49ff48 2328 golang optional 
delve_1.20.2-1+deb12u1.dsc
 f61d011e0d8d2daaa73e5a61378738e3 7820 golang optional 
delve_1.20.2-1+deb12u1.debian.tar.xz
 a2212da24fcf6a7a6b58456c81e2eac6 9327 golang optional 
delve_1.20.2-1+deb12u1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmpGlJwACgkQQc5/C58b
izLpQgf/VE8FurjZz/lFA/isDNGZDDla9eeNhevIixLPJXlojEoevYv7qFelMqVh
xngjrwZHoADM4+BLDbQVVNqTBrkjRIFXRc29jF4ok2pBd6VNKIwL6cc8EDnAwwpt
eUiPebb8Rj2uqnKVGcrV9jiLY3nBOPewWhoVTZ/xEL/IHZ1/Ntwjf1MqDXBBE74S
kAm1wR0liDc6fzVgTkxsvY8OpAewa8tdINOys2JhqAwLxRXFyTp2kth9NEDsUf4Z
/+0bFIaX5F14ymw2UkNPfSVmp7CKN+iBg+vVo55OzVxNnqabEiHNBDrXwl2TBX3J
uJ4VpdUNOff6NAW3Qfuv0HWcDHur1w==
=2FCz
-----END PGP SIGNATURE-----

Attachment: pgpjmWEeE1p4h.pgp
Description: PGP signature


--- End Message ---

Reply via email to