[DO NOT MERGE] debug: rclone -vv --dump headers#145
Closed
lamdor wants to merge 1 commit into
Closed
Conversation
Temporary instrumentation to capture the full HTTP request/response trace for the BlobTree upload that's failing in CI with HeadObject 403, so we can compare exactly what CI's rclone is doing vs local reproductions that all succeed (the 403 is reproducible everywhere but only CI fails).
Member
Author
|
Confirmed: rclone v1.72+ propagates 403 from FS-init HeadObject as fatal (rclone#8975, commit 6440052f). Closing this debug PR; opening a real fix that adds |
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.
Debug branch. Enables
rclone -vv --dump headersso CI logs show the exact HTTP exchange for the failing BlobTree upload (HeadObject 403 path).Local Docker reproductions with the exact same Rclone_jll x86_64 binary and same session credentials all swallow the 403 and complete the upload. CI consistently fails. Need the full request/response trace from CI to find the divergence.