|
| 1 | +-- The C compiler identification is GNU 12.2.0 |
| 2 | +-- The CXX compiler identification is GNU 12.2.0 |
| 3 | +-- Detecting C compiler ABI info |
| 4 | +-- Detecting C compiler ABI info - done |
| 5 | +-- Check for working C compiler: /usr/bin/cc - skipped |
| 6 | +-- Detecting C compile features |
| 7 | +-- Detecting C compile features - done |
| 8 | +-- Detecting CXX compiler ABI info |
| 9 | +-- Detecting CXX compiler ABI info - done |
| 10 | +-- Check for working CXX compiler: /usr/bin/c++ - skipped |
| 11 | +-- Detecting CXX compile features |
| 12 | +-- Detecting CXX compile features - done |
| 13 | +-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.11.so (found version "3.11.4") |
| 14 | +-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0") found components: python |
| 15 | +-- Configuring done |
| 16 | +-- Generating done |
| 17 | +-- Build files have been written to: /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build |
| 18 | +/usr/bin/cmake -S/usr/local/google/home/rwgk/clone/stuff/test_with_boost_python -B/usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build --check-build-system CMakeFiles/Makefile.cmake 0 |
| 19 | +/usr/bin/cmake -E cmake_progress_start /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build/CMakeFiles /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build//CMakeFiles/progress.marks |
| 20 | +make -f CMakeFiles/Makefile2 all |
| 21 | +make[1]: Entering directory '/usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build' |
| 22 | +make -f CMakeFiles/test_python_multiple_inheritance.dir/build.make CMakeFiles/test_python_multiple_inheritance.dir/depend |
| 23 | +make[2]: Entering directory '/usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build' |
| 24 | +cd /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build/CMakeFiles/test_python_multiple_inheritance.dir/DependInfo.cmake --color= |
| 25 | +make[2]: Leaving directory '/usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build' |
| 26 | +make -f CMakeFiles/test_python_multiple_inheritance.dir/build.make CMakeFiles/test_python_multiple_inheritance.dir/build |
| 27 | +make[2]: Entering directory '/usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build' |
| 28 | +[ 50%] Building CXX object CMakeFiles/test_python_multiple_inheritance.dir/test_python_multiple_inheritance.cpp.o |
| 29 | +/usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_PYTHON_DYN_LINK -Dtest_python_multiple_inheritance_EXPORTS -I/usr/include/python3.11 -fPIC -MD -MT CMakeFiles/test_python_multiple_inheritance.dir/test_python_multiple_inheritance.cpp.o -MF CMakeFiles/test_python_multiple_inheritance.dir/test_python_multiple_inheritance.cpp.o.d -o CMakeFiles/test_python_multiple_inheritance.dir/test_python_multiple_inheritance.cpp.o -c /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/test_python_multiple_inheritance.cpp |
| 30 | +[100%] Linking CXX shared module test_python_multiple_inheritance.so |
| 31 | +/usr/bin/cmake -E cmake_link_script CMakeFiles/test_python_multiple_inheritance.dir/link.txt --verbose=1 |
| 32 | +/usr/bin/c++ -fPIC -shared -o test_python_multiple_inheritance.so CMakeFiles/test_python_multiple_inheritance.dir/test_python_multiple_inheritance.cpp.o /usr/lib/x86_64-linux-gnu/libboost_python311.so.1.74.0 /usr/lib/x86_64-linux-gnu/libpython3.11.so |
| 33 | +make[2]: Leaving directory '/usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build' |
| 34 | +[100%] Built target test_python_multiple_inheritance |
| 35 | +make[1]: Leaving directory '/usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build' |
| 36 | +/usr/bin/cmake -E cmake_progress_start /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python/build/CMakeFiles 0 |
| 37 | +============================= test session starts ============================== |
| 38 | +platform linux -- Python 3.11.4, pytest-7.2.1, pluggy-1.0.0+repack -- /usr/bin/python3 |
| 39 | +cachedir: .pytest_cache |
| 40 | +rootdir: /usr/local/google/home/rwgk/clone/stuff/test_with_boost_python |
| 41 | +plugins: xdist-3.3.1 |
| 42 | +collecting ... collected 2 items |
| 43 | + |
| 44 | +test_python_multiple_inheritance.py::test_PC PASSED [ 50%] |
| 45 | +test_python_multiple_inheritance.py::test_PPCCInit PASSED [100%] |
| 46 | + |
| 47 | +============================== 2 passed in 0.02s =============================== |
0 commit comments