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/eventsourceerror/eventsourceerror/eventsourceerror.sh #80679

Closed
v-wenyuxu opened this issue Jan 16, 2023 · 1 comment
Labels
area-crossgen2-coreclr blocking-clean-ci-optional Blocking optional rolling runs os-linux Linux OS (any supported distro)

Comments

@v-wenyuxu
Copy link

Run: runtime-coreclr r2r-extra 20230114.1

Failed test:

R2R-CG2 linux arm Checked forcerelocs @ (Ubuntu.1804.Arm32.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7

- tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.sh

Error message:

/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.sh: line 302: -r:/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/IL-CG2/*.dll: No such file or directory
[createdump] waitpid() returned successfully (wstatus 00000000)
/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.sh: line 441: 10679 Segmentation fault      (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /root/helix/work/workitem/uploads/Reports/tracing.eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.output.txt
Raw output:
BEGIN EXECUTION
in takeLock
/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/IL-CG2/common.dll
04:07:13
Response file: /root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/common.dll.rsp
/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/IL-CG2/common.dll
-o:/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/common.dll
-r:/root/helix/work/correlation/System..dll
-r:/root/helix/work/correlation/Microsoft..dll
-r:/root/helix/work/correlation/mscorlib.dll
--verify-type-and-field-layout
--method-layout:random
--targetarch:arm
--targetos:linux
-O
Running CrossGen2:  dotnet /root/helix/work/correlation/crossgen2/crossgen2.dll @/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/common.dll.rsp

Emitting R2R PE file: /root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/common.dll
Running R2RDump:  dotnet /root/helix/work/correlation/R2RDump/R2RDump.dll --header --sc --in /root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/common.dll --out /root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/common.dll.r2rdump --val
04:07:19
/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/IL-CG2/eventsourceerror.dll
04:07:19
Response file: /root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.dll.rsp
/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/IL-CG2/eventsourceerror.dll
-o:/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.dll
-r:/root/helix/work/correlation/System..dll
-r:/root/helix/work/correlation/Microsoft..dll
-r:/root/helix/work/correlation/mscorlib.dll
--verify-type-and-field-layout
--method-layout:random
--targetarch:arm
--targetos:linux
-O
Running CrossGen2:  dotnet /root/helix/work/correlation/crossgen2/crossgen2.dll @/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.dll.rsp

Emitting R2R PE file: /root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.dll
Running R2RDump:  dotnet /root/helix/work/correlation/R2RDump/R2RDump.dll --header --sc --in /root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.dll --out /root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/eventsourceerror.dll.r2rdump --val
04:07:25
/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/IL-CG2/Microsoft.Diagnostics.NETCore.Client.dll
04:07:25
Response file: /root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/Microsoft.Diagnostics.NETCore.Client.dll.rsp
/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/IL-CG2/Microsoft.Diagnostics.NETCore.Client.dll
-o:/root/helix/work/workitem/e/tracing/eventpipe/eventsourceerror/eventsourceerror/Microsoft.Diagnostics.NETCore.Client.dll
-r:/root/helix/work/correlation/System..dll
-r:/root/helix/work/correlation/Microsoft..dll
-r:/root/helix/work/correlation/mscorlib.dll
--verify-type-and-field-layout
--method-layout:random
--targetarch:arm
--tar


Stack trace
   at tracing_eventpipe._eventsourceerror_eventsourceerror_eventsourceerror_._eventsourceerror_eventsourceerror_eventsourceerror_sh()
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
@v-wenyuxu v-wenyuxu added os-linux Linux OS (any supported distro) blocking-clean-ci-optional Blocking optional rolling runs labels Jan 16, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 16, 2023
@kunalspathak
Copy link
Member

Duplicate of #80666

@kunalspathak kunalspathak marked this as a duplicate of #80666 Jan 18, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jan 18, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-crossgen2-coreclr blocking-clean-ci-optional Blocking optional rolling runs os-linux Linux OS (any supported distro)
Projects
None yet
Development

No branches or pull requests

2 participants