Skip to content

docs(dev): add Accessibility Policy documentation reference in conten… #1402

docs(dev): add Accessibility Policy documentation reference in conten…

docs(dev): add Accessibility Policy documentation reference in conten… #1402

Triggered via push June 9, 2026 21:50
Status Failure
Total duration 1h 1m 19s
Artifacts 2

build.yml

on: push
Matrix: Build, test and Package
Test NSIS installer
0s
Test NSIS installer
Test DEB installer
0s
Test DEB installer
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 33 warnings, and 1 notice
Build, test and Package (ubuntu-22.04, gcc)
Process completed with exit code 1.
Build, test and Package (windows-latest, msvc)
run-cmake action execution failed: 'Error: "'D:\a\_temp\1136910635\cmake-3.30.9-windows-x86_64\bin\cmake.exe' failed with error code: '1'.'
Build, test and Package (ubuntu-22.04, gcc)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, coactions/setup-xvfb@v1. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build, test and Package (ubuntu-22.04, gcc): engine/src/scripting/managed/NativeInterop.cs#L561
Field 'NativeInterop.DemonstrationComponent.DemonstrationVector' is never assigned to, and will always have its default value [/home/runner/work/game-engine/game-engine/engine/src/scripting/managed/Nexo.csproj]
Build, test and Package (ubuntu-22.04, gcc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L155
The variable 'maxLights' is assigned but its value is never used [/home/runner/work/game-engine/game-engine/engine/src/scripting/managed/Nexo.csproj]
Build, test and Package (ubuntu-22.04, gcc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L154
The variable 'maxCubes' is assigned but its value is never used [/home/runner/work/game-engine/game-engine/engine/src/scripting/managed/Nexo.csproj]
Build, test and Package (ubuntu-22.04, gcc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L54
The field 'CubeSystem._spawnLightOrCube' is assigned but its value is never used [/home/runner/work/game-engine/game-engine/engine/src/scripting/managed/Nexo.csproj]
Build, test and Package (ubuntu-22.04, gcc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L53
The field 'CubeSystem._colorIndex' is assigned but its value is never used [/home/runner/work/game-engine/game-engine/engine/src/scripting/managed/Nexo.csproj]
Build, test and Package (ubuntu-22.04, gcc): engine/src/scripting/managed/Scripts/EarthRotationSystem.cs#L29
The field 'EarthRotationSystem.earthEntity' is assigned but its value is never used [/home/runner/work/game-engine/game-engine/engine/src/scripting/managed/Nexo.csproj]
Build, test and Package (ubuntu-22.04, gcc): engine/src/scripting/managed/NativeInterop.cs#L560
Field 'NativeInterop.DemonstrationComponent.DemonstrationId' is never assigned to, and will always have its default value 0 [/home/runner/work/game-engine/game-engine/engine/src/scripting/managed/Nexo.csproj]
Build, test and Package (ubuntu-22.04, gcc): engine/src/scripting/managed/NativeInterop.cs#L561
Field 'NativeInterop.DemonstrationComponent.DemonstrationVector' is never assigned to, and will always have its default value [/home/runner/work/game-engine/game-engine/engine/src/scripting/managed/Nexo.csproj]
Build, test and Package (ubuntu-22.04, gcc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L155
The variable 'maxLights' is assigned but its value is never used [/home/runner/work/game-engine/game-engine/engine/src/scripting/managed/Nexo.csproj]
Build, test and Package (ubuntu-22.04, gcc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L154
The variable 'maxCubes' is assigned but its value is never used [/home/runner/work/game-engine/game-engine/engine/src/scripting/managed/Nexo.csproj]
Vulnerability warning
This version of the SonarQube Scanner GitHub Action is no longer supported and contains a security vulnerability. Please update your workflow to use sonarsource/sonarqube-scan-action@v6 for the latest security patches and features. For more information visit https://community.sonarsource.com/gha-v6-update
Build, test and Package (ubuntu-22.04, gcc): engine/src/core/crash/CrashTracker.cpp#L115
unused parameter ‘category’ [-Wunused-parameter]
Build, test and Package (ubuntu-22.04, gcc): engine/src/core/crash/CrashTracker.cpp#L115
unused parameter ‘message’ [-Wunused-parameter]
Build, test and Package (ubuntu-22.04, gcc): engine/src/core/crash/CrashTracker.cpp#L40
unused parameter ‘dsn’ [-Wunused-parameter]
Build, test and Package (ubuntu-22.04, gcc): engine/src/assets/Assets/Texture/TextureImporter.cpp#L49
variable ‘image’ set but not used [-Wunused-but-set-variable]
Build, test and Package (ubuntu-22.04, gcc): engine/src/renderPasses/PointShadowPass.hpp#L13
unused parameter ‘height’ [-Wunused-parameter]
Build, test and Package (ubuntu-22.04, gcc): engine/src/renderPasses/PointShadowPass.hpp#L13
unused parameter ‘width’ [-Wunused-parameter]
Build, test and Package (ubuntu-22.04, gcc): engine/src/renderPasses/ForwardPass.cpp#L56
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
Build, test and Package (ubuntu-22.04, gcc): engine/src/systems/lights/PointLightsSystem.cpp#L82
comparison of integer expressions of different signedness: ‘int’ and ‘const unsigned int’ [-Wsign-compare]
Build, test and Package (ubuntu-22.04, gcc): engine/src/renderPasses/PointShadowPass.hpp#L13
unused parameter ‘height’ [-Wunused-parameter]
Build, test and Package (ubuntu-22.04, gcc): engine/src/renderPasses/PointShadowPass.hpp#L13
unused parameter ‘width’ [-Wunused-parameter]
Build, test and Package (windows-latest, msvc)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, ilammy/msvc-dev-cmd@v1. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build, test and Package (windows-latest, msvc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L155
The variable 'maxLights' is assigned but its value is never used [D:\a\game-engine\game-engine\engine\src\scripting\managed\Nexo.csproj]
Build, test and Package (windows-latest, msvc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L154
The variable 'maxCubes' is assigned but its value is never used [D:\a\game-engine\game-engine\engine\src\scripting\managed\Nexo.csproj]
Build, test and Package (windows-latest, msvc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L54
The field 'CubeSystem._spawnLightOrCube' is assigned but its value is never used [D:\a\game-engine\game-engine\engine\src\scripting\managed\Nexo.csproj]
Build, test and Package (windows-latest, msvc): engine/src/scripting/managed/Scripts/EarthRotationSystem.cs#L29
The field 'EarthRotationSystem.earthEntity' is assigned but its value is never used [D:\a\game-engine\game-engine\engine\src\scripting\managed\Nexo.csproj]
Build, test and Package (windows-latest, msvc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L53
The field 'CubeSystem._colorIndex' is assigned but its value is never used [D:\a\game-engine\game-engine\engine\src\scripting\managed\Nexo.csproj]
Build, test and Package (windows-latest, msvc): engine/src/scripting/managed/NativeInterop.cs#L560
Field 'NativeInterop.DemonstrationComponent.DemonstrationId' is never assigned to, and will always have its default value 0 [D:\a\game-engine\game-engine\engine\src\scripting\managed\Nexo.csproj]
Build, test and Package (windows-latest, msvc): engine/src/scripting/managed/NativeInterop.cs#L561
Field 'NativeInterop.DemonstrationComponent.DemonstrationVector' is never assigned to, and will always have its default value [D:\a\game-engine\game-engine\engine\src\scripting\managed\Nexo.csproj]
Build, test and Package (windows-latest, msvc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L155
The variable 'maxLights' is assigned but its value is never used [D:\a\game-engine\game-engine\engine\src\scripting\managed\Nexo.csproj]
Build, test and Package (windows-latest, msvc): engine/src/scripting/managed/Scripts/CubeSystem.cs#L154
The variable 'maxCubes' is assigned but its value is never used [D:\a\game-engine\game-engine\engine\src\scripting\managed\Nexo.csproj]
Build, test and Package (windows-latest, msvc)
boost-system's buildsystem uses very long paths and may fail on your
Build, test and Package (windows-latest, msvc)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026

Artifacts

Produced during runtime
Name Size Digest
nexo-engine-gcc13-ubuntu-22.04
522 MB
sha256:a067475688b3d0e0242591fbb8850696fcc796b39d962e5f32765d26e1684525
nexo-engine-installer-gcc13-ubuntu-22.04
393 MB
sha256:6c25ca39765057064c7f2084ce9e8527338a5137876359f8ba700d19871159a3