Skip to content

feat: raise event on audio despawns (#6056) #2

feat: raise event on audio despawns (#6056)

feat: raise event on audio despawns (#6056) #2

Triggered via push June 29, 2026 21:36
Status Success
Total duration 3m 5s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

93 warnings
build (Linux)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (Linux): Robust.Shared/EntitySerialization/MapChunkSerializer.cs#L45
'IMapManager.SuppressOnTileChanged' is obsolete: 'use SharedMapSystem'
build (Linux): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Linux): Robust.Shared/Console/Commands/MapCommands.cs#L183
'IMapManager.GetAllGrids(MapId)' is obsolete: 'Use MapSystem'
build (Linux): Robust.Shared/Console/Commands/TeleportCommands.cs#L56
'IMapManager.TryFindGridAt(MapId, Vector2, out EntityUid, out MapGridComponent?)' is obsolete: 'Use MapSystem'
build (Linux): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L346
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
build (Linux): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L315
'IMapManager.FindGridsIntersecting<TState>(MapId, Box2, ref TState, GridCallback<TState>, bool, bool)' is obsolete: 'Use MapSystem'
build (Linux): Robust.Shared/Map/MapManager.cs#L10
'IMapManagerInternal' is obsolete
build (Linux): Robust.Shared/GameObjects/Systems/SharedMapSystem.cs#L27
'IMapManagerInternal' is obsolete
build (Linux): Robust.Shared/Physics/Systems/SharedBroadphaseSystem.cs#L21
'IMapManagerInternal' is obsolete
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L72
Field 'cef_settings_t_posix.windowless_rendering_enabled' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L92
Field 'cef_settings_t_posix.chrome_policy_id' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L91
Field 'cef_settings_t_posix.cookieable_schemes_exclude_defaults' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L90
Field 'cef_settings_t_posix.cookieable_schemes_list' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L93
Field 'cef_settings_t_posix.chrome_app_icon_id' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L71
Field 'cef_settings_t_posix.external_message_pump' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L89
Field 'cef_settings_t_posix.accept_language_list' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
build (Linux): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Required white space was missing.'
build (Linux): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L90
Field 'cef_settings_t_posix.cookieable_schemes_list' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L82
Field 'cef_settings_t_posix.log_items' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L73
Field 'cef_settings_t_posix.command_line_args_disabled' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L75
Field 'cef_settings_t_posix.root_cache_path' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L81
Field 'cef_settings_t_posix.log_severity' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L79
Field 'cef_settings_t_posix.locale' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L71
Field 'cef_settings_t_posix.external_message_pump' is never assigned to, and will always have its default value 0
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L69
Field 'cef_settings_t_posix.main_bundle_path' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L89
Field 'cef_settings_t_posix.accept_language_list' is never assigned to, and will always have its default value
build (Linux): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L77
Field 'cef_settings_t_posix.user_agent' is never assigned to, and will always have its default value
build (MacOS)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (MacOS): Robust.Shared/EntitySerialization/MapChunkSerializer.cs#L45
'IMapManager.SuppressOnTileChanged' is obsolete: 'use SharedMapSystem'
build (MacOS): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (MacOS): Robust.Shared/Console/Commands/MapCommands.cs#L183
'IMapManager.GetAllGrids(MapId)' is obsolete: 'Use MapSystem'
build (MacOS): Robust.Shared/Console/Commands/TeleportCommands.cs#L56
'IMapManager.TryFindGridAt(MapId, Vector2, out EntityUid, out MapGridComponent?)' is obsolete: 'Use MapSystem'
build (MacOS): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L346
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
build (MacOS): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L315
'IMapManager.FindGridsIntersecting<TState>(MapId, Box2, ref TState, GridCallback<TState>, bool, bool)' is obsolete: 'Use MapSystem'
build (MacOS): Robust.Shared/Map/MapManager.cs#L10
'IMapManagerInternal' is obsolete
build (MacOS): Robust.Shared/Physics/Systems/SharedBroadphaseSystem.cs#L21
'IMapManagerInternal' is obsolete
build (MacOS): Robust.Shared/GameObjects/Systems/SharedMapSystem.cs#L27
'IMapManagerInternal' is obsolete
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L80
Field 'cef_settings_t_posix.log_file' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L66
Field 'cef_settings_t_posix.no_sandbox' is never assigned to, and will always have its default value 0
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L84
Field 'cef_settings_t_posix.resources_dir_path' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L83
Field 'cef_settings_t_posix.javascript_flags' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L68
Field 'cef_settings_t_posix.framework_dir_path' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L89
Field 'cef_settings_t_posix.accept_language_list' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L69
Field 'cef_settings_t_posix.main_bundle_path' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
build (MacOS): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Required white space was missing.'
build (MacOS): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L77
Field 'cef_settings_t_posix.user_agent' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L91
Field 'cef_settings_t_posix.cookieable_schemes_exclude_defaults' is never assigned to, and will always have its default value 0
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L80
Field 'cef_settings_t_posix.log_file' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L70
Field 'cef_settings_t_posix.multi_threaded_message_loop' is never assigned to, and will always have its default value 0
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L68
Field 'cef_settings_t_posix.framework_dir_path' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L92
Field 'cef_settings_t_posix.chrome_policy_id' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L72
Field 'cef_settings_t_posix.windowless_rendering_enabled' is never assigned to, and will always have its default value 0
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L89
Field 'cef_settings_t_posix.accept_language_list' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L90
Field 'cef_settings_t_posix.cookieable_schemes_list' is never assigned to, and will always have its default value
build (MacOS): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L75
Field 'cef_settings_t_posix.root_cache_path' is never assigned to, and will always have its default value
build (Windows)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.1.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (Windows): Robust.Shared/EntitySerialization/MapChunkSerializer.cs#L45
'IMapManager.SuppressOnTileChanged' is obsolete: 'use SharedMapSystem'
build (Windows): Robust.Shared/Console/Commands/MapCommands.cs#L183
'IMapManager.GetAllGrids(MapId)' is obsolete: 'Use MapSystem'
build (Windows): Robust.Shared/Console/Commands/TeleportCommands.cs#L56
'IMapManager.TryFindGridAt(MapId, Vector2, out EntityUid, out MapGridComponent?)' is obsolete: 'Use MapSystem'
build (Windows): Robust.Shared/Containers/ContainerManagerComponent.cs#L31
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
build (Windows): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L346
'ComponentTreeSystem<TTreeComp, TComp>.QueryAabb(HashSet<ComponentTreeEntry<TComp>>, MapId, Box2Rotated, bool)' is obsolete: 'Use Entity<T> variant'
build (Windows): Robust.Shared/ComponentTrees/ComponentTreeSystem.cs#L315
'IMapManager.FindGridsIntersecting<TState>(MapId, Box2, ref TState, GridCallback<TState>, bool, bool)' is obsolete: 'Use MapSystem'
build (Windows): Robust.Shared/Map/MapManager.cs#L10
'IMapManagerInternal' is obsolete
build (Windows): Robust.Shared/GameObjects/Systems/SharedMapSystem.cs#L27
'IMapManagerInternal' is obsolete
build (Windows): Robust.Shared/Physics/Systems/SharedBroadphaseSystem.cs#L21
'IMapManagerInternal' is obsolete
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L73
Field 'cef_settings_t_posix.command_line_args_disabled' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L82
Field 'cef_settings_t_posix.log_items' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L80
Field 'cef_settings_t_posix.log_file' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L66
Field 'cef_settings_t_posix.no_sandbox' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L77
Field 'cef_settings_t_posix.user_agent' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L81
Field 'cef_settings_t_posix.log_severity' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L79
Field 'cef_settings_t_posix.locale' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
build (Windows): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'Required white space was missing.'
build (Windows): cefglue/CefGlue/Structs/CefPdfPrintSettings.cs#L86
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L86
Field 'cef_settings_t_posix.remote_debugging_port' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L84
Field 'cef_settings_t_posix.resources_dir_path' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L68
Field 'cef_settings_t_posix.framework_dir_path' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L72
Field 'cef_settings_t_posix.windowless_rendering_enabled' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L71
Field 'cef_settings_t_posix.external_message_pump' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L73
Field 'cef_settings_t_posix.command_line_args_disabled' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L76
Field 'cef_settings_t_posix.persist_session_cookies' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L79
Field 'cef_settings_t_posix.locale' is never assigned to, and will always have its default value
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L93
Field 'cef_settings_t_posix.chrome_app_icon_id' is never assigned to, and will always have its default value 0
build (Windows): cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L85
Field 'cef_settings_t_posix.locales_dir_path' is never assigned to, and will always have its default value