Advertisement
Guest User

Untitled

a guest
Oct 13th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. 2014-10-13 11:38:57 DEBUG MainLoop.remove_state_machine: <InitiatorConnection at 0x606410: remote 198.27.110.106:53013>
  2. 2014-10-13 11:38:57 DEBUG MainLoop.remove_state_machine: <JsonMachine at 0x6061f0: socket 85.199.253.50:7878 -> 198.27.110.106:53013, max_buffer 16384>
  3. 2014-10-13 11:38:57 DEBUG MainLoop.remove_state_machine: <SocketBuffer at 0x606470: socket None max_buffer 16384>
  4. 2014-10-13 11:38:57 INFO New connection to ('85.199.253.50', 7878) from (('198.27.110.106', 53650),)
  5. 2014-10-13 11:38:57 DEBUG ListenServer: Creating new <class 'distbuild.initiator_connection.InitiatorConnection'> using <DistbuildSocket at 0x606350: 85.199.2
  6. 53.50:7878 -> 198.27.110.106:53650> and ['http://85.199.252.93:8080/', 'morph']
  7. 2014-10-13 11:38:57 DEBUG MainLoop.add_state_machine: <InitiatorConnection at 0x606090: remote 198.27.110.106:53650>
  8. 2014-10-13 11:38:57 DEBUG MainLoop.add_state_machine: <JsonMachine at 0x606a10: socket 85.199.253.50:7878 -> 198.27.110.106:53650, max_buffer 16384>
  9. 2014-10-13 11:38:57 DEBUG MainLoop.add_state_machine: <SocketBuffer at 0x5f1fb0: socket 85.199.253.50:7878 -> 198.27.110.106:53650 max_buffer 16384>
  10. 2014-10-13 11:38:57 DEBUG MainLoop.add_event_source: <SocketEventSource at 5f1f50: socket 85.199.253.50:7878 -> 198.27.110.106:53650>
  11. 2014-10-13 11:38:57 CRITICAL Traceback (most recent call last):
  12. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 190, in _run
  13. self.process_args(args)
  14. File "/usr/lib/python2.7/site-packages/morphlib/app.py", line 267, in process_args
  15. cliapp.Application.process_args(self, args)
  16. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 539, in process_args
  17. method(args[1:])
  18. File "/usr/lib/python2.7/site-packages/morphlib/plugins/distbuild_plugin.py", line 277, in controller_daemon
  19. loop.run()
  20. File "/usr/lib/python2.7/site-packages/distbuild/mainloop.py", line 117, in run
  21. self._run_once()
  22. File "/usr/lib/python2.7/site-packages/distbuild/mainloop.py", line 102, in _run_once
  23. for new_event in machine.handle_event(event_source, event):
  24. File "/usr/lib/python2.7/site-packages/distbuild/sm.py", line 116, in handle_event
  25. ret = callback(event_source, event)
  26. File "/usr/lib/python2.7/site-packages/distbuild/jm.py", line 112, in _parse
  27. msg = yaml.load(json.loads(line))
  28. File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
  29. return _default_decoder.decode(s)
  30. File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
  31. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  32. File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
  33. raise ValueError("No JSON object could be decoded")
  34. ValueError: No JSON object could be decoded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement