-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
"command interrupted while computing main repo mapping" without any indication of progress #16338
Labels
area-Bzlmod
Bzlmod-specific PRs, issues, and feature requests
P2
We'll consider working on this in future. (Assignee optional)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Comments
Why is this |
AFAIU bzlmod is the only significant user of repo mapping, so mainly by association |
Oh, I see, this is introduced in https://cs.opensource.google/bazel/bazel/+/943e8cfb9970ca86f88ba60c944601573b366db5 |
meteorcloudy
added
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
untriaged
labels
Oct 19, 2022
/cc @Wyverald |
meteorcloudy
added
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
and removed
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
labels
Oct 19, 2022
I'm glad my crystal ball worked well this time :) |
meteorcloudy
added
P2
We'll consider working on this in future. (Assignee optional)
and removed
untriaged
labels
Oct 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-Bzlmod
Bzlmod-specific PRs, issues, and feature requests
P2
We'll consider working on this in future. (Assignee optional)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Description of the bug:
When I build a Fuchsia example project, Bazel@HEAD hangs for a few minutes while Bazel 5.3.0 provides reasonable progress reporting.
--profile
indicates that it's repository fetching that's happening during the hang.What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Following the instructions here while using a Bazel built from HEAD:
https://fuchsia.googlesource.com/sdk-samples/fortune-teller/
essentially:
Then the console output is:
This is in constrast with Bazel 5.3.0, which tells me on the console that it's currently busy fetching repositories.
Which operating system are you running Bazel on?
Linux
What is the output of
bazel info release
?No response
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.From commit 8a53266 .
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: