Test output: teeks99-06-mg11-20-64onaarch64 - python - opaque / gcc-11~c++20
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Wed, 20 Nov 2024 01:49:27 +0000
Compile [2024-11-21 00:04:34 UTC]: succeed

"g++-11"   -fvisibility-inlines-hidden -std=c++20 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -Wextra -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/conversion/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/core/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/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/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"/usr/include/python2.7"  -c -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/opaque.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/opaque.o" "../libs/python/test/opaque.cpp"

In file included from ../boost/python/detail/is_xxx.hpp:8,
                 from ../boost/python/detail/value_is_xxx.hpp:13,
                 from ../boost/python/detail/value_is_shared_ptr.hpp:10,
                 from ../boost/python/to_python_value.hpp:23,
                 from ../boost/python/return_opaque_pointer.hpp:14,
                 from ../libs/python/test/opaque.cpp:5:
../boost/python/detail/is_auto_ptr.hpp:17:40: warning: ???template<class> class std::auto_ptr??? is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
   17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
      |                                        ^~~~~~~~
../boost/detail/is_xxx.hpp:20:4: note: in definition of macro ???BOOST_DETAIL_IS_XXX_DEF???
   20 |    qualified_name< BOOST_PP_ENUM_PARAMS_Z(1, nargs, T) >        \
      |    ^~~~~~~~~~~~~~
../boost/python/detail/is_auto_ptr.hpp:17:1: note: in expansion of macro ???BOOST_PYTHON_IS_XXX_DEF???
   17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/memory:76,
                 from ../boost/python/converter/registered.hpp:16,
                 from ../boost/python/converter/pytype_function.hpp:9,
                 from ../boost/python/lvalue_from_pytype.hpp:10,
                 from ../boost/python/opaque_pointer_converter.hpp:12,
                 from ../boost/python/return_opaque_pointer.hpp:12,
                 from ../libs/python/test/opaque.cpp:5:
/usr/include/c++/11/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from ../boost/python/return_opaque_pointer.hpp:12,
                 from ../libs/python/test/opaque.cpp:5:
../boost/python/opaque_pointer_converter.hpp: In instantiation of ???PyTypeObject boost::python::opaque<opaque2_>::type_object???:
../boost/python/opaque_pointer_converter.hpp:45:13:   required from ???boost::python::opaque<Pointee>::opaque() [with Pointee = opaque2_]???
../boost/python/opaque_pointer_converter.hpp:116:17:   required from ???boost::python::opaque<opaque2_> boost::python::opaque<opaque2_>::instance???
../boost/python/return_opaque_pointer.hpp:25:42:   required from ???void boost::python::detail::opaque_pointee(const volatile Pointee*) [with Pointee = opaque2_]???
../boost/python/return_opaque_pointer.hpp:41:44:   required from ???boost::python::return_opaque_pointer::apply<R>::type::type() [with R = opaque2_*]???
../boost/python/detail/caller.hpp:91:12:   required from ???ResultConverter boost::python::detail::create_result_converter(const ArgPackage&, ResultConverter*, ...) [with ArgPackage = _object*; ResultConverter = boost::python::return_opaque_pointer::apply<opaque2_*>::type]???
../boost/python/detail/caller.hpp:235:40:   required from ???PyObject* boost::python::detail::caller_arity<0>::impl<F, Policies, Sig>::operator()(PyObject*, PyObject*) [with F = opaque2_* (*)(); Policies = boost::python::return_value_policy<boost::python::return_opaque_pointer>; Sig = boost::mpl::vector1<opaque2_*>; PyObject = _object]???
../boost/python/object/py_function.hpp:38:24:   required from ???PyObject* boost::python::objects::caller_py_function_impl<Caller>::operator()(PyObject*, PyObject*) [with Caller = boost::python::detail::caller<opaque2_* (*)(), boost::python::return_value_policy<boost::python::return_opaque_pointer>, boost::mpl::vector1<opaque2_*> >; PyObject = _object]???
../boost/python/object/py_function.hpp:36:15:   required from here
../boost/python/opaque_pointer_converter.hpp:119:14: warning: missing initializer for member ???_typeobject::tp_version_tag??? [-Wmissing-field-initializers]
  119 | PyTypeObject opaque<Pointee>::type_object =
      |              ^~~~~~~~~~~~~~~
../boost/python/opaque_pointer_converter.hpp: In instantiation of ???PyTypeObject boost::python::opaque<opaque_>::type_object???:
../boost/python/opaque_pointer_converter.hpp:45:13:   required from ???boost::python::opaque<Pointee>::opaque() [with Pointee = opaque_]???
../boost/python/opaque_pointer_converter.hpp:116:17:   required from ???boost::python::opaque<opaque_> boost::python::opaque<opaque_>::instance???
../boost/python/return_opaque_pointer.hpp:25:42:   required from ???void boost::python::detail::opaque_pointee(const volatile Pointee*) [with Pointee = opaque_]???
../boost/python/return_opaque_pointer.hpp:41:44:   required from ???boost::python::return_opaque_pointer::apply<R>::type::type() [with R = opaque_*]???
../boost/python/detail/caller.hpp:91:12:   required from ???ResultConverter boost::python::detail::create_result_converter(const ArgPackage&, ResultConverter*, ...) [with ArgPackage = _object*; ResultConverter = boost::python::return_opaque_pointer::apply<opaque_*>::type]???
../boost/python/detail/caller.hpp:235:40:   required from ???PyObject* boost::python::detail::caller_arity<0>::impl<F, Policies, Sig>::operator()(PyObject*, PyObject*) [with F = opaque_* (*)(); Policies = boost::python::return_value_policy<boost::python::return_opaque_pointer>; Sig = boost::mpl::vector1<opaque_*>; PyObject = _object]???
../boost/python/object/py_function.hpp:38:24:   required from ???PyObject* boost::python::objects::caller_py_function_impl<Caller>::operator()(PyObject*, PyObject*) [with Caller = boost::python::detail::caller<opaque_* (*)(), boost::python::return_value_policy<boost::python::return_opaque_pointer>, boost::mpl::vector1<opaque_*> >; PyObject = _object]???
../boost/python/object/py_function.hpp:36:15:   required from here
../boost/python/opaque_pointer_converter.hpp:119:14: warning: missing initializer for member ???_typeobject::tp_version_tag??? [-Wmissing-field-initializers]
            
Link [2024-11-21 00:04:34 UTC]: succeed

"g++-11"    -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/opaque.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/opaque_ext.so" -Wl,-soname -Wl,"opaque_ext.so" -shared -Wl,--start-group "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/opaque.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/opaque.o" "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/build/gcc-11~c++20/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/gcc-11~c++20/debug/arm_64/debug-symbols-off/threading-multi/visibility-hidden/libboost_container.so.1.87.0"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -ldl -lpthread -lutil -Wl,--end-group -fPIC -pthread -fvisibility=hidden -fvisibility-inlines-hidden 

            
Run [2024-11-21 00:04:34 UTC]: fail

running...
**********************************************************************
File "../libs/python/test/opaque.py", line 8, in __main__
Failed example:
    from opaque_ext import *
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[0]>", line 1, in <module>
        from opaque_ext import *
    ImportError: /mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/build/gcc-11~c++20/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/libboost_python27.so.1.87.0: undefined symbol: PyUnicodeUCS4_FromEncodedObject
**********************************************************************
File "../libs/python/test/opaque.py", line 13, in __main__
Failed example:
    use(get())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[1]>", line 1, in <module>
        use(get())
    NameError: name 'use' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 17, in __main__
Failed example:
    useany(get())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[2]>", line 1, in <module>
        useany(get())
    NameError: name 'useany' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 19, in __main__
Failed example:
    useany(None)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[3]>", line 1, in <module>
        useany(None)
    NameError: name 'useany' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 25, in __main__
Failed example:
    assert getnull() is None
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[4]>", line 1, in <module>
        assert getnull() is None
    NameError: name 'getnull' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 26, in __main__
Failed example:
    useany(getnull())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[5]>", line 1, in <module>
        useany(getnull())
    NameError: name 'useany' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 29, in __main__
Failed example:
    failuse(get())
Expected:
    Traceback (most recent call last):
            ...
    RuntimeError: success
Got:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[6]>", line 1, in <module>
        failuse(get())
    NameError: name 'failuse' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 36, in __main__
Failed example:
    try: use(0)
    except TypeError: pass
    else: print('expected a TypeError')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[7]>", line 1, in <module>
        try: use(0)
    NameError: name 'use' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 42, in __main__
Failed example:
    try: use("")
    except TypeError: pass
    else: print('expected a TypeError')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[8]>", line 1, in <module>
        try: use("")
    NameError: name 'use' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 48, in __main__
Failed example:
    use2(get2())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[9]>", line 1, in <module>
        use2(get2())
    NameError: name 'use2' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 49, in __main__
Failed example:
    failuse2(get2())
Expected:
    Traceback (most recent call last):
            ...
    RuntimeError: success
Got:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[10]>", line 1, in <module>
        failuse2(get2())
    NameError: name 'failuse2' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 53, in __main__
Failed example:
    try: use2(0)
    except TypeError: pass
    else: print('expected a TypeError')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[11]>", line 1, in <module>
        try: use2(0)
    NameError: name 'use2' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 56, in __main__
Failed example:
    try: use2("")
    except TypeError: pass
    else: print('expected a TypeError')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[12]>", line 1, in <module>
        try: use2("")
    NameError: name 'use2' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 62, in __main__
Failed example:
    try: use(get2())
    except TypeError: pass
    else: print('expected a TypeError')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[13]>", line 1, in <module>
        try: use(get2())
    NameError: name 'use' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 65, in __main__
Failed example:
    try: use2(get())
    except TypeError: pass
    else: print('expected a TypeError')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[14]>", line 1, in <module>
        try: use2(get())
    NameError: name 'use2' is not defined
**********************************************************************
File "../libs/python/test/opaque.py", line 71, in __main__
Failed example:
    type(get()) != type (get2())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[15]>", line 1, in <module>
        type(get()) != type (get2())
    NameError: name 'get' is not defined
**********************************************************************
1 items had failures:
  16 of  16 in __main__
***Test Failed*** 16 failures.

EXIT STATUS: 16