sync: upstream moxygen d23fb717d4ca#327
Merged
Merged
Conversation
Summary: When `getdeps.py build` fails, the Dockerfiles cat every `*.log` under `/tmp`. That includes multi-MB logs shipped inside extracted source tarballs (e.g. boost's `libs/multiprecision/performance/*.log`), and with BuildKit's 2MiB log limit the actual compiler error gets pushed out of the visible output entirely — see the recent Docker Build AMD64 failures, where the tail is all boost perf-test noise and the real error (fixed in facebookexperimental#209) is unfindable. This prunes `extracted/` source trees from the `find` and tails the remaining logs (200 lines each) instead of catting them whole. Pull Request resolved: facebookexperimental#210 Reviewed By: sharmafb Differential Revision: D112899604 Pulled By: afrind fbshipit-source-id: 8e57798c00ba5574bd84e791efc2856f28148316
gmarzot
approved these changes
Jul 23, 2026
gmarzot
left a comment
Collaborator
There was a problem hiding this comment.
Auto-approved by upstream sync workflow.
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.
Automated upstream sync.
d23fb717d4caThe verify workflow will validate the standalone build. On success, this PR auto-merges.
Devs can push conflict-resolution commits to
sync/d23fb717d4caif needed.Created by
omoq-upstream-syncworkflow.This change is