Advertisement
kulakov-yaroslaw

Untitled

Feb 28th, 2020
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. yaroslaw@adb3db42d4c6:/tpcc/tpcc-course-2020/tasks/0-intro/deadlock$ tpcc commit
  2. --------------------------------------------------------------------------------
  3. Good evening, yaroslaw!
  4.  
  5. Command running: ['commit'], cwd: /tpcc/tpcc-course-2020/tasks/0-intro/deadlock
  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. Checking ['test.cpp'] with clang-tidy (/usr/bin/clang-tidy-8)
  13. 22817 warnings generated.
  14. Applying clang-format (/usr/bin/clang-format-8) to ['test.cpp']
  15.  
  16. Moving to repo /tpcc/812-yaroslav-kulakov-u-kulackov-yaroslaw
  17. Running git: ['checkout', 'master']
  18. A 0-intro/deadlock/test.cpp
  19. Switched to branch 'master'
  20. Your branch is up to date with 'origin/master'.
  21. Switching to task branch '0-intro/deadlock'
  22. Running git: ['checkout', '0-intro/deadlock']
  23. A 0-intro/deadlock/test.cpp
  24. Switched to branch '0-intro/deadlock'
  25. Copying solution files: ['test.cpp']
  26. Adding solution files to index
  27. Running git: ['add', 'test.cpp']
  28.  
  29. [Errno 2] No such file or directory: '/tpcc/tpcc-course-2020/.grade.gitlab-ci.yml'
  30. Traceback (most recent call last):
  31. File "/tpcc/tpcc-course-2020/client/client.py", line 324, in main
  32. args.cmd(args)
  33. File "/tpcc/tpcc-course-2020/client/client.py", line 179, in commit_command
  34. client.commit(current_task, message=args.message, bump=args.bump)
  35. File "/tpcc/tpcc-course-2020/client/tpcc/course.py", line 324, in commit
  36. self.solutions.commit(task, message, bump)
  37. File "/tpcc/tpcc-course-2020/client/tpcc/solutions.py", line 221, in commit
  38. ".gitlab-ci.yml"))
  39. File "/usr/lib/python3.6/shutil.py", line 245, in copy
  40. copyfile(src, dst, follow_symlinks=follow_symlinks)
  41. File "/usr/lib/python3.6/shutil.py", line 120, in copyfile
  42. with open(src, 'rb') as fsrc:
  43. FileNotFoundError: [Errno 2] No such file or directory: '/tpcc/tpcc-course-2020/.grade.gitlab-ci.yml'
  44. yaroslaw@adb3db42d4c6:/tpcc/tpcc-course-2020/tasks/0-intro/deadlock$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement