Guest User

Untitled

a guest
Jan 16th, 2018
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. [--:--:--] START Initializing remote caches
  2. [--:--:--] WARNING Failed to fetch remote refs from ssh://[email protected]:22000/cache: ssh: connect to host ostree.baserock.org port 22000: Connection refused
  3. Traceback (most recent call last):
  4. File "/home/fedora/.local/bin/bst", line 9, in <module>
  5. load_entry_point('BuildStream', 'console_scripts', 'bst')()
  6. File "/home/fedora/.local/lib/python3.5/site-packages/click/core.py", line 722, in __call__
  7. return self.main(*args, **kwargs)
  8. File "/mnt/build/src/buildstream/buildstream/_frontend/main.py", line 135, in override_main
  9. standalone_mode=standalone_mode, **extra)
  10. File "/home/fedora/.local/lib/python3.5/site-packages/click/core.py", line 697, in main
  11. rv = self.invoke(ctx)
  12. File "/home/fedora/.local/lib/python3.5/site-packages/click/core.py", line 1066, in invoke
  13. return _process_result(sub_ctx.command.invoke(sub_ctx))
  14. File "/home/fedora/.local/lib/python3.5/site-packages/click/core.py", line 895, in invoke
  15. return ctx.invoke(self.callback, **ctx.params)
  16. File "/home/fedora/.local/lib/python3.5/site-packages/click/core.py", line 535, in invoke
  17. return callback(*args, **kwargs)
  18. File "/home/fedora/.local/lib/python3.5/site-packages/click/decorators.py", line 27, in new_func
  19. return f(get_current_context().obj, *args, **kwargs)
  20. File "/mnt/build/src/buildstream/buildstream/_frontend/main.py", line 224, in build
  21. fetch_subprojects=True)
  22. File "/mnt/build/src/buildstream/buildstream/_frontend/main.py", line 880, in initialize
  23. track_elements=track_elements)
  24. File "/mnt/build/src/buildstream/buildstream/_pipeline.py", line 160, in initialize
  25. self.initialize_remote_caches()
  26. File "/mnt/build/src/buildstream/buildstream/_pipeline.py", line 193, in initialize_remote_caches
  27. self.artifacts.initialize_remotes(on_failure=remote_failed)
  28. File "/mnt/build/src/buildstream/buildstream/_artifactcache/ostreecache.py", line 447, in initialize_remotes
  29. push_url, pull_url, remote_refs = remote_results[remote.url]
  30. KeyError: 'ssh://[email protected]:22000/cache'
Advertisement
Add Comment
Please, Sign In to add comment