Advertisement
absolute100

Untitled

Sep 18th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. DEBUG:overprov.detector:2016-09-11T21:00:00: {}
  2. DEBUG:overprov.detector:2016-09-12T00:00:00: {}
  3. DEBUG:overprov.detector:2016-09-12T03:00:00: {}
  4. DEBUG:overprov.detector:2016-09-12T06:00:00: {}
  5. DEBUG:overprov.detector:2016-09-12T09:00:00: {}
  6. DEBUG:overprov.detector:2016-09-12T12:00:00: {}
  7. DEBUG:overprov.detector:2016-09-12T15:00:00: {}
  8. DEBUG:overprov.detector:2016-09-12T18:00:00: {}
  9. DEBUG:overprov.detector:2016-09-12T21:00:00: {}
  10. DEBUG:overprov.detector:2016-09-13T00:00:00: {}
  11. DEBUG:overprov.detector:2016-09-13T03:00:00: {}
  12. DEBUG:overprov.detector:2016-09-13T06:00:00: {}
  13. DEBUG:overprov.detector:2016-09-13T09:00:00: {}
  14. Traceback (most recent call last):
  15. File "/nail/home/dbao/pg/overprov/myenv2.7/bin/overprov_ent", line 9, in <module>
  16. load_entry_point('overprov==0.0.1', 'console_scripts', 'overprov_ent')()
  17. File "/nail/home/dbao/pg/overprov/overprov/overprov.py", line 92, in main
  18. run(**kwargs)
  19. File "/nail/home/dbao/pg/overprov/overprov/overprov.py", line 41, in run
  20. dt.execute()
  21. File "/nail/home/dbao/pg/overprov/overprov/detector.py", line 64, in execute
  22. ret = self._execute(ma)
  23. File "/nail/home/dbao/pg/overprov/overprov/detector.py", line 112, in _execute
  24. return self._analyze_data(region_list, data, metric_analyzer)
  25. File "/nail/home/dbao/pg/overprov/overprov/detector.py", line 140, in _analyze_data
  26. stream_region = [(time, data[i]) for time, data in stream_data]
  27. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement