debugging: add a bunch of tracing around archive#1784
Closed
chriskrycho wants to merge 2 commits intomainfrom
Closed
debugging: add a bunch of tracing around archive#1784chriskrycho wants to merge 2 commits intomainfrom
archive#1784chriskrycho wants to merge 2 commits intomainfrom
Conversation
This is not really intended to be merged as is, but it should allow folks to do some testing and see if we can get more info for #1744. In the interest of *possibly* being able to build on this for merging it if we find that useful in the future, I used `trace!` rather than `debug!` for this extreme level of output, and added a `--very-verbose` flag for this mode.
c9c6000 to
bf71974
Compare
bf71974 to
ea3e5d0
Compare
Contributor
Author
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.
Background/Notes
This is not really intended to be merged as is, but it should allow folks to do some testing and see if we can get more info for #1744.
In the interest of possibly being able to build on this for merging it if we find that useful in the future, I used
trace!rather thandebug!for this extreme level of output, and added a--very-verboseflag for this mode.Note: This is based on v1.1.1, not on the latest
main, and I have intentionally marked it as a draft until we get more info from #1744.To Test
That final line should print the normal help output preceded by this line:
(If you have a non-standard installation location, you will want to figure out where it is with
which voltaand do the same basic thing for the final two steps, but with the appropriate directory changes.)Once you have that set up, you should be able to get much more info about where in the archive/unpacking process things are going wrong.