SNOW-3192362: add timestamped logging to build_linux.sh and build_docker.sh - #2975
Open
sfc-gh-fpawlowski wants to merge 1 commit into
Open
SNOW-3192362: add timestamped logging to build_linux.sh and build_docker.sh#2975sfc-gh-fpawlowski wants to merge 1 commit into
sfc-gh-fpawlowski wants to merge 1 commit into
Conversation
…ker.sh Mirrors the pattern from SNOW-3289793 (commit 225b237) which added the same log() convention to build_darwin.sh. build_docker.sh: log host info, selected base image, versions arg build_linux.sh: log available interpreters, per-version interpreter path and existence check, pip/build progress, auditwheel plat, repaired wheel listing, and final summary Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
sfc-gh-fpawlowski
marked this pull request as ready for review
July 22, 2026 15:55
sfc-gh-fpawlowski
enabled auto-merge (squash)
August 21, 2026 08:41
sfc-gh-ddas
approved these changes
Aug 26, 2026
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.
Summary
Adds timestamped
log()function and structured logging to the Linux Docker build scripts, mirroring the pattern introduced forbuild_darwin.shin SNOW-3289793 (#2829).build_docker.sh: logs host info, selected base image, versions arg, Jenkins vs local contextbuild_linux.sh: logs available interpreters in/opt/python/, per-version interpreter path + existence check, pip/build/auditwheel progress, repaired wheel listing, and final summaryWhy
The Jenkins build for PR #2970 cut off at the wheel assembly stage with limited visibility into which interpreter was found, which auditwheel plat was applied, and what wheels were produced. This logging makes those details explicit.
🤖 Generated with Claude Code