Skip to content

[Feature] Xenomorphs / Ксеноморфы #693

[Feature] Xenomorphs / Ксеноморфы

[Feature] Xenomorphs / Ксеноморфы #693

Triggered via pull request December 11, 2024 12:15
Status Failure
Total duration 2m 17s
Artifacts

build-map-renderer.yml

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

Annotations

10 errors and 11 warnings
build (ubuntu-latest): Content.Shared/_White/Xenomorphs/Systems/TailLashSystem.cs#L43
'StandingStateSystem' does not contain a definition for 'TryLieDown' and no accessible extension method 'TryLieDown' accepting a first argument of type 'StandingStateSystem' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): Content.Shared/_White/Xenomorphs/Systems/SharedResinSpinnerSystem.cs#L72
'DoAfterArgs' does not contain a definition for 'BreakOnMove'
build (ubuntu-latest): Content.Shared/_White/Xenomorphs/Systems/SharedPlasmaVesselSystem.cs#L109
The name 'AlertType' does not exist in the current context
build (ubuntu-latest): Content.Shared/_White/Xenomorphs/Systems/AlienJumpSystem.cs#L77
'StandingStateSystem' does not contain a definition for 'DropHeldItemsBehavior'
build (ubuntu-latest): Content.Shared/_White/Xenomorphs/Systems/AlienJumpSystem.cs#L77
'StandingStateSystem' does not contain a definition for 'TryLieDown' and no accessible extension method 'TryLieDown' accepting a first argument of type 'StandingStateSystem' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): Content.Shared/Devour/SharedDevourSystem.cs#L58
'DoAfterArgs' does not contain a definition for 'BreakOnMove'
build (ubuntu-latest): Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs#L408
The name 'strapUid' does not exist in the current context
build (ubuntu-latest): Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs#L408
The name 'strapUid' does not exist in the current context
build (ubuntu-latest): Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs#L408
The name 'buckleComp' does not exist in the current context
build (ubuntu-latest): Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs#L409
The name 'buckleComp' does not exist in the current context
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/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L663
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (ubuntu-latest): RobustToolbox/Robust.Shared/Toolshed/TypeParsers/SessionTypeParser.cs#L46
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (ubuntu-latest): RobustToolbox/Robust.Shared/Toolshed/TypeParsers/EnumTypeParser.cs#L49
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (ubuntu-latest): RobustToolbox/Robust.Shared/Toolshed/TypeParsers/EntityTypeParser.cs#L41
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (ubuntu-latest): RobustToolbox/Robust.Shared/Toolshed/TypeParsers/BoolTypeParser.cs#L52
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.