Skip to content

readytorun/determinism/crossgen2determinism/crossgen2determinism.sh [FAIL] #50466

@AaronRobinsonMSFT

Description

@AaronRobinsonMSFT

There is an intermittent failure with the prep for this test.

export CoreRT_DeterminismSeed=1
$CORE_ROOT/corerun $CORE_ROOT/crossgen2/crossgen2.dll --map -r:$CORE_ROOT/*.dll -r:../../crossgen2/crossgen2smoke/helperdll.dll -r:../../crossgen2/crossgen2smoke/helperildll.dll -o:crossgen2smoke1.ildll ../../crossgen2/crossgen2smoke/crossgen2smoke.dll
export CoreRT_DeterminismSeed=2
$CORE_ROOT/corerun $CORE_ROOT/crossgen2/crossgen2.dll --map -r:$CORE_ROOT/*.dll -r:../../crossgen2/crossgen2smoke/helperdll.dll -r:../../crossgen2/crossgen2smoke/helperildll.dll -o:crossgen2smoke2.ildll ../../crossgen2/crossgen2smoke/crossgen2smoke.dll

Observed in: #50452 #50393

The following is from the log.

    readytorun/determinism/crossgen2determinism/crossgen2determinism.sh [FAIL]
      Unhandled exception. System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.)
       ---> System.NullReferenceException: Object reference not set to an instance of an object.
         at ILCompiler.Sorting.Implementation.MergeSortCore`5.ParallelSort(TDataStructure arrayToSort, Int32 index, Int32 length, TComparer comparer)
         --- End of inner exception stack trace ---
         at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
         at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
         at System.Threading.Tasks.Task.Wait()
         at ILCompiler.Sorting.Implementation.MergeSortCore`5.ParallelSortApi(TDataStructure arrayToSort, TComparer comparer)
         at ILCompiler.MergeSortApi.MergeSort[T](List`1 listToSort, IComparer`1 comparer)
         at ILCompiler.DependencyAnalysis.ArrayOfEmbeddedDataNode`1.GetData(NodeFactory factory, Boolean relocsOnly)
         at ILCompiler.DependencyAnalysis.ObjectNode.GetStaticDependencies(NodeFactory factory)
         at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.GetStaticDependenciesImpl(DependencyNodeCore`1 node)
         at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.GetStaticDependencies(DependencyNodeCore`1 node)
         at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.ProcessMarkStack()
         at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.ComputeMarkedNodes()
         at ILCompiler.ReadyToRunCodegenCompilation.Compile(String outputFile)
         at ILCompiler.Program.Run(String[] args)
         at ILCompiler.Program.Main(String[] args)
      dyld: Library not loaded: @rpath/libmscordaccore.dylib
        Referenced from: /private/tmp/helix/working/A87408E4/p/createdump
        Reason: image not found
      /private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/crossgen2determinism/crossgen2determinism.sh: line 144: 59345 Abort trap: 6           (core dumped) $CORE_ROOT/corerun $CORE_ROOT/crossgen2/crossgen2.dll --map -r:$CORE_ROOT/*.dll -r:../../crossgen2/crossgen2smoke/helperdll.dll -r:../../crossgen2/crossgen2smoke/helperildll.dll -o:crossgen2smoke2.ildll ../../crossgen2/crossgen2smoke/crossgen2smoke.dll
      Unhandled exception. System.IO.FileNotFoundException: Could not find file '/private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/crossgen2determinism/crossgen2smoke2.ildll'.
      File name: '/private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/crossgen2determinism/crossgen2smoke2.ildll'
         at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
         at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
         at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
         at System.IO.Strategies.FileStreamHelpers.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options)
         at System.IO.Strategies.LegacyFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
         at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
         at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
         at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
         at System.IO.File.ReadAllBytes(String path) in /_/src/libraries/System.IO.FileSystem/src/System/IO/File.cs:line 332
         at Program.Main()
      dyld: Library not loaded: @rpath/libmscordaccore.dylib
        Referenced from: /private/tmp/helix/working/A87408E4/p/createdump
        Reason: image not found
      /private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/crossgen2determinism/crossgen2determinism.sh: line 255: 59348 Abort trap: 6           (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"
      
      Return code:      1
      Raw output file:      /private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/Reports/readytorun.determinism/crossgen2determinism/crossgen2determinism.output.txt
      Raw output:
      BEGIN EXECUTION
      Emitting R2R PE file: crossgen2smoke1.ildll
      Emitting map file: crossgen2smoke1.map
      /tmp/helix/working/A87408E4/p/corerun crossgen2determinism.dll ''
      Expected: 100
      Actual: 134
      END EXECUTION - FAILED
      Test Harness Exitcode is : 1
      To run the test:
      > set CORE_ROOT=/tmp/helix/working/A87408E4/p
      > /private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/crossgen2determinism/crossgen2determinism.sh
      Expected: True
      Actual:   False
      Stack Trace:
           at readytorun_determinism._crossgen2determinism_crossgen2determinism_._crossgen2determinism_crossgen2determinism_sh()
      Output:
        Unhandled exception. System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.)
         ---> System.NullReferenceException: Object reference not set to an instance of an object.
           at ILCompiler.Sorting.Implementation.MergeSortCore`5.ParallelSort(TDataStructure arrayToSort, Int32 index, Int32 length, TComparer comparer)
           --- End of inner exception stack trace ---
           at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
           at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
           at System.Threading.Tasks.Task.Wait()
           at ILCompiler.Sorting.Implementation.MergeSortCore`5.ParallelSortApi(TDataStructure arrayToSort, TComparer comparer)
           at ILCompiler.MergeSortApi.MergeSort[T](List`1 listToSort, IComparer`1 comparer)
           at ILCompiler.DependencyAnalysis.ArrayOfEmbeddedDataNode`1.GetData(NodeFactory factory, Boolean relocsOnly)
           at ILCompiler.DependencyAnalysis.ObjectNode.GetStaticDependencies(NodeFactory factory)
           at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.GetStaticDependenciesImpl(DependencyNodeCore`1 node)
           at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.GetStaticDependencies(DependencyNodeCore`1 node)
           at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.ProcessMarkStack()
           at ILCompiler.DependencyAnalysisFramework.DependencyAnalyzer`2.ComputeMarkedNodes()
           at ILCompiler.ReadyToRunCodegenCompilation.Compile(String outputFile)
           at ILCompiler.Program.Run(String[] args)
           at ILCompiler.Program.Main(String[] args)
        dyld: Library not loaded: @rpath/libmscordaccore.dylib
          Referenced from: /private/tmp/helix/working/A87408E4/p/createdump
          Reason: image not found
        /private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/crossgen2determinism/crossgen2determinism.sh: line 144: 59345 Abort trap: 6           (core dumped) $CORE_ROOT/corerun $CORE_ROOT/crossgen2/crossgen2.dll --map -r:$CORE_ROOT/*.dll -r:../../crossgen2/crossgen2smoke/helperdll.dll -r:../../crossgen2/crossgen2smoke/helperildll.dll -o:crossgen2smoke2.ildll ../../crossgen2/crossgen2smoke/crossgen2smoke.dll
        Unhandled exception. System.IO.FileNotFoundException: Could not find file '/private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/crossgen2determinism/crossgen2smoke2.ildll'.
        File name: '/private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/crossgen2determinism/crossgen2smoke2.ildll'
           at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
           at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
           at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
           at System.IO.Strategies.FileStreamHelpers.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options)
           at System.IO.Strategies.LegacyFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
           at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
           at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
           at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
           at System.IO.File.ReadAllBytes(String path) in /_/src/libraries/System.IO.FileSystem/src/System/IO/File.cs:line 332
           at Program.Main()
        dyld: Library not loaded: @rpath/libmscordaccore.dylib
          Referenced from: /private/tmp/helix/working/A87408E4/p/createdump
          Reason: image not found
        /private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/crossgen2determinism/crossgen2determinism.sh: line 255: 59348 Abort trap: 6           (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"
        
        Return code:      1
        Raw output file:      /private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/Reports/readytorun.determinism/crossgen2determinism/crossgen2determinism.output.txt
        Raw output:
        BEGIN EXECUTION
        Emitting R2R PE file: crossgen2smoke1.ildll
        Emitting map file: crossgen2smoke1.map
        /tmp/helix/working/A87408E4/p/corerun crossgen2determinism.dll ''
        Expected: 100
        Actual: 134
        END EXECUTION - FAILED
        Test Harness Exitcode is : 1
        To run the test:
        > set CORE_ROOT=/tmp/helix/working/A87408E4/p
        > /private/tmp/helix/working/A87408E4/w/B716095B/e/readytorun/determinism/crossgen2determinism/crossgen2determinism.sh

Runfo Tracking Issue: readytorun/determinism/crossgen2determinism/crossgen2determinism.sh

Build Definition Kind Run Name Console Core Dump Test Results Run Client
1146504 runtime PR 52985 CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1144495 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1144033 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1143765 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1143765 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1143562 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1143420 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1143363 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1143145 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1143083 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1142976 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1142790 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1142541 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1142369 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1142128 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1141967 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1141758 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1141555 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1141500 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1141398 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1140953 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1140906 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1140838 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1140434 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1140401 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1140321 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1140087 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1139886 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1139640 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1139011 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1138876 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1138731 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1138664 runtime Rolling CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump runclient.py
1129852 runtime PR 52523 CoreCLR Linux x64 Checked @ Ubuntu.1804.Amd64.Open
1129852 runtime PR 52523 CoreCLR Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open
1129210 runtime PR 52505 Mono Linux arm64 Release interpreter @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855
1126946 runtime PR 52424 Mono Linux arm64 Release @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855
1126946 runtime PR 52424 Mono Linux arm64 Release interpreter @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855
1125638 runtime PR 52176 CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open
1125551 runtime PR 52156 CoreCLR Linux x64 Checked @ Ubuntu.1804.Amd64.Open
1125551 runtime PR 52156 CoreCLR Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open
1125551 runtime PR 52156 CoreCLR Linux arm Checked @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440
1125551 runtime PR 52156 CoreCLR Linux arm Checked no_tiered_compilation @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440
1125551 runtime PR 52156 CoreCLR Linux x64 Checked @ Ubuntu.1804.Amd64.Open
1125551 runtime PR 52156 CoreCLR Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open
1124964 runtime PR 52288 CoreCLR OSX x64 Checked @ OSX.1013.Amd64.Open
1124964 runtime PR 52288 CoreCLR OSX x64 Checked no_tiered_compilation @ OSX.1013.Amd64.Open
1124964 runtime PR 52288 CoreCLR Linux x64 Checked @ Ubuntu.1804.Amd64.Open
1124964 runtime PR 52288 CoreCLR Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open
1124475 runtime PR 52156 CoreCLR Linux arm Checked @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440
1124475 runtime PR 52156 CoreCLR Linux arm Checked no_tiered_compilation @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440
1124475 runtime PR 52156 CoreCLR Linux arm64 Checked @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855
1124475 runtime PR 52156 CoreCLR Linux arm64 Checked no_tiered_compilation @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855
1124475 runtime PR 52156 CoreCLR Linux x64 Checked @ Ubuntu.1804.Amd64.Open
1124475 runtime PR 52156 CoreCLR Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open
1124475 runtime PR 52156 CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open
1124475 runtime PR 52156 CoreCLR OSX arm64 Checked no_tiered_compilation @ OSX.1100.ARM64.Open
1124475 runtime PR 52156 CoreCLR OSX x64 Checked no_tiered_compilation @ OSX.1013.Amd64.Open
1118306 runtime PR 52183 CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump
1118147 runtime PR 52176 CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump
1118078 runtime PR 52175 CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR Linux x64 Checked @ Ubuntu.1804.Amd64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm64 Checked no_tiered_compilation @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855 console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm64 Checked @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855 console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm Checked no_tiered_compilation @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440 console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm Checked @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440 console.log core dump
1117990 runtime PR 52156 CoreCLR OSX x64 Checked no_tiered_compilation @ OSX.1013.Amd64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR OSX x64 Checked @ OSX.1013.Amd64.Open core dump
1117990 runtime PR 52156 CoreCLR OSX arm64 Checked no_tiered_compilation @ OSX.1100.ARM64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR OSX arm64 Checked no_tiered_compilation @ OSX.1100.ARM64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR OSX x64 Checked @ OSX.1013.Amd64.Open console.log
1117990 runtime PR 52156 CoreCLR Linux x64 Checked @ Ubuntu.1804.Amd64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm64 Checked no_tiered_compilation @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855 console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm64 Checked @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855 console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm Checked no_tiered_compilation @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440 console.log core dump
1117990 runtime PR 52156 CoreCLR OSX arm64 Checked no_tiered_compilation @ OSX.1100.ARM64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR OSX x64 Checked @ OSX.1013.Amd64.Open core dump
1117990 runtime PR 52156 CoreCLR Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR Linux x64 Checked @ Ubuntu.1804.Amd64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm Checked no_tiered_compilation @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440 console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm Checked @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440 console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm64 Checked no_tiered_compilation @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855 console.log core dump
1117990 runtime PR 52156 CoreCLR Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open console.log core dump
1117990 runtime PR 52156 CoreCLR Linux arm64 Checked @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855 console.log core dump
1117516 runtime PR 52156 CoreCLR Linux x64 Checked @ Ubuntu.1804.Amd64.Open console.log core dump
1117516 runtime PR 52156 CoreCLR Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open console.log core dump
1117516 runtime PR 52156 CoreCLR Linux arm Checked @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440 console.log core dump
1117516 runtime PR 52156 CoreCLR Linux arm Checked no_tiered_compilation @ (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-bfcd90a-20200121150440 console.log core dump
1117516 runtime PR 52156 CoreCLR Linux arm64 Checked @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855 console.log core dump
1117516 runtime PR 52156 CoreCLR Linux arm64 Checked no_tiered_compilation @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855 console.log core dump
1117516 runtime PR 52156 CoreCLR OSX arm64 Checked @ OSX.1100.ARM64.Open console.log core dump
1117516 runtime PR 52156 CoreCLR OSX arm64 Checked no_tiered_compilation @ OSX.1100.ARM64.Open console.log core dump
1110944 runtime PR 51850 CoreCLR Linux x64 Checked @ Ubuntu.1804.Amd64.Open console.log core dump
1110944 runtime PR 51850 CoreCLR Linux x64 Checked no_tiered_compilation @ Ubuntu.1804.Amd64.Open console.log core dump
1110944 runtime PR 51850 CoreCLR OSX x64 Checked @ OSX.1013.Amd64.Open console.log core dump
1109541 runtime PR 51850 CoreCLR OSX x64 Checked @ OSX.1013.Amd64.Open core dump

Displaying 100 of 110 results

Build Result Summary

Day Hit Count Week Hit Count Month Hit Count
1 32 51

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions