Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progressui: fix possible zero prefix numbers in logs #3838

Merged
merged 1 commit into from
May 9, 2023

Conversation

tonistiigi
Copy link
Member

Prefix numbers should only be assigned before printing, not when receiving data.

fixes #3834

Prefix numbers should only be assigned before printing,
not when receiving data.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@tonistiigi tonistiigi merged commit b7049f6 into moby:master May 9, 2023
55 checks passed
@tianon
Copy link
Member

tianon commented Jun 7, 2023

This appears to make the output for "partial" progress lines funky (for example, wget --progress=dot now has #N interspersed with the .s output by wget). 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

buildkit progress output shows wrong numbers
3 participants