abderrahim opened a new issue, #1686:
URL: https://github.com/apache/buildstream/issues/1686
Trying to `bst source track freedesktop-sdk.bst` on gnome-build-meta commit
`d9c77bb1e01cdb233e3c6d4e765ba884697fc8cd` I get the following error:
```
Traceback (most recent call last):
File "/home/abderrahimkitouni/.local/bin/bst", line 8, in <module>
sys.exit(cli())
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/click/core.py",
line 829, in __call__
return self.main(*args, **kwargs)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_frontend/cli.py",
line 258, in override_main
original_main(self, args=args, prog_name=prog_name,
complete_var=None, standalone_mode=standalone_mode, **extra)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/click/core.py",
line 782, in main
rv = self.invoke(ctx)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/click/core.py",
line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/click/core.py",
line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/click/core.py",
line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/click/core.py",
line 610, in invoke
return callback(*args, **kwargs)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/click/decorators.py",
line 33, in new_func
return f(get_current_context().obj, *args, **kwargs)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_frontend/cli.py",
line 953, in source_track
app.stream.track(elements, selection=deps, except_targets=except_,
cross_junctions=cross_junctions)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_stream.py",
line 473, in track
elements = self._load_tracking(
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_stream.py",
line 1498, in _load_tracking
elements, except_elements, artifacts =
self._load_elements_from_targets(
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_stream.py",
line 1432, in _load_elements_from_targets
elements, except_elements = self._load_elements([element_names,
except_targets])
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_stream.py",
line 1382, in _load_elements
elements = self._project.load_elements(targets)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_project.py",
line 441, in load_elements
elements = [Element._new_from_load_element(load_element, task) for
load_element in load_elements]
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_project.py",
line 441, in <listcomp>
elements = [Element._new_from_load_element(load_element, task) for
load_element in load_elements]
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/element.py",
line 1047, in _new_from_load_element
element.__load_sources(load_element)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/element.py",
line 2503, in __load_sources
source = project.create_source(meta_source,
variables=self.__variables)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_project.py",
line 365, in create_source
return self.source_factory.create(self._context, self, meta,
variables)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_pluginfactory/sourcefactory.py",
line 51, in create
source_type, _ = self.lookup(context.messenger, meta.kind,
meta.config)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_pluginfactory/pluginfactory.py",
line 133, in lookup
plugin_type, defaults = self._ensure_plugin(kind, provenance_node)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/buildstream/_pluginfactory/pluginfactory.py",
line 227, in _ensure_plugin
source = self._plugin_base.make_plugin_source(
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/pluginbase.py",
line 213, in make_plugin_source
return PluginSource(self, *args, **kwargs)
File
"/home/abderrahimkitouni/.local/lib/python3.9/site-packages/pluginbase.py",
line 271, in __init__
raise RuntimeError('This plugin source already exists.')
RuntimeError: This plugin source already exists.
```
--
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]