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 Interop/PInvoke/Generics/GenericsTest/GenericsTest.sh #60156

Closed
VincentBu opened this issue Oct 8, 2021 · 1 comment
Closed
Labels
arch-arm64 area-crossgen2-coreclr os-linux Linux OS (any supported distro) untriaged New issue has not been triaged by the area owner

Comments

@VincentBu
Copy link
Contributor

Run: runtime-coreclr r2r 20211004.1
Failed test:

R2R Linux arm64 Checked no_tiered_compilation @ (Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20210531091519-97d8652
- Interop/PInvoke/Generics/GenericsTest/GenericsTest.sh

R2R Linux arm64 Checked @ (Ubuntu.1804.Arm64.Open)Ubuntu.1804.Armarch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20210531091519-97d8652
- Interop/PInvoke/Generics/GenericsTest/GenericsTest.sh

Error message:

rm: cannot remove 'IL-CG2/composite-r2r.dll': No such file or directory
/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/GenericsTest.sh: line 246: -r:/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/IL-CG2/*.dll: No such file or directory
rm: cannot remove '/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/GenericsTest.dll.rsp': No such file or directory
rm: cannot remove '/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/TestLibrary.dll.rsp': No such file or directory

Assert failure(PID 2239 [0x000008bf], Thread: 2239 [0x08bf]): Verify_TypeLayout 'System.Numerics.Vector`1' failed to verify type layout
File: /__w/1/s/src/coreclr/vm/jitinterface.cpp Line: 13644
Image: /root/helix/work/correlation/corerun

apply_reg_state: ip and cfa unchanged; stopping here (ip=0x7f9985a2bc)
apply_reg_state: ip and cfa unchanged; stopping here (ip=0x7f9985a2bc)
apply_reg_state: ip and cfa unchanged; stopping here (ip=0x7f9984f334)
/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/GenericsTest.sh: line 370:  2239 Aborted                 (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /root/helix/work/workitem/uploads/Reports/Interop.PInvoke/Generics/GenericsTest/GenericsTest.output.txt
Raw output:
BEGIN EXECUTION
in takeLock
/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/IL-CG2/GenericsTest.dll
Response file: /root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/GenericsTest.dll.rsp
/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/IL-CG2/GenericsTest.dll
-o:/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/GenericsTest.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
--targetarch:arm64
-O
Running CrossGen2:  dotnet /root/helix/work/correlation/crossgen2/crossgen2.dll @/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/GenericsTest.dll.rsp

Emitting R2R PE file: /root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/GenericsTest.dll
/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/IL-CG2/TestLibrary.dll
Response file: /root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/TestLibrary.dll.rsp
/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/IL-CG2/TestLibrary.dll
-o:/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/TestLibrary.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
--targetarch:arm64
-O
Running CrossGen2:  dotnet /root/helix/work/correlation/crossgen2/crossgen2.dll @/root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/TestLibrary.dll.rsp

Emitting R2R PE file: /root/helix/work/workitem/e/Interop/PInvoke/Generics/GenericsTest/TestLibrary.dll
in ReleaseLock
/root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false GenericsTest.dll ''
Testing IComInterface<bool>
Testing IComInterface<char>
Testing IComInterface<double>
Testing IComInterface<float>
Testing IComInterface<long>
Testing IComInterface<uint>

Testing Nullable<bool>
Testing Nullable<char>
Testing Nullable<double>
Testing Nullable<float>
Testing Nullable<long>
Testing Nullable<uint>

Testing Point1<bool>
Testing Point1<char>
Testing Point1<double>
Testing Point1<float>
Testing Point1<long>
Testing Point1<uint>

Testing Point2<bool>
Testing Point2<char>
Testing Point2<double>
Testing Point2<float>
Testing Point2<long>
Testing Point2<uint>

Testing Point3<bool>
Testing Point3<char>
Testing Point3<double>
Testing Point3<float>
Testing Point3<long>
Testing Point3<uint>

Testing Point4<bool>
Testing Point4<char>
Testing Point4<double>
Testing Point4<float>
Testing Point4<long>
Testing Po


Stack trace
   at Interop_PInvoke._Generics_GenericsTest_GenericsTest_._Generics_GenericsTest_GenericsTest_sh()
@VincentBu VincentBu added arch-arm64 os-linux Linux OS (any supported distro) labels Oct 8, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added area-crossgen2-coreclr untriaged New issue has not been triaged by the area owner labels Oct 8, 2021
@BruceForstall
Copy link
Member

Dup of #60036

cc @trylek

@ghost ghost locked as resolved and limited conversation to collaborators Nov 7, 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-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

2 participants