nareshkamboju

git cmd not found - csv json not created

Dec 12th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. INFO: Running iteration [1000/1000]
  2. Running in process mode with 10 groups using 40 file descriptors each (== 400 tasks)
  3. Each sender will pass 100 messages of 100 bytes
  4. Time: 0.598
  5. hackbench-mean pass 0.606759 s
  6. hackbench-min pass 0.581 s
  7. hackbench-max pass 0.675 s
  8. <TEST_CASE_ID=hackbench-mean RESULT=pass UNITS=s MEASUREMENT=0.606759>
  9. <TEST_CASE_ID=hackbench-min RESULT=pass UNITS=s MEASUREMENT=0.581>
  10. <TEST_CASE_ID=hackbench-max RESULT=pass UNITS=s MEASUREMENT=0.675>
  11. /bin/sh: 1: git: not found
  12. Traceback (most recent call last):
  13. File "./automated/utils/test-runner.py", line 592, in <module>
  14. main()
  15. File "./automated/utils/test-runner.py", line 586, in main
  16. result_parser = ResultParser(test, args)
  17. File "./automated/utils/test-runner.py", line 417, in __init__
  18. test_version = subprocess.check_output("git rev-parse HEAD", shell=True)
  19. File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
  20. raise CalledProcessError(retcode, cmd, output=output)
  21. subprocess.CalledProcessError: Command 'git rev-parse HEAD' returned non-zero exit status 127
  22. root@unassigned-hostname:/home/debian#
Add Comment
Please, Sign In to add comment