Skip to content

Fixes #3930 - Splits tests to Tests/UnitTests, Tests/IntegrationTests, Tests/StressTests #23

Fixes #3930 - Splits tests to Tests/UnitTests, Tests/IntegrationTests, Tests/StressTests

Fixes #3930 - Splits tests to Tests/UnitTests, Tests/IntegrationTests, Tests/StressTests #23

Triggered via pull request March 3, 2025 19:35
Status Failure
Total duration 4m 22s
Artifacts 3

unit-tests.yml

on: pull_request
build_release
1m 0s
build_release
Matrix: non_parallel_unittests
Matrix: parallel_unittests
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 80 warnings
non_parallel_unittests (macos-latest)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
non_parallel_unittests (macos-latest)
Process completed with exit code 1.
non_parallel_unittests (windows-latest)
The job was canceled because "macos-latest" failed.
non_parallel_unittests (windows-latest)
The operation was canceled.
non_parallel_unittests (ubuntu-latest)
The job was canceled because "macos-latest" failed.
non_parallel_unittests (ubuntu-latest)
The operation was canceled.
non_parallel_unittests (ubuntu-latest)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
parallel_unittests (windows-latest)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
build_release: Tests/UnitTestsParallelizable/Drawing/CellTests.cs#L6
Parameter 'output' is unread.
build_release: UICatalog/Scenarios/RegionScenario.cs#L40
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/RegionScenario.cs#L44
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/RegionScenario.cs#L184
Non-nullable field '_stylePicker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: UICatalog/Scenarios/RegionScenario.cs#L184
Non-nullable field '_regionOpSelector' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: UICatalog/Scenarios/RegionScenario.cs#L207
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/RegionScenario.cs#L296
Dereference of a possibly null reference.
build_release: UICatalog/Scenarios/RegionScenario.cs#L241
Dereference of a possibly null reference.
build_release: UICatalog/UICatalog.cs#L1359
Nullability of reference types in value of type 'MenuItem?[]' doesn't match target type 'MenuItem[]'.
build_release: UICatalog/Scenarios/Transparent.cs#L90
Dereference of a possibly null reference.
build_release: Terminal.Gui/ConsoleDrivers/V2/NetInputProcessor.cs#L20
Expected 'disable' or 'restore'
build_release: Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
build_release: Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
build_release: Terminal.Gui/Views/Menu/MenuItem.cs#L38
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
build_release: Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_menuBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_release: Terminal.Gui/Views/Menu/MenuItem.cs#L23
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_release: Terminal.Gui/Views/Menu/MenuBarItem.cs#L111
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
build_release: Terminal.Gui/Views/Menu/ContextMenu.cs#L150
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
build_release: Terminal.Gui/Views/Menu/Menu.cs#L11
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
parallel_unittests (ubuntu-latest): Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
parallel_unittests (ubuntu-latest): Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
parallel_unittests (ubuntu-latest): Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
parallel_unittests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
parallel_unittests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
parallel_unittests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
parallel_unittests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
parallel_unittests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L154
Dereference of a possibly null reference.
parallel_unittests (macos-latest): Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
parallel_unittests (macos-latest): Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
parallel_unittests (macos-latest): Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
parallel_unittests (macos-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
parallel_unittests (macos-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
parallel_unittests (macos-latest): Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
parallel_unittests (macos-latest): Terminal.Gui/ConsoleDrivers/NetDriver/NetDriver.cs#L229
Dereference of a possibly null reference.
parallel_unittests (macos-latest): Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L154
Dereference of a possibly null reference.
non_parallel_unittests (macos-latest): Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
non_parallel_unittests (macos-latest): Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
non_parallel_unittests (macos-latest): Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
non_parallel_unittests (macos-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
non_parallel_unittests (macos-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
non_parallel_unittests (macos-latest): Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L154
Dereference of a possibly null reference.
non_parallel_unittests (windows-latest): Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
non_parallel_unittests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
non_parallel_unittests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
non_parallel_unittests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
non_parallel_unittests (windows-latest): Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
non_parallel_unittests (windows-latest): Terminal.Gui/ConsoleDrivers/V2/MainLoop.cs#L154
Dereference of a possibly null reference.
non_parallel_unittests (ubuntu-latest): Terminal.Gui/Views/Wizard/WizardStep.cs#L128
Dereference of a possibly null reference.
non_parallel_unittests (ubuntu-latest): Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
non_parallel_unittests (ubuntu-latest): Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
non_parallel_unittests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
non_parallel_unittests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
non_parallel_unittests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.
non_parallel_unittests (ubuntu-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L800
Converting null literal or possible null value to non-nullable type.
parallel_unittests (windows-latest): Terminal.Gui/Application/Application.cs#L66
Converting null literal or possible null value to non-nullable type.
parallel_unittests (windows-latest): Terminal.Gui/ConsoleDrivers/AnsiResponseParser/Keyboard/CsiKeyPattern.cs#L69
Possible null reference argument for parameter 'a' in 'bool Key.operator !=(Key a, Key? b)'.
parallel_unittests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/UnixMainLoop.cs#L251
Non-nullable field 'Callback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
parallel_unittests (windows-latest): Terminal.Gui/Configuration/ScopeJsonConverter.cs#L94
The variable 'ex' is declared but never used
parallel_unittests (windows-latest): Terminal.Gui/Drawing/Region.cs#L661
Nullable value type may be null.
parallel_unittests (windows-latest): Terminal.Gui/ConsoleDrivers/CursesDriver/CursesDriver.cs#L732
Converting null literal or possible null value to non-nullable type.

Artifacts

Produced during runtime
Name Size
test-logs-Linux
1.98 MB
test-logs-Windows
18.9 KB
test-logs-macOS
1.88 MB