Stamp Recipes #22654
build-test-debug.yml
on: pull_request
Annotations
18 errors and 16 warnings
|
Integration Tests (shard 1)
Process completed with exit code 2.
|
|
Integration Tests (shard 2)
Process completed with exit code 2.
|
|
Integration Tests (shard 0)
Canceling since a higher priority waiting request for Build & Test Debug-5932 exists
|
|
Integration Tests (shard 0)
The operation was canceled.
|
|
Integration Tests (shard 3)
Canceling since a higher priority waiting request for Build & Test Debug-5932 exists
|
|
Integration Tests (shard 3)
The operation was canceled.
|
|
Debug CI Required
Process completed with exit code 1.
|
|
Failed Test: TestGridApcLoad(/Maps/_Starlight/Shuttles/Evac/emergency_delta.yml)
TestGridApcLoad(/Maps/_Starlight/Shuttles/Evac/emergency_delta.yml): Multiple failures or warnings in test:
1) System.ArgumentOutOfRangeException : Non-negative number required. (Parameter 'count')
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Robust.Client.GameObjects.SpriteSystem.AddLayer(Entity`1 sprite, Layer layer, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 119
at Robust.Client.GameObjects.SpriteSystem.AddBlankLayer(Entity`1 sprite, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 252
at Content.Client.Atmos.EntitySystems.AtmosPipeAppearanceSystem.OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) in /home/runner/work/space-station-14/space-station-14/Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs:line 47
at Robust.Shared.GameObjects.EntityEventBus.<>c__DisplayClass54_0`2.<SubscribeLocalEvent>g__EventHandler|0(EntityUid uid, IComponent comp, Unit& ev) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityEventBus.Directed.cs:line 267
at Robust.Shared.GameObjects.EntityManager.LifeInitialize[T](EntityUid uid, T component, CompIdx idx) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.LifeCycle.cs:line 42
at Robust.Shared.GameObjects.EntityManager.InitializeComponents(EntityUid uid, MetaDataComponent metadata) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.Components.cs:line 130
at Robust.Shared.GameObjects.EntityManager.InitializeEntity(EntityUid entity, MetaDataComponent meta) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 1058
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntState(StateData& data, GameTick toTick) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 1068
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntityStates(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 995
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 841
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 460
at Robust.Client.GameController.Tick(FrameEventArgs frameEventArgs) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameController/GameController.cs:line 617
at Robust.Client.GameController.<>c__DisplayClass74_0.<StartupContinue>b__7(Object sender, FrameEventArgs args) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameController/GameController.cs:line 290
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.SingleThreadRunUntilEmpty() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1260
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.Run() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1237
at Robust.UnitTesting.RobustIntegrationTest.ClientIntegrationInstance.ThreadMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1047
--- End of stack trace from previous location ---
at Robust.UnitTesting.RobustIntegrationTest.IntegrationInsta
|
|
Failed Test: TestGridApcLoad(/Maps/_Starlight/Shuttles/CC-NT/NT-Experimental-Botany-shuttle.yml)
TestGridApcLoad(/Maps/_Starlight/Shuttles/CC-NT/NT-Experimental-Botany-shuttle.yml): Multiple failures or warnings in test:
1) System.ArgumentOutOfRangeException : Non-negative number required. (Parameter 'count')
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Robust.Client.GameObjects.SpriteSystem.AddLayer(Entity`1 sprite, Layer layer, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 119
at Robust.Client.GameObjects.SpriteSystem.AddBlankLayer(Entity`1 sprite, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 252
at Content.Client.Atmos.EntitySystems.AtmosPipeAppearanceSystem.OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) in /home/runner/work/space-station-14/space-station-14/Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs:line 47
at Robust.Shared.GameObjects.EntityEventBus.<>c__DisplayClass54_0`2.<SubscribeLocalEvent>g__EventHandler|0(EntityUid uid, IComponent comp, Unit& ev) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityEventBus.Directed.cs:line 267
at Robust.Shared.GameObjects.EntityManager.LifeInitialize[T](EntityUid uid, T component, CompIdx idx) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.LifeCycle.cs:line 42
at Robust.Shared.GameObjects.EntityManager.InitializeComponents(EntityUid uid, MetaDataComponent metadata) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.Components.cs:line 130
at Robust.Shared.GameObjects.EntityManager.InitializeEntity(EntityUid entity, MetaDataComponent meta) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 1058
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntState(StateData& data, GameTick toTick) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 1068
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntityStates(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 995
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 841
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 460
at Robust.Client.GameController.Tick(FrameEventArgs frameEventArgs) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameController/GameController.cs:line 617
at Robust.Client.GameController.<>c__DisplayClass74_0.<StartupContinue>b__7(Object sender, FrameEventArgs args) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameController/GameController.cs:line 290
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.SingleThreadRunUntilEmpty() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1260
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.Run() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1237
at Robust.UnitTesting.RobustIntegrationTest.ClientIntegrationInstance.ThreadMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1047
--- End of stack trace from previous location ---
at Robust.UnitTesting.RobustIntegrationTest.
|
|
Failed Test: TestPlanetDock
TestPlanetDock: CLIENT: 4.083s [ERRO] state: Caught exception while initializing or starting entity: air injector (208/n208, GasOutletInjector). Exception: System.ArgumentOutOfRangeException: Non-negative number required. (Parameter 'count')
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Robust.Client.GameObjects.SpriteSystem.AddLayer(Entity`1 sprite, Layer layer, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 119
at Content.Client.Atmos.EntitySystems.AtmosPipeAppearanceSystem.OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) in /home/runner/work/space-station-14/space-station-14/Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs:line 47
at Robust.Shared.GameObjects.EntityManager.InitializeComponents(EntityUid uid, MetaDataComponent metadata) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.Components.cs:line 116
at Robust.Shared.GameObjects.EntityManager.InitializeEntity(EntityUid entity, MetaDataComponent meta) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 1058
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntState(StateData& data, GameTick toTick) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 1095 Exception: - at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 28
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 41
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 146
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Fixtures/GameTest.cs:line 262
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunTearDown(TestExecutionContext context)
1) at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 28
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 41
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose()
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 146
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync()
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Fixtures/GameTest.cs:line 262
|
|
Failed Test: LoadTickLoad
LoadTickLoad: CLIENT: 14.879s [ERRO] state: Caught exception while initializing or starting entity: air injector (54463/n337036, GasOutletInjector). Exception: System.ArgumentOutOfRangeException: Non-negative number required. (Parameter 'count')
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Robust.Client.GameObjects.SpriteSystem.AddLayer(Entity`1 sprite, Layer layer, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 119
at Content.Client.Atmos.EntitySystems.AtmosPipeAppearanceSystem.OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) in /home/runner/work/space-station-14/space-station-14/Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs:line 47
at Robust.Shared.GameObjects.EntityManager.InitializeComponents(EntityUid uid, MetaDataComponent metadata) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.Components.cs:line 116
at Robust.Shared.GameObjects.EntityManager.InitializeEntity(EntityUid entity, MetaDataComponent meta) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 1058
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntState(StateData& data, GameTick toTick) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 1095 Exception: - at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 28
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 41
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 146
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Fixtures/GameTest.cs:line 262
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunTearDown(TestExecutionContext context)
1) at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 28
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 41
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose()
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 146
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync()
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Fixtures/GameTest.cs:line 262
|
|
Failed Test: SpawnAndDirtyAllEntities
SpawnAndDirtyAllEntities: Multiple failures or warnings in test:
1) System.ArgumentOutOfRangeException : Non-negative number required. (Parameter 'count')
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Robust.Client.GameObjects.SpriteSystem.AddLayer(Entity`1 sprite, Layer layer, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 119
at Content.Client.Atmos.EntitySystems.AtmosPipeAppearanceSystem.OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) in /home/runner/work/space-station-14/space-station-14/Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs:line 47
at Robust.Shared.GameObjects.EntityManager.InitializeComponents(EntityUid uid, MetaDataComponent metadata) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.Components.cs:line 116
at Robust.Shared.GameObjects.EntityManager.InitializeEntity(EntityUid entity, MetaDataComponent meta) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 1058
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntState(StateData& data, GameTick toTick) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 1095
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntityStates(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 995
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 841
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 460
at Robust.Client.GameController.Tick(FrameEventArgs frameEventArgs) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameController/GameController.cs:line 617
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.SingleThreadRunUntilEmpty() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1250
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.Run() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1237
at Robust.UnitTesting.RobustIntegrationTest.ClientIntegrationInstance.ThreadMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1047
--- End of stack trace from previous location ---
at Robust.UnitTesting.RobustIntegrationTest.IntegrationInstance.WaitIdleImplAsync(Boolean throwOnUnhandled, CancellationToken cancellationToken) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 566
at Robust.UnitTesting.RobustIntegrationTest.IntegrationInstance.WaitRunTicks(Int32 ticks) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 653
at Robust.UnitTesting.Pool.TestPair`2.RunTicksSync(Int32 ticks) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Helpers.cs:line 185
at Robust.UnitTesting.Pool.TestPair`2.RunUntilSynced() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Helpers.cs:line 226
at Content.IntegrationTests.Tests.EntityTest.SpawnAndDirtyAllEntities() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Tests/EntityTest.cs:line 204
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Test
|
|
Failed Test: SpawnAndDeleteEntityCountTest
SpawnAndDeleteEntityCountTest: Multiple failures or warnings in test:
1) System.ArgumentOutOfRangeException : Non-negative number required. (Parameter 'count')
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Robust.Client.GameObjects.SpriteSystem.AddLayer(Entity`1 sprite, Layer layer, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 119
at Robust.Client.GameObjects.SpriteSystem.AddBlankLayer(Entity`1 sprite, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 252
at Content.Client.Atmos.EntitySystems.AtmosPipeAppearanceSystem.OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) in /home/runner/work/space-station-14/space-station-14/Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs:line 47
at Robust.Shared.GameObjects.EntityManager.InitializeComponents(EntityUid uid, MetaDataComponent metadata) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.Components.cs:line 116
at Robust.Shared.GameObjects.EntityManager.InitializeEntity(EntityUid entity, MetaDataComponent meta) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 1058
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntState(StateData& data, GameTick toTick) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 1095
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntityStates(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 995
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 841
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 460
at Robust.Client.GameController.Tick(FrameEventArgs frameEventArgs) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameController/GameController.cs:line 617
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.SingleThreadRunUntilEmpty() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1250
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.Run() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1237
at Robust.UnitTesting.RobustIntegrationTest.ClientIntegrationInstance.ThreadMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1047
--- End of stack trace from previous location ---
at Robust.UnitTesting.RobustIntegrationTest.IntegrationInstance.WaitIdleImplAsync(Boolean throwOnUnhandled, CancellationToken cancellationToken) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 566
at Robust.UnitTesting.RobustIntegrationTest.IntegrationInstance.WaitRunTicks(Int32 ticks) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 653
at Robust.UnitTesting.Pool.TestPair`2.RunTicksSync(Int32 ticks) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Helpers.cs:line 185
at Content.IntegrationTests.Tests.EntityTest.<>c__DisplayClass9_0.<<SpawnAndDeleteEntityCountTest>b__8>d.MoveNext() in /home/runner/work/space-station-14/space-station-14/Content.Int
|
|
Failed Test: TestPlanetDock
TestPlanetDock: CLIENT: 4.141s [ERRO] state: Caught exception while initializing or starting entity: air injector (208/n208, GasOutletInjector). Exception: System.ArgumentOutOfRangeException: Non-negative number required. (Parameter 'count')
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Robust.Client.GameObjects.SpriteSystem.AddLayer(Entity`1 sprite, Layer layer, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 119
at Content.Client.Atmos.EntitySystems.AtmosPipeAppearanceSystem.OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) in /home/runner/work/space-station-14/space-station-14/Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs:line 47
at Robust.Shared.GameObjects.EntityManager.InitializeComponents(EntityUid uid, MetaDataComponent metadata) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.Components.cs:line 116
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntState(StateData& data, GameTick toTick) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 1050 Exception: - at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 28
at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 23
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 41
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 146
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Fixtures/GameTest.cs:line 262
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunTearDown(TestExecutionContext context)
1) at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 28
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 41
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose()
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 146
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync()
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Fixtures/GameTest.cs:line 262
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)
|
|
Failed Test: LoadTickLoad
LoadTickLoad: CLIENT: 28.553s [ERRO] state: Caught exception while initializing or starting entity: air injector (7103/n7103, GasOutletInjector). Exception: System.ArgumentOutOfRangeException: Non-negative number required. (Parameter 'count')
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Robust.Client.GameObjects.SpriteSystem.AddLayer(Entity`1 sprite, Layer layer, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 119
at Content.Client.Atmos.EntitySystems.AtmosPipeAppearanceSystem.OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) in /home/runner/work/space-station-14/space-station-14/Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs:line 47
at Robust.Shared.GameObjects.EntityManager.InitializeComponents(EntityUid uid, MetaDataComponent metadata) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.Components.cs:line 116
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntState(StateData& data, GameTick toTick) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 1050 Exception: - at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 28
at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 23
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 41
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 146
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Fixtures/GameTest.cs:line 262
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await[TResult](TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(TestExecutionContext context, Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunTearDown(TestExecutionContext context)
1) at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 28
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 41
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose()
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 146
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync()
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Fixtures/GameTest.cs:line 262
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)
|
|
Failed Test: SpawnAndDirtyAllEntities
SpawnAndDirtyAllEntities: Multiple failures or warnings in test:
1) System.ArgumentOutOfRangeException : Non-negative number required. (Parameter 'count')
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Robust.Client.GameObjects.SpriteSystem.AddLayer(Entity`1 sprite, Layer layer, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 119
at Robust.Client.GameObjects.SpriteSystem.AddBlankLayer(Entity`1 sprite, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 252
at Content.Client.Atmos.EntitySystems.AtmosPipeAppearanceSystem.OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) in /home/runner/work/space-station-14/space-station-14/Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs:line 47
at Robust.Shared.GameObjects.EntityManager.InitializeComponents(EntityUid uid, MetaDataComponent metadata) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.Components.cs:line 116
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntState(StateData& data, GameTick toTick) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 1050
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntityStates(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 995
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 841
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 460
at Robust.Client.GameController.Tick(FrameEventArgs frameEventArgs) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameController/GameController.cs:line 617
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.SingleThreadRunUntilEmpty() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1250
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.Run() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1237
at Robust.UnitTesting.RobustIntegrationTest.ClientIntegrationInstance.ThreadMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1047
--- End of stack trace from previous location ---
at Robust.UnitTesting.RobustIntegrationTest.IntegrationInstance.WaitIdleImplAsync(Boolean throwOnUnhandled, CancellationToken cancellationToken) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 566
at Robust.UnitTesting.RobustIntegrationTest.IntegrationInstance.WaitRunTicks(Int32 ticks) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 653
at Robust.UnitTesting.Pool.TestPair`2.RunTicksSync(Int32 ticks) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Helpers.cs:line 185
at Robust.UnitTesting.Pool.TestPair`2.RunUntilSynced() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Helpers.cs:line 226
at Content.IntegrationTests.Tests.EntityTest.SpawnAndDirtyAllEntities() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Tests/EntityTest.cs:line 204
at NUnit.Framework.Internal.TaskAwaitAdapter.Gener
|
|
Failed Test: SpawnAndDeleteEntityCountTest
SpawnAndDeleteEntityCountTest: Multiple failures or warnings in test:
1) System.ArgumentOutOfRangeException : Non-negative number required. (Parameter 'count')
at System.Collections.Generic.List`1.GetRange(Int32 index, Int32 count)
at Robust.Client.GameObjects.SpriteSystem.AddLayer(Entity`1 sprite, Layer layer, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 119
at Robust.Client.GameObjects.SpriteSystem.AddBlankLayer(Entity`1 sprite, Nullable`1 index) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameObjects/EntitySystems/SpriteSystem.Layer.cs:line 252
at Content.Client.Atmos.EntitySystems.AtmosPipeAppearanceSystem.OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) in /home/runner/work/space-station-14/space-station-14/Content.Client/Atmos/EntitySystems/AtmosPipeAppearanceSystem.cs:line 47
at Robust.Shared.GameObjects.EntityManager.InitializeComponents(EntityUid uid, MetaDataComponent metadata) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.Components.cs:line 116
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntState(StateData& data, GameTick toTick) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 1050
at Robust.Client.GameStates.ClientGameStateManager.ApplyEntityStates(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 995
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState(GameState curState, GameState nextState) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 841
at Robust.Client.GameStates.ClientGameStateManager.ApplyGameState() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameStates/ClientGameStateManager.cs:line 460
at Robust.Client.GameController.Tick(FrameEventArgs frameEventArgs) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Client/GameController/GameController.cs:line 617
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.SingleThreadRunUntilEmpty() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1250
at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.Run() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1237
at Robust.UnitTesting.RobustIntegrationTest.ClientIntegrationInstance.ThreadMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1047
--- End of stack trace from previous location ---
at Robust.UnitTesting.RobustIntegrationTest.IntegrationInstance.WaitIdleImplAsync(Boolean throwOnUnhandled, CancellationToken cancellationToken) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 566
at Robust.UnitTesting.RobustIntegrationTest.IntegrationInstance.WaitRunTicks(Int32 ticks) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 653
at Robust.UnitTesting.Pool.TestPair`2.RunTicksSync(Int32 ticks) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Helpers.cs:line 185
at Content.IntegrationTests.Tests.EntityTest.<>c__DisplayClass9_0.<<SpawnAndDeleteEntityCountTest>b__8>d.MoveNext() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/Tests/EntityTest.cs:line 328
--- End of stack trace from previous location ---
at NUnit.Framework.Assert.MultipleAsync(AsyncTestDelegate testDelegate)
at Content.IntegrationTests.Tests.EntityTest.SpawnAndDel
|
|
Build & Test Debug
Canceling since a higher priority waiting request for Build & Test Debug-5932 exists
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: space-wizards/submodule-dependency@v0.1.5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
Content.Server.Database/SnakeCaseNaming.cs#L13
Convert to file-scoped namespace (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0161)
|
|
build:
Content.Server.Database/ModelSqlite.cs#L14
Convert to file-scoped namespace (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0161)
|
|
build:
Content.Server.Database/ModelPostgres.cs#L9
Convert to file-scoped namespace (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0161)
|
|
build:
Content.Server.Database/Model.cs#L14
Convert to file-scoped namespace (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0161)
|
|
build:
Content.Server.Database/DataModelBase.cs#L13
Consecutive braces must not have blank line between them (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2002)
|
|
build:
Content.Server.Database/DataModelBase.cs#L36
Consecutive braces must not have blank line between them (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2002)
|
|
build:
Content.Shared.Database/TypedHwid.cs#L46
Use expression body for method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0022)
|
|
build:
Content.Shared.Database/TypedHwid.cs#L46
Parentheses should be added for clarity (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0048)
|
|
build:
Content.Shared.Database/NoteSeverity.cs#L1
Convert to file-scoped namespace (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0161)
|
|
build:
Content.PatreonParser/Program.cs#L83
Use pattern matching (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0078)
|
|
YAML Linter
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: space-wizards/submodule-dependency@v0.1.5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (shard 1)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: space-wizards/submodule-dependency@v0.1.5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (shard 2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: space-wizards/submodule-dependency@v0.1.5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (shard 0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: space-wizards/submodule-dependency@v0.1.5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests (shard 3)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: space-wizards/submodule-dependency@v0.1.5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ct-report
|
7.77 KB |
sha256:0a06a9f72be1f9cae5bc5f445bc1fc24647c7e56d2537bf89a00174d1a6379cf
|
|
|
it-report
|
393 KB |
sha256:0c76e10968eaa18ea204e33f7d865ee70477296a20ed74d02b84496c69e5cdd1
|
|
|
test-binaries
Expired
|
969 MB |
sha256:06954110309da3c3df5c83e88fa171dbbd52ec94bf92a44c5ed5a96e6cb510c2
|
|
|
test-nunit-content
|
7.48 KB |
sha256:d41821e6160747fbb5659a10035f8a6f823c6b37707ac1a6907ebe7a4a423f85
|
|
|
test-nunit-shard-1
|
131 KB |
sha256:0705a13b91d732d44df17a2d5cbee86266e837aafcac3d2b0013c46abd16aa19
|
|
|
test-nunit-shard-2
|
147 KB |
sha256:d31ebf7f55d9c3c044f47355ed4d721bb3ac4a44fd3ecec0e4baa68b63451f86
|
|
|
test-nunit-shard-3
|
136 KB |
sha256:25ac8de07c49100d016fcdd990657b4eedb630567f3f19f7a0a250e45b78ce81
|
|