Skip to content

Footprints and Skid marks #22811

Footprints and Skid marks

Footprints and Skid marks #22811

Triggered via pull request September 3, 2026 04:01
Status Success
Total duration 20m 39s
Artifacts 8

build-test-debug.yml

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

Annotations

2 errors and 26 warnings
build
Process completed with exit code 1.
build
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
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.Shared/_Funkystation/Footprints/FootprintSystem.cs#L60
[C# diagnostics] reported by reviewdog 🐶 Use expression body for method Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/Footprints/FootprintSystem.cs"},"region":{"endColumn":43,"endLine":60,"startColumn":9,"startLine":60}}}],"message":{"text":"Use expression body for method"},"properties":{},"relatedLocations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/Footprints/FootprintSystem.cs"},"region":{"endColumn":6,"endLine":61,"startColumn":5,"startLine":58}}}],"ruleId":"IDE0022","ruleIndex":517}
build: Content.Shared/_Funkystation/Stains/Systems/SharedStainSystem.cs#L162
[C# diagnostics] reported by reviewdog 🐶 Use expression body for lambda expression Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/Stains/Systems/SharedStainSystem.cs"},"region":{"endColumn":24,"endLine":162,"startColumn":19,"startLine":162}}}],"message":{"text":"Use expression body for lambda expression"},"properties":{},"relatedLocations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/Stains/Systems/SharedStainSystem.cs"},"region":{"endColumn":14,"endLine":170,"startColumn":19,"startLine":162}}}],"ruleId":"IDE0053","ruleIndex":526}
build: Content.Shared/_Funkystation/WashingMachine/SharedWashingMachineSystem.cs#L69
[C# diagnostics] reported by reviewdog 🐶 Use expression body for method Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/WashingMachine/SharedWashingMachineSystem.cs"},"region":{"endColumn":85,"endLine":69,"startColumn":9,"startLine":69}}}],"message":{"text":"Use expression body for method"},"properties":{},"relatedLocations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/WashingMachine/SharedWashingMachineSystem.cs"},"region":{"endColumn":6,"endLine":70,"startColumn":5,"startLine":66}}}],"ruleId":"IDE0022","ruleIndex":517}
build: Content.Shared/_Funkystation/Footprints/FootprintSystem.cs#L33
[C# diagnostics] reported by reviewdog 🐶 Avoid multiple blank lines Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/Footprints/FootprintSystem.cs"},"region":{"endColumn":1,"endLine":33,"startColumn":1,"startLine":33}}}],"message":{"text":"Avoid multiple blank lines"},"properties":{},"relatedLocations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/Footprints/FootprintSystem.cs"},"region":{"endColumn":12,"endLine":35,"startColumn":5,"startLine":35}}}],"ruleId":"IDE2000","ruleIndex":508}
build: Content.Shared/_Funkystation/Footprints/FootprintSystem.cs#L285
[C# diagnostics] reported by reviewdog 🐶 'SharedMapSystem.GetAnchoredEntitiesEnumerator(EntityUid, MapGridComponent, Vector2i)' is obsolete: 'Use GetAnchoredEntities instead.' Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/Footprints/FootprintSystem.cs"},"region":{"endColumn":81,"endLine":285,"startColumn":26,"startLine":285}}}],"message":{"text":"'SharedMapSystem.GetAnchoredEntitiesEnumerator(EntityUid, MapGridComponent, Vector2i)' is obsolete: 'Use GetAnchoredEntities instead.'"},"properties":{},"ruleId":"CS0618","ruleIndex":501}
build: Content.Shared/_Funkystation/Footprints/FootprintSystem.cs#L265
[C# diagnostics] reported by reviewdog 🐶 'SharedMapSystem.GetAnchoredEntitiesEnumerator(EntityUid, MapGridComponent, Vector2i)' is obsolete: 'Use GetAnchoredEntities instead.' Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/Footprints/FootprintSystem.cs"},"region":{"endColumn":81,"endLine":265,"startColumn":26,"startLine":265}}}],"message":{"text":"'SharedMapSystem.GetAnchoredEntitiesEnumerator(EntityUid, MapGridComponent, Vector2i)' is obsolete: 'Use GetAnchoredEntities instead.'"},"properties":{},"ruleId":"CS0618","ruleIndex":501}
build: Content.Shared/_Funkystation/Footprints/FootprintSystem.cs#L212
[C# diagnostics] reported by reviewdog 🐶 'RandomExtensions.Pick<T>(Random, ICollection<T>)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.' Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/Footprints/FootprintSystem.cs"},"region":{"endColumn":66,"endLine":212,"startColumn":43,"startLine":212}}}],"message":{"text":"'RandomExtensions.Pick\u003cT\u003e(Random, ICollection\u003cT\u003e)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.'"},"properties":{},"ruleId":"CS0618","ruleIndex":501}
build: Content.Shared/_Funkystation/WashingMachine/SharedWashingMachineSystem.cs#L170
[C# diagnostics] reported by reviewdog 🐶 'RandomHelpers.Prob(Random, double)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.' Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/WashingMachine/SharedWashingMachineSystem.cs"},"region":{"endColumn":61,"endLine":170,"startColumn":17,"startLine":170}}}],"message":{"text":"'RandomHelpers.Prob(Random, double)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.'"},"properties":{},"ruleId":"CS0618","ruleIndex":501}
build: Content.Shared/_Funkystation/WashingMachine/SharedWashingMachineSystem.cs#L153
[C# diagnostics] reported by reviewdog 🐶 'RandomHelpers.Prob(Random, double)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.' Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/WashingMachine/SharedWashingMachineSystem.cs"},"region":{"endColumn":70,"endLine":153,"startColumn":26,"startLine":153}}}],"message":{"text":"'RandomHelpers.Prob(Random, double)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.'"},"properties":{},"ruleId":"CS0618","ruleIndex":501}
build: Content.Shared/_Funkystation/Stains/Systems/SharedStainSystem.cs#L69
[C# diagnostics] reported by reviewdog 🐶 'RandomHelpers.Prob(Random, double)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.' Raw Output: {"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"uri":"file:///home/runner/work/space-station-14/space-station-14/Content.Shared/_Funkystation/Stains/Systems/SharedStainSystem.cs"},"region":{"endColumn":45,"endLine":69,"startColumn":14,"startLine":69}}}],"message":{"text":"'RandomHelpers.Prob(Random, double)' is obsolete: 'Always use RobustRandom/IRobustRandom, System.Random does not provide any extra functionality.'"},"properties":{},"ruleId":"CS0618","ruleIndex":501}
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 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 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 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 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/

Artifacts

Produced during runtime
Name Size Digest
ct-report
7.59 KB
sha256:c49cfcd3e8116c2416f1fb705d7a408abba0b1cac37e82d959cb7033738710da
it-report
472 KB
sha256:1547a8979a2eb87844ad94e46fd50c73fe857bae4cf95f91f267f9cb5e6ee0ab
test-binaries
969 MB
sha256:14dbf2c5134699b51e462cf6c5a829eae0a816d94b3d54a58baccc6ba1b0339e
test-nunit-content
7.3 KB
sha256:00c5dad730712b9dd5d283c65c520a503276f91d9c5b1127975c27caa2c85049
test-nunit-shard-0
130 KB
sha256:c8f6190fd0084fd863c924ca7d95d991cf9a001924cf84e0b65b443512e400b3
test-nunit-shard-1
114 KB
sha256:4252b4ebde160ce655fe1f3e1b4bf236b6c372ae510b92b538143bb1cd913a83
test-nunit-shard-2
130 KB
sha256:7d425442dad16f04bec3eb3968b234f168c61853eaccc4cc4634ecc32a667775
test-nunit-shard-3
115 KB
sha256:93ed18d31baf9464f0c9ade724e2ee237224888eb8fda178041b5246fa4029da