Package: src:delve Version: 1.27.1-3 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202608/ 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 cannot 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 add an affects on src:delve, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem=golang --with=golang dh_auto_clean -O--buildsystem=golang dh_autoreconf_clean -O--buildsystem=golang dh_clean -O--buildsystem=golang 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 override_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 \ [... snipped ...] "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.63s) === RUN TestEvalExprName integration2_test.go:1731: i1+1 â &api.Variable{Name:"i1+1", Addr:0x0, OnlyAddr:false, Type:"int", RealType:"int", Flags:0x0, Kind:0x2, Value:"2", StringValueBytes:[]uint8(nil), Len:0, Cap:0, Children:[]api.Variable{}, Base:0x0, Unreadable:"", LocationExpr:"", DeclLine:0} --- PASS: TestEvalExprName (0.47s) === RUN TestClientServer_Issue528 common_test.go:100: FindLocation("State.Close") â [{5008394 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/liner/input.go 357 0x19f5e04dec00 [5008394] [21564]}] --- PASS: TestClientServer_Issue528 (0.63s) === RUN TestClientServer_FpRegisters support.go:276: enabling recording for TestClientServer_FpRegisters integration2_test.go:1798: state after continue: &api.DebuggerState{Pid:21589, TargetCommandLine:"/tmp/fputest.1f142e54", Running:false, Recording:false, CoreDumping:false, CurrentThread:(*api.Thread)(0x19f5e00f5b20), SelectedGoroutine:(*api.Goroutine)(0x19f5e00a21a0), Threads:[]*api.Thread{(*api.Thread)(0x19f5e00f5ce0), (*api.Thread)(0x19f5e00f5dc0), (*api.Thread)(0x19f5e07ca2a0), (*api.Thread)(0x19f5e07ca310), (*api.Thread)(0x19f5e07ca380)}, NextInProgress:false, WatchOutOfScope:[]*api.Breakpoint(nil), Exited:false, ExitStatus:0, When:"", StopReason:"breakpoint", Err:error(nil)} integration2_test.go:1807: avx2 variable: &api.Variable{Name:"avx2", Addr:0x997dae96eea, OnlyAddr:false, Type:"bool", RealType:"bool", Flags:0x0, Kind:0x1, Value:"true", StringValueBytes:[]uint8(nil), Len:0, Cap:0, Children:[]api.Variable{}, Base:0x0, Unreadable:"", LocationExpr:"[block] DW_OP_fbreg -0x5e ", DeclLine:22} integration2_test.go:1807: avx512 variable: &api.Variable{Name:"avx512", Addr:0x997dae96ee9, OnlyAddr:false, Type:"bool", RealType:"bool", Flags:0x0, Kind:0x1, Value:"true", StringValueBytes:[]uint8(nil), Len:0, Cap:0, Children:[]api.Variable{}, Base:0x0, Unreadable:"", LocationExpr:"[block] DW_OP_fbreg -0x5f ", DeclLine:23} integration2_test.go:1821: state after continue: &api.DebuggerState{Pid:21589, TargetCommandLine:"/tmp/fputest.1f142e54", Running:false, Recording:false, CoreDumping:false, CurrentThread:(*api.Thread)(0x19f5e014ed20), SelectedGoroutine:(*api.Goroutine)(0x19f5e01e09c0), Threads:[]*api.Thread{(*api.Thread)(0x19f5e014ee00), (*api.Thread)(0x19f5e014ee70), (*api.Thread)(0x19f5e014eee0), (*api.Thread)(0x19f5e014efc0), (*api.Thread)(0x19f5e014f030)}, NextInProgress:false, WatchOutOfScope:[]*api.Breakpoint(nil), Exited:false, ExitStatus:0, When:"", StopReason:"hardcoded breakpoint", Err:error(nil)} --- PASS: TestClientServer_FpRegisters (0.38s) === RUN TestClientServer_RestartBreakpointPosition support.go:276: enabling recording for TestClientServer_RestartBreakpointPosition integration2_test.go:1886: 49e20e integration2_test.go:1902: 49e20e 49e20e --- PASS: TestClientServer_RestartBreakpointPosition (0.52s) === RUN TestClientServer_SelectedGoroutineLoc support.go:276: enabling recording for TestClientServer_SelectedGoroutineLoc --- PASS: TestClientServer_SelectedGoroutineLoc (0.26s) === RUN TestClientServer_ReverseContinue support.go:276: enabling recording for TestClientServer_ReverseContinue integration2_test.go:1935: backend is not rr --- SKIP: TestClientServer_ReverseContinue (0.00s) === RUN TestClientServer_collectBreakpointInfoOnNext support.go:276: enabling recording for TestClientServer_collectBreakpointInfoOnNext common_test.go:100: FindLocation("testnextprog.go:23") â [{4843012 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go 23 0x19f5e07ac540 [4843012] [21609]}] common_test.go:100: FindLocation("testnextprog.go:24") â [{4843036 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go 24 0x19f5e07ac870 [4843036] [21609]}] --- PASS: TestClientServer_collectBreakpointInfoOnNext (0.06s) === RUN TestClientServer_collectBreakpointInfoError support.go:276: enabling recording for TestClientServer_collectBreakpointInfoError common_test.go:100: FindLocation("testnextprog.go:23") â [{4843012 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go 23 0x19f5e06d32c0 [4843012] [21617]}] --- PASS: TestClientServer_collectBreakpointInfoError (0.26s) === RUN TestClientServerConsistentExit demo &{<nil> 0 [] 0 false} --- PASS: TestClientServerConsistentExit (0.41s) === RUN TestClientServer_StepOutReturn --- PASS: TestClientServer_StepOutReturn (0.40s) === RUN TestAcceptMulticlient --- PASS: TestAcceptMulticlient (0.07s) === RUN TestForceStopWhileContinue --- PASS: TestForceStopWhileContinue (0.95s) === RUN TestClientServerFunctionCall first: 1 second: 2 integration2_test.go:2189: returned to "main.main" integration2_test.go:2196: Return values [{~r0 40241586564608 false int int 48 int 3 [] 0 0 [] 0 [block] DW_OP_fbreg -0x68 30}] first: 1 second: 2 foo 1 2 0 this is a variable named `call` 0x4a1680 0x4a1920 0x4a1aa0 0x4a1ae0 0x4a1b40 0x4a13c0 0x4a1b80 [1 2 3] [one two three] , 0x4a4ee0 0x4a4f40 &{6} {3} &{6} &{6} 0x4a2140 0x4a17c0 0x4a4ee0 0x4a4f40 <nil> {0} 0x4a2380 {7} 0x4a23e0 0x4a2420 0x4a2480 0x4a2520 0x4a25c0 0x4a2600 0x4a2660 0x4a26e0 0x4a2760 <nil> 0x4a27e0 old string value &{3 {4}} 2 25 [very long string 0123456789a0123456789b0123456789c0123456789d0123456789e0123456789f0123456789g012345678h90123456789i0123456789j0123456789] 0x4a28e0 0x4a2b00 1 2 3 4 1 2 0x4a2c80 [one two three four five six seven height nine ten] 0x4a2e20 {0x249979796060 [98 108 97 104]} 0x4a1c40 0x4a1c80 map[{1 1}:one,one {1 2}:one,two {3 1}:three,one] <nil> <nil> 0 --- PASS: TestClientServerFunctionCall (0.42s) === RUN TestClientServerFunctionCallPanic about to panic integration2_test.go:2221: at: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/fncall.go:277 integration2_test.go:2225: Return values [{~panic 51709494039872 false interface {} interface {} 32 interface [] 0 0 [{data 5076080 false string string 0 string callpanic panicked [] 18 0 [] 5041012 0}] 0 0}] --- PASS: TestClientServerFunctionCallPanic (0.27s) === RUN TestClientServerFunctionCallStacktrace integration2_test.go:2240: 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:2277: ancestors: []api.Ancestor{api [too-long-redacted] true, Err:""}}, Unreadable:""}} --- PASS: TestAncestors (0.27s) === RUN TestUnknownMethodCall --- PASS: TestUnknownMethodCall (0.26s) === RUN TestIssue1703 integration2_test.go:2328: FindLocation: []api.Location{api.Location{PC:0x49e70e, File:"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testnextprog.go", Line:37, Function:(*api.Function)(0x19f5e0544420), PCs:[]uint64{0x49e70e}, PCPids:[]int{21788}}} integration2_test.go:2331: text: api.AsmInstructions{api [too-long-redacted] Breakpoint:false, AtPC:false}} --- PASS: TestIssue1703 (0.46s) === RUN TestRerecord support.go:276: enabling recording for TestRerecord integration2_test.go:2338: only valid for recorded targets --- SKIP: TestRerecord (0.00s) === RUN TestIssue1787 --- PASS: TestIssue1787 (0.46s) === RUN TestDoubleCreateBreakpoint integration2_test.go:2404: breakpoints before second call: integration2_test.go:2406: &{-1 unrecovered-panic 4480836 [4480836] [21792] /usr/lib/go-1.26/src/runtime/panic.go 1456 runtime.fatalpanic false false false false 0 [runtime.curg._panic.arg] <nil> <nil> [] 0 [] map[] 0 false <nil> 0} integration2_test.go:2406: &{-2 runtime-fatal-throw 4691620 [4691620 4479300 4579758] [21792 21792 21792] <multiple locations> 0 (multiple functions) false false false false 0 [] <nil> <nil> [] 0 [] map[] 0 false <nil> 0} integration2_test.go:2406: &{1 firstbreakpoint 4843282 [4843282] [21792] /<<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:2417: breakpoints after second call: integration2_test.go:2419: &{-1 unrecovered-panic 4480836 [4480836] [21792] /usr/lib/go-1.26/src/runtime/panic.go 1456 runtime.fatalpanic false false false false 0 [runtime.curg._panic.arg] <nil> <nil> [] 0 [] map[] 0 false <nil> 0} integration2_test.go:2419: &{-2 runtime-fatal-throw 4691620 [4691620 4479300 4579758] [21792 21792 21792] <multiple locations> 0 (multiple functions) false false false false 0 [] <nil> <nil> [] 0 [] map[] 0 false <nil> 0} integration2_test.go:2419: &{1 firstbreakpoint 4843282 [4843282] [21792] /<<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:276: enabling recording for TestStopRecording integration2_test.go:2431: only for rr backend --- SKIP: TestStopRecording (0.00s) === RUN TestClearLogicalBreakpoint integration2_test.go:2458: breakpoint set at []uint64{0x49f903, 0x49f8cf} --- PASS: TestClearLogicalBreakpoint (0.60s) === RUN TestRedirects support.go:276: enabling recording for TestRedirects integration2_test.go:2486: output "Redirect test 2026-08-23 07:14:08.801677182 +0000 UTC m=+0.000024581\n" integration2_test.go:2496: output "Redirect test 2026-08-23 07:14:09.059259377 +0000 UTC m=+0.000024641\n" --- PASS: TestRedirects (0.66s) === RUN TestIssue2162 --- PASS: TestIssue2162 (0.41s) === RUN TestDetachLeaveRunning --- PASS: TestDetachLeaveRunning (0.88s) === RUN TestToggleBreakpointRestart integration2_test.go:2631: &api.Breakpoint{ID:-1, Name:"unrecovered-panic", Addr:0x445f44, Addrs:[]uint64{0x445f44}, AddrPid:[]int{21945}, File:"/usr/lib/go-1.26/src/runtime/panic.go", Line:1456, 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), CustomCommands:[]string(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0} integration2_test.go:2631: &api.Breakpoint{ID:-2, Name:"runtime-fatal-throw", Addr:0x445944, Addrs:[]uint64{0x445944, 0x45e12e, 0x4794c4}, AddrPid:[]int{21945, 21945, 21945}, 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), CustomCommands:[]string(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0} integration2_test.go:2631: &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), CustomCommands:[]string(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:true, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0} integration2_test.go:2631: &api.Breakpoint{ID:2, Name:"secondbreakpoint", Addr:0x49e32f, Addrs:[]uint64{0x49e32f}, AddrPid:[]int{21945}, 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), CustomCommands:[]string(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0} integration2_test.go:2634: &api.Breakpoint{ID:3, Name:"thirdbreakpoint", Addr:0x49e334, Addrs:[]uint64{0x49e334}, AddrPid:[]int{21945}, 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), CustomCommands:[]string(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0} integration2_test.go:2634: &api.Breakpoint{ID:-1, Name:"unrecovered-panic", Addr:0x445f44, Addrs:[]uint64{0x445f44}, AddrPid:[]int{21945}, File:"/usr/lib/go-1.26/src/runtime/panic.go", Line:1456, 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), CustomCommands:[]string(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0} integration2_test.go:2634: &api.Breakpoint{ID:-2, Name:"runtime-fatal-throw", Addr:0x445944, Addrs:[]uint64{0x445944, 0x45e12e, 0x4794c4}, AddrPid:[]int{21945, 21945, 21945}, 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), CustomCommands:[]string(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0} integration2_test.go:2634: &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), CustomCommands:[]string(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:true, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0} integration2_test.go:2634: &api.Breakpoint{ID:2, Name:"secondbreakpoint", Addr:0x49e32f, Addrs:[]uint64{0x49e32f}, AddrPid:[]int{21945}, 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), CustomCommands:[]string(nil), WatchExpr:"", WatchType:0x0, VerboseDescr:[]string(nil), HitCount:map[string]uint64{}, TotalHitCount:0x0, Disabled:false, UserData:interface {}(nil), RootFuncName:"", TraceFollowCalls:0} --- PASS: TestToggleBreakpointRestart (0.71s) === RUN TestStopServerWithClosedListener --- PASS: TestStopServerWithClosedListener (2.54s) === RUN TestGoroutinesGrouping integration2_test.go:2681: []api.GoroutineGroup{api.GoroutineGroup{Name:"name=", Offset:0, Count:5, Total:5}, api.GoroutineGroup{Name:"name=five", Offset:5, Count:5, Total:250}, api.GoroutineGroup{Name:"name=four", Offset:10, Count:5, Total:250}, api.GoroutineGroup{Name:"name=one", Offset:15, Count:5, Total:250}, api.GoroutineGroup{Name:"name=three", Offset:20, Count:5, Total:250}, api.GoroutineGroup{Name:"name=two", Offset:25, Count:5, Total:250}} --- PASS: TestGoroutinesGrouping (0.27s) === RUN TestLongStringArg integration2_test.go:2712: &api.Variable{Name:"s", Addr:0xbeef000000000000, OnlyAddr:false, Type:"string", RealType:"string", Flags:0x28, Kind:0x18, Value:"very long string 01234567890123456789012345678901234567890123456", StringValueBytes:[]uint8(nil), Len:108, Cap:0, Children:[]api.Variable{}, Base:0x4ce5b4, Unreadable:"", LocationExpr:"[0x487a:0x49e1ae] DW_OP_reg0(Rax) DW_OP_piece 0x8 DW_OP_reg3(Rbx) DW_OP_piece 0x8 ", DeclLine:5} integration2_test.go:2718: &api.Variable{Name:"(*(*\"string\")(0xbeef000000000000))[64:]", Addr:0x0, OnlyAddr:false, Type:"string", RealType:"string", Flags:0x0, Kind:0x18, Value:"7890123456789012345678901234567890123456789X", StringValueBytes:[]uint8(nil), Len:44, Cap:-64, Children:[]api.Variable{}, Base:0x4ce5f4, Unreadable:"", LocationExpr:"", DeclLine:0} integration2_test.go:2712: &api.Variable{Name:"q", Addr:0xbeef000000000100, OnlyAddr:false, Type:"string", RealType:"string", Flags:0x28, Kind:0x18, Value:"very long string B 012345678901234567890123456789012345678901234", StringValueBytes:[]uint8(nil), Len:111, Cap:0, Children:[]api.Variable{}, Base:0x4ce620, Unreadable:"", LocationExpr:"[0x488d:0x49e1ae] DW_OP_reg2(Rcx) DW_OP_piece 0x8 DW_OP_reg5(Rdi) DW_OP_piece 0x8 ", DeclLine:5} integration2_test.go:2718: &api.Variable{Name:"(*(*\"string\")(0xbeef000000000100))[64:]", Addr:0x0, OnlyAddr:false, Type:"string", RealType:"string", Flags:0x0, Kind:0x18, Value:"567890123456789012345678901234567890123456789X2", StringValueBytes:[]uint8(nil), Len:47, Cap:-64, Children:[]api.Variable{}, Base:0x4ce660, Unreadable:"", LocationExpr:"", DeclLine:0} integration2_test.go:2712: &api.Variable{Name:"s", Addr:0xbeef000000000000, OnlyAddr:false, Type:"string", RealType:"string", Flags:0x28, Kind:0x18, Value:"very long string 01234567890123456789012345678901234567890123456", StringValueBytes:[]uint8(nil), Len:108, Cap:0, Children:[]api.Variable{}, Base:0x4ce5b4, Unreadable:"", LocationExpr:"[0x487a:0x49e1ae] DW_OP_reg0(Rax) DW_OP_piece 0x8 DW_OP_reg3(Rbx) DW_OP_piece 0x8 ", DeclLine:5} integration2_test.go:2718: &api.Variable{Name:"(*(*\"string\")(0xbeef000000000000))[64:]", Addr:0x0, OnlyAddr:false, Type:"string", RealType:"string", Flags:0x0, Kind:0x18, Value:"7890123456789012345678901234567890123456789X", StringValueBytes:[]uint8(nil), Len:44, Cap:-64, Children:[]api.Variable{}, Base:0x4ce5f4, Unreadable:"", LocationExpr:"", DeclLine:0} --- PASS: TestLongStringArg (0.20s) === RUN TestGenericsBreakpoint 1 --- PASS: TestGenericsBreakpoint (0.61s) === RUN TestRestartRewindAfterEnd integration2_test.go:2793: not relevant --- SKIP: TestRestartRewindAfterEnd (0.00s) === RUN TestClientServer_SinglelineStringFormattedWithBigInts integration2_test.go:2848: constant: "8180A06000000000" integration2_test.go:2872: "9331634762088972288" "8180A06000000000" integration2_test.go:2872: "9331634762088972288" "8180A06000000000" integration2_test.go:2872: "9259436018245828608" "8080200000000000" integration2_test.go:2872: "9259436018245828608" "8080200000000000" --- PASS: TestClientServer_SinglelineStringFormattedWithBigInts (0.61s) === RUN TestNonGoDebug --- PASS: TestNonGoDebug (0.43s) === RUN TestRestart_PreserveFunctionBreakpoint integration2_test.go:2947: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testfnpos.go:5 integration2_test.go:2959: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/testfnpos.go:9 --- PASS: TestRestart_PreserveFunctionBreakpoint (0.79s) === RUN TestPluginSuspendedBreakpoint integration2_test.go:2997: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugintest.go:22 integration2_test.go:2998: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugintest.go:27 integration2_test.go:2999: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugin1/plugin1.go:6 integration2_test.go:3000: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugin2/plugin2.go:9 integration2_test.go:3028: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugintest.go:22 integration2_test.go:3029: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugintest.go:27 integration2_test.go:3030: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugin1/plugin1.go:5 integration2_test.go:3031: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/go-delve/delve/_fixtures/plugin2/plugin2.go:9 --- PASS: TestPluginSuspendedBreakpoint (1.76s) === RUN TestBreakpointAfterProcessExit Hello, World! Hello, World! --- PASS: TestBreakpointAfterProcessExit (0.52s) === RUN TestClientServer_createBreakpointWithID support.go:276: enabling recording for TestClientServer_createBreakpointWithID --- PASS: TestClientServer_createBreakpointWithID (0.26s) === RUN TestClientServer_autoBreakpoints support.go:276: enabling recording for TestClientServer_autoBreakpoints integration2_test.go:3103: &{-1 unrecovered-panic 4459460 [4459460] [22330] /usr/lib/go-1.26/src/runtime/panic.go 1456 runtime.fatalpanic false false false false 0 [runtime.curg._panic.arg] <nil> <nil> [] 0 [] map[] 0 false <nil> 0} integration2_test.go:3103: &{-2 runtime-fatal-throw 4661572 [4661572 4457924 4557582] [22330 22330 22330] <multiple locations> 0 (multiple functions) false false false false 0 [] <nil> <nil> [] 0 [] map[] 0 false <nil> 0} --- PASS: TestClientServer_autoBreakpoints (0.45s) === RUN TestClientServer_breakpointOnFuncWithABIWrapper support.go:276: enabling recording for TestClientServer_breakpointOnFuncWithABIWrapper integration2_test.go:3123: &{1 4476819 [4476819 4691936] [22331 22331] <multiple locations> 0 runtime.schedinit false false false false 0 [] <nil> <nil> [] 0 [] map[] 0 false <nil> 0} integration2_test.go:3129: First instruction for 4476819 {{4476800 /usr/lib/go-1.26/src/runtime/proc.go 831 0x19f5e0376030 [] []} <nil> lea r12, ptr [rsp-0x10] [76 141 100 36 240] false false} integration2_test.go:3129: First instruction for 4691936 {{4691936 <autogenerated> 1 0x19f5e04c0270 [] []} <nil> xorps xmm15, xmm15 [69 15 87 255] true false} --- PASS: TestClientServer_breakpointOnFuncWithABIWrapper (0.47s) === RUN TestClientServer_chanGoroutines integration2_test.go:3166: blockingchan1 gs: integration2_test.go:3153: ID: 19 WaitReason: chan send integration2_test.go:3153: ID: 20 WaitReason: chan send integration2_test.go:3174: blockingchan2 gs: integration2_test.go:3153: ID: 21 WaitReason: chan receive --- PASS: TestClientServer_chanGoroutines (1.37s) === RUN TestNextInstruction support.go:276: enabling recording for TestNextInstruction --- PASS: TestNextInstruction (0.27s) === RUN TestBreakpointVariablesWithoutG --- PASS: TestBreakpointVariablesWithoutG (0.45s) === RUN TestGuessSubstitutePath integration2_test.go:3214: not compatible with GOPATH build mode --- SKIP: TestGuessSubstitutePath (0.00s) === RUN TestFollowExecFindLocation integration2_test.go:3383: event = &api.Event{Kind:0x0, BinaryInfoDownloadEventDetails:(*api.BinaryInfoDownloadEventDetails)(nil), BreakpointMaterializedEventDetails:(*api.BreakpointMaterializedEventDetails)(nil), ProcessSpawnedEventDetails:(*api.ProcessSpawnedEventDetails)(nil)} integration2_test.go:3383: event = &api.Event{Kind:0x3, BinaryInfoDownloadEventDetails:(*api.BinaryInfoDownloadEventDetails)(nil), BreakpointMaterializedEventDetails:(*api.BreakpointMaterializedEventDetails)(0x19f5e12a0050), ProcessSpawnedEventDetails:(*api.ProcessSpawnedEventDetails)(nil)} integration2_test.go:3383: event = &api.Event{Kind:0x4, BinaryInfoDownloadEventDetails:(*api.BinaryInfoDownloadEventDetails)(nil), BreakpointMaterializedEventDetails:(*api.BreakpointMaterializedEventDetails)(nil), ProcessSpawnedEventDetails:(*api.ProcessSpawnedEventDetails)(0x19f5e07a8420)} integration2_test.go:3383: event = &api.Event{Kind:0x1, BinaryInfoDownloadEventDetails:(*api.BinaryInfoDownloadEventDetails)(nil), BreakpointMaterializedEventDetails:(*api.BreakpointMaterializedEventDetails)(nil), ProcessSpawnedEventDetails:(*api.ProcessSpawnedEventDetails)(nil)} integration2_test.go:3399: [{22418 /tmp/spawn.9ae4215a spawn2 /tmp/spawnchild.374efae4 0x19f5e07cafc0} {22423 /tmp/spawnchild.374efae4 0x19f5e07cb030}] --- PASS: TestFollowExecFindLocation (0.62s) === RUN TestCancelDownload integration2_test.go:3435: download event: "/usr/lib/x86_64-linux-gnu/libc.so.6" "Downloading 1..." --- PASS: TestCancelDownload (1.82s) === RUN TestEvalNonunicodeString integration2_test.go:3460: "type T struct {\f\f\t\xfffldcom\xff" --- PASS: TestEvalNonunicodeString (0.27s) === RUN TestTypeInfo integration2_test.go:3475: &api.TypeInfo{Kind:0x16, Size:8, RealType:"", Fields:[]api.TypeInfoField(nil), Methods:[]api.TypeInfoMethod(nil)} integration2_test.go:3476: kind ptr size 8 integration2_test.go:3486: &api.TypeInfo{Kind:0x19, Size:16, RealType:"", Fields:[]api.TypeInfoField{api.TypeInfoField{Name:"A", Type:"int"}, api.TypeInfoField{Name:"B", Type:"int"}}, Methods:[]api.TypeInfoMethod{api.TypeInfoMethod{Name:"main.(*astruct).Error"}, api.TypeInfoMethod{Name:"main.astruct.NonPointerReceiverMethod"}}} integration2_test.go:3487: kind struct size 16 --- PASS: TestTypeInfo (0.27s) PASS ok github.com/go-delve/delve/service/test 52.355s FAIL dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet [too-long-redacted] rvice/test returned exit code 1 make[1]: *** [debian/rules:23: override_dh_auto_test] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:9: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

