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: tracing/eventpipe/processenvironment/processenvironment/processenvironment.cmd #110933

Open
v-wenyuxu opened this issue Dec 25, 2024 · 0 comments
Labels
arch-arm64 area-crossgen2-coreclr blocking-clean-ci-optional Blocking optional rolling 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 r2r 20241223.1

Failed tests:

R2R-CG2 linux arm64 Checked no_tiered_compilation @ (Ubuntu.2004.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-arm64v8
    - tracing/eventpipe/processenvironment/processenvironment/processenvironment.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

cmdLine:/root/helix/work/workitem/e/tracing/tracing/../eventpipe/processenvironment/processenvironment/processenvironment.sh Timed Out (timeout in milliseconds: 1800000 from variable __TestTimeout, start: 12/24/2024 7:01:43 AM, end: 12/24/2024 7:31:43 AM)

Return code:      -100
Raw output file:      /root/helix/work/workitem/uploads/eventpipe/processenvironment/processenvironment/output.txt
Raw output:
BEGIN EXECUTION
in takeLock
/root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/IL-CG2/eventpipe_common.dll
07:01:43
Response file: /root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/eventpipe_common.dll.rsp
/root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/IL-CG2/eventpipe_common.dll
-o:/root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/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/tracing/eventpipe/processenvironment/processenvironment/eventpipe_common.dll.rsp   -r:/root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/IL-CG2/*.dll
Emitting R2R PE file: /root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/eventpipe_common.dll
Running R2RDump:  dotnet /root/helix/work/correlation/R2RDump/R2RDump.dll --header --sc --in /root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/eventpipe_common.dll --out /root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/eventpipe_common.dll.r2rdump --val
07:01:44
/root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/IL-CG2/Microsoft.Diagnostics.NETCore.Client.dll
07:01:44
Response file: /root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/Microsoft.Diagnostics.NETCore.Client.dll.rsp
/root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/IL-CG2/Microsoft.Diagnostics.NETCore.Client.dll
-o:/root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/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/tracing/eventpipe/processenvironment/processenvironment/Microsoft.Diagnostics.NETCore.Client.dll.rsp   -r:/root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/IL-CG2/*.dll
Emitting R2R PE file: /root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/Microsoft.Diagnostics.NETCore.Client.dll
Running R2RDump:  dotnet /root/helix/work/correlation/R2RDump/R2RDump.dll --header --sc --in /root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/Microsoft.Diagnostics.NETCore.Client.dll --out /root/helix/work/workitem/e/tracing/eventpipe/processenvironment/processenvironment/Microsoft.Diagnostics.NETCore.Client.dll.r2rdu

Stack trace:

   at Xunit.Assert.True(Nullable`1 condition, String userMessage) in /_/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 141
   at Xunit.Assert.True(Boolean condition, String userMessage) in /_/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 123
   at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
   at Program.<<Main>$>g__TestExecutor25|0_26(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
@v-wenyuxu v-wenyuxu added arch-arm64 blocking-clean-ci-optional Blocking optional rolling runs os-linux Linux OS (any supported distro) labels Dec 25, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Dec 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-clean-ci-optional Blocking optional rolling 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