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 Regressions/coreclr/GitHub_42732/test42732/test42732.sh #71755

Closed
VincentBu opened this issue Jul 7, 2022 · 2 comments
Closed
Assignees
Labels
arch-x64 area-crossgen2-coreclr blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs os-linux Linux OS (any supported distro) os-mac-os-x macOS aka OSX
Milestone

Comments

@VincentBu
Copy link
Contributor

Run: runtime-coreclr outerloop 20220706.5

Failed test:

R2R-CG2 Linux x64 Checked no_tiered_compilation @ (Alpine.314.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.14-helix-amd64-20210910135833-1848e19

- Regressions/coreclr/GitHub_42732/test42732/test42732.sh
- JIT/Directed/TypedReference/TypedReference/TypedReference.sh

R2R-CG2 Linux x64 Checked @ (Alpine.314.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.14-helix-amd64-20210910135833-1848e19

- Regressions/coreclr/GitHub_42732/test42732/test42732.sh
- JIT/Directed/TypedReference/TypedReference/TypedReference.sh

R2R-CG2 Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open

- Regressions/coreclr/GitHub_42732/test42732/test42732.sh
- JIT/Directed/TypedReference/TypedReference/TypedReference.sh

R2R-CG2 Linux x64 Checked @ Ubuntu.1804.Amd64.Open

- Regressions/coreclr/GitHub_42732/test42732/test42732.sh
- JIT/Directed/TypedReference/TypedReference/TypedReference.sh

R2R-CG2 OSX x64 Checked @ OSX.1200.Amd64.Open

- Regressions/coreclr/GitHub_42732/test42732/test42732.sh
- JIT/Directed/TypedReference/TypedReference/TypedReference.sh

Error message:

/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/test42732.sh: line 249: -r:/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/IL-CG2/*.dll: No such file or directory

Assert failure(PID 24103 [0x00005e27], Thread: 24103 [0x5e27]): decoderNew.ReadToken() == decoderExisting.ReadToken()
File: /__w/1/s/src/coreclr/vm/frames.cpp Line: 2089
Image: /root/helix/work/correlation/corerun

/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/test42732.sh: line 382: 24103 Aborted                 (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /root/helix/work/workitem/uploads/Reports/Regressions.coreclr/GitHub_42732/test42732/test42732.output.txt
Raw output:
BEGIN EXECUTION
in takeLock
/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/IL-CG2/TestLibrary.dll
03:53:01
Response file: /root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/TestLibrary.dll.rsp
/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/IL-CG2/TestLibrary.dll
-o:/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/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:x64
-O
Running CrossGen2:  dotnet /root/helix/work/correlation/crossgen2/crossgen2.dll @/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/TestLibrary.dll.rsp

Emitting R2R PE file: /root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/TestLibrary.dll
03:53:04
/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/IL-CG2/test42732.dll
03:53:04
Response file: /root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/test42732.dll.rsp
/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/IL-CG2/test42732.dll
-o:/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/test42732.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:x64
-O
Running CrossGen2:  dotnet /root/helix/work/correlation/crossgen2/crossgen2.dll @/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/test42732.dll.rsp

Emitting R2R PE file: /root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/test42732.dll
03:53:07
in ReleaseLock
/root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false test42732.dll ''
About to run test
[createdump] Gathering state for process 24103 corerun
[createdump] Crashing thread 00005e27 signal 00000006
[createdump] Writing minidump with heap to file /home/helixbot/dotnetbuild/dumps/coredump.24103.dmp
[createdump] Written 97488896 bytes (23801 pages) to core file
[createdump] Dump successfully written
Expected: 100
Actual: 134
END EXECUTION - FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=/root/helix/work/correlation
/root/helix/work/workitem/e/Regressions/coreclr/GitHub_42732/test42732/test42732.sh
Expected: True
Actual:   False
@VincentBu VincentBu added os-linux Linux OS (any supported distro) os-mac-os-x macOS aka OSX arch-x64 blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs labels Jul 7, 2022
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jul 7, 2022
@mangod9 mangod9 removed the untriaged New issue has not been triaged by the area owner label Jul 7, 2022
@mangod9 mangod9 added this to the 7.0.0 milestone Jul 7, 2022
@shimingsg
Copy link
Contributor

Failed again in: runtime-coreclr outerloop 20220804.3

Failed test:

coreclr Linux arm Checked no_tiered_compilation @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440
- GC/API/GC/GetGCMemoryInfo/GetGCMemoryInfo.sh
- JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423/b65423.sh
- JIT/Directed/ExcepFilters/mixed/mixed/mixed.sh

coreclr Linux arm Checked @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440
- GC/API/GC/GetGCMemoryInfo/GetGCMemoryInfo.sh

coreclr Linux arm Checked no_tiered_compilation @ (Alpine.314.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.14-helix-arm32v7-20210910135806-8a6f4f3
- GC/API/GC/GetGCMemoryInfo/GetGCMemoryInfo.sh
- JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423/b65423.sh
- JIT/Directed/ExcepFilters/mixed/mixed/mixed.sh

coreclr Linux arm Checked @ (Alpine.314.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.14-helix-arm32v7-20210910135806-8a6f4f3
- GC/API/GC/GetGCMemoryInfo/GetGCMemoryInfo.sh

Error message:

/root/helix/work/workitem/e/GC/API/GC/GetGCMemoryInfo/GetGCMemoryInfo.sh: line 391:  3302 Segmentation fault      (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /root/helix/work/workitem/uploads/Reports/GC.API/GC/GetGCMemoryInfo/GetGCMemoryInfo.output.txt
Raw output:
BEGIN EXECUTION
/root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false GetGCMemoryInfo.dll ''
caught arg exception as expected: System.ArgumentOutOfRangeException: Argument must be between Any and Background. (Parameter 'kind')
at System.GC.GetGCMemoryInfo(GCKind kind)
at Test_GetGCMemoryInfo.Main()
[createdump] Gathering state for process 3302 corerun
[createdump] Crashing thread 00000ce6 signal 0000000b
[createdump] Writing minidump with heap to file /home/helixbot/dotnetbuild/dumps/coredump.3302.dmp
[createdump] Written 80973824 bytes (19769 pages) to core file
[createdump] Target process is alive
[createdump] Dump successfully written in 2762ms
Expected: 100
Actual: 139
END EXECUTION - FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=/root/helix/work/correlation
/root/helix/work/workitem/e/GC/API/GC/GetGCMemoryInfo/GetGCMemoryInfo.sh
Expected: True
Actual:   False


Stack trace
   at GC_API._GC_GetGCMemoryInfo_GetGCMemoryInfo_._GC_GetGCMemoryInfo_GetGCMemoryInfo_sh()
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

@mangod9
Copy link
Member

mangod9 commented Aug 9, 2022

this is a dupe of #73247 which is being investigated.

@mangod9 mangod9 closed this as completed Aug 9, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-x64 area-crossgen2-coreclr blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs os-linux Linux OS (any supported distro) os-mac-os-x macOS aka OSX
Projects
None yet
Development

No branches or pull requests

4 participants