Skip to content

chore(deps): update dotnet monorepo to v9 (major) (#678) #548

chore(deps): update dotnet monorepo to v9 (major) (#678)

chore(deps): update dotnet monorepo to v9 (major) (#678) #548

Triggered via push January 12, 2025 14:59
Status Failure
Total duration 30m 28s
Artifacts 4

build.yml

on: push
Matrix: Unit tests
Mutation tests (Linux)
22m 37s
Mutation tests (Linux)
Mutation tests (Windows)
23m 4s
Mutation tests (Windows)
Static code analysis
13m 0s
Static code analysis
Publish Tests Results
41s
Publish Tests Results
Finalize release
0s
Finalize release
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 15 warnings, and 242 notices
Static code analysis
[xUnit.net 00:00:05.10] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithInt_ShouldResetTimer [FAIL]
Static code analysis
All 1 tries failed: System.AggregateException: One or more errors occurred. (Process 'dotnet' exited with code 1. > /usr/share/dotnet/dotnet test /home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Testably.Abstractions.Tests/Testably.Abstractions.Tests.csproj --configuration Release --no-build --collect "XPlat Code Coverage" --results-directory /home/runner/work/Testably.Abstractions/Testably.Abstractions/TestResults --framework net7.0 --logger trx;LogFileName=Testably.Abstractions.Tests_net7.0.trx @ /home/runner/work/Testably.Abstractions/Testably.Abstractions Error output: [xUnit.net 00:00:05.10] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithInt_ShouldResetTimer [FAIL] ) ---> Nuke.Common.Tooling.ProcessException: Process 'dotnet' exited with code 1. > /usr/share/dotnet/dotnet test /home/runner/work/Testably.Abstractions/Testably.Abstractions/Tests/Testably.Abstractions.Tests/Testably.Abstractions.Tests.csproj --configuration Release --no-build --collect "XPlat Code Coverage" --results-directory /home/runner/work/Testably.Abstractions/Testably.Abstractions/TestResults --framework net7.0 --logger trx;LogFileName=Testably.Abstractions.Tests_net7.0.trx @ /home/runner/work/Testably.Abstractions/Testably.Abstractions Error output: [xUnit.net 00:00:05.10] Testably.Abstractions.Tests.TimeSystem.TimerTests.MockTimeSystemTests.Change_WithInt_ShouldResetTimer [FAIL] at Nuke.Common.Tooling.ProcessExtensions.AssertZeroExitCode(IProcess process) in /_/source/Nuke.Tooling/ProcessExtensions.cs:line 38 at Nuke.Common.Tooling.ToolTasks.<>c.<GetExitHandler>b__4_0(ToolOptions _, IProcess p) in /_/source/Nuke.Tooling/ToolTasks.ExitHandler.cs:line 27 at Nuke.Common.Tooling.ToolTasks.<>c__DisplayClass8_0.<GetExitHandlerInternal>b__3(ToolOptions o, IProcess p) in /_/source/Nuke.Tooling/ToolTasks.ExitHandler.cs:line 22 at Nuke.Common.Tooling.ToolTasks.Run[T](ToolOptions options) in /_/source/Nuke.Tooling/ToolTasks.Run.cs:line 36 at Nuke.Common.Tools.DotNet.DotNetTasks.DotNetTest(DotNetTestSettings options) in /_/source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs:line 32 at Nuke.Common.Tooling.ConfigureExtensions.<>c__DisplayClass1_0`1.<Invoke>b__0(TOptions x) in /_/source/Nuke.Tooling/Configure.cs:line 38 at Nuke.Common.Tooling.ConfigureExtensions.<>c__DisplayClass3_0`2.<Invoke>b__0(TOptions x) in /_/source/Nuke.Tooling/Configure.cs:line 78 --- End of inner exception stack trace --- at Nuke.Common.Tooling.ConfigureExtensions.Invoke[TOptions,TResult](CombinatorialConfigure`1 configurator, Func`2 executor, Func`2 outputSelector, Int32 degreeOfParallelism, Boolean completeOnFailure) in /_/source/Nuke.Tooling/Configure.cs:line 91 at Nuke.Common.Tooling.ConfigureExtensions.Invoke[TOptions](CombinatorialConfigure`1 configurator, Func`2 executor, Int32 degreeOfParallelism, Boolean completeOnFailure) at Nuke.Common.Tools.DotNet.DotNetTasks.DotNetTest(CombinatorialConfigure`1 configurator, Int32 degreeOfParallelism, Boolean completeOnFailure) in /_/source/Nuke.Common/Tools/DotNet/DotNet.Generated.cs:line 36 at Build.Build.<get_DotNetUnitTests>b__57_1() in /home/runner/work/Testably.Abstractions/Testably.Abstractions/Pipeline/Build.UnitTest.cs:line 70
Static code analysis
Target "DotNetUnitTests" has thrown an exception
Static code analysis
Process completed with exit code 255.
API tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit tests (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Static code analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs(24,7): warning S2953: Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj::TargetFramework=netstandard2.1]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs(24,7): warning S2953: Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj::TargetFramework=net6.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs(24,7): warning S2953: Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj::TargetFramework=net7.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs(24,7): warning S2953: Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj::TargetFramework=netstandard2.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/TimeSystem/ITimer.cs(24,7): warning S2953: Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj::TargetFramework=net8.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/ZipArchiveEntryWrapper.cs(90,10): warning S5042: Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj::TargetFramework=net8.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/ZipArchiveEntryWrapper.cs(102,10): warning S5042: Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj::TargetFramework=net8.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/ZipFileWrapper.cs(142,10): warning S5042: Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj::TargetFramework=net8.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/ZipFileWrapper.cs(158,10): warning S5042: Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj::TargetFramework=net8.0]
Static code analysis
/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/ZipArchiveWrapper.cs(109,10): warning S5042: Make sure that decompressing this archive file is safe. (https://rules.sonarsource.com/csharp/RSPEC-5042) [/home/runner/work/Testably.Abstractions/Testably.Abstractions/Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj::TargetFramework=net8.0]
Mutation tests (Linux)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Publish Tests Results
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
2974 skipped tests found (test 1 to 178)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1 to 178.
2974 skipped tests found (test 179 to 442)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 179 to 442.
2974 skipped tests found (test 443 to 707)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 443 to 707.
2974 skipped tests found (test 708 to 1014)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 708 to 1014.
2974 skipped tests found (test 1015 to 1261)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1015 to 1261.
2974 skipped tests found (test 1262 to 1410)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1262 to 1410.
2974 skipped tests found (test 1411 to 1589)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1411 to 1589.
2974 skipped tests found (test 1590 to 1833)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1590 to 1833.
2974 skipped tests found (test 1834 to 2067)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 1834 to 2067.
2974 skipped tests found (test 2068 to 2300)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 2068 to 2300.
2974 skipped tests found (test 2301 to 2536)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 2301 to 2536.
2974 skipped tests found (test 2537 to 2774)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 2537 to 2774.
2974 skipped tests found (test 2775 to 2974)
There are 2974 skipped tests, see "Raw output" for the list of skipped tests 2775 to 2974.
55199 tests found (test 1 to 260)
There are 55199 tests, see "Raw output" for the list of tests 1 to 260.
55199 tests found (test 261 to 653)
There are 55199 tests, see "Raw output" for the list of tests 261 to 653.
55199 tests found (test 654 to 848)
There are 55199 tests, see "Raw output" for the list of tests 654 to 848.
55199 tests found (test 849 to 1057)
There are 55199 tests, see "Raw output" for the list of tests 849 to 1057.
55199 tests found (test 1058 to 1329)
There are 55199 tests, see "Raw output" for the list of tests 1058 to 1329.
55199 tests found (test 1330 to 1590)
There are 55199 tests, see "Raw output" for the list of tests 1330 to 1590.
55199 tests found (test 1591 to 1835)
There are 55199 tests, see "Raw output" for the list of tests 1591 to 1835.
55199 tests found (test 1836 to 2102)
There are 55199 tests, see "Raw output" for the list of tests 1836 to 2102.
55199 tests found (test 2103 to 2408)
There are 55199 tests, see "Raw output" for the list of tests 2103 to 2408.
55199 tests found (test 2409 to 2698)
There are 55199 tests, see "Raw output" for the list of tests 2409 to 2698.
55199 tests found (test 2699 to 3059)
There are 55199 tests, see "Raw output" for the list of tests 2699 to 3059.
55199 tests found (test 3060 to 3493)
There are 55199 tests, see "Raw output" for the list of tests 3060 to 3493.
55199 tests found (test 3494 to 3897)
There are 55199 tests, see "Raw output" for the list of tests 3494 to 3897.
55199 tests found (test 3898 to 4260)
There are 55199 tests, see "Raw output" for the list of tests 3898 to 4260.
55199 tests found (test 4261 to 4498)
There are 55199 tests, see "Raw output" for the list of tests 4261 to 4498.
55199 tests found (test 4499 to 4797)
There are 55199 tests, see "Raw output" for the list of tests 4499 to 4797.
55199 tests found (test 4798 to 5061)
There are 55199 tests, see "Raw output" for the list of tests 4798 to 5061.
55199 tests found (test 5062 to 5320)
There are 55199 tests, see "Raw output" for the list of tests 5062 to 5320.
55199 tests found (test 5321 to 5587)
There are 55199 tests, see "Raw output" for the list of tests 5321 to 5587.
55199 tests found (test 5588 to 5823)
There are 55199 tests, see "Raw output" for the list of tests 5588 to 5823.
55199 tests found (test 5824 to 6062)
There are 55199 tests, see "Raw output" for the list of tests 5824 to 6062.
55199 tests found (test 6063 to 6304)
There are 55199 tests, see "Raw output" for the list of tests 6063 to 6304.
55199 tests found (test 6305 to 6548)
There are 55199 tests, see "Raw output" for the list of tests 6305 to 6548.
55199 tests found (test 6549 to 6791)
There are 55199 tests, see "Raw output" for the list of tests 6549 to 6791.
55199 tests found (test 6792 to 7040)
There are 55199 tests, see "Raw output" for the list of tests 6792 to 7040.
55199 tests found (test 7041 to 7295)
There are 55199 tests, see "Raw output" for the list of tests 7041 to 7295.
55199 tests found (test 7296 to 7553)
There are 55199 tests, see "Raw output" for the list of tests 7296 to 7553.
55199 tests found (test 7554 to 7806)
There are 55199 tests, see "Raw output" for the list of tests 7554 to 7806.
55199 tests found (test 7807 to 8060)
There are 55199 tests, see "Raw output" for the list of tests 7807 to 8060.
55199 tests found (test 8061 to 8313)
There are 55199 tests, see "Raw output" for the list of tests 8061 to 8313.
55199 tests found (test 8314 to 8566)
There are 55199 tests, see "Raw output" for the list of tests 8314 to 8566.
55199 tests found (test 8567 to 8769)
There are 55199 tests, see "Raw output" for the list of tests 8567 to 8769.
55199 tests found (test 8770 to 8889)
There are 55199 tests, see "Raw output" for the list of tests 8770 to 8889.
55199 tests found (test 8890 to 9008)
There are 55199 tests, see "Raw output" for the list of tests 8890 to 9008.
55199 tests found (test 9009 to 9126)
There are 55199 tests, see "Raw output" for the list of tests 9009 to 9126.
55199 tests found (test 9127 to 9247)
There are 55199 tests, see "Raw output" for the list of tests 9127 to 9247.
55199 tests found (test 9248 to 9367)
There are 55199 tests, see "Raw output" for the list of tests 9248 to 9367.
55199 tests found (test 9368 to 9486)
There are 55199 tests, see "Raw output" for the list of tests 9368 to 9486.
55199 tests found (test 9487 to 9606)
There are 55199 tests, see "Raw output" for the list of tests 9487 to 9606.
55199 tests found (test 9607 to 9908)
There are 55199 tests, see "Raw output" for the list of tests 9607 to 9908.
55199 tests found (test 9909 to 10186)
There are 55199 tests, see "Raw output" for the list of tests 9909 to 10186.
55199 tests found (test 10187 to 10461)
There are 55199 tests, see "Raw output" for the list of tests 10187 to 10461.
55199 tests found (test 10462 to 10732)
There are 55199 tests, see "Raw output" for the list of tests 10462 to 10732.
55199 tests found (test 10733 to 11019)
There are 55199 tests, see "Raw output" for the list of tests 10733 to 11019.
55199 tests found (test 11020 to 11308)
There are 55199 tests, see "Raw output" for the list of tests 11020 to 11308.
55199 tests found (test 11309 to 11592)
There are 55199 tests, see "Raw output" for the list of tests 11309 to 11592.
55199 tests found (test 11593 to 11878)
There are 55199 tests, see "Raw output" for the list of tests 11593 to 11878.
55199 tests found (test 11879 to 12118)
There are 55199 tests, see "Raw output" for the list of tests 11879 to 12118.
55199 tests found (test 12119 to 12349)
There are 55199 tests, see "Raw output" for the list of tests 12119 to 12349.
55199 tests found (test 12350 to 12612)
There are 55199 tests, see "Raw output" for the list of tests 12350 to 12612.
55199 tests found (test 12613 to 12872)
There are 55199 tests, see "Raw output" for the list of tests 12613 to 12872.
55199 tests found (test 12873 to 13166)
There are 55199 tests, see "Raw output" for the list of tests 12873 to 13166.
55199 tests found (test 13167 to 13459)
There are 55199 tests, see "Raw output" for the list of tests 13167 to 13459.
55199 tests found (test 13460 to 13747)
There are 55199 tests, see "Raw output" for the list of tests 13460 to 13747.
55199 tests found (test 13748 to 14035)
There are 55199 tests, see "Raw output" for the list of tests 13748 to 14035.
55199 tests found (test 14036 to 14325)
There are 55199 tests, see "Raw output" for the list of tests 14036 to 14325.
55199 tests found (test 14326 to 14625)
There are 55199 tests, see "Raw output" for the list of tests 14326 to 14625.
55199 tests found (test 14626 to 14896)
There are 55199 tests, see "Raw output" for the list of tests 14626 to 14896.
55199 tests found (test 14897 to 15148)
There are 55199 tests, see "Raw output" for the list of tests 14897 to 15148.
55199 tests found (test 15149 to 15455)
There are 55199 tests, see "Raw output" for the list of tests 15149 to 15455.
55199 tests found (test 15456 to 15713)
There are 55199 tests, see "Raw output" for the list of tests 15456 to 15713.
55199 tests found (test 15714 to 15965)
There are 55199 tests, see "Raw output" for the list of tests 15714 to 15965.
55199 tests found (test 15966 to 16230)
There are 55199 tests, see "Raw output" for the list of tests 15966 to 16230.
55199 tests found (test 16231 to 16498)
There are 55199 tests, see "Raw output" for the list of tests 16231 to 16498.
55199 tests found (test 16499 to 16758)
There are 55199 tests, see "Raw output" for the list of tests 16499 to 16758.
55199 tests found (test 16759 to 17093)
There are 55199 tests, see "Raw output" for the list of tests 16759 to 17093.
55199 tests found (test 17094 to 17364)
There are 55199 tests, see "Raw output" for the list of tests 17094 to 17364.
55199 tests found (test 17365 to 17635)
There are 55199 tests, see "Raw output" for the list of tests 17365 to 17635.
55199 tests found (test 17636 to 17912)
There are 55199 tests, see "Raw output" for the list of tests 17636 to 17912.
55199 tests found (test 17913 to 18200)
There are 55199 tests, see "Raw output" for the list of tests 17913 to 18200.
55199 tests found (test 18201 to 18458)
There are 55199 tests, see "Raw output" for the list of tests 18201 to 18458.
55199 tests found (test 18459 to 18767)
There are 55199 tests, see "Raw output" for the list of tests 18459 to 18767.
55199 tests found (test 18768 to 19079)
There are 55199 tests, see "Raw output" for the list of tests 18768 to 19079.
55199 tests found (test 19080 to 19383)
There are 55199 tests, see "Raw output" for the list of tests 19080 to 19383.
55199 tests found (test 19384 to 19684)
There are 55199 tests, see "Raw output" for the list of tests 19384 to 19684.
55199 tests found (test 19685 to 19876)
There are 55199 tests, see "Raw output" for the list of tests 19685 to 19876.
55199 tests found (test 19877 to 20077)
There are 55199 tests, see "Raw output" for the list of tests 19877 to 20077.
55199 tests found (test 20078 to 20296)
There are 55199 tests, see "Raw output" for the list of tests 20078 to 20296.
55199 tests found (test 20297 to 20518)
There are 55199 tests, see "Raw output" for the list of tests 20297 to 20518.
55199 tests found (test 20519 to 20750)
There are 55199 tests, see "Raw output" for the list of tests 20519 to 20750.
55199 tests found (test 20751 to 21002)
There are 55199 tests, see "Raw output" for the list of tests 20751 to 21002.
55199 tests found (test 21003 to 21229)
There are 55199 tests, see "Raw output" for the list of tests 21003 to 21229.
55199 tests found (test 21230 to 21428)
There are 55199 tests, see "Raw output" for the list of tests 21230 to 21428.
55199 tests found (test 21429 to 21626)
There are 55199 tests, see "Raw output" for the list of tests 21429 to 21626.
55199 tests found (test 21627 to 21821)
There are 55199 tests, see "Raw output" for the list of tests 21627 to 21821.
55199 tests found (test 21822 to 22013)
There are 55199 tests, see "Raw output" for the list of tests 21822 to 22013.
55199 tests found (test 22014 to 22214)
There are 55199 tests, see "Raw output" for the list of tests 22014 to 22214.
55199 tests found (test 22215 to 22474)
There are 55199 tests, see "Raw output" for the list of tests 22215 to 22474.
55199 tests found (test 22475 to 22742)
There are 55199 tests, see "Raw output" for the list of tests 22475 to 22742.
55199 tests found (test 22743 to 23027)
There are 55199 tests, see "Raw output" for the list of tests 22743 to 23027.
55199 tests found (test 23028 to 23223)
There are 55199 tests, see "Raw output" for the list of tests 23028 to 23223.
55199 tests found (test 23224 to 23402)
There are 55199 tests, see "Raw output" for the list of tests 23224 to 23402.
55199 tests found (test 23403 to 23573)
There are 55199 tests, see "Raw output" for the list of tests 23403 to 23573.
55199 tests found (test 23574 to 23695)
There are 55199 tests, see "Raw output" for the list of tests 23574 to 23695.
55199 tests found (test 23696 to 23820)
There are 55199 tests, see "Raw output" for the list of tests 23696 to 23820.
55199 tests found (test 23821 to 23941)
There are 55199 tests, see "Raw output" for the list of tests 23821 to 23941.
55199 tests found (test 23942 to 24066)
There are 55199 tests, see "Raw output" for the list of tests 23942 to 24066.
55199 tests found (test 24067 to 24188)
There are 55199 tests, see "Raw output" for the list of tests 24067 to 24188.
55199 tests found (test 24189 to 24312)
There are 55199 tests, see "Raw output" for the list of tests 24189 to 24312.
55199 tests found (test 24313 to 24436)
There are 55199 tests, see "Raw output" for the list of tests 24313 to 24436.
55199 tests found (test 24437 to 24560)
There are 55199 tests, see "Raw output" for the list of tests 24437 to 24560.
55199 tests found (test 24561 to 24687)
There are 55199 tests, see "Raw output" for the list of tests 24561 to 24687.
55199 tests found (test 24688 to 24807)
There are 55199 tests, see "Raw output" for the list of tests 24688 to 24807.
55199 tests found (test 24808 to 24932)
There are 55199 tests, see "Raw output" for the list of tests 24808 to 24932.
55199 tests found (test 24933 to 25135)
There are 55199 tests, see "Raw output" for the list of tests 24933 to 25135.
55199 tests found (test 25136 to 25357)
There are 55199 tests, see "Raw output" for the list of tests 25136 to 25357.
55199 tests found (test 25358 to 25574)
There are 55199 tests, see "Raw output" for the list of tests 25358 to 25574.
55199 tests found (test 25575 to 25792)
There are 55199 tests, see "Raw output" for the list of tests 25575 to 25792.
55199 tests found (test 25793 to 26007)
There are 55199 tests, see "Raw output" for the list of tests 25793 to 26007.
55199 tests found (test 26008 to 26229)
There are 55199 tests, see "Raw output" for the list of tests 26008 to 26229.
55199 tests found (test 26230 to 26553)
There are 55199 tests, see "Raw output" for the list of tests 26230 to 26553.
55199 tests found (test 26554 to 26884)
There are 55199 tests, see "Raw output" for the list of tests 26554 to 26884.
55199 tests found (test 26885 to 27205)
There are 55199 tests, see "Raw output" for the list of tests 26885 to 27205.
55199 tests found (test 27206 to 27512)
There are 55199 tests, see "Raw output" for the list of tests 27206 to 27512.
55199 tests found (test 27513 to 27777)
There are 55199 tests, see "Raw output" for the list of tests 27513 to 27777.
55199 tests found (test 27778 to 28048)
There are 55199 tests, see "Raw output" for the list of tests 27778 to 28048.
55199 tests found (test 28049 to 28288)
There are 55199 tests, see "Raw output" for the list of tests 28049 to 28288.
55199 tests found (test 28289 to 28536)
There are 55199 tests, see "Raw output" for the list of tests 28289 to 28536.
55199 tests found (test 28537 to 28731)
There are 55199 tests, see "Raw output" for the list of tests 28537 to 28731.
55199 tests found (test 28732 to 28872)
There are 55199 tests, see "Raw output" for the list of tests 28732 to 28872.
55199 tests found (test 28873 to 29000)
There are 55199 tests, see "Raw output" for the list of tests 28873 to 29000.
55199 tests found (test 29001 to 29148)
There are 55199 tests, see "Raw output" for the list of tests 29001 to 29148.
55199 tests found (test 29149 to 29291)
There are 55199 tests, see "Raw output" for the list of tests 29149 to 29291.
55199 tests found (test 29292 to 29417)
There are 55199 tests, see "Raw output" for the list of tests 29292 to 29417.
55199 tests found (test 29418 to 29564)
There are 55199 tests, see "Raw output" for the list of tests 29418 to 29564.
55199 tests found (test 29565 to 29705)
There are 55199 tests, see "Raw output" for the list of tests 29565 to 29705.
55199 tests found (test 29706 to 29920)
There are 55199 tests, see "Raw output" for the list of tests 29706 to 29920.
55199 tests found (test 29921 to 30132)
There are 55199 tests, see "Raw output" for the list of tests 29921 to 30132.
55199 tests found (test 30133 to 30467)
There are 55199 tests, see "Raw output" for the list of tests 30133 to 30467.
55199 tests found (test 30468 to 30822)
There are 55199 tests, see "Raw output" for the list of tests 30468 to 30822.
55199 tests found (test 30823 to 31147)
There are 55199 tests, see "Raw output" for the list of tests 30823 to 31147.
55199 tests found (test 31148 to 31428)
There are 55199 tests, see "Raw output" for the list of tests 31148 to 31428.
55199 tests found (test 31429 to 31697)
There are 55199 tests, see "Raw output" for the list of tests 31429 to 31697.
55199 tests found (test 31698 to 31882)
There are 55199 tests, see "Raw output" for the list of tests 31698 to 31882.
55199 tests found (test 31883 to 32067)
There are 55199 tests, see "Raw output" for the list of tests 31883 to 32067.
55199 tests found (test 32068 to 32235)
There are 55199 tests, see "Raw output" for the list of tests 32068 to 32235.
55199 tests found (test 32236 to 32394)
There are 55199 tests, see "Raw output" for the list of tests 32236 to 32394.
55199 tests found (test 32395 to 32594)
There are 55199 tests, see "Raw output" for the list of tests 32395 to 32594.
55199 tests found (test 32595 to 32847)
There are 55199 tests, see "Raw output" for the list of tests 32595 to 32847.
55199 tests found (test 32848 to 33134)
There are 55199 tests, see "Raw output" for the list of tests 32848 to 33134.
55199 tests found (test 33135 to 33413)
There are 55199 tests, see "Raw output" for the list of tests 33135 to 33413.
55199 tests found (test 33414 to 33595)
There are 55199 tests, see "Raw output" for the list of tests 33414 to 33595.
55199 tests found (test 33596 to 33776)
There are 55199 tests, see "Raw output" for the list of tests 33596 to 33776.
55199 tests found (test 33777 to 33957)
There are 55199 tests, see "Raw output" for the list of tests 33777 to 33957.
55199 tests found (test 33958 to 34138)
There are 55199 tests, see "Raw output" for the list of tests 33958 to 34138.
55199 tests found (test 34139 to 34317)
There are 55199 tests, see "Raw output" for the list of tests 34139 to 34317.
55199 tests found (test 34318 to 34583)
There are 55199 tests, see "Raw output" for the list of tests 34318 to 34583.
55199 tests found (test 34584 to 34864)
There are 55199 tests, see "Raw output" for the list of tests 34584 to 34864.
55199 tests found (test 34865 to 35146)
There are 55199 tests, see "Raw output" for the list of tests 34865 to 35146.
55199 tests found (test 35147 to 35430)
There are 55199 tests, see "Raw output" for the list of tests 35147 to 35430.
55199 tests found (test 35431 to 35684)
There are 55199 tests, see "Raw output" for the list of tests 35431 to 35684.
55199 tests found (test 35685 to 35981)
There are 55199 tests, see "Raw output" for the list of tests 35685 to 35981.
55199 tests found (test 35982 to 36182)
There are 55199 tests, see "Raw output" for the list of tests 35982 to 36182.
55199 tests found (test 36183 to 36385)
There are 55199 tests, see "Raw output" for the list of tests 36183 to 36385.
55199 tests found (test 36386 to 36587)
There are 55199 tests, see "Raw output" for the list of tests 36386 to 36587.
55199 tests found (test 36588 to 36789)
There are 55199 tests, see "Raw output" for the list of tests 36588 to 36789.
55199 tests found (test 36790 to 36990)
There are 55199 tests, see "Raw output" for the list of tests 36790 to 36990.
55199 tests found (test 36991 to 37276)
There are 55199 tests, see "Raw output" for the list of tests 36991 to 37276.
55199 tests found (test 37277 to 37596)
There are 55199 tests, see "Raw output" for the list of tests 37277 to 37596.
55199 tests found (test 37597 to 37912)
There are 55199 tests, see "Raw output" for the list of tests 37597 to 37912.
55199 tests found (test 37913 to 38145)
There are 55199 tests, see "Raw output" for the list of tests 37913 to 38145.
55199 tests found (test 38146 to 38272)
There are 55199 tests, see "Raw output" for the list of tests 38146 to 38272.
55199 tests found (test 38273 to 38408)
There are 55199 tests, see "Raw output" for the list of tests 38273 to 38408.
55199 tests found (test 38409 to 38534)
There are 55199 tests, see "Raw output" for the list of tests 38409 to 38534.
55199 tests found (test 38535 to 38672)
There are 55199 tests, see "Raw output" for the list of tests 38535 to 38672.
55199 tests found (test 38673 to 38798)
There are 55199 tests, see "Raw output" for the list of tests 38673 to 38798.
55199 tests found (test 38799 to 38938)
There are 55199 tests, see "Raw output" for the list of tests 38799 to 38938.
55199 tests found (test 38939 to 39062)
There are 55199 tests, see "Raw output" for the list of tests 38939 to 39062.
55199 tests found (test 39063 to 39200)
There are 55199 tests, see "Raw output" for the list of tests 39063 to 39200.
55199 tests found (test 39201 to 39323)
There are 55199 tests, see "Raw output" for the list of tests 39201 to 39323.
55199 tests found (test 39324 to 39674)
There are 55199 tests, see "Raw output" for the list of tests 39324 to 39674.
55199 tests found (test 39675 to 39989)
There are 55199 tests, see "Raw output" for the list of tests 39675 to 39989.
55199 tests found (test 39990 to 40320)
There are 55199 tests, see "Raw output" for the list of tests 39990 to 40320.
55199 tests found (test 40321 to 40646)
There are 55199 tests, see "Raw output" for the list of tests 40321 to 40646.
55199 tests found (test 40647 to 40949)
There are 55199 tests, see "Raw output" for the list of tests 40647 to 40949.
55199 tests found (test 40950 to 41143)
There are 55199 tests, see "Raw output" for the list of tests 40950 to 41143.
55199 tests found (test 41144 to 41351)
There are 55199 tests, see "Raw output" for the list of tests 41144 to 41351.
55199 tests found (test 41352 to 41545)
There are 55199 tests, see "Raw output" for the list of tests 41352 to 41545.
55199 tests found (test 41546 to 41774)
There are 55199 tests, see "Raw output" for the list of tests 41546 to 41774.
55199 tests found (test 41775 to 42064)
There are 55199 tests, see "Raw output" for the list of tests 41775 to 42064.
55199 tests found (test 42065 to 42384)
There are 55199 tests, see "Raw output" for the list of tests 42065 to 42384.
55199 tests found (test 42385 to 42689)
There are 55199 tests, see "Raw output" for the list of tests 42385 to 42689.
55199 tests found (test 42690 to 42994)
There are 55199 tests, see "Raw output" for the list of tests 42690 to 42994.
55199 tests found (test 42995 to 43293)
There are 55199 tests, see "Raw output" for the list of tests 42995 to 43293.
55199 tests found (test 43294 to 43613)
There are 55199 tests, see "Raw output" for the list of tests 43294 to 43613.
55199 tests found (test 43614 to 43911)
There are 55199 tests, see "Raw output" for the list of tests 43614 to 43911.
55199 tests found (test 43912 to 44101)
There are 55199 tests, see "Raw output" for the list of tests 43912 to 44101.
55199 tests found (test 44102 to 44409)
There are 55199 tests, see "Raw output" for the list of tests 44102 to 44409.
55199 tests found (test 44410 to 44716)
There are 55199 tests, see "Raw output" for the list of tests 44410 to 44716.
55199 tests found (test 44717 to 44961)
There are 55199 tests, see "Raw output" for the list of tests 44717 to 44961.
55199 tests found (test 44962 to 45187)
There are 55199 tests, see "Raw output" for the list of tests 44962 to 45187.
55199 tests found (test 45188 to 45467)
There are 55199 tests, see "Raw output" for the list of tests 45188 to 45467.
55199 tests found (test 45468 to 45788)
There are 55199 tests, see "Raw output" for the list of tests 45468 to 45788.
55199 tests found (test 45789 to 46106)
There are 55199 tests, see "Raw output" for the list of tests 45789 to 46106.
55199 tests found (test 46107 to 46416)
There are 55199 tests, see "Raw output" for the list of tests 46107 to 46416.
55199 tests found (test 46417 to 46735)
There are 55199 tests, see "Raw output" for the list of tests 46417 to 46735.
55199 tests found (test 46736 to 46961)
There are 55199 tests, see "Raw output" for the list of tests 46736 to 46961.
55199 tests found (test 46962 to 47182)
There are 55199 tests, see "Raw output" for the list of tests 46962 to 47182.
55199 tests found (test 47183 to 47428)
There are 55199 tests, see "Raw output" for the list of tests 47183 to 47428.
55199 tests found (test 47429 to 47677)
There are 55199 tests, see "Raw output" for the list of tests 47429 to 47677.
55199 tests found (test 47678 to 47926)
There are 55199 tests, see "Raw output" for the list of tests 47678 to 47926.
55199 tests found (test 47927 to 48194)
There are 55199 tests, see "Raw output" for the list of tests 47927 to 48194.
55199 tests found (test 48195 to 48472)
There are 55199 tests, see "Raw output" for the list of tests 48195 to 48472.
55199 tests found (test 48473 to 48752)
There are 55199 tests, see "Raw output" for the list of tests 48473 to 48752.
55199 tests found (test 48753 to 49003)
There are 55199 tests, see "Raw output" for the list of tests 48753 to 49003.
55199 tests found (test 49004 to 49227)
There are 55199 tests, see "Raw output" for the list of tests 49004 to 49227.
55199 tests found (test 49228 to 49463)
There are 55199 tests, see "Raw output" for the list of tests 49228 to 49463.
55199 tests found (test 49464 to 49700)
There are 55199 tests, see "Raw output" for the list of tests 49464 to 49700.
55199 tests found (test 49701 to 49933)
There are 55199 tests, see "Raw output" for the list of tests 49701 to 49933.
55199 tests found (test 49934 to 50164)
There are 55199 tests, see "Raw output" for the list of tests 49934 to 50164.
55199 tests found (test 50165 to 50385)
There are 55199 tests, see "Raw output" for the list of tests 50165 to 50385.
55199 tests found (test 50386 to 50659)
There are 55199 tests, see "Raw output" for the list of tests 50386 to 50659.
55199 tests found (test 50660 to 50932)
There are 55199 tests, see "Raw output" for the list of tests 50660 to 50932.
55199 tests found (test 50933 to 51202)
There are 55199 tests, see "Raw output" for the list of tests 50933 to 51202.
55199 tests found (test 51203 to 51449)
There are 55199 tests, see "Raw output" for the list of tests 51203 to 51449.
55199 tests found (test 51450 to 51691)
There are 55199 tests, see "Raw output" for the list of tests 51450 to 51691.
55199 tests found (test 51692 to 51881)
There are 55199 tests, see "Raw output" for the list of tests 51692 to 51881.
55199 tests found (test 51882 to 52206)
There are 55199 tests, see "Raw output" for the list of tests 51882 to 52206.
55199 tests found (test 52207 to 52480)
There are 55199 tests, see "Raw output" for the list of tests 52207 to 52480.
55199 tests found (test 52481 to 52770)
There are 55199 tests, see "Raw output" for the list of tests 52481 to 52770.
55199 tests found (test 52771 to 53054)
There are 55199 tests, see "Raw output" for the list of tests 52771 to 53054.
55199 tests found (test 53055 to 53379)
There are 55199 tests, see "Raw output" for the list of tests 53055 to 53379.
55199 tests found (test 53380 to 53634)
There are 55199 tests, see "Raw output" for the list of tests 53380 to 53634.
55199 tests found (test 53635 to 53861)
There are 55199 tests, see "Raw output" for the list of tests 53635 to 53861.
55199 tests found (test 53862 to 54079)
There are 55199 tests, see "Raw output" for the list of tests 53862 to 54079.
55199 tests found (test 54080 to 54338)
There are 55199 tests, see "Raw output" for the list of tests 54080 to 54338.
55199 tests found (test 54339 to 54617)
There are 55199 tests, see "Raw output" for the list of tests 54339 to 54617.
55199 tests found (test 54618 to 54923)
There are 55199 tests, see "Raw output" for the list of tests 54618 to 54923.
55199 tests found (test 54924 to 55199)
There are 55199 tests, see "Raw output" for the list of tests 54924 to 55199.

Artifacts

Produced during runtime
Name Size
API-tests
4.22 KB
Linux-artifacts
8.12 MB
Windows-artifacts
8.15 MB
macOS-artifacts
8.1 MB