fix: use POSIX tar format to support systems with large GID/UID values#3940
Conversation
Switch tarLongFileMode from 'gnu' to 'posix' in all assembly executions to remove the 2,097,151 limit on UID/GID values imposed by GNU tar format. Fixes #3939 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
🟢 Coverage ∅ diff coverage
Metric Results Coverage variation Report missing for 433d40e1 Diff coverage ✅ ∅ diff coverage Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (433d40e) Report Missing Report Missing Report Missing Head commit (97a14c5) 148670 97926 65.87% Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#3940) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%1 Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.
TIP This summary will be updated as you push new changes. Give us feedback
📜 License Compliance Check✅ License check passed. See artifacts for full report. License Summary (first 50 lines) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3940 +/- ##
==========================================
+ Coverage 56.89% 65.27% +8.38%
==========================================
Files 1582 1582
Lines 117394 117431 +37
Branches 24932 24946 +14
==========================================
+ Hits 66788 76655 +9867
+ Misses 41159 30336 -10823
- Partials 9447 10440 +993 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📜 License Compliance Check✅ License check passed. See artifacts for full report. License Summary (first 50 lines) |
📜 License Compliance Check✅ License check passed. See artifacts for full report. License Summary (first 50 lines) |
…filtering Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
📜 License Compliance Check✅ License check passed. See artifacts for full report. License Summary (first 50 lines) |
… 2.70.0 to 2.71.0 [skip ci] Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.70.0 to 2.71.0. Commits * [`6473668`](googleapis/sdk-platform-java@6473668) chore(main): release 2.63.0 ([#3927](https://github.com/googleapis/sdk-platform-java/issues/3927)) * [`8015e7e`](googleapis/sdk-platform-java@8015e7e) chore: update googleapis commit at Fri Oct 3 02:28:22 UTC 2025 ([#3923](https://github.com/googleapis/sdk-platform-java/issues/3923)) * [`48075a8`](googleapis/sdk-platform-java@48075a8) chore: Upper bound file deps change has chore type ([#3949](https://github.com/googleapis/sdk-platform-java/issues/3949)) * [`1d74663`](googleapis/sdk-platform-java@1d74663) deps: update google auth library dependencies to v1.40.0 ([#3945](https://github.com/googleapis/sdk-platform-java/issues/3945)) * [`7fb4f15`](googleapis/sdk-platform-java@7fb4f15) deps: Upgrade Google Http Java Client to v2.0.2 ([#3946](https://github.com/googleapis/sdk-platform-java/issues/3946)) * [`feabef3`](googleapis/sdk-platform-java@feabef3) feat(librariangen): add bazel package ([#3940](https://github.com/googleapis/sdk-platform-java/issues/3940)) * [`8d6c1f9`](googleapis/sdk-platform-java@8d6c1f9) deps: Bump Guava to v33.5.0 ([#3943](https://github.com/googleapis/sdk-platform-java/issues/3943)) * [`180b9a0`](googleapis/sdk-platform-java@180b9a0) build(deps): update dependency com.google.cloud:google-cloud-shared-config to... * [`3f548fb`](googleapis/sdk-platform-java@3f548fb) deps: update upper bound dependencies file ([#3947](https://github.com/googleapis/sdk-platform-java/issues/3947)) * [`a1b5ba3`](googleapis/sdk-platform-java@a1b5ba3) chore: Manage errorprone and j2objc versions in pom-parent ([#3948](https://github.com/googleapis/sdk-platform-java/issues/3948)) * Additional commits viewable in [compare view](googleapis/sdk-platform-java@gax/v2.70.0...gax/v2.71.0) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Summary
<tarLongFileMode>fromgnutoposixin all 4 assembly executions (full,minimal,headless,base) inpackage/pom.xmlCloses #3939
Test plan
mvn validate -pl packagepasses (verified locally)🤖 Generated with Claude Code