Advertisement
kulakov-yaroslaw

Untitled

Feb 28th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. yaroslaw@adb3db42d4c6:/tpcc/tpcc-course-2020$ tpcc update
  2. --------------------------------------------------------------------------------
  3. Good evening, yaroslaw!
  4.  
  5. Command running: ['update'], cwd: /tpcc/tpcc-course-2020
  6. Platform: Linux-5.3.0-28-generic-x86_64-with-Ubuntu-18.04-bionic
  7. C++ compiler: /usr/bin/clang++-8 (clang version 8.0.0-3~ubuntu18.04.2 (tags/RELEASE_800/final))
  8. Python: 3.6.9, CPython, /tpcc/tpcc-course-2020/client/venv/bin/python
  9. Repository root directory: /tpcc/tpcc-course-2020
  10. Git current commit: 6a12f669ff0a968d72a6f499dd16a55b93d934aa
  11.  
  12. Updating tasks repository
  13.  
  14. From https://gitlab.com/Lipovsky/tpcc-course-2020
  15. * branch master -> FETCH_HEAD
  16. Updating 6a12f66..1a62ab1
  17. error: Your local changes to the following files would be overwritten by merge:
  18. tasks/0-intro/deadlock/test.cpp
  19. Please commit your changes or stash them before you merge.
  20. Aborting
  21.  
  22. Command '['git', 'pull', 'origin', 'master']' returned non-zero exit status 1.
  23. Traceback (most recent call last):
  24. File "/tpcc/tpcc-course-2020/client/client.py", line 324, in main
  25. args.cmd(args)
  26. File "/tpcc/tpcc-course-2020/client/client.py", line 96, in update_command
  27. client.update(args.all)
  28. File "/tpcc/tpcc-course-2020/client/tpcc/course.py", line 46, in update
  29. subprocess.check_call(["git", "pull", "origin", "master"])
  30. File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
  31. raise CalledProcessError(retcode, cmd)
  32. subprocess.CalledProcessError: Command '['git', 'pull', 'origin', 'master']' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement