acoustic-library-86413
02/01/2024, 9:28 AM10:12:27.69 [ERROR] 1 Exception encountered:
Engine traceback:
in `test` goal
SyntaxError: invalid syntax (BUILD, line 11)
Even with log level debug set, this is the full exception message. Is there a way to identify the filename easily?gorgeous-winter-99296
02/01/2024, 9:32 AM--print-stacktrace add anything useful? Or RUST_BACKTRACE=1?gorgeous-winter-99296
02/01/2024, 9:32 AM-ldebug, maybe)acoustic-library-86413
02/01/2024, 9:33 AM--print-stacktrace is exactly what I'm looking for.acoustic-library-86413
02/01/2024, 9:33 AMgorgeous-winter-99296
02/01/2024, 9:34 AMgorgeous-winter-99296
02/01/2024, 9:35 AMacoustic-library-86413
02/01/2024, 9:35 AMgorgeous-winter-99296
02/01/2024, 9:35 AMacoustic-library-86413
02/01/2024, 9:37 AM_extract_env_vars(
File "/home/mha/.cache/nce/3d6643e46b53e4cc0b2a0d5c768866226ddce3de1f57f80c4a02d8d39800fa8e/bindings/venvs/2.17.0/lib/python3.9/site-packages/pants/engine/internals/build_files.py", line 311, in _extract_env_vars
env_vars = (*BUILDFileEnvVarExtractor.get_env_vars(file_content), *extra_env)
File "/home/mha/.cache/nce/3d6643e46b53e4cc0b2a0d5c768866226ddce3de1f57f80c4a02d8d39800fa8e/bindings/venvs/2.17.0/lib/python3.9/site-packages/pants/engine/internals/build_files.py", line 207, in get_env_vars
obj.visit(ast.parse(file_content.content, file_content.path))
File "/home/mha/.cache/nce/f3ff38b1ccae7dcebd8bbf2e533c9a984fac881de0ffd1636fbb61842bd924de/cpython-3.9.18+20231002-x86_64-unknown-linux-gnu-install_only.tar.gz/python/lib/python3.9/ast.py", line 50, in parse
return compile(source, filename, mode, flag
This is the final part of the stacktrace which ends with printing out exactly which file and line number it encountered an error on.gorgeous-winter-99296
02/01/2024, 9:38 AMacoustic-library-86413
02/01/2024, 9:39 AMgorgeous-winter-99296
02/01/2024, 9:40 AMacoustic-library-86413
02/01/2024, 9:40 AMacoustic-library-86413
02/01/2024, 9:41 AMcurved-television-6568
02/01/2024, 10:13 AMacoustic-library-86413
02/01/2024, 10:14 AMpants test ::curved-television-6568
02/01/2024, 10:14 AMacoustic-library-86413
02/01/2024, 10:14 AMgorgeous-winter-99296
02/01/2024, 10:16 AMcurved-television-6568
02/01/2024, 10:16 AMgorgeous-winter-99296
02/01/2024, 10:19 AMcurved-television-6568
02/01/2024, 10:34 AMgorgeous-winter-99296
02/05/2024, 10:31 PMgorgeous-winter-99296
02/05/2024, 10:31 PM