Skip to content

Stimpack Rework

Stimpack Rework #22745

Triggered via pull request September 2, 2026 17:34
Status Failure
Total duration 12m 29s
Artifacts 8

build-test-debug.yml

on: pull_request
Matrix: integration-tests
Debug CI Required
1m 19s
Debug CI Required
Cleanup Artifacts
0s
Cleanup Artifacts
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 16 warnings
Integration Tests (shard 3)
Process completed with exit code 2.
Integration Tests (shard 2)
Process completed with exit code 2.
Integration Tests (shard 1)
Process completed with exit code 2.
Integration Tests (shard 0)
Process completed with exit code 2.
YAML Linter
Process completed with exit code 134.
YAML Linter
YAML linter crashed with exit code 134.
Debug CI Required
Process completed with exit code 1.
Failed Test: Delete_ReconstructedUpdatesImmediately
Delete_ReconstructedUpdatesImmediately: OneTimeSetUp: SetUp : System.NullReferenceException : Object reference not set to an instance of an object. - --SetUp at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.Gases.cs:line 43 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs:line 25 at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs:line 24 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs:line 55 at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 210 at Robust.Shared.GameObjects.EntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 224 at Robust.Server.GameObjects.ServerEntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 62 at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 398 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance.Init() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 862 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 773 --- 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.TestPair.GenerateServer() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.TestPair.cs:line 28 at Robust.UnitTesting.Pool.TestPair`2.GenerateServerCast() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 129 at Robust.UnitTesting.Pool.TestPair`2.Init(Int32 id, BasePoolManager manager, PairSettings settings, TextWriter testOut, TextWriter gravestone) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 84 at Robust.UnitTesting.Pool.PoolManager`1.CreateServerClientPair(PairSettings settings, ITestContextLike context, TextWriter testOut) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 297 at Robust.UnitTesting.Pool.PoolManager`1.GetPair(PairSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 202 at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManager.cs:line 79 at PoolManagerTestEventHandler.Setup() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManagerTestEventHandler.cs:line 19 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePum
Failed Test: TestDuplicateOverlap
TestDuplicateOverlap: OneTimeSetUp: SetUp : System.NullReferenceException : Object reference not set to an instance of an object. - --SetUp at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.Gases.cs:line 43 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs:line 25 at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs:line 24 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs:line 55 at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 210 at Robust.Shared.GameObjects.EntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 224 at Robust.Server.GameObjects.ServerEntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 62 at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 398 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance.Init() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 862 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 773 --- 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.TestPair.GenerateServer() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.TestPair.cs:line 28 at Robust.UnitTesting.Pool.TestPair`2.GenerateServerCast() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 129 at Robust.UnitTesting.Pool.TestPair`2.Init(Int32 id, BasePoolManager manager, PairSettings settings, TextWriter testOut, TextWriter gravestone) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 84 at Robust.UnitTesting.Pool.PoolManager`1.CreateServerClientPair(PairSettings settings, ITestContextLike context, TextWriter testOut) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 297 at Robust.UnitTesting.Pool.PoolManager`1.GetPair(PairSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 202 at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManager.cs:line 79 at PoolManagerTestEventHandler.Setup() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManagerTestEventHandler.cs:line 19 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForC
Failed Test: NeocyteAntagWithoutFrameOverridePreservesSpeciesFrame
NeocyteAntagWithoutFrameOverridePreservesSpeciesFrame: OneTimeSetUp: SetUp : System.NullReferenceException : Object reference not set to an instance of an object. - --SetUp at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.Gases.cs:line 43 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs:line 25 at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs:line 24 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs:line 55 at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 210 at Robust.Shared.GameObjects.EntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 224 at Robust.Server.GameObjects.ServerEntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 62 at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 398 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance.Init() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 862 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 773 --- 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.TestPair.GenerateServer() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.TestPair.cs:line 28 at Robust.UnitTesting.Pool.TestPair`2.GenerateServerCast() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 129 at Robust.UnitTesting.Pool.TestPair`2.Init(Int32 id, BasePoolManager manager, PairSettings settings, TextWriter testOut, TextWriter gravestone) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 84 at Robust.UnitTesting.Pool.PoolManager`1.CreateServerClientPair(PairSettings settings, ITestContextLike context, TextWriter testOut) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 297 at Robust.UnitTesting.Pool.PoolManager`1.GetPair(PairSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 202 at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManager.cs:line 79 at PoolManagerTestEventHandler.Setup() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManagerTestEventHandler.cs:line 19 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrate
Failed Test: ButcherVerbEnabledOnJumpsuit
ButcherVerbEnabledOnJumpsuit: OneTimeSetUp: SetUp : System.NullReferenceException : Object reference not set to an instance of an object. - --SetUp at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.Gases.cs:line 43 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs:line 25 at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs:line 24 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs:line 55 at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 210 at Robust.Shared.GameObjects.EntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 224 at Robust.Server.GameObjects.ServerEntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 62 at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 398 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance.Init() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 862 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 773 --- 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.TestPair.GenerateServer() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.TestPair.cs:line 28 at Robust.UnitTesting.Pool.TestPair`2.GenerateServerCast() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 129 at Robust.UnitTesting.Pool.TestPair`2.Init(Int32 id, BasePoolManager manager, PairSettings settings, TextWriter testOut, TextWriter gravestone) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 84 at Robust.UnitTesting.Pool.PoolManager`1.CreateServerClientPair(PairSettings settings, ITestContextLike context, TextWriter testOut) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 297 at Robust.UnitTesting.Pool.PoolManager`1.GetPair(PairSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 202 at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManager.cs:line 79 at PoolManagerTestEventHandler.Setup() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManagerTestEventHandler.cs:line 19 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.
Failed Test: ButcherVerbDisabledWithoutKnife
ButcherVerbDisabledWithoutKnife: OneTimeSetUp: SetUp : System.NullReferenceException : Object reference not set to an instance of an object. - --SetUp at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.Gases.cs:line 43 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs:line 25 at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs:line 24 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs:line 55 at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 210 at Robust.Shared.GameObjects.EntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 224 at Robust.Server.GameObjects.ServerEntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 62 at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 398 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance.Init() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 862 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 773 --- 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.TestPair.GenerateServer() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.TestPair.cs:line 28 at Robust.UnitTesting.Pool.TestPair`2.GenerateServerCast() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 129 at Robust.UnitTesting.Pool.TestPair`2.Init(Int32 id, BasePoolManager manager, PairSettings settings, TextWriter testOut, TextWriter gravestone) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 84 at Robust.UnitTesting.Pool.PoolManager`1.CreateServerClientPair(PairSettings settings, ITestContextLike context, TextWriter testOut) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 297 at Robust.UnitTesting.Pool.PoolManager`1.GetPair(PairSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 202 at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManager.cs:line 79 at PoolManagerTestEventHandler.Setup() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManagerTestEventHandler.cs:line 19 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrate
Failed Test: ButcherVerbAppearsInLocalVerbs
ButcherVerbAppearsInLocalVerbs: OneTimeSetUp: SetUp : System.NullReferenceException : Object reference not set to an instance of an object. - --SetUp at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.Gases.cs:line 43 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs:line 25 at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs:line 24 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs:line 55 at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 210 at Robust.Shared.GameObjects.EntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 224 at Robust.Server.GameObjects.ServerEntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 62 at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 398 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance.Init() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 862 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 773 --- 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.TestPair.GenerateServer() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.TestPair.cs:line 28 at Robust.UnitTesting.Pool.TestPair`2.GenerateServerCast() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 129 at Robust.UnitTesting.Pool.TestPair`2.Init(Int32 id, BasePoolManager manager, PairSettings settings, TextWriter testOut, TextWriter gravestone) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 84 at Robust.UnitTesting.Pool.PoolManager`1.CreateServerClientPair(PairSettings settings, ITestContextLike context, TextWriter testOut) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 297 at Robust.UnitTesting.Pool.PoolManager`1.GetPair(PairSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 202 at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManager.cs:line 79 at PoolManagerTestEventHandler.Setup() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManagerTestEventHandler.cs:line 19 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrateg
Failed Test: ButcherCancelledCleansUp
ButcherCancelledCleansUp: OneTimeSetUp: SetUp : System.NullReferenceException : Object reference not set to an instance of an object. - --SetUp at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.Gases.cs:line 43 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs:line 25 at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs:line 24 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs:line 55 at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 210 at Robust.Shared.GameObjects.EntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 224 at Robust.Server.GameObjects.ServerEntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 62 at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 398 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance.Init() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 862 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 773 --- 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.TestPair.GenerateServer() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.TestPair.cs:line 28 at Robust.UnitTesting.Pool.TestPair`2.GenerateServerCast() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 129 at Robust.UnitTesting.Pool.TestPair`2.Init(Int32 id, BasePoolManager manager, PairSettings settings, TextWriter testOut, TextWriter gravestone) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 84 at Robust.UnitTesting.Pool.PoolManager`1.CreateServerClientPair(PairSettings settings, ITestContextLike context, TextWriter testOut) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 297 at Robust.UnitTesting.Pool.PoolManager`1.GetPair(PairSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 202 at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManager.cs:line 79 at PoolManagerTestEventHandler.Setup() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManagerTestEventHandler.cs:line 19 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.Wait
Failed Test: TestSpeciesNameHighlightsAvali
TestSpeciesNameHighlightsAvali: OneTimeSetUp: SetUp : System.NullReferenceException : Object reference not set to an instance of an object. - --SetUp at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.Gases.cs:line 43 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs:line 25 at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs:line 24 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs:line 55 at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 210 at Robust.Shared.GameObjects.EntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 224 at Robust.Server.GameObjects.ServerEntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 62 at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 398 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance.Init() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 862 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 773 --- 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.TestPair.GenerateServer() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.TestPair.cs:line 28 at Robust.UnitTesting.Pool.TestPair`2.GenerateServerCast() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 129 at Robust.UnitTesting.Pool.TestPair`2.Init(Int32 id, BasePoolManager manager, PairSettings settings, TextWriter testOut, TextWriter gravestone) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 84 at Robust.UnitTesting.Pool.PoolManager`1.CreateServerClientPair(PairSettings settings, ITestContextLike context, TextWriter testOut) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 297 at Robust.UnitTesting.Pool.PoolManager`1.GetPair(PairSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 202 at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManager.cs:line 79 at PoolManagerTestEventHandler.Setup() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManagerTestEventHandler.cs:line 19 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrateg
Failed Test: TestCustomHighlightsPreserved
TestCustomHighlightsPreserved: OneTimeSetUp: SetUp : System.NullReferenceException : Object reference not set to an instance of an object. - --SetUp at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.Gases.cs:line 43 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs:line 25 at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs:line 24 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs:line 55 at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 210 at Robust.Shared.GameObjects.EntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 224 at Robust.Server.GameObjects.ServerEntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 62 at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 398 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance.Init() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 862 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 773 --- 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.TestPair.GenerateServer() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.TestPair.cs:line 28 at Robust.UnitTesting.Pool.TestPair`2.GenerateServerCast() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 129 at Robust.UnitTesting.Pool.TestPair`2.Init(Int32 id, BasePoolManager manager, PairSettings settings, TextWriter testOut, TextWriter gravestone) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 84 at Robust.UnitTesting.Pool.PoolManager`1.CreateServerClientPair(PairSettings settings, ITestContextLike context, TextWriter testOut) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 297 at Robust.UnitTesting.Pool.PoolManager`1.GetPair(PairSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 202 at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManager.cs:line 79 at PoolManagerTestEventHandler.Setup() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManagerTestEventHandler.cs:line 19 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy
Failed Test: AirConsistencyTest
AirConsistencyTest: OneTimeSetUp: SetUp : System.NullReferenceException : Object reference not set to an instance of an object. - --SetUp at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.Gases.cs:line 43 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.InitializeGases() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Gases.cs:line 25 at Content.Shared.Atmos.EntitySystems.SharedAtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Shared/Atmos/EntitySystems/SharedAtmosphereSystem.cs:line 24 at Content.Server.Atmos.EntitySystems.AtmosphereSystem.Initialize() in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs:line 55 at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntitySystemManager.cs:line 210 at Robust.Shared.GameObjects.EntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 224 at Robust.Server.GameObjects.ServerEntityManager.Startup() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 62 at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 398 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance.Init() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 862 at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 773 --- 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.TestPair.GenerateServer() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.TestPair.cs:line 28 at Robust.UnitTesting.Pool.TestPair`2.GenerateServerCast() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 129 at Robust.UnitTesting.Pool.TestPair`2.Init(Int32 id, BasePoolManager manager, PairSettings settings, TextWriter testOut, TextWriter gravestone) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.cs:line 84 at Robust.UnitTesting.Pool.PoolManager`1.CreateServerClientPair(PairSettings settings, ITestContextLike context, TextWriter testOut) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 297 at Robust.UnitTesting.Pool.PoolManager`1.GetPair(PairSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/PoolManager.cs:line 202 at Content.IntegrationTests.PoolManager.GetServerClient(PoolSettings settings, ITestContextLike testContext) in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManager.cs:line 79 at PoolManagerTestEventHandler.Setup() in /home/runner/work/space-station-14/space-station-14/Content.IntegrationTests/PoolManagerTestEventHandler.cs:line 19 at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCom
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)
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/
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 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 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/
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/

Artifacts

Produced during runtime
Name Size Digest
ct-report
7.93 KB
sha256:6351a7a1a9d47c86e3ec306b023ab5a157b49c474346f32a46d7d09b166c1a7d
it-report
202 KB
sha256:356e79f2c9cd72c7c12b912568ff133181d1e7b197c0fcfd796446e7880e1382
test-binaries
969 MB
sha256:2aa6f805660779cc7126aca485ec8d87ade11c4aaed2f8bc9b9bdbe09febc7ac
test-nunit-content
7.64 KB
sha256:d96b1f3c3ae5d8e5f33f43a79ab46f660a3df1fab7d0c4872f00f2703c568d3a
test-nunit-shard-0
58 KB
sha256:e01fc6226f682c15246be82569c99f1bc4f1b3b6817145a2fea5a7c0f88be1e1
test-nunit-shard-1
50.6 KB
sha256:38a52df81e288d45c4ad4f0cc5c6578b7a4f44873a17059e63b2a4afd6fe0ca7
test-nunit-shard-2
65.4 KB
sha256:51fab7e0d5c433b2afe84bcf3bf31ad7451b236f61d6fec7b79a13984f395728
test-nunit-shard-3
51.9 KB
sha256:7c11640a35e2c093407f3bb6b9e94d4d14c7a8521f5e1f8887d7c330503e12f3