Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. ksur@11acdc52a906:/tpcc/tpcc-course-2020/tasks/0-intro/echo$ tpcc push
  2. --------------------------------------------------------------------------------
  3. Hello, ksur!
  4.  
  5. Command running: ['push'], cwd: /tpcc/tpcc-course-2020/tasks/0-intro/echo
  6. Platform: Linux-5.3.0-42-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: c7d964a77a5fe50d973214e38efddf467bf08f3f
  11.  
  12. Moving to repo /tpcc/822-dmitry-surnin-u-d1masi1k
  13. Running git: ['checkout', '0-intro/echo']
  14. Running git: ['push', 'origin', '0-intro/echo']
  15. error: src refspec 0-intro/echo does not match any.
  16. error: failed to push some refs to 'https://gitlab.com/mipt-tpcc-course-2020/822-dmitry-surnin-u-d1masi1k'
  17.  
  18. Command '['git', 'push', 'origin', '0-intro/echo']' returned non-zero exit status 1.
  19. Traceback (most recent call last):
  20. File "/tpcc/tpcc-course-2020/client/client.py", line 323, in main
  21. args.cmd(args)
  22. File "/tpcc/tpcc-course-2020/client/client.py", line 192, in push_command
  23. client.push_commits(current_task)
  24. File "/tpcc/tpcc-course-2020/client/tpcc/course.py", line 334, in push_commits
  25. self.solutions.push(task)
  26. File "/tpcc/tpcc-course-2020/client/tpcc/solutions.py", line 247, in push
  27. self._git(["push", "origin", task_branch], cwd=self.repo_dir)
  28. File "/tpcc/tpcc-course-2020/client/tpcc/solutions.py", line 151, in _git
  29. subprocess.check_call(["git"] + cmd, **kwargs)
  30. File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
  31. raise CalledProcessError(retcode, cmd)
  32. subprocess.CalledProcessError: Command '['git', 'push', 'origin', '0-intro/echo']' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement