In file included from /usr/include/c++/10/list:63, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.h:32, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.cpp:30: /usr/include/c++/10/bits/stl_list.h: In member function ‘void std::__cxx11::list<_Tp, _Alloc>::push_back(std::__cxx11::list<_Tp, _Alloc>::value_type&&) [with _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1217:24: note: parameter passing for argument of type ‘std::_List_iterator’ changed in GCC 7.1 1217 | { this->_M_insert(end(), std::move(__x)); } | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/10/bits/stl_list.h: In member function ‘void std::__cxx11::list<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1212:24: note: parameter passing for argument of type ‘std::_List_iterator’ changed in GCC 7.1 1212 | { this->_M_insert(end(), __x); } | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/c++/10/list:64, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.h:32, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.cpp:30: /usr/include/c++/10/bits/list.tcc: In member function ‘std::__cxx11::list<_Tp, _Alloc>& std::__cxx11::list<_Tp, _Alloc>::operator=(const std::__cxx11::list<_Tp, _Alloc>&) [with _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/list.tcc:286:22: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 286 | _M_assign_dispatch(__x.begin(), __x.end(), __false_type()); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/10/list:63, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.h:32, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.cpp:30: /usr/include/c++/10/bits/stl_list.h: In member function ‘void std::__cxx11::list<_Tp, _Alloc>::_M_insert(std::__cxx11::list<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {Point}; _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1909:8: note: parameter passing for argument of type ‘std::__cxx11::list::iterator’ changed in GCC 7.1 1909 | _M_insert(iterator __position, _Args&&... __args) | ^~~~~~~~~ /usr/include/c++/10/bits/stl_list.h: In member function ‘void std::__cxx11::list<_Tp, _Alloc>::_M_insert(std::__cxx11::list<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const Point&}; _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1909:8: note: parameter passing for argument of type ‘std::__cxx11::list::iterator’ changed in GCC 7.1 In file included from /usr/include/c++/10/list:64, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.h:32, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.cpp:30: /usr/include/c++/10/bits/list.tcc: In member function ‘void std::__cxx11::list<_Tp, _Alloc>::_M_assign_dispatch(_InputIterator, _InputIterator, std::__false_type) [with _InputIterator = std::_List_const_iterator; _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/list.tcc:308:7: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 308 | list<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~ /usr/include/c++/10/bits/list.tcc:308:7: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 /usr/include/c++/10/bits/list.tcc:318:16: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 318 | erase(__first1, __last1); | ~~~~~^~~~~~~~~~~~~~~~~~~ /usr/include/c++/10/bits/list.tcc:320:17: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 320 | insert(__last1, __first2, __last2); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/10/bits/list.tcc:320:17: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 In file included from /usr/include/c++/10/list:63, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.h:32, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.cpp:30: /usr/include/c++/10/bits/stl_list.h: In member function ‘void std::__cxx11::list<_Tp, _Alloc>::_M_initialize_dispatch(_InputIterator, _InputIterator, std::__false_type) [with _InputIterator = std::_List_const_iterator; _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1835:2: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 1835 | _M_initialize_dispatch(_InputIterator __first, _InputIterator __last, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/10/bits/stl_list.h:1835:2: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 /usr/include/c++/10/bits/stl_list.h: In member function ‘std::__cxx11::list<_Tp, _Alloc>::iterator std::__cxx11::list<_Tp, _Alloc>::erase(std::__cxx11::list<_Tp, _Alloc>::const_iterator, std::__cxx11::list<_Tp, _Alloc>::const_iterator) [with _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1456:7: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 1456 | erase(const_iterator __first, const_iterator __last) noexcept | ^~~~~ /usr/include/c++/10/bits/stl_list.h:1456:7: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 /usr/include/c++/10/bits/stl_list.h:1462:19: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 1462 | __first = erase(__first); | ~~~~~^~~~~~~~~ In file included from /usr/include/c++/10/list:64, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.h:32, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.cpp:30: /usr/include/c++/10/bits/list.tcc: In member function ‘std::__cxx11::list<_Tp, _Alloc>::iterator std::__cxx11::list<_Tp, _Alloc>::insert(std::__cxx11::list<_Tp, _Alloc>::const_iterator, _InputIterator, _InputIterator) [with _InputIterator = std::_List_const_iterator; = void; _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/list.tcc:133:7: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 133 | list<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~ /usr/include/c++/10/bits/list.tcc:133:7: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 /usr/include/c++/10/bits/list.tcc:133:7: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 /usr/include/c++/10/bits/list.tcc:137:7: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 137 | list __tmp(__first, __last, get_allocator()); | ^~~~~ /usr/include/c++/10/bits/list.tcc:141:12: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 141 | splice(__position, __tmp); | ~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/10/list:63, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.h:32, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.cpp:30: /usr/include/c++/10/bits/stl_list.h: In member function ‘std::__cxx11::list<_Tp, _Alloc>::reference std::__cxx11::list<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {const Point&}; _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1227:19: note: parameter passing for argument of type ‘std::_List_iterator’ changed in GCC 7.1 1227 | this->_M_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/10/list:64, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.h:32, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.cpp:30: /usr/include/c++/10/bits/list.tcc: In member function ‘std::__cxx11::list<_Tp, _Alloc>::iterator std::__cxx11::list<_Tp, _Alloc>::erase(std::__cxx11::list<_Tp, _Alloc>::const_iterator) [with _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/list.tcc:150:5: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 150 | list<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~ /usr/include/c++/10/bits/list.tcc:158:15: note: parameter passing for argument of type ‘std::_List_iterator’ changed in GCC 7.1 158 | _M_erase(__position._M_const_cast()); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/10/list:63, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.h:32, from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/polygon.cpp:30: /usr/include/c++/10/bits/stl_list.h: In constructor ‘std::__cxx11::list<_Tp, _Alloc>::list(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = std::_List_const_iterator; = void; _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:803:2: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 803 | list(_InputIterator __first, _InputIterator __last, | ^~~~ /usr/include/c++/10/bits/stl_list.h:803:2: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 /usr/include/c++/10/bits/stl_list.h:806:26: note: parameter passing for argument of type ‘std::_List_const_iterator’ changed in GCC 7.1 806 | { _M_initialize_dispatch(__first, __last, __false_type()); } | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/10/bits/stl_list.h: In member function ‘void std::__cxx11::list<_Tp, _Alloc>::splice(std::__cxx11::list<_Tp, _Alloc>::const_iterator, std::__cxx11::list<_Tp, _Alloc>&) [with _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1537:7: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 1537 | splice(const_iterator __position, list& __x) noexcept | ^~~~~~ /usr/include/c++/10/bits/stl_list.h:1538:15: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 1538 | { splice(__position, std::move(__x)); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/10/bits/stl_list.h: In member function ‘void std::__cxx11::list<_Tp, _Alloc>::_M_erase(std::__cxx11::list<_Tp, _Alloc>::iterator) [with _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1919:7: note: parameter passing for argument of type ‘std::__cxx11::list::iterator’ changed in GCC 7.1 1919 | _M_erase(iterator __position) _GLIBCXX_NOEXCEPT | ^~~~~~~~ /usr/include/c++/10/bits/stl_list.h: In member function ‘void std::__cxx11::list<_Tp, _Alloc>::splice(std::__cxx11::list<_Tp, _Alloc>::const_iterator, std::__cxx11::list<_Tp, _Alloc>&&) [with _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1518:7: note: parameter passing for argument of type ‘std::__cxx11::list::const_iterator’ changed in GCC 7.1 1518 | splice(const_iterator __position, list&& __x) noexcept | ^~~~~~ /usr/include/c++/10/bits/stl_list.h:1527:23: note: parameter passing for argument of type ‘std::_List_iterator’ changed in GCC 7.1 1527 | this->_M_transfer(__position._M_const_cast(), | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1528 | __x.begin(), __x.end()); | ~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/10/bits/stl_list.h:1527:23: note: parameter passing for argument of type ‘std::_List_iterator’ changed in GCC 7.1 /usr/include/c++/10/bits/stl_list.h: In member function ‘void std::__cxx11::list<_Tp, _Alloc>::_M_transfer(std::__cxx11::list<_Tp, _Alloc>::iterator, std::__cxx11::list<_Tp, _Alloc>::iterator, std::__cxx11::list<_Tp, _Alloc>::iterator) [with _Tp = Point; _Alloc = std::allocator]’: /usr/include/c++/10/bits/stl_list.h:1894:7: note: parameter passing for argument of type ‘std::__cxx11::list::iterator’ changed in GCC 7.1 1894 | _M_transfer(iterator __position, iterator __first, iterator __last) | ^~~~~~~~~~~ /usr/include/c++/10/bits/stl_list.h:1894:7: note: parameter passing for argument of type ‘std::__cxx11::list::iterator’ changed in GCC 7.1 /usr/include/c++/10/bits/stl_list.h:1894:7: note: parameter passing for argument of type ‘std::__cxx11::list::iterator’ changed in GCC 7.1 [260/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/simplefile.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/simplefile.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/simplefile.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/simplefile.cpp [261/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/renaming.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/renaming.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/renaming.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/renaming.cpp [262/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/sometime.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/sometime.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/sometime.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/sometime.cpp [263/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/size.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/size.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/size.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/size.cpp [264/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/typesystypedef.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/typesystypedef.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/typesystypedef.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/typesystypedef.cpp [265/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/samplenamespace.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/samplenamespace.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/samplenamespace.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/samplenamespace.cpp [266/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/transform.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/transform.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/transform.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/transform.cpp [267/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/str.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/str.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/str.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/str.cpp [268/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/templateptr.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/templateptr.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/templateptr.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/templateptr.cpp [269/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/filter.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/filter.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/filter.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/filter.cpp [270/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/virtualmethods.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/virtualmethods.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/virtualmethods.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/virtualmethods.cpp [271/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/strlist.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/strlist.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/strlist.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/strlist.cpp [272/455] : && /usr/bin/c++ -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g ApiExtractor/tests/CMakeFiles/testreverseoperators.dir/testreverseoperators_autogen/mocs_compilation.cpp.o ApiExtractor/tests/CMakeFiles/testreverseoperators.dir/testreverseoperators.cpp.o -o ApiExtractor/tests/testreverseoperators -Wl,-rpath,/opt/Qt/6.2.4-armv7l/lib:/usr/local/clang_14.0.6/lib tests/libapiextractor.a /opt/Qt/6.2.4-armv7l/lib/libQt6Test.so.6.2.4 /usr/local/clang_14.0.6/lib/libclang.so.14.0.6 /opt/Qt/6.2.4-armv7l/lib/libQt6Core.so.6.2.4 -pthread -latomic && : [273/455] /usr/bin/c++ -DLIBSAMPLE_BUILD -Dlibsample_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsample/CMakeFiles/libsample.dir/expression.cpp.o -MF tests/libsample/CMakeFiles/libsample.dir/expression.cpp.o.d -o tests/libsample/CMakeFiles/libsample.dir/expression.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/expression.cpp [274/455] /usr/bin/c++ -DLIBOTHER_BUILD -Dlibother_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libother -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsmart -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libother/CMakeFiles/libother.dir/othertypesystypedef.cpp.o -MF tests/libother/CMakeFiles/libother.dir/othertypesystypedef.cpp.o.d -o tests/libother/CMakeFiles/libother.dir/othertypesystypedef.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libother/othertypesystypedef.cpp [275/455] /usr/bin/c++ -DLIBOTHER_BUILD -Dlibother_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libother -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsmart -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libother/CMakeFiles/libother.dir/otherderived.cpp.o -MF tests/libother/CMakeFiles/libother.dir/otherderived.cpp.o.d -o tests/libother/CMakeFiles/libother.dir/otherderived.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libother/otherderived.cpp [276/455] /usr/bin/c++ -DLIBOTHER_BUILD -Dlibother_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libother -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsmart -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libother/CMakeFiles/libother.dir/otherobjecttype.cpp.o -MF tests/libother/CMakeFiles/libother.dir/otherobjecttype.cpp.o.d -o tests/libother/CMakeFiles/libother.dir/otherobjecttype.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libother/otherobjecttype.cpp [277/455] /usr/bin/c++ -DLIBOTHER_BUILD -Dlibother_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libother -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsmart -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libother/CMakeFiles/libother.dir/othermultiplederived.cpp.o -MF tests/libother/CMakeFiles/libother.dir/othermultiplederived.cpp.o.d -o tests/libother/CMakeFiles/libother.dir/othermultiplederived.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libother/othermultiplederived.cpp [278/455] /usr/bin/c++ -DLIBOTHER_BUILD -Dlibother_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libother -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsmart -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libother/CMakeFiles/libother.dir/number.cpp.o -MF tests/libother/CMakeFiles/libother.dir/number.cpp.o.d -o tests/libother/CMakeFiles/libother.dir/number.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libother/number.cpp [279/455] /usr/bin/c++ -DLIBOTHER_BUILD -Dlibother_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libother -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsmart -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libother/CMakeFiles/libother.dir/smartptrtester.cpp.o -MF tests/libother/CMakeFiles/libother.dir/smartptrtester.cpp.o.d -o tests/libother/CMakeFiles/libother.dir/smartptrtester.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libother/smartptrtester.cpp [280/455] : && /usr/bin/c++ -fPIC -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -shared -Wl,-soname,libsample.so -o tests/libsample/libsample.so tests/libsample/CMakeFiles/libsample.dir/abstract.cpp.o tests/libsample/CMakeFiles/libsample.dir/blackbox.cpp.o tests/libsample/CMakeFiles/libsample.dir/bytearray.cpp.o tests/libsample/CMakeFiles/libsample.dir/bucket.cpp.o tests/libsample/CMakeFiles/libsample.dir/collector.cpp.o tests/libsample/CMakeFiles/libsample.dir/complex.cpp.o tests/libsample/CMakeFiles/libsample.dir/ctparam.cpp.o tests/libsample/CMakeFiles/libsample.dir/onlycopy.cpp.o tests/libsample/CMakeFiles/libsample.dir/derived.cpp.o tests/libsample/CMakeFiles/libsample.dir/derivedusingct.cpp.o tests/libsample/CMakeFiles/libsample.dir/echo.cpp.o tests/libsample/CMakeFiles/libsample.dir/exceptiontest.cpp.o tests/libsample/CMakeFiles/libsample.dir/functions.cpp.o tests/libsample/CMakeFiles/libsample.dir/handle.cpp.o tests/libsample/CMakeFiles/libsample.dir/implicitconv.cpp.o tests/libsample/CMakeFiles/libsample.dir/intwrapper.cpp.o tests/libsample/CMakeFiles/libsample.dir/injectcode.cpp.o tests/libsample/CMakeFiles/libsample.dir/listuser.cpp.o tests/libsample/CMakeFiles/libsample.dir/modifications.cpp.o tests/libsample/CMakeFiles/libsample.dir/mapuser.cpp.o tests/libsample/CMakeFiles/libsample.dir/modified_constructor.cpp.o tests/libsample/CMakeFiles/libsample.dir/multiple_derived.cpp.o tests/libsample/CMakeFiles/libsample.dir/oddbool.cpp.o tests/libsample/CMakeFiles/libsample.dir/objectmodel.cpp.o tests/libsample/CMakeFiles/libsample.dir/objecttype.cpp.o tests/libsample/CMakeFiles/libsample.dir/objecttypeholder.cpp.o tests/libsample/CMakeFiles/libsample.dir/objecttypelayout.cpp.o tests/libsample/CMakeFiles/libsample.dir/objecttypeoperators.cpp.o tests/libsample/CMakeFiles/libsample.dir/objectview.cpp.o tests/libsample/CMakeFiles/libsample.dir/overload.cpp.o tests/libsample/CMakeFiles/libsample.dir/overloadsort.cpp.o tests/libsample/CMakeFiles/libsample.dir/pairuser.cpp.o tests/libsample/CMakeFiles/libsample.dir/pen.cpp.o tests/libsample/CMakeFiles/libsample.dir/photon.cpp.o tests/libsample/CMakeFiles/libsample.dir/point.cpp.o tests/libsample/CMakeFiles/libsample.dir/pointf.cpp.o tests/libsample/CMakeFiles/libsample.dir/polygon.cpp.o tests/libsample/CMakeFiles/libsample.dir/protected.cpp.o tests/libsample/CMakeFiles/libsample.dir/reference.cpp.o tests/libsample/CMakeFiles/libsample.dir/renaming.cpp.o tests/libsample/CMakeFiles/libsample.dir/sample.cpp.o tests/libsample/CMakeFiles/libsample.dir/samplenamespace.cpp.o tests/libsample/CMakeFiles/libsample.dir/sbkdate.cpp.o tests/libsample/CMakeFiles/libsample.dir/simplefile.cpp.o tests/libsample/CMakeFiles/libsample.dir/size.cpp.o tests/libsample/CMakeFiles/libsample.dir/snakecasetest.cpp.o tests/libsample/CMakeFiles/libsample.dir/sometime.cpp.o tests/libsample/CMakeFiles/libsample.dir/str.cpp.o tests/libsample/CMakeFiles/libsample.dir/strlist.cpp.o tests/libsample/CMakeFiles/libsample.dir/templateptr.cpp.o tests/libsample/CMakeFiles/libsample.dir/transform.cpp.o tests/libsample/CMakeFiles/libsample.dir/typesystypedef.cpp.o tests/libsample/CMakeFiles/libsample.dir/virtualmethods.cpp.o tests/libsample/CMakeFiles/libsample.dir/expression.cpp.o tests/libsample/CMakeFiles/libsample.dir/filter.cpp.o && : [281/455] cd /home/pilab/pyside-setup/sources/shiboken6/tests/minimalbinding && /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/generator/shiboken6 --project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/minimalbinding/minimal-binding.txt FAILED: tests/minimalbinding/mjb_rejected_classes.log tests/minimalbinding/minimal/minimal_module_wrapper.cpp tests/minimalbinding/minimal/obj_wrapper.cpp tests/minimalbinding/minimal/val_wrapper.cpp tests/minimalbinding/minimal/listuser_wrapper.cpp tests/minimalbinding/minimal/minbooluser_wrapper.cpp cd /home/pilab/pyside-setup/sources/shiboken6/tests/minimalbinding && /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/generator/shiboken6 --project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/minimalbinding/minimal-binding.txt qt.shiboken: (minimal) Unable to locate Clang's built-in include directory (neither by checking the environment variables LLVM_INSTALL_DIR, CLANG_INSTALL_DIR nor running llvm-config). This may lead to parse errors. (minimal) clang_parseTranslationUnit2(0x0, cmd[7]=-fPIC -Wno-constant-logical-operand -x c++ -std=c++17 -I/home/pilab/pyside-setup/sources/shiboken6/tests/libminimal /tmp/global_zzlHNP.hpp) /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal error: 'stddef.h' file not found (minimal) Errors in /tmp/global_zzlHNP.hpp: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal: 'stddef.h' file not found /tmp/global_zzlHNP.hpp:1:10: note: in file included from /tmp/global_zzlHNP.hpp:1: /home/pilab/pyside-setup/sources/shiboken6/tests/minimalbinding/global.h:32:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/minimalbinding/global.h:32: /home/pilab/pyside-setup/sources/shiboken6/tests/libminimal/listuser.h:32:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/libminimal/listuser.h:32: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/list:61:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/list:61: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38: (minimal) Clang: 1 diagnostic messages: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal: 'stddef.h' file not found /tmp/global_zzlHNP.hpp:1:10: note: in file included from /tmp/global_zzlHNP.hpp:1: /home/pilab/pyside-setup/sources/shiboken6/tests/minimalbinding/global.h:32:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/minimalbinding/global.h:32: /home/pilab/pyside-setup/sources/shiboken6/tests/libminimal/listuser.h:32:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/libminimal/listuser.h:32: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/list:61:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/list:61: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38: Keeping temporary file: /tmp/global_zzlHNP.hpp shiboken: Error running ApiExtractor. Command line: "--project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/minimalbinding/minimal-binding.txt" [282/455] cd /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/qtxmltosphinxtest && /usr/bin/cmake -E cmake_autogen /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/qtxmltosphinxtest/CMakeFiles/qtxmltosphinxtest_autogen.dir/AutogenInfo.json Debug && /usr/bin/cmake -E touch /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/qtxmltosphinxtest/qtxmltosphinxtest_autogen/timestamp [283/455] /usr/bin/c++ -DLIBSMART_BUILD -Dlibsmart_EXPORTS -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsmart -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -fPIC -std=gnu++17 -MD -MT tests/libsmart/CMakeFiles/libsmart.dir/smart.cpp.o -MF tests/libsmart/CMakeFiles/libsmart.dir/smart.cpp.o.d -o tests/libsmart/CMakeFiles/libsmart.dir/smart.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/libsmart/smart.cpp [284/455] cd /home/pilab/pyside-setup/sources/shiboken6/tests/smartbinding && /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/generator/shiboken6 --project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/smartbinding/smart-binding.txt FAILED: tests/smartbinding/mjb_rejected_classes.log tests/smartbinding/smart/smart_module_wrapper.cpp tests/smartbinding/smart/obj_wrapper.cpp tests/smartbinding/smart/integer_wrapper.cpp tests/smartbinding/smart/sharedptr_obj_wrapper.cpp tests/smartbinding/smart/sharedptr_integer_wrapper.cpp tests/smartbinding/smart/registry_wrapper.cpp tests/smartbinding/smart/smart_integer2_wrapper.cpp tests/smartbinding/smart/sharedptr_integer2_wrapper.cpp cd /home/pilab/pyside-setup/sources/shiboken6/tests/smartbinding && /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/generator/shiboken6 --project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/smartbinding/smart-binding.txt qt.shiboken: (smart) Unable to locate Clang's built-in include directory (neither by checking the environment variables LLVM_INSTALL_DIR, CLANG_INSTALL_DIR nor running llvm-config). This may lead to parse errors. (smart) clang_parseTranslationUnit2(0x0, cmd[7]=-fPIC -Wno-constant-logical-operand -x c++ -std=c++17 -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsmart /tmp/global_ttPPsY.hpp) /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal error: 'stddef.h' file not found (smart) Errors in /tmp/global_ttPPsY.hpp: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal: 'stddef.h' file not found /tmp/global_ttPPsY.hpp:1:10: note: in file included from /tmp/global_ttPPsY.hpp:1: /home/pilab/pyside-setup/sources/shiboken6/tests/smartbinding/global.h:29:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/smartbinding/global.h:29: /home/pilab/pyside-setup/sources/shiboken6/tests/libsmart/smart.h:32:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/libsmart/smart.h:32: /home/pilab/pyside-setup/sources/shiboken6/tests/libsmart/smart_sharedptr.h:32:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/libsmart/smart_sharedptr.h:32: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/memory:64:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/memory:64: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38: (smart) Clang: 1 diagnostic messages: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal: 'stddef.h' file not found /tmp/global_ttPPsY.hpp:1:10: note: in file included from /tmp/global_ttPPsY.hpp:1: /home/pilab/pyside-setup/sources/shiboken6/tests/smartbinding/global.h:29:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/smartbinding/global.h:29: /home/pilab/pyside-setup/sources/shiboken6/tests/libsmart/smart.h:32:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/libsmart/smart.h:32: /home/pilab/pyside-setup/sources/shiboken6/tests/libsmart/smart_sharedptr.h:32:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/libsmart/smart_sharedptr.h:32: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/memory:64:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/memory:64: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38: Keeping temporary file: /tmp/global_ttPPsY.hpp shiboken: Error running ApiExtractor. Command line: "--project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/smartbinding/smart-binding.txt" [285/455] cd /home/pilab/pyside-setup/sources/shiboken6/tests/samplebinding && /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/generator/shiboken6 --project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/samplebinding/sample-binding.txt FAILED: tests/samplebinding/mjb_rejected_classes.log tests/samplebinding/sample/abstractmodifications_wrapper.cpp tests/samplebinding/sample/abstract_wrapper.cpp tests/samplebinding/sample/arraymodifytest_wrapper.cpp tests/samplebinding/sample/base1_wrapper.cpp tests/samplebinding/sample/base2_wrapper.cpp tests/samplebinding/sample/base3_wrapper.cpp tests/samplebinding/sample/base4_wrapper.cpp tests/samplebinding/sample/base5_wrapper.cpp tests/samplebinding/sample/base6_wrapper.cpp tests/samplebinding/sample/blackbox_wrapper.cpp tests/samplebinding/sample/brush_wrapper.cpp tests/samplebinding/sample/bytearray_wrapper.cpp tests/samplebinding/sample/bucket_wrapper.cpp tests/samplebinding/sample/classwithfunctionpointer_wrapper.cpp tests/samplebinding/sample/collector_wrapper.cpp tests/samplebinding/sample/comparisontester_wrapper.cpp tests/samplebinding/sample/color_wrapper.cpp tests/samplebinding/sample/ctorconvrule_wrapper.cpp tests/samplebinding/sample/customoverloadsequence_wrapper.cpp tests/samplebinding/sample/cvlistuser_wrapper.cpp tests/samplebinding/sample/cvvaluetype_wrapper.cpp tests/samplebinding/sample/sbkdate_wrapper.cpp tests/samplebinding/sample/derived_wrapper.cpp tests/samplebinding/sample/derivedusingct_wrapper.cpp tests/samplebinding/sample/derived_someinnerclass_wrapper.cpp tests/samplebinding/sample/echo_wrapper.cpp tests/samplebinding/sample/event_wrapper.cpp tests/samplebinding/sample/expression_wrapper.cpp tests/samplebinding/sample/exceptiontest_wrapper.cpp tests/samplebinding/sample/friendofonlycopy_wrapper.cpp tests/samplebinding/sample/handleholder_wrapper.cpp tests/samplebinding/sample/implicitconv_wrapper.cpp tests/samplebinding/sample/implicitbase_wrapper.cpp tests/samplebinding/sample/implicittarget_wrapper.cpp tests/samplebinding/sample/intarray2_wrapper.cpp tests/samplebinding/sample/intarray3_wrapper.cpp tests/samplebinding/sample/intlist_wrapper.cpp tests/samplebinding/sample/sortedoverload_wrapper.cpp tests/samplebinding/sample/intwrapper_wrapper.cpp tests/samplebinding/sample/injectcode_wrapper.cpp tests/samplebinding/sample/listuser_wrapper.cpp tests/samplebinding/sample/mapuser_wrapper.cpp tests/samplebinding/sample/mderived1_wrapper.cpp tests/samplebinding/sample/mderived2_wrapper.cpp tests/samplebinding/sample/mderived3_wrapper.cpp tests/samplebinding/sample/mderived4_wrapper.cpp tests/samplebinding/sample/mderived5_wrapper.cpp tests/samplebinding/sample/modelindex_wrapper.cpp tests/samplebinding/sample/modifications_wrapper.cpp tests/samplebinding/sample/modifiedconstructor_wrapper.cpp tests/samplebinding/sample/noimplicitconversion_wrapper.cpp tests/samplebinding/sample/nondefaultctor_wrapper.cpp tests/samplebinding/sample/objectmodel_wrapper.cpp tests/samplebinding/sample/objecttype_wrapper.cpp tests/samplebinding/sample/objecttypebyvalue_wrapper.cpp tests/samplebinding/sample/objecttypeholder_wrapper.cpp tests/samplebinding/sample/objecttypederived_wrapper.cpp tests/samplebinding/sample/objecttypelayout_wrapper.cpp tests/samplebinding/sample/objecttypeptrlist_wrapper.cpp tests/samplebinding/sample/objecttypeoperators_wrapper.cpp tests/samplebinding/sample/objectview_wrapper.cpp tests/samplebinding/sample/objtypereference_wrapper.cpp tests/samplebinding/sample/oddbooluser_wrapper.cpp tests/samplebinding/sample/onlycopy_wrapper.cpp tests/samplebinding/sample/otherbase_wrapper.cpp tests/samplebinding/sample/overload_wrapper.cpp tests/samplebinding/sample/overload2_wrapper.cpp tests/samplebinding/sample/pairuser_wrapper.cpp tests/samplebinding/sample/pen_wrapper.cpp tests/samplebinding/sample/persistentmodelindex_wrapper.cpp tests/samplebinding/sample/photon_wrapper.cpp tests/samplebinding/sample/photon_base_wrapper.cpp tests/samplebinding/sample/photon_valueidentity_wrapper.cpp tests/samplebinding/sample/photon_valueduplicator_wrapper.cpp tests/samplebinding/sample/point_wrapper.cpp tests/samplebinding/sample/pointerholder_wrapper.cpp tests/samplebinding/sample/pointf_wrapper.cpp tests/samplebinding/sample/pointvaluelist_wrapper.cpp tests/samplebinding/sample/polygon_wrapper.cpp tests/samplebinding/sample/primitivestructpointerholder_wrapper.cpp tests/samplebinding/sample/privatector_wrapper.cpp tests/samplebinding/sample/privatedtor_wrapper.cpp tests/samplebinding/sample/protectedenumclass_wrapper.cpp tests/samplebinding/sample/protectednonpolymorphic_wrapper.cpp tests/samplebinding/sample/protectedpolymorphic_wrapper.cpp tests/samplebinding/sample/protectedpolymorphicdaughter_wrapper.cpp tests/samplebinding/sample/protectedpolymorphicgranddaughter_wrapper.cpp tests/samplebinding/sample/protectedproperty_wrapper.cpp tests/samplebinding/sample/protectedvirtualdestructor_wrapper.cpp tests/samplebinding/sample/rect_wrapper.cpp tests/samplebinding/sample/rectf_wrapper.cpp tests/samplebinding/sample/reference_wrapper.cpp tests/samplebinding/sample/referentmodelindex_wrapper.cpp tests/samplebinding/sample/toberenamedvalue_wrapper.cpp tests/samplebinding/sample/removednamespace1_objectoninvisiblenamespace_wrapper.cpp tests/samplebinding/sample/renameduser_wrapper.cpp tests/samplebinding/sample/sample_module_wrapper.cpp tests/samplebinding/sample/sample_wrapper.cpp tests/samplebinding/sample/sample_sample_wrapper.cpp tests/samplebinding/sample/samplenamespace_wrapper.cpp tests/samplebinding/sample/samplenamespace_ctparam_wrapper.cpp tests/samplebinding/sample/samplenamespace_someclass_someinnerclass_okthisisrecursiveenough_wrapper.cpp tests/samplebinding/sample/samplenamespace_someclass_someinnerclass_wrapper.cpp tests/samplebinding/sample/samplenamespace_someclass_someotherinnerclass_wrapper.cpp tests/samplebinding/sample/samplenamespace_someclass_wrapper.cpp tests/samplebinding/sample/samplenamespace_derivedfromnamespace_wrapper.cpp tests/samplebinding/sample/simplefile_wrapper.cpp tests/samplebinding/sample/size_wrapper.cpp tests/samplebinding/sample/sizef_wrapper.cpp tests/samplebinding/sample/snakecasetest_wrapper.cpp tests/samplebinding/sample/snakecasederivedtest_wrapper.cpp tests/samplebinding/sample/sonofmderived1_wrapper.cpp tests/samplebinding/sample/str_wrapper.cpp tests/samplebinding/sample/strlist_wrapper.cpp tests/samplebinding/sample/time_wrapper.cpp tests/samplebinding/sample/templateptr_wrapper.cpp tests/samplebinding/sample/unremovednamespace_wrapper.cpp tests/samplebinding/sample/valuewithunitdoubleinch_wrapper.cpp tests/samplebinding/sample/valuewithunitdoublemillimeter_wrapper.cpp tests/samplebinding/sample/valuewithunituser_wrapper.cpp tests/samplebinding/sample/virtualdaughter_wrapper.cpp tests/samplebinding/sample/virtualdaughter2_wrapper.cpp tests/samplebinding/sample/virtualfinaldaughter_wrapper.cpp tests/samplebinding/sample/virtualdtor_wrapper.cpp tests/samplebinding/sample/virtualmethods_wrapper.cpp tests/samplebinding/sample/voidholder_wrapper.cpp tests/samplebinding/sample/valueandvirtual_wrapper.cpp tests/samplebinding/sample/filter_wrapper.cpp tests/samplebinding/sample/data_wrapper.cpp tests/samplebinding/sample/intersection_wrapper.cpp tests/samplebinding/sample/union_wrapper.cpp cd /home/pilab/pyside-setup/sources/shiboken6/tests/samplebinding && /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/generator/shiboken6 --project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/samplebinding/sample-binding.txt qt.shiboken: (sample) Unable to locate Clang's built-in include directory (neither by checking the environment variables LLVM_INSTALL_DIR, CLANG_INSTALL_DIR nor running llvm-config). This may lead to parse errors. (sample) clang_parseTranslationUnit2(0x0, cmd[7]=-fPIC -Wno-constant-logical-operand -x c++ -std=c++17 -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample /tmp/global_gSuhme.hpp) /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal error: 'stddef.h' file not found (sample) Errors in /tmp/global_gSuhme.hpp: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal: 'stddef.h' file not found /tmp/global_gSuhme.hpp:1:10: note: in file included from /tmp/global_gSuhme.hpp:1: /home/pilab/pyside-setup/sources/shiboken6/tests/samplebinding/global.h:30:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/samplebinding/global.h:30: /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/blackbox.h:33:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/blackbox.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/map:60:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/map:60: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/stl_tree.h:64:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/stl_tree.h:64: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38: (sample) Clang: 1 diagnostic messages: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal: 'stddef.h' file not found /tmp/global_gSuhme.hpp:1:10: note: in file included from /tmp/global_gSuhme.hpp:1: /home/pilab/pyside-setup/sources/shiboken6/tests/samplebinding/global.h:30:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/samplebinding/global.h:30: /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/blackbox.h:33:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/blackbox.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/map:60:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/map:60: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/stl_tree.h:64:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/stl_tree.h:64: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38: Keeping temporary file: /tmp/global_gSuhme.hpp shiboken: Error running ApiExtractor. Command line: "--project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/samplebinding/sample-binding.txt" [286/455] cd /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding && /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/generator/shiboken6 --project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/otherbinding/other-binding.txt FAILED: tests/otherbinding/mjb_rejected_classes.log tests/otherbinding/other/extendsnoimplicitconversion_wrapper.cpp tests/otherbinding/other/number_wrapper.cpp tests/otherbinding/other/otherderived_wrapper.cpp tests/otherbinding/other/othermultiplederived_wrapper.cpp tests/otherbinding/other/otherobjecttype_wrapper.cpp tests/otherbinding/other/othervaluewithunituser_wrapper.cpp tests/otherbinding/other/sharedptr_str_wrapper.cpp tests/otherbinding/other/smartptrtester_wrapper.cpp tests/otherbinding/other/other_module_wrapper.cpp tests/otherbinding/other/valuewithunitintinch_wrapper.cpp tests/otherbinding/other/valuewithunitintmillimeter_wrapper.cpp cd /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding && /home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/generator/shiboken6 --project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/otherbinding/other-binding.txt qt.shiboken: (other) Duplicate type entry: 'SharedPtr' qt.shiboken: (other) /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding/typesystem_other.xml:14:46: Warning: Duplicate type entry: 'SharedPtr'. qt.shiboken: (other) Unable to locate Clang's built-in include directory (neither by checking the environment variables LLVM_INSTALL_DIR, CLANG_INSTALL_DIR nor running llvm-config). This may lead to parse errors. (other) clang_parseTranslationUnit2(0x0, cmd[10]=-fPIC -Wno-constant-logical-operand -x c++ -std=c++17 -I/home/pilab/pyside-setup/sources/shiboken6/tests/libother -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsmart -I/home/pilab/pyside-setup/sources/shiboken6/tests/libsample -I/home/pilab/pyside-setup/sources/shiboken6/tests /tmp/global_vbnPRo.hpp) /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal error: 'stddef.h' file not found (other) Errors in /tmp/global_vbnPRo.hpp: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal: 'stddef.h' file not found /tmp/global_vbnPRo.hpp:1:10: note: in file included from /tmp/global_vbnPRo.hpp:1: /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding/global.h:29:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding/global.h:29: /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding/../samplebinding/global.h:30:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding/../samplebinding/global.h:30: /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/blackbox.h:33:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/blackbox.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/map:60:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/map:60: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/stl_tree.h:64:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/stl_tree.h:64: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38: (other) Clang: 1 diagnostic messages: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/cxxabi_init_exception.h:38:10: fatal: 'stddef.h' file not found /tmp/global_vbnPRo.hpp:1:10: note: in file included from /tmp/global_vbnPRo.hpp:1: /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding/global.h:29:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding/global.h:29: /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding/../samplebinding/global.h:30:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/otherbinding/../samplebinding/global.h:30: /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/blackbox.h:33:10: note: in file included from /home/pilab/pyside-setup/sources/shiboken6/tests/libsample/blackbox.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/map:60:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/map:60: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/stl_tree.h:64:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/stl_tree.h:64: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/allocator.h:46: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/arm-linux-gnueabihf/c++/10/bits/c++allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/ext/new_allocator.h:33: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/new:41: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/exception:147: /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38:10: note: in file included from /../lib/gcc/arm-linux-gnueabihf/10/../../../../include/c++/10/bits/exception_ptr.h:38: Keeping temporary file: /tmp/global_vbnPRo.hpp shiboken: Error running ApiExtractor. Command line: "--project-file=/home/pilab/pyside-setup/build/qfpd-py3.9-qt6.2.4-32bit-debug/build/shiboken6/tests/otherbinding/other-binding.txt" [287/455] /usr/bin/c++ -DQT_CORE_LIB -I/home/pilab/pyside-setup/sources/shiboken6/tests/dumpcodemodel -I/home/pilab/pyside-setup/sources/shiboken6/tests/dumpcodemodel/../../ApiExtractor -isystem /opt/Qt/6.2.4-armv7l/include/QtCore -isystem /opt/Qt/6.2.4-armv7l/include -isystem /opt/Qt/6.2.4-armv7l/mkspecs/linux-g++ -Wall -fvisibility=hidden -Wno-strict-aliasing -D QT_NO_CAST_FROM_ASCII -D QT_NO_CAST_TO_ASCII -g -fPIC -pthread -std=gnu++17 -MD -MT tests/dumpcodemodel/CMakeFiles/dumpcodemodel.dir/main.cpp.o -MF tests/dumpcodemodel/CMakeFiles/dumpcodemodel.dir/main.cpp.o.d -o tests/dumpcodemodel/CMakeFiles/dumpcodemodel.dir/main.cpp.o -c /home/pilab/pyside-setup/sources/shiboken6/tests/dumpcodemodel/main.cpp ninja: build stopped: subcommand failed. Traceback (most recent call last): File "/home/pilab/pyside-setup/setup.py", line 78, in setup_runner.run_setup() File "/home/pilab/pyside-setup/build_scripts/setup_runner.py", line 137, in run_setup self.run_setuptools_setup() File "/home/pilab/pyside-setup/build_scripts/setup_runner.py", line 192, in run_setuptools_setup setup(**kwargs) File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "/usr/lib/python3.9/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/home/pilab/pyside-setup/build_scripts/main.py", line 396, in run self.build_extension(ext) File "/home/pilab/pyside-setup/build_scripts/main.py", line 732, in build_extension raise DistutilsSetupError(f"Error compiling {extension}") setuptools._distutils.errors.DistutilsSetupError: Error compiling shiboken6 Traceback (most recent call last): File "/home/pilab/pyside-setup/setup.py", line 78, in setup_runner.run_setup() File "/home/pilab/pyside-setup/build_scripts/setup_runner.py", line 178, in run_setup raise RuntimeError(msg) RuntimeError: setup.py invocation failed with exit code: 1. setup.py invocation was: /usr/bin/python3 setup.py build --qtpaths=/opt/Qt/6.2.4-armv7l/bin/qtpaths --build-tests --debug --ignore-git --parallel=8 --verbose-build --standalone --internal-build-type=shiboken6 root@pilab:/home/pilab/pyside-setup#