Cargo: update ostree-ext to b76d75d6#5553
Merged
jmarrero merged 1 commit intocoreos:mainfrom Jan 19, 2026
Merged
Conversation
This updates ostree-ext and related dependencies (composefs-rs, bootc-internal-utils) to address an issue where G_MESSAGES_DEBUG=all causes packages to be incorrectly shown as "Removed" during rebase operations. The root cause was that GLib debug output was being written to stdout instead of stderr, corrupting the ostree commit hash parsing in ostree-ext's container layer import. When the subprocess output is polluted with debug messages, the merge commit ends up missing content from derived layers. Fixes: OCPBUGS-64692 Fixes: RHEL-130454 See: bootc-dev/bootc#1917
There was a problem hiding this comment.
Code Review
This pull request updates ostree-ext and related dependencies to fix an issue with GLib debug output corrupting stdout parsing. The changes correctly update the commit hashes for the git dependencies in Cargo.toml and Cargo.lock. The update is well-described and the changes are consistent with the stated goal. I find no issues with this pull request.
Collaborator
|
The |
jeckersb
approved these changes
Jan 16, 2026
Collaborator
jeckersb
left a comment
There was a problem hiding this comment.
LGTM other than CI failure
Merged
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.
This updates ostree-ext and related dependencies (composefs-rs, bootc-internal-utils) to address an issue where G_MESSAGES_DEBUG=all causes packages to be incorrectly shown as "Removed" during rebase operations.
The root cause was that GLib debug output was being written to stdout instead of stderr, corrupting the ostree commit hash parsing in ostree-ext's container layer import. When the subprocess output is polluted with debug messages, the merge commit ends up missing content from derived layers.
Fixes: OCPBUGS-64692
Fixes: RHEL-130454
See: bootc-dev/bootc#1917