Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. alaska@alaska-VirtualBox:~/tpcc/tpcc-course-2019/tasks/2-condvar/semaphore$ tpcc commit
  2. --------------------------------------------------------------------------------
  3. Good evening, alaska!
  4.  
  5. Command running: ['commit'], cwd: /home/alaska/tpcc/tpcc-course-2019/tasks/2-condvar/semaphore
  6. Platform: Linux-4.18.0-16-generic-x86_64-with-Ubuntu-18.04-bionic
  7. C++ compiler: /usr/bin/clang++-6.0 (clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final))
  8. Python: 3.6.7, CPython, /home/alaska/tpcc/tpcc-course-2019/client/venv/bin/python
  9. Repository root directory: /home/alaska/tpcc/tpcc-course-2019
  10. Git current commit: 546ad61428a15e937db7779f8abdb12d341ad002
  11.  
  12. Checking ['semaphore.hpp', 'channel.hpp'] with clang-tidy (/usr/bin/clang-tidy)
  13. 12440 warnings generated.
  14. 26171 warnings generated.
  15. Applying clang-format (/usr/bin/clang-format) to ['semaphore.hpp', 'channel.hpp']
  16.  
  17. Moving to repo /home/alaska/tpcc/798-anna-isaeva-u-alaska666
  18. Running git: ['checkout', 'master']
  19. Уже на «master»
  20. Ваша ветка обновлена в соответствии с «origin/master».
  21. Switching to task branch '2-condvar/semaphore'
  22. Running git: ['checkout', '2-condvar/semaphore']
  23. error: object file .git/objects/46/e1f8b512f9e6dc16607f1e42a7044321f58ccf is empty
  24. error: object file .git/objects/46/e1f8b512f9e6dc16607f1e42a7044321f58ccf is empty
  25. fatal: loose object 46e1f8b512f9e6dc16607f1e42a7044321f58ccf (stored in .git/objects/46/e1f8b512f9e6dc16607f1e42a7044321f58ccf) is corrupt
  26. Running git: ['checkout', '-b', '2-condvar/semaphore']
  27. fatal: Ветка с именем «2-condvar/semaphore» уже существует.
  28.  
  29. Command '['git', 'checkout', '-b', '2-condvar/semaphore']' returned non-zero exit status 128.
  30. Traceback (most recent call last):
  31. File "/home/alaska/tpcc/tpcc-course-2019/client/tpcc/solutions.py", line 167, in _switch_to_or_create_branch
  32. self._git(["checkout", branch], cwd=self.repo_dir)
  33. File "/home/alaska/tpcc/tpcc-course-2019/client/tpcc/solutions.py", line 151, in _git
  34. subprocess.check_call(["git"] + cmd, **kwargs)
  35. File "/usr/lib/python3.6/subprocess.py", line 291, in check_call
  36. raise CalledProcessError(retcode, cmd)
  37. subprocess.CalledProcessError: Command '['git', 'checkout', '2-condvar/semaphore']' returned non-zero exit status 128.
  38.  
  39. During handling of the above exception, another exception occurred:
  40.  
  41. Traceback (most recent call last):
  42. File "/home/alaska/tpcc/tpcc-course-2019/client/client.py", line 324, in main
  43. args.cmd(args)
  44. File "/home/alaska/tpcc/tpcc-course-2019/client/client.py", line 179, in commit_command
  45. client.commit(current_task, message=args.message, bump=args.bump)
  46. File "/home/alaska/tpcc/tpcc-course-2019/client/tpcc/course.py", line 302, in commit
  47. self.solutions.commit(task, message, bump)
  48. File "/home/alaska/tpcc/tpcc-course-2019/client/tpcc/solutions.py", line 193, in commit
  49. self._switch_to_or_create_branch(task_branch)
  50. File "/home/alaska/tpcc/tpcc-course-2019/client/tpcc/solutions.py", line 169, in _switch_to_or_create_branch
  51. self._git(["checkout", "-b", branch], cwd=self.repo_dir)
  52. File "/home/alaska/tpcc/tpcc-course-2019/client/tpcc/solutions.py", line 151, in _git
  53. subprocess.check_call(["git"] + cmd, **kwargs)
  54. File "/usr/lib/python3.6/subprocess.py", line 291, in check_call
  55. raise CalledProcessError(retcode, cmd)
  56. subprocess.CalledProcessError: Command '['git', 'checkout', '-b', '2-condvar/semaphore']' returned non-zero exit status 128.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement