Advertisement
den4ik2003

Untitled

Feb 21st, 2023
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. Hi, root!
  2. Command running: ['validate'], cwd: /course/tasks/mutex/deadlock
  3. Time: 2023-02-21 12:40:35
  4. Platform: Linux-5.4.0-26-generic-x86_64-with-glibc2.29
  5. C++ compiler: /usr/bin/clang++-14 (Ubuntu clang version 14.0.6)
  6. Python: 3.8.10, CPython, /usr/bin/python3
  7. Repository root directory: /course
  8. Git commit: 636ed83a3c1585a5b42a4752bfcb05e55c965c7d
  9. Clang-tidy libs path: /tmp/clippy-build/Debug/_deps, include dirs: ['wheels-src', 'sure-src', 'twist-src', 'tinyfibers-src', 'fmt-src/include', 'function2-src/include', 'asio-src/asio/include']
  10. Checking ['sims'] with clang-tidy (/usr/bin/clang-tidy-14)
  11. 1961 warnings generated.
  12. 4057 warnings generated.
  13. Checking ['sims'] with clang-format (/usr/bin/clang-format-14)
  14. Censoring...
  15. Done
  16. --------------------------------------------------------------------------------
  17. Hello, root!
  18. Command running: ['test'], cwd: /course/tasks/mutex/deadlock
  19. Time: 2023-02-21 12:40:41
  20. Platform: Linux-5.4.0-26-generic-x86_64-with-glibc2.29
  21. C++ compiler: /usr/bin/clang++-14 (Ubuntu clang version 14.0.6)
  22. Python: 3.8.10, CPython, /usr/bin/python3
  23. Repository root directory: /course
  24. Git commit: 636ed83a3c1585a5b42a4752bfcb05e55c965c7d
  25. Test targets ['tests'] in profile Debug
  26. make output:
  27. [ 34%] Built target wheels
  28. [ 43%] Built target sure
  29. [ 43%] Built target fmt
  30. [ 47%] Building CXX object _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/rt/fiber.cpp.o
  31. [ 47%] Building CXX object _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/rt/parking_lot.cpp.o
  32. [ 47%] Building CXX object _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/rt/run.cpp.o
  33. [ 47%] Building CXX object _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/rt/scheduler.cpp.o
  34. /tmp/clippy-build/Debug/_deps/tinyfibers-src/tf/rt/scheduler.cpp:109:21: error: no member named 'NonEmpty' in 'wheels::IntrusiveList<tf::rt::Fiber>'
  35. while (run_queue_.NonEmpty() && fuel-- > 0) {
  36. ~~~~~~~~~~ ^
  37. 1 error generated.
  38. make[3]: *** [_deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/build.make:118: _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/rt/scheduler.cpp.o] Error 1
  39. make[2]: *** [CMakeFiles/Makefile2:1422: _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/all] Error 2
  40. make[1]: *** [CMakeFiles/Makefile2:1596: tasks/mutex/deadlock/CMakeFiles/task_mutex_deadlock_tests.dir/rule] Error 2
  41. make: *** [Makefile:299: task_mutex_deadlock_tests] Error 2
  42. Command ['make', 'task_mutex_deadlock_tests'] returned non-zero exit code: 2
  43. Command ['/course/client/client.py', 'test'] returned non-zero exit code: 1
  44. Cleaning up file based variables
  45. ERROR: Job failed: exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement