nanonyme opened a new issue, #1917:
URL: https://github.com/apache/buildstream/issues/1917
Noticed with BuildStream 2.2.0
```
[12:40:35][--:--:--][ ][ main:core activity ]
START Build
[12:40:35][--:--:--][ ][ main:core activity ]
START Loading elements
[12:40:36][--:--:--][ ][ main:core activity ] BUG
Duplicate key (@) at line 26 column 0
Traceback (most recent call last):
File
"/usr/lib/python3.11/site-packages/buildstream/_loader/loader.py", line 409, in
_load_one_file
element = self._elements[filename]
~~~~~~~~~~~~~~^^^^^^^^^^
KeyError: 'extensions/vulkaninfo/vulkan-tools.bst'
During handling of the above exception, another exception occurred:
buildstream._yaml.YAMLLoadError: Duplicate key (@) at line 26 column 0
```
BuildStream doesn't correctly handle the raised exception but instead hits
BUG and promptly hangs after this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]