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 JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.sh #54043

Closed
VincentBu opened this issue Jun 11, 2021 · 1 comment
Closed
Labels
arch-arm64 area-crossgen2-coreclr os-mac-os-x macOS aka OSX untriaged New issue has not been triaged by the area owner

Comments

@VincentBu
Copy link
Contributor

Run: runtime-coreclr r2r-extra 20210610.1

Failed test:

R2R OSX arm64 Checked jitstress1 @ OSX.1100.ARM64.Open

- JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.sh

Error message:

/private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.sh: line 254: -r:/private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/IL-CG2/*.dll: No such file or directory
rm: /private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.dll.rsp: No such file or directory
Unhandled exception. Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1.ExecutionContextCallback(Object s)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1.MoveNext(Thread threadPoolThread)
at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
--- End of stack trace from previous location ---
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()System.NullReferenceException: Object reference not set to an instance of an object.
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1.ExecutionContextCallback(Object s)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder1.AsyncStateMachineBox1.MoveNext(Thread threadPoolThread)
at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining)
--- End of stack trace from previous location ---
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

dyld: Library not loaded: @rpath/libmscordaccore.dylib
Referenced from: /private/tmp/helix/working/ADEA094B/p/dotnet-cli/shared/Microsoft.NETCore.App/6.0.0-preview.3.21201.4/createdump
Reason: image not found
/private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.sh: line 204: 72179 Abort trap: 6           (core dumped) $__Command

Return code:      1
Raw output file:      /tmp/helix/working/ADEA094B/w/A7A6095B/uploads/Reports/JIT.Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.output.txt
Raw output:
BEGIN EXECUTION
in takeLock
/private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/IL-CG2/b311420.dll
Response file: /private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.dll.rsp
/private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/IL-CG2/b311420.dll
-o:/private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.dll
-r:/tmp/helix/working/ADEA094B/p/System..dll
-r:/tmp/helix/working/ADEA094B/p/Microsoft..dll
-r:/tmp/helix/working/ADEA094B/p/mscorlib.dll
--verify-type-and-field-layout
--targetarch:arm64
-O
Running CrossGen2:  dotnet /tmp/helix/working/ADEA094B/p/crossgen2/crossgen2.dll @/private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.dll.rsp

Emitting R2R PE file: /private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.dll
Crossgen2 failed with exitcode: 134
in ReleaseLock
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=/tmp/helix/working/ADEA094B/p
/private/tmp/helix/working/ADEA094B/w/A7A6095B/e/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420/b311420.sh
Expected: True
Actual:   False


Stack trace
   at JIT_Regression._VS_ia64_JIT_V2_0_Beta2_b311420_b311420_b311420_._VS_ia64_JIT_V2_0_Beta2_b311420_b311420_b311420_sh()
@dotnet-issue-labeler dotnet-issue-labeler bot added area-crossgen2-coreclr untriaged New issue has not been triaged by the area owner labels Jun 11, 2021
@mangod9
Copy link
Member

mangod9 commented Jul 20, 2021

Dupe of #51250

@mangod9 mangod9 closed this as completed Jul 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-crossgen2-coreclr os-mac-os-x macOS aka OSX untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants