Test output: teeks99-06-dc15-2b-64onaarch64 - python - polymorphism2_auto_ptr / clang-linux-15~c++2b
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Thu, 21 Nov 2024 00:15:43 +0000
Compile [2024-11-22 00:26:49 UTC]: succeed

"clang++-15"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++2b -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=arm64-pc-linux  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_PYTHON_NO_LIB   -I".." -I"/mnt/fs1/teeks99-06/run/boost_root/libs/assert/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/bind/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/container/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/container_hash/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/conversion/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/core/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/describe/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/detail/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/function/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/function_types/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/fusion/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/integer/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/intrusive/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/iterator/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/lexical_cast/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/move/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/mp11/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/optional/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/python/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/smart_ptr/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/throw_exception/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/tuple/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/type_traits/include" -I"/usr/include/python2.7"  -c -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/polymorphism2_auto_ptr.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/polymorphism2_auto_ptr.o" "../libs/python/test/polymorphism2_auto_ptr.cpp"

In file included from ../libs/python/test/polymorphism2_auto_ptr.cpp:6:
../libs/python/test/polymorphism2.cpp:100:13: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
            return D::f();
            ^
../libs/python/test/polymorphism2.cpp:93:9: note: previous statement is here
        if (override f = this->get_override("f"))
        ^
../libs/python/test/polymorphism2.cpp:140:22: warning: 'auto_ptr<A>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    class_<ACallback HELD_PTR(A),boost::noncopyable>("A")
                     ^
../libs/python/test/polymorphism2.cpp:19:29: note: expanded from macro 'HELD_PTR'
# define HELD_PTR(X) , std::auto_ptr< X >
                            ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<A>' has been explicitly marked deprecated here
    } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr");
      ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/aarch64-linux-gnu/c++/11/bits/c++config.h:102:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
# define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
                                            ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/aarch64-linux-gnu/c++/11/bits/c++config.h:94:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
  __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
                  ^
In file included from ../libs/python/test/polymorphism2_auto_ptr.cpp:6:
../libs/python/test/polymorphism2.cpp:146:14: warning: 'auto_ptr<C>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    class_<C HELD_PTR(C),bases<A>,boost::noncopyable>("C")
             ^
../libs/python/test/polymorphism2.cpp:19:29: note: expanded from macro 'HELD_PTR'
# define HELD_PTR(X) , std::auto_ptr< X >
                            ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<C>' has been explicitly marked deprecated here
    } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr");
      ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/aarch64-linux-gnu/c++/11/bits/c++config.h:102:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
# define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
                                            ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/aarch64-linux-gnu/c++/11/bits/c++config.h:94:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
  __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
                  ^
In file included from ../libs/python/test/polymorphism2_auto_ptr.cpp:6:
../libs/python/test/polymorphism2.cpp:150:22: warning: 'auto_ptr<D>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    class_<DCallback HELD_PTR(D),bases<A>,boost::noncopyable>("D")
                     ^
../libs/python/test/polymorphism2.cpp:19:29: note: expanded from macro 'HELD_PTR'
# define HELD_PTR(X) , std::auto_ptr< X >
                            ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<D>' has been explicitly marked deprecated here
    } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr");
      ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/aarch64-linux-gnu/c++/11/bits/c++config.h:102:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
# define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
                                            ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/aarch64-linux-gnu/c++/11/bits/c++config.h:94:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
  __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
                  ^
In file included from ../libs/python/test/polymorphism2_auto_ptr.cpp:6:
../libs/python/test/polymorphism2.cpp:167:14: warning: 'auto_ptr<Q>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
    class_<Q HELD_PTR(Q), bases<P> >("Q")
             ^
../libs/python/test/polymorphism2.cpp:19:29: note: expanded from macro 'HELD_PTR'
# define HELD_PTR(X) , std::auto_ptr< X >
                            ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/c++/11/backward/auto_ptr.h:287:7: note: 'auto_ptr<Q>' has been explicitly marked deprecated here
    } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr");
      ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/aarch64-linux-gnu/c++/11/bits/c++config.h:102:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
# define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
                                            ^
/usr/bin/../lib/gcc/aarch64-linux-gnu/11/../../../../include/aarch64-linux-gnu/c++/11/bits/c++config.h:94:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
  __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
                  ^
5 warnings generated.
            
Link [2024-11-22 00:26:49 UTC]: succeed

"clang++-15"    -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/polymorphism2_auto_ptr.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/polymorphism2_auto_ptr_ext.so" -Wl,-soname -Wl,"polymorphism2_auto_ptr_ext.so" -shared -Wl,--start-group "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/polymorphism2_auto_ptr.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/polymorphism2_auto_ptr.o" "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/build/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/libboost_python27.so.1.87.0" "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/container/build/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/threading-multi/visibility-hidden/libboost_container.so.1.87.0"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -ldl -lpthread -Wl,--end-group -fPIC -pthread -fvisibility=hidden -fvisibility-inlines-hidden -m64 --target=arm64-pc-linux 

            
Run [2024-11-22 00:26:49 UTC]: fail

Traceback (most recent call last):
  File "../libs/python/test/polymorphism2_auto_ptr.py", line 4, in <module>
    import polymorphism2
  File "/mnt/fs1/teeks99-06/run/boost_root/libs/python/test/polymorphism2.py", line 93, in <module>
    from polymorphism2_auto_ptr_ext import *
ImportError: /mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/build/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/libboost_python27.so.1.87.0: undefined symbol: PyUnicodeUCS4_FromEncodedObject

EXIT STATUS: 1