Skip to content

[8.8.0] Show stack traces in the remote repo contents cache with --verbose_failures#29083

Merged
iancha1992 merged 2 commits into
bazelbuild:release-8.8.0from
fmeum:rrcc-8.7.0-17
Jun 23, 2026
Merged

[8.8.0] Show stack traces in the remote repo contents cache with --verbose_failures#29083
iancha1992 merged 2 commits into
bazelbuild:release-8.8.0from
fmeum:rrcc-8.7.0-17

Conversation

@fmeum

@fmeum fmeum commented Mar 24, 2026

Copy link
Copy Markdown
Collaborator

Show stack traces in the remote repo contents cache with --verbose_failures
Makes it easier to debug issues with this experimental feature and also matches the behavior of remote execution/caching.

Work towards #27965

Closes #27970.

PiperOrigin-RevId: 853238791
Change-Id: Id46ccbb105d93fd17114fab13b086d0b46139fb4
(cherry picked from commit fc5f160)

@iancha1992 iancha1992 added this to the 8.7.0 release blockers milestone Mar 27, 2026
@iancha1992 iancha1992 added the soft-release-blocker Soft release blockers that are nice to have, but shouldn't block the release if it's the last one. label Apr 24, 2026
@iancha1992 iancha1992 changed the title [8.7.0] 17/23: Show stack traces in the remote repo contents cache with --verbose_failures [8.8.0] 17/23: Show stack traces in the remote repo contents cache with --verbose_failures May 7, 2026
@iancha1992 iancha1992 changed the base branch from release-8.7.0 to release-8.8.0 May 7, 2026 18:06
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown

Thank you for contributing to the Bazel repository! This pull request has been marked as stale since it has not had any activity in the last 30 days. It will be closed in the next 30 days unless any other activity occurs. If you think this PR is still relevant and should stay open, please post any comment here and the PR will no longer be marked as stale.

@github-actions github-actions Bot added the stale Issues or PRs that are stale (no activity for 30 days) label Jun 7, 2026
fmeum added 2 commits June 23, 2026 14:00
`.bzl` files are typically small, but can form deep DAGs that require a large number of sequential cache requests to fetch lazily. By prefetching them (as well as `REPO.bazel` files) eagerly, the wall time of one particular fully cached cold `--nobuild` build of Bazel itself decreased by a factor of 5.

Along the way, make remote repo contents cache failures non-fatal, matching the behavior of the remote cache.

Closes bazelbuild#27910.

PiperOrigin-RevId: 853153815
Change-Id: I368a14a845a8d9fb543f473d8c0c2178a4590c78
(cherry picked from commit 361c420)
…ailures`

Makes it easier to debug issues with this experimental feature and also matches the behavior of remote execution/caching.

Work towards bazelbuild#27965

Closes bazelbuild#27970.

PiperOrigin-RevId: 853238791
Change-Id: Id46ccbb105d93fd17114fab13b086d0b46139fb4
(cherry picked from commit fc5f160)
@fmeum fmeum changed the title [8.8.0] 17/23: Show stack traces in the remote repo contents cache with --verbose_failures [8.8.0] Show stack traces in the remote repo contents cache with --verbose_failures Jun 23, 2026
@fmeum fmeum removed the stale Issues or PRs that are stale (no activity for 30 days) label Jun 23, 2026
@fmeum fmeum marked this pull request as ready for review June 23, 2026 12:29
@fmeum fmeum requested a review from a team as a code owner June 23, 2026 12:29
@github-actions github-actions Bot added team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Jun 23, 2026
@fmeum fmeum requested a review from Wyverald June 23, 2026 14:14
@iancha1992 iancha1992 enabled auto-merge June 23, 2026 18:24
@iancha1992 iancha1992 added this pull request to the merge queue Jun 23, 2026
Merged via the queue into bazelbuild:release-8.8.0 with commit 4d33142 Jun 23, 2026
47 checks passed
@github-actions github-actions Bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Jun 23, 2026
@fmeum fmeum deleted the rrcc-8.7.0-17 branch June 23, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

soft-release-blocker Soft release blockers that are nice to have, but shouldn't block the release if it's the last one. team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. team-Remote-Exec Issues and PRs for the Execution (Remote) team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants