Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure: profiler/gc/gc/gc.cmd #110128

Open
v-wenyuxu opened this issue Nov 25, 2024 · 0 comments
Open

Test failure: profiler/gc/gc/gc.cmd #110128

v-wenyuxu opened this issue Nov 25, 2024 · 0 comments
Labels
arch-arm64 area-crossgen2-coreclr blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs os-linux Linux OS (any supported distro) untriaged New issue has not been triaged by the area owner

Comments

@v-wenyuxu
Copy link

Failed in: runtime-coreclr outerloop 20241122.3

Failed tests:

R2R-CG2 linux arm64 Checked @ (Ubuntu.2004.Arm64.Open)Ubuntu.2004.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-helix-arm64v8
    - profiler/gc/gc/gc.cmd

Error message:

 DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /root/helix/work/correlation/crossgen2/createdump
DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /root/helix/work/correlation/crossgen2/createdump
DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /root/helix/work/correlation/crossgen2/createdump
DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /root/helix/work/correlation/crossgen2/createdump
DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /root/helix/work/correlation/crossgen2/createdump
/root/helix/work/workitem/e/profiler/profiler/../gc/gc/gc.sh: line 272:  1096 Segmentation fault      (core dumped) $__Command

Return code:      1
Raw output file:      /root/helix/work/workitem/uploads/gc/gc/output.txt
Raw output:
BEGIN EXECUTION
in takeLock
/root/helix/work/workitem/e/profiler/gc/gc/IL-CG2/eventpipe_common.dll
03:06:04
Response file: /root/helix/work/workitem/e/profiler/gc/gc/eventpipe_common.dll.rsp
/root/helix/work/workitem/e/profiler/gc/gc/IL-CG2/eventpipe_common.dll
-o:/root/helix/work/workitem/e/profiler/gc/gc/eventpipe_common.dll
--targetarch:arm64
--targetos:linux
--verify-type-and-field-layout
--method-layout:random
-r:/root/helix/work/correlation/System.*.dll
-r:/root/helix/work/correlation/Microsoft.*.dll
-r:/root/helix/work/correlation/xunit.*.dll
-r:/root/helix/work/correlation/mscorlib.dll
-r:/root/helix/work/correlation/netstandard.dll
Running CrossGen2:  /root/helix/work/correlation/crossgen2/crossgen2 @/root/helix/work/workitem/e/profiler/gc/gc/eventpipe_common.dll.rsp   -r:/root/helix/work/workitem/e/profiler/gc/gc/IL-CG2/*.dll
Emitting R2R PE file: /root/helix/work/workitem/e/profiler/gc/gc/eventpipe_common.dll
Running R2RDump:  dotnet /root/helix/work/correlation/R2RDump/R2RDump.dll --header --sc --in /root/helix/work/workitem/e/profiler/gc/gc/eventpipe_common.dll --out /root/helix/work/workitem/e/profiler/gc/gc/eventpipe_common.dll.r2rdump --val
03:06:05
/root/helix/work/workitem/e/profiler/gc/gc/IL-CG2/gc.dll
03:06:05
Response file: /root/helix/work/workitem/e/profiler/gc/gc/gc.dll.rsp
/root/helix/work/workitem/e/profiler/gc/gc/IL-CG2/gc.dll
-o:/root/helix/work/workitem/e/profiler/gc/gc/gc.dll
--targetarch:arm64
--targetos:linux
--verify-type-and-field-layout
--method-layout:random
-r:/root/helix/work/correlation/System.*.dll
-r:/root/helix/work/correlation/Microsoft.*.dll
-r:/root/helix/work/correlation/xunit.*.dll
-r:/root/helix/work/correlation/mscorlib.dll
-r:/root/helix/work/correlation/netstandard.dll
Running CrossGen2:  /root/helix/work/correlation/crossgen2/crossgen2 @/root/helix/work/workitem/e/profiler/gc/gc/gc.dll.rsp   -r:/root/helix/work/workitem/e/profiler/gc/gc/IL-CG2/*.dll
Emitting R2R PE file: /root/helix/work/workitem/e/profiler/gc/gc/gc.dll
Running R2RDump:  dotnet /root/helix/work/correlation/R2RDump/R2RDump.dll --header --sc --in /root/helix/work/workitem/e/profiler/gc/gc/gc.dll --out /root/helix/work/workitem/e/profiler/gc/gc/gc.dll.r2rdump --val
03:06:05
/root/helix/work/workitem/e/profiler/gc/gc/IL-CG2/Microsoft.Diagnostics.NETCore.Client.dll
03:06:05
Response file: /root/helix/work/workitem/e/profiler/gc/gc/Microsoft.Diagnostics.NETCore.Client.dll.rsp
/root/helix/work/workitem/e/profiler/gc/gc/IL-CG2/Microsoft.Diagnostics.NETCore.Client.dll
-o:/root/helix/work/workitem/e/profiler/gc/gc/Microsoft.Diagnostics.NETCore.Client.dll
--targetarch:arm64
--targetos:linux
--verify-type-and-field-layout
--method-layout:random
-r:/root/helix/work/correlation/System.*.dll
-r:/root/helix/work/correlation/Microsoft.*.dll
-r:/root/helix/work/correlation/xunit.*.dll
-r:/root/helix/work/correlation/mscorlib.dll
-r:/root/helix/work/correlation/netstandard.dll
Running CrossGen2:  /root/helix/work/correlation/crossgen2/crossgen2 @/root/helix/work/workitem/e/profiler/gc/gc/Microsoft.Diagnostics.NETCore.Client.dll.rsp   -r:/root/helix/work/workitem/e/profiler/gc/gc/IL-CG2/*.dll

Stack trace:

   at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
   at Program.<<Main>$>g__TestExecutor9|0_10(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
@v-wenyuxu v-wenyuxu added arch-arm64 blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs os-linux Linux OS (any supported distro) labels Nov 25, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 area-crossgen2-coreclr blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs os-linux Linux OS (any supported distro) untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

1 participant