Skip to content

DeltaAndAstraUpdate #7030

DeltaAndAstraUpdate

DeltaAndAstraUpdate #7030

Triggered via pull request August 25, 2026 07:57
Status Success
Total duration 46m 8s
Artifacts 4

build-test-debug.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
core
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4, 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/
core: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L63
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
core: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
core: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
core: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
core: RobustToolbox/Robust.Shared/Physics/ComponentTreeEntry.cs#L16
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
core: RobustToolbox/Robust.Shared/Player/Filter.cs#L279
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
core: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L362
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
core: RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L74
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
core: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
core: RobustToolbox/Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
backmen
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4, 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/
backmen: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L63
'EntityManager.StartComponents(EntityUid)' is obsolete: 'Use StartEntity'
backmen: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
backmen: RobustToolbox/Robust.Shared/Serialization/Manager/SerializationManager.Composition.cs#L184
'DataFieldDefinition' is obsolete: 'Only used in serialization source generators'
backmen: RobustToolbox/Robust.Shared/Player/Filter.cs#L279
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
backmen: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
backmen: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
backmen: RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L74
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
backmen: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
backmen: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L362
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
backmen: RobustToolbox/Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
maps
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4, 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/
maps: RobustToolbox/Robust.Shared/Network/Messages/MsgConVars.cs#L26
'Logger.WarningS(string, string)' is obsolete: 'Use ISawmill.Warning'
maps: RobustToolbox/Robust.Shared/Physics/ComponentTreeEntry.cs#L16
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
maps: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
maps: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
maps: RobustToolbox/Robust.Shared/Player/Filter.cs#L279
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
maps: RobustToolbox/Robust.Shared/GameObjects/Components/Transform/TransformComponent.cs#L316
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
maps: RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L74
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
maps: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L362
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
maps: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
maps: RobustToolbox/Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'
heavy
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0, actions/upload-artifact@v4, 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/
heavy: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.cs#L62
'EntityManager.InitializeComponents(EntityUid, MetaDataComponent?)' is obsolete: 'Use InitializeEntity'
heavy: RobustToolbox/Robust.Shared/Player/Filter.cs#L279
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
heavy: RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L315
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
heavy: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1240
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
heavy: RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1226
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
heavy: RobustToolbox/Robust.Shared/Physics/ComponentTreeEntry.cs#L16
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
heavy: RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L362
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
heavy: RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L74
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
heavy: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
heavy: RobustToolbox/Robust.Shared.EntitySystemSubscriptionsGenerator/EntitySystemSubscriptionGenerator.cs#L71
'PartialTypeInfo.CheckPartialDiagnostic(SourceProductionContext, DiagnosticDescriptor)' is obsolete: 'Diagnostics from source generators are recommended against, apparently: https://github.com/dotnet/roslyn/issues/71709'

Artifacts

Produced during runtime
Name Size Digest
nunit3-results-backmen Expired
97 KB
sha256:553cae309daec5c28fe2d4c73dcc46a579a2cdd095e4f30d7b3ad699941c5a99
nunit3-results-core Expired
677 KB
sha256:2551761e5e3dc39f318355e6c7efccb34e2eacd080cd1160a153104fb541f01c
nunit3-results-heavy Expired
562 KB
sha256:5115a46f36f4ffa5f860e0b23f7efc1139ae9f52919c24789bb0a4b0c827b71f
nunit3-results-maps Expired
182 KB
sha256:f1245e81982770b580fb833445014ad5d7d445c984e9f13f23fb24a6b972f584