Skip to content

upstream merge 21/12 #10374

upstream merge 21/12

upstream merge 21/12 #10374

Triggered via pull request December 21, 2024 11:16
Status Failure
Total duration 4m 9s
Artifacts

yaml-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
YAML Linter: Prototypes/DeltaV/Entities/Mobs/NPCs/familiars.yml#L64
/Prototypes/DeltaV/Entities/Mobs/NPCs/familiars.yml(64,22) No Content.Shared.Damage.Prototypes.DamageContainerPrototype found with id CorporealSpirit
YAML Linter: Prototypes/DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml#L117
/Prototypes/DeltaV/Entities/Mobs/NPCs/glimmer_creatures.yml(117,22) No Content.Shared.Damage.Prototypes.DamageContainerPrototype found with id Spirit
YAML Linter: Prototypes/Entities/Mobs/Player/familiars.yml#L27
/Prototypes/Entities/Mobs/Player/familiars.yml(27,22) No Content.Shared.Damage.Prototypes.DamageContainerPrototype found with id CorporealSpirit
YAML Linter: Prototypes/Entities/Mobs/NPCs/animals.yml#L2776
/Prototypes/Entities/Mobs/NPCs/animals.yml(2776,22) No Content.Shared.Damage.Prototypes.DamageContainerPrototype found with id CorporealSpirit
YAML Linter
Process completed with exit code 255.
YAML Linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L27
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L146
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L663
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/ProfileOptSetup.cs#L16
Unreachable code detected
YAML Linter: 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>()'