Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Hi, root!
- Command running: ['validate'], cwd: /course/tasks/mutex/deadlock
- Time: 2023-02-21 12:40:35
- Platform: Linux-5.4.0-26-generic-x86_64-with-glibc2.29
- C++ compiler: /usr/bin/clang++-14 (Ubuntu clang version 14.0.6)
- Python: 3.8.10, CPython, /usr/bin/python3
- Repository root directory: /course
- Git commit: 636ed83a3c1585a5b42a4752bfcb05e55c965c7d
- 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']
- Checking ['sims'] with clang-tidy (/usr/bin/clang-tidy-14)
- 1961 warnings generated.
- 4057 warnings generated.
- Checking ['sims'] with clang-format (/usr/bin/clang-format-14)
- Censoring...
- Done
- --------------------------------------------------------------------------------
- Hello, root!
- Command running: ['test'], cwd: /course/tasks/mutex/deadlock
- Time: 2023-02-21 12:40:41
- Platform: Linux-5.4.0-26-generic-x86_64-with-glibc2.29
- C++ compiler: /usr/bin/clang++-14 (Ubuntu clang version 14.0.6)
- Python: 3.8.10, CPython, /usr/bin/python3
- Repository root directory: /course
- Git commit: 636ed83a3c1585a5b42a4752bfcb05e55c965c7d
- Test targets ['tests'] in profile Debug
- make output:
- [ 34%] Built target wheels
- [ 43%] Built target sure
- [ 43%] Built target fmt
- [ 47%] Building CXX object _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/rt/fiber.cpp.o
- [ 47%] Building CXX object _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/rt/parking_lot.cpp.o
- [ 47%] Building CXX object _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/rt/run.cpp.o
- [ 47%] Building CXX object _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/rt/scheduler.cpp.o
- /tmp/clippy-build/Debug/_deps/tinyfibers-src/tf/rt/scheduler.cpp:109:21: error: no member named 'NonEmpty' in 'wheels::IntrusiveList<tf::rt::Fiber>'
- while (run_queue_.NonEmpty() && fuel-- > 0) {
- ~~~~~~~~~~ ^
- 1 error generated.
- 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
- make[2]: *** [CMakeFiles/Makefile2:1422: _deps/tinyfibers-build/tf/CMakeFiles/tinyfibers.dir/all] Error 2
- make[1]: *** [CMakeFiles/Makefile2:1596: tasks/mutex/deadlock/CMakeFiles/task_mutex_deadlock_tests.dir/rule] Error 2
- make: *** [Makefile:299: task_mutex_deadlock_tests] Error 2
- Command ['make', 'task_mutex_deadlock_tests'] returned non-zero exit code: 2
- Command ['/course/client/client.py', 'test'] returned non-zero exit code: 1
- Cleaning up file based variables
- ERROR: Job failed: exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement