gogagum

tpcc_update

Feb 15th, 2020
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.72 KB | None | 0 0
  1. gogagum@e709c940cc33:/tpcc/tpcc-course-2020$ tpcc update
  2. --------------------------------------------------------------------------------
  3. Hello, gogagum!
  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: 6a12f669ff0a968d72a6f499dd16a55b93d934aa
  11.  
  12. Updating tasks repository
  13.  
  14. From https://gitlab.com/Lipovsky/tpcc-course-2020
  15.  * branch            master     -> FETCH_HEAD
  16. Already up to date.
  17. fatal: not a git repository: /home/gogagum/written_programms/tpcc/tpcc-course-2020/.git/modules/library/twist/modules/third_party/benchmark
  18. Unable to find current revision in submodule path 'library/twist/third_party/benchmark'
  19. Failed to recurse into submodule path 'library/twist'
  20.  
  21. Command '['git', 'submodule', 'update', '--init', '--recursive', 'library/twist']' returned non-zero exit status 1.
  22. Traceback (most recent call last):
  23.   File "/tpcc/tpcc-course-2020/client/client.py", line 324, in main
  24.     args.cmd(args)
  25.   File "/tpcc/tpcc-course-2020/client/client.py", line 96, in update_command
  26.     client.update(args.all)
  27.   File "/tpcc/tpcc-course-2020/client/tpcc/course.py", line 53, in update
  28.     ["git", "submodule", "update", "--init", "--recursive", "library/twist"])
  29.   File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
  30.     raise CalledProcessError(retcode, cmd)
  31. subprocess.CalledProcessError: Command '['git', 'submodule', 'update', '--init', '--recursive', 'library/twist']' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment