Skip to content

fix spectator button state desync after quitting mid-gameplay #5

fix spectator button state desync after quitting mid-gameplay

fix spectator button state desync after quitting mid-gameplay #5

Triggered via push March 5, 2024 13:36
Status Failure
Total duration 36m 48s
Artifacts 6

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

141 errors and 6 warnings
Code Quality: osu.Game/Online/Multiplayer/MultiplayerClient.cs#L31
Initializing field by default value is redundant in osu.Game\Online\Multiplayer\MultiplayerClient.cs on line 31
Code Quality: osu.Game/Screens/OnlinePlay/Multiplayer/Match/MultiplayerReadyButton.cs#L161
Indent size is incorrect, expected indent 4 spaces in osu.Game\Screens\OnlinePlay\Multiplayer\Match\MultiplayerReadyButton.cs on line 161
Code Quality
Process completed with exit code 5.
Test (Linux, ubuntu-latest, MultiThreaded)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, SingleThread)
Process completed with exit code 1.
Test (Windows, windows-latest, MultiThreaded)
Process completed with exit code 1.
Test (Windows, windows-latest, SingleThread)
Process completed with exit code 1.
Test (macOS, macos-latest, MultiThreaded)
Process completed with exit code 1.
Test (macOS, macos-latest, SingleThread)
Process completed with exit code 1.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-Windows-MultiThreaded.trx#L0
Failed test found in: TestResults-Windows-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-Linux-SingleThread.trx#L0
Failed test found in: TestResults-Linux-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-Linux-MultiThreaded.trx#L0
Failed test found in: TestResults-Linux-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-macOS-SingleThread.trx#L0
Failed test found in: TestResults-macOS-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-Windows-SingleThread.trx#L0
Failed test found in: TestResults-Windows-SingleThread.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(False): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestComboBasedSize(True): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(0.5f): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.0f): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.25f): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFlashlight ► TestSizeMultiplier(1.5f): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModFloatingFruits ► TestFloating: TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestAlwaysHidden: TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleAfterComboBreak: TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModNoScope ► TestVisibleDuringBreak: TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
osu.Game.Rulesets.Catch.Tests.Mods.TestSceneCatchModPerfect ► TestBananaShower(False): TestResults-macOS-MultiThreaded.trx#L0
Failed test found in: TestResults-macOS-MultiThreaded.trx Error: TearDown : System.AggregateException : One or more errors occurred. (The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.) ----> osu.Framework.Allocation.DependencyNotRegisteredException : The type SubmittingPlayer has a dependency on SpectatorClient, but the dependency is not registered.
Test (Linux, ubuntu-latest, MultiThreaded)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (Linux, ubuntu-latest, SingleThread)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (Windows, windows-latest, MultiThreaded)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (Windows, windows-latest, SingleThread)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (macOS, macos-latest, MultiThreaded)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (macOS, macos-latest, SingleThread)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
osu-test-results-Linux-MultiThreaded Expired
21 MB
osu-test-results-Linux-SingleThread Expired
20.9 MB
osu-test-results-Windows-MultiThreaded Expired
21.5 MB
osu-test-results-Windows-SingleThread Expired
21.4 MB
osu-test-results-macOS-MultiThreaded Expired
21.1 MB
osu-test-results-macOS-SingleThread Expired
21.1 MB