Fail site publication closed on matrix failures#543
Merged
Conversation
Contributor
🔍 CodeQL ReportLanguage:
|
| Rule | Location | Message |
|---|---|---|
cpp/toctou-race-condition |
ThirdParty/SDL2/src/audio/SDL_audiodev.c:53 |
The filename being operated upon was previously checked, but the underlying file may have been changed since then. The filename being operated upon was previously checked, but the underlying file may have been changed since then. |
cpp/toctou-race-condition |
ThirdParty/SDL2/src/haptic/linux/SDL_syshaptic.c:252 |
The filename being operated upon was previously checked, but the underlying file may have been changed since then. |
cpp/toctou-race-condition |
ThirdParty/Utils/miniz/miniz_zip.c:4613 |
The filename being operated upon was previously checked, but the underlying file may have been changed since then. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:608 |
Comparison between l of type Type and mNumLayers of wider type uint. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:587 |
Comparison between l of type Type and mNumLayers of wider type uint. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:542 |
Comparison between l of type Type and mNumLayers of wider type uint. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:522 |
Comparison between l of type Type and mNumLayers of wider type uint. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:499 |
Comparison between l of type Type and mNumLayers of wider type uint. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:476 |
Comparison between l of type Type and mNumLayers of wider type uint. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:453 |
Comparison between l of type Type and mNumLayers of wider type uint. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:430 |
Comparison between l of type Type and mNumLayers of wider type uint. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:269 |
Comparison between broadphase_layer of type Type and mNumLayers of wider type uint. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:230 |
Comparison between broadphase_layer of type Type and mNumLayers of wider type uint. |
cpp/comparison-with-wider-type |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/BroadPhase/BroadPhaseQuadTree.cpp:68 |
Comparison between l of type Type and mNumLayers of wider type uint. |
cpp/wrong-type-format-argument |
ThirdParty/AI/recastnavigation/Recast/Source/RecastRegion.cpp:1658 |
This format specifier for type 'int' does not match the argument type 'long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Utils/json/nlohmann_json.h:629 |
Multiplication result may overflow 'int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Utils/json/nlohmann_json.h:630 |
Multiplication result may overflow 'int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/AI/recastnavigation/Recast/Source/RecastMesh.cpp:1137 |
Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/AI/recastnavigation/Recast/Source/RecastMesh.cpp:878 |
Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:209 |
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1026 |
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1162 |
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1615 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:531 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:589 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:626 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Hair/HairSettings.cpp:593 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Math/DynMatrix.h:15 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/TriangleSplitter/TriangleSplitterBinning.cpp:51 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/TriangleSplitter/TriangleSplitterBinning.cpp:91 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
| ... | ... | 20 more findings omitted |
Updated: 2026-07-18T08:30:21Z — this comment is updated in-place, not duplicated.
Contributor
Code Coverage (GCC + lcov)Per-Subsystem Coverage
Total: 52.1% (31121/59709 lines) |
Krilliac
marked this pull request as ready for review
July 18, 2026 08:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
success/skippedjobs before publishingcurrentWhy
Build run 29634568010 reported top-level success even though
build-macos (Release, OpenGL, OFF)failedMonitor_TweenSustainedLoad. The original publisher copied only the top-level conclusion and publishedcurrent/success, masking the matrix failure on the live site.The readiness statuses remain evidence-bound:
RDY-000andDOC-400stay in progress until legacy repository claims are reconciled and exact post-merge site evidence is attached.Validation
bash -npublication.state=blockedandconclusion=failuregit diff --checkpasses