On Fri, Oct 11, 2024 at 7:48 AM Shengjing Zhu <z...@debian.org> wrote: > > Control: severity -1 important > > On Sun, Sep 29, 2024 at 7:00 PM Santiago Vila <sanv...@debian.org> wrote: > > > > 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: > > > [...] > > === 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) > > > It doesn't fail for me. I suspect the failure is related to the emulated CPU. > Downgrade the severity for now. >
Hmm, that's because my CPU doesn't support AVX512 so XMM12 register related tests are skipped. -- Shengjing Zhu