Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. anton@3a08d80997f4:/tpcc/tpcc-course-2020$ tpcc update
  2. --------------------------------------------------------------------------------
  3. Hi, anton!
  4.  
  5. Command running: ['update'], cwd: /tpcc/tpcc-course-2020
  6. Platform: Linux-4.15.0-88-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: 36334786c3749e9c7f5612117aff0fb638440779
  11.  
  12. Updating tasks repository
  13.  
  14. error: Pulling is not possible because you have unmerged files.
  15. hint: Fix them up in the work tree, and then use 'git add/rm <file>'
  16. hint: as appropriate to mark resolution and make a commit.
  17. fatal: Exiting because of an unresolved conflict.
  18.  
  19. Command '['git', 'pull', 'origin', 'master']' returned non-zero exit status 128.
  20. Traceback (most recent call last):
  21. File "/tpcc/tpcc-course-2020/client/client.py", line 324, in main
  22. args.cmd(args)
  23. File "/tpcc/tpcc-course-2020/client/client.py", line 96, in update_command
  24. client.update(args.all)
  25. File "/tpcc/tpcc-course-2020/client/tpcc/course.py", line 46, in update
  26. subprocess.check_call(["git", "pull", "origin", "master"])
  27. File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
  28. raise CalledProcessError(retcode, cmd)
  29. subprocess.CalledProcessError: Command '['git', 'pull', 'origin', 'master']' returned non-zero exit status 128.
  30. anton@3a08d80997f4:/tpcc/tpcc-course-2020$ git stash
  31. tasks/0-intro/deadlock/test.cpp: needs merge
  32. tasks/0-intro/deadlock/test.cpp: needs merge
  33. tasks/0-intro/deadlock/test.cpp: unmerged (a2127c57b3844a8d5eb1f000b56d997a86c12087)
  34. tasks/0-intro/deadlock/test.cpp: unmerged (d181bcf321f407edc817cd72111f222a05cc0bea)
  35. tasks/0-intro/deadlock/test.cpp: unmerged (4b80efe5997db2bc9ba6ebeb63272ac11fd1c133)
  36. fatal: git-write-tree: error building trees
  37. Cannot save the current index state
  38. anton@3a08d80997f4:/tpcc/tpcc-course-2020$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement