Skip to content

Add shapecasts + raycasts #12625

Add shapecasts + raycasts

Add shapecasts + raycasts #12625

Triggered via pull request September 18, 2024 15:10
Status Failure
Total duration 1m 9s
Artifacts

build-test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 11 warnings
build (ubuntu-latest): Robust.Shared/Physics/B2DynamicTree.cs#L1073
The name 'b2CrossSV' does not exist in the current context
build (ubuntu-latest): Robust.Shared/Physics/B2DynamicTree.cs#L1082
The type or namespace name 'b2Vec2' could not be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): Robust.Shared/Physics/B2DynamicTree.cs#L1082
The name 'b2MulSV' does not exist in the current context
build (ubuntu-latest): Robust.Shared/Physics/B2DynamicTree.cs#L1137
The name 'b2MulSV' does not exist in the current context
build (ubuntu-latest): Robust.Shared/Physics/B2DynamicTree.cs#L1138
'Box2' does not contain a definition for 'lowerBound' and no accessible extension method 'lowerBound' accepting a first argument of type 'Box2' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): Robust.Shared/Physics/B2DynamicTree.cs#L1138
The name 'b2Add' does not exist in the current context
build (ubuntu-latest): Robust.Shared/Physics/B2DynamicTree.cs#L1138
'Box2' does not contain a definition for 'lowerBound' and no accessible extension method 'lowerBound' accepting a first argument of type 'Box2' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): Robust.Shared/Physics/B2DynamicTree.cs#L1139
'Box2' does not contain a definition for 'upperBound' and no accessible extension method 'upperBound' accepting a first argument of type 'Box2' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): Robust.Shared/Physics/B2DynamicTree.cs#L1139
The name 'b2Add' does not exist in the current context
build (ubuntu-latest): Robust.Shared/Physics/B2DynamicTree.cs#L1139
'Box2' does not contain a definition for 'upperBound' and no accessible extension method 'upperBound' accepting a first argument of type 'Box2' could be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build (windows-latest)
The operation was canceled.
build (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (ubuntu-latest): Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (ubuntu-latest): Robust.Shared/Containers/ContainerSlot.cs#L75
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
build (ubuntu-latest): Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L226
'BoundUserInterface.DeferredClose' is obsolete
build (ubuntu-latest): Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (ubuntu-latest): Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (ubuntu-latest): Robust.Shared/Containers/SharedContainerSystem.cs#L663
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
build (ubuntu-latest): Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L407
'BoundUserInterface.DeferredClose' is obsolete
build (ubuntu-latest): Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L458
'BoundUserInterface.DeferredClose' is obsolete
build (ubuntu-latest): Robust.Shared/Physics/ComponentTreeEntry.cs#L16
'IComponent.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (ubuntu-latest): Robust.Shared/GameObjects/Systems/SharedMapSystem.Coordinates.cs#L26
'EntityCoordinates.ToMap(IEntityManager, SharedTransformSystem)' is obsolete: 'Use SharedTransformSystem.ToMapCoordinates()'