Skip to content

Security Borg

Security Borg #1569

Triggered via pull request December 19, 2024 03:49
Status Failure
Total duration 2m 12s
Artifacts

build-test-debug.yml

on: pull_request
Matrix: build
Build & Test Debug
0s
Build & Test Debug
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
build (ubuntu-latest): Content.Shared/_RMC14/Guidebook/GuideEntryPrototype.cs#L1
The type or namespace name '_RMC14' does not exist in the namespace 'Content.Shared' (are you missing an assembly reference?)
build (ubuntu-latest): Content.Shared/_RMC14/Guidebook/GuideEntryPrototype.cs#L8
The type or namespace name 'ICMSpecific' could not be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): Content.Shared/_RMC14/Guidebook/GuideEntryPrototype.cs#L10
The type 'Content.Shared.Guidebook.GuideEntryPrototype' cannot be used as type parameter 'TPrototype' in the generic type or method 'AbstractPrototypeIdArraySerializer<TPrototype>'. There is no implicit reference conversion from 'Content.Shared.Guidebook.GuideEntryPrototype' to 'Robust.Shared.Prototypes.IPrototype'.
build (ubuntu-latest): Content.Shared/_RMC14/Guidebook/GuideEntryPrototype.cs#L1
The type or namespace name '_RMC14' does not exist in the namespace 'Content.Shared' (are you missing an assembly reference?)
build (ubuntu-latest): Content.Shared/_RMC14/Guidebook/GuideEntryPrototype.cs#L8
The type or namespace name 'ICMSpecific' could not be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): Content.Shared/_RMC14/Guidebook/GuideEntryPrototype.cs#L10
The type 'Content.Shared.Guidebook.GuideEntryPrototype' cannot be used as type parameter 'TPrototype' in the generic type or method 'AbstractPrototypeIdArraySerializer<TPrototype>'. There is no implicit reference conversion from 'Content.Shared.Guidebook.GuideEntryPrototype' to 'Robust.Shared.Prototypes.IPrototype'.
build (ubuntu-latest)
Process completed with exit code 1.
build (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (ubuntu-latest): RobustToolbox/Robust.Shared/Utility/MarkupNode.cs#L10
'MarkupNode' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build (ubuntu-latest): RobustToolbox/Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L291
'IMapManager.GetMapEntityId(MapId)' is obsolete: 'Use TryGetMap'
build (ubuntu-latest): RobustToolbox/Robust.Shared/ViewVariables/ViewVariablesTypeHandler.cs#L213
'Logger.ErrorS(string, Exception, string, params object?[])' is obsolete: 'Use ISawmill.Error'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Console/IConsoleShell.cs#L62
'FormattedMessage.FromMarkup(string)' is obsolete: 'Use FromMarkupOrThrow or TryFromMarkup'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L33
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/ContainerSlot.cs#L75
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
build (ubuntu-latest): RobustToolbox/Robust.Shared/CPUJob/JobQueues/Job.cs#L187
'Logger.ErrorS(string, string, params object?[])' is obsolete: 'Use ISawmill.Error'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L590
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L660
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L662
'TransformComponent.AttachToGridOrMap()' is obsolete: 'Use the system's method instead.'