Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Command running: ['update'], cwd: /home/gulnara/Documents/tpcc/tpcc-course-2020
  2. Platform: Linux-4.15.0-88-generic-x86_64-with-Ubuntu-18.04-bionic
  3. C++ compiler: /usr/bin/clang++-8 (clang version 8.0.0-3~ubuntu18.04.2 (tags/RELEASE_800/final))
  4. Python: 3.6.9, CPython, /home/gulnara/Documents/tpcc/tpcc-course-2020/client/venv/bin/python
  5. Repository root directory: /home/gulnara/Documents/tpcc/tpcc-course-2020
  6. Git current commit: 8ffb8f60c7a50f1660de4566159552c1d1358cb7
  7.  
  8. Updating tasks repository
  9.  
  10. From https://gitlab.com/Lipovsky/tpcc-course-2020
  11. * branch master -> FETCH_HEAD
  12. fatal: Unable to create '/home/gulnara/Documents/tpcc/tpcc-course-2020/.git/index.lock': File exists.
  13.  
  14. Another git process seems to be running in this repository, e.g.
  15. an editor opened by 'git commit'. Please make sure all processes
  16. are terminated then try again. If it still fails, a git process
  17. may have crashed in this repository earlier:
  18. remove the file manually to continue.
  19.  
  20. Command '['git', 'pull', 'origin', 'master']' returned non-zero exit status 128.
  21. Traceback (most recent call last):
  22. File "/home/gulnara/Documents/tpcc/tpcc-course-2020/client/client.py", line 324, in main
  23. args.cmd(args)
  24. File "/home/gulnara/Documents/tpcc/tpcc-course-2020/client/client.py", line 96, in update_command
  25. client.update(args.all)
  26. File "/home/gulnara/Documents/tpcc/tpcc-course-2020/client/tpcc/course.py", line 46, in update
  27. subprocess.check_call(["git", "pull", "origin", "master"])
  28. File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
  29. raise CalledProcessError(retcode, cmd)
  30. subprocess.CalledProcessError: Command '['git', 'pull', 'origin', 'master']' returned non-zero exit status 128.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement