-
Notifications
You must be signed in to change notification settings - Fork 41
Description
What happened?
Sometimes when running aspect, I suddenly get InternalFailure("Shutdown errors: [Timeout(5s)]"). When it happens, all aspect` commands after will result in this error.
Version
Development (host) and target OS/architectures:
Windows 11
Output of bazel --version:
8.5.1, but also happens on 9
Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file:
Language(s) and/or frameworks involved:
How to reproduce
UnknownAny other information?
Happens on Windows 11 cmd, powershell and in wsl.
This issue seems to disappear for some time when restarting.
It is not a regression, at least over the past few releases have tried some different ones.
I think it might be related to running multiple projects with bazel at the same time and using aspect for multiple at the same time.
Stack (happens for all aspect commands once it starts, even aspect, aspect --help and so on):
downloading aspect cli version v2026.11.6 file aspect-cli-x86_64-unknown-linux-musl
36050 / 36050 KB (100%)
Computing main repo mapping:
Loading:
Loading: 0 packages loaded
Analyzing: 23 targets (0 packages loaded, 0 targets configured)
Analyzing: 23 targets (0 packages loaded, 0 targets configured)
src/custom.star:5: list-append: Prefer using ".append()" to adding a single element list. NOTE: This does not work if the target is a select, hence this warning can safely be ignored or suppressed. (https://github.com/bazelbuild/buildtools/blob/main/WARNINGS.md#list-append)
src/defs.bzl:5: list-append: Prefer using ".append()" to adding a single element list. NOTE: This does not work if the target is a select, hence this warning can safely be ignored or suppressed. (https://github.com/bazelbuild/buildtools/blob/main/WARNINGS.md#list-append)
INFO: Analyzed 23 targets (0 packages loaded, 1 target configured).
INFO: Found 23 targets...
INFO: Elapsed time: 1.115s, Critical Path: 0.01s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
INFO:
INFO: Build Event Protocol files produced successfully.
InternalFailure("Shutdown errors: [Timeout(5s)]")