Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. test_build[zip]
  2.  
  3. Traceback (most recent call last):
  4. File "/home/phillipsmyth/projects/buildstream/tests/testutils/runcli.py", line 263, in invoke
  5. cli.main(args=args or (), prog_name=cli.name, **extra)
  6. File "/home/phillipsmyth/projects/buildstream/buildstream/_frontend/main.py", line 135, in override_main
  7. standalone_mode=standalone_mode, **extra)
  8. File "/home/phillipsmyth/.local/lib/python3.5/site-packages/click/core.py", line 697, in main
  9. rv = self.invoke(ctx)
  10. File "/home/phillipsmyth/.local/lib/python3.5/site-packages/click/core.py", line 1066, in invoke
  11. return _process_result(sub_ctx.command.invoke(sub_ctx))
  12. File "/home/phillipsmyth/.local/lib/python3.5/site-packages/click/core.py", line 895, in invoke
  13. return ctx.invoke(self.callback, **ctx.params)
  14. File "/home/phillipsmyth/.local/lib/python3.5/site-packages/click/core.py", line 535, in invoke
  15. return callback(*args, **kwargs)
  16. File "/home/phillipsmyth/.local/lib/python3.5/site-packages/click/decorators.py", line 27, in new_func
  17. return f(get_current_context().obj, *args, **kwargs)
  18. File "/home/phillipsmyth/projects/buildstream/buildstream/_frontend/main.py", line 456, in show
  19. app.initialize(elements, except_=except_, use_configured_remote_caches=downloadable)
  20. File "/home/phillipsmyth/projects/buildstream/buildstream/_frontend/main.py", line 876, in initialize
  21. track_elements=track_elements)
  22. File "/home/phillipsmyth/projects/buildstream/buildstream/_pipeline.py", line 154, in initialize
  23. self.initialize_workspaces()
  24. File "/home/phillipsmyth/projects/buildstream/buildstream/_pipeline.py", line 182, in initialize_workspaces
  25. for element_name, source, workspace in self.project._list_workspaces():
  26. File "/home/phillipsmyth/projects/buildstream/buildstream/_project.py", line 293, in _list_workspaces
  27. for source, _ in _yaml.node_items(self._workspaces[element]):
  28. File "/home/phillipsmyth/projects/buildstream/buildstream/_yaml.py", line 408, in node_items
  29. for key, value in node.items():
  30. File "/home/phillipsmyth/.local/lib/python3.5/site-packages/ruamel/yaml/comments.py", line 575, in __iter__
  31. for key in self._mapping._keys():
  32. File "/home/phillipsmyth/.local/lib/python3.5/site-packages/ruamel/yaml/comments.py", line 786, in _keys
  33. for x in ordereddict.__iter__(self):
  34. RuntimeError: OrderedDict mutated during iteration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement