Skip to content

Upload dumps from Linux and macOS runs if dotnet process crashes during build or test#18168

Open
vzarytovskii wants to merge 6 commits into
dotnet:mainfrom
vzarytovskii:linux-macos-dumps-upload
Open

Upload dumps from Linux and macOS runs if dotnet process crashes during build or test#18168
vzarytovskii wants to merge 6 commits into
dotnet:mainfrom
vzarytovskii:linux-macos-dumps-upload

Merge branch 'main' into linux-macos-dumps-upload

a08f1b7
Select commit
Loading
Failed to load commit list.
Azure Pipelines / fsharp-ci failed Aug 14, 2025 in 40m 46s

Build #20250814.29 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 77,033 (97.72%)
  • Other: 1,796 (2.28%)
  • Total: 78,830

Annotations

Check failure on line 0 in src/FSharp.Build/FSharp.Build.fsproj

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci

src/FSharp.Build/FSharp.Build.fsproj#L0

src/FSharp.Build/FSharp.Build.fsproj(0,0): error NU1503: (NETCORE_ENGINEERING_TELEMETRY=Restore) Skipping restore for project '/home/vsts/work/1/s/src/FSharp.Build/FSharp.Build.fsproj'. The project file may be invalid or missing targets required for restore.

Check failure on line 0 in tests/service/data/TestTP/TestTP.fsproj

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci

tests/service/data/TestTP/TestTP.fsproj#L0

tests/service/data/TestTP/TestTP.fsproj(0,0): error NU1503: (NETCORE_ENGINEERING_TELEMETRY=Restore) Skipping restore for project '/home/vsts/work/1/s/tests/service/data/TestTP/TestTP.fsproj'. The project file may be invalid or missing targets required for restore.

Check failure on line 0 in tests/benchmarks/FCSBenchmarks/BenchmarkComparison/HistoricalBenchmark.fsproj

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci

tests/benchmarks/FCSBenchmarks/BenchmarkComparison/HistoricalBenchmark.fsproj#L0

tests/benchmarks/FCSBenchmarks/BenchmarkComparison/HistoricalBenchmark.fsproj(0,0): error NU1503: (NETCORE_ENGINEERING_TELEMETRY=Restore) Skipping restore for project '/home/vsts/work/1/s/tests/benchmarks/FCSBenchmarks/BenchmarkComparison/HistoricalBenchmark.fsproj'. The project file may be invalid or missing targets required for restore.

Check failure on line 0 in tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/FSharp.Compiler.Benchmarks.fsproj

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci

tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/FSharp.Compiler.Benchmarks.fsproj#L0

tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/FSharp.Compiler.Benchmarks.fsproj(0,0): error NU1503: (NETCORE_ENGINEERING_TELEMETRY=Restore) Skipping restore for project '/home/vsts/work/1/s/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/FSharp.Compiler.Benchmarks.fsproj'. The project file may be invalid or missing targets required for restore.

Check failure on line 1 in FSharp.Core.UnitTests.Control.TasksDynamic.Basics.testNoDelay

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci

FSharp.Core.UnitTests.Control.TasksDynamic.Basics.testNoDelay

System.Exception : first part didn't run yet
Raw output
   at FSharp.Core.UnitTests.Control.TasksDynamic.Basics.testNoDelay() in D:\a\_work\1\s\tests\FSharp.Core.UnitTests\FSharp.Core\Microsoft.FSharp.Control\TasksDynamic.fs:line 355
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)