<#18135 Using `pants` from `pantsup.sh` can fail w...
# github-notifications
q
#18135 Using `pants` from `pantsup.sh` can fail with `FATAL: exception not rethrown` Issue created by phlax Describe the bug I upgraded a repo im working on to remove
./pants
and add
./pantsup.sh
, ran the new script and started using the
pants
it created. Seemingly only in CI (github actions) it flakily fails with (for example):
Copy code
āœ“ mypy succeeded.
FATAL: exception not rethrown
FATAL: exception not rethrown
/home/runner/work/_temp/f3725c23-b66e-48a4-b13a-9692347a0610.sh: line 1:  1684 Aborted                 (core dumped) ./scripts/pants check ::
Error: Process completed with exit code 134.
Pants version 2.14.1 OS Linux Additional info pantsbuild/pants